@umbra.ui/icons 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/icons/index.d.ts +250 -0
- package/dist/icons/index.d.ts.map +1 -0
- package/dist/icons/index.js +249 -0
- package/dist/index.d.ts +880 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +1178 -0
- package/package.json +47 -0
- package/src/animated/BarsAnim2GlyphIcon.vue +106 -0
- package/src/animated/BarsAnim3GlyphIcon.vue +106 -0
- package/src/animated/BarsAnim3OutlineIcon.vue +128 -0
- package/src/animated/BarsAnimGlyphIcon.vue +63 -0
- package/src/animated/BarsAnimOutlineIcon.vue +70 -0
- package/src/animated/CircleAnim2GlyphIcon.vue +57 -0
- package/src/animated/CircleAnim2OutlineIcon.vue +70 -0
- package/src/animated/CircleAnim32GlyphIcon.vue +51 -0
- package/src/animated/CircleAnim3GlyphIcon.vue +56 -0
- package/src/animated/CircleAnim3OutlineIcon.vue +60 -0
- package/src/animated/CircleAnimOutlineIcon.vue +69 -0
- package/src/animated/ClockAnimGlyphIcon.vue +70 -0
- package/src/animated/ClockAnimOutlineIcon.vue +94 -0
- package/src/animated/CubesAnimOutlineIcon.vue +114 -0
- package/src/animated/DotsAnim2GlyphIcon.vue +74 -0
- package/src/animated/DotsAnim2OutlineIcon.vue +126 -0
- package/src/animated/DotsAnim3GlyphIcon.vue +58 -0
- package/src/animated/DotsAnim3OutlineIcon.vue +86 -0
- package/src/animated/DotsAnim4GlyphIcon.vue +67 -0
- package/src/animated/DotsAnim4OutlineIcon.vue +95 -0
- package/src/animated/DotsAnim5GlyphIcon.vue +70 -0
- package/src/animated/DotsAnim5OutlineIcon.vue +105 -0
- package/src/animated/DotsAnim6GlyphIcon.vue +70 -0
- package/src/animated/DotsAnim6OutlineIcon.vue +98 -0
- package/src/animated/DotsAnim7GlyphIcon.vue +55 -0
- package/src/animated/DotsAnim7OutlineIcon.vue +90 -0
- package/src/animated/DotsAnimGlyphIcon.vue +84 -0
- package/src/animated/DotsAnimOutlineIcon.vue +112 -0
- package/src/animated/GooeyAnimGlyphIcon.vue +65 -0
- package/src/animated/HeartAnimGlyphIcon.vue +75 -0
- package/src/animated/HeartAnimOutlineIcon.vue +66 -0
- package/src/animated/MouseAnimGlyphIcon.vue +56 -0
- package/src/animated/MouseAnimOutlineIcon.vue +70 -0
- package/src/animated/RippleAnimGlyphIcon.vue +57 -0
- package/src/animated/RippleAnimOutlineIcon.vue +64 -0
- package/src/animated/RotatingBarsAnimGlyphIcon.vue +76 -0
- package/src/animated/RotatingBarsAnimOutlineIcon.vue +126 -0
- package/src/animated/SlideshowAnimGlyphIcon.vue +90 -0
- package/src/animated/SquaresAnim2GlyphIcon.vue +62 -0
- package/src/animated/SquaresAnim2OutlineIcon.vue +101 -0
- package/src/animated/SquaresAnimGlyphIcon.vue +64 -0
- package/src/animated/SquaresAnimOutlineIcon.vue +103 -0
- package/src/icons/AccessibilityIcon.vue +38 -0
- package/src/icons/AlarmClockIcon.vue +39 -0
- package/src/icons/Align3BottomIcon.vue +36 -0
- package/src/icons/Align3HorizontalIcon.vue +36 -0
- package/src/icons/Align3LeftIcon.vue +36 -0
- package/src/icons/Align3RightIcon.vue +36 -0
- package/src/icons/Align3TopIcon.vue +36 -0
- package/src/icons/Align3VerticalIcon.vue +36 -0
- package/src/icons/AnchorIcon.vue +37 -0
- package/src/icons/ArrowDoorInIcon.vue +37 -0
- package/src/icons/ArrowDoorOut3Icon.vue +37 -0
- package/src/icons/ArrowDottedRotateAnticlockwiseIcon.vue +43 -0
- package/src/icons/ArrowTurnLeftIcon.vue +34 -0
- package/src/icons/AspectRatioSquare2Icon.vue +36 -0
- package/src/icons/AtSignIcon.vue +35 -0
- package/src/icons/AwardCertificateIcon.vue +39 -0
- package/src/icons/AwardIcon.vue +36 -0
- package/src/icons/BagShoppingIcon.vue +35 -0
- package/src/icons/BallBasketIcon.vue +38 -0
- package/src/icons/BallotCircleIcon.vue +38 -0
- package/src/icons/BasketShoppingIcon.vue +37 -0
- package/src/icons/BatteryHighIcon.vue +38 -0
- package/src/icons/BatteryIcon.vue +35 -0
- package/src/icons/BellIcon.vue +35 -0
- package/src/icons/BicycleIcon.vue +38 -0
- package/src/icons/BitcoinIcon.vue +38 -0
- package/src/icons/BoltIcon.vue +34 -0
- package/src/icons/BoltLightningIcon.vue +34 -0
- package/src/icons/BoltSlashIcon.vue +36 -0
- package/src/icons/BookBookmarkIcon.vue +39 -0
- package/src/icons/BookOpenIcon.vue +35 -0
- package/src/icons/BookmarkIcon.vue +34 -0
- package/src/icons/BookmarkSlashIcon.vue +36 -0
- package/src/icons/BookmarksIcon.vue +35 -0
- package/src/icons/BoxArchiveIcon.vue +36 -0
- package/src/icons/BoxIcon.vue +37 -0
- package/src/icons/BugIcon.vue +42 -0
- package/src/icons/BugSlashIcon.vue +42 -0
- package/src/icons/BullhornIcon.vue +37 -0
- package/src/icons/CalendarDaysIcon.vue +42 -0
- package/src/icons/CalendarIcon.vue +37 -0
- package/src/icons/Camera2Icon.vue +37 -0
- package/src/icons/CameraIcon.vue +36 -0
- package/src/icons/CartShoppingIcon.vue +37 -0
- package/src/icons/Chair4Icon.vue +38 -0
- package/src/icons/ChartBarTrendUpIcon.vue +40 -0
- package/src/icons/CheckIcon.vue +33 -0
- package/src/icons/ChevronDownIcon.vue +33 -0
- package/src/icons/ChevronExpandYIcon.vue +34 -0
- package/src/icons/ChevronLeftIcon.vue +33 -0
- package/src/icons/ChevronRightIcon.vue +33 -0
- package/src/icons/ChevronUpIcon.vue +33 -0
- package/src/icons/CircleCheckIcon.vue +35 -0
- package/src/icons/CircleCompose2Icon.vue +35 -0
- package/src/icons/CircleDotsIcon.vue +37 -0
- package/src/icons/CircleDotsVerticalIcon.vue +37 -0
- package/src/icons/CircleHalfDottedCheckIcon.vue +42 -0
- package/src/icons/CircleHashtagIcon.vue +38 -0
- package/src/icons/CircleInfoIcon.vue +36 -0
- package/src/icons/CirclePlusIcon.vue +36 -0
- package/src/icons/CircleWarningIcon.vue +36 -0
- package/src/icons/ClipboardCheckIcon.vue +36 -0
- package/src/icons/ClipboardIcon.vue +35 -0
- package/src/icons/ClipboardSlashIcon.vue +38 -0
- package/src/icons/CloneIcon.vue +35 -0
- package/src/icons/CloudIcon.vue +35 -0
- package/src/icons/ComputerIcon.vue +39 -0
- package/src/icons/CookieIcon.vue +39 -0
- package/src/icons/CreditCardIcon.vue +37 -0
- package/src/icons/CrosshairsIcon.vue +39 -0
- package/src/icons/CrosshairsSlashIcon.vue +41 -0
- package/src/icons/CryptographyIcon.vue +42 -0
- package/src/icons/DarkLightIcon.vue +36 -0
- package/src/icons/DescendingSortingIcon.vue +37 -0
- package/src/icons/DesktopArrowDownIcon.vue +38 -0
- package/src/icons/DotsIcon.vue +35 -0
- package/src/icons/DotsVerticalIcon.vue +35 -0
- package/src/icons/DrawCompassIcon.vue +39 -0
- package/src/icons/EarthIcon.vue +38 -0
- package/src/icons/EnvelopeIcon.vue +35 -0
- package/src/icons/EnvelopeOpenIcon.vue +35 -0
- package/src/icons/EyeClosedIcon.vue +37 -0
- package/src/icons/EyeIcon.vue +35 -0
- package/src/icons/EyeOpenIcon.vue +39 -0
- package/src/icons/EyeSlashIcon.vue +38 -0
- package/src/icons/FacePlusIcon.vue +39 -0
- package/src/icons/FaceSmile2Icon.vue +37 -0
- package/src/icons/FacialRecognitionIcon.vue +41 -0
- package/src/icons/FeatherIcon.vue +35 -0
- package/src/icons/FileContentIcon.vue +38 -0
- package/src/icons/FileIcon.vue +35 -0
- package/src/icons/Files2Icon.vue +37 -0
- package/src/icons/FilmIcon.vue +44 -0
- package/src/icons/FilterIcon.vue +34 -0
- package/src/icons/FiltersIcon.vue +36 -0
- package/src/icons/FingerprintIcon.vue +38 -0
- package/src/icons/Flag7Icon.vue +37 -0
- package/src/icons/FlameIcon.vue +35 -0
- package/src/icons/FolderIcon.vue +35 -0
- package/src/icons/FolderOpenIcon.vue +35 -0
- package/src/icons/ForkliftIcon.vue +39 -0
- package/src/icons/GamepadButtonsIcon.vue +38 -0
- package/src/icons/GamepadIcon.vue +38 -0
- package/src/icons/GamingButtonsIcon.vue +39 -0
- package/src/icons/GasPumpIcon.vue +38 -0
- package/src/icons/Gauge3Icon.vue +41 -0
- package/src/icons/Gear2Icon.vue +49 -0
- package/src/icons/GemSparkleIcon.vue +39 -0
- package/src/icons/GiftIcon.vue +38 -0
- package/src/icons/GlobePointerIcon.vue +38 -0
- package/src/icons/GraduationCapIcon.vue +36 -0
- package/src/icons/GridCirclePlusIcon.vue +40 -0
- package/src/icons/HalfDottedCirclePlayIcon.vue +42 -0
- package/src/icons/HandIcon.vue +37 -0
- package/src/icons/HandshakeIcon.vue +40 -0
- package/src/icons/HeadsetIcon.vue +36 -0
- package/src/icons/HeartHandIcon.vue +35 -0
- package/src/icons/HeartIcon.vue +34 -0
- package/src/icons/HotDrinkIcon.vue +38 -0
- package/src/icons/House2Icon.vue +35 -0
- package/src/icons/House5Icon.vue +37 -0
- package/src/icons/ImageDepthIcon.vue +36 -0
- package/src/icons/ImageIcon.vue +36 -0
- package/src/icons/ImageMountainIcon.vue +35 -0
- package/src/icons/ImageSparkleIcon.vue +36 -0
- package/src/icons/Images2Icon.vue +37 -0
- package/src/icons/InboxArrowDownIcon.vue +37 -0
- package/src/icons/IndustryIcon.vue +38 -0
- package/src/icons/InputPasswordEditIcon.vue +39 -0
- package/src/icons/KeyNodesIcon.vue +45 -0
- package/src/icons/KeyboardIcon.vue +42 -0
- package/src/icons/LanguageIcon.vue +38 -0
- package/src/icons/LaptopIcon.vue +35 -0
- package/src/icons/LaptopMobileIcon.vue +36 -0
- package/src/icons/Layers3Icon.vue +36 -0
- package/src/icons/LeafIcon.vue +35 -0
- package/src/icons/LifeRingIcon.vue +48 -0
- package/src/icons/Lightbulb3Icon.vue +40 -0
- package/src/icons/LinkIcon.vue +35 -0
- package/src/icons/LoaderIcon.vue +40 -0
- package/src/icons/Location2Icon.vue +36 -0
- package/src/icons/LockIcon.vue +36 -0
- package/src/icons/LockOpen2Icon.vue +36 -0
- package/src/icons/LockOpenIcon.vue +36 -0
- package/src/icons/MagicWandIcon.vue +35 -0
- package/src/icons/MagnifierFaceWorriedIcon.vue +38 -0
- package/src/icons/MagnifierIcon.vue +35 -0
- package/src/icons/MapIcon.vue +36 -0
- package/src/icons/MenuBarsIcon.vue +38 -0
- package/src/icons/MenuIcon.vue +35 -0
- package/src/icons/MicrophoneIcon.vue +36 -0
- package/src/icons/MicrophoneSlashIcon.vue +38 -0
- package/src/icons/MinusIcon.vue +33 -0
- package/src/icons/MoneyBillCoinIcon.vue +47 -0
- package/src/icons/MoonIcon.vue +34 -0
- package/src/icons/MsgBubbleUserIcon.vue +36 -0
- package/src/icons/MsgSmileIcon.vue +35 -0
- package/src/icons/MsgWritingIcon.vue +37 -0
- package/src/icons/MsgsIcon.vue +35 -0
- package/src/icons/MusicIcon.vue +40 -0
- package/src/icons/MusicNoteSparkleIcon.vue +40 -0
- package/src/icons/MusicPlaylist2Icon.vue +37 -0
- package/src/icons/NodesIcon.vue +41 -0
- package/src/icons/NoteIcon.vue +37 -0
- package/src/icons/NotificationIcon.vue +35 -0
- package/src/icons/OfficeIcon.vue +43 -0
- package/src/icons/OrderedListIcon.vue +36 -0
- package/src/icons/PaintbrushIcon.vue +35 -0
- package/src/icons/PaperPlane2Icon.vue +35 -0
- package/src/icons/PaperclipIcon.vue +33 -0
- package/src/icons/Password2Icon.vue +43 -0
- package/src/icons/Pen2Icon.vue +35 -0
- package/src/icons/Pen3Icon.vue +35 -0
- package/src/icons/PenNib3Icon.vue +38 -0
- package/src/icons/PenPlusIcon.vue +36 -0
- package/src/icons/PenSparkleIcon.vue +37 -0
- package/src/icons/PenWriting4Icon.vue +35 -0
- package/src/icons/PenWriting6Icon.vue +36 -0
- package/src/icons/PhoneIcon.vue +34 -0
- package/src/icons/PinIcon.vue +35 -0
- package/src/icons/PinTackIcon.vue +35 -0
- package/src/icons/PizzaSlice2Icon.vue +38 -0
- package/src/icons/Plug2Icon.vue +39 -0
- package/src/icons/PlusIcon.vue +34 -0
- package/src/icons/PointerIcon.vue +34 -0
- package/src/icons/PresentationScreenIcon.vue +37 -0
- package/src/icons/PrintIcon.vue +36 -0
- package/src/icons/ProgressBarIcon.vue +37 -0
- package/src/icons/PuzzlePieceIcon.vue +34 -0
- package/src/icons/Refresh2Icon.vue +37 -0
- package/src/icons/RoadmapIcon.vue +35 -0
- package/src/icons/RocketIcon.vue +38 -0
- package/src/icons/Rotation360Icon.vue +36 -0
- package/src/icons/RulerPenIcon.vue +39 -0
- package/src/icons/SatelliteIcon.vue +40 -0
- package/src/icons/ScaleIcon.vue +44 -0
- package/src/icons/ScissorsCoupon2Icon.vue +38 -0
- package/src/icons/ScissorsIcon.vue +39 -0
- package/src/icons/ScribbleIcon.vue +33 -0
- package/src/icons/ShapesIcon.vue +37 -0
- package/src/icons/ShareUpRightIcon.vue +36 -0
- package/src/icons/ShieldCheckIcon.vue +35 -0
- package/src/icons/ShopIcon.vue +39 -0
- package/src/icons/SideProfileIcon.vue +35 -0
- package/src/icons/Signal2Icon.vue +36 -0
- package/src/icons/Sitemap4Icon.vue +39 -0
- package/src/icons/SlidersIcon.vue +40 -0
- package/src/icons/Sparkle3Icon.vue +35 -0
- package/src/icons/SquareDottedArrowBottomRightIcon.vue +46 -0
- package/src/icons/SquareMinusIcon.vue +35 -0
- package/src/icons/SquarePlusIcon.vue +36 -0
- package/src/icons/StackPerspectiveIcon.vue +36 -0
- package/src/icons/StarIcon.vue +34 -0
- package/src/icons/StarSparkleIcon.vue +37 -0
- package/src/icons/StickerSmileIcon.vue +38 -0
- package/src/icons/StopwatchIcon.vue +38 -0
- package/src/icons/Subscription2Icon.vue +40 -0
- package/src/icons/Suitcase3Icon.vue +37 -0
- package/src/icons/SunIcon.vue +42 -0
- package/src/icons/TagIcon.vue +35 -0
- package/src/icons/TagsIcon.vue +36 -0
- package/src/icons/TargetIcon.vue +38 -0
- package/src/icons/Tasks2Icon.vue +36 -0
- package/src/icons/TextHighlightIcon.vue +37 -0
- package/src/icons/TextTool2Icon.vue +39 -0
- package/src/icons/ThumbsUpIcon.vue +35 -0
- package/src/icons/Ticket4Icon.vue +36 -0
- package/src/icons/Timer2Icon.vue +35 -0
- package/src/icons/Toggle3Icon.vue +35 -0
- package/src/icons/TrashIcon.vue +36 -0
- package/src/icons/TriangleWarningIcon.vue +36 -0
- package/src/icons/UfoIcon.vue +40 -0
- package/src/icons/UnorderedListIcon.vue +38 -0
- package/src/icons/UserIcon.vue +35 -0
- package/src/icons/UserLaptopIcon.vue +37 -0
- package/src/icons/UserSearchIcon.vue +37 -0
- package/src/icons/UsersIcon.vue +38 -0
- package/src/icons/Vault3Icon.vue +41 -0
- package/src/icons/VideoIcon.vue +36 -0
- package/src/icons/VolumeIcon.vue +34 -0
- package/src/icons/VolumeUpIcon.vue +36 -0
- package/src/icons/Wallet2CircuitIcon.vue +41 -0
- package/src/icons/Wallet2Icon.vue +36 -0
- package/src/icons/WandSparkleIcon.vue +38 -0
- package/src/icons/WatchIcon.vue +37 -0
- package/src/icons/WindowChartLineIcon.vue +37 -0
- package/src/icons/WindowExpandBottomRightIcon.vue +37 -0
- package/src/icons/WindowPointerIcon.vue +39 -0
- package/src/icons/XmarkIcon.vue +34 -0
- package/src/icons/index.ts +249 -0
- package/src/index.ts +1187 -0
- package/src/vue.d.ts +5 -0
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
interface Props {
|
|
3
|
+
size?: number | string
|
|
4
|
+
color?: string
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
const props = withDefaults(defineProps<Props>(), {
|
|
8
|
+
size: 24,
|
|
9
|
+
color: 'currentColor'
|
|
10
|
+
})
|
|
11
|
+
</script>
|
|
12
|
+
|
|
13
|
+
<template>
|
|
14
|
+
<svg
|
|
15
|
+
class="icon"
|
|
16
|
+
:width="size"
|
|
17
|
+
:height="size"
|
|
18
|
+
viewBox="0 0 18 18"
|
|
19
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
20
|
+
>
|
|
21
|
+
<title />
|
|
22
|
+
<g :fill="color">
|
|
23
|
+
<path d="M12.25 16.25L7.5 12.75L2.75 16.25V6.75C2.75 5.645 3.645 4.75 4.75 4.75H10.25C11.355 4.75 12.25 5.645 12.25 6.75V16.25Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
|
|
24
|
+
<path d="M12.25 16.25L7.5 12.75L2.75 16.25V6.75C2.75 5.645 3.645 4.75 4.75 4.75H10.25C11.355 4.75 12.25 5.645 12.25 6.75V16.25Z" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
|
25
|
+
<path d="M6.781 2C7.068 1.841 7.398 1.75 7.75 1.75H13.25C14.355 1.75 15.25 2.645 15.25 3.75V13.25" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
|
26
|
+
</g>
|
|
27
|
+
</svg>
|
|
28
|
+
</template>
|
|
29
|
+
|
|
30
|
+
<style scoped>
|
|
31
|
+
.icon {
|
|
32
|
+
display: inline-block;
|
|
33
|
+
vertical-align: middle;
|
|
34
|
+
}
|
|
35
|
+
</style>
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
interface Props {
|
|
3
|
+
size?: number | string
|
|
4
|
+
color?: string
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
const props = withDefaults(defineProps<Props>(), {
|
|
8
|
+
size: 24,
|
|
9
|
+
color: 'currentColor'
|
|
10
|
+
})
|
|
11
|
+
</script>
|
|
12
|
+
|
|
13
|
+
<template>
|
|
14
|
+
<svg
|
|
15
|
+
class="icon"
|
|
16
|
+
:width="size"
|
|
17
|
+
:height="size"
|
|
18
|
+
viewBox="0 0 18 18"
|
|
19
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
20
|
+
>
|
|
21
|
+
<title />
|
|
22
|
+
<g :fill="color">
|
|
23
|
+
<path d="M14.75 6.25V13.25C14.75 14.355 13.855 15.25 12.75 15.25H5.25C4.145 15.25 3.25 14.355 3.25 13.25V6.25" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
|
|
24
|
+
<path d="M14.75 6.25V13.25C14.75 14.355 13.855 15.25 12.75 15.25H5.25C4.145 15.25 3.25 14.355 3.25 13.25V6.25" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
|
25
|
+
<path d="M15.25 2.75H2.75C2.19772 2.75 1.75 3.19772 1.75 3.75V5.25C1.75 5.80228 2.19772 6.25 2.75 6.25H15.25C15.8023 6.25 16.25 5.80228 16.25 5.25V3.75C16.25 3.19772 15.8023 2.75 15.25 2.75Z" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
|
26
|
+
<path d="M7 9.25H11" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
|
27
|
+
</g>
|
|
28
|
+
</svg>
|
|
29
|
+
</template>
|
|
30
|
+
|
|
31
|
+
<style scoped>
|
|
32
|
+
.icon {
|
|
33
|
+
display: inline-block;
|
|
34
|
+
vertical-align: middle;
|
|
35
|
+
}
|
|
36
|
+
</style>
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
interface Props {
|
|
3
|
+
size?: number | string
|
|
4
|
+
color?: string
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
const props = withDefaults(defineProps<Props>(), {
|
|
8
|
+
size: 24,
|
|
9
|
+
color: 'currentColor'
|
|
10
|
+
})
|
|
11
|
+
</script>
|
|
12
|
+
|
|
13
|
+
<template>
|
|
14
|
+
<svg
|
|
15
|
+
class="icon"
|
|
16
|
+
:width="size"
|
|
17
|
+
:height="size"
|
|
18
|
+
viewBox="0 0 18 18"
|
|
19
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
20
|
+
>
|
|
21
|
+
<title />
|
|
22
|
+
<g :fill="color">
|
|
23
|
+
<path d="M13.25 5.25H4.75C3.64543 5.25 2.75 6.14543 2.75 7.25V13.25C2.75 14.3546 3.64543 15.25 4.75 15.25H13.25C14.3546 15.25 15.25 14.3546 15.25 13.25V7.25C15.25 6.14543 14.3546 5.25 13.25 5.25Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
|
|
24
|
+
<path d="M9 2.25V8.25" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
|
25
|
+
<path d="M13.25 5.25H4.75C3.64543 5.25 2.75 6.14543 2.75 7.25V13.25C2.75 14.3546 3.64543 15.25 4.75 15.25H13.25C14.3546 15.25 15.25 14.3546 15.25 13.25V7.25C15.25 6.14543 14.3546 5.25 13.25 5.25Z" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
|
26
|
+
<path d="M3 6.284L4.449 3.362C4.787 2.681 5.481 2.25 6.241 2.25H11.759C12.519 2.25 13.213 2.681 13.551 3.362L15 6.285" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
|
27
|
+
<path d="M5.25 12.75H7.25" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
|
28
|
+
</g>
|
|
29
|
+
</svg>
|
|
30
|
+
</template>
|
|
31
|
+
|
|
32
|
+
<style scoped>
|
|
33
|
+
.icon {
|
|
34
|
+
display: inline-block;
|
|
35
|
+
vertical-align: middle;
|
|
36
|
+
}
|
|
37
|
+
</style>
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
interface Props {
|
|
3
|
+
size?: number | string
|
|
4
|
+
color?: string
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
const props = withDefaults(defineProps<Props>(), {
|
|
8
|
+
size: 24,
|
|
9
|
+
color: 'currentColor'
|
|
10
|
+
})
|
|
11
|
+
</script>
|
|
12
|
+
|
|
13
|
+
<template>
|
|
14
|
+
<svg
|
|
15
|
+
class="icon"
|
|
16
|
+
:width="size"
|
|
17
|
+
:height="size"
|
|
18
|
+
viewBox="0 0 18 18"
|
|
19
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
20
|
+
>
|
|
21
|
+
<title />
|
|
22
|
+
<g :fill="color">
|
|
23
|
+
<path d="M6.75 5.75H11.25C12.354 5.75 13.25 6.646 13.25 7.75V11C13.25 13.346 11.346 15.25 9 15.25C6.654 15.25 4.75 13.346 4.75 11V7.75C4.75 6.646 5.646 5.75 6.75 5.75Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
|
|
24
|
+
<path d="M9 15.25V10.75" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
|
25
|
+
<path d="M6.75 5.75V4.5C6.75 3.257 7.757 2.25 9 2.25C10.243 2.25 11.25 3.257 11.25 4.5V5.75" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
|
26
|
+
<path d="M4.75 9.75H1.75" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
|
27
|
+
<path d="M4.75 7.25C3.231 7.25 2 6.019 2 4.5" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
|
28
|
+
<path d="M4.75 12.25C3.231 12.25 2 13.481 2 15" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
|
29
|
+
<path d="M13.25 9.75H16.25" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
|
30
|
+
<path d="M13.25 7.25C14.769 7.25 16 6.019 16 4.5" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
|
31
|
+
<path d="M13.25 12.25C14.769 12.25 16 13.481 16 15" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
|
32
|
+
<path d="M6.75 5.75H11.25C12.354 5.75 13.25 6.646 13.25 7.75V11C13.25 13.346 11.346 15.25 9 15.25C6.654 15.25 4.75 13.346 4.75 11V7.75C4.75 6.646 5.646 5.75 6.75 5.75Z" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
|
33
|
+
</g>
|
|
34
|
+
</svg>
|
|
35
|
+
</template>
|
|
36
|
+
|
|
37
|
+
<style scoped>
|
|
38
|
+
.icon {
|
|
39
|
+
display: inline-block;
|
|
40
|
+
vertical-align: middle;
|
|
41
|
+
}
|
|
42
|
+
</style>
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
interface Props {
|
|
3
|
+
size?: number | string
|
|
4
|
+
color?: string
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
const props = withDefaults(defineProps<Props>(), {
|
|
8
|
+
size: 24,
|
|
9
|
+
color: 'currentColor'
|
|
10
|
+
})
|
|
11
|
+
</script>
|
|
12
|
+
|
|
13
|
+
<template>
|
|
14
|
+
<svg
|
|
15
|
+
class="icon"
|
|
16
|
+
:width="size"
|
|
17
|
+
:height="size"
|
|
18
|
+
viewBox="0 0 18 18"
|
|
19
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
20
|
+
>
|
|
21
|
+
<title />
|
|
22
|
+
<g :fill="color">
|
|
23
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.0731 5.92689C11.822 5.81326 11.5434 5.75 11.25 5.75H6.75C5.646 5.75 4.75 6.646 4.75 7.75V11C4.75 11.6568 4.89923 12.2789 5.16562 12.8344L12.0731 5.92689ZM6.64454 14.5374C7.31888 14.9875 8.12897 15.25 9 15.25C11.346 15.25 13.25 13.346 13.25 11V7.93197L6.64454 14.5374Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
|
|
24
|
+
<path d="M6.75 5.75V4.5C6.75 3.257 7.757 2.25 9 2.25C10.243 2.25 11.25 3.257 11.25 4.5V5.75" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
|
25
|
+
<path d="M9 15.25V12.75" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
|
26
|
+
<path d="M5.169 12.843C4.9 12.286 4.75 11.661 4.75 11V7.75C4.75 6.645 5.645 5.75 6.75 5.75H11.25C11.543 5.75 11.822 5.813 12.073 5.927" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
|
27
|
+
<path d="M13.25 8.25V11C13.25 13.347 11.347 15.25 8.99999 15.25C8.21999 15.25 7.48799 15.04 6.85999 14.672" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
|
28
|
+
<path d="M4.75 9.75H1.75" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
|
29
|
+
<path d="M4.75 7.25C3.231 7.25 2 6.019 2 4.5" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
|
30
|
+
<path d="M13.25 9.75H16.25" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
|
31
|
+
<path d="M13.25 12.25C14.769 12.25 16 13.481 16 15" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
|
32
|
+
<path d="M2 16L16 2" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
|
33
|
+
</g>
|
|
34
|
+
</svg>
|
|
35
|
+
</template>
|
|
36
|
+
|
|
37
|
+
<style scoped>
|
|
38
|
+
.icon {
|
|
39
|
+
display: inline-block;
|
|
40
|
+
vertical-align: middle;
|
|
41
|
+
}
|
|
42
|
+
</style>
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
interface Props {
|
|
3
|
+
size?: number | string
|
|
4
|
+
color?: string
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
const props = withDefaults(defineProps<Props>(), {
|
|
8
|
+
size: 24,
|
|
9
|
+
color: 'currentColor'
|
|
10
|
+
})
|
|
11
|
+
</script>
|
|
12
|
+
|
|
13
|
+
<template>
|
|
14
|
+
<svg
|
|
15
|
+
class="icon"
|
|
16
|
+
:width="size"
|
|
17
|
+
:height="size"
|
|
18
|
+
viewBox="0 0 18 18"
|
|
19
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
20
|
+
>
|
|
21
|
+
<title />
|
|
22
|
+
<g :fill="color">
|
|
23
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10 10.75C12.313 10.75 14.25 13.25 14.25 13.25V1.75C14.25 1.75 12.312 4.25 10 4.25H5.75V10.75H10Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
|
|
24
|
+
<path d="M8.805 10.75L9.787 15.397C9.901 15.937 9.556 16.468 9.015 16.582L8.037 16.789C7.497 16.903 6.966 16.558 6.852 16.017L5.75 10.75" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
|
25
|
+
<path d="M16.185 5.91201C16.068 6.00701 16 6.14901 16 6.30001V8.69901C16 8.85001 16.068 8.99201 16.185 9.08701C16.302 9.18201 16.456 9.21901 16.603 9.18801C17.425 9.01501 18 8.32001 18 7.49901C18 6.67801 17.425 5.98301 16.603 5.81001C16.456 5.77901 16.302 5.81601 16.185 5.91101V5.91201Z" :fill="color" data-stroke="none" stroke="none" />
|
|
26
|
+
<path d="M14.25 13.25C14.25 13.25 12.313 10.75 10 10.75C7.688 10.75 5 10.75 5 10.75C3.205 10.75 1.75 9.295 1.75 7.5C1.75 5.705 3.205 4.25 5 4.25H10C12.312 4.25 14.25 1.75 14.25 1.75V13.25Z" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
|
27
|
+
<path d="M5.75 4.25V10.75" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
|
28
|
+
</g>
|
|
29
|
+
</svg>
|
|
30
|
+
</template>
|
|
31
|
+
|
|
32
|
+
<style scoped>
|
|
33
|
+
.icon {
|
|
34
|
+
display: inline-block;
|
|
35
|
+
vertical-align: middle;
|
|
36
|
+
}
|
|
37
|
+
</style>
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
interface Props {
|
|
3
|
+
size?: number | string
|
|
4
|
+
color?: string
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
const props = withDefaults(defineProps<Props>(), {
|
|
8
|
+
size: 24,
|
|
9
|
+
color: 'currentColor'
|
|
10
|
+
})
|
|
11
|
+
</script>
|
|
12
|
+
|
|
13
|
+
<template>
|
|
14
|
+
<svg
|
|
15
|
+
class="icon"
|
|
16
|
+
:width="size"
|
|
17
|
+
:height="size"
|
|
18
|
+
viewBox="0 0 18 18"
|
|
19
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
20
|
+
>
|
|
21
|
+
<title />
|
|
22
|
+
<g :fill="color">
|
|
23
|
+
<path d="M2.25 4.75C2.25 3.64543 3.14543 2.75 4.25 2.75H13.75C14.8546 2.75 15.75 3.64543 15.75 4.75V6.25H2.25V4.75Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
|
|
24
|
+
<path d="M5.75 2.75V0.75" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
|
25
|
+
<path d="M12.25 2.75V0.75" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
|
26
|
+
<path d="M13.75 2.75H4.25C3.14543 2.75 2.25 3.64543 2.25 4.75V13.25C2.25 14.3546 3.14543 15.25 4.25 15.25H13.75C14.8546 15.25 15.75 14.3546 15.75 13.25V4.75C15.75 3.64543 14.8546 2.75 13.75 2.75Z" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
|
27
|
+
<path d="M2.25 6.25H15.75" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
|
28
|
+
<path d="M9 8.25C8.449 8.25 8 8.699 8 9.25C8 9.801 8.449 10.25 9 10.25C9.551 10.25 10 9.801 10 9.25C10 8.699 9.551 8.25 9 8.25Z" :fill="color" data-stroke="none" stroke="none" />
|
|
29
|
+
<path d="M12.5 10.25C13.051 10.25 13.5 9.801 13.5 9.25C13.5 8.699 13.051 8.25 12.5 8.25C11.949 8.25 11.5 8.699 11.5 9.25C11.5 9.801 11.949 10.25 12.5 10.25Z" :fill="color" data-stroke="none" stroke="none" />
|
|
30
|
+
<path d="M9 11.25C8.449 11.25 8 11.699 8 12.25C8 12.801 8.449 13.25 9 13.25C9.551 13.25 10 12.801 10 12.25C10 11.699 9.551 11.25 9 11.25Z" :fill="color" data-stroke="none" stroke="none" />
|
|
31
|
+
<path d="M5.5 11.25C4.949 11.25 4.5 11.699 4.5 12.25C4.5 12.801 4.949 13.25 5.5 13.25C6.051 13.25 6.5 12.801 6.5 12.25C6.5 11.699 6.051 11.25 5.5 11.25Z" :fill="color" data-stroke="none" stroke="none" />
|
|
32
|
+
<path d="M12.5 11.25C11.949 11.25 11.5 11.699 11.5 12.25C11.5 12.801 11.949 13.25 12.5 13.25C13.051 13.25 13.5 12.801 13.5 12.25C13.5 11.699 13.051 11.25 12.5 11.25Z" :fill="color" data-stroke="none" stroke="none" />
|
|
33
|
+
</g>
|
|
34
|
+
</svg>
|
|
35
|
+
</template>
|
|
36
|
+
|
|
37
|
+
<style scoped>
|
|
38
|
+
.icon {
|
|
39
|
+
display: inline-block;
|
|
40
|
+
vertical-align: middle;
|
|
41
|
+
}
|
|
42
|
+
</style>
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
interface Props {
|
|
3
|
+
size?: number | string
|
|
4
|
+
color?: string
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
const props = withDefaults(defineProps<Props>(), {
|
|
8
|
+
size: 24,
|
|
9
|
+
color: 'currentColor'
|
|
10
|
+
})
|
|
11
|
+
</script>
|
|
12
|
+
|
|
13
|
+
<template>
|
|
14
|
+
<svg
|
|
15
|
+
class="icon"
|
|
16
|
+
:width="size"
|
|
17
|
+
:height="size"
|
|
18
|
+
viewBox="0 0 18 18"
|
|
19
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
20
|
+
>
|
|
21
|
+
<title />
|
|
22
|
+
<g :fill="color">
|
|
23
|
+
<path d="M2.25 4.75C2.25 3.64543 3.14543 2.75 4.25 2.75H13.75C14.8546 2.75 15.75 3.64543 15.75 4.75V6.25H2.25V4.75Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
|
|
24
|
+
<path d="M5.75 2.75V0.75" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
|
25
|
+
<path d="M12.25 2.75V0.75" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
|
26
|
+
<path d="M13.75 2.75H4.25C3.14543 2.75 2.25 3.64543 2.25 4.75V13.25C2.25 14.3546 3.14543 15.25 4.25 15.25H13.75C14.8546 15.25 15.75 14.3546 15.75 13.25V4.75C15.75 3.64543 14.8546 2.75 13.75 2.75Z" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
|
27
|
+
<path d="M2.25 6.25H15.75" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
|
28
|
+
</g>
|
|
29
|
+
</svg>
|
|
30
|
+
</template>
|
|
31
|
+
|
|
32
|
+
<style scoped>
|
|
33
|
+
.icon {
|
|
34
|
+
display: inline-block;
|
|
35
|
+
vertical-align: middle;
|
|
36
|
+
}
|
|
37
|
+
</style>
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
interface Props {
|
|
3
|
+
size?: number | string
|
|
4
|
+
color?: string
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
const props = withDefaults(defineProps<Props>(), {
|
|
8
|
+
size: 24,
|
|
9
|
+
color: 'currentColor'
|
|
10
|
+
})
|
|
11
|
+
</script>
|
|
12
|
+
|
|
13
|
+
<template>
|
|
14
|
+
<svg
|
|
15
|
+
class="icon"
|
|
16
|
+
:width="size"
|
|
17
|
+
:height="size"
|
|
18
|
+
viewBox="0 0 18 18"
|
|
19
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
20
|
+
>
|
|
21
|
+
<title />
|
|
22
|
+
<g :fill="color">
|
|
23
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.75 3.75H14.25C15.3546 3.75 16.25 4.64543 16.25 5.75V12.25C16.25 13.3546 15.3546 14.25 14.25 14.25H3.75C2.64543 14.25 1.75 13.3546 1.75 12.25V5.75C1.75 4.64543 2.64543 3.75 3.75 3.75ZM12.75 9C12.75 10.5188 11.5188 11.75 10 11.75C8.48122 11.75 7.25 10.5188 7.25 9C7.25 7.48122 8.48122 6.25 10 6.25C11.5188 6.25 12.75 7.48122 12.75 9Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
|
|
24
|
+
<path d="M10 11.75C11.5188 11.75 12.75 10.5188 12.75 9C12.75 7.48122 11.5188 6.25 10 6.25C8.48122 6.25 7.25 7.48122 7.25 9C7.25 10.5188 8.48122 11.75 10 11.75Z" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
|
25
|
+
<path d="M14.25 3.75H3.75C2.64543 3.75 1.75 4.64543 1.75 5.75V12.25C1.75 13.3546 2.64543 14.25 3.75 14.25H14.25C15.3546 14.25 16.25 13.3546 16.25 12.25V5.75C16.25 4.64543 15.3546 3.75 14.25 3.75Z" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
|
26
|
+
<path d="M4.25 7C4.66421 7 5 6.66421 5 6.25C5 5.83579 4.66421 5.5 4.25 5.5C3.83579 5.5 3.5 5.83579 3.5 6.25C3.5 6.66421 3.83579 7 4.25 7Z" :fill="color" data-stroke="none" stroke="none" />
|
|
27
|
+
<path d="M4.25 1.25H6.75" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
|
28
|
+
</g>
|
|
29
|
+
</svg>
|
|
30
|
+
</template>
|
|
31
|
+
|
|
32
|
+
<style scoped>
|
|
33
|
+
.icon {
|
|
34
|
+
display: inline-block;
|
|
35
|
+
vertical-align: middle;
|
|
36
|
+
}
|
|
37
|
+
</style>
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
interface Props {
|
|
3
|
+
size?: number | string
|
|
4
|
+
color?: string
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
const props = withDefaults(defineProps<Props>(), {
|
|
8
|
+
size: 24,
|
|
9
|
+
color: 'currentColor'
|
|
10
|
+
})
|
|
11
|
+
</script>
|
|
12
|
+
|
|
13
|
+
<template>
|
|
14
|
+
<svg
|
|
15
|
+
class="icon"
|
|
16
|
+
:width="size"
|
|
17
|
+
:height="size"
|
|
18
|
+
viewBox="0 0 18 18"
|
|
19
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
20
|
+
>
|
|
21
|
+
<title />
|
|
22
|
+
<g :fill="color">
|
|
23
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 3.75H14.25C15.355 3.75 16.25 4.645 16.25 5.75V12.25C16.25 13.355 15.355 14.25 14.25 14.25H3.75C2.645 14.25 1.75 13.355 1.75 12.25V5.75C1.75 4.645 2.645 3.75 3.75 3.75H6L6.507 2.399C6.653 2.009 7.026 1.75 7.443 1.75H10.557C10.974 1.75 11.347 2.009 11.493 2.399L12 3.75ZM11.75 9C11.75 10.5188 10.5188 11.75 9 11.75C7.48122 11.75 6.25 10.5188 6.25 9C6.25 7.48122 7.48122 6.25 9 6.25C10.5188 6.25 11.75 7.48122 11.75 9Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
|
|
24
|
+
<path d="M14.25 3.75H12L11.493 2.399C11.347 2.009 10.974 1.75 10.557 1.75H7.443C7.026 1.75 6.653 2.009 6.507 2.399L6 3.75H3.75C2.645 3.75 1.75 4.645 1.75 5.75V12.25C1.75 13.355 2.645 14.25 3.75 14.25H14.25C15.355 14.25 16.25 13.355 16.25 12.25V5.75C16.25 4.645 15.355 3.75 14.25 3.75Z" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
|
25
|
+
<path d="M9 11.75C10.5188 11.75 11.75 10.5188 11.75 9C11.75 7.48122 10.5188 6.25 9 6.25C7.48122 6.25 6.25 7.48122 6.25 9C6.25 10.5188 7.48122 11.75 9 11.75Z" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
|
26
|
+
<path d="M4.25 7C4.66421 7 5 6.66421 5 6.25C5 5.83579 4.66421 5.5 4.25 5.5C3.83579 5.5 3.5 5.83579 3.5 6.25C3.5 6.66421 3.83579 7 4.25 7Z" :fill="color" data-stroke="none" stroke="none" />
|
|
27
|
+
</g>
|
|
28
|
+
</svg>
|
|
29
|
+
</template>
|
|
30
|
+
|
|
31
|
+
<style scoped>
|
|
32
|
+
.icon {
|
|
33
|
+
display: inline-block;
|
|
34
|
+
vertical-align: middle;
|
|
35
|
+
}
|
|
36
|
+
</style>
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
interface Props {
|
|
3
|
+
size?: number | string
|
|
4
|
+
color?: string
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
const props = withDefaults(defineProps<Props>(), {
|
|
8
|
+
size: 24,
|
|
9
|
+
color: 'currentColor'
|
|
10
|
+
})
|
|
11
|
+
</script>
|
|
12
|
+
|
|
13
|
+
<template>
|
|
14
|
+
<svg
|
|
15
|
+
class="icon"
|
|
16
|
+
:width="size"
|
|
17
|
+
:height="size"
|
|
18
|
+
viewBox="0 0 18 18"
|
|
19
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
20
|
+
>
|
|
21
|
+
<title />
|
|
22
|
+
<g :fill="color">
|
|
23
|
+
<path d="M4.12862 4.75L14.3791 4.75C15.0641 4.75 15.5463 5.4231 15.326 6.07166L13.9667 10.0727C13.829 10.4782 13.4482 10.751 13.0199 10.751H5.00095L4.12862 4.75Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
|
|
24
|
+
<path d="M1.75 1.75L3.101 2.088C3.494 2.186 3.789 2.512 3.848 2.913L5.001 10.751" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
|
25
|
+
<path d="M15.25 13.25H4.5C3.81 13.25 3.25 12.69 3.25 12C3.25 11.31 3.81 10.75 4.5 10.75H13.029C13.459 10.75 13.842 10.475 13.978 10.066L15.311 6.066C15.527 5.418 15.045 4.75 14.362 4.75H4.118" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
|
26
|
+
<path d="M3.75 17C4.44036 17 5 16.4404 5 15.75C5 15.0596 4.44036 14.5 3.75 14.5C3.05964 14.5 2.5 15.0596 2.5 15.75C2.5 16.4404 3.05964 17 3.75 17Z" :fill="color" data-stroke="none" stroke="none" />
|
|
27
|
+
<path d="M14.25 17C14.9404 17 15.5 16.4404 15.5 15.75C15.5 15.0596 14.9404 14.5 14.25 14.5C13.5596 14.5 13 15.0596 13 15.75C13 16.4404 13.5596 17 14.25 17Z" :fill="color" data-stroke="none" stroke="none" />
|
|
28
|
+
</g>
|
|
29
|
+
</svg>
|
|
30
|
+
</template>
|
|
31
|
+
|
|
32
|
+
<style scoped>
|
|
33
|
+
.icon {
|
|
34
|
+
display: inline-block;
|
|
35
|
+
vertical-align: middle;
|
|
36
|
+
}
|
|
37
|
+
</style>
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
interface Props {
|
|
3
|
+
size?: number | string
|
|
4
|
+
color?: string
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
const props = withDefaults(defineProps<Props>(), {
|
|
8
|
+
size: 24,
|
|
9
|
+
color: 'currentColor'
|
|
10
|
+
})
|
|
11
|
+
</script>
|
|
12
|
+
|
|
13
|
+
<template>
|
|
14
|
+
<svg
|
|
15
|
+
class="icon"
|
|
16
|
+
:width="size"
|
|
17
|
+
:height="size"
|
|
18
|
+
viewBox="0 0 18 18"
|
|
19
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
20
|
+
>
|
|
21
|
+
<title />
|
|
22
|
+
<g :fill="color">
|
|
23
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.8819 7.61645L15.204 7.011C15.332 6.649 15.35 6.255 15.246 5.885C14 1.417 13.686 0.764999 8.99999 0.764999C4.31399 0.764999 3.99999 1.417 2.75299 5.885C2.64999 6.255 2.66799 6.649 2.79499 7.011L3.04349 7.67325C3.16162 7.57579 3.28494 7.48524 3.41218 7.40208C4.35649 6.78491 5.57988 6.5 7 6.5H11C12.424 6.5 13.6475 6.78848 14.5907 7.40693C14.6903 7.47225 14.7876 7.54217 14.8819 7.61645Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
|
|
24
|
+
<path d="M9 11.25V17.25" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
|
25
|
+
<path d="M9 15L5.75 16.75" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
|
26
|
+
<path d="M9 15L12.25 16.75" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
|
27
|
+
<path d="M15.054 7.436L15.204 7.011C15.332 6.649 15.35 6.255 15.246 5.885C14 1.417 13.686 0.764999 8.99999 0.764999C4.31399 0.764999 3.99999 1.417 2.75299 5.885C2.64999 6.255 2.66799 6.649 2.79499 7.011L2.94499 7.436" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
|
28
|
+
<path d="M9 11.25H13C13.552 11.25 14 10.814 14 10.25C14 9.686 13.285 8.75 11 8.75H9C8.398 8.75 7.715 8.75 7 8.75C4.715 8.75 4 9.678 4 10.25C4 10.814 4.448 11.25 5 11.25H9Z" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
|
29
|
+
</g>
|
|
30
|
+
</svg>
|
|
31
|
+
</template>
|
|
32
|
+
|
|
33
|
+
<style scoped>
|
|
34
|
+
.icon {
|
|
35
|
+
display: inline-block;
|
|
36
|
+
vertical-align: middle;
|
|
37
|
+
}
|
|
38
|
+
</style>
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
interface Props {
|
|
3
|
+
size?: number | string
|
|
4
|
+
color?: string
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
const props = withDefaults(defineProps<Props>(), {
|
|
8
|
+
size: 24,
|
|
9
|
+
color: 'currentColor'
|
|
10
|
+
})
|
|
11
|
+
</script>
|
|
12
|
+
|
|
13
|
+
<template>
|
|
14
|
+
<svg
|
|
15
|
+
class="icon"
|
|
16
|
+
:width="size"
|
|
17
|
+
:height="size"
|
|
18
|
+
viewBox="0 0 18 18"
|
|
19
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
20
|
+
>
|
|
21
|
+
<title />
|
|
22
|
+
<g :fill="color">
|
|
23
|
+
<path d="M14.75 2.75H14.25C13.6977 2.75 13.25 3.19772 13.25 3.75V14.25C13.25 14.8023 13.6977 15.25 14.25 15.25H14.75C15.3023 15.25 15.75 14.8023 15.75 14.25V3.75C15.75 3.19772 15.3023 2.75 14.75 2.75Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
|
|
24
|
+
<path d="M9.25 7.75H8.75C8.19772 7.75 7.75 8.19772 7.75 8.75V14.25C7.75 14.8023 8.19772 15.25 8.75 15.25H9.25C9.80228 15.25 10.25 14.8023 10.25 14.25V8.75C10.25 8.19772 9.80228 7.75 9.25 7.75Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
|
|
25
|
+
<path d="M3.75 11.75H3.25C2.69772 11.75 2.25 12.1977 2.25 12.75V14.25C2.25 14.8023 2.69772 15.25 3.25 15.25H3.75C4.30228 15.25 4.75 14.8023 4.75 14.25V12.75C4.75 12.1977 4.30228 11.75 3.75 11.75Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
|
|
26
|
+
<path d="M14.75 2.75H14.25C13.6977 2.75 13.25 3.19772 13.25 3.75V14.25C13.25 14.8023 13.6977 15.25 14.25 15.25H14.75C15.3023 15.25 15.75 14.8023 15.75 14.25V3.75C15.75 3.19772 15.3023 2.75 14.75 2.75Z" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
|
27
|
+
<path d="M9.25 7.75H8.75C8.19772 7.75 7.75 8.19772 7.75 8.75V14.25C7.75 14.8023 8.19772 15.25 8.75 15.25H9.25C9.80228 15.25 10.25 14.8023 10.25 14.25V8.75C10.25 8.19772 9.80228 7.75 9.25 7.75Z" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
|
28
|
+
<path d="M3.75 11.75H3.25C2.69772 11.75 2.25 12.1977 2.25 12.75V14.25C2.25 14.8023 2.69772 15.25 3.25 15.25H3.75C4.30228 15.25 4.75 14.8023 4.75 14.25V12.75C4.75 12.1977 4.30228 11.75 3.75 11.75Z" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
|
29
|
+
<path d="M6.25 2.75H8.75V5.25" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
|
30
|
+
<path d="M8.5 3L2.75 8.75" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
|
31
|
+
</g>
|
|
32
|
+
</svg>
|
|
33
|
+
</template>
|
|
34
|
+
|
|
35
|
+
<style scoped>
|
|
36
|
+
.icon {
|
|
37
|
+
display: inline-block;
|
|
38
|
+
vertical-align: middle;
|
|
39
|
+
}
|
|
40
|
+
</style>
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
interface Props {
|
|
3
|
+
size?: number | string
|
|
4
|
+
color?: string
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
const props = withDefaults(defineProps<Props>(), {
|
|
8
|
+
size: 24,
|
|
9
|
+
color: 'currentColor'
|
|
10
|
+
})
|
|
11
|
+
</script>
|
|
12
|
+
|
|
13
|
+
<template>
|
|
14
|
+
<svg
|
|
15
|
+
class="icon"
|
|
16
|
+
:width="size"
|
|
17
|
+
:height="size"
|
|
18
|
+
viewBox="0 0 18 18"
|
|
19
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
20
|
+
>
|
|
21
|
+
<title />
|
|
22
|
+
<g :fill="color">
|
|
23
|
+
<path d="M2.75 9.25L6.75 14.25L15.25 3.75" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
|
24
|
+
</g>
|
|
25
|
+
</svg>
|
|
26
|
+
</template>
|
|
27
|
+
|
|
28
|
+
<style scoped>
|
|
29
|
+
.icon {
|
|
30
|
+
display: inline-block;
|
|
31
|
+
vertical-align: middle;
|
|
32
|
+
}
|
|
33
|
+
</style>
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
interface Props {
|
|
3
|
+
size?: number | string
|
|
4
|
+
color?: string
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
const props = withDefaults(defineProps<Props>(), {
|
|
8
|
+
size: 24,
|
|
9
|
+
color: 'currentColor'
|
|
10
|
+
})
|
|
11
|
+
</script>
|
|
12
|
+
|
|
13
|
+
<template>
|
|
14
|
+
<svg
|
|
15
|
+
class="icon"
|
|
16
|
+
:width="size"
|
|
17
|
+
:height="size"
|
|
18
|
+
viewBox="0 0 18 18"
|
|
19
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
20
|
+
>
|
|
21
|
+
<title />
|
|
22
|
+
<g :fill="color">
|
|
23
|
+
<path d="M15.25 6.5L9 12.75L2.75 6.5" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
|
24
|
+
</g>
|
|
25
|
+
</svg>
|
|
26
|
+
</template>
|
|
27
|
+
|
|
28
|
+
<style scoped>
|
|
29
|
+
.icon {
|
|
30
|
+
display: inline-block;
|
|
31
|
+
vertical-align: middle;
|
|
32
|
+
}
|
|
33
|
+
</style>
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
interface Props {
|
|
3
|
+
size?: number | string
|
|
4
|
+
color?: string
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
const props = withDefaults(defineProps<Props>(), {
|
|
8
|
+
size: 24,
|
|
9
|
+
color: 'currentColor'
|
|
10
|
+
})
|
|
11
|
+
</script>
|
|
12
|
+
|
|
13
|
+
<template>
|
|
14
|
+
<svg
|
|
15
|
+
class="icon"
|
|
16
|
+
:width="size"
|
|
17
|
+
:height="size"
|
|
18
|
+
viewBox="0 0 18 18"
|
|
19
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
20
|
+
>
|
|
21
|
+
<title />
|
|
22
|
+
<g :fill="color">
|
|
23
|
+
<path d="M12.5 6.25L9 2.75L5.5 6.25" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
|
24
|
+
<path d="M12.5 11.75L9 15.25L5.5 11.75" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
|
25
|
+
</g>
|
|
26
|
+
</svg>
|
|
27
|
+
</template>
|
|
28
|
+
|
|
29
|
+
<style scoped>
|
|
30
|
+
.icon {
|
|
31
|
+
display: inline-block;
|
|
32
|
+
vertical-align: middle;
|
|
33
|
+
}
|
|
34
|
+
</style>
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
interface Props {
|
|
3
|
+
size?: number | string
|
|
4
|
+
color?: string
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
const props = withDefaults(defineProps<Props>(), {
|
|
8
|
+
size: 24,
|
|
9
|
+
color: 'currentColor'
|
|
10
|
+
})
|
|
11
|
+
</script>
|
|
12
|
+
|
|
13
|
+
<template>
|
|
14
|
+
<svg
|
|
15
|
+
class="icon"
|
|
16
|
+
:width="size"
|
|
17
|
+
:height="size"
|
|
18
|
+
viewBox="0 0 18 18"
|
|
19
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
20
|
+
>
|
|
21
|
+
<title />
|
|
22
|
+
<g :fill="color">
|
|
23
|
+
<path d="M11.5 15.25L5.25 9L11.5 2.75" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
|
24
|
+
</g>
|
|
25
|
+
</svg>
|
|
26
|
+
</template>
|
|
27
|
+
|
|
28
|
+
<style scoped>
|
|
29
|
+
.icon {
|
|
30
|
+
display: inline-block;
|
|
31
|
+
vertical-align: middle;
|
|
32
|
+
}
|
|
33
|
+
</style>
|