@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.
Files changed (301) hide show
  1. package/dist/icons/index.d.ts +250 -0
  2. package/dist/icons/index.d.ts.map +1 -0
  3. package/dist/icons/index.js +249 -0
  4. package/dist/index.d.ts +880 -0
  5. package/dist/index.d.ts.map +1 -0
  6. package/dist/index.js +1178 -0
  7. package/package.json +47 -0
  8. package/src/animated/BarsAnim2GlyphIcon.vue +106 -0
  9. package/src/animated/BarsAnim3GlyphIcon.vue +106 -0
  10. package/src/animated/BarsAnim3OutlineIcon.vue +128 -0
  11. package/src/animated/BarsAnimGlyphIcon.vue +63 -0
  12. package/src/animated/BarsAnimOutlineIcon.vue +70 -0
  13. package/src/animated/CircleAnim2GlyphIcon.vue +57 -0
  14. package/src/animated/CircleAnim2OutlineIcon.vue +70 -0
  15. package/src/animated/CircleAnim32GlyphIcon.vue +51 -0
  16. package/src/animated/CircleAnim3GlyphIcon.vue +56 -0
  17. package/src/animated/CircleAnim3OutlineIcon.vue +60 -0
  18. package/src/animated/CircleAnimOutlineIcon.vue +69 -0
  19. package/src/animated/ClockAnimGlyphIcon.vue +70 -0
  20. package/src/animated/ClockAnimOutlineIcon.vue +94 -0
  21. package/src/animated/CubesAnimOutlineIcon.vue +114 -0
  22. package/src/animated/DotsAnim2GlyphIcon.vue +74 -0
  23. package/src/animated/DotsAnim2OutlineIcon.vue +126 -0
  24. package/src/animated/DotsAnim3GlyphIcon.vue +58 -0
  25. package/src/animated/DotsAnim3OutlineIcon.vue +86 -0
  26. package/src/animated/DotsAnim4GlyphIcon.vue +67 -0
  27. package/src/animated/DotsAnim4OutlineIcon.vue +95 -0
  28. package/src/animated/DotsAnim5GlyphIcon.vue +70 -0
  29. package/src/animated/DotsAnim5OutlineIcon.vue +105 -0
  30. package/src/animated/DotsAnim6GlyphIcon.vue +70 -0
  31. package/src/animated/DotsAnim6OutlineIcon.vue +98 -0
  32. package/src/animated/DotsAnim7GlyphIcon.vue +55 -0
  33. package/src/animated/DotsAnim7OutlineIcon.vue +90 -0
  34. package/src/animated/DotsAnimGlyphIcon.vue +84 -0
  35. package/src/animated/DotsAnimOutlineIcon.vue +112 -0
  36. package/src/animated/GooeyAnimGlyphIcon.vue +65 -0
  37. package/src/animated/HeartAnimGlyphIcon.vue +75 -0
  38. package/src/animated/HeartAnimOutlineIcon.vue +66 -0
  39. package/src/animated/MouseAnimGlyphIcon.vue +56 -0
  40. package/src/animated/MouseAnimOutlineIcon.vue +70 -0
  41. package/src/animated/RippleAnimGlyphIcon.vue +57 -0
  42. package/src/animated/RippleAnimOutlineIcon.vue +64 -0
  43. package/src/animated/RotatingBarsAnimGlyphIcon.vue +76 -0
  44. package/src/animated/RotatingBarsAnimOutlineIcon.vue +126 -0
  45. package/src/animated/SlideshowAnimGlyphIcon.vue +90 -0
  46. package/src/animated/SquaresAnim2GlyphIcon.vue +62 -0
  47. package/src/animated/SquaresAnim2OutlineIcon.vue +101 -0
  48. package/src/animated/SquaresAnimGlyphIcon.vue +64 -0
  49. package/src/animated/SquaresAnimOutlineIcon.vue +103 -0
  50. package/src/icons/AccessibilityIcon.vue +38 -0
  51. package/src/icons/AlarmClockIcon.vue +39 -0
  52. package/src/icons/Align3BottomIcon.vue +36 -0
  53. package/src/icons/Align3HorizontalIcon.vue +36 -0
  54. package/src/icons/Align3LeftIcon.vue +36 -0
  55. package/src/icons/Align3RightIcon.vue +36 -0
  56. package/src/icons/Align3TopIcon.vue +36 -0
  57. package/src/icons/Align3VerticalIcon.vue +36 -0
  58. package/src/icons/AnchorIcon.vue +37 -0
  59. package/src/icons/ArrowDoorInIcon.vue +37 -0
  60. package/src/icons/ArrowDoorOut3Icon.vue +37 -0
  61. package/src/icons/ArrowDottedRotateAnticlockwiseIcon.vue +43 -0
  62. package/src/icons/ArrowTurnLeftIcon.vue +34 -0
  63. package/src/icons/AspectRatioSquare2Icon.vue +36 -0
  64. package/src/icons/AtSignIcon.vue +35 -0
  65. package/src/icons/AwardCertificateIcon.vue +39 -0
  66. package/src/icons/AwardIcon.vue +36 -0
  67. package/src/icons/BagShoppingIcon.vue +35 -0
  68. package/src/icons/BallBasketIcon.vue +38 -0
  69. package/src/icons/BallotCircleIcon.vue +38 -0
  70. package/src/icons/BasketShoppingIcon.vue +37 -0
  71. package/src/icons/BatteryHighIcon.vue +38 -0
  72. package/src/icons/BatteryIcon.vue +35 -0
  73. package/src/icons/BellIcon.vue +35 -0
  74. package/src/icons/BicycleIcon.vue +38 -0
  75. package/src/icons/BitcoinIcon.vue +38 -0
  76. package/src/icons/BoltIcon.vue +34 -0
  77. package/src/icons/BoltLightningIcon.vue +34 -0
  78. package/src/icons/BoltSlashIcon.vue +36 -0
  79. package/src/icons/BookBookmarkIcon.vue +39 -0
  80. package/src/icons/BookOpenIcon.vue +35 -0
  81. package/src/icons/BookmarkIcon.vue +34 -0
  82. package/src/icons/BookmarkSlashIcon.vue +36 -0
  83. package/src/icons/BookmarksIcon.vue +35 -0
  84. package/src/icons/BoxArchiveIcon.vue +36 -0
  85. package/src/icons/BoxIcon.vue +37 -0
  86. package/src/icons/BugIcon.vue +42 -0
  87. package/src/icons/BugSlashIcon.vue +42 -0
  88. package/src/icons/BullhornIcon.vue +37 -0
  89. package/src/icons/CalendarDaysIcon.vue +42 -0
  90. package/src/icons/CalendarIcon.vue +37 -0
  91. package/src/icons/Camera2Icon.vue +37 -0
  92. package/src/icons/CameraIcon.vue +36 -0
  93. package/src/icons/CartShoppingIcon.vue +37 -0
  94. package/src/icons/Chair4Icon.vue +38 -0
  95. package/src/icons/ChartBarTrendUpIcon.vue +40 -0
  96. package/src/icons/CheckIcon.vue +33 -0
  97. package/src/icons/ChevronDownIcon.vue +33 -0
  98. package/src/icons/ChevronExpandYIcon.vue +34 -0
  99. package/src/icons/ChevronLeftIcon.vue +33 -0
  100. package/src/icons/ChevronRightIcon.vue +33 -0
  101. package/src/icons/ChevronUpIcon.vue +33 -0
  102. package/src/icons/CircleCheckIcon.vue +35 -0
  103. package/src/icons/CircleCompose2Icon.vue +35 -0
  104. package/src/icons/CircleDotsIcon.vue +37 -0
  105. package/src/icons/CircleDotsVerticalIcon.vue +37 -0
  106. package/src/icons/CircleHalfDottedCheckIcon.vue +42 -0
  107. package/src/icons/CircleHashtagIcon.vue +38 -0
  108. package/src/icons/CircleInfoIcon.vue +36 -0
  109. package/src/icons/CirclePlusIcon.vue +36 -0
  110. package/src/icons/CircleWarningIcon.vue +36 -0
  111. package/src/icons/ClipboardCheckIcon.vue +36 -0
  112. package/src/icons/ClipboardIcon.vue +35 -0
  113. package/src/icons/ClipboardSlashIcon.vue +38 -0
  114. package/src/icons/CloneIcon.vue +35 -0
  115. package/src/icons/CloudIcon.vue +35 -0
  116. package/src/icons/ComputerIcon.vue +39 -0
  117. package/src/icons/CookieIcon.vue +39 -0
  118. package/src/icons/CreditCardIcon.vue +37 -0
  119. package/src/icons/CrosshairsIcon.vue +39 -0
  120. package/src/icons/CrosshairsSlashIcon.vue +41 -0
  121. package/src/icons/CryptographyIcon.vue +42 -0
  122. package/src/icons/DarkLightIcon.vue +36 -0
  123. package/src/icons/DescendingSortingIcon.vue +37 -0
  124. package/src/icons/DesktopArrowDownIcon.vue +38 -0
  125. package/src/icons/DotsIcon.vue +35 -0
  126. package/src/icons/DotsVerticalIcon.vue +35 -0
  127. package/src/icons/DrawCompassIcon.vue +39 -0
  128. package/src/icons/EarthIcon.vue +38 -0
  129. package/src/icons/EnvelopeIcon.vue +35 -0
  130. package/src/icons/EnvelopeOpenIcon.vue +35 -0
  131. package/src/icons/EyeClosedIcon.vue +37 -0
  132. package/src/icons/EyeIcon.vue +35 -0
  133. package/src/icons/EyeOpenIcon.vue +39 -0
  134. package/src/icons/EyeSlashIcon.vue +38 -0
  135. package/src/icons/FacePlusIcon.vue +39 -0
  136. package/src/icons/FaceSmile2Icon.vue +37 -0
  137. package/src/icons/FacialRecognitionIcon.vue +41 -0
  138. package/src/icons/FeatherIcon.vue +35 -0
  139. package/src/icons/FileContentIcon.vue +38 -0
  140. package/src/icons/FileIcon.vue +35 -0
  141. package/src/icons/Files2Icon.vue +37 -0
  142. package/src/icons/FilmIcon.vue +44 -0
  143. package/src/icons/FilterIcon.vue +34 -0
  144. package/src/icons/FiltersIcon.vue +36 -0
  145. package/src/icons/FingerprintIcon.vue +38 -0
  146. package/src/icons/Flag7Icon.vue +37 -0
  147. package/src/icons/FlameIcon.vue +35 -0
  148. package/src/icons/FolderIcon.vue +35 -0
  149. package/src/icons/FolderOpenIcon.vue +35 -0
  150. package/src/icons/ForkliftIcon.vue +39 -0
  151. package/src/icons/GamepadButtonsIcon.vue +38 -0
  152. package/src/icons/GamepadIcon.vue +38 -0
  153. package/src/icons/GamingButtonsIcon.vue +39 -0
  154. package/src/icons/GasPumpIcon.vue +38 -0
  155. package/src/icons/Gauge3Icon.vue +41 -0
  156. package/src/icons/Gear2Icon.vue +49 -0
  157. package/src/icons/GemSparkleIcon.vue +39 -0
  158. package/src/icons/GiftIcon.vue +38 -0
  159. package/src/icons/GlobePointerIcon.vue +38 -0
  160. package/src/icons/GraduationCapIcon.vue +36 -0
  161. package/src/icons/GridCirclePlusIcon.vue +40 -0
  162. package/src/icons/HalfDottedCirclePlayIcon.vue +42 -0
  163. package/src/icons/HandIcon.vue +37 -0
  164. package/src/icons/HandshakeIcon.vue +40 -0
  165. package/src/icons/HeadsetIcon.vue +36 -0
  166. package/src/icons/HeartHandIcon.vue +35 -0
  167. package/src/icons/HeartIcon.vue +34 -0
  168. package/src/icons/HotDrinkIcon.vue +38 -0
  169. package/src/icons/House2Icon.vue +35 -0
  170. package/src/icons/House5Icon.vue +37 -0
  171. package/src/icons/ImageDepthIcon.vue +36 -0
  172. package/src/icons/ImageIcon.vue +36 -0
  173. package/src/icons/ImageMountainIcon.vue +35 -0
  174. package/src/icons/ImageSparkleIcon.vue +36 -0
  175. package/src/icons/Images2Icon.vue +37 -0
  176. package/src/icons/InboxArrowDownIcon.vue +37 -0
  177. package/src/icons/IndustryIcon.vue +38 -0
  178. package/src/icons/InputPasswordEditIcon.vue +39 -0
  179. package/src/icons/KeyNodesIcon.vue +45 -0
  180. package/src/icons/KeyboardIcon.vue +42 -0
  181. package/src/icons/LanguageIcon.vue +38 -0
  182. package/src/icons/LaptopIcon.vue +35 -0
  183. package/src/icons/LaptopMobileIcon.vue +36 -0
  184. package/src/icons/Layers3Icon.vue +36 -0
  185. package/src/icons/LeafIcon.vue +35 -0
  186. package/src/icons/LifeRingIcon.vue +48 -0
  187. package/src/icons/Lightbulb3Icon.vue +40 -0
  188. package/src/icons/LinkIcon.vue +35 -0
  189. package/src/icons/LoaderIcon.vue +40 -0
  190. package/src/icons/Location2Icon.vue +36 -0
  191. package/src/icons/LockIcon.vue +36 -0
  192. package/src/icons/LockOpen2Icon.vue +36 -0
  193. package/src/icons/LockOpenIcon.vue +36 -0
  194. package/src/icons/MagicWandIcon.vue +35 -0
  195. package/src/icons/MagnifierFaceWorriedIcon.vue +38 -0
  196. package/src/icons/MagnifierIcon.vue +35 -0
  197. package/src/icons/MapIcon.vue +36 -0
  198. package/src/icons/MenuBarsIcon.vue +38 -0
  199. package/src/icons/MenuIcon.vue +35 -0
  200. package/src/icons/MicrophoneIcon.vue +36 -0
  201. package/src/icons/MicrophoneSlashIcon.vue +38 -0
  202. package/src/icons/MinusIcon.vue +33 -0
  203. package/src/icons/MoneyBillCoinIcon.vue +47 -0
  204. package/src/icons/MoonIcon.vue +34 -0
  205. package/src/icons/MsgBubbleUserIcon.vue +36 -0
  206. package/src/icons/MsgSmileIcon.vue +35 -0
  207. package/src/icons/MsgWritingIcon.vue +37 -0
  208. package/src/icons/MsgsIcon.vue +35 -0
  209. package/src/icons/MusicIcon.vue +40 -0
  210. package/src/icons/MusicNoteSparkleIcon.vue +40 -0
  211. package/src/icons/MusicPlaylist2Icon.vue +37 -0
  212. package/src/icons/NodesIcon.vue +41 -0
  213. package/src/icons/NoteIcon.vue +37 -0
  214. package/src/icons/NotificationIcon.vue +35 -0
  215. package/src/icons/OfficeIcon.vue +43 -0
  216. package/src/icons/OrderedListIcon.vue +36 -0
  217. package/src/icons/PaintbrushIcon.vue +35 -0
  218. package/src/icons/PaperPlane2Icon.vue +35 -0
  219. package/src/icons/PaperclipIcon.vue +33 -0
  220. package/src/icons/Password2Icon.vue +43 -0
  221. package/src/icons/Pen2Icon.vue +35 -0
  222. package/src/icons/Pen3Icon.vue +35 -0
  223. package/src/icons/PenNib3Icon.vue +38 -0
  224. package/src/icons/PenPlusIcon.vue +36 -0
  225. package/src/icons/PenSparkleIcon.vue +37 -0
  226. package/src/icons/PenWriting4Icon.vue +35 -0
  227. package/src/icons/PenWriting6Icon.vue +36 -0
  228. package/src/icons/PhoneIcon.vue +34 -0
  229. package/src/icons/PinIcon.vue +35 -0
  230. package/src/icons/PinTackIcon.vue +35 -0
  231. package/src/icons/PizzaSlice2Icon.vue +38 -0
  232. package/src/icons/Plug2Icon.vue +39 -0
  233. package/src/icons/PlusIcon.vue +34 -0
  234. package/src/icons/PointerIcon.vue +34 -0
  235. package/src/icons/PresentationScreenIcon.vue +37 -0
  236. package/src/icons/PrintIcon.vue +36 -0
  237. package/src/icons/ProgressBarIcon.vue +37 -0
  238. package/src/icons/PuzzlePieceIcon.vue +34 -0
  239. package/src/icons/Refresh2Icon.vue +37 -0
  240. package/src/icons/RoadmapIcon.vue +35 -0
  241. package/src/icons/RocketIcon.vue +38 -0
  242. package/src/icons/Rotation360Icon.vue +36 -0
  243. package/src/icons/RulerPenIcon.vue +39 -0
  244. package/src/icons/SatelliteIcon.vue +40 -0
  245. package/src/icons/ScaleIcon.vue +44 -0
  246. package/src/icons/ScissorsCoupon2Icon.vue +38 -0
  247. package/src/icons/ScissorsIcon.vue +39 -0
  248. package/src/icons/ScribbleIcon.vue +33 -0
  249. package/src/icons/ShapesIcon.vue +37 -0
  250. package/src/icons/ShareUpRightIcon.vue +36 -0
  251. package/src/icons/ShieldCheckIcon.vue +35 -0
  252. package/src/icons/ShopIcon.vue +39 -0
  253. package/src/icons/SideProfileIcon.vue +35 -0
  254. package/src/icons/Signal2Icon.vue +36 -0
  255. package/src/icons/Sitemap4Icon.vue +39 -0
  256. package/src/icons/SlidersIcon.vue +40 -0
  257. package/src/icons/Sparkle3Icon.vue +35 -0
  258. package/src/icons/SquareDottedArrowBottomRightIcon.vue +46 -0
  259. package/src/icons/SquareMinusIcon.vue +35 -0
  260. package/src/icons/SquarePlusIcon.vue +36 -0
  261. package/src/icons/StackPerspectiveIcon.vue +36 -0
  262. package/src/icons/StarIcon.vue +34 -0
  263. package/src/icons/StarSparkleIcon.vue +37 -0
  264. package/src/icons/StickerSmileIcon.vue +38 -0
  265. package/src/icons/StopwatchIcon.vue +38 -0
  266. package/src/icons/Subscription2Icon.vue +40 -0
  267. package/src/icons/Suitcase3Icon.vue +37 -0
  268. package/src/icons/SunIcon.vue +42 -0
  269. package/src/icons/TagIcon.vue +35 -0
  270. package/src/icons/TagsIcon.vue +36 -0
  271. package/src/icons/TargetIcon.vue +38 -0
  272. package/src/icons/Tasks2Icon.vue +36 -0
  273. package/src/icons/TextHighlightIcon.vue +37 -0
  274. package/src/icons/TextTool2Icon.vue +39 -0
  275. package/src/icons/ThumbsUpIcon.vue +35 -0
  276. package/src/icons/Ticket4Icon.vue +36 -0
  277. package/src/icons/Timer2Icon.vue +35 -0
  278. package/src/icons/Toggle3Icon.vue +35 -0
  279. package/src/icons/TrashIcon.vue +36 -0
  280. package/src/icons/TriangleWarningIcon.vue +36 -0
  281. package/src/icons/UfoIcon.vue +40 -0
  282. package/src/icons/UnorderedListIcon.vue +38 -0
  283. package/src/icons/UserIcon.vue +35 -0
  284. package/src/icons/UserLaptopIcon.vue +37 -0
  285. package/src/icons/UserSearchIcon.vue +37 -0
  286. package/src/icons/UsersIcon.vue +38 -0
  287. package/src/icons/Vault3Icon.vue +41 -0
  288. package/src/icons/VideoIcon.vue +36 -0
  289. package/src/icons/VolumeIcon.vue +34 -0
  290. package/src/icons/VolumeUpIcon.vue +36 -0
  291. package/src/icons/Wallet2CircuitIcon.vue +41 -0
  292. package/src/icons/Wallet2Icon.vue +36 -0
  293. package/src/icons/WandSparkleIcon.vue +38 -0
  294. package/src/icons/WatchIcon.vue +37 -0
  295. package/src/icons/WindowChartLineIcon.vue +37 -0
  296. package/src/icons/WindowExpandBottomRightIcon.vue +37 -0
  297. package/src/icons/WindowPointerIcon.vue +39 -0
  298. package/src/icons/XmarkIcon.vue +34 -0
  299. package/src/icons/index.ts +249 -0
  300. package/src/index.ts +1187 -0
  301. package/src/vue.d.ts +5 -0
@@ -0,0 +1,64 @@
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="props.size"
17
+ :height="props.size"
18
+ viewBox="0 0 24 24"
19
+ xmlns="http://www.w3.org/2000/svg"
20
+ >
21
+ <title>ripple anim</title>
22
+ <g
23
+ class="nc-icon-wrapper"
24
+ stroke-linecap="square"
25
+ stroke-linejoin="miter"
26
+ stroke-width="2"
27
+ :fill="props.color"
28
+ :stroke="props.color"
29
+ >
30
+ <g class="nc-loop-ripple-24-icon-o">
31
+ <circle cx="12" cy="12" fill="none" r="11" :stroke="props.color" />
32
+ <circle data-color="color-2" cx="12" cy="12" fill="none" r="11" />
33
+ </g>
34
+ </g>
35
+ </svg>
36
+ </template>
37
+
38
+ <style scoped>
39
+ .icon {
40
+ display: inline-block;
41
+ vertical-align: middle;
42
+ }
43
+ .nc-loop-ripple-24-icon-o {
44
+ --animation-duration: 1.2s;
45
+ }
46
+ .nc-loop-ripple-24-icon-o * {
47
+ transform-origin: 50% 50%;
48
+ animation: nc-loop-ripple-anim var(--animation-duration) infinite
49
+ cubic-bezier(0.215, 0.61, 0.355, 1);
50
+ }
51
+ .nc-loop-ripple-24-icon-o :nth-child(2) {
52
+ animation-delay: calc(var(--animation-duration) / -2);
53
+ }
54
+ @keyframes nc-loop-ripple-anim {
55
+ 0% {
56
+ opacity: 1;
57
+ transform: scale(0.2);
58
+ }
59
+ 100% {
60
+ opacity: 0;
61
+ transform: scale(1);
62
+ }
63
+ }
64
+ </style>
@@ -0,0 +1,76 @@
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="props.size"
17
+ :height="props.size"
18
+ viewBox="0 0 24 24"
19
+ xmlns="http://www.w3.org/2000/svg"
20
+ >
21
+ <title>rotating bars anim</title>
22
+ <g class="nc-icon-wrapper" :fill="props.color">
23
+ <g class="nc-loop-bars-rotate-24-icon-f">
24
+ <path d="M18 11h6v2h-6z" :fill="props.color" />
25
+ <path
26
+ d="M17.364 15.364h2v6h-2z"
27
+ :fill="props.color"
28
+ opacity="0.4"
29
+ transform="rotate(-45 18.364 18.364)"
30
+ />
31
+ <path d="M11 18h2v6h-2z" :fill="props.color" opacity="0.4" />
32
+ <path
33
+ d="M2.636 17.364h6v2h-6z"
34
+ :fill="props.color"
35
+ opacity="0.4"
36
+ transform="rotate(-45 5.636 18.365)"
37
+ />
38
+ <path d="M0 11h6v2H0z" :fill="props.color" opacity="0.4" />
39
+ <path
40
+ d="M4.636 2.636h2v6h-2z"
41
+ :fill="props.color"
42
+ opacity="0.4"
43
+ transform="rotate(-45 5.636 5.637)"
44
+ />
45
+ <path d="M11 0h2v6h-2z" :fill="props.color" opacity="0.6" />
46
+ <path
47
+ d="M15.364 4.636h6v2h-6z"
48
+ :fill="props.color"
49
+ opacity="0.8"
50
+ transform="rotate(-45 18.364 5.637)"
51
+ />
52
+ </g>
53
+ </g>
54
+ </svg>
55
+ </template>
56
+
57
+ <style scoped>
58
+ .icon {
59
+ display: inline-block;
60
+ vertical-align: middle;
61
+ }
62
+ .nc-loop-bars-rotate-24-icon-f {
63
+ --animation-duration: 0.8s;
64
+ transform-origin: 12px 12px;
65
+ animation: nc-loop-bars-rotate-anim var(--animation-duration) infinite
66
+ steps(8, start);
67
+ }
68
+ @keyframes nc-loop-bars-rotate-anim {
69
+ 0% {
70
+ transform: rotate(0);
71
+ }
72
+ 100% {
73
+ transform: rotate(360deg);
74
+ }
75
+ }
76
+ </style>
@@ -0,0 +1,126 @@
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="props.size"
17
+ :height="props.size"
18
+ viewBox="0 0 24 24"
19
+ xmlns="http://www.w3.org/2000/svg"
20
+ >
21
+ <title>rotating bars anim</title>
22
+ <g
23
+ class="nc-icon-wrapper"
24
+ stroke-linecap="square"
25
+ stroke-linejoin="miter"
26
+ stroke-width="2"
27
+ :fill="props.color"
28
+ :stroke="props.color"
29
+ >
30
+ <g class="nc-loop-bars-rotate-24-icon-o">
31
+ <line
32
+ fill="none"
33
+ :stroke="props.color"
34
+ x1="23"
35
+ x2="19"
36
+ y1="12"
37
+ y2="12"
38
+ />
39
+ <line
40
+ fill="none"
41
+ :stroke="props.color"
42
+ x1="19.778"
43
+ x2="16.95"
44
+ y1="19.778"
45
+ y2="16.95"
46
+ opacity="0.4"
47
+ />
48
+ <line
49
+ fill="none"
50
+ :stroke="props.color"
51
+ x1="12"
52
+ x2="12"
53
+ y1="23"
54
+ y2="19"
55
+ opacity="0.4"
56
+ />
57
+ <line
58
+ fill="none"
59
+ :stroke="props.color"
60
+ x1="4.222"
61
+ x2="7.05"
62
+ y1="19.778"
63
+ y2="16.95"
64
+ opacity="0.4"
65
+ />
66
+ <line
67
+ fill="none"
68
+ :stroke="props.color"
69
+ x1="1"
70
+ x2="5"
71
+ y1="12"
72
+ y2="12"
73
+ opacity="0.4"
74
+ />
75
+ <line
76
+ fill="none"
77
+ :stroke="props.color"
78
+ x1="4.222"
79
+ x2="7.05"
80
+ y1="4.222"
81
+ y2="7.05"
82
+ opacity="0.4"
83
+ />
84
+ <line
85
+ fill="none"
86
+ :stroke="props.color"
87
+ x1="12"
88
+ x2="12"
89
+ y1="1"
90
+ y2="5"
91
+ opacity="0.6"
92
+ />
93
+ <line
94
+ fill="none"
95
+ :stroke="props.color"
96
+ x1="19.778"
97
+ x2="16.95"
98
+ y1="4.222"
99
+ y2="7.05"
100
+ opacity="0.8"
101
+ />
102
+ </g>
103
+ </g>
104
+ </svg>
105
+ </template>
106
+
107
+ <style scoped>
108
+ .icon {
109
+ display: inline-block;
110
+ vertical-align: middle;
111
+ }
112
+ .nc-loop-bars-rotate-24-icon-o {
113
+ --animation-duration: 0.8s;
114
+ transform-origin: 12px 12px;
115
+ animation: nc-loop-bars-rotate-anim var(--animation-duration) infinite
116
+ steps(8, start);
117
+ }
118
+ @keyframes nc-loop-bars-rotate-anim {
119
+ 0% {
120
+ transform: rotate(0);
121
+ }
122
+ 100% {
123
+ transform: rotate(360deg);
124
+ }
125
+ }
126
+ </style>
@@ -0,0 +1,90 @@
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="props.size"
17
+ :height="props.size"
18
+ viewBox="0 0 24 24"
19
+ xmlns="http://www.w3.org/2000/svg"
20
+ >
21
+ <title>slideshow anim</title>
22
+ <g class="nc-icon-wrapper" :fill="props.color">
23
+ <g class="nc-loop-slideshow-anim-24-icon-f">
24
+ <rect :fill="props.color" height="20" width="8" y="2" x="-8" />
25
+ <rect :fill="props.color" height="20" width="8" y="2" />
26
+ <rect :fill="props.color" height="20" width="8" y="2" x="8" />
27
+ <rect :fill="props.color" height="20" width="8" y="2" x="16" />
28
+ </g>
29
+ </g>
30
+ </svg>
31
+ </template>
32
+
33
+ <style scoped>
34
+ .icon {
35
+ display: inline-block;
36
+ vertical-align: middle;
37
+ }
38
+ .nc-loop-slideshow-anim-24-icon-f,
39
+ .nc-loop-slideshow-anim-24-icon-f > * {
40
+ --animation-duration: 0.8s;
41
+ }
42
+ .nc-loop-slideshow-anim-24-icon-f {
43
+ transform-origin: 50% 50%;
44
+ animation: nc-loop-slideshow-anim-24 var(--animation-duration) infinite
45
+ cubic-bezier(0.215, 0.61, 0.355, 1);
46
+ }
47
+ .nc-loop-slideshow-anim-24-icon-f > :nth-child(1) {
48
+ transform-origin: -4px 12px;
49
+ transform: scale(0.7);
50
+ }
51
+ .nc-loop-slideshow-anim-24-icon-f > :nth-child(2) {
52
+ transform-origin: 4px 12px;
53
+ animation: nc-loop-slideshow-anim-24-scale-up var(--animation-duration)
54
+ infinite cubic-bezier(0.215, 0.61, 0.355, 1);
55
+ }
56
+ .nc-loop-slideshow-anim-24-icon-f > :nth-child(3) {
57
+ transform-origin: 50% 50%;
58
+ transform: scale(0.7);
59
+ animation: nc-loop-slideshow-anim-24-scale-down var(--animation-duration)
60
+ infinite cubic-bezier(0.215, 0.61, 0.355, 1);
61
+ }
62
+ .nc-loop-slideshow-anim-24-icon-f > :nth-child(4) {
63
+ transform-origin: 20px 12px;
64
+ transform: scale(0.7);
65
+ }
66
+ @keyframes nc-loop-slideshow-anim-24 {
67
+ 0% {
68
+ transform: translateX(0);
69
+ }
70
+ 100% {
71
+ transform: translateX(8px);
72
+ }
73
+ }
74
+ @keyframes nc-loop-slideshow-anim-24-scale-down {
75
+ 0% {
76
+ transform: scale(1);
77
+ }
78
+ 100% {
79
+ transform: scale(0.7);
80
+ }
81
+ }
82
+ @keyframes nc-loop-slideshow-anim-24-scale-up {
83
+ 0% {
84
+ transform: scale(0.7);
85
+ }
86
+ 100% {
87
+ transform: scale(1);
88
+ }
89
+ }
90
+ </style>
@@ -0,0 +1,62 @@
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="props.size"
17
+ :height="props.size"
18
+ viewBox="0 0 24 24"
19
+ xmlns="http://www.w3.org/2000/svg"
20
+ >
21
+ <title>squares anim 2</title>
22
+ <g class="nc-icon-wrapper" :fill="props.color">
23
+ <g class="nc-loop-squares-anim-2-icon-f">
24
+ <rect height="11" rx="1" width="11" data-color="color-2" x="13" />
25
+ <rect :fill="props.color" height="11" rx="1" width="11" x="13" y="13" />
26
+ <rect height="11" rx="1" width="11" data-color="color-2" y="13" />
27
+ <rect :fill="props.color" height="11" rx="1" width="11" />
28
+ </g>
29
+ </g>
30
+ </svg>
31
+ </template>
32
+
33
+ <style scoped>
34
+ .icon {
35
+ display: inline-block;
36
+ vertical-align: middle;
37
+ }
38
+ .nc-loop-squares-anim-2-icon-f > * {
39
+ --animation-duration: 2s;
40
+ animation: nc-loop-squares-anim-2 var(--animation-duration) infinite;
41
+ }
42
+ .nc-loop-squares-anim-2-icon-f > :nth-child(1) {
43
+ opacity: 0;
44
+ animation-delay: calc(-1 * var(--animation-duration) / 2);
45
+ }
46
+ .nc-loop-squares-anim-2-icon-f > :nth-child(2) {
47
+ opacity: 0.5;
48
+ animation-delay: calc(-1 * var(--animation-duration) / 4);
49
+ }
50
+ .nc-loop-squares-anim-2-icon-f > :nth-child(4) {
51
+ animation-delay: calc(var(--animation-duration) / 4);
52
+ }
53
+ @keyframes nc-loop-squares-anim-2 {
54
+ 0%,
55
+ 100% {
56
+ opacity: 1;
57
+ }
58
+ 50% {
59
+ opacity: 0;
60
+ }
61
+ }
62
+ </style>
@@ -0,0 +1,101 @@
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="props.size"
17
+ :height="props.size"
18
+ viewBox="0 0 24 24"
19
+ xmlns="http://www.w3.org/2000/svg"
20
+ >
21
+ <title>squares anim 2</title>
22
+ <g
23
+ class="nc-icon-wrapper"
24
+ stroke-linecap="square"
25
+ stroke-linejoin="miter"
26
+ stroke-width="2"
27
+ :fill="props.color"
28
+ :stroke="props.color"
29
+ >
30
+ <g class="nc-loop-squares-anim-2-icon-o">
31
+ <rect
32
+ fill="none"
33
+ height="9"
34
+ stroke-miterlimit="10"
35
+ width="9"
36
+ x="14"
37
+ y="1"
38
+ data-color="color-2"
39
+ />
40
+ <rect
41
+ fill="none"
42
+ height="9"
43
+ :stroke="props.color"
44
+ stroke-miterlimit="10"
45
+ width="9"
46
+ x="14"
47
+ y="14"
48
+ />
49
+ <rect
50
+ fill="none"
51
+ height="9"
52
+ stroke-miterlimit="10"
53
+ width="9"
54
+ x="1"
55
+ y="14"
56
+ data-color="color-2"
57
+ />
58
+ <rect
59
+ fill="none"
60
+ height="9"
61
+ :stroke="props.color"
62
+ stroke-miterlimit="10"
63
+ width="9"
64
+ x="1"
65
+ y="1"
66
+ />
67
+ </g>
68
+ </g>
69
+ </svg>
70
+ </template>
71
+
72
+ <style scoped>
73
+ .icon {
74
+ display: inline-block;
75
+ vertical-align: middle;
76
+ }
77
+ .nc-loop-squares-anim-2-icon-o > * {
78
+ --animation-duration: 2s;
79
+ animation: nc-loop-squares-anim-2 var(--animation-duration) infinite;
80
+ }
81
+ .nc-loop-squares-anim-2-icon-o > :nth-child(1) {
82
+ opacity: 0;
83
+ animation-delay: calc(-1 * var(--animation-duration) / 2);
84
+ }
85
+ .nc-loop-squares-anim-2-icon-o > :nth-child(2) {
86
+ opacity: 0.5;
87
+ animation-delay: calc(-1 * var(--animation-duration) / 4);
88
+ }
89
+ .nc-loop-squares-anim-2-icon-o > :nth-child(4) {
90
+ animation-delay: calc(var(--animation-duration) / 4);
91
+ }
92
+ @keyframes nc-loop-squares-anim-2 {
93
+ 0%,
94
+ 100% {
95
+ opacity: 1;
96
+ }
97
+ 50% {
98
+ opacity: 0;
99
+ }
100
+ }
101
+ </style>
@@ -0,0 +1,64 @@
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="props.size"
17
+ :height="props.size"
18
+ viewBox="0 0 24 24"
19
+ xmlns="http://www.w3.org/2000/svg"
20
+ >
21
+ <title>squares anim</title>
22
+ <g class="nc-icon-wrapper" :fill="props.color">
23
+ <g class="nc-loop-squares-24-icon-f">
24
+ <rect height="12" width="12" data-color="color-2" x="12" />
25
+ <rect :fill="props.color" height="12" width="12" x="12" y="12" />
26
+ <rect :fill="props.color" height="12" width="12" />
27
+ <rect height="12" width="12" data-color="color-2" y="12" />
28
+ </g>
29
+ </g>
30
+ </svg>
31
+ </template>
32
+
33
+ <style scoped>
34
+ .icon {
35
+ display: inline-block;
36
+ vertical-align: middle;
37
+ }
38
+ .nc-loop-squares-24-icon-f > * {
39
+ --animation-duration: 1.3s;
40
+ transform-origin: 50% 50%;
41
+ animation: nc-loop-squares-anim var(--animation-duration) infinite;
42
+ }
43
+ .nc-loop-squares-24-icon-f > :nth-child(2) {
44
+ animation-delay: 0.1s;
45
+ }
46
+ .nc-loop-squares-24-icon-f > :nth-child(3) {
47
+ animation-delay: 0.2s;
48
+ }
49
+ .nc-loop-squares-24-icon-f > :nth-child(4) {
50
+ animation-delay: 0.3s;
51
+ }
52
+ @keyframes nc-loop-squares-anim {
53
+ 0%,
54
+ 100%,
55
+ 80% {
56
+ opacity: 1;
57
+ transform: scale(1);
58
+ }
59
+ 50% {
60
+ opacity: 0;
61
+ transform: scale(0);
62
+ }
63
+ }
64
+ </style>
@@ -0,0 +1,103 @@
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="props.size"
17
+ :height="props.size"
18
+ viewBox="0 0 24 24"
19
+ xmlns="http://www.w3.org/2000/svg"
20
+ >
21
+ <title>squares anim</title>
22
+ <g
23
+ class="nc-icon-wrapper"
24
+ stroke-linecap="square"
25
+ stroke-linejoin="miter"
26
+ stroke-width="2"
27
+ :fill="props.color"
28
+ :stroke="props.color"
29
+ >
30
+ <g class="nc-loop-squares-24-icon-o">
31
+ <rect
32
+ fill="none"
33
+ height="8"
34
+ stroke-miterlimit="10"
35
+ width="8"
36
+ x="14"
37
+ y="2"
38
+ data-color="color-2"
39
+ />
40
+ <rect
41
+ fill="none"
42
+ height="8"
43
+ :stroke="props.color"
44
+ stroke-miterlimit="10"
45
+ width="8"
46
+ x="14"
47
+ y="14"
48
+ />
49
+ <rect
50
+ fill="none"
51
+ height="8"
52
+ :stroke="props.color"
53
+ stroke-miterlimit="10"
54
+ width="8"
55
+ x="2"
56
+ y="2"
57
+ />
58
+ <rect
59
+ fill="none"
60
+ height="8"
61
+ stroke-miterlimit="10"
62
+ width="8"
63
+ x="2"
64
+ y="14"
65
+ data-color="color-2"
66
+ />
67
+ </g>
68
+ </g>
69
+ </svg>
70
+ </template>
71
+
72
+ <style scoped>
73
+ .icon {
74
+ display: inline-block;
75
+ vertical-align: middle;
76
+ }
77
+ .nc-loop-squares-24-icon-o > * {
78
+ --animation-duration: 1.3s;
79
+ transform-origin: 50% 50%;
80
+ animation: nc-loop-squares-anim var(--animation-duration) infinite;
81
+ }
82
+ .nc-loop-squares-24-icon-o > :nth-child(2) {
83
+ animation-delay: 0.1s;
84
+ }
85
+ .nc-loop-squares-24-icon-o > :nth-child(3) {
86
+ animation-delay: 0.2s;
87
+ }
88
+ .nc-loop-squares-24-icon-o > :nth-child(4) {
89
+ animation-delay: 0.3s;
90
+ }
91
+ @keyframes nc-loop-squares-anim {
92
+ 0%,
93
+ 100%,
94
+ 80% {
95
+ opacity: 1;
96
+ transform: scale(1);
97
+ }
98
+ 50% {
99
+ opacity: 0;
100
+ transform: scale(0);
101
+ }
102
+ }
103
+ </style>