@lukso/web-components 1.3.1 → 1.5.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 (303) hide show
  1. package/CHANGELOG.md +28 -0
  2. package/README.md +33 -7
  3. package/dist/color-palette/index.js +705 -0
  4. package/dist/color-palette/index.umd.cjs +1 -0
  5. package/dist/components/index.d.ts +2 -0
  6. package/dist/components/index.js +5909 -1768
  7. package/dist/components/index.umd.cjs +3534 -72
  8. package/dist/components/lukso-button/index.d.ts +10 -1
  9. package/dist/components/lukso-button/index.js +234 -185
  10. package/dist/components/lukso-button/index.umd.cjs +32 -21
  11. package/dist/components/lukso-card/index.d.ts +4 -4
  12. package/dist/components/lukso-card/index.js +89 -80
  13. package/dist/components/lukso-card/index.umd.cjs +11 -11
  14. package/dist/components/lukso-icon/icons/add-photo.d.ts +3 -0
  15. package/dist/components/lukso-icon/icons/arrow-down-lg.d.ts +3 -0
  16. package/dist/components/lukso-icon/icons/arrow-down-sm.d.ts +3 -0
  17. package/dist/components/lukso-icon/icons/arrow-left-lg.d.ts +3 -0
  18. package/dist/components/lukso-icon/icons/arrow-left-sm.d.ts +3 -0
  19. package/dist/components/lukso-icon/icons/arrow-right-lg.d.ts +3 -0
  20. package/dist/components/lukso-icon/icons/arrow-right-sm.d.ts +3 -0
  21. package/dist/components/lukso-icon/icons/arrow-up-lg.d.ts +3 -0
  22. package/dist/components/lukso-icon/icons/arrow-up-sm.d.ts +3 -0
  23. package/dist/components/lukso-icon/icons/barbell-outline.d.ts +3 -0
  24. package/dist/components/lukso-icon/icons/bulb-outline.d.ts +3 -0
  25. package/dist/components/lukso-icon/icons/camera.d.ts +3 -0
  26. package/dist/components/lukso-icon/icons/clipboard.d.ts +3 -0
  27. package/dist/components/lukso-icon/icons/clock.d.ts +3 -0
  28. package/dist/components/lukso-icon/icons/close-lg.d.ts +3 -0
  29. package/dist/components/lukso-icon/icons/close-sm.d.ts +3 -0
  30. package/dist/components/lukso-icon/icons/cloud.d.ts +3 -0
  31. package/dist/components/lukso-icon/icons/compass-outline.d.ts +3 -0
  32. package/dist/components/lukso-icon/icons/complete-filled-fade-in.d.ts +3 -0
  33. package/dist/components/lukso-icon/icons/complete-filled.d.ts +3 -0
  34. package/dist/components/lukso-icon/icons/complete-outline.d.ts +3 -0
  35. package/dist/components/lukso-icon/icons/connect.d.ts +3 -0
  36. package/dist/components/lukso-icon/icons/connections.d.ts +3 -0
  37. package/dist/components/lukso-icon/icons/contract-lock.d.ts +3 -0
  38. package/dist/components/lukso-icon/icons/controller.d.ts +3 -0
  39. package/dist/components/lukso-icon/icons/copy.d.ts +3 -0
  40. package/dist/components/lukso-icon/icons/cross-outline.d.ts +3 -0
  41. package/dist/components/lukso-icon/icons/dots.d.ts +3 -0
  42. package/dist/components/lukso-icon/icons/edit.d.ts +3 -0
  43. package/dist/components/lukso-icon/icons/error.d.ts +3 -0
  44. package/dist/components/lukso-icon/icons/eth-logo.d.ts +3 -0
  45. package/dist/components/lukso-icon/icons/expand.d.ts +3 -0
  46. package/dist/components/lukso-icon/icons/extension.d.ts +3 -0
  47. package/dist/components/lukso-icon/icons/eye-hide.d.ts +3 -0
  48. package/dist/components/lukso-icon/icons/eye-show.d.ts +3 -0
  49. package/dist/components/lukso-icon/icons/filter.d.ts +3 -0
  50. package/dist/components/lukso-icon/icons/fish-outline.d.ts +3 -0
  51. package/dist/components/lukso-icon/icons/flip.d.ts +3 -0
  52. package/dist/components/lukso-icon/icons/globe.d.ts +3 -0
  53. package/dist/components/lukso-icon/icons/google-color.d.ts +3 -0
  54. package/dist/components/lukso-icon/icons/hamburger.d.ts +3 -0
  55. package/dist/components/lukso-icon/icons/infinite.d.ts +3 -0
  56. package/dist/components/lukso-icon/icons/information.d.ts +3 -0
  57. package/dist/components/lukso-icon/icons/key-outline.d.ts +3 -0
  58. package/dist/components/lukso-icon/icons/link.d.ts +3 -0
  59. package/dist/components/lukso-icon/icons/link1.d.ts +3 -0
  60. package/dist/components/lukso-icon/icons/link2.d.ts +3 -0
  61. package/dist/components/lukso-icon/icons/link3.d.ts +3 -0
  62. package/dist/components/lukso-icon/icons/link4.d.ts +3 -0
  63. package/dist/components/lukso-icon/icons/loading.d.ts +3 -0
  64. package/dist/components/lukso-icon/icons/location.d.ts +3 -0
  65. package/dist/components/lukso-icon/icons/locked.d.ts +3 -0
  66. package/dist/components/lukso-icon/icons/login-2.d.ts +3 -0
  67. package/dist/components/lukso-icon/icons/login-3.d.ts +3 -0
  68. package/dist/components/lukso-icon/icons/login.d.ts +3 -0
  69. package/dist/components/lukso-icon/icons/logo-chrome.d.ts +3 -0
  70. package/dist/components/lukso-icon/icons/lyx-logo.d.ts +3 -0
  71. package/dist/components/lukso-icon/icons/mail.d.ts +3 -0
  72. package/dist/components/lukso-icon/icons/menu-1.d.ts +3 -0
  73. package/dist/components/lukso-icon/icons/menu-2.d.ts +3 -0
  74. package/dist/components/lukso-icon/icons/migrate.d.ts +3 -0
  75. package/dist/components/lukso-icon/icons/minimize.d.ts +3 -0
  76. package/dist/components/lukso-icon/icons/network.d.ts +3 -0
  77. package/dist/components/lukso-icon/icons/notifications.d.ts +3 -0
  78. package/dist/components/lukso-icon/icons/phone-portrait-outline.d.ts +3 -0
  79. package/dist/components/lukso-icon/icons/pin.d.ts +3 -0
  80. package/dist/components/lukso-icon/icons/play-filled.d.ts +3 -0
  81. package/dist/components/lukso-icon/icons/play-outline.d.ts +3 -0
  82. package/dist/components/lukso-icon/icons/plus.d.ts +3 -0
  83. package/dist/components/lukso-icon/icons/profile-add.d.ts +3 -0
  84. package/dist/components/lukso-icon/icons/profile-export.d.ts +3 -0
  85. package/dist/components/lukso-icon/icons/profile-import.d.ts +3 -0
  86. package/dist/components/lukso-icon/icons/profile-recovery-2.d.ts +3 -0
  87. package/dist/components/lukso-icon/icons/profile-recovery.d.ts +3 -0
  88. package/dist/components/lukso-icon/icons/profile-restore.d.ts +3 -0
  89. package/dist/components/lukso-icon/icons/profile.d.ts +3 -0
  90. package/dist/components/lukso-icon/icons/progress-complete.d.ts +3 -0
  91. package/dist/components/lukso-icon/icons/progress-indicator.d.ts +3 -0
  92. package/dist/components/lukso-icon/icons/pulse-dot.d.ts +3 -0
  93. package/dist/components/lukso-icon/icons/qr-code.d.ts +3 -0
  94. package/dist/components/lukso-icon/icons/relayer.d.ts +3 -0
  95. package/dist/components/lukso-icon/icons/reload.d.ts +3 -0
  96. package/dist/components/lukso-icon/icons/return-down.d.ts +3 -0
  97. package/dist/components/lukso-icon/icons/return-left.d.ts +3 -0
  98. package/dist/components/lukso-icon/icons/return-right.d.ts +3 -0
  99. package/dist/components/lukso-icon/icons/return-up.d.ts +3 -0
  100. package/dist/components/lukso-icon/icons/search.d.ts +3 -0
  101. package/dist/components/lukso-icon/icons/settings.d.ts +3 -0
  102. package/dist/components/lukso-icon/icons/smart-contract-doc.d.ts +3 -0
  103. package/dist/components/lukso-icon/icons/smart-contract.d.ts +3 -0
  104. package/dist/components/lukso-icon/icons/star-filled.d.ts +3 -0
  105. package/dist/components/lukso-icon/icons/star-outline.d.ts +3 -0
  106. package/dist/components/lukso-icon/icons/step-dot.d.ts +3 -0
  107. package/dist/components/lukso-icon/icons/step-progress.d.ts +3 -0
  108. package/dist/components/lukso-icon/icons/steps.d.ts +3 -0
  109. package/dist/components/lukso-icon/icons/tick.d.ts +3 -0
  110. package/dist/components/lukso-icon/icons/timer-outline.d.ts +3 -0
  111. package/dist/components/lukso-icon/icons/transaction-receive.d.ts +3 -0
  112. package/dist/components/lukso-icon/icons/transaction-send.d.ts +3 -0
  113. package/dist/components/lukso-icon/icons/transfer.d.ts +3 -0
  114. package/dist/components/lukso-icon/icons/trash.d.ts +3 -0
  115. package/dist/components/lukso-icon/icons/turn-down.d.ts +3 -0
  116. package/dist/components/lukso-icon/icons/turn-left.d.ts +3 -0
  117. package/dist/components/lukso-icon/icons/turn-right.d.ts +3 -0
  118. package/dist/components/lukso-icon/icons/turn-up.d.ts +3 -0
  119. package/dist/components/lukso-icon/icons/unlocked.d.ts +3 -0
  120. package/dist/components/lukso-icon/icons/wallet-outline.d.ts +3 -0
  121. package/dist/components/lukso-icon/icons/warning-round.d.ts +3 -0
  122. package/dist/components/lukso-icon/icons/warning-triangle.d.ts +3 -0
  123. package/dist/components/lukso-icon/index.d.ts +24 -0
  124. package/dist/components/lukso-icon/index.js +5061 -0
  125. package/dist/components/lukso-icon/index.umd.cjs +3465 -0
  126. package/dist/components/lukso-input/index.d.ts +36 -0
  127. package/dist/components/lukso-input/index.js +1305 -0
  128. package/dist/components/lukso-input/index.umd.cjs +104 -0
  129. package/dist/components/lukso-navbar/index.d.ts +1 -1
  130. package/dist/components/lukso-navbar/index.js +96 -96
  131. package/dist/components/lukso-navbar/index.umd.cjs +12 -12
  132. package/dist/components/lukso-profile/index.d.ts +1 -1
  133. package/dist/components/lukso-profile/index.js +92 -83
  134. package/dist/components/lukso-profile/index.umd.cjs +12 -12
  135. package/dist/components/lukso-sanitize/index.d.ts +2 -2
  136. package/dist/components/lukso-sanitize/index.js +148 -145
  137. package/dist/components/lukso-sanitize/index.umd.cjs +12 -12
  138. package/dist/components/lukso-tag/index.d.ts +1 -2
  139. package/dist/components/lukso-tag/index.js +97 -93
  140. package/dist/components/lukso-tag/index.umd.cjs +11 -11
  141. package/dist/components/lukso-test/index.d.ts +1 -1
  142. package/dist/components/lukso-test/index.js +491 -491
  143. package/dist/components/lukso-test/index.umd.cjs +22 -22
  144. package/dist/components/lukso-username/index.d.ts +1 -1
  145. package/dist/components/lukso-username/index.js +140 -141
  146. package/dist/components/lukso-username/index.umd.cjs +15 -15
  147. package/dist/components/lukso-wizard/index.d.ts +2 -2
  148. package/dist/components/lukso-wizard/index.js +144 -144
  149. package/dist/components/lukso-wizard/index.umd.cjs +13 -13
  150. package/dist/index.js +5909 -1768
  151. package/dist/index.umd.cjs +3534 -72
  152. package/dist/sass/color-palette.ts +1 -1
  153. package/dist/sass/colors.scss +91 -0
  154. package/{src/shared/utils → dist/sass}/hslColorMap.ts +0 -0
  155. package/dist/sass/main.scss +1 -0
  156. package/dist/shared/directives/custom-class-map/index.d.ts +1 -1
  157. package/dist/shared/styles/color-palette.d.ts +43 -0
  158. package/dist/shared/styles/hslColorMap.d.ts +10 -0
  159. package/dist/shared/tailwind-element/index.js +191 -191
  160. package/dist/shared/tailwind-element/index.umd.cjs +8 -8
  161. package/dist/shared/tailwind-element.js +191 -191
  162. package/dist/shared/tailwind-element.umd.cjs +8 -8
  163. package/dist/styles/main.css +91 -0
  164. package/package.json +19 -2
  165. package/src/components/index.ts +3 -1
  166. package/src/components/lukso-button/index.ts +70 -3
  167. package/src/components/lukso-button/lukso-button.stories.ts +101 -3
  168. package/src/components/lukso-card/lukso-card.stories.ts +6 -2
  169. package/src/components/lukso-icon/icons/add-photo.ts +46 -0
  170. package/src/components/lukso-icon/icons/arrow-down-lg.ts +26 -0
  171. package/src/components/lukso-icon/icons/arrow-down-sm.ts +26 -0
  172. package/src/components/lukso-icon/icons/arrow-left-lg.ts +26 -0
  173. package/src/components/lukso-icon/icons/arrow-left-sm.ts +26 -0
  174. package/src/components/lukso-icon/icons/arrow-right-lg.ts +26 -0
  175. package/src/components/lukso-icon/icons/arrow-right-sm.ts +26 -0
  176. package/src/components/lukso-icon/icons/arrow-up-lg.ts +26 -0
  177. package/src/components/lukso-icon/icons/arrow-up-sm.ts +26 -0
  178. package/src/components/lukso-icon/icons/barbell-outline.ts +54 -0
  179. package/src/components/lukso-icon/icons/bulb-outline.ts +54 -0
  180. package/src/components/lukso-icon/icons/camera.ts +40 -0
  181. package/src/components/lukso-icon/icons/clipboard.ts +59 -0
  182. package/src/components/lukso-icon/icons/clock.ts +31 -0
  183. package/src/components/lukso-icon/icons/close-lg.ts +33 -0
  184. package/src/components/lukso-icon/icons/close-sm.ts +33 -0
  185. package/src/components/lukso-icon/icons/cloud.ts +25 -0
  186. package/src/components/lukso-icon/icons/compass-outline.ts +29 -0
  187. package/src/components/lukso-icon/icons/complete-filled-fade-in.ts +34 -0
  188. package/src/components/lukso-icon/icons/complete-filled.ts +32 -0
  189. package/src/components/lukso-icon/icons/complete-outline.ts +31 -0
  190. package/src/components/lukso-icon/icons/connect.ts +33 -0
  191. package/src/components/lukso-icon/icons/connections.ts +34 -0
  192. package/src/components/lukso-icon/icons/contract-lock.ts +43 -0
  193. package/src/components/lukso-icon/icons/controller.ts +55 -0
  194. package/src/components/lukso-icon/icons/copy.ts +31 -0
  195. package/src/components/lukso-icon/icons/cross-outline.ts +38 -0
  196. package/src/components/lukso-icon/icons/dots.ts +22 -0
  197. package/src/components/lukso-icon/icons/edit.ts +30 -0
  198. package/src/components/lukso-icon/icons/error.ts +31 -0
  199. package/src/components/lukso-icon/icons/eth-logo.ts +50 -0
  200. package/src/components/lukso-icon/icons/expand.ts +31 -0
  201. package/src/components/lukso-icon/icons/extension.ts +31 -0
  202. package/src/components/lukso-icon/icons/eye-hide.ts +47 -0
  203. package/src/components/lukso-icon/icons/eye-show.ts +37 -0
  204. package/src/components/lukso-icon/icons/filter.ts +43 -0
  205. package/src/components/lukso-icon/icons/fish-outline.ts +36 -0
  206. package/src/components/lukso-icon/icons/flip.ts +45 -0
  207. package/src/components/lukso-icon/icons/globe.ts +61 -0
  208. package/src/components/lukso-icon/icons/google-color.ts +35 -0
  209. package/src/components/lukso-icon/icons/hamburger.ts +40 -0
  210. package/src/components/lukso-icon/icons/infinite.ts +33 -0
  211. package/src/components/lukso-icon/icons/information.ts +38 -0
  212. package/src/components/lukso-icon/icons/key-outline.ts +25 -0
  213. package/src/components/lukso-icon/icons/link.ts +33 -0
  214. package/src/components/lukso-icon/icons/link1.ts +39 -0
  215. package/src/components/lukso-icon/icons/link2.ts +46 -0
  216. package/src/components/lukso-icon/icons/link3.ts +32 -0
  217. package/src/components/lukso-icon/icons/link4.ts +52 -0
  218. package/src/components/lukso-icon/icons/loading.ts +50 -0
  219. package/src/components/lukso-icon/icons/location.ts +33 -0
  220. package/src/components/lukso-icon/icons/locked.ts +44 -0
  221. package/src/components/lukso-icon/icons/login-2.ts +55 -0
  222. package/src/components/lukso-icon/icons/login-3.ts +53 -0
  223. package/src/components/lukso-icon/icons/login.ts +39 -0
  224. package/src/components/lukso-icon/icons/logo-chrome.ts +35 -0
  225. package/src/components/lukso-icon/icons/lyx-logo.ts +41 -0
  226. package/src/components/lukso-icon/icons/mail.ts +33 -0
  227. package/src/components/lukso-icon/icons/menu-1.ts +71 -0
  228. package/src/components/lukso-icon/icons/menu-2.ts +61 -0
  229. package/src/components/lukso-icon/icons/migrate.ts +47 -0
  230. package/src/components/lukso-icon/icons/minimize.ts +53 -0
  231. package/src/components/lukso-icon/icons/network.ts +49 -0
  232. package/src/components/lukso-icon/icons/notifications.ts +33 -0
  233. package/src/components/lukso-icon/icons/phone-portrait-outline.ts +33 -0
  234. package/src/components/lukso-icon/icons/pin.ts +25 -0
  235. package/src/components/lukso-icon/icons/play-filled.ts +23 -0
  236. package/src/components/lukso-icon/icons/play-outline.ts +24 -0
  237. package/src/components/lukso-icon/icons/plus.ts +33 -0
  238. package/src/components/lukso-icon/icons/profile-add.ts +43 -0
  239. package/src/components/lukso-icon/icons/profile-export.ts +42 -0
  240. package/src/components/lukso-icon/icons/profile-import.ts +42 -0
  241. package/src/components/lukso-icon/icons/profile-recovery-2.ts +62 -0
  242. package/src/components/lukso-icon/icons/profile-recovery.ts +55 -0
  243. package/src/components/lukso-icon/icons/profile-restore.ts +50 -0
  244. package/src/components/lukso-icon/icons/profile.ts +29 -0
  245. package/src/components/lukso-icon/icons/progress-complete.ts +289 -0
  246. package/src/components/lukso-icon/icons/progress-indicator.ts +236 -0
  247. package/src/components/lukso-icon/icons/pulse-dot.ts +22 -0
  248. package/src/components/lukso-icon/icons/qr-code.ts +122 -0
  249. package/src/components/lukso-icon/icons/relayer.ts +40 -0
  250. package/src/components/lukso-icon/icons/reload.ts +32 -0
  251. package/src/components/lukso-icon/icons/return-down.ts +33 -0
  252. package/src/components/lukso-icon/icons/return-left.ts +33 -0
  253. package/src/components/lukso-icon/icons/return-right.ts +33 -0
  254. package/src/components/lukso-icon/icons/return-up.ts +33 -0
  255. package/src/components/lukso-icon/icons/search.ts +28 -0
  256. package/src/components/lukso-icon/icons/settings.ts +33 -0
  257. package/src/components/lukso-icon/icons/smart-contract-doc.ts +40 -0
  258. package/src/components/lukso-icon/icons/smart-contract.ts +31 -0
  259. package/src/components/lukso-icon/icons/star-filled.ts +23 -0
  260. package/src/components/lukso-icon/icons/star-outline.ts +24 -0
  261. package/src/components/lukso-icon/icons/step-dot.ts +34 -0
  262. package/src/components/lukso-icon/icons/step-progress.ts +31 -0
  263. package/src/components/lukso-icon/icons/steps.ts +40 -0
  264. package/src/components/lukso-icon/icons/tick.ts +26 -0
  265. package/src/components/lukso-icon/icons/timer-outline.ts +47 -0
  266. package/src/components/lukso-icon/icons/transaction-receive.ts +39 -0
  267. package/src/components/lukso-icon/icons/transaction-send.ts +39 -0
  268. package/src/components/lukso-icon/icons/transfer.ts +47 -0
  269. package/src/components/lukso-icon/icons/trash.ts +40 -0
  270. package/src/components/lukso-icon/icons/turn-down.ts +33 -0
  271. package/src/components/lukso-icon/icons/turn-left.ts +33 -0
  272. package/src/components/lukso-icon/icons/turn-right.ts +33 -0
  273. package/src/components/lukso-icon/icons/turn-up.ts +33 -0
  274. package/src/components/lukso-icon/icons/unlocked.ts +41 -0
  275. package/src/components/lukso-icon/icons/wallet-outline.ts +35 -0
  276. package/src/components/lukso-icon/icons/warning-round.ts +32 -0
  277. package/src/components/lukso-icon/icons/warning-triangle.ts +32 -0
  278. package/src/components/lukso-icon/index.ts +310 -0
  279. package/src/components/lukso-icon/lukso-icon.stories.ts +116 -0
  280. package/src/components/lukso-icon/style.scss +3 -0
  281. package/src/components/lukso-input/index.ts +188 -0
  282. package/src/components/lukso-input/lukso-input.stories.ts +183 -0
  283. package/src/components/lukso-navbar/index.ts +1 -1
  284. package/src/components/lukso-navbar/lukso-navbar.stories.ts +18 -1
  285. package/src/components/lukso-profile/index.ts +9 -3
  286. package/src/components/lukso-profile/lukso-profile.stories.ts +18 -1
  287. package/src/components/lukso-sanitize/index.ts +1 -1
  288. package/src/components/lukso-sanitize/lukso-sanitize.stories.ts +5 -1
  289. package/src/components/lukso-tag/index.ts +7 -7
  290. package/src/components/lukso-tag/lukso-tag.stories.ts +28 -6
  291. package/src/components/lukso-username/index.ts +3 -3
  292. package/src/components/lukso-username/lukso-username.stories.ts +10 -2
  293. package/src/components/lukso-wizard/index.ts +1 -1
  294. package/src/components/lukso-wizard/lukso-wizard.stories.ts +4 -1
  295. package/src/shared/styles/color-palette.ts +1 -1
  296. package/src/shared/styles/colors.scss +91 -0
  297. package/src/shared/styles/hslColorMap.ts +20 -0
  298. package/src/shared/styles/main.scss +1 -0
  299. package/src/shared/utils/__tests__/sliceAddress.spec.ts +1 -1
  300. package/tailwind.config.cjs +135 -1
  301. package/tools/color-palette.cjs +2 -2
  302. package/tools/color-palette.d.ts +2 -2
  303. package/tools/color-palette.d.ts.map +1 -1
@@ -0,0 +1,22 @@
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 dots = (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
+ <circle cx="12" cy="6" r="2" fill="var(--${options.color})" />
19
+ <circle cx="12" cy="12" r="2" fill="var(--${options.color})" />
20
+ <circle cx="12" cy="18" r="2" fill="var(--${options.color})" />
21
+ </svg> `
22
+ }
@@ -0,0 +1,30 @@
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 edit = (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="M9.20522 17.4916L18.5695 8.12731C18.9601 7.73679 18.9601 7.10362 18.5695 6.7131L16.5635 4.70704C16.173 4.31652 15.5398 4.31652 15.1493 4.70704L5.78495 14.0714C5.64561 14.2107 5.55055 14.3881 5.51169 14.5813L5.00661 17.0924C4.86572 17.7929 5.48368 18.4109 6.18417 18.27L8.6953 17.7649C8.88848 17.726 9.06588 17.631 9.20522 17.4916Z"
20
+ stroke="var(--${options.color})"
21
+ stroke-width="${options.strokeWidth}"
22
+ stroke-linecap="round"
23
+ />
24
+ <path
25
+ d="M13.2913 6.28015L16.7115 9.70042"
26
+ stroke="var(--${options.color})"
27
+ stroke-width="${options.strokeWidth}"
28
+ />
29
+ </svg> `
30
+ }
@@ -0,0 +1,31 @@
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 error = (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="M21.25 12C21.25 17.1086 17.1086 21.25 12 21.25C6.89137 21.25 2.75 17.1086 2.75 12C2.75 6.89137 6.89137 2.75 12 2.75C17.1086 2.75 21.25 6.89137 21.25 12Z"
20
+ stroke="var(--${options.color})"
21
+ stroke-width="${options.strokeWidth}"
22
+ />
23
+ <path
24
+ d="M6 6.00012L18 18.0001"
25
+ stroke="var(--${options.color})"
26
+ stroke-width="${options.strokeWidth}"
27
+ stroke-linecap="round"
28
+ stroke-linejoin="round"
29
+ />
30
+ </svg> `
31
+ }
@@ -0,0 +1,50 @@
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 ethLogo = (options: IconOptions) => {
7
+ return html`<svg
8
+ width="16"
9
+ height="16"
10
+ viewBox="0 0 16 16"
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_1595_18810)">
19
+ <path
20
+ d="M7.99846 0L7.89111 0.364619V10.9441L7.99846 11.0512L12.9092 8.14837L7.99846 0Z"
21
+ fill="#CDDAE4"
22
+ />
23
+ <path
24
+ d="M7.99854 0L3.08765 8.14837L7.99854 11.0512V5.91619V0Z"
25
+ fill="#CDDAE4"
26
+ />
27
+ <path
28
+ d="M7.99849 11.9809L7.93799 12.0547V15.8232L7.99849 15.9998L12.9123 9.07959L7.99849 11.9809Z"
29
+ fill="#ACC2D2"
30
+ />
31
+ <path
32
+ d="M7.99854 15.9998V11.9809L3.08765 9.07959L7.99854 15.9998Z"
33
+ fill="#ACC2D2"
34
+ />
35
+ <path
36
+ d="M7.99854 11.0512L12.9093 8.14844L7.99854 5.91626V11.0512Z"
37
+ fill="#BDCEDB"
38
+ />
39
+ <path
40
+ d="M3.08765 8.14844L7.99854 11.0512V5.91626L3.08765 8.14844Z"
41
+ fill="#BDCEDB"
42
+ />
43
+ </g>
44
+ <defs>
45
+ <clipPath id="clip0_1595_18810">
46
+ <rect width="16" height="16" fill="white" />
47
+ </clipPath>
48
+ </defs>
49
+ </svg> `
50
+ }
@@ -0,0 +1,31 @@
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 expand = (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="M21.25 12C21.25 17.1086 17.1086 21.25 12 21.25C6.89137 21.25 2.75 17.1086 2.75 12C2.75 6.89137 6.89137 2.75 12 2.75C17.1086 2.75 21.25 6.89137 21.25 12Z"
20
+ stroke="var(--${options.color})"
21
+ stroke-width="${options.strokeWidth}"
22
+ />
23
+ <path
24
+ d="M6 6.00012L18 18.0001"
25
+ stroke="var(--${options.color})"
26
+ stroke-width="${options.strokeWidth}"
27
+ stroke-linecap="round"
28
+ stroke-linejoin="round"
29
+ />
30
+ </svg> `
31
+ }
@@ -0,0 +1,31 @@
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 extension = (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="M10.5789 7.68421C12.1486 7.68421 13.421 6.41176 13.421 4.84211C13.421 3.27245 12.1486 2 10.5789 2C9.00927 2 7.73682 3.27245 7.73682 4.84211C7.73682 6.41176 9.00927 7.68421 10.5789 7.68421ZM19.1578 16.2632C20.7274 16.2632 21.9999 14.9907 21.9999 13.4211C21.9999 11.8514 20.7274 10.579 19.1578 10.579C17.5881 10.579 16.3157 11.8514 16.3157 13.4211C16.3157 14.9907 17.5881 16.2632 19.1578 16.2632Z"
22
+ fill="var(--${options.color})"
23
+ />
24
+ <path
25
+ fill-rule="evenodd"
26
+ clip-rule="evenodd"
27
+ d="M3 7.84216C3 6.73759 3.89543 5.84216 5 5.84216H16.1579C17.2625 5.84216 18.1579 6.73759 18.1579 7.84216V19.0001C18.1579 20.1046 17.2625 21.0001 16.1579 21.0001H13.2401C13.357 20.689 13.421 20.3519 13.421 19.9999C13.421 18.4303 12.1486 17.1578 10.5789 17.1578C9.00927 17.1578 7.73682 18.4303 7.73682 19.9999C7.73682 20.3519 7.8008 20.689 7.91777 21.0001H5C3.89543 21.0001 3 20.1046 3 19.0001V16.0823C3.31108 16.1992 3.6481 16.2632 4.00006 16.2632C5.56972 16.2632 6.84217 14.9907 6.84217 13.4211C6.84217 11.8514 5.56972 10.579 4.00006 10.579C3.6481 10.579 3.31108 10.643 3 10.7599V7.84216Z"
28
+ fill="var(--${options.color})"
29
+ />
30
+ </svg> `
31
+ }
@@ -0,0 +1,47 @@
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 eyeHide = (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.99976 19L18.9998 5"
20
+ stroke="var(--${options.color})"
21
+ stroke-width="${options.strokeWidth}"
22
+ stroke-linecap="round"
23
+ stroke-linejoin="round"
24
+ />
25
+ <path
26
+ d="M9.77284 14.227C8.54284 12.997 8.54284 11.002 9.77284 9.77199C11.0028 8.54199 12.9978 8.54199 14.2278 9.77199"
27
+ stroke="var(--${options.color})"
28
+ stroke-width="${options.strokeWidth}"
29
+ stroke-linecap="round"
30
+ stroke-linejoin="round"
31
+ />
32
+ <path
33
+ d="M18.9998 9L20.7044 11.5569C20.889 11.8339 20.9273 12.1845 20.7837 12.4849C19.3958 15.3885 15.55 20.0126 9.49976 18.5"
34
+ stroke="var(--${options.color})"
35
+ stroke-width="${options.strokeWidth}"
36
+ stroke-linecap="round"
37
+ stroke-linejoin="round"
38
+ />
39
+ <path
40
+ d="M17.0438 6.956C15.4968 5.759 13.7478 5 11.9998 5C8.50475 5 5.00975 8.033 3.11775 11.533C2.96075 11.824 2.96075 12.177 3.11775 12.468C4.06375 14.217 5.40975 15.849 6.95575 17.045"
41
+ stroke="var(--${options.color})"
42
+ stroke-width="${options.strokeWidth}"
43
+ stroke-linecap="round"
44
+ stroke-linejoin="round"
45
+ />
46
+ </svg> `
47
+ }
@@ -0,0 +1,37 @@
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 eyeShow = (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="M3.11799 12.467C2.96099 12.176 2.96099 11.823 3.11799 11.532C5.00999 8.033 8.50499 5 12 5C15.495 5 18.99 8.033 20.882 11.533C21.039 11.824 21.039 12.177 20.882 12.468C18.99 15.967 15.495 19 12 19C8.50499 19 5.00999 15.967 3.11799 12.467Z"
22
+ stroke="var(--${options.color})"
23
+ stroke-width="${options.strokeWidth}"
24
+ stroke-linecap="round"
25
+ stroke-linejoin="round"
26
+ />
27
+ <path
28
+ fill-rule="evenodd"
29
+ clip-rule="evenodd"
30
+ d="M14.1213 9.87868C15.2929 11.0502 15.2929 12.9497 14.1213 14.1213C12.9497 15.2929 11.0502 15.2929 9.87868 14.1213C8.70711 12.9497 8.70711 11.0502 9.87868 9.87868C11.0502 8.70711 12.9497 8.70711 14.1213 9.87868Z"
31
+ stroke="var(--${options.color})"
32
+ stroke-width="${options.strokeWidth}"
33
+ stroke-linecap="round"
34
+ stroke-linejoin="round"
35
+ />
36
+ </svg> `
37
+ }
@@ -0,0 +1,43 @@
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 filter = (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 7H19.9998"
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 17H11.9998"
27
+ stroke="var(--${options.color})"
28
+ stroke-width="${options.strokeWidth}"
29
+ stroke-linecap="round"
30
+ stroke-linejoin="round"
31
+ />
32
+ <path
33
+ d="M7.94461 8.94461C9.01846 7.87076 9.01846 6.12924 7.94461 5.05539C6.87076 3.98154 5.12924 3.98154 4.05539 5.05539C2.98154 6.12924 2.98154 7.87076 4.05539 8.94461C5.12924 10.0185 6.87076 10.0185 7.94461 8.94461Z"
34
+ stroke="var(--${options.color})"
35
+ stroke-width="${options.strokeWidth}"
36
+ />
37
+ <path
38
+ d="M19.9446 18.9446C21.0185 17.8708 21.0185 16.1292 19.9446 15.0554C18.8708 13.9815 17.1292 13.9815 16.0554 15.0554C14.9815 16.1292 14.9815 17.8708 16.0554 18.9446C17.1292 20.0185 18.8708 20.0185 19.9446 18.9446Z"
39
+ stroke="var(--${options.color})"
40
+ stroke-width="${options.strokeWidth}"
41
+ />
42
+ </svg> `
43
+ }
@@ -0,0 +1,36 @@
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 fishOutline = (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.25 7.125C8.87297 7.69734 6.83672 9.57703 5.61094 10.567C5.2573 10.2394 4.88462 9.93291 4.49484 9.64922C2.79047 8.40422 0.75 8.25 0.75 8.25C0.75 8.25 1.28297 10.6655 2.68875 11.992C1.28297 13.3191 0.75 15.7345 0.75 15.7345C0.75 15.7345 2.79047 15.5803 4.49484 14.3353C4.88133 14.0541 5.25088 13.7503 5.60156 13.4255C6.825 14.4164 8.87063 16.3008 11.25 16.875L10.5 19.5C12.3483 19.1873 14.1966 17.8355 14.94 17.2383C21 16.9688 23.25 13.0781 23.25 12C23.25 10.9688 21 7.03125 14.9583 6.76266C14.2275 6.17719 12.3637 4.815 10.5 4.5L11.25 7.125Z"
20
+ stroke="var(--${options.color})"
21
+ stroke-width="${options.strokeWidth}"
22
+ stroke-linejoin="round"
23
+ />
24
+ <path
25
+ d="M19.5 11.9995C19.9142 11.9995 20.25 11.6637 20.25 11.2495C20.25 10.8353 19.9142 10.4995 19.5 10.4995C19.0858 10.4995 18.75 10.8353 18.75 11.2495C18.75 11.6637 19.0858 11.9995 19.5 11.9995Z"
26
+ fill="var(--${options.color})"
27
+ />
28
+ <path
29
+ d="M17.7361 16.6875C16.9096 15.2635 16.4744 13.6464 16.4744 12C16.4744 10.3536 16.9096 8.73646 17.7361 7.3125"
30
+ stroke="var(--${options.color})"
31
+ stroke-width="${options.strokeWidth}"
32
+ stroke-miterlimit="20"
33
+ stroke-linecap="round"
34
+ />
35
+ </svg> `
36
+ }
@@ -0,0 +1,45 @@
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 flip = (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="M13 8C17.4183 8 21 9.64162 21 11.6667C21 12.5531 20.3137 13.366 19.1714 14"
20
+ stroke="var(--${options.color})"
21
+ stroke-width="${options.strokeWidth}"
22
+ stroke-linecap="round"
23
+ />
24
+ <path
25
+ d="M14.8285 10.6567C13.5398 9.36808 12 7.82837 12 7.82837L14.8284 4.99994"
26
+ stroke="var(--${options.color})"
27
+ stroke-width="${options.strokeWidth}"
28
+ stroke-linecap="round"
29
+ stroke-linejoin="round"
30
+ />
31
+ <path
32
+ d="M11 16C6.58172 16 3 14.3584 3 12.3333C3 11.4469 3.68628 10.634 4.8286 10"
33
+ stroke="var(--${options.color})"
34
+ stroke-width="${options.strokeWidth}"
35
+ stroke-linecap="round"
36
+ />
37
+ <path
38
+ d="M9.17153 13.3433C10.4602 14.6319 12 16.1716 12 16.1716L9.17157 19.0001"
39
+ stroke="var(--${options.color})"
40
+ stroke-width="${options.strokeWidth}"
41
+ stroke-linecap="round"
42
+ stroke-linejoin="round"
43
+ />
44
+ </svg> `
45
+ }
@@ -0,0 +1,61 @@
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 globe = (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_455_4588)">
19
+ <path
20
+ d="M21.25 12C21.25 17.1086 17.1086 21.25 12 21.25C6.89137 21.25 2.75 17.1086 2.75 12C2.75 6.89137 6.89137 2.75 12 2.75C17.1086 2.75 21.25 6.89137 21.25 12Z"
21
+ stroke="var(--${options.color})"
22
+ stroke-width="${options.strokeWidth}"
23
+ />
24
+ <path
25
+ d="M12 3L12 21"
26
+ stroke="var(--${options.color})"
27
+ stroke-width="${options.strokeWidth}"
28
+ />
29
+ <path
30
+ d="M21 12L3 12"
31
+ stroke="var(--${options.color})"
32
+ stroke-width="${options.strokeWidth}"
33
+ />
34
+ <path
35
+ d="M12 3V3C5.44859 7.21162 5.44859 16.7884 12 21V21"
36
+ stroke="var(--${options.color})"
37
+ stroke-width="${options.strokeWidth}"
38
+ />
39
+ <path
40
+ d="M12 3V3C18.5514 7.21162 18.5514 16.7884 12 21V21"
41
+ stroke="var(--${options.color})"
42
+ stroke-width="${options.strokeWidth}"
43
+ />
44
+ <path
45
+ d="M5 18.5V18.5C8.70577 14.2648 15.2942 14.2648 19 18.5V18.5"
46
+ stroke="var(--${options.color})"
47
+ stroke-width="${options.strokeWidth}"
48
+ />
49
+ <path
50
+ d="M5 5.5V5.5C8.70577 9.73517 15.2942 9.73517 19 5.5V5.5"
51
+ stroke="var(--${options.color})"
52
+ stroke-width="${options.strokeWidth}"
53
+ />
54
+ </g>
55
+ <defs>
56
+ <clipPath id="clip0_455_4588">
57
+ <rect width="24" height="24" fill="white" />
58
+ </clipPath>
59
+ </defs>
60
+ </svg> `
61
+ }
@@ -0,0 +1,35 @@
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 googleColor = (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="m22.5562 12.2409c0-.9044-.0734-1.5643-.2322-2.24871h-10.3269v4.08181h6.0617c-.1222 1.0144-.7822 2.5421-2.2487 3.5686l-.0206.1367 3.2652 2.5295.2262.0226c2.0776-1.9188 3.2753-4.7419 3.2753-8.0905z"
20
+ fill="#4285f4"
21
+ />
22
+ <path
23
+ d="m11.9988 23c2.9697 0 5.4628-.9778 7.2838-2.6642l-3.4708-2.6888c-.9288.6478-2.1754 1.0999-3.813 1.0999-2.90868 0-5.37735-1.9186-6.25737-4.5706l-.12899.0109-3.39519 2.6276-.0444.1234c1.80873 3.593 5.52399 6.0618 9.82595 6.0618z"
24
+ fill="#34a853"
25
+ />
26
+ <path
27
+ d="m5.74179 14.1771c-.23219-.6844-.36658-1.4177-.36658-2.1754 0-.7578.13439-1.491.35437-2.17542l-.00615-.14576-3.43774-2.66978-.11248.0535c-.74546 1.49101-1.17321 3.16536-1.17321 4.93746 0 1.772.42775 3.4463 1.17321 4.9373z"
28
+ fill="#fbbc05"
29
+ />
30
+ <path
31
+ d="m11.9988 5.25296c2.0653 0 3.4585.89215 4.2529 1.6377l3.1042-3.03089c-1.9064-1.77207-4.3874-2.85977-7.3571-2.85977-4.30196 0-8.01722 2.46867-9.82595 6.06169l3.55637 2.76204c.89223-2.65201 3.3609-4.57077 6.26958-4.57077z"
32
+ fill="#eb4335"
33
+ />
34
+ </svg> `
35
+ }
@@ -0,0 +1,40 @@
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 hamburger = (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 7H19"
20
+ stroke="var(--${options.color})"
21
+ stroke-width="${options.strokeWidth}"
22
+ stroke-linecap="round"
23
+ stroke-linejoin="round"
24
+ />
25
+ <path
26
+ d="M5 12L19 12"
27
+ stroke="var(--${options.color})"
28
+ stroke-width="${options.strokeWidth}"
29
+ stroke-linecap="round"
30
+ stroke-linejoin="round"
31
+ />
32
+ <path
33
+ d="M5 17H19"
34
+ stroke="var(--${options.color})"
35
+ stroke-width="${options.strokeWidth}"
36
+ stroke-linecap="round"
37
+ stroke-linejoin="round"
38
+ />
39
+ </svg> `
40
+ }
@@ -0,0 +1,33 @@
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 infinite = (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="M12 12C12 12 9.75 7.5 6.09375 7.5C3.55688 7.5 1.5 9.51562 1.5 12C1.5 14.4844 3.55688 16.5 6.09375 16.5C7.85203 16.5 9.42188 15.4495 10.5 14.25"
20
+ stroke="var(--${options.color})"
21
+ stroke-width="${options.strokeWidth}"
22
+ stroke-miterlimit="10"
23
+ stroke-linecap="round"
24
+ />
25
+ <path
26
+ d="M12 12C12 12 14.25 16.5 17.9062 16.5C20.4431 16.5 22.5 14.4844 22.5 12C22.5 9.51562 20.4431 7.5 17.9062 7.5C16.148 7.5 14.5781 8.55047 13.5 9.75"
27
+ stroke="var(--${options.color})"
28
+ stroke-width="${options.strokeWidth}"
29
+ stroke-miterlimit="10"
30
+ stroke-linecap="round"
31
+ />
32
+ </svg> `
33
+ }
@@ -0,0 +1,38 @@
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 information = (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="M21.25 12C21.25 17.1086 17.1086 21.25 12 21.25C6.89137 21.25 2.75 17.1086 2.75 12C2.75 6.89137 6.89137 2.75 12 2.75C17.1086 2.75 21.25 6.89137 21.25 12Z"
20
+ stroke="var(--${options.color})"
21
+ stroke-width="${options.strokeWidth}"
22
+ />
23
+ <path
24
+ d="M12 16L12 11"
25
+ stroke="var(--${options.color})"
26
+ stroke-width="${options.strokeWidth}"
27
+ stroke-linecap="round"
28
+ stroke-linejoin="round"
29
+ />
30
+ <circle
31
+ cx="12"
32
+ cy="8"
33
+ r="1"
34
+ transform="rotate(-180 12 8)"
35
+ fill="var(--${options.color})"
36
+ />
37
+ </svg> `
38
+ }
@@ -0,0 +1,25 @@
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 keyOutline = (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="M10.2234 7.83609C10.2234 8.44547 10.2234 9.03609 10.4156 9.58922C8.39531 11.9611 3.06094 18.2283 2.56406 18.7064C2.46531 18.795 2.38631 18.9034 2.3322 19.0245C2.27809 19.1457 2.25009 19.2769 2.25 19.4095C2.25 19.808 2.49375 20.1923 2.7 20.408C3.00937 20.7314 4.33125 21.9548 4.575 21.7205C5.29687 21.0173 5.44219 20.8298 5.7375 20.5392C6.18281 20.1033 5.69062 19.2127 5.84531 18.8517C6 18.4908 6.16406 18.4205 6.43125 18.3642C6.69844 18.308 7.17187 18.5002 7.54219 18.5048C7.93125 18.5095 8.14219 18.3455 8.43281 18.0736C8.66719 17.858 8.83594 17.6564 8.84063 17.3423C8.85 16.9205 8.24063 16.3627 8.69531 15.9173C9.15 15.472 9.80625 16.208 10.2891 16.1517C10.7719 16.0955 11.3578 15.4252 11.4188 15.1392C11.4797 14.8533 10.8703 14.1173 10.9641 13.7002C10.9969 13.5595 11.2828 13.2314 11.4984 13.1845C11.7141 13.1377 12.6703 13.508 12.8859 13.4611C13.1484 13.4048 13.4531 13.1283 13.7016 12.9736C14.4281 13.2877 15.0891 13.4142 15.9375 13.4142C19.1484 13.4142 21.75 10.9111 21.75 7.82672C21.75 4.74234 19.1484 2.25 15.9375 2.25C12.7266 2.25 10.2234 4.75172 10.2234 7.83609ZM18.75 6.75C18.75 7.04667 18.662 7.33668 18.4972 7.58336C18.3324 7.83003 18.0981 8.02229 17.824 8.13582C17.5499 8.24935 17.2483 8.27906 16.9574 8.22118C16.6664 8.1633 16.3991 8.02044 16.1893 7.81066C15.9796 7.60088 15.8367 7.33361 15.7788 7.04264C15.7209 6.75166 15.7506 6.45006 15.8642 6.17598C15.9777 5.90189 16.17 5.66762 16.4166 5.5028C16.6633 5.33797 16.9533 5.25 17.25 5.25C17.6478 5.25 18.0294 5.40804 18.3107 5.68934C18.592 5.97064 18.75 6.35218 18.75 6.75Z"
20
+ stroke="var(--${options.color})"
21
+ stroke-width="${options.strokeWidth}"
22
+ stroke-linejoin="round"
23
+ />
24
+ </svg> `
25
+ }