@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,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="M0 6.25C0 5.69772 0.447715 5.25 1 5.25H1.744C2.29629 5.25 2.744 5.69772 2.744 6.25V12.25C2.744 12.8023 2.29629 13.25 1.744 13.25H1C0.447715 13.25 0 12.8023 0 12.25V6.25Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
|
|
24
|
+
<path d="M15.258 6.25C15.258 5.69772 15.7057 5.25 16.258 5.25H17.002C17.5543 5.25 18.002 5.69772 18.002 6.25V12.25C18.002 12.8023 17.5543 13.25 17.002 13.25H16.258C15.7057 13.25 15.258 12.8023 15.258 12.25V6.25Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
|
|
25
|
+
<path d="M12.345 11.75H15.25" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
|
26
|
+
<path d="M8.779 4.66999L8.548 4.35699C8.265 3.97499 7.818 3.74899 7.342 3.74899H5.884C5.496 3.74899 5.123 3.89999 4.843 4.16899L2.976 5.96899C2.906 6.03599 2.828 6.09199 2.744 6.13599" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
|
27
|
+
<path d="M2.75 11.75H4.01C4.313 11.75 4.6 11.888 4.79 12.124L5.873 13.473C6.469 14.215 7.505 14.435 8.351 13.998L11.625 12.305C12.736 11.731 13.053 10.289 12.286 9.30199L10.638 7.17999" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
|
28
|
+
<path d="M15.258 6.138C15.173 6.094 15.095 6.038 15.025 5.97L13.158 4.17C12.878 3.901 12.505 3.75 12.117 3.75H10.31C9.906 3.75 9.519 3.913 9.236 4.203L6.741 6.761C6.243 7.271 6.248 8.087 6.752 8.591C7.199 9.038 7.902 9.099 8.42 8.736L11.25 6.751" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
|
29
|
+
<path d="M0.75 5.25H1.75C2.302 5.25 2.75 5.698 2.75 6.25V12.25C2.75 12.802 2.302 13.25 1.75 13.25H0.75" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
|
30
|
+
<path d="M17.25 5.25H16.25C15.698 5.25 15.25 5.698 15.25 6.25V12.25C15.25 12.802 15.698 13.25 16.25 13.25H17.25" :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,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="M1.50035 9.70626C1.37397 9.04794 1.69974 8.38568 2.29835 8.08398L3.80577 7.32425L4.99471 13.2891L3.312 13.1817C2.6298 13.1382 2.06332 12.6389 1.93445 11.9676L1.50035 9.70626Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
|
|
24
|
+
<path d="M16.4943 9.70626C16.6207 9.04794 16.2949 8.38568 15.6963 8.08398L14.1889 7.32425L13 13.2891L14.6827 13.1817C15.3649 13.1382 15.9314 12.6389 16.0602 11.9676L16.4943 9.70626Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
|
|
25
|
+
<path d="M13 13.25L12.658 14.697C12.45 15.606 11.641 16.25 10.709 16.25H8.75" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
|
26
|
+
<path d="M3.75001 7.353L2.62701 7.92C1.81401 8.331 1.38101 9.239 1.57401 10.129L1.90901 11.674C2.10801 12.594 2.92201 13.25 3.86401 13.25H5.00101L3.91701 8.25C3.81801 7.847 3.75101 7.433 3.75101 7C3.75101 4.101 6.10201 1.75 9.00101 1.75C11.9 1.75 14.251 4.101 14.251 7C14.251 7.433 14.184 7.847 14.085 8.25L13.001 13.25H14.138C15.079 13.25 15.893 12.594 16.093 11.674L16.428 10.129C16.621 9.239 16.188 8.33 15.375 7.92L14.252 7.353" :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,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 fill-rule="evenodd" clip-rule="evenodd" d="M6.58049 10.1511C6.36853 10.2617 6.12088 10.2617 5.90892 10.1511C4.78843 9.56656 1.24999 7.44835 1.24999 4.00411C1.24428 2.4911 2.46539 1.25928 3.98054 1.25C4.8912 1.26142 5.73835 1.72103 6.24506 2.47754C6.75107 1.72103 7.59821 1.26142 8.50958 1.25C10.024 1.25928 11.2458 2.4911 11.2401 4.00411C11.2401 5.67795 10.4043 7.03862 9.41633 8.06226L9.12499 7.443C8.83199 6.817 8.08799 6.547 7.46199 6.84C6.83699 7.132 6.56599 7.876 6.85799 8.501L7.40833 9.67344C7.07517 9.88379 6.78682 10.0434 6.58049 10.1511Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
|
|
24
|
+
<path d="M10.955 5.681C11.138 5.163 11.25 4.606 11.25 4.006C11.256 2.492 10.033 1.259 8.51699 1.25C7.60499 1.262 6.75699 1.721 6.24999 2.479C5.74299 1.722 4.89499 1.262 3.98299 1.25C2.46699 1.259 1.24399 2.492 1.24999 4.006C1.24999 6.468 3.05499 8.249 4.49699 9.281" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
|
25
|
+
<path d="M16.75 14.725C16.75 12.666 16.514 11.086 15.75 10.502C14.875 9.833 12.598 9.664 10.455 10.27L9.12499 7.443C8.83199 6.817 8.08799 6.547 7.46199 6.84C6.83699 7.132 6.56599 7.876 6.85799 8.501L9.41899 13.957L6.69499 13.456C6.10799 13.348 5.52799 13.68 5.32399 14.241C5.09199 14.878 5.42199 15.581 6.05999 15.81L8.67599 16.751" :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,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="M8.529 15.222C8.826 15.377 9.173 15.377 9.47 15.222C11.04 14.403 15.999 11.435 15.999 6.609C16.007 4.489 14.295 2.763 12.173 2.75C10.896 2.766 9.709 3.41 9 4.47C8.29 3.41 7.103 2.766 5.827 2.75C3.704 2.763 1.993 4.489 2.001 6.609C2.001 11.435 6.959 14.403 8.529 15.222Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
|
|
24
|
+
<path d="M8.529 15.222C8.826 15.377 9.173 15.377 9.47 15.222C11.04 14.403 15.999 11.435 15.999 6.609C16.007 4.489 14.295 2.763 12.173 2.75C10.896 2.766 9.709 3.41 9 4.47C8.29 3.41 7.103 2.766 5.827 2.75C3.704 2.763 1.993 4.489 2.001 6.609C2.001 11.435 6.959 14.403 8.529 15.222Z" :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,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 d="M3.75 6.75H14.25V10.25C14.25 13.01 12.01 15.25 9.25 15.25H8.75C5.99 15.25 3.75 13.01 3.75 10.25V6.75Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
|
|
24
|
+
<path d="M8.75 0.75C8.728 1.381 8.584 2.133 8.078 2.75C7.731 3.174 7.442 3.254 7.109 3.672C6.987 3.825 6.87 4.01 6.771 4.236" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
|
25
|
+
<path d="M11.5 2.75C11.485 3.129 11.389 3.58 11.052 3.95C10.925 4.09 10.81 4.167 10.695 4.25" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
|
26
|
+
<path d="M3.75 6.75H14.25V10.25C14.25 13.01 12.01 15.25 9.25 15.25H8.75C5.99 15.25 3.75 13.01 3.75 10.25V6.75Z" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
|
27
|
+
<path d="M15.25 15.25H2.75" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
|
28
|
+
<path d="M14.25 6.75H15.25C16.355 6.75 17.25 7.641 17.25 8.75C17.25 9.859 16.355 10.75 15.25 10.75H14.25" :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,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="M3.145 6.2L8.395 2.21C8.753 1.938 9.248 1.938 9.605 2.21L14.855 6.2C15.104 6.389 15.25 6.684 15.25 6.996V14.25C15.25 15.355 14.355 16.25 13.25 16.25H4.75C3.645 16.25 2.75 15.355 2.75 14.25V6.996C2.75 6.683 2.896 6.389 3.145 6.2Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
|
|
24
|
+
<path d="M9 16V12.75" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
|
25
|
+
<path d="M3.145 6.2L8.395 2.21C8.753 1.938 9.248 1.938 9.605 2.21L14.855 6.2C15.104 6.389 15.25 6.684 15.25 6.996V14.25C15.25 15.355 14.355 16.25 13.25 16.25H4.75C3.645 16.25 2.75 15.355 2.75 14.25V6.996C2.75 6.683 2.896 6.389 3.145 6.2Z" :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,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="M9 1.75L2.655 6.45C2.4 6.639 2.25 6.937 2.25 7.254V13.75C2.25 14.855 3.145 15.75 4.25 15.75H5.75V11C5.75 10.31 6.31 9.75 7 9.75C7.69 9.75 8.25 10.31 8.25 11V15.75H13.75C14.855 15.75 15.75 14.855 15.75 13.75V7.254C15.75 6.937 15.6 6.639 15.345 6.45L9 1.75Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
|
|
24
|
+
<path d="M5.75 15.75V11C5.75 10.31 6.31 9.75 7 9.75C7.69 9.75 8.25 10.31 8.25 11V15.75" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
|
25
|
+
<path d="M10.75 9.75H12.25" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
|
26
|
+
<path d="M2.655 6.45L9 1.75L15.345 6.45C15.6 6.639 15.75 6.937 15.75 7.254V13.75C15.75 14.855 14.855 15.75 13.75 15.75H4.25C3.145 15.75 2.25 14.855 2.25 13.75V7.254C2.25 6.937 2.4 6.639 2.655 6.45Z" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
|
27
|
+
<path d="M13.75 2.75V5.269" :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 d="M10.194 6.846L5.921 12.658C5.435 13.318 5.907 14.25 6.727 14.25H15.273C16.093 14.25 16.564 13.318 16.079 12.658L11.806 6.846C11.406 6.303 10.593 6.303 10.194 6.846Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
|
|
24
|
+
<path d="M7.75 2C7.061 2 6.5 2.561 6.5 3.25C6.5 3.939 7.061 4.5 7.75 4.5C8.439 4.5 9 3.939 9 3.25C9 2.561 8.439 2 7.75 2Z" :fill="color" data-stroke="none" stroke="none" />
|
|
25
|
+
<path d="M10.194 6.846L5.921 12.658C5.435 13.318 5.907 14.25 6.727 14.25H15.273C16.093 14.25 16.564 13.318 16.079 12.658L11.806 6.846C11.406 6.303 10.593 6.303 10.194 6.846Z" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
|
26
|
+
<path d="M7.731 10.195L5.603 7.31601C5.303 6.91001 4.697 6.91001 4.397 7.31601L1.634 11.054C1.268 11.549 1.622 12.25 2.237 12.25H6.221" :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,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="M4.75 2.75H13.25C14.3546 2.75 15.25 3.64543 15.25 4.75V11.4513L12.5867 8.94063C11.7943 8.19366 10.5499 8.21792 9.78725 8.99521L3.85636 15.0397C3.20039 14.7116 2.75 14.0334 2.75 13.25V4.75C2.75 3.64543 3.64543 2.75 4.75 2.75Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
|
|
24
|
+
<path d="M3.76199 14.989L9.83599 8.914C10.617 8.133 11.883 8.133 12.664 8.914L15.25 11.5" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
|
25
|
+
<path d="M13.25 2.75H4.75C3.64543 2.75 2.75 3.64543 2.75 4.75V13.25C2.75 14.3546 3.64543 15.25 4.75 15.25H13.25C14.3546 15.25 15.25 14.3546 15.25 13.25V4.75C15.25 3.64543 14.3546 2.75 13.25 2.75Z" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
|
26
|
+
<path d="M6.25 8.5C6.94036 8.5 7.5 7.94036 7.5 7.25C7.5 6.55964 6.94036 6 6.25 6C5.55964 6 5 6.55964 5 7.25C5 7.94036 5.55964 8.5 6.25 8.5Z" :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,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="M16.329 12.658L12.056 6.846C11.656 6.303 10.844 6.303 10.445 6.846L7.126 11.36L5.682 9.396C5.282 8.852 4.47 8.852 4.071 9.396L1.673 12.658C1.187 13.318 1.659 14.25 2.479 14.25H15.523C16.343 14.25 16.814 13.318 16.329 12.658Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
|
|
24
|
+
<path d="M16.329 12.658L12.056 6.846C11.656 6.303 10.844 6.303 10.445 6.846L7.126 11.36L5.682 9.396C5.282 8.852 4.47 8.852 4.071 9.396L1.673 12.658C1.187 13.318 1.659 14.25 2.479 14.25H15.523C16.343 14.25 16.814 13.318 16.329 12.658Z" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
|
25
|
+
<path d="M5.5 5.75C6.4665 5.75 7.25 4.9665 7.25 4C7.25 3.0335 6.4665 2.25 5.5 2.25C4.5335 2.25 3.75 3.0335 3.75 4C3.75 4.9665 4.5335 5.75 5.5 5.75Z" :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 fill-rule="evenodd" clip-rule="evenodd" d="M4.75 2.75H13.25C14.3546 2.75 15.25 3.64543 15.25 4.75V11.8948L12.9085 9.57628C12.1269 8.80237 10.8671 8.80484 10.0885 9.58181L4.43374 15.2251C3.47945 15.0735 2.75 14.247 2.75 13.25V4.75C2.75 3.64543 3.64543 2.75 4.75 2.75Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
|
|
24
|
+
<path d="M4.44501 15.227L10.085 9.58599C10.866 8.80499 12.132 8.80499 12.913 9.58599L15.249 11.922" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
|
25
|
+
<path d="M13.25 2.75H4.75C3.64543 2.75 2.75 3.64543 2.75 4.75V13.25C2.75 14.3546 3.64543 15.25 4.75 15.25H13.25C14.3546 15.25 15.25 14.3546 15.25 13.25V4.75C15.25 3.64543 14.3546 2.75 13.25 2.75Z" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
|
26
|
+
<path d="M9.15799 6.50801L7.89499 6.08701L7.47399 4.82401C7.33699 4.41601 6.66199 4.41601 6.52499 4.82401L6.10399 6.08701L4.84099 6.50801C4.63699 6.57601 4.49899 6.76701 4.49899 6.98201C4.49899 7.19701 4.63699 7.38801 4.84099 7.45601L6.10399 7.87701L6.52499 9.14001C6.59299 9.34401 6.78499 9.48201 6.99999 9.48201C7.21499 9.48201 7.40599 9.34401 7.47499 9.14001L7.89599 7.87701L9.15899 7.45601C9.36299 7.38801 9.50099 7.19701 9.50099 6.98201C9.50099 6.76701 9.36299 6.57601 9.15899 6.50801H9.15799Z" :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 fill-rule="evenodd" clip-rule="evenodd" d="M6.57821 12.2427L11.7936 7.04964C12.1833 6.66168 12.813 6.66106 13.2034 7.04826L16.25 10.0699V4.75C16.25 3.64543 15.3546 2.75 14.25 2.75H6.75C5.64543 2.75 4.75 3.64543 4.75 4.75V10.25C4.75 11.2967 5.55406 12.1556 6.57821 12.2427Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
|
|
24
|
+
<path d="M6.587 12.243L11.793 7.04301C12.184 6.65201 12.817 6.65201 13.207 7.04301L16.25 10.086" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
|
25
|
+
<path d="M1.75 6.75V13.25C1.75 14.355 2.645 15.25 3.75 15.25H12.25" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
|
26
|
+
<path d="M6.75 12.25L14.25 12.25C15.3546 12.25 16.25 11.3546 16.25 10.25V4.75C16.25 3.64543 15.3546 2.75 14.25 2.75L6.75 2.75C5.64543 2.75 4.75 3.64543 4.75 4.75L4.75 10.25C4.75 11.3546 5.64543 12.25 6.75 12.25Z" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
|
27
|
+
<path d="M8 7C7.449 7 7 6.551 7 6C7 5.449 7.449 5 8 5C8.551 5 9 5.449 9 6C9 6.551 8.551 7 8 7Z" :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,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="M6.24475 9.75H1.75V13.25C1.75 14.3546 2.64543 15.25 3.75 15.25H14.25C15.3546 15.25 16.25 14.3546 16.25 13.25V9.75H11.727V10.7329C11.727 11.2852 11.2793 11.7329 10.727 11.7329H7.24475C6.69247 11.7329 6.24475 11.2852 6.24475 10.7329V9.75Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
|
|
24
|
+
<path d="M11.5 5.75L9 8.25L6.5 5.75" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
|
25
|
+
<path d="M9 8.25V2.75" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
|
26
|
+
<path d="M16.214 9.75H11.75V10.75C11.75 11.302 11.302 11.75 10.75 11.75H7.24999C6.69799 11.75 6.24999 11.302 6.24999 10.75V9.75H1.78699" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
|
27
|
+
<path d="M12 2.75H12.137C12.959 2.75 13.698 3.253 13.999 4.019L16.112 9.398C16.204 9.631 16.25 9.879 16.25 10.129V13.25C16.25 14.355 15.355 15.25 14.25 15.25H3.75C2.645 15.25 1.75 14.355 1.75 13.25V10.129C1.75 9.879 1.797 9.631 1.888 9.398L4.001 4.019C4.302 3.254 5.04 2.75 5.863 2.75H6" :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,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 d="M3.43101 4.75H4.06901C4.59401 4.75 5.02901 5.155 5.06601 5.679L5.67301 14.179C5.71401 14.758 5.25601 15.25 4.67601 15.25H2.82401C2.24401 15.25 1.78501 14.758 1.82701 14.179L2.43401 5.679C2.47101 5.156 2.90701 4.75 3.43101 4.75Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
|
|
24
|
+
<path d="M3.43101 4.75H4.06901C4.59401 4.75 5.02901 5.155 5.06601 5.679L5.67301 14.179C5.71401 14.758 5.25601 15.25 4.67601 15.25H2.82401C2.24401 15.25 1.78501 14.758 1.82701 14.179L2.43401 5.679C2.47101 5.156 2.90701 4.75 3.43101 4.75Z" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
|
25
|
+
<path d="M4 2.598C4.306 2.09 4.863 1.75 5.5 1.75H7.25C7.946 1.75 8.548 1.343 8.829 0.753998" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
|
26
|
+
<path d="M7.75903 8.721L11.25 5.75V10L16.25 5.75V14.25C16.25 14.802 15.802 15.25 15.25 15.25H4.67603" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
|
27
|
+
<path d="M12.75 12H13.25" :stroke="color" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
|
28
|
+
<path d="M8.75 12H9.25" :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,39 @@
|
|
|
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 stroke-linecap="round" stroke-width="1.5" fill="none" :stroke="color" stroke-linejoin="round">
|
|
23
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 7C2 5.89543 2.89543 5 4 5H14C15.1046 5 16 5.89543 16 7V7.49985C15.1163 7.50098 14.231 7.83698 13.549 8.51901L10.246 11.822C9.91764 12.1504 9.65754 12.5509 9.49305 13H4C2.89543 13 2 12.1046 2 11V7Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
|
|
24
|
+
<path d="M13.207 15.401C13.35 15.352 13.48 15.27 13.587 15.163L16.89 11.86C17.373 11.377 17.368 10.599 16.885 10.115C16.402 9.632 15.624 9.626 15.14 10.11L11.837 13.413C11.73 13.52 11.648 13.65 11.599 13.793L10.75 16.25L13.207 15.401Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
|
|
25
|
+
<path d="M5.5 10C6.05228 10 6.5 9.55228 6.5 9C6.5 8.44772 6.05228 8 5.5 8C4.94772 8 4.5 8.44772 4.5 9C4.5 9.55228 4.94772 10 5.5 10Z" :fill="color" data-stroke="none" stroke="none" />
|
|
26
|
+
<path d="M9 10C9.55228 10 10 9.55228 10 9C10 8.44772 9.55228 8 9 8C8.44772 8 8 8.44772 8 9C8 9.55228 8.44772 10 9 10Z" :fill="color" data-stroke="none" stroke="none" />
|
|
27
|
+
<path d="M12.5 10C13.0523 10 13.5 9.55228 13.5 9C13.5 8.44772 13.0523 8 12.5 8C11.9477 8 11.5 8.44772 11.5 9C11.5 9.55228 11.9477 10 12.5 10Z" :fill="color" data-stroke="none" stroke="none" />
|
|
28
|
+
<path d="M16.25 7.274V6.75C16.25 5.646 15.355 4.75 14.25 4.75H3.75C2.645 4.75 1.75 5.646 1.75 6.75V11.25C1.75 12.354 2.645 13.25 3.75 13.25H9.141" />
|
|
29
|
+
<path d="M13.207 15.401C13.35 15.352 13.48 15.27 13.587 15.163L16.89 11.86C17.373 11.377 17.368 10.599 16.885 10.115C16.402 9.632 15.624 9.626 15.14 10.11L11.837 13.413C11.73 13.52 11.648 13.65 11.599 13.793L10.75 16.25L13.207 15.401Z" />
|
|
30
|
+
</g>
|
|
31
|
+
</svg>
|
|
32
|
+
</template>
|
|
33
|
+
|
|
34
|
+
<style scoped>
|
|
35
|
+
.icon {
|
|
36
|
+
display: inline-block;
|
|
37
|
+
vertical-align: middle;
|
|
38
|
+
}
|
|
39
|
+
</style>
|
|
@@ -0,0 +1,45 @@
|
|
|
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 stroke-linecap="round" stroke-width="1.5" fill="none" :stroke="color" stroke-linejoin="round">
|
|
23
|
+
<path d="M9 16.25C9.82843 16.25 10.5 15.5784 10.5 14.75C10.5 13.9216 9.82843 13.25 9 13.25C8.17157 13.25 7.5 13.9216 7.5 14.75C7.5 15.5784 8.17157 16.25 9 16.25Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
|
|
24
|
+
<path d="M3.5 15.75C4.32843 15.75 5 15.0784 5 14.25C5 13.4216 4.32843 12.75 3.5 12.75C2.67157 12.75 2 13.4216 2 14.25C2 15.0784 2.67157 15.75 3.5 15.75Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
|
|
25
|
+
<path d="M14.5 15.75C15.3284 15.75 16 15.0784 16 14.25C16 13.4216 15.3284 12.75 14.5 12.75C13.6716 12.75 13 13.4216 13 14.25C13 15.0784 13.6716 15.75 14.5 15.75Z" :fill="color" fill-opacity="0.3" data-color="color-2" data-stroke="none" stroke="none" />
|
|
26
|
+
<path d="M5.25 6.75C6.63071 6.75 7.75 5.63071 7.75 4.25C7.75 2.86929 6.63071 1.75 5.25 1.75C3.86929 1.75 2.75 2.86929 2.75 4.25C2.75 5.63071 3.86929 6.75 5.25 6.75Z" />
|
|
27
|
+
<path d="M7.75 4.25H15.25" />
|
|
28
|
+
<path d="M13.75 4.25V6.5" />
|
|
29
|
+
<path d="M11.25 4.25V6.5" />
|
|
30
|
+
<path d="M9 16.25C9.82843 16.25 10.5 15.5784 10.5 14.75C10.5 13.9216 9.82843 13.25 9 13.25C8.17157 13.25 7.5 13.9216 7.5 14.75C7.5 15.5784 8.17157 16.25 9 16.25Z" />
|
|
31
|
+
<path d="M3.5 15.75C4.32843 15.75 5 15.0784 5 14.25C5 13.4216 4.32843 12.75 3.5 12.75C2.67157 12.75 2 13.4216 2 14.25C2 15.0784 2.67157 15.75 3.5 15.75Z" />
|
|
32
|
+
<path d="M9 8.75V13.25" />
|
|
33
|
+
<path d="M4.56 13.19L5.957 11.793C6.145 11.605 6.25 11.351 6.25 11.086V10" />
|
|
34
|
+
<path d="M14.5 15.75C15.3284 15.75 16 15.0784 16 14.25C16 13.4216 15.3284 12.75 14.5 12.75C13.6716 12.75 13 13.4216 13 14.25C13 15.0784 13.6716 15.75 14.5 15.75Z" />
|
|
35
|
+
<path d="M13.44 13.19L12.043 11.793C11.855 11.605 11.75 11.351 11.75 11.086V10" />
|
|
36
|
+
</g>
|
|
37
|
+
</svg>
|
|
38
|
+
</template>
|
|
39
|
+
|
|
40
|
+
<style scoped>
|
|
41
|
+
.icon {
|
|
42
|
+
display: inline-block;
|
|
43
|
+
vertical-align: middle;
|
|
44
|
+
}
|
|
45
|
+
</style>
|