@lukso/web-components 1.6.2 → 1.7.3

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 (328) hide show
  1. package/dist/color-palette.cjs +1363 -0
  2. package/dist/{shared/utils/color-palette.d.ts → color-palette.d.ts} +1 -2
  3. package/dist/color-palette.d.ts.map +1 -0
  4. package/dist/color-palette.js +1356 -0
  5. package/dist/components/index.cjs +74 -0
  6. package/dist/components/index.d.ts +2 -1
  7. package/dist/components/index.d.ts.map +1 -1
  8. package/dist/components/index.js +17 -7354
  9. package/dist/components/lukso-button/index.cjs +144 -0
  10. package/dist/components/lukso-button/index.js +95 -1190
  11. package/dist/components/lukso-card/index.cjs +143 -0
  12. package/dist/components/lukso-card/index.js +61 -1487
  13. package/dist/components/lukso-icon/index.cjs +4366 -0
  14. package/dist/components/lukso-icon/index.js +1713 -2410
  15. package/dist/components/lukso-input/index.cjs +219 -0
  16. package/dist/components/lukso-input/index.d.ts +1 -2
  17. package/dist/components/lukso-input/index.d.ts.map +1 -1
  18. package/dist/components/lukso-input/index.js +128 -1229
  19. package/dist/components/lukso-modal/index.cjs +70 -0
  20. package/dist/components/lukso-modal/index.d.ts +18 -0
  21. package/dist/components/lukso-modal/index.d.ts.map +1 -0
  22. package/dist/components/lukso-modal/index.js +68 -0
  23. package/dist/components/lukso-navbar/index.cjs +74 -0
  24. package/dist/components/lukso-navbar/index.js +44 -1155
  25. package/dist/components/lukso-profile/index.cjs +547 -0
  26. package/dist/components/lukso-profile/index.js +483 -1370
  27. package/dist/components/lukso-sanitize/index.cjs +1730 -0
  28. package/dist/components/lukso-sanitize/index.js +1643 -1544
  29. package/dist/components/lukso-tag/index.cjs +78 -0
  30. package/dist/components/lukso-tag/index.js +52 -1189
  31. package/dist/components/lukso-test/index.cjs +120 -0
  32. package/dist/components/lukso-test/index.js +65 -1767
  33. package/dist/components/lukso-username/index.cjs +126 -0
  34. package/dist/components/lukso-username/index.js +75 -1206
  35. package/dist/components/lukso-wizard/index.cjs +93 -0
  36. package/dist/components/lukso-wizard/index.js +48 -1254
  37. package/dist/directive-9ec64c08.js +28 -0
  38. package/dist/directive-db00f5fb.cjs +34 -0
  39. package/dist/index-4aafbf5c.cjs +67 -0
  40. package/dist/index-714323c9.js +18 -0
  41. package/dist/index-7dc05ee5.cjs +20 -0
  42. package/dist/index-e1077e02.js +59 -0
  43. package/dist/index.cjs +74 -0
  44. package/dist/index.js +17 -7354
  45. package/dist/shared/tailwind-element/index.cjs +10 -0
  46. package/dist/shared/tailwind-element/index.js +1 -1064
  47. package/dist/state-7fde94d1.js +9 -0
  48. package/dist/state-a62a7d5d.cjs +11 -0
  49. package/dist/style-map-3f88f525.js +10 -0
  50. package/dist/style-map-e193a4d9.cjs +12 -0
  51. package/dist/styles/main.css.map +1 -1
  52. package/package.json +85 -147
  53. package/tools/assets/fonts/index.cjs +10 -0
  54. package/tools/assets/fonts/index.d.ts +2 -0
  55. package/tools/assets/fonts/index.d.ts.map +1 -0
  56. package/tools/assets/fonts/index.js +6 -0
  57. package/tools/assets/images/index.cjs +10 -0
  58. package/tools/assets/images/index.d.ts +2 -0
  59. package/tools/assets/images/index.d.ts.map +1 -0
  60. package/tools/assets/images/index.js +6 -0
  61. package/tools/assets/index.cjs +15 -0
  62. package/tools/assets/index.d.ts +4 -0
  63. package/tools/assets/index.d.ts.map +1 -0
  64. package/tools/assets/index.js +9 -0
  65. package/tools/color-palette-a34f5d09.js +1356 -0
  66. package/tools/color-palette-bf5780ed.cjs +1362 -0
  67. package/tools/color-palette.cjs +11 -146
  68. package/tools/color-palette.d.ts +39 -52
  69. package/tools/color-palette.d.ts.map +1 -1
  70. package/tools/color-palette.js +1 -0
  71. package/tools/copy-assets.cjs +50 -136
  72. package/tools/copy-assets.d.ts +7 -9
  73. package/tools/copy-assets.d.ts.map +1 -1
  74. package/tools/copy-assets.js +49 -0
  75. package/tools/index.cjs +35 -0
  76. package/tools/index.d.ts +6 -0
  77. package/tools/index.d.ts.map +1 -0
  78. package/tools/index.js +22 -0
  79. package/tools/sass/index.cjs +7 -0
  80. package/tools/sass/index.js +1 -0
  81. package/tools/styles/index.cjs +5 -0
  82. package/tools/styles/index.js +3 -0
  83. package/tools/styles/main.css +287 -0
  84. package/CHANGELOG.md +0 -278
  85. package/dist/assets/fonts/index.js +0 -4
  86. package/dist/assets/fonts/index.ts +0 -1
  87. package/dist/assets/fonts/index.umd.cjs +0 -1
  88. package/dist/assets/images/index.js +0 -4
  89. package/dist/assets/images/index.ts +0 -1
  90. package/dist/assets/images/index.umd.cjs +0 -1
  91. package/dist/assets/index.js +0 -4
  92. package/dist/assets/index.ts +0 -1
  93. package/dist/assets/index.umd.cjs +0 -1
  94. package/dist/color-palette/index.js +0 -705
  95. package/dist/color-palette/index.umd.cjs +0 -1
  96. package/dist/components/index.umd.cjs +0 -3756
  97. package/dist/components/lukso-button/index.umd.cjs +0 -88
  98. package/dist/components/lukso-card/index.umd.cjs +0 -145
  99. package/dist/components/lukso-icon/index.umd.cjs +0 -3465
  100. package/dist/components/lukso-input/index.umd.cjs +0 -109
  101. package/dist/components/lukso-navbar/index.umd.cjs +0 -73
  102. package/dist/components/lukso-profile/index.umd.cjs +0 -90
  103. package/dist/components/lukso-sanitize/index.umd.cjs +0 -61
  104. package/dist/components/lukso-tag/index.umd.cjs +0 -67
  105. package/dist/components/lukso-test/index.umd.cjs +0 -95
  106. package/dist/components/lukso-username/index.umd.cjs +0 -75
  107. package/dist/components/lukso-wizard/index.umd.cjs +0 -89
  108. package/dist/index.umd.cjs +0 -3756
  109. package/dist/sass/index.js +0 -4
  110. package/dist/sass/index.ts +0 -1
  111. package/dist/sass/index.umd.cjs +0 -1
  112. package/dist/shared/assets/index.d.ts +0 -3
  113. package/dist/shared/assets/index.d.ts.map +0 -1
  114. package/dist/shared/directives/custom-class-map/index.d.ts +0 -26
  115. package/dist/shared/directives/custom-class-map/index.d.ts.map +0 -1
  116. package/dist/shared/directives/index.d.ts +0 -2
  117. package/dist/shared/directives/index.d.ts.map +0 -1
  118. package/dist/shared/styles/index.d.ts +0 -3
  119. package/dist/shared/styles/index.d.ts.map +0 -1
  120. package/dist/shared/tailwind-element/index.umd.cjs +0 -39
  121. package/dist/shared/tailwind-element.js +0 -1064
  122. package/dist/shared/tailwind-element.umd.cjs +0 -39
  123. package/dist/shared/utils/color-palette.d.ts.map +0 -1
  124. package/dist/styles/index.js +0 -4
  125. package/dist/styles/index.umd.cjs +0 -1
  126. package/src/components/index.ts +0 -13
  127. package/src/components/lukso-button/index.ts +0 -145
  128. package/src/components/lukso-button/lukso-button.stories.ts +0 -216
  129. package/src/components/lukso-card/index.ts +0 -131
  130. package/src/components/lukso-card/lukso-card.stories.ts +0 -191
  131. package/src/components/lukso-card/style.scss +0 -3
  132. package/src/components/lukso-icon/icons/add-photo.ts +0 -46
  133. package/src/components/lukso-icon/icons/arrow-down-lg.ts +0 -26
  134. package/src/components/lukso-icon/icons/arrow-down-sm.ts +0 -26
  135. package/src/components/lukso-icon/icons/arrow-left-lg.ts +0 -26
  136. package/src/components/lukso-icon/icons/arrow-left-sm.ts +0 -26
  137. package/src/components/lukso-icon/icons/arrow-right-lg.ts +0 -26
  138. package/src/components/lukso-icon/icons/arrow-right-sm.ts +0 -26
  139. package/src/components/lukso-icon/icons/arrow-up-lg.ts +0 -26
  140. package/src/components/lukso-icon/icons/arrow-up-sm.ts +0 -26
  141. package/src/components/lukso-icon/icons/barbell-outline.ts +0 -54
  142. package/src/components/lukso-icon/icons/bulb-outline.ts +0 -54
  143. package/src/components/lukso-icon/icons/camera.ts +0 -40
  144. package/src/components/lukso-icon/icons/clipboard.ts +0 -59
  145. package/src/components/lukso-icon/icons/clock.ts +0 -31
  146. package/src/components/lukso-icon/icons/close-lg.ts +0 -33
  147. package/src/components/lukso-icon/icons/close-sm.ts +0 -33
  148. package/src/components/lukso-icon/icons/cloud.ts +0 -25
  149. package/src/components/lukso-icon/icons/compass-outline.ts +0 -29
  150. package/src/components/lukso-icon/icons/complete-filled-fade-in.ts +0 -34
  151. package/src/components/lukso-icon/icons/complete-filled.ts +0 -32
  152. package/src/components/lukso-icon/icons/complete-outline.ts +0 -31
  153. package/src/components/lukso-icon/icons/connect.ts +0 -33
  154. package/src/components/lukso-icon/icons/connections.ts +0 -34
  155. package/src/components/lukso-icon/icons/contract-lock.ts +0 -43
  156. package/src/components/lukso-icon/icons/controller.ts +0 -55
  157. package/src/components/lukso-icon/icons/copy.ts +0 -31
  158. package/src/components/lukso-icon/icons/cross-outline.ts +0 -38
  159. package/src/components/lukso-icon/icons/dots.ts +0 -22
  160. package/src/components/lukso-icon/icons/edit.ts +0 -30
  161. package/src/components/lukso-icon/icons/error.ts +0 -31
  162. package/src/components/lukso-icon/icons/eth-logo.ts +0 -50
  163. package/src/components/lukso-icon/icons/expand.ts +0 -31
  164. package/src/components/lukso-icon/icons/extension.ts +0 -31
  165. package/src/components/lukso-icon/icons/eye-hide.ts +0 -47
  166. package/src/components/lukso-icon/icons/eye-show.ts +0 -37
  167. package/src/components/lukso-icon/icons/filter.ts +0 -43
  168. package/src/components/lukso-icon/icons/fish-outline.ts +0 -36
  169. package/src/components/lukso-icon/icons/flip.ts +0 -45
  170. package/src/components/lukso-icon/icons/globe.ts +0 -61
  171. package/src/components/lukso-icon/icons/google-color.ts +0 -35
  172. package/src/components/lukso-icon/icons/hamburger.ts +0 -40
  173. package/src/components/lukso-icon/icons/infinite.ts +0 -33
  174. package/src/components/lukso-icon/icons/information.ts +0 -38
  175. package/src/components/lukso-icon/icons/key-outline.ts +0 -25
  176. package/src/components/lukso-icon/icons/link.ts +0 -33
  177. package/src/components/lukso-icon/icons/link1.ts +0 -39
  178. package/src/components/lukso-icon/icons/link2.ts +0 -46
  179. package/src/components/lukso-icon/icons/link3.ts +0 -32
  180. package/src/components/lukso-icon/icons/link4.ts +0 -52
  181. package/src/components/lukso-icon/icons/loading.ts +0 -50
  182. package/src/components/lukso-icon/icons/location.ts +0 -33
  183. package/src/components/lukso-icon/icons/locked.ts +0 -44
  184. package/src/components/lukso-icon/icons/login-2.ts +0 -55
  185. package/src/components/lukso-icon/icons/login-3.ts +0 -53
  186. package/src/components/lukso-icon/icons/login.ts +0 -39
  187. package/src/components/lukso-icon/icons/logo-chrome.ts +0 -35
  188. package/src/components/lukso-icon/icons/lyx-logo.ts +0 -41
  189. package/src/components/lukso-icon/icons/mail.ts +0 -33
  190. package/src/components/lukso-icon/icons/menu-1.ts +0 -71
  191. package/src/components/lukso-icon/icons/menu-2.ts +0 -61
  192. package/src/components/lukso-icon/icons/migrate.ts +0 -47
  193. package/src/components/lukso-icon/icons/minimize.ts +0 -53
  194. package/src/components/lukso-icon/icons/network.ts +0 -49
  195. package/src/components/lukso-icon/icons/notifications.ts +0 -33
  196. package/src/components/lukso-icon/icons/phone-portrait-outline.ts +0 -33
  197. package/src/components/lukso-icon/icons/pin.ts +0 -25
  198. package/src/components/lukso-icon/icons/play-filled.ts +0 -23
  199. package/src/components/lukso-icon/icons/play-outline.ts +0 -24
  200. package/src/components/lukso-icon/icons/plus.ts +0 -33
  201. package/src/components/lukso-icon/icons/profile-add.ts +0 -43
  202. package/src/components/lukso-icon/icons/profile-export.ts +0 -42
  203. package/src/components/lukso-icon/icons/profile-import.ts +0 -42
  204. package/src/components/lukso-icon/icons/profile-recovery-2.ts +0 -62
  205. package/src/components/lukso-icon/icons/profile-recovery.ts +0 -55
  206. package/src/components/lukso-icon/icons/profile-restore.ts +0 -50
  207. package/src/components/lukso-icon/icons/profile.ts +0 -29
  208. package/src/components/lukso-icon/icons/progress-complete.ts +0 -289
  209. package/src/components/lukso-icon/icons/progress-indicator.ts +0 -236
  210. package/src/components/lukso-icon/icons/pulse-dot.ts +0 -22
  211. package/src/components/lukso-icon/icons/qr-code.ts +0 -122
  212. package/src/components/lukso-icon/icons/relayer.ts +0 -40
  213. package/src/components/lukso-icon/icons/reload.ts +0 -32
  214. package/src/components/lukso-icon/icons/return-down.ts +0 -33
  215. package/src/components/lukso-icon/icons/return-left.ts +0 -33
  216. package/src/components/lukso-icon/icons/return-right.ts +0 -33
  217. package/src/components/lukso-icon/icons/return-up.ts +0 -33
  218. package/src/components/lukso-icon/icons/search.ts +0 -28
  219. package/src/components/lukso-icon/icons/settings.ts +0 -33
  220. package/src/components/lukso-icon/icons/smart-contract-doc.ts +0 -40
  221. package/src/components/lukso-icon/icons/smart-contract.ts +0 -31
  222. package/src/components/lukso-icon/icons/star-filled.ts +0 -23
  223. package/src/components/lukso-icon/icons/star-outline.ts +0 -24
  224. package/src/components/lukso-icon/icons/step-dot.ts +0 -34
  225. package/src/components/lukso-icon/icons/step-progress.ts +0 -31
  226. package/src/components/lukso-icon/icons/steps.ts +0 -40
  227. package/src/components/lukso-icon/icons/tick.ts +0 -26
  228. package/src/components/lukso-icon/icons/timer-outline.ts +0 -47
  229. package/src/components/lukso-icon/icons/transaction-receive.ts +0 -39
  230. package/src/components/lukso-icon/icons/transaction-send.ts +0 -39
  231. package/src/components/lukso-icon/icons/transfer.ts +0 -47
  232. package/src/components/lukso-icon/icons/trash.ts +0 -40
  233. package/src/components/lukso-icon/icons/turn-down.ts +0 -33
  234. package/src/components/lukso-icon/icons/turn-left.ts +0 -33
  235. package/src/components/lukso-icon/icons/turn-right.ts +0 -33
  236. package/src/components/lukso-icon/icons/turn-up.ts +0 -33
  237. package/src/components/lukso-icon/icons/unlocked.ts +0 -41
  238. package/src/components/lukso-icon/icons/wallet-outline.ts +0 -35
  239. package/src/components/lukso-icon/icons/warning-round.ts +0 -32
  240. package/src/components/lukso-icon/icons/warning-triangle.ts +0 -32
  241. package/src/components/lukso-icon/index.ts +0 -310
  242. package/src/components/lukso-icon/lukso-icon.stories.ts +0 -116
  243. package/src/components/lukso-icon/style.scss +0 -3
  244. package/src/components/lukso-input/index.ts +0 -211
  245. package/src/components/lukso-input/lukso-input.stories.ts +0 -184
  246. package/src/components/lukso-navbar/index.ts +0 -63
  247. package/src/components/lukso-navbar/lukso-navbar.stories.ts +0 -70
  248. package/src/components/lukso-profile/index.ts +0 -106
  249. package/src/components/lukso-profile/lukso-profile.stories.ts +0 -104
  250. package/src/components/lukso-sanitize/index.ts +0 -28
  251. package/src/components/lukso-sanitize/lukso-sanitize.stories.ts +0 -30
  252. package/src/components/lukso-tag/index.ts +0 -68
  253. package/src/components/lukso-tag/lukso-tag.stories.ts +0 -129
  254. package/src/components/lukso-test/index.ts +0 -72
  255. package/src/components/lukso-test/test.component.scss +0 -7
  256. package/src/components/lukso-test/test.stories.ts +0 -31
  257. package/src/components/lukso-username/index.ts +0 -105
  258. package/src/components/lukso-username/lukso-username.stories.ts +0 -98
  259. package/src/components/lukso-wizard/index.ts +0 -74
  260. package/src/components/lukso-wizard/lukso-wizard.stories.ts +0 -52
  261. package/src/docs/animations.stories.mdx +0 -83
  262. package/src/docs/colors.stories.mdx +0 -77
  263. package/src/docs/drop-shadows.stories.mdx +0 -108
  264. package/src/docs/icons.stories.mdx +0 -1590
  265. package/src/docs/typography.stories.mdx +0 -253
  266. package/src/index.ts +0 -1
  267. package/src/postcss.config.ts +0 -8
  268. package/src/shared/assets/fonts/Apax-Bold.woff2 +0 -0
  269. package/src/shared/assets/fonts/Apax-Light.woff2 +0 -0
  270. package/src/shared/assets/fonts/Apax-Medium.woff2 +0 -0
  271. package/src/shared/assets/fonts/Apax-Regular.woff2 +0 -0
  272. package/src/shared/assets/fonts/Inter-Bold.woff2 +0 -0
  273. package/src/shared/assets/fonts/Inter-ExtraBold.woff2 +0 -0
  274. package/src/shared/assets/fonts/Inter-Medium.woff2 +0 -0
  275. package/src/shared/assets/fonts/Inter-Regular.woff2 +0 -0
  276. package/src/shared/assets/fonts/Inter-SemiBold.woff2 +0 -0
  277. package/src/shared/assets/fonts/Inter-Thin.woff2 +0 -0
  278. package/src/shared/assets/fonts/PT-Mono-Bold.woff2 +0 -0
  279. package/src/shared/assets/fonts/PT-Mono-Regular.woff2 +0 -0
  280. package/src/shared/assets/fonts/index.ts +0 -1
  281. package/src/shared/assets/images/index.ts +0 -1
  282. package/src/shared/assets/images/lukso-logo.svg +0 -3
  283. package/src/shared/assets/images/profile-default.png +0 -0
  284. package/src/shared/assets/index.ts +0 -1
  285. package/src/shared/directives/custom-class-map/index.ts +0 -49
  286. package/src/shared/directives/index.ts +0 -1
  287. package/src/shared/globals.d.ts +0 -5
  288. package/src/shared/styles/colors.scss +0 -91
  289. package/src/shared/styles/component.scss +0 -13
  290. package/src/shared/styles/fonts.scss +0 -97
  291. package/src/shared/styles/index.ts +0 -1
  292. package/src/shared/styles/main.scss +0 -13
  293. package/src/shared/styles/typography.scss +0 -142
  294. package/src/shared/styles/variables.scss +0 -5
  295. package/src/shared/tailwind-element/index.ts +0 -16
  296. package/src/shared/utils/__tests__/slice-address.spec.ts +0 -15
  297. package/src/shared/utils/color-palette.ts +0 -76
  298. package/src/shared/utils/copy-assets.ts +0 -80
  299. package/src/shared/utils/hsl-color-map.ts +0 -20
  300. package/src/shared/utils/slice-address.ts +0 -30
  301. /package/{dist → tools}/assets/fonts/Apax-Bold.woff2 +0 -0
  302. /package/{dist → tools}/assets/fonts/Apax-Light.woff2 +0 -0
  303. /package/{dist → tools}/assets/fonts/Apax-Medium.woff2 +0 -0
  304. /package/{dist → tools}/assets/fonts/Apax-Regular.woff2 +0 -0
  305. /package/{dist → tools}/assets/fonts/Inter-Bold.woff2 +0 -0
  306. /package/{dist → tools}/assets/fonts/Inter-ExtraBold.woff2 +0 -0
  307. /package/{dist → tools}/assets/fonts/Inter-Medium.woff2 +0 -0
  308. /package/{dist → tools}/assets/fonts/Inter-Regular.woff2 +0 -0
  309. /package/{dist → tools}/assets/fonts/Inter-SemiBold.woff2 +0 -0
  310. /package/{dist → tools}/assets/fonts/Inter-Thin.woff2 +0 -0
  311. /package/{dist → tools}/assets/fonts/PT-Mono-Bold.woff2 +0 -0
  312. /package/{dist → tools}/assets/fonts/PT-Mono-Regular.woff2 +0 -0
  313. /package/{dist → tools}/assets/images/lukso-logo.svg +0 -0
  314. /package/{dist → tools}/assets/images/profile-default.png +0 -0
  315. /package/{dist/shared/utils → tools}/hsl-color-map.d.ts +0 -0
  316. /package/{dist/shared/utils → tools}/hsl-color-map.d.ts.map +0 -0
  317. /package/{dist → tools}/sass/colors.scss +0 -0
  318. /package/{dist → tools}/sass/component.scss +0 -0
  319. /package/{dist → tools}/sass/fonts.scss +0 -0
  320. /package/{dist/shared/assets/fonts → tools/sass}/index.d.ts +0 -0
  321. /package/{dist/shared/assets/fonts → tools/sass}/index.d.ts.map +0 -0
  322. /package/{dist → tools}/sass/main.scss +0 -0
  323. /package/{dist → tools}/sass/typography.scss +0 -0
  324. /package/{dist → tools}/sass/variables.scss +0 -0
  325. /package/{dist/shared/utils → tools}/slice-address.d.ts +0 -0
  326. /package/{dist/shared/utils → tools}/slice-address.d.ts.map +0 -0
  327. /package/{dist/shared/assets/images → tools/styles}/index.d.ts +0 -0
  328. /package/{dist/shared/assets/images → tools/styles}/index.d.ts.map +0 -0
@@ -1,61 +0,0 @@
1
- import { html } from 'lit'
2
- import { styleMap } from 'lit/directives/style-map.js'
3
-
4
- import { IconOptions } from '@/components/lukso-icon/index.js'
5
-
6
- export const menu2 = (options: IconOptions) => {
7
- return html`<svg
8
- width="24"
9
- height="24"
10
- viewBox="0 0 24 24"
11
- fill="none"
12
- xmlns="http://www.w3.org/2000/svg"
13
- style=${styleMap({
14
- width: `${options.width}px`,
15
- height: `${options.height}px`,
16
- })}
17
- >
18
- <path
19
- d="M19 7H9"
20
- stroke="var(--${options.color})"
21
- stroke-width="${options.strokeWidth}"
22
- stroke-linecap="round"
23
- stroke-linejoin="round"
24
- />
25
- <path
26
- d="M19 12H9"
27
- stroke="var(--${options.color})"
28
- stroke-width="${options.strokeWidth}"
29
- stroke-linecap="round"
30
- stroke-linejoin="round"
31
- />
32
- <path
33
- d="M19 17H9"
34
- stroke="var(--${options.color})"
35
- stroke-width="${options.strokeWidth}"
36
- stroke-linecap="round"
37
- stroke-linejoin="round"
38
- />
39
- <path
40
- d="M6 7H5"
41
- stroke="var(--${options.color})"
42
- stroke-width="${options.strokeWidth}"
43
- stroke-linecap="round"
44
- stroke-linejoin="round"
45
- />
46
- <path
47
- d="M6 12H5"
48
- stroke="var(--${options.color})"
49
- stroke-width="${options.strokeWidth}"
50
- stroke-linecap="round"
51
- stroke-linejoin="round"
52
- />
53
- <path
54
- d="M6 17H5"
55
- stroke="var(--${options.color})"
56
- stroke-width="${options.strokeWidth}"
57
- stroke-linecap="round"
58
- stroke-linejoin="round"
59
- />
60
- </svg> `
61
- }
@@ -1,47 +0,0 @@
1
- import { html } from 'lit'
2
- import { styleMap } from 'lit/directives/style-map.js'
3
-
4
- import { IconOptions } from '@/components/lukso-icon/index.js'
5
-
6
- export const migrate = (options: IconOptions) => {
7
- return html`<svg
8
- width="24"
9
- height="24"
10
- viewBox="0 0 24 24"
11
- fill="none"
12
- xmlns="http://www.w3.org/2000/svg"
13
- style=${styleMap({
14
- width: `${options.width}px`,
15
- height: `${options.height}px`,
16
- })}
17
- >
18
- <path
19
- d="M8.96436 5.42896H13.207V9.6716"
20
- stroke="var(--${options.color})"
21
- stroke-width="${options.strokeWidth}"
22
- stroke-linecap="round"
23
- stroke-linejoin="round"
24
- />
25
- <path
26
- d="M15.3284 11.793H19.571V16.0356"
27
- stroke="var(--${options.color})"
28
- stroke-width="${options.strokeWidth}"
29
- stroke-linecap="round"
30
- stroke-linejoin="round"
31
- />
32
- <path
33
- d="M12.5 6.13609L5.42896 13.2072"
34
- stroke="var(--${options.color})"
35
- stroke-width="${options.strokeWidth}"
36
- stroke-linecap="round"
37
- stroke-linejoin="round"
38
- />
39
- <path
40
- d="M18.864 12.5L11.793 19.571"
41
- stroke="var(--${options.color})"
42
- stroke-width="${options.strokeWidth}"
43
- stroke-linecap="round"
44
- stroke-linejoin="round"
45
- />
46
- </svg> `
47
- }
@@ -1,53 +0,0 @@
1
- import { html } from 'lit'
2
- import { styleMap } from 'lit/directives/style-map.js'
3
-
4
- import { IconOptions } from '@/components/lukso-icon/index.js'
5
-
6
- export const minimize = (options: IconOptions) => {
7
- return html`<svg
8
- width="24"
9
- height="24"
10
- viewBox="0 0 24 24"
11
- fill="none"
12
- xmlns="http://www.w3.org/2000/svg"
13
- style=${styleMap({
14
- width: `${options.width}px`,
15
- height: `${options.height}px`,
16
- })}
17
- >
18
- <path
19
- d="M4 12V7C4 5.34315 5.34315 4 7 4H12M20 12V17C20 18.6569 18.6569 20 17 20H12"
20
- stroke="var(--${options.color})"
21
- stroke-width="${options.strokeWidth}"
22
- stroke-linecap="round"
23
- />
24
- <path
25
- d="M14.0001 6C14.0001 7.82245 14 10 14 10L18 10"
26
- stroke="var(--${options.color})"
27
- stroke-width="${options.strokeWidth}"
28
- stroke-linecap="round"
29
- stroke-linejoin="round"
30
- />
31
- <path
32
- d="M20 4L14 10"
33
- stroke="var(--${options.color})"
34
- stroke-width="${options.strokeWidth}"
35
- stroke-linecap="round"
36
- stroke-linejoin="round"
37
- />
38
- <path
39
- d="M9.99993 18C9.99993 16.1776 10 14 10 14L6 14"
40
- stroke="var(--${options.color})"
41
- stroke-width="${options.strokeWidth}"
42
- stroke-linecap="round"
43
- stroke-linejoin="round"
44
- />
45
- <path
46
- d="M4 20L10 14"
47
- stroke="var(--${options.color})"
48
- stroke-width="${options.strokeWidth}"
49
- stroke-linecap="round"
50
- stroke-linejoin="round"
51
- />
52
- </svg> `
53
- }
@@ -1,49 +0,0 @@
1
- import { html } from 'lit'
2
- import { styleMap } from 'lit/directives/style-map.js'
3
-
4
- import { IconOptions } from '@/components/lukso-icon/index.js'
5
-
6
- export const network = (options: IconOptions) => {
7
- return html`<svg
8
- width="24"
9
- height="24"
10
- viewBox="0 0 24 24"
11
- fill="none"
12
- xmlns="http://www.w3.org/2000/svg"
13
- style=${styleMap({
14
- width: `${options.width}px`,
15
- height: `${options.height}px`,
16
- })}
17
- >
18
- <path
19
- d="M5.75 20.125C4.09315 20.125 2.75 18.7819 2.75 17.125C2.75 15.4681 4.09315 14.125 5.75 14.125C7.40685 14.125 8.75 15.4681 8.75 17.125C8.75 18.7819 7.40685 20.125 5.75 20.125Z"
20
- stroke="var(--${options.color})"
21
- stroke-width="${options.strokeWidth}"
22
- />
23
- <path
24
- d="M18.25 20.125C16.5931 20.125 15.25 18.7819 15.25 17.125C15.25 15.4681 16.5931 14.125 18.25 14.125C19.9069 14.125 21.25 15.4681 21.25 17.125C21.25 18.7819 19.9069 20.125 18.25 20.125Z"
25
- stroke="var(--${options.color})"
26
- stroke-width="${options.strokeWidth}"
27
- />
28
- <path
29
- d="M12 8.875C10.3431 8.875 9 7.53185 9 5.875C9 4.21815 10.3431 2.875 12 2.875C13.6569 2.875 15 4.21815 15 5.875C15 7.53185 13.6569 8.875 12 8.875Z"
30
- stroke="var(--${options.color})"
31
- stroke-width="${options.strokeWidth}"
32
- />
33
- <path
34
- d="M10.125 8.375L6.375 14.8702"
35
- stroke="var(--${options.color})"
36
- stroke-width="${options.strokeWidth}"
37
- />
38
- <path
39
- d="M15.75 17.75L8.25 17.75"
40
- stroke="var(--${options.color})"
41
- stroke-width="${options.strokeWidth}"
42
- />
43
- <path
44
- d="M17 14.625L13.25 8.12981"
45
- stroke="var(--${options.color})"
46
- stroke-width="${options.strokeWidth}"
47
- />
48
- </svg> `
49
- }
@@ -1,33 +0,0 @@
1
- import { html } from 'lit'
2
- import { styleMap } from 'lit/directives/style-map.js'
3
-
4
- import { IconOptions } from '@/components/lukso-icon/index.js'
5
-
6
- export const notifications = (options: IconOptions) => {
7
- return html`<svg
8
- width="24"
9
- height="24"
10
- viewBox="0 0 24 24"
11
- fill="none"
12
- xmlns="http://www.w3.org/2000/svg"
13
- style=${styleMap({
14
- width: `${options.width}px`,
15
- height: `${options.height}px`,
16
- })}
17
- >
18
- <path
19
- d="M20.0475 16.4733C18.8437 15 17.9939 14.25 17.9939 10.1883C17.9939 6.46875 16.0945 5.14359 14.5312 4.5C14.3236 4.41469 14.1281 4.21875 14.0648 4.00547C13.7906 3.07219 13.0219 2.25 12 2.25C10.9781 2.25 10.2089 3.07266 9.93749 4.00641C9.87421 4.22203 9.67874 4.41469 9.47108 4.5C7.90593 5.14453 6.00842 6.465 6.00842 10.1883C6.00608 14.25 5.15624 15 3.95249 16.4733C3.45374 17.0836 3.89061 18 4.76296 18H19.2417C20.1094 18 20.5434 17.0808 20.0475 16.4733Z"
20
- stroke="var(--${options.color})"
21
- stroke-width="${options.strokeWidth}"
22
- stroke-linecap="round"
23
- stroke-linejoin="round"
24
- />
25
- <path
26
- d="M15 18V18.75C15 19.5456 14.6839 20.3087 14.1213 20.8713C13.5587 21.4339 12.7956 21.75 12 21.75C11.2044 21.75 10.4413 21.4339 9.87868 20.8713C9.31607 20.3087 9 19.5456 9 18.75V18"
27
- stroke="var(--${options.color})"
28
- stroke-width="${options.strokeWidth}"
29
- stroke-linecap="round"
30
- stroke-linejoin="round"
31
- />
32
- </svg> `
33
- }
@@ -1,33 +0,0 @@
1
- import { html } from 'lit'
2
- import { styleMap } from 'lit/directives/style-map.js'
3
-
4
- import { IconOptions } from '@/components/lukso-icon/index.js'
5
-
6
- export const phonePortraitOutline = (options: IconOptions) => {
7
- return html`<svg
8
- width="24"
9
- height="24"
10
- viewBox="0 0 24 24"
11
- fill="none"
12
- xmlns="http://www.w3.org/2000/svg"
13
- style=${styleMap({
14
- width: `${options.width}px`,
15
- height: `${options.height}px`,
16
- })}
17
- >
18
- <path
19
- d="M15.75 0.75H8.25C7.00736 0.75 6 1.75736 6 3V21C6 22.2426 7.00736 23.25 8.25 23.25H15.75C16.9926 23.25 18 22.2426 18 21V3C18 1.75736 16.9926 0.75 15.75 0.75Z"
20
- stroke="var(--${options.color})"
21
- stroke-width="${options.strokeWidth}"
22
- stroke-linecap="round"
23
- stroke-linejoin="round"
24
- />
25
- <path
26
- d="M8.25 0.75H9.375C9.47446 0.75 9.56984 0.789509 9.64017 0.859835C9.71049 0.930161 9.75 1.02554 9.75 1.125C9.75 1.32391 9.82902 1.51468 9.96967 1.65533C10.1103 1.79598 10.3011 1.875 10.5 1.875H13.5C13.6989 1.875 13.8897 1.79598 14.0303 1.65533C14.171 1.51468 14.25 1.32391 14.25 1.125C14.25 1.02554 14.2895 0.930161 14.3598 0.859835C14.4302 0.789509 14.5255 0.75 14.625 0.75H15.75"
27
- stroke="var(--${options.color})"
28
- stroke-width="${options.strokeWidth}"
29
- stroke-linecap="round"
30
- stroke-linejoin="round"
31
- />
32
- </svg> `
33
- }
@@ -1,25 +0,0 @@
1
- import { html } from 'lit'
2
- import { styleMap } from 'lit/directives/style-map.js'
3
-
4
- import { IconOptions } from '@/components/lukso-icon/index.js'
5
-
6
- export const pin = (options: IconOptions) => {
7
- return html`<svg
8
- width="24"
9
- height="24"
10
- viewBox="0 0 24 24"
11
- fill="none"
12
- xmlns="http://www.w3.org/2000/svg"
13
- style=${styleMap({
14
- width: `${options.width}px`,
15
- height: `${options.height}px`,
16
- })}
17
- >
18
- <path
19
- fill-rule="evenodd"
20
- clip-rule="evenodd"
21
- d="M7.99995 4.61538C7.99995 4.27552 8.27547 4 8.61533 4H8.99995H15H15.3846C15.7244 4 16 4.27552 16 4.61538C16 4.95525 15.7244 5.23076 15.3846 5.23076H15V12L17.1464 14.1464C17.4614 14.4614 17.2383 15 16.7928 15H12.6665V19.3333C12.6665 19.7015 12.3681 20 11.9999 20C11.6317 20 11.3332 19.7015 11.3332 19.3333V15H7.20706C6.7616 15 6.53852 14.4614 6.8535 14.1464L8.99995 12V5.23076H8.61533C8.27547 5.23076 7.99995 4.95525 7.99995 4.61538Z"
22
- fill="var(--${options.color})"
23
- />
24
- </svg> `
25
- }
@@ -1,23 +0,0 @@
1
- import { html } from 'lit'
2
- import { styleMap } from 'lit/directives/style-map.js'
3
-
4
- import { IconOptions } from '@/components/lukso-icon/index.js'
5
-
6
- export const playFilled = (options: IconOptions) => {
7
- return html`<svg
8
- width="24"
9
- height="24"
10
- viewBox="0 0 24 24"
11
- fill="none"
12
- xmlns="http://www.w3.org/2000/svg"
13
- style=${styleMap({
14
- width: `${options.width}px`,
15
- height: `${options.height}px`,
16
- })}
17
- >
18
- <path
19
- d="M7.11732 7.23208C7.11732 6.46228 7.95065 5.98115 8.61732 6.36605L16.1173 10.6962C16.784 11.0811 16.784 12.0433 16.1173 12.4282L8.61732 16.7584C7.95065 17.1433 7.11732 16.6621 7.11732 15.8923L7.11732 7.23208Z"
20
- fill="var(--${options.color})"
21
- />
22
- </svg> `
23
- }
@@ -1,24 +0,0 @@
1
- import { html } from 'lit'
2
- import { styleMap } from 'lit/directives/style-map.js'
3
-
4
- import { IconOptions } from '@/components/lukso-icon/index.js'
5
-
6
- export const playOutline = (options: IconOptions) => {
7
- return html`<svg
8
- width="24"
9
- height="24"
10
- viewBox="0 0 24 24"
11
- fill="none"
12
- xmlns="http://www.w3.org/2000/svg"
13
- style=${styleMap({
14
- width: `${options.width}px`,
15
- height: `${options.height}px`,
16
- })}
17
- >
18
- <path
19
- d="M8.24232 7.01557L15.7423 11.3457C15.909 11.4419 15.909 11.6825 15.7423 11.7787L8.24232 16.1088C8.07565 16.2051 7.86732 16.0848 7.86732 15.8923L7.86732 7.23208C7.86732 7.03963 8.07565 6.91934 8.24232 7.01557Z"
20
- stroke="var(--${options.color})"
21
- stroke-width="${options.strokeWidth}"
22
- />
23
- </svg> `
24
- }
@@ -1,33 +0,0 @@
1
- import { html } from 'lit'
2
- import { styleMap } from 'lit/directives/style-map.js'
3
-
4
- import { IconOptions } from '@/components/lukso-icon/index.js'
5
-
6
- export const plus = (options: IconOptions) => {
7
- return html`<svg
8
- width="24"
9
- height="24"
10
- viewBox="0 0 24 24"
11
- fill="none"
12
- xmlns="http://www.w3.org/2000/svg"
13
- style=${styleMap({
14
- width: `${options.width}px`,
15
- height: `${options.height}px`,
16
- })}
17
- >
18
- <path
19
- d="M11.9998 20V4"
20
- stroke="var(--${options.color})"
21
- stroke-width="${options.strokeWidth}"
22
- stroke-linecap="round"
23
- stroke-linejoin="round"
24
- />
25
- <path
26
- d="M3.99976 12H19.9998"
27
- stroke="var(--${options.color})"
28
- stroke-width="${options.strokeWidth}"
29
- stroke-linecap="round"
30
- stroke-linejoin="round"
31
- />
32
- </svg> `
33
- }
@@ -1,43 +0,0 @@
1
- import { html } from 'lit'
2
- import { styleMap } from 'lit/directives/style-map.js'
3
-
4
- import { IconOptions } from '@/components/lukso-icon/index.js'
5
-
6
- export const profileAdd = (options: IconOptions) => {
7
- return html`<svg
8
- width="24"
9
- height="24"
10
- viewBox="0 0 24 24"
11
- fill="none"
12
- xmlns="http://www.w3.org/2000/svg"
13
- style=${styleMap({
14
- width: `${options.width}px`,
15
- height: `${options.height}px`,
16
- })}
17
- >
18
- <path
19
- d="M4.125 8.25V13.5"
20
- stroke="var(--${options.color})"
21
- stroke-width="${options.strokeWidth}"
22
- stroke-linecap="round"
23
- stroke-linejoin="round"
24
- />
25
- <path
26
- d="M6.75 10.875H1.5"
27
- stroke="var(--${options.color})"
28
- stroke-width="${options.strokeWidth}"
29
- stroke-linecap="round"
30
- stroke-linejoin="round"
31
- />
32
- <path
33
- d="M18.25 6C18.25 8.34721 16.3472 10.25 14 10.25C11.6528 10.25 9.75 8.34721 9.75 6C9.75 3.65279 11.6528 1.75 14 1.75C16.3472 1.75 18.25 3.65279 18.25 6Z"
34
- stroke="var(--${options.color})"
35
- stroke-width="${options.strokeWidth}"
36
- />
37
- <path
38
- d="M4.75 18.6667C4.75 16.8725 6.09998 15.4016 8.10179 14.3324C10.0797 13.2759 12.4587 12.75 14 12.75C15.5413 12.75 17.9203 13.2759 19.8982 14.3324C21.9 15.4016 23.25 16.8725 23.25 18.6667V21.25H4.75V18.6667Z"
39
- stroke="var(--${options.color})"
40
- stroke-width="${options.strokeWidth}"
41
- />
42
- </svg> `
43
- }
@@ -1,42 +0,0 @@
1
- import { html } from 'lit'
2
- import { styleMap } from 'lit/directives/style-map.js'
3
-
4
- import { IconOptions } from '@/components/lukso-icon/index.js'
5
-
6
- export const profileExport = (options: IconOptions) => {
7
- return html`<svg
8
- width="24"
9
- height="24"
10
- viewBox="0 0 24 24"
11
- fill="none"
12
- xmlns="http://www.w3.org/2000/svg"
13
- style=${styleMap({
14
- width: `${options.width}px`,
15
- height: `${options.height}px`,
16
- })}
17
- >
18
- <path
19
- d="M4 13L4 7.75"
20
- stroke="var(--${options.color})"
21
- stroke-width="${options.strokeWidth}"
22
- stroke-linecap="round"
23
- stroke-linejoin="round"
24
- />
25
- <path
26
- d="M6 9L4 7L2 9"
27
- stroke="var(--${options.color})"
28
- stroke-width="${options.strokeWidth}"
29
- stroke-linecap="round"
30
- />
31
- <path
32
- d="M18.25 6C18.25 8.34721 16.3472 10.25 14 10.25C11.6528 10.25 9.75 8.34721 9.75 6C9.75 3.65279 11.6528 1.75 14 1.75C16.3472 1.75 18.25 3.65279 18.25 6Z"
33
- stroke="var(--${options.color})"
34
- stroke-width="${options.strokeWidth}"
35
- />
36
- <path
37
- d="M4.75 18.6667C4.75 16.8725 6.09998 15.4016 8.10179 14.3324C10.0797 13.2759 12.4587 12.75 14 12.75C15.5413 12.75 17.9203 13.2759 19.8982 14.3324C21.9 15.4016 23.25 16.8725 23.25 18.6667V21.25H4.75V18.6667Z"
38
- stroke="var(--${options.color})"
39
- stroke-width="${options.strokeWidth}"
40
- />
41
- </svg> `
42
- }
@@ -1,42 +0,0 @@
1
- import { html } from 'lit'
2
- import { styleMap } from 'lit/directives/style-map.js'
3
-
4
- import { IconOptions } from '@/components/lukso-icon/index.js'
5
-
6
- export const profileImport = (options: IconOptions) => {
7
- return html`<svg
8
- width="24"
9
- height="24"
10
- viewBox="0 0 24 24"
11
- fill="none"
12
- xmlns="http://www.w3.org/2000/svg"
13
- style=${styleMap({
14
- width: `${options.width}px`,
15
- height: `${options.height}px`,
16
- })}
17
- >
18
- <path
19
- d="M4 7V12.25"
20
- stroke="var(--${options.color})"
21
- stroke-width="${options.strokeWidth}"
22
- stroke-linecap="round"
23
- stroke-linejoin="round"
24
- />
25
- <path
26
- d="M2 11L4 13L6 11"
27
- stroke="var(--${options.color})"
28
- stroke-width="${options.strokeWidth}"
29
- stroke-linecap="round"
30
- />
31
- <path
32
- d="M18.25 6C18.25 8.34721 16.3472 10.25 14 10.25C11.6528 10.25 9.75 8.34721 9.75 6C9.75 3.65279 11.6528 1.75 14 1.75C16.3472 1.75 18.25 3.65279 18.25 6Z"
33
- stroke="var(--${options.color})"
34
- stroke-width="${options.strokeWidth}"
35
- />
36
- <path
37
- d="M4.75 18.6667C4.75 16.8725 6.09998 15.4016 8.10179 14.3324C10.0797 13.2759 12.4587 12.75 14 12.75C15.5413 12.75 17.9203 13.2759 19.8982 14.3324C21.9 15.4016 23.25 16.8725 23.25 18.6667V21.25H4.75V18.6667Z"
38
- stroke="var(--${options.color})"
39
- stroke-width="${options.strokeWidth}"
40
- />
41
- </svg> `
42
- }
@@ -1,62 +0,0 @@
1
- import { html } from 'lit'
2
- import { styleMap } from 'lit/directives/style-map.js'
3
-
4
- import { IconOptions } from '@/components/lukso-icon/index.js'
5
-
6
- export const profileRecovery2 = (options: IconOptions) => {
7
- return html`<svg
8
- width="24"
9
- height="24"
10
- viewBox="0 0 24 24"
11
- fill="none"
12
- xmlns="http://www.w3.org/2000/svg"
13
- style=${styleMap({
14
- width: `${options.width}px`,
15
- height: `${options.height}px`,
16
- })}
17
- >
18
- <g clip-path="url(#clip0_643_8332)">
19
- <path
20
- d="M18.25 6C18.25 8.34721 16.3472 10.25 14 10.25C11.6528 10.25 9.75 8.34721 9.75 6C9.75 3.65279 11.6528 1.75 14 1.75C16.3472 1.75 18.25 3.65279 18.25 6Z"
21
- stroke="var(--${options.color})"
22
- stroke-width="${options.strokeWidth}"
23
- />
24
- <path
25
- d="M4.75 18.6667C4.75 16.8725 6.09998 15.4016 8.10179 14.3324C10.0797 13.2759 12.4587 12.75 14 12.75C15.5413 12.75 17.9203 13.2759 19.8982 14.3324C21.9 15.4016 23.25 16.8725 23.25 18.6667V21.25H4.75V18.6667Z"
26
- stroke="var(--${options.color})"
27
- stroke-width="${options.strokeWidth}"
28
- />
29
- <path
30
- d="M1 10L6.25 10"
31
- stroke="var(--${options.color})"
32
- stroke-width="${options.strokeWidth}"
33
- stroke-linecap="round"
34
- stroke-linejoin="round"
35
- />
36
- <path
37
- d="M5 12L7 10L5 8"
38
- stroke="var(--${options.color})"
39
- stroke-width="${options.strokeWidth}"
40
- stroke-linecap="round"
41
- />
42
- <path
43
- d="M7 5L1.75 5"
44
- stroke="var(--${options.color})"
45
- stroke-width="${options.strokeWidth}"
46
- stroke-linecap="round"
47
- stroke-linejoin="round"
48
- />
49
- <path
50
- d="M3 3L1 5L3 7"
51
- stroke="var(--${options.color})"
52
- stroke-width="${options.strokeWidth}"
53
- stroke-linecap="round"
54
- />
55
- </g>
56
- <defs>
57
- <clipPath id="clip0_643_8332">
58
- <rect width="24" height="24" fill="var(--${options.secondaryColor})" />
59
- </clipPath>
60
- </defs>
61
- </svg> `
62
- }
@@ -1,55 +0,0 @@
1
- import { html } from 'lit'
2
- import { styleMap } from 'lit/directives/style-map.js'
3
-
4
- import { IconOptions } from '@/components/lukso-icon/index.js'
5
-
6
- export const profileRecovery = (options: IconOptions) => {
7
- return html`<svg
8
- width="24"
9
- height="24"
10
- viewBox="0 0 24 24"
11
- fill="none"
12
- xmlns="http://www.w3.org/2000/svg"
13
- style=${styleMap({
14
- width: `${options.width}px`,
15
- height: `${options.height}px`,
16
- })}
17
- >
18
- <g clip-path="url(#clip0_642_8623)">
19
- <path
20
- d="M2.75 18.6667C2.75 16.8725 4.09998 15.4016 6.10179 14.3324C8.07966 13.2759 10.4587 12.75 12 12.75C13.5413 12.75 15.9203 13.2759 17.8982 14.3324C19.9 15.4016 21.25 16.8725 21.25 18.6667V21.25H2.75V18.6667Z"
21
- stroke="var(--${options.color})"
22
- stroke-width="${options.strokeWidth}"
23
- />
24
- <path
25
- d="M13.9214 9.90371C13.3135 10.1872 12.6472 10.3227 11.9769 10.2993C11.3066 10.2759 10.6514 10.0942 10.0648 9.76904C9.4782 9.44388 8.97688 8.9845 8.60183 8.42847C8.22679 7.87244 7.98866 7.23554 7.90692 6.56985"
26
- stroke="var(--${options.color})"
27
- stroke-width="${options.strokeWidth}"
28
- stroke-linecap="round"
29
- />
30
- <path
31
- d="M10.0759 6.65833L7.61788 5.25903L6.21859 7.71708"
32
- stroke="var(--${options.color})"
33
- stroke-width="${options.strokeWidth}"
34
- stroke-linecap="round"
35
- />
36
- <path
37
- d="M10.0786 2.45042C10.6865 2.16697 11.3528 2.03141 12.0231 2.05481C12.6934 2.07822 13.3486 2.25993 13.9352 2.58509C14.5218 2.91025 15.0231 3.36962 15.3982 3.92565C15.7732 4.48168 16.0113 5.11858 16.0931 5.78428"
38
- stroke="var(--${options.color})"
39
- stroke-width="${options.strokeWidth}"
40
- stroke-linecap="round"
41
- />
42
- <path
43
- d="M13.9241 5.6958L16.3821 7.09509L17.7814 4.63705"
44
- stroke="var(--${options.color})"
45
- stroke-width="${options.strokeWidth}"
46
- stroke-linecap="round"
47
- />
48
- </g>
49
- <defs>
50
- <clipPath id="clip0_642_8623">
51
- <rect width="24" height="24" fill="white" />
52
- </clipPath>
53
- </defs>
54
- </svg> `
55
- }