From b8644a827f36df411b0de362dff7a54cd953468d Mon Sep 17 00:00:00 2001 From: amje Date: Thu, 7 Dec 2023 01:20:27 +0000 Subject: [PATCH] feat: sync icons --- lib/ChartAreaStacked.tsx | 19 ++++++++---- lib/ChartAreaStackedNormalized.tsx | 19 ++++++++---- lib/ChartBar.tsx | 19 ++++++++---- lib/ChartBarStacked.tsx | 19 ++++++++---- lib/ChartColumn.tsx | 19 ++++++++---- lib/ChartColumnStacked.tsx | 19 ++++++++---- lib/ChartLine.tsx | 19 ++++++++---- lib/ChartLineLabel.tsx | 2 +- lib/ChartMixed.tsx | 19 ++++++++---- lib/CloudGear.tsx | 19 ++++-------- lib/Cpu.tsx | 19 ++++-------- lib/Cpus.tsx | 19 ++++-------- lib/Crop.tsx | 19 ++++-------- lib/DatabaseMagnifier.tsx | 2 +- lib/DiamondExclamation.tsx | 19 ++++-------- lib/GearDot.tsx | 7 ++++- lib/Ghost.tsx | 2 +- lib/HandPointLeft.tsx | 2 +- lib/HandPointUp.tsx | 2 +- lib/Italic.tsx | 2 +- lib/LayoutSplitColumns.tsx | 19 ++++++++---- lib/LayoutSplitColumns3.tsx | 19 ++++++++---- lib/LayoutSplitSideContentLeft.tsx | 19 ++++++++---- lib/LayoutSplitSideContentRight.tsx | 19 ++++++++---- lib/ObjectAlignJustifyHorizontal.tsx | 2 +- lib/Persons.tsx | 19 ++++-------- lib/PlugConnection.tsx | 19 ++++-------- lib/Pulse.tsx | 19 ++++++++---- lib/RectanglePulse.tsx | 19 ++++++++---- lib/Tags.tsx | 19 ++++-------- lib/Timestamps.tsx | 19 ++++-------- lib/VectorCircle.tsx | 19 ++++-------- metadata.json | 38 ++++++++++++++---------- svgs/chart-area-stacked-normalized.svg | 2 +- svgs/chart-area-stacked.svg | 2 +- svgs/chart-bar-stacked.svg | 2 +- svgs/chart-bar.svg | 2 +- svgs/chart-column-stacked.svg | 2 +- svgs/chart-column.svg | 2 +- svgs/chart-line-label.svg | 2 +- svgs/chart-line.svg | 2 +- svgs/chart-mixed.svg | 2 +- svgs/cloud-gear.svg | 2 +- svgs/cpu.svg | 2 +- svgs/cpus.svg | 2 +- svgs/crop.svg | 2 +- svgs/database-magnifier.svg | 2 +- svgs/diamond-exclamation.svg | 2 +- svgs/gear-dot.svg | 2 +- svgs/ghost.svg | 2 +- svgs/hand-point-left.svg | 2 +- svgs/hand-point-up.svg | 2 +- svgs/italic.svg | 2 +- svgs/layout-split-columns-3.svg | 2 +- svgs/layout-split-columns.svg | 2 +- svgs/layout-split-side-content-left.svg | 2 +- svgs/layout-split-side-content-right.svg | 2 +- svgs/object-align-justify-horizontal.svg | 2 +- svgs/persons.svg | 2 +- svgs/plug-connection.svg | 2 +- svgs/pulse.svg | 2 +- svgs/rectangle-pulse.svg | 2 +- svgs/tags.svg | 2 +- svgs/timestamps.svg | 2 +- svgs/vector-circle.svg | 2 +- 65 files changed, 310 insertions(+), 269 deletions(-) diff --git a/lib/ChartAreaStacked.tsx b/lib/ChartAreaStacked.tsx index 1f4e49b..63b5a92 100644 --- a/lib/ChartAreaStacked.tsx +++ b/lib/ChartAreaStacked.tsx @@ -9,12 +9,19 @@ const ChartAreaStacked = (props: SVGProps) => ( viewBox="0 0 16 16" {...props} > - + + + + + + + + ); export default ChartAreaStacked; diff --git a/lib/ChartAreaStackedNormalized.tsx b/lib/ChartAreaStackedNormalized.tsx index 080dea0..19117b8 100644 --- a/lib/ChartAreaStackedNormalized.tsx +++ b/lib/ChartAreaStackedNormalized.tsx @@ -9,12 +9,19 @@ const ChartAreaStackedNormalized = (props: SVGProps) => ( viewBox="0 0 16 16" {...props} > - + + + + + + + + ); export default ChartAreaStackedNormalized; diff --git a/lib/ChartBar.tsx b/lib/ChartBar.tsx index f555533..af55891 100644 --- a/lib/ChartBar.tsx +++ b/lib/ChartBar.tsx @@ -9,12 +9,19 @@ const ChartBar = (props: SVGProps) => ( viewBox="0 0 16 16" {...props} > - + + + + + + + + ); export default ChartBar; diff --git a/lib/ChartBarStacked.tsx b/lib/ChartBarStacked.tsx index 735acec..a1fb242 100644 --- a/lib/ChartBarStacked.tsx +++ b/lib/ChartBarStacked.tsx @@ -9,12 +9,19 @@ const ChartBarStacked = (props: SVGProps) => ( viewBox="0 0 16 16" {...props} > - + + + + + + + + ); export default ChartBarStacked; diff --git a/lib/ChartColumn.tsx b/lib/ChartColumn.tsx index 08a095a..4916041 100644 --- a/lib/ChartColumn.tsx +++ b/lib/ChartColumn.tsx @@ -9,12 +9,19 @@ const ChartColumn = (props: SVGProps) => ( viewBox="0 0 16 16" {...props} > - + + + + + + + + ); export default ChartColumn; diff --git a/lib/ChartColumnStacked.tsx b/lib/ChartColumnStacked.tsx index 0e63696..04dcbc1 100644 --- a/lib/ChartColumnStacked.tsx +++ b/lib/ChartColumnStacked.tsx @@ -9,12 +9,19 @@ const ChartColumnStacked = (props: SVGProps) => ( viewBox="0 0 16 16" {...props} > - + + + + + + + + ); export default ChartColumnStacked; diff --git a/lib/ChartLine.tsx b/lib/ChartLine.tsx index b802dbc..3c25964 100644 --- a/lib/ChartLine.tsx +++ b/lib/ChartLine.tsx @@ -9,12 +9,19 @@ const ChartLine = (props: SVGProps) => ( viewBox="0 0 16 16" {...props} > - + + + + + + + + ); export default ChartLine; diff --git a/lib/ChartLineLabel.tsx b/lib/ChartLineLabel.tsx index 190424a..a51b953 100644 --- a/lib/ChartLineLabel.tsx +++ b/lib/ChartLineLabel.tsx @@ -13,7 +13,7 @@ const ChartLineLabel = (props: SVGProps) => ( diff --git a/lib/ChartMixed.tsx b/lib/ChartMixed.tsx index 372193e..506e3d5 100644 --- a/lib/ChartMixed.tsx +++ b/lib/ChartMixed.tsx @@ -9,12 +9,19 @@ const ChartMixed = (props: SVGProps) => ( viewBox="0 0 16 16" {...props} > - + + + + + + + + ); export default ChartMixed; diff --git a/lib/CloudGear.tsx b/lib/CloudGear.tsx index ea8db57..3b9ca5d 100644 --- a/lib/CloudGear.tsx +++ b/lib/CloudGear.tsx @@ -9,19 +9,12 @@ const CloudGear = (props: SVGProps) => ( viewBox="0 0 16 16" {...props} > - - - - - - - - + ); export default CloudGear; diff --git a/lib/Cpu.tsx b/lib/Cpu.tsx index 762cfee..ed2baa0 100644 --- a/lib/Cpu.tsx +++ b/lib/Cpu.tsx @@ -9,19 +9,12 @@ const Cpu = (props: SVGProps) => ( viewBox="0 0 16 16" {...props} > - - - - - - - - + ); export default Cpu; diff --git a/lib/Cpus.tsx b/lib/Cpus.tsx index c667259..25bbe50 100644 --- a/lib/Cpus.tsx +++ b/lib/Cpus.tsx @@ -9,19 +9,12 @@ const Cpus = (props: SVGProps) => ( viewBox="0 0 16 16" {...props} > - - - - - - - - + ); export default Cpus; diff --git a/lib/Crop.tsx b/lib/Crop.tsx index 32c35a8..53baea1 100644 --- a/lib/Crop.tsx +++ b/lib/Crop.tsx @@ -9,19 +9,12 @@ const Crop = (props: SVGProps) => ( viewBox="0 0 16 16" {...props} > - - - - - - - - + ); export default Crop; diff --git a/lib/DatabaseMagnifier.tsx b/lib/DatabaseMagnifier.tsx index e5f84cf..0e7e991 100644 --- a/lib/DatabaseMagnifier.tsx +++ b/lib/DatabaseMagnifier.tsx @@ -12,7 +12,7 @@ const DatabaseMagnifier = (props: SVGProps) => ( diff --git a/lib/DiamondExclamation.tsx b/lib/DiamondExclamation.tsx index cfe865f..e8977ff 100644 --- a/lib/DiamondExclamation.tsx +++ b/lib/DiamondExclamation.tsx @@ -9,19 +9,12 @@ const DiamondExclamation = (props: SVGProps) => ( viewBox="0 0 16 16" {...props} > - - - - - - - - + ); export default DiamondExclamation; diff --git a/lib/GearDot.tsx b/lib/GearDot.tsx index 9077f1a..ba0a113 100644 --- a/lib/GearDot.tsx +++ b/lib/GearDot.tsx @@ -9,13 +9,18 @@ const GearDot = (props: SVGProps) => ( viewBox="0 0 16 16" {...props} > - + + + + + + ); export default GearDot; diff --git a/lib/Ghost.tsx b/lib/Ghost.tsx index 097ae03..73312e9 100644 --- a/lib/Ghost.tsx +++ b/lib/Ghost.tsx @@ -12,7 +12,7 @@ const Ghost = (props: SVGProps) => ( diff --git a/lib/HandPointLeft.tsx b/lib/HandPointLeft.tsx index 28eaddd..c89cbfa 100644 --- a/lib/HandPointLeft.tsx +++ b/lib/HandPointLeft.tsx @@ -13,7 +13,7 @@ const HandPointLeft = (props: SVGProps) => ( diff --git a/lib/HandPointUp.tsx b/lib/HandPointUp.tsx index a7e3bc9..7ff2322 100644 --- a/lib/HandPointUp.tsx +++ b/lib/HandPointUp.tsx @@ -13,7 +13,7 @@ const HandPointUp = (props: SVGProps) => ( diff --git a/lib/Italic.tsx b/lib/Italic.tsx index 809336d..fb8515d 100644 --- a/lib/Italic.tsx +++ b/lib/Italic.tsx @@ -12,7 +12,7 @@ const Italic = (props: SVGProps) => ( diff --git a/lib/LayoutSplitColumns.tsx b/lib/LayoutSplitColumns.tsx index e1f806b..a49d869 100644 --- a/lib/LayoutSplitColumns.tsx +++ b/lib/LayoutSplitColumns.tsx @@ -9,12 +9,19 @@ const LayoutSplitColumns = (props: SVGProps) => ( viewBox="0 0 16 16" {...props} > - + + + + + + + + ); export default LayoutSplitColumns; diff --git a/lib/LayoutSplitColumns3.tsx b/lib/LayoutSplitColumns3.tsx index 700d923..f5a553c 100644 --- a/lib/LayoutSplitColumns3.tsx +++ b/lib/LayoutSplitColumns3.tsx @@ -9,12 +9,19 @@ const LayoutSplitColumns3 = (props: SVGProps) => ( viewBox="0 0 16 16" {...props} > - + + + + + + + + ); export default LayoutSplitColumns3; diff --git a/lib/LayoutSplitSideContentLeft.tsx b/lib/LayoutSplitSideContentLeft.tsx index 15d6c59..1764391 100644 --- a/lib/LayoutSplitSideContentLeft.tsx +++ b/lib/LayoutSplitSideContentLeft.tsx @@ -9,12 +9,19 @@ const LayoutSplitSideContentLeft = (props: SVGProps) => ( viewBox="0 0 16 16" {...props} > - + + + + + + + + ); export default LayoutSplitSideContentLeft; diff --git a/lib/LayoutSplitSideContentRight.tsx b/lib/LayoutSplitSideContentRight.tsx index a3cf4fb..bd1e847 100644 --- a/lib/LayoutSplitSideContentRight.tsx +++ b/lib/LayoutSplitSideContentRight.tsx @@ -9,12 +9,19 @@ const LayoutSplitSideContentRight = (props: SVGProps) => ( viewBox="0 0 16 16" {...props} > - + + + + + + + + ); export default LayoutSplitSideContentRight; diff --git a/lib/ObjectAlignJustifyHorizontal.tsx b/lib/ObjectAlignJustifyHorizontal.tsx index 5c95ef6..f1c856d 100644 --- a/lib/ObjectAlignJustifyHorizontal.tsx +++ b/lib/ObjectAlignJustifyHorizontal.tsx @@ -12,7 +12,7 @@ const ObjectAlignJustifyHorizontal = (props: SVGProps) => ( diff --git a/lib/Persons.tsx b/lib/Persons.tsx index f68a46d..61435fa 100644 --- a/lib/Persons.tsx +++ b/lib/Persons.tsx @@ -9,19 +9,12 @@ const Persons = (props: SVGProps) => ( viewBox="0 0 16 16" {...props} > - - - - - - - - + ); export default Persons; diff --git a/lib/PlugConnection.tsx b/lib/PlugConnection.tsx index b5228c3..403878b 100644 --- a/lib/PlugConnection.tsx +++ b/lib/PlugConnection.tsx @@ -9,19 +9,12 @@ const PlugConnection = (props: SVGProps) => ( viewBox="0 0 16 16" {...props} > - - - - - - - - + ); export default PlugConnection; diff --git a/lib/Pulse.tsx b/lib/Pulse.tsx index 9bb706e..76dd5f6 100644 --- a/lib/Pulse.tsx +++ b/lib/Pulse.tsx @@ -9,12 +9,19 @@ const Pulse = (props: SVGProps) => ( viewBox="0 0 16 16" {...props} > - + + + + + + + + ); export default Pulse; diff --git a/lib/RectanglePulse.tsx b/lib/RectanglePulse.tsx index 7c95a22..9c21e7f 100644 --- a/lib/RectanglePulse.tsx +++ b/lib/RectanglePulse.tsx @@ -9,12 +9,19 @@ const RectanglePulse = (props: SVGProps) => ( viewBox="0 0 16 16" {...props} > - + + + + + + + + ); export default RectanglePulse; diff --git a/lib/Tags.tsx b/lib/Tags.tsx index baf3fe2..004148a 100644 --- a/lib/Tags.tsx +++ b/lib/Tags.tsx @@ -9,19 +9,12 @@ const Tags = (props: SVGProps) => ( viewBox="0 0 16 16" {...props} > - - - - - - - - + ); export default Tags; diff --git a/lib/Timestamps.tsx b/lib/Timestamps.tsx index 95b9253..c4d24b3 100644 --- a/lib/Timestamps.tsx +++ b/lib/Timestamps.tsx @@ -9,19 +9,12 @@ const Timestamps = (props: SVGProps) => ( viewBox="0 0 16 16" {...props} > - - - - - - - - + ); export default Timestamps; diff --git a/lib/VectorCircle.tsx b/lib/VectorCircle.tsx index 076ece3..98d14a6 100644 --- a/lib/VectorCircle.tsx +++ b/lib/VectorCircle.tsx @@ -9,19 +9,12 @@ const VectorCircle = (props: SVGProps) => ( viewBox="0 0 16 16" {...props} > - - - - - - - - + ); export default VectorCircle; diff --git a/metadata.json b/metadata.json index e5f23c1..8ab38bc 100644 --- a/metadata.json +++ b/metadata.json @@ -768,7 +768,8 @@ "svgName": "calendar", "componentName": "Calendar", "keywords": [ - "date" + "date", + "event" ] }, { @@ -1577,7 +1578,8 @@ "svgName": "circle-play", "componentName": "CirclePlay", "keywords": [ - "start" + "start", + "video" ] }, { @@ -1605,18 +1607,14 @@ "style": "regular", "svgName": "circle-question", "componentName": "CircleQuestion", - "keywords": [ - "support" - ] + "keywords": [] }, { "name": "circle-question", "style": "fill", "svgName": "circle-question-fill", "componentName": "CircleQuestionFill", - "keywords": [ - "support" - ] + "keywords": [] }, { "name": "circle-ruble", @@ -1702,7 +1700,8 @@ "svgName": "clock", "componentName": "Clock", "keywords": [ - "time" + "time", + "wait" ] }, { @@ -1711,7 +1710,8 @@ "svgName": "clock-fill", "componentName": "ClockFill", "keywords": [ - "time" + "time", + "wait" ] }, { @@ -1722,7 +1722,8 @@ "keywords": [ "history", "time", - "machine" + "machine", + "wait" ] }, { @@ -3457,7 +3458,8 @@ "componentName": "LifeRing", "keywords": [ "support", - "safe" + "safe", + "help" ] }, { @@ -4238,14 +4240,18 @@ "style": "regular", "svgName": "play", "componentName": "Play", - "keywords": [] + "keywords": [ + "video" + ] }, { "name": "play", "style": "fill", "svgName": "play-fill", "componentName": "PlayFill", - "keywords": [] + "keywords": [ + "video" + ] }, { "name": "plug-connection", @@ -4816,7 +4822,9 @@ "style": "regular", "svgName": "stopwatch", "componentName": "Stopwatch", - "keywords": [] + "keywords": [ + "wait" + ] }, { "name": "strikethrough", diff --git a/svgs/chart-area-stacked-normalized.svg b/svgs/chart-area-stacked-normalized.svg index d747fe8..ae0d97f 100644 --- a/svgs/chart-area-stacked-normalized.svg +++ b/svgs/chart-area-stacked-normalized.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/chart-area-stacked.svg b/svgs/chart-area-stacked.svg index 537a68b..d147055 100644 --- a/svgs/chart-area-stacked.svg +++ b/svgs/chart-area-stacked.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/chart-bar-stacked.svg b/svgs/chart-bar-stacked.svg index 379ca2e..e9794e5 100644 --- a/svgs/chart-bar-stacked.svg +++ b/svgs/chart-bar-stacked.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/chart-bar.svg b/svgs/chart-bar.svg index 5d5d598..d1081ec 100644 --- a/svgs/chart-bar.svg +++ b/svgs/chart-bar.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/chart-column-stacked.svg b/svgs/chart-column-stacked.svg index b8a0263..1aad863 100644 --- a/svgs/chart-column-stacked.svg +++ b/svgs/chart-column-stacked.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/chart-column.svg b/svgs/chart-column.svg index 3c5a6a4..d405c7d 100644 --- a/svgs/chart-column.svg +++ b/svgs/chart-column.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/chart-line-label.svg b/svgs/chart-line-label.svg index 287b4ff..415d792 100644 --- a/svgs/chart-line-label.svg +++ b/svgs/chart-line-label.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/chart-line.svg b/svgs/chart-line.svg index adc11d0..e4af60d 100644 --- a/svgs/chart-line.svg +++ b/svgs/chart-line.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/chart-mixed.svg b/svgs/chart-mixed.svg index fb83f38..d10724c 100644 --- a/svgs/chart-mixed.svg +++ b/svgs/chart-mixed.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/cloud-gear.svg b/svgs/cloud-gear.svg index 0de5911..da476ca 100644 --- a/svgs/cloud-gear.svg +++ b/svgs/cloud-gear.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/cpu.svg b/svgs/cpu.svg index 667c74f..b61c79c 100644 --- a/svgs/cpu.svg +++ b/svgs/cpu.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/cpus.svg b/svgs/cpus.svg index cd564f6..b09663d 100644 --- a/svgs/cpus.svg +++ b/svgs/cpus.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/crop.svg b/svgs/crop.svg index 9f8d7d7..d5553b0 100644 --- a/svgs/crop.svg +++ b/svgs/crop.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/database-magnifier.svg b/svgs/database-magnifier.svg index 2f564e4..c5cf8fd 100644 --- a/svgs/database-magnifier.svg +++ b/svgs/database-magnifier.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/diamond-exclamation.svg b/svgs/diamond-exclamation.svg index 444acec..30a2831 100644 --- a/svgs/diamond-exclamation.svg +++ b/svgs/diamond-exclamation.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/gear-dot.svg b/svgs/gear-dot.svg index f8994ae..936242b 100644 --- a/svgs/gear-dot.svg +++ b/svgs/gear-dot.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/ghost.svg b/svgs/ghost.svg index 2aad0b9..81c513f 100644 --- a/svgs/ghost.svg +++ b/svgs/ghost.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/hand-point-left.svg b/svgs/hand-point-left.svg index 6b2412c..252fecc 100644 --- a/svgs/hand-point-left.svg +++ b/svgs/hand-point-left.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/hand-point-up.svg b/svgs/hand-point-up.svg index e1852d9..4024670 100644 --- a/svgs/hand-point-up.svg +++ b/svgs/hand-point-up.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/italic.svg b/svgs/italic.svg index d45c190..237da2d 100644 --- a/svgs/italic.svg +++ b/svgs/italic.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/layout-split-columns-3.svg b/svgs/layout-split-columns-3.svg index b5ee75a..8781732 100644 --- a/svgs/layout-split-columns-3.svg +++ b/svgs/layout-split-columns-3.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/layout-split-columns.svg b/svgs/layout-split-columns.svg index 79029e7..4fce3cf 100644 --- a/svgs/layout-split-columns.svg +++ b/svgs/layout-split-columns.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/layout-split-side-content-left.svg b/svgs/layout-split-side-content-left.svg index 33f7f53..b7b153d 100644 --- a/svgs/layout-split-side-content-left.svg +++ b/svgs/layout-split-side-content-left.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/layout-split-side-content-right.svg b/svgs/layout-split-side-content-right.svg index f08a6a9..a982860 100644 --- a/svgs/layout-split-side-content-right.svg +++ b/svgs/layout-split-side-content-right.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/object-align-justify-horizontal.svg b/svgs/object-align-justify-horizontal.svg index cfe1565..9ac5108 100644 --- a/svgs/object-align-justify-horizontal.svg +++ b/svgs/object-align-justify-horizontal.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/persons.svg b/svgs/persons.svg index 9b5e284..7b049ec 100644 --- a/svgs/persons.svg +++ b/svgs/persons.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/plug-connection.svg b/svgs/plug-connection.svg index 09ac377..537d568 100644 --- a/svgs/plug-connection.svg +++ b/svgs/plug-connection.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/pulse.svg b/svgs/pulse.svg index df4cf04..3352904 100644 --- a/svgs/pulse.svg +++ b/svgs/pulse.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/rectangle-pulse.svg b/svgs/rectangle-pulse.svg index 5163fb6..4d020cb 100644 --- a/svgs/rectangle-pulse.svg +++ b/svgs/rectangle-pulse.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/tags.svg b/svgs/tags.svg index 3abad95..6773071 100644 --- a/svgs/tags.svg +++ b/svgs/tags.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/timestamps.svg b/svgs/timestamps.svg index 50a229e..898091f 100644 --- a/svgs/timestamps.svg +++ b/svgs/timestamps.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svgs/vector-circle.svg b/svgs/vector-circle.svg index 31367ed..7035637 100644 --- a/svgs/vector-circle.svg +++ b/svgs/vector-circle.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file