diff --git a/lib/AlignCenter.tsx b/lib/AlignCenter.tsx new file mode 100644 index 0000000..2cdc83f --- /dev/null +++ b/lib/AlignCenter.tsx @@ -0,0 +1,27 @@ +import * as React from 'react'; +import {SVGProps} from 'react'; +const AlignCenter = (props: SVGProps) => ( + + + + + + + + + + +); +export default AlignCenter; diff --git a/lib/AlignFull.tsx b/lib/AlignFull.tsx new file mode 100644 index 0000000..bcb1b8c --- /dev/null +++ b/lib/AlignFull.tsx @@ -0,0 +1,27 @@ +import * as React from 'react'; +import {SVGProps} from 'react'; +const AlignFull = (props: SVGProps) => ( + + + + + + + + + + +); +export default AlignFull; diff --git a/lib/AlignLeft.tsx b/lib/AlignLeft.tsx new file mode 100644 index 0000000..93dcac5 --- /dev/null +++ b/lib/AlignLeft.tsx @@ -0,0 +1,27 @@ +import * as React from 'react'; +import {SVGProps} from 'react'; +const AlignLeft = (props: SVGProps) => ( + + + + + + + + + + +); +export default AlignLeft; diff --git a/lib/AlignRight.tsx b/lib/AlignRight.tsx new file mode 100644 index 0000000..80947c0 --- /dev/null +++ b/lib/AlignRight.tsx @@ -0,0 +1,27 @@ +import * as React from 'react'; +import {SVGProps} from 'react'; +const AlignRight = (props: SVGProps) => ( + + + + + + + + + + +); +export default AlignRight; diff --git a/lib/ArrowBarsDescendingAlignLeft.tsx b/lib/ArrowBarsDescendingAlignLeft.tsx new file mode 100644 index 0000000..a18a672 --- /dev/null +++ b/lib/ArrowBarsDescendingAlignLeft.tsx @@ -0,0 +1,20 @@ +import * as React from 'react'; +import {SVGProps} from 'react'; +const ArrowBarsDescendingAlignLeft = (props: SVGProps) => ( + + + +); +export default ArrowBarsDescendingAlignLeft; diff --git a/lib/ArrowsRotateLeftSlash.tsx b/lib/ArrowsRotateLeftSlash.tsx new file mode 100644 index 0000000..2c8db6b --- /dev/null +++ b/lib/ArrowsRotateLeftSlash.tsx @@ -0,0 +1,18 @@ +import * as React from 'react'; +import {SVGProps} from 'react'; +const ArrowsRotateLeftSlash = (props: SVGProps) => ( + + + + + + +); +export default ArrowsRotateLeftSlash; diff --git a/lib/ArrowsRotateRightSlash.tsx b/lib/ArrowsRotateRightSlash.tsx new file mode 100644 index 0000000..12f4250 --- /dev/null +++ b/lib/ArrowsRotateRightSlash.tsx @@ -0,0 +1,20 @@ +import * as React from 'react'; +import {SVGProps} from 'react'; +const ArrowsRotateRightSlash = (props: SVGProps) => ( + + + +); +export default ArrowsRotateRightSlash; diff --git a/lib/CardClub.tsx b/lib/CardClub.tsx new file mode 100644 index 0000000..50acead --- /dev/null +++ b/lib/CardClub.tsx @@ -0,0 +1,20 @@ +import * as React from 'react'; +import {SVGProps} from 'react'; +const CardClub = (props: SVGProps) => ( + + + +); +export default CardClub; diff --git a/lib/CardDiamond.tsx b/lib/CardDiamond.tsx new file mode 100644 index 0000000..86e7675 --- /dev/null +++ b/lib/CardDiamond.tsx @@ -0,0 +1,20 @@ +import * as React from 'react'; +import {SVGProps} from 'react'; +const CardDiamond = (props: SVGProps) => ( + + + +); +export default CardDiamond; diff --git a/lib/CardHeart.tsx b/lib/CardHeart.tsx new file mode 100644 index 0000000..6601260 --- /dev/null +++ b/lib/CardHeart.tsx @@ -0,0 +1,20 @@ +import * as React from 'react'; +import {SVGProps} from 'react'; +const CardHeart = (props: SVGProps) => ( + + + +); +export default CardHeart; diff --git a/lib/CardSpade.tsx b/lib/CardSpade.tsx new file mode 100644 index 0000000..bb3ccb5 --- /dev/null +++ b/lib/CardSpade.tsx @@ -0,0 +1,20 @@ +import * as React from 'react'; +import {SVGProps} from 'react'; +const CardSpade = (props: SVGProps) => ( + + + +); +export default CardSpade; diff --git a/lib/CloudGear.tsx b/lib/CloudGear.tsx new file mode 100644 index 0000000..72e15d6 --- /dev/null +++ b/lib/CloudGear.tsx @@ -0,0 +1,27 @@ +import * as React from 'react'; +import {SVGProps} from 'react'; +const CloudGear = (props: SVGProps) => ( + + + + + + + + + + +); +export default CloudGear; diff --git a/lib/CloudNut.tsx b/lib/CloudNut.tsx new file mode 100644 index 0000000..983cd16 --- /dev/null +++ b/lib/CloudNut.tsx @@ -0,0 +1,20 @@ +import * as React from 'react'; +import {SVGProps} from 'react'; +const CloudNut = (props: SVGProps) => ( + + + +); +export default CloudNut; diff --git a/lib/DatabaseArrowRight.tsx b/lib/DatabaseArrowRight.tsx new file mode 100644 index 0000000..9ad02c7 --- /dev/null +++ b/lib/DatabaseArrowRight.tsx @@ -0,0 +1,20 @@ +import * as React from 'react'; +import {SVGProps} from 'react'; +const DatabaseArrowRight = (props: SVGProps) => ( + + + +); +export default DatabaseArrowRight; diff --git a/lib/EnvelopeOpenXmark.tsx b/lib/EnvelopeOpenXmark.tsx new file mode 100644 index 0000000..4f22a1a --- /dev/null +++ b/lib/EnvelopeOpenXmark.tsx @@ -0,0 +1,20 @@ +import * as React from 'react'; +import {SVGProps} from 'react'; +const EnvelopeOpenXmark = (props: SVGProps) => ( + + + +); +export default EnvelopeOpenXmark; diff --git a/lib/FaceNeutralDashed.tsx b/lib/FaceNeutralDashed.tsx new file mode 100644 index 0000000..4417a0f --- /dev/null +++ b/lib/FaceNeutralDashed.tsx @@ -0,0 +1,20 @@ +import * as React from 'react'; +import {SVGProps} from 'react'; +const FaceNeutralDashed = (props: SVGProps) => ( + + + +); +export default FaceNeutralDashed; diff --git a/lib/FileRuble.tsx b/lib/FileRuble.tsx new file mode 100644 index 0000000..d81ae10 --- /dev/null +++ b/lib/FileRuble.tsx @@ -0,0 +1,20 @@ +import * as React from 'react'; +import {SVGProps} from 'react'; +const FileRuble = (props: SVGProps) => ( + + + +); +export default FileRuble; diff --git a/lib/Nut.tsx b/lib/Nut.tsx new file mode 100644 index 0000000..a751ada --- /dev/null +++ b/lib/Nut.tsx @@ -0,0 +1,20 @@ +import * as React from 'react'; +import {SVGProps} from 'react'; +const Nut = (props: SVGProps) => ( + + + +); +export default Nut; diff --git a/lib/PersonGear.tsx b/lib/PersonGear.tsx new file mode 100644 index 0000000..e116fef --- /dev/null +++ b/lib/PersonGear.tsx @@ -0,0 +1,27 @@ +import * as React from 'react'; +import {SVGProps} from 'react'; +const PersonGear = (props: SVGProps) => ( + + + + + + + + + + +); +export default PersonGear; diff --git a/lib/PersonNut.tsx b/lib/PersonNut.tsx new file mode 100644 index 0000000..c0cc218 --- /dev/null +++ b/lib/PersonNut.tsx @@ -0,0 +1,20 @@ +import * as React from 'react'; +import {SVGProps} from 'react'; +const PersonNut = (props: SVGProps) => ( + + + +); +export default PersonNut; diff --git a/lib/RectanglesHorizontal.tsx b/lib/RectanglesHorizontal.tsx new file mode 100644 index 0000000..a411876 --- /dev/null +++ b/lib/RectanglesHorizontal.tsx @@ -0,0 +1,20 @@ +import * as React from 'react'; +import {SVGProps} from 'react'; +const RectanglesHorizontal = (props: SVGProps) => ( + + + +); +export default RectanglesHorizontal; diff --git a/lib/RectanglesNarrow3Horizontal.tsx b/lib/RectanglesNarrow3Horizontal.tsx new file mode 100644 index 0000000..26221a8 --- /dev/null +++ b/lib/RectanglesNarrow3Horizontal.tsx @@ -0,0 +1,20 @@ +import * as React from 'react'; +import {SVGProps} from 'react'; +const RectanglesNarrow3Horizontal = (props: SVGProps) => ( + + + +); +export default RectanglesNarrow3Horizontal; diff --git a/lib/RectanglesNarrowWideHorizontal.tsx b/lib/RectanglesNarrowWideHorizontal.tsx new file mode 100644 index 0000000..6d40d84 --- /dev/null +++ b/lib/RectanglesNarrowWideHorizontal.tsx @@ -0,0 +1,20 @@ +import * as React from 'react'; +import {SVGProps} from 'react'; +const RectanglesNarrowWideHorizontal = (props: SVGProps) => ( + + + +); +export default RectanglesNarrowWideHorizontal; diff --git a/lib/RectanglesVertical.tsx b/lib/RectanglesVertical.tsx new file mode 100644 index 0000000..4e3ef01 --- /dev/null +++ b/lib/RectanglesVertical.tsx @@ -0,0 +1,20 @@ +import * as React from 'react'; +import {SVGProps} from 'react'; +const RectanglesVertical = (props: SVGProps) => ( + + + +); +export default RectanglesVertical; diff --git a/lib/RectanglesWideNarrowHorizontal.tsx b/lib/RectanglesWideNarrowHorizontal.tsx new file mode 100644 index 0000000..5a41fcb --- /dev/null +++ b/lib/RectanglesWideNarrowHorizontal.tsx @@ -0,0 +1,20 @@ +import * as React from 'react'; +import {SVGProps} from 'react'; +const RectanglesWideNarrowHorizontal = (props: SVGProps) => ( + + + +); +export default RectanglesWideNarrowHorizontal; diff --git a/lib/index.ts b/lib/index.ts index 971d7bb..e243e02 100644 --- a/lib/index.ts +++ b/lib/index.ts @@ -3,9 +3,14 @@ export {default as AbbrMl} from './AbbrMl'; export {default as AbbrQl} from './AbbrQl'; export {default as AbbrSql} from './AbbrSql'; export {default as AbbrZip} from './AbbrZip'; +export {default as AlignCenter} from './AlignCenter'; +export {default as AlignFull} from './AlignFull'; +export {default as AlignLeft} from './AlignLeft'; +export {default as AlignRight} from './AlignRight'; export {default as AntennaSignal} from './AntennaSignal'; export {default as Aperture} from './Aperture'; export {default as Archive} from './Archive'; +export {default as ArrowBarsDescendingAlignLeft} from './ArrowBarsDescendingAlignLeft'; export {default as ArrowDown} from './ArrowDown'; export {default as ArrowDownFromLine} from './ArrowDownFromLine'; export {default as ArrowDownToLine} from './ArrowDownToLine'; @@ -53,7 +58,9 @@ export {default as Arrows3RotateLeftLetterA} from './Arrows3RotateLeftLetterA'; export {default as Arrows3RotateRight} from './Arrows3RotateRight'; export {default as ArrowsOppositeToDots} from './ArrowsOppositeToDots'; export {default as ArrowsRotateLeft} from './ArrowsRotateLeft'; +export {default as ArrowsRotateLeftSlash} from './ArrowsRotateLeftSlash'; export {default as ArrowsRotateRight} from './ArrowsRotateRight'; +export {default as ArrowsRotateRightSlash} from './ArrowsRotateRightSlash'; export {default as At} from './At'; export {default as Ban} from './Ban'; export {default as Bars} from './Bars'; @@ -87,6 +94,10 @@ export {default as Bulb} from './Bulb'; export {default as Calculator} from './Calculator'; export {default as Calendar} from './Calendar'; export {default as Camera} from './Camera'; +export {default as CardClub} from './CardClub'; +export {default as CardDiamond} from './CardDiamond'; +export {default as CardHeart} from './CardHeart'; +export {default as CardSpade} from './CardSpade'; export {default as CaretDown} from './CaretDown'; export {default as CaretLeft} from './CaretLeft'; export {default as CaretRight} from './CaretRight'; @@ -196,6 +207,8 @@ export {default as ClockFill} from './ClockFill'; export {default as Cloud} from './Cloud'; export {default as CloudArrowUpIn} from './CloudArrowUpIn'; export {default as CloudCheck} from './CloudCheck'; +export {default as CloudGear} from './CloudGear'; +export {default as CloudNut} from './CloudNut'; export {default as Clouds} from './Clouds'; export {default as Code} from './Code'; export {default as CodeCommit} from './CodeCommit'; @@ -238,6 +251,7 @@ 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 DatabaseMagnifier} from './DatabaseMagnifier'; export {default as Databases} from './Databases'; export {default as Diamond} from './Diamond'; @@ -258,6 +272,7 @@ export {default as Ellipsis} from './Ellipsis'; export {default as EllipsisVertical} from './EllipsisVertical'; export {default as Envelope} from './Envelope'; export {default as EnvelopeOpen} from './EnvelopeOpen'; +export {default as EnvelopeOpenXmark} from './EnvelopeOpenXmark'; export {default as Equal} from './Equal'; export {default as Eraser} from './Eraser'; export {default as ExclamationShape} from './ExclamationShape'; @@ -266,6 +281,7 @@ export {default as EyeSlash} from './EyeSlash'; export {default as FaceAlien} from './FaceAlien'; export {default as FaceFun} from './FaceFun'; export {default as FaceNeutral} from './FaceNeutral'; +export {default as FaceNeutralDashed} from './FaceNeutralDashed'; export {default as FaceRobot} from './FaceRobot'; export {default as FaceSad} from './FaceSad'; export {default as FaceSmile} from './FaceSmile'; @@ -285,6 +301,7 @@ export {default as FileMagnifier} from './FileMagnifier'; export {default as FileMinus} from './FileMinus'; export {default as FilePlus} from './FilePlus'; export {default as FileQuestion} from './FileQuestion'; +export {default as FileRuble} from './FileRuble'; export {default as FileText} from './FileText'; export {default as FileXmark} from './FileXmark'; export {default as FileZipper} from './FileZipper'; @@ -436,6 +453,7 @@ export {default as NodesDown} from './NodesDown'; export {default as NodesLeft} from './NodesLeft'; export {default as NodesRight} from './NodesRight'; export {default as NodesUp} from './NodesUp'; +export {default as Nut} from './Nut'; export {default as ObjectsAlignBottom} from './ObjectsAlignBottom'; export {default as ObjectsAlignCenterHorizontal} from './ObjectsAlignCenterHorizontal'; export {default as ObjectsAlignCenterVertical} from './ObjectsAlignCenterVertical'; @@ -455,7 +473,9 @@ export {default as PencilToLine} from './PencilToLine'; export {default as PencilToSquare} from './PencilToSquare'; export {default as Percent} from './Percent'; export {default as Person} from './Person'; +export {default as PersonGear} from './PersonGear'; export {default as PersonMagnifier} from './PersonMagnifier'; +export {default as PersonNut} from './PersonNut'; export {default as PersonPencil} from './PersonPencil'; export {default as PersonPlus} from './PersonPlus'; export {default as PersonSpeaker} from './PersonSpeaker'; @@ -484,6 +504,11 @@ export {default as QuoteOpen} from './QuoteOpen'; export {default as Receipt} from './Receipt'; export {default as RectanglePulse} from './RectanglePulse'; export {default as Rectangles4} from './Rectangles4'; +export {default as RectanglesHorizontal} from './RectanglesHorizontal'; +export {default as RectanglesNarrow3Horizontal} from './RectanglesNarrow3Horizontal'; +export {default as RectanglesNarrowWideHorizontal} from './RectanglesNarrowWideHorizontal'; +export {default as RectanglesVertical} from './RectanglesVertical'; +export {default as RectanglesWideNarrowHorizontal} from './RectanglesWideNarrowHorizontal'; export {default as Rocket} from './Rocket'; export {default as RoundBrackets} from './RoundBrackets'; export {default as Route} from './Route'; diff --git a/metadata.json b/metadata.json index 15f5417..31129e1 100644 --- a/metadata.json +++ b/metadata.json @@ -35,6 +35,34 @@ "componentName": "AbbrZip", "keywords": [] }, + { + "name": "align-center", + "style": "regular", + "svgName": "align-center", + "componentName": "AlignCenter", + "keywords": [] + }, + { + "name": "align-full", + "style": "regular", + "svgName": "align-full", + "componentName": "AlignFull", + "keywords": [] + }, + { + "name": "align-left", + "style": "regular", + "svgName": "align-left", + "componentName": "AlignLeft", + "keywords": [] + }, + { + "name": "align-right", + "style": "regular", + "svgName": "align-right", + "componentName": "AlignRight", + "keywords": [] + }, { "name": "antenna-signal", "style": "regular", @@ -60,6 +88,28 @@ "drawer" ] }, + { + "name": "arrow-bars-descending-align-left", + "style": "regular", + "svgName": "arrow-bars-descending-align-left", + "componentName": "ArrowBarsDescendingAlignLeft", + "keywords": [ + "lines", + "sort", + "filter" + ] + }, + { + "name": "arrow-bars-descending-align-left", + "style": "regular", + "svgName": "arrow-bars-descending-align-left", + "componentName": "ArrowBarsDescendingAlignLeft", + "keywords": [ + "lines", + "sort", + "filter" + ] + }, { "name": "arrow-down", "style": "regular", @@ -413,6 +463,13 @@ "componentName": "ArrowsRotateLeft", "keywords": [] }, + { + "name": "arrows-rotate-left-slash", + "style": "regular", + "svgName": "arrows-rotate-left-slash", + "componentName": "ArrowsRotateLeftSlash", + "keywords": [] + }, { "name": "arrows-rotate-right", "style": "regular", @@ -420,6 +477,13 @@ "componentName": "ArrowsRotateRight", "keywords": [] }, + { + "name": "arrows-rotate-right-slash", + "style": "regular", + "svgName": "arrows-rotate-right-slash", + "componentName": "ArrowsRotateRightSlash", + "keywords": [] + }, { "name": "at", "style": "regular", @@ -711,6 +775,34 @@ "photo" ] }, + { + "name": "card-club", + "style": "regular", + "svgName": "card-club", + "componentName": "CardClub", + "keywords": [] + }, + { + "name": "card-diamond", + "style": "regular", + "svgName": "card-diamond", + "componentName": "CardDiamond", + "keywords": [] + }, + { + "name": "card-heart", + "style": "regular", + "svgName": "card-heart", + "componentName": "CardHeart", + "keywords": [] + }, + { + "name": "card-spade", + "style": "regular", + "svgName": "card-spade", + "componentName": "CardSpade", + "keywords": [] + }, { "name": "caret-down", "style": "regular", @@ -1521,6 +1613,13 @@ "componentName": "CircleRuble", "keywords": [] }, + { + "name": "circle-ruble", + "style": "regular", + "svgName": "circle-ruble", + "componentName": "CircleRuble", + "keywords": [] + }, { "name": "circle-stop", "style": "regular", @@ -1645,6 +1744,20 @@ "componentName": "CloudCheck", "keywords": [] }, + { + "name": "cloud-gear", + "style": "regular", + "svgName": "cloud-gear", + "componentName": "CloudGear", + "keywords": [] + }, + { + "name": "cloud-nut", + "style": "regular", + "svgName": "cloud-nut", + "componentName": "CloudNut", + "keywords": [] + }, { "name": "clouds", "style": "regular", @@ -1962,6 +2075,13 @@ "componentName": "Database", "keywords": [] }, + { + "name": "database-arrow-right", + "style": "regular", + "svgName": "database-arrow-right", + "componentName": "DatabaseArrowRight", + "keywords": [] + }, { "name": "database-magnifier", "style": "regular", @@ -2140,6 +2260,13 @@ "componentName": "EnvelopeOpen", "keywords": [] }, + { + "name": "envelope-open-xmark", + "style": "regular", + "svgName": "envelope-open-xmark", + "componentName": "EnvelopeOpenXmark", + "keywords": [] + }, { "name": "equal", "style": "regular", @@ -2203,6 +2330,13 @@ "componentName": "FaceNeutral", "keywords": [] }, + { + "name": "face-neutral-dashed", + "style": "regular", + "svgName": "face-neutral-dashed", + "componentName": "FaceNeutralDashed", + "keywords": [] + }, { "name": "face-robot", "style": "regular", @@ -2384,6 +2518,13 @@ "page" ] }, + { + "name": "file-ruble", + "style": "regular", + "svgName": "file-ruble", + "componentName": "FileRuble", + "keywords": [] + }, { "name": "file-text", "style": "regular", @@ -3652,6 +3793,13 @@ "componentName": "NodesUp", "keywords": [] }, + { + "name": "nut", + "style": "regular", + "svgName": "nut", + "componentName": "Nut", + "keywords": [] + }, { "name": "objects-align-bottom", "style": "regular", @@ -3802,6 +3950,13 @@ "user" ] }, + { + "name": "person-gear", + "style": "regular", + "svgName": "person-gear", + "componentName": "PersonGear", + "keywords": [] + }, { "name": "person-magnifier", "style": "regular", @@ -3814,6 +3969,13 @@ "search" ] }, + { + "name": "person-nut", + "style": "regular", + "svgName": "person-nut", + "componentName": "PersonNut", + "keywords": [] + }, { "name": "person-pencil", "style": "regular", @@ -4062,6 +4224,41 @@ "componentName": "Rectangles4", "keywords": [] }, + { + "name": "rectangles-horizontal", + "style": "regular", + "svgName": "rectangles-horizontal", + "componentName": "RectanglesHorizontal", + "keywords": [] + }, + { + "name": "rectangles-narrow-3-horizontal", + "style": "regular", + "svgName": "rectangles-narrow-3-horizontal", + "componentName": "RectanglesNarrow3Horizontal", + "keywords": [] + }, + { + "name": "rectangles-narrow-wide-horizontal", + "style": "regular", + "svgName": "rectangles-narrow-wide-horizontal", + "componentName": "RectanglesNarrowWideHorizontal", + "keywords": [] + }, + { + "name": "rectangles-vertical", + "style": "regular", + "svgName": "rectangles-vertical", + "componentName": "RectanglesVertical", + "keywords": [] + }, + { + "name": "rectangles-wide-narrow-horizontal", + "style": "regular", + "svgName": "rectangles-wide-narrow-horizontal", + "componentName": "RectanglesWideNarrowHorizontal", + "keywords": [] + }, { "name": "rocket", "style": "regular", diff --git a/svgs/align-center.svg b/svgs/align-center.svg new file mode 100644 index 0000000..01b8300 --- /dev/null +++ b/svgs/align-center.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/align-full.svg b/svgs/align-full.svg new file mode 100644 index 0000000..41dd7d4 --- /dev/null +++ b/svgs/align-full.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/align-left.svg b/svgs/align-left.svg new file mode 100644 index 0000000..7e8602a --- /dev/null +++ b/svgs/align-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/align-right.svg b/svgs/align-right.svg new file mode 100644 index 0000000..8376c50 --- /dev/null +++ b/svgs/align-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/arrow-bars-descending-align-left.svg b/svgs/arrow-bars-descending-align-left.svg new file mode 100644 index 0000000..aabfd70 --- /dev/null +++ b/svgs/arrow-bars-descending-align-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/arrows-rotate-left-slash.svg b/svgs/arrows-rotate-left-slash.svg new file mode 100644 index 0000000..5658200 --- /dev/null +++ b/svgs/arrows-rotate-left-slash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/arrows-rotate-right-slash.svg b/svgs/arrows-rotate-right-slash.svg new file mode 100644 index 0000000..d34b3d3 --- /dev/null +++ b/svgs/arrows-rotate-right-slash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/card-club.svg b/svgs/card-club.svg new file mode 100644 index 0000000..6338b0d --- /dev/null +++ b/svgs/card-club.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/card-diamond.svg b/svgs/card-diamond.svg new file mode 100644 index 0000000..f5b001d --- /dev/null +++ b/svgs/card-diamond.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/card-heart.svg b/svgs/card-heart.svg new file mode 100644 index 0000000..47007a0 --- /dev/null +++ b/svgs/card-heart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/card-spade.svg b/svgs/card-spade.svg new file mode 100644 index 0000000..12de541 --- /dev/null +++ b/svgs/card-spade.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/cloud-gear.svg b/svgs/cloud-gear.svg new file mode 100644 index 0000000..0de5911 --- /dev/null +++ b/svgs/cloud-gear.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/cloud-nut.svg b/svgs/cloud-nut.svg new file mode 100644 index 0000000..126193b --- /dev/null +++ b/svgs/cloud-nut.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/database-arrow-right.svg b/svgs/database-arrow-right.svg new file mode 100644 index 0000000..f957905 --- /dev/null +++ b/svgs/database-arrow-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/envelope-open-xmark.svg b/svgs/envelope-open-xmark.svg new file mode 100644 index 0000000..93b0920 --- /dev/null +++ b/svgs/envelope-open-xmark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/face-neutral-dashed.svg b/svgs/face-neutral-dashed.svg new file mode 100644 index 0000000..86ac44f --- /dev/null +++ b/svgs/face-neutral-dashed.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/file-ruble.svg b/svgs/file-ruble.svg new file mode 100644 index 0000000..84a1766 --- /dev/null +++ b/svgs/file-ruble.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/nut.svg b/svgs/nut.svg new file mode 100644 index 0000000..875350f --- /dev/null +++ b/svgs/nut.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/person-gear.svg b/svgs/person-gear.svg new file mode 100644 index 0000000..06b8124 --- /dev/null +++ b/svgs/person-gear.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/person-nut.svg b/svgs/person-nut.svg new file mode 100644 index 0000000..c7a3ce9 --- /dev/null +++ b/svgs/person-nut.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/rectangles-horizontal.svg b/svgs/rectangles-horizontal.svg new file mode 100644 index 0000000..79029e7 --- /dev/null +++ b/svgs/rectangles-horizontal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/rectangles-narrow-3-horizontal.svg b/svgs/rectangles-narrow-3-horizontal.svg new file mode 100644 index 0000000..b5ee75a --- /dev/null +++ b/svgs/rectangles-narrow-3-horizontal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/rectangles-narrow-wide-horizontal.svg b/svgs/rectangles-narrow-wide-horizontal.svg new file mode 100644 index 0000000..33f7f53 --- /dev/null +++ b/svgs/rectangles-narrow-wide-horizontal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/rectangles-vertical.svg b/svgs/rectangles-vertical.svg new file mode 100644 index 0000000..0a15596 --- /dev/null +++ b/svgs/rectangles-vertical.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/rectangles-wide-narrow-horizontal.svg b/svgs/rectangles-wide-narrow-horizontal.svg new file mode 100644 index 0000000..f08a6a9 --- /dev/null +++ b/svgs/rectangles-wide-narrow-horizontal.svg @@ -0,0 +1 @@ + \ No newline at end of file