From 62bbfdaad570995bb719f310f60d347661ba102d Mon Sep 17 00:00:00 2001 From: Gravity UI Bot <111915794+gravity-ui-bot@users.noreply.github.com> Date: Tue, 27 Feb 2024 14:02:39 +0300 Subject: [PATCH] feat: sync icons (#46) Co-authored-by: amje --- lib/Binoculars.tsx | 27 +++ 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/CircleLink.tsx | 20 ++ lib/CloudGear.tsx | 19 +- lib/CommentSlash.tsx | 20 ++ lib/Cpu.tsx | 19 +- lib/Cpus.tsx | 19 +- lib/Crop.tsx | 19 +- lib/Cup.tsx | 27 +++ lib/DatabaseFill.tsx | 20 ++ lib/DatabaseMagnifier.tsx | 2 +- lib/Delete.tsx | 20 ++ lib/DiamondExclamation.tsx | 19 +- lib/EyesLookLeft.tsx | 20 ++ lib/EyesLookRight.tsx | 20 ++ lib/FolderCheck.tsx | 20 ++ lib/FolderOpenFill.tsx | 20 ++ lib/FunnelXmark.tsx | 20 ++ lib/GearDot.tsx | 7 +- lib/Ghost.tsx | 2 +- lib/Gpu.tsx | 27 +++ lib/HandPointLeft.tsx | 2 +- lib/HandPointUp.tsx | 2 +- lib/Italic.tsx | 2 +- lib/LayoutHeaderCellsLargeFill.tsx | 20 ++ lib/LayoutSplitColumns.tsx | 19 +- lib/LayoutSplitColumns3.tsx | 19 +- lib/LayoutSplitSideContentLeft.tsx | 19 +- lib/LayoutSplitSideContentRight.tsx | 19 +- lib/LogoDrawIo.tsx | 20 ++ lib/LogoMermaid.tsx | 20 ++ lib/LogoYandexMessenger.tsx | 20 ++ lib/Mug.tsx | 20 ++ lib/ObjectAlignJustifyHorizontal.tsx | 2 +- lib/PersonPlanetEarth.tsx | 20 ++ lib/Persons.tsx | 19 +- lib/Pipeline.tsx | 20 ++ lib/PlanetEarth.tsx | 20 ++ lib/PlugConnection.tsx | 19 +- lib/Pulse.tsx | 19 +- lib/RectanglePulse.tsx | 19 +- lib/Snail.tsx | 20 ++ lib/SquareLetterP.tsx | 20 ++ lib/Tags.tsx | 19 +- lib/TargetDart.tsx | 20 ++ lib/Timestamps.tsx | 19 +- lib/VectorCircle.tsx | 19 +- lib/index.ts | 23 +++ metadata.json | 223 +++++++++++++++++++++-- svgs/binoculars.svg | 1 + 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/circle-link.svg | 1 + svgs/cloud-gear.svg | 2 +- svgs/comment-slash.svg | 1 + svgs/cpu.svg | 2 +- svgs/cpus.svg | 2 +- svgs/crop.svg | 2 +- svgs/cup.svg | 1 + svgs/database-fill.svg | 1 + svgs/database-magnifier.svg | 2 +- svgs/delete.svg | 1 + svgs/diamond-exclamation.svg | 2 +- svgs/eyes-look-left.svg | 1 + svgs/eyes-look-right.svg | 1 + svgs/folder-check.svg | 1 + svgs/folder-open-fill.svg | 1 + svgs/funnel-xmark.svg | 1 + svgs/gear-dot.svg | 2 +- svgs/ghost.svg | 2 +- svgs/gpu.svg | 1 + svgs/hand-point-left.svg | 2 +- svgs/hand-point-up.svg | 2 +- svgs/italic.svg | 2 +- svgs/layout-header-cells-large-fill.svg | 1 + 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/logo-draw-io.svg | 1 + svgs/logo-mermaid.svg | 1 + svgs/logo-yandex-messenger.svg | 1 + svgs/mug.svg | 1 + svgs/object-align-justify-horizontal.svg | 2 +- svgs/person-planet-earth.svg | 1 + svgs/persons.svg | 2 +- svgs/pipeline.svg | 1 + svgs/planet-earth.svg | 1 + svgs/plug-connection.svg | 2 +- svgs/pulse.svg | 2 +- svgs/rectangle-pulse.svg | 2 +- svgs/snail.svg | 1 + svgs/square-letter-p.svg | 1 + svgs/tags.svg | 2 +- svgs/target-dart.svg | 1 + svgs/timestamps.svg | 2 +- svgs/vector-circle.svg | 2 +- 112 files changed, 1021 insertions(+), 270 deletions(-) create mode 100644 lib/Binoculars.tsx create mode 100644 lib/CircleLink.tsx create mode 100644 lib/CommentSlash.tsx create mode 100644 lib/Cup.tsx create mode 100644 lib/DatabaseFill.tsx create mode 100644 lib/Delete.tsx create mode 100644 lib/EyesLookLeft.tsx create mode 100644 lib/EyesLookRight.tsx create mode 100644 lib/FolderCheck.tsx create mode 100644 lib/FolderOpenFill.tsx create mode 100644 lib/FunnelXmark.tsx create mode 100644 lib/Gpu.tsx create mode 100644 lib/LayoutHeaderCellsLargeFill.tsx create mode 100644 lib/LogoDrawIo.tsx create mode 100644 lib/LogoMermaid.tsx create mode 100644 lib/LogoYandexMessenger.tsx create mode 100644 lib/Mug.tsx create mode 100644 lib/PersonPlanetEarth.tsx create mode 100644 lib/Pipeline.tsx create mode 100644 lib/PlanetEarth.tsx create mode 100644 lib/Snail.tsx create mode 100644 lib/SquareLetterP.tsx create mode 100644 lib/TargetDart.tsx create mode 100644 svgs/binoculars.svg create mode 100644 svgs/circle-link.svg create mode 100644 svgs/comment-slash.svg create mode 100644 svgs/cup.svg create mode 100644 svgs/database-fill.svg create mode 100644 svgs/delete.svg create mode 100644 svgs/eyes-look-left.svg create mode 100644 svgs/eyes-look-right.svg create mode 100644 svgs/folder-check.svg create mode 100644 svgs/folder-open-fill.svg create mode 100644 svgs/funnel-xmark.svg create mode 100644 svgs/gpu.svg create mode 100644 svgs/layout-header-cells-large-fill.svg create mode 100644 svgs/logo-draw-io.svg create mode 100644 svgs/logo-mermaid.svg create mode 100644 svgs/logo-yandex-messenger.svg create mode 100644 svgs/mug.svg create mode 100644 svgs/person-planet-earth.svg create mode 100644 svgs/pipeline.svg create mode 100644 svgs/planet-earth.svg create mode 100644 svgs/snail.svg create mode 100644 svgs/square-letter-p.svg create mode 100644 svgs/target-dart.svg diff --git a/lib/Binoculars.tsx b/lib/Binoculars.tsx new file mode 100644 index 0000000..7d3427a --- /dev/null +++ b/lib/Binoculars.tsx @@ -0,0 +1,27 @@ +import * as React from 'react'; +import type {SVGProps} from 'react'; +const Binoculars = (props: SVGProps) => ( + + + + + + + + + + +); +export default Binoculars; 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/CircleLink.tsx b/lib/CircleLink.tsx new file mode 100644 index 0000000..0eea9e7 --- /dev/null +++ b/lib/CircleLink.tsx @@ -0,0 +1,20 @@ +import * as React from 'react'; +import type {SVGProps} from 'react'; +const CircleLink = (props: SVGProps) => ( + + + +); +export default CircleLink; 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/CommentSlash.tsx b/lib/CommentSlash.tsx new file mode 100644 index 0000000..6090291 --- /dev/null +++ b/lib/CommentSlash.tsx @@ -0,0 +1,20 @@ +import * as React from 'react'; +import type {SVGProps} from 'react'; +const CommentSlash = (props: SVGProps) => ( + + + +); +export default CommentSlash; 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/Cup.tsx b/lib/Cup.tsx new file mode 100644 index 0000000..886e498 --- /dev/null +++ b/lib/Cup.tsx @@ -0,0 +1,27 @@ +import * as React from 'react'; +import type {SVGProps} from 'react'; +const Cup = (props: SVGProps) => ( + + + + + + + + + + +); +export default Cup; diff --git a/lib/DatabaseFill.tsx b/lib/DatabaseFill.tsx new file mode 100644 index 0000000..6892007 --- /dev/null +++ b/lib/DatabaseFill.tsx @@ -0,0 +1,20 @@ +import * as React from 'react'; +import type {SVGProps} from 'react'; +const DatabaseFill = (props: SVGProps) => ( + + + +); +export default DatabaseFill; 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/Delete.tsx b/lib/Delete.tsx new file mode 100644 index 0000000..cd9ce7c --- /dev/null +++ b/lib/Delete.tsx @@ -0,0 +1,20 @@ +import * as React from 'react'; +import type {SVGProps} from 'react'; +const Delete = (props: SVGProps) => ( + + + +); +export default Delete; 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/EyesLookLeft.tsx b/lib/EyesLookLeft.tsx new file mode 100644 index 0000000..0b7453b --- /dev/null +++ b/lib/EyesLookLeft.tsx @@ -0,0 +1,20 @@ +import * as React from 'react'; +import type {SVGProps} from 'react'; +const EyesLookLeft = (props: SVGProps) => ( + + + +); +export default EyesLookLeft; diff --git a/lib/EyesLookRight.tsx b/lib/EyesLookRight.tsx new file mode 100644 index 0000000..241f6ab --- /dev/null +++ b/lib/EyesLookRight.tsx @@ -0,0 +1,20 @@ +import * as React from 'react'; +import type {SVGProps} from 'react'; +const EyesLookRight = (props: SVGProps) => ( + + + +); +export default EyesLookRight; diff --git a/lib/FolderCheck.tsx b/lib/FolderCheck.tsx new file mode 100644 index 0000000..f60c6de --- /dev/null +++ b/lib/FolderCheck.tsx @@ -0,0 +1,20 @@ +import * as React from 'react'; +import type {SVGProps} from 'react'; +const FolderCheck = (props: SVGProps) => ( + + + +); +export default FolderCheck; diff --git a/lib/FolderOpenFill.tsx b/lib/FolderOpenFill.tsx new file mode 100644 index 0000000..cf92095 --- /dev/null +++ b/lib/FolderOpenFill.tsx @@ -0,0 +1,20 @@ +import * as React from 'react'; +import type {SVGProps} from 'react'; +const FolderOpenFill = (props: SVGProps) => ( + + + +); +export default FolderOpenFill; diff --git a/lib/FunnelXmark.tsx b/lib/FunnelXmark.tsx new file mode 100644 index 0000000..bd006d6 --- /dev/null +++ b/lib/FunnelXmark.tsx @@ -0,0 +1,20 @@ +import * as React from 'react'; +import type {SVGProps} from 'react'; +const FunnelXmark = (props: SVGProps) => ( + + + +); +export default FunnelXmark; 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/Gpu.tsx b/lib/Gpu.tsx new file mode 100644 index 0000000..67538cf --- /dev/null +++ b/lib/Gpu.tsx @@ -0,0 +1,27 @@ +import * as React from 'react'; +import type {SVGProps} from 'react'; +const Gpu = (props: SVGProps) => ( + + + + + + + + + + +); +export default Gpu; 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/LayoutHeaderCellsLargeFill.tsx b/lib/LayoutHeaderCellsLargeFill.tsx new file mode 100644 index 0000000..b705ff0 --- /dev/null +++ b/lib/LayoutHeaderCellsLargeFill.tsx @@ -0,0 +1,20 @@ +import * as React from 'react'; +import type {SVGProps} from 'react'; +const LayoutHeaderCellsLargeFill = (props: SVGProps) => ( + + + +); +export default LayoutHeaderCellsLargeFill; 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/LogoDrawIo.tsx b/lib/LogoDrawIo.tsx new file mode 100644 index 0000000..7f4d93d --- /dev/null +++ b/lib/LogoDrawIo.tsx @@ -0,0 +1,20 @@ +import * as React from 'react'; +import type {SVGProps} from 'react'; +const LogoDrawIo = (props: SVGProps) => ( + + + +); +export default LogoDrawIo; diff --git a/lib/LogoMermaid.tsx b/lib/LogoMermaid.tsx new file mode 100644 index 0000000..5de04d0 --- /dev/null +++ b/lib/LogoMermaid.tsx @@ -0,0 +1,20 @@ +import * as React from 'react'; +import type {SVGProps} from 'react'; +const LogoMermaid = (props: SVGProps) => ( + + + +); +export default LogoMermaid; diff --git a/lib/LogoYandexMessenger.tsx b/lib/LogoYandexMessenger.tsx new file mode 100644 index 0000000..ee5a748 --- /dev/null +++ b/lib/LogoYandexMessenger.tsx @@ -0,0 +1,20 @@ +import * as React from 'react'; +import type {SVGProps} from 'react'; +const LogoYandexMessenger = (props: SVGProps) => ( + + + +); +export default LogoYandexMessenger; diff --git a/lib/Mug.tsx b/lib/Mug.tsx new file mode 100644 index 0000000..31ef98f --- /dev/null +++ b/lib/Mug.tsx @@ -0,0 +1,20 @@ +import * as React from 'react'; +import type {SVGProps} from 'react'; +const Mug = (props: SVGProps) => ( + + + +); +export default Mug; 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/PersonPlanetEarth.tsx b/lib/PersonPlanetEarth.tsx new file mode 100644 index 0000000..f323a02 --- /dev/null +++ b/lib/PersonPlanetEarth.tsx @@ -0,0 +1,20 @@ +import * as React from 'react'; +import type {SVGProps} from 'react'; +const PersonPlanetEarth = (props: SVGProps) => ( + + + +); +export default PersonPlanetEarth; 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/Pipeline.tsx b/lib/Pipeline.tsx new file mode 100644 index 0000000..7c1d07f --- /dev/null +++ b/lib/Pipeline.tsx @@ -0,0 +1,20 @@ +import * as React from 'react'; +import type {SVGProps} from 'react'; +const Pipeline = (props: SVGProps) => ( + + + +); +export default Pipeline; diff --git a/lib/PlanetEarth.tsx b/lib/PlanetEarth.tsx new file mode 100644 index 0000000..ea49589 --- /dev/null +++ b/lib/PlanetEarth.tsx @@ -0,0 +1,20 @@ +import * as React from 'react'; +import type {SVGProps} from 'react'; +const PlanetEarth = (props: SVGProps) => ( + + + +); +export default PlanetEarth; 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/Snail.tsx b/lib/Snail.tsx new file mode 100644 index 0000000..b0ed20c --- /dev/null +++ b/lib/Snail.tsx @@ -0,0 +1,20 @@ +import * as React from 'react'; +import type {SVGProps} from 'react'; +const Snail = (props: SVGProps) => ( + + + +); +export default Snail; diff --git a/lib/SquareLetterP.tsx b/lib/SquareLetterP.tsx new file mode 100644 index 0000000..b7894f1 --- /dev/null +++ b/lib/SquareLetterP.tsx @@ -0,0 +1,20 @@ +import * as React from 'react'; +import type {SVGProps} from 'react'; +const SquareLetterP = (props: SVGProps) => ( + + + +); +export default SquareLetterP; 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/TargetDart.tsx b/lib/TargetDart.tsx new file mode 100644 index 0000000..d959c71 --- /dev/null +++ b/lib/TargetDart.tsx @@ -0,0 +1,20 @@ +import * as React from 'react'; +import type {SVGProps} from 'react'; +const TargetDart = (props: SVGProps) => ( + + + +); +export default TargetDart; 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/lib/index.ts b/lib/index.ts index e76ae61..d0925ec 100644 --- a/lib/index.ts +++ b/lib/index.ts @@ -74,6 +74,7 @@ export {default as BarsUnaligned} from './BarsUnaligned'; export {default as Bell} from './Bell'; export {default as BellDot} from './BellDot'; export {default as BellSlash} from './BellSlash'; +export {default as Binoculars} from './Binoculars'; export {default as Bold} from './Bold'; export {default as Book} from './Book'; export {default as BookOpen} from './BookOpen'; @@ -178,6 +179,7 @@ export {default as CircleLetterR} from './CircleLetterR'; export {default as CircleLetterS} from './CircleLetterS'; export {default as CircleLetterT} from './CircleLetterT'; export {default as CircleLetterW} from './CircleLetterW'; +export {default as CircleLink} from './CircleLink'; export {default as CircleMinus} from './CircleMinus'; export {default as CircleMinusFill} from './CircleMinusFill'; export {default as CircleNumber0} from './CircleNumber0'; @@ -228,6 +230,7 @@ export {default as Comment} from './Comment'; export {default as CommentDot} from './CommentDot'; export {default as CommentFill} from './CommentFill'; export {default as CommentPlus} from './CommentPlus'; +export {default as CommentSlash} from './CommentSlash'; export {default as Comments} from './Comments'; export {default as Compass} from './Compass'; export {default as Copy} from './Copy'; @@ -248,13 +251,16 @@ export {default as CrownDiamond} from './CrownDiamond'; export {default as Cube} from './Cube'; export {default as Cubes3} from './Cubes3'; export {default as Cubes3Overlap} from './Cubes3Overlap'; +export {default as Cup} from './Cup'; export {default as CurlyBrackets} from './CurlyBrackets'; export {default as CurlyBracketsFunction} from './CurlyBracketsFunction'; export {default as CurlyBracketsLock} from './CurlyBracketsLock'; export {default as Database} from './Database'; export {default as DatabaseArrowRight} from './DatabaseArrowRight'; +export {default as DatabaseFill} from './DatabaseFill'; export {default as DatabaseMagnifier} from './DatabaseMagnifier'; export {default as Databases} from './Databases'; +export {default as Delete} from './Delete'; export {default as Diamond} from './Diamond'; export {default as DiamondExclamation} from './DiamondExclamation'; export {default as DiamondFill} from './DiamondFill'; @@ -279,6 +285,8 @@ export {default as Eraser} from './Eraser'; export {default as ExclamationShape} from './ExclamationShape'; export {default as Eye} from './Eye'; export {default as EyeSlash} from './EyeSlash'; +export {default as EyesLookLeft} from './EyesLookLeft'; +export {default as EyesLookRight} from './EyesLookRight'; export {default as FaceAlien} from './FaceAlien'; export {default as FaceFun} from './FaceFun'; export {default as FaceNeutral} from './FaceNeutral'; @@ -319,6 +327,7 @@ export {default as FolderArrowLeft} from './FolderArrowLeft'; export {default as FolderArrowRight} from './FolderArrowRight'; export {default as FolderArrowUp} from './FolderArrowUp'; export {default as FolderArrowUpIn} from './FolderArrowUpIn'; +export {default as FolderCheck} from './FolderCheck'; export {default as FolderCode} from './FolderCode'; export {default as FolderExclamation} from './FolderExclamation'; export {default as FolderFill} from './FolderFill'; @@ -328,6 +337,7 @@ export {default as FolderKeyhole} from './FolderKeyhole'; export {default as FolderLock} from './FolderLock'; export {default as FolderMagnifier} from './FolderMagnifier'; export {default as FolderOpen} from './FolderOpen'; +export {default as FolderOpenFill} from './FolderOpenFill'; export {default as FolderPlus} from './FolderPlus'; export {default as FolderTree} from './FolderTree'; export {default as Folders} from './Folders'; @@ -338,6 +348,7 @@ export {default as Frame} from './Frame'; export {default as Frames} from './Frames'; export {default as Function} from './Function'; export {default as Funnel} from './Funnel'; +export {default as FunnelXmark} from './FunnelXmark'; export {default as Gear} from './Gear'; export {default as GearBranches} from './GearBranches'; export {default as GearDot} from './GearDot'; @@ -350,6 +361,7 @@ export {default as GeoPolygons} from './GeoPolygons'; export {default as Ghost} from './Ghost'; export {default as Gift} from './Gift'; export {default as Globe} from './Globe'; +export {default as Gpu} from './Gpu'; export {default as GraduationCap} from './GraduationCap'; export {default as GraphNode} from './GraphNode'; export {default as Grip} from './Grip'; @@ -392,6 +404,7 @@ export {default as LayoutFooter} from './LayoutFooter'; export {default as LayoutHeader} from './LayoutHeader'; export {default as LayoutHeaderCells} from './LayoutHeaderCells'; export {default as LayoutHeaderCellsLarge} from './LayoutHeaderCellsLarge'; +export {default as LayoutHeaderCellsLargeFill} from './LayoutHeaderCellsLargeFill'; export {default as LayoutHeaderCellsLargeLetterD} from './LayoutHeaderCellsLargeLetterD'; export {default as LayoutHeaderCellsLargeThunderbolt} from './LayoutHeaderCellsLargeThunderbolt'; export {default as LayoutHeaderColumns} from './LayoutHeaderColumns'; @@ -423,11 +436,13 @@ export {default as Lock} from './Lock'; export {default as LockOpen} from './LockOpen'; export {default as LogoAcrobat} from './LogoAcrobat'; export {default as LogoDocker} from './LogoDocker'; +export {default as LogoDrawIo} from './LogoDrawIo'; export {default as LogoFacebook} from './LogoFacebook'; export {default as LogoGitlab} from './LogoGitlab'; export {default as LogoLinux} from './LogoLinux'; export {default as LogoMacos} from './LogoMacos'; export {default as LogoMarkdown} from './LogoMarkdown'; +export {default as LogoMermaid} from './LogoMermaid'; export {default as LogoNotion} from './LogoNotion'; export {default as LogoOsi} from './LogoOsi'; export {default as LogoPython} from './LogoPython'; @@ -437,6 +452,7 @@ export {default as LogoUbuntu} from './LogoUbuntu'; export {default as LogoWindows} from './LogoWindows'; export {default as LogoYandex} from './LogoYandex'; export {default as LogoYandexCloud} from './LogoYandexCloud'; +export {default as LogoYandexMessenger} from './LogoYandexMessenger'; export {default as LogoYandexTracker} from './LogoYandexTracker'; export {default as MagicWand} from './MagicWand'; export {default as Magnet} from './Magnet'; @@ -456,6 +472,7 @@ export {default as MicrophoneSlash} from './MicrophoneSlash'; export {default as Minus} from './Minus'; export {default as Molecule} from './Molecule'; export {default as Moon} from './Moon'; +export {default as Mug} from './Mug'; export {default as MusicNote} from './MusicNote'; export {default as NodesDown} from './NodesDown'; export {default as NodesLeft} from './NodesLeft'; @@ -495,6 +512,7 @@ export {default as PersonGear} from './PersonGear'; export {default as PersonMagnifier} from './PersonMagnifier'; export {default as PersonNutHex} from './PersonNutHex'; export {default as PersonPencil} from './PersonPencil'; +export {default as PersonPlanetEarth} from './PersonPlanetEarth'; export {default as PersonPlus} from './PersonPlus'; export {default as PersonSpeaker} from './PersonSpeaker'; export {default as PersonWorker} from './PersonWorker'; @@ -507,6 +525,8 @@ export {default as Pin} from './Pin'; export {default as PinFill} from './PinFill'; export {default as PinSlash} from './PinSlash'; export {default as PinSlashFill} from './PinSlashFill'; +export {default as Pipeline} from './Pipeline'; +export {default as PlanetEarth} from './PlanetEarth'; export {default as Play} from './Play'; export {default as PlayFill} from './PlayFill'; export {default as PlugConnection} from './PlugConnection'; @@ -546,6 +566,7 @@ export {default as Signal} from './Signal'; export {default as Sliders} from './Sliders'; export {default as SlidersVertical} from './SlidersVertical'; export {default as Smartphone} from './Smartphone'; +export {default as Snail} from './Snail'; export {default as Snowflake} from './Snowflake'; export {default as Sphere} from './Sphere'; export {default as Square} from './Square'; @@ -567,6 +588,7 @@ export {default as SquareDot} from './SquareDot'; export {default as SquareExclamation} from './SquareExclamation'; export {default as SquareFill} from './SquareFill'; export {default as SquareHashtag} from './SquareHashtag'; +export {default as SquareLetterP} from './SquareLetterP'; export {default as SquareLetterT} from './SquareLetterT'; export {default as SquareListUl} from './SquareListUl'; export {default as SquareMinus} from './SquareMinus'; @@ -588,6 +610,7 @@ export {default as TagDollar} from './TagDollar'; export {default as TagRuble} from './TagRuble'; export {default as Tags} from './Tags'; export {default as Target} from './Target'; +export {default as TargetDart} from './TargetDart'; export {default as Terminal} from './Terminal'; export {default as TerminalLine} from './TerminalLine'; export {default as Text} from './Text'; diff --git a/metadata.json b/metadata.json index e5f23c1..3846496 100644 --- a/metadata.json +++ b/metadata.json @@ -325,7 +325,12 @@ "svgName": "arrow-up-right-from-square", "componentName": "ArrowUpRightFromSquare", "keywords": [ + "export", + "external", "new", + "outer", + "link", + "share", "window" ] }, @@ -616,6 +621,13 @@ "mute" ] }, + { + "name": "binoculars", + "style": "regular", + "svgName": "binoculars", + "componentName": "Binoculars", + "keywords": [] + }, { "name": "bold", "style": "regular", @@ -768,7 +780,8 @@ "svgName": "calendar", "componentName": "Calendar", "keywords": [ - "date" + "date", + "event" ] }, { @@ -1490,6 +1503,15 @@ "componentName": "CircleLetterW", "keywords": [] }, + { + "name": "circle-link", + "style": "regular", + "svgName": "circle-link", + "componentName": "CircleLink", + "keywords": [ + "chain" + ] + }, { "name": "circle-minus", "style": "regular", @@ -1577,7 +1599,8 @@ "svgName": "circle-play", "componentName": "CirclePlay", "keywords": [ - "start" + "start", + "video" ] }, { @@ -1605,18 +1628,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 +1721,8 @@ "svgName": "clock", "componentName": "Clock", "keywords": [ - "time" + "time", + "wait" ] }, { @@ -1711,7 +1731,8 @@ "svgName": "clock-fill", "componentName": "ClockFill", "keywords": [ - "time" + "time", + "wait" ] }, { @@ -1722,7 +1743,8 @@ "keywords": [ "history", "time", - "machine" + "machine", + "wait" ] }, { @@ -1898,6 +1920,17 @@ "bubble" ] }, + { + "name": "comment-slash", + "style": "regular", + "svgName": "comment-slash", + "componentName": "CommentSlash", + "keywords": [ + "message", + "bubble", + "mute" + ] + }, { "name": "comments", "style": "regular", @@ -2052,6 +2085,13 @@ "componentName": "Cubes3Overlap", "keywords": [] }, + { + "name": "cup", + "style": "regular", + "svgName": "cup", + "componentName": "Cup", + "keywords": [] + }, { "name": "curly-brackets", "style": "regular", @@ -2080,6 +2120,13 @@ "componentName": "Database", "keywords": [] }, + { + "name": "database", + "style": "fill", + "svgName": "database-fill", + "componentName": "DatabaseFill", + "keywords": [] + }, { "name": "database-arrow-right", "style": "regular", @@ -2101,6 +2148,13 @@ "componentName": "Databases", "keywords": [] }, + { + "name": "delete", + "style": "regular", + "svgName": "delete", + "componentName": "Delete", + "keywords": [] + }, { "name": "diamond", "style": "regular", @@ -2310,6 +2364,20 @@ "componentName": "EyeSlash", "keywords": [] }, + { + "name": "eyes-look-left", + "style": "regular", + "svgName": "eyes-look-left", + "componentName": "EyesLookLeft", + "keywords": [] + }, + { + "name": "eyes-look-right", + "style": "regular", + "svgName": "eyes-look-right", + "componentName": "EyesLookRight", + "keywords": [] + }, { "name": "face-alien", "style": "regular", @@ -2672,6 +2740,15 @@ "move" ] }, + { + "name": "folder-check", + "style": "regular", + "svgName": "folder-check", + "componentName": "FolderCheck", + "keywords": [ + "done" + ] + }, { "name": "folder-code", "style": "regular", @@ -2735,6 +2812,13 @@ "componentName": "FolderOpen", "keywords": [] }, + { + "name": "folder-open", + "style": "fill", + "svgName": "folder-open-fill", + "componentName": "FolderOpenFill", + "keywords": [] + }, { "name": "folder-plus", "style": "regular", @@ -2831,6 +2915,16 @@ "filter" ] }, + { + "name": "funnel-xmark", + "style": "regular", + "svgName": "funnel-xmark", + "componentName": "FunnelXmark", + "keywords": [ + "filter", + "close" + ] + }, { "name": "gear", "style": "regular", @@ -2931,6 +3025,13 @@ "language" ] }, + { + "name": "gpu", + "style": "regular", + "svgName": "gpu", + "componentName": "Gpu", + "keywords": [] + }, { "name": "graduation-cap", "style": "regular", @@ -3302,6 +3403,16 @@ "grid" ] }, + { + "name": "layout-header-cells-large", + "style": "fill", + "svgName": "layout-header-cells-large-fill", + "componentName": "LayoutHeaderCellsLargeFill", + "keywords": [ + "table", + "grid" + ] + }, { "name": "layout-header-cells-large-letter-d", "style": "regular", @@ -3457,7 +3568,8 @@ "componentName": "LifeRing", "keywords": [ "support", - "safe" + "safe", + "help" ] }, { @@ -3475,7 +3587,8 @@ "svgName": "link-slash", "componentName": "LinkSlash", "keywords": [ - "chain" + "chain", + "unlink" ] }, { @@ -3551,6 +3664,13 @@ "componentName": "LogoDocker", "keywords": [] }, + { + "name": "logo-draw-io", + "style": "regular", + "svgName": "logo-draw-io", + "componentName": "LogoDrawIo", + "keywords": [] + }, { "name": "logo-facebook", "style": "regular", @@ -3586,6 +3706,13 @@ "componentName": "LogoMarkdown", "keywords": [] }, + { + "name": "logo-mermaid", + "style": "regular", + "svgName": "logo-mermaid", + "componentName": "LogoMermaid", + "keywords": [] + }, { "name": "logo-notion", "style": "regular", @@ -3649,6 +3776,13 @@ "componentName": "LogoYandexCloud", "keywords": [] }, + { + "name": "logo-yandex-messenger", + "style": "regular", + "svgName": "logo-yandex-messenger", + "componentName": "LogoYandexMessenger", + "keywords": [] + }, { "name": "logo-yandex-tracker", "style": "regular", @@ -3807,6 +3941,13 @@ "componentName": "Moon", "keywords": [] }, + { + "name": "mug", + "style": "regular", + "svgName": "mug", + "componentName": "Mug", + "keywords": [] + }, { "name": "music-note", "style": "regular", @@ -4109,6 +4250,13 @@ "edit" ] }, + { + "name": "person-planet-earth", + "style": "regular", + "svgName": "person-planet-earth", + "componentName": "PersonPlanetEarth", + "keywords": [] + }, { "name": "person-plus", "style": "regular", @@ -4233,19 +4381,37 @@ "unfix" ] }, + { + "name": "pipeline", + "style": "regular", + "svgName": "pipeline", + "componentName": "Pipeline", + "keywords": [] + }, + { + "name": "planet-earth", + "style": "regular", + "svgName": "planet-earth", + "componentName": "PlanetEarth", + "keywords": [] + }, { "name": "play", "style": "regular", "svgName": "play", "componentName": "Play", - "keywords": [] + "keywords": [ + "video" + ] }, { "name": "play", "style": "fill", "svgName": "play-fill", "componentName": "PlayFill", - "keywords": [] + "keywords": [ + "video" + ] }, { "name": "plug-connection", @@ -4555,6 +4721,15 @@ "telephone" ] }, + { + "name": "snail", + "style": "regular", + "svgName": "snail", + "componentName": "Snail", + "keywords": [ + "slow" + ] + }, { "name": "snowflake", "style": "regular", @@ -4718,6 +4893,13 @@ "sign" ] }, + { + "name": "square-letter-p", + "style": "regular", + "svgName": "square-letter-p", + "componentName": "SquareLetterP", + "keywords": [] + }, { "name": "square-letter-t", "style": "regular", @@ -4816,7 +4998,9 @@ "style": "regular", "svgName": "stopwatch", "componentName": "Stopwatch", - "keywords": [] + "keywords": [ + "wait" + ] }, { "name": "strikethrough", @@ -4890,6 +5074,13 @@ "componentName": "Target", "keywords": [] }, + { + "name": "target-dart", + "style": "regular", + "svgName": "target-dart", + "componentName": "TargetDart", + "keywords": [] + }, { "name": "terminal", "style": "regular", diff --git a/svgs/binoculars.svg b/svgs/binoculars.svg new file mode 100644 index 0000000..1c09c62 --- /dev/null +++ b/svgs/binoculars.svg @@ -0,0 +1 @@ + \ No newline at end of file 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/circle-link.svg b/svgs/circle-link.svg new file mode 100644 index 0000000..96c8c93 --- /dev/null +++ b/svgs/circle-link.svg @@ -0,0 +1 @@ + \ 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/comment-slash.svg b/svgs/comment-slash.svg new file mode 100644 index 0000000..8821baf --- /dev/null +++ b/svgs/comment-slash.svg @@ -0,0 +1 @@ + \ 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/cup.svg b/svgs/cup.svg new file mode 100644 index 0000000..4c239af --- /dev/null +++ b/svgs/cup.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/database-fill.svg b/svgs/database-fill.svg new file mode 100644 index 0000000..a6a1ba9 --- /dev/null +++ b/svgs/database-fill.svg @@ -0,0 +1 @@ + \ 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/delete.svg b/svgs/delete.svg new file mode 100644 index 0000000..69969c4 --- /dev/null +++ b/svgs/delete.svg @@ -0,0 +1 @@ + \ 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/eyes-look-left.svg b/svgs/eyes-look-left.svg new file mode 100644 index 0000000..db73852 --- /dev/null +++ b/svgs/eyes-look-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/eyes-look-right.svg b/svgs/eyes-look-right.svg new file mode 100644 index 0000000..2fd71b7 --- /dev/null +++ b/svgs/eyes-look-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/folder-check.svg b/svgs/folder-check.svg new file mode 100644 index 0000000..c456538 --- /dev/null +++ b/svgs/folder-check.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/folder-open-fill.svg b/svgs/folder-open-fill.svg new file mode 100644 index 0000000..0ffdefb --- /dev/null +++ b/svgs/folder-open-fill.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/funnel-xmark.svg b/svgs/funnel-xmark.svg new file mode 100644 index 0000000..4cc264e --- /dev/null +++ b/svgs/funnel-xmark.svg @@ -0,0 +1 @@ + \ 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/gpu.svg b/svgs/gpu.svg new file mode 100644 index 0000000..97bf395 --- /dev/null +++ b/svgs/gpu.svg @@ -0,0 +1 @@ + \ 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-header-cells-large-fill.svg b/svgs/layout-header-cells-large-fill.svg new file mode 100644 index 0000000..49bc4f6 --- /dev/null +++ b/svgs/layout-header-cells-large-fill.svg @@ -0,0 +1 @@ + \ 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/logo-draw-io.svg b/svgs/logo-draw-io.svg new file mode 100644 index 0000000..5e5d3ba --- /dev/null +++ b/svgs/logo-draw-io.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/logo-mermaid.svg b/svgs/logo-mermaid.svg new file mode 100644 index 0000000..3460ce4 --- /dev/null +++ b/svgs/logo-mermaid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/logo-yandex-messenger.svg b/svgs/logo-yandex-messenger.svg new file mode 100644 index 0000000..1387ce5 --- /dev/null +++ b/svgs/logo-yandex-messenger.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/mug.svg b/svgs/mug.svg new file mode 100644 index 0000000..596d2f3 --- /dev/null +++ b/svgs/mug.svg @@ -0,0 +1 @@ + \ 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/person-planet-earth.svg b/svgs/person-planet-earth.svg new file mode 100644 index 0000000..fa0cb76 --- /dev/null +++ b/svgs/person-planet-earth.svg @@ -0,0 +1 @@ + \ 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/pipeline.svg b/svgs/pipeline.svg new file mode 100644 index 0000000..dd617d7 --- /dev/null +++ b/svgs/pipeline.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/planet-earth.svg b/svgs/planet-earth.svg new file mode 100644 index 0000000..3f3cdad --- /dev/null +++ b/svgs/planet-earth.svg @@ -0,0 +1 @@ + \ 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/snail.svg b/svgs/snail.svg new file mode 100644 index 0000000..f7a079c --- /dev/null +++ b/svgs/snail.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/square-letter-p.svg b/svgs/square-letter-p.svg new file mode 100644 index 0000000..8887ad0 --- /dev/null +++ b/svgs/square-letter-p.svg @@ -0,0 +1 @@ + \ 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/target-dart.svg b/svgs/target-dart.svg new file mode 100644 index 0000000..6d5125d --- /dev/null +++ b/svgs/target-dart.svg @@ -0,0 +1 @@ + \ 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