line-md 0.0.2 → 0.2.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 (270) hide show
  1. package/.editorconfig +13 -0
  2. package/.github/FUNDING.yml +1 -0
  3. package/.prettierrc +3 -3
  4. package/README.md +8 -26
  5. package/license.txt +0 -0
  6. package/line-md.json +699 -681
  7. package/package.json +30 -9
  8. package/svg/account-add.svg +1 -1
  9. package/svg/account-alert.svg +1 -1
  10. package/svg/account-delete.svg +1 -1
  11. package/svg/account-remove.svg +1 -1
  12. package/svg/account-small.svg +1 -1
  13. package/svg/account.svg +1 -1
  14. package/svg/alert-circle-twotone.svg +1 -1
  15. package/svg/alert-circle.svg +1 -1
  16. package/svg/alert-twotone.svg +1 -1
  17. package/svg/alert.svg +1 -1
  18. package/svg/align-center.svg +1 -1
  19. package/svg/align-justify.svg +1 -1
  20. package/svg/align-left.svg +1 -1
  21. package/svg/align-right.svg +1 -0
  22. package/svg/arrow-align-bottom.svg +1 -0
  23. package/svg/arrow-align-center.svg +1 -1
  24. package/svg/arrow-align-left.svg +1 -1
  25. package/svg/arrow-align-middle.svg +1 -0
  26. package/svg/arrow-align-right.svg +1 -0
  27. package/svg/arrow-align-top.svg +1 -0
  28. package/svg/arrow-close-down.svg +1 -0
  29. package/svg/arrow-close-left.svg +1 -1
  30. package/svg/arrow-close-right.svg +1 -0
  31. package/svg/arrow-close-up.svg +1 -0
  32. package/svg/arrow-down-circle-twotone.svg +1 -0
  33. package/svg/arrow-down-circle.svg +1 -0
  34. package/svg/arrow-down.svg +1 -0
  35. package/svg/arrow-left-circle-twotone.svg +1 -1
  36. package/svg/arrow-left-circle.svg +1 -1
  37. package/svg/arrow-left.svg +1 -1
  38. package/svg/arrow-long-diagonal-rotated.svg +1 -0
  39. package/svg/arrow-long-diagonal.svg +1 -1
  40. package/svg/arrow-open-down.svg +1 -0
  41. package/svg/arrow-open-left.svg +1 -1
  42. package/svg/arrow-open-right.svg +1 -0
  43. package/svg/arrow-open-up.svg +1 -0
  44. package/svg/arrow-right-circle-twotone.svg +1 -0
  45. package/svg/arrow-right-circle.svg +1 -0
  46. package/svg/arrow-right.svg +1 -0
  47. package/svg/arrow-small-down.svg +1 -0
  48. package/svg/arrow-small-left.svg +1 -1
  49. package/svg/arrow-small-right.svg +1 -0
  50. package/svg/arrow-small-up.svg +1 -0
  51. package/svg/arrow-up-circle-twotone.svg +1 -0
  52. package/svg/arrow-up-circle.svg +1 -0
  53. package/svg/arrow-up.svg +1 -0
  54. package/svg/arrows-diagonal-rotated.svg +1 -0
  55. package/svg/arrows-diagonal.svg +1 -1
  56. package/svg/arrows-horizontal-alt.svg +1 -1
  57. package/svg/arrows-horizontal.svg +1 -1
  58. package/svg/arrows-vertical-alt.svg +1 -0
  59. package/svg/arrows-vertical.svg +1 -0
  60. package/svg/bell-twotone.svg +1 -1
  61. package/svg/bell.svg +1 -1
  62. package/svg/calendar-out.svg +1 -0
  63. package/svg/calendar.svg +1 -0
  64. package/svg/cancel-twotone.svg +1 -1
  65. package/svg/cancel.svg +1 -1
  66. package/svg/check-list-3-solid.svg +1 -0
  67. package/svg/check-list-3-twotone.svg +1 -0
  68. package/svg/check-list-3.svg +1 -0
  69. package/svg/chevron-double-down.svg +1 -0
  70. package/svg/chevron-double-left.svg +1 -1
  71. package/svg/chevron-double-right.svg +1 -0
  72. package/svg/chevron-double-up.svg +1 -0
  73. package/svg/chevron-down-circle-twotone.svg +1 -0
  74. package/svg/chevron-down-circle.svg +1 -0
  75. package/svg/chevron-down.svg +1 -0
  76. package/svg/chevron-left-circle-twotone.svg +1 -1
  77. package/svg/chevron-left-circle.svg +1 -1
  78. package/svg/chevron-left.svg +1 -1
  79. package/svg/chevron-right-circle-twotone.svg +1 -0
  80. package/svg/chevron-right-circle.svg +1 -0
  81. package/svg/chevron-right.svg +1 -0
  82. package/svg/chevron-small-double-down.svg +1 -0
  83. package/svg/chevron-small-double-left.svg +1 -1
  84. package/svg/chevron-small-double-right.svg +1 -0
  85. package/svg/chevron-small-double-up.svg +1 -0
  86. package/svg/chevron-small-down.svg +1 -0
  87. package/svg/chevron-small-left.svg +1 -1
  88. package/svg/chevron-small-right.svg +1 -0
  89. package/svg/chevron-small-triple-down.svg +1 -0
  90. package/svg/chevron-small-triple-left.svg +1 -1
  91. package/svg/chevron-small-triple-right.svg +1 -0
  92. package/svg/chevron-small-triple-up.svg +1 -0
  93. package/svg/chevron-small-up.svg +1 -0
  94. package/svg/chevron-triple-down.svg +1 -0
  95. package/svg/chevron-triple-left.svg +1 -1
  96. package/svg/chevron-triple-right.svg +1 -0
  97. package/svg/chevron-triple-up.svg +1 -0
  98. package/svg/chevron-up-circle-twotone.svg +1 -0
  99. package/svg/chevron-up-circle.svg +1 -0
  100. package/svg/chevron-up.svg +1 -0
  101. package/svg/circle-twotone.svg +1 -1
  102. package/svg/circle.svg +1 -1
  103. package/svg/clipboard-arrow-twotone.svg +1 -1
  104. package/svg/clipboard-arrow.svg +1 -1
  105. package/svg/clipboard-check-twotone.svg +1 -1
  106. package/svg/clipboard-check.svg +1 -1
  107. package/svg/clipboard-list-twotone.svg +1 -1
  108. package/svg/clipboard-list.svg +1 -1
  109. package/svg/clipboard-minus-twotone.svg +1 -1
  110. package/svg/clipboard-minus.svg +1 -1
  111. package/svg/clipboard-plus-twotone.svg +1 -1
  112. package/svg/clipboard-plus.svg +1 -1
  113. package/svg/clipboard-twotone.svg +1 -1
  114. package/svg/clipboard.svg +1 -1
  115. package/svg/close-circle-twotone.svg +1 -1
  116. package/svg/close-circle.svg +1 -1
  117. package/svg/close.svg +1 -1
  118. package/svg/cloud-down-twotone.svg +1 -1
  119. package/svg/cloud-down.svg +1 -1
  120. package/svg/cloud-filled.svg +1 -1
  121. package/svg/cloud-twotone.svg +1 -1
  122. package/svg/cloud-up-twotone.svg +1 -1
  123. package/svg/cloud-up.svg +1 -1
  124. package/svg/cloud.svg +1 -1
  125. package/svg/computer-twotone.svg +1 -1
  126. package/svg/computer.svg +1 -1
  127. package/svg/confirm-circle-twotone.svg +1 -1
  128. package/svg/confirm-circle.svg +1 -1
  129. package/svg/confirm.svg +1 -1
  130. package/svg/construction-twotone.svg +1 -1
  131. package/svg/construction.svg +1 -1
  132. package/svg/discord-twotone.svg +1 -0
  133. package/svg/discord.svg +1 -0
  134. package/svg/document-add-twotone.svg +1 -1
  135. package/svg/document-add.svg +1 -1
  136. package/svg/document-code-twotone.svg +1 -1
  137. package/svg/document-code.svg +1 -1
  138. package/svg/document-list-twotone.svg +1 -1
  139. package/svg/document-list.svg +1 -1
  140. package/svg/document-remove-twotone.svg +1 -1
  141. package/svg/document-remove.svg +1 -1
  142. package/svg/document-report-twotone.svg +1 -1
  143. package/svg/document-report.svg +1 -1
  144. package/svg/document-twotone.svg +1 -1
  145. package/svg/document.svg +1 -1
  146. package/svg/double-arrow-horizontal.svg +1 -1
  147. package/svg/double-arrow-vertical.svg +1 -0
  148. package/svg/edit-twotone-full.svg +1 -1
  149. package/svg/edit-twotone.svg +1 -1
  150. package/svg/edit.svg +1 -1
  151. package/svg/email-opened-twotone-alt.svg +1 -1
  152. package/svg/email-opened-twotone.svg +1 -1
  153. package/svg/email-opened.svg +1 -1
  154. package/svg/email-twotone-alt.svg +1 -1
  155. package/svg/email-twotone.svg +1 -1
  156. package/svg/email.svg +1 -1
  157. package/svg/emoji-angry-twotone.svg +1 -1
  158. package/svg/emoji-angry.svg +1 -1
  159. package/svg/emoji-frown-open-twotone.svg +1 -1
  160. package/svg/emoji-frown-open.svg +1 -1
  161. package/svg/emoji-frown-twotone.svg +1 -1
  162. package/svg/emoji-frown.svg +1 -1
  163. package/svg/emoji-grin-twotone.svg +1 -1
  164. package/svg/emoji-grin.svg +1 -1
  165. package/svg/emoji-neutral-twotone.svg +1 -1
  166. package/svg/emoji-neutral.svg +1 -1
  167. package/svg/emoji-smile-twotone.svg +1 -1
  168. package/svg/emoji-smile-wink-twotone.svg +1 -1
  169. package/svg/emoji-smile-wink.svg +1 -1
  170. package/svg/emoji-smile.svg +1 -1
  171. package/svg/external-link-rounded.svg +1 -1
  172. package/svg/external-link.svg +1 -1
  173. package/svg/facebook.svg +1 -1
  174. package/svg/github-loop.svg +1 -0
  175. package/svg/github-twotone.svg +1 -1
  176. package/svg/github.svg +1 -1
  177. package/svg/grid-3-solid.svg +1 -1
  178. package/svg/grid-3-twotone.svg +1 -1
  179. package/svg/grid-3.svg +1 -1
  180. package/svg/hash-small.svg +1 -1
  181. package/svg/hash.svg +1 -1
  182. package/svg/heart-filled-half.svg +1 -1
  183. package/svg/heart-filled.svg +1 -1
  184. package/svg/heart-half-filled.svg +1 -1
  185. package/svg/heart-half-twotone.svg +1 -1
  186. package/svg/heart-half.svg +1 -1
  187. package/svg/heart-twotone-half-filled.svg +1 -1
  188. package/svg/heart-twotone-half.svg +1 -1
  189. package/svg/heart-twotone.svg +1 -1
  190. package/svg/heart.svg +1 -1
  191. package/svg/home-md-twotone-alt.svg +1 -1
  192. package/svg/home-md-twotone.svg +1 -1
  193. package/svg/home-md.svg +1 -1
  194. package/svg/home-simple-filled.svg +1 -1
  195. package/svg/home-simple-twotone.svg +1 -1
  196. package/svg/home-simple.svg +1 -1
  197. package/svg/home-twotone-alt.svg +1 -1
  198. package/svg/home-twotone.svg +1 -1
  199. package/svg/home.svg +1 -1
  200. package/svg/iconify1.svg +1 -1
  201. package/svg/image-twotone.svg +1 -1
  202. package/svg/image.svg +1 -1
  203. package/svg/laptop-twotone.svg +1 -1
  204. package/svg/laptop.svg +1 -1
  205. package/svg/linkedin.svg +1 -1
  206. package/svg/list-3-solid.svg +1 -1
  207. package/svg/list-3-twotone.svg +1 -1
  208. package/svg/list-3.svg +1 -1
  209. package/svg/list-indented.svg +1 -1
  210. package/svg/list.svg +1 -1
  211. package/svg/marker-filled.svg +1 -1
  212. package/svg/marker-twotone.svg +1 -1
  213. package/svg/marker.svg +1 -1
  214. package/svg/menu-fold-left.svg +1 -1
  215. package/svg/menu-fold-right.svg +1 -0
  216. package/svg/menu-unfold-left.svg +1 -1
  217. package/svg/menu-unfold-right.svg +1 -0
  218. package/svg/menu.svg +1 -1
  219. package/svg/minus-circle-twotone.svg +1 -1
  220. package/svg/minus-circle.svg +1 -1
  221. package/svg/minus.svg +1 -1
  222. package/svg/navigation-left-down.svg +1 -0
  223. package/svg/navigation-left-up.svg +1 -1
  224. package/svg/navigation-right-down.svg +1 -0
  225. package/svg/navigation-right-up.svg +1 -0
  226. package/svg/paint-drop-filled.svg +1 -1
  227. package/svg/paint-drop-half-filled-twotone.svg +1 -1
  228. package/svg/paint-drop-half-filled.svg +1 -1
  229. package/svg/paint-drop-half-twotone.svg +1 -1
  230. package/svg/paint-drop-twotone.svg +1 -1
  231. package/svg/paint-drop.svg +1 -1
  232. package/svg/pencil-twotone-alt.svg +1 -1
  233. package/svg/pencil-twotone.svg +1 -1
  234. package/svg/pencil.svg +1 -1
  235. package/svg/plus-circle-twotone.svg +1 -1
  236. package/svg/plus-circle.svg +1 -1
  237. package/svg/plus.svg +1 -1
  238. package/svg/question-circle-twotone.svg +1 -1
  239. package/svg/question-circle.svg +1 -1
  240. package/svg/question.svg +1 -1
  241. package/svg/remove.svg +1 -1
  242. package/svg/rotate-180.svg +1 -1
  243. package/svg/rotate-270.svg +1 -1
  244. package/svg/rotate-90.svg +1 -1
  245. package/svg/search-filled.svg +1 -1
  246. package/svg/search-twotone.svg +1 -1
  247. package/svg/search.svg +1 -1
  248. package/svg/thumbs-down-twotone.svg +1 -1
  249. package/svg/thumbs-down.svg +1 -1
  250. package/svg/thumbs-up-twotone.svg +1 -1
  251. package/svg/thumbs-up.svg +1 -1
  252. package/svg/twitter-twotone.svg +1 -1
  253. package/svg/twitter.svg +1 -1
  254. package/svg/valign-baseline-twotone.svg +1 -0
  255. package/svg/valign-baseline.svg +1 -0
  256. package/svg/valign-bottom-twotone.svg +1 -0
  257. package/svg/valign-bottom.svg +1 -0
  258. package/svg/valign-middle-twotone.svg +1 -0
  259. package/svg/valign-middle.svg +1 -0
  260. package/svg/valign-top-twotone.svg +1 -0
  261. package/svg/valign-top.svg +1 -0
  262. package/export.js +0 -17
  263. package/icon-finder/iconify.min.js +0 -13
  264. package/icon-finder/iconify2.css +0 -2409
  265. package/icon-finder/iconify2.js +0 -19167
  266. package/icon-finder/iconify2.js.map +0 -1
  267. package/icon-finder/iconify2.min.js +0 -1
  268. package/index.html +0 -67
  269. package/line-md.css +0 -46
  270. package/svg/iconify2.svg +0 -1
package/svg/cancel.svg CHANGED
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" class="iconify iconify--line-md" width="24" height="24"><g fill="none"><path d="M5.63604 5.63603C9.15076 2.12131 14.8492 2.12131 18.364 5.63603C21.8787 9.15075 21.8787 14.8492 18.364 18.364C14.8492 21.8787 9.15076 21.8787 5.63604 18.364C2.12132 14.8492 2.12132 9.15075 5.63604 5.63603Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" class="il-md-length-70 il-md-duration-4 il-md-delay-0"/><path d="M6 6L18 18" stroke="currentColor" stroke-width="2" stroke-linecap="round" class="il-md-length-25 il-md-duration-2 il-md-delay-4"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"><path d="M5.63604 5.63603C9.15076 2.12131 14.8492 2.12131 18.364 5.63603C21.8787 9.15075 21.8787 14.8492 18.364 18.364C14.8492 21.8787 9.15076 21.8787 5.63604 18.364C2.12132 14.8492 2.12132 9.15075 5.63604 5.63603Z" stroke-dasharray="60" stroke-dashoffset="60"><animate attributeName="stroke-dashoffset" values="60;0" dur="0.5s" fill="freeze"/></path><path d="M6 6L18 18" stroke-dasharray="18" stroke-dashoffset="18"><animate attributeName="stroke-dashoffset" values="18;0" begin="0.6s" dur="0.2s" fill="freeze"/></path></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><g stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"><g fill="none" stroke-width="2" stroke-dasharray="10"><path d="M3 5L5 7L9 3" stroke-dashoffset="10"><animate attributeName="stroke-dashoffset" values="10;0" dur="0.2s" fill="freeze"/></path><path d="M3 12L5 14L9 10" stroke-dashoffset="10"><animate attributeName="stroke-dashoffset" values="10;0" begin="0.5s" dur="0.2s" fill="freeze"/></path><path d="M3 19L5 21L9 17" stroke-dashoffset="10"><animate attributeName="stroke-dashoffset" values="10;0" begin="1s" dur="0.2s" fill="freeze"/></path></g><g fill="currentColor" stroke-dasharray="22"><rect x="11.5" y="3.5" width="9" height="3" rx="1.5" fill-opacity="0" stroke-dashoffset="22"><animate attributeName="stroke-dashoffset" values="22;0" begin="0.2s" dur="0.5s" fill="freeze"/><animate attributeName="fill-opacity" values="0;1" begin="1.7s" dur="0.5s" fill="freeze"/></rect><rect x="11.5" y="10.5" width="9" height="3" rx="1.5" fill-opacity="0" stroke-dashoffset="22"><animate attributeName="stroke-dashoffset" values="22;0" begin="0.7s" dur="0.5s" fill="freeze"/><animate attributeName="fill-opacity" values="0;1" begin="1.9s" dur="0.5s" fill="freeze"/></rect><rect x="11.5" y="17.5" width="9" height="3" rx="1.5" fill-opacity="0" stroke-dashoffset="22"><animate attributeName="stroke-dashoffset" values="22;0" begin="1.2s" dur="0.5s" fill="freeze"/><animate attributeName="fill-opacity" values="0;1" begin="2.1s" dur="0.5s" fill="freeze"/></rect></g></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><g stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"><g fill="none" stroke-width="2" stroke-dasharray="10"><path d="M3 5L5 7L9 3" stroke-dashoffset="10"><animate attributeName="stroke-dashoffset" values="10;0" dur="0.2s" fill="freeze"/></path><path d="M3 12L5 14L9 10" stroke-dashoffset="10"><animate attributeName="stroke-dashoffset" values="10;0" begin="0.5s" dur="0.2s" fill="freeze"/></path><path d="M3 19L5 21L9 17" stroke-dashoffset="10"><animate attributeName="stroke-dashoffset" values="10;0" begin="1s" dur="0.2s" fill="freeze"/></path></g><g fill="currentColor" stroke-dasharray="22"><rect x="11.5" y="3.5" width="9" height="3" rx="1.5" fill-opacity="0" stroke-dashoffset="22"><animate attributeName="stroke-dashoffset" values="22;0" begin="0.2s" dur="0.5s" fill="freeze"/><animate attributeName="fill-opacity" values="0;0.3" begin="1.7s" dur="0.15s" fill="freeze"/></rect><rect x="11.5" y="10.5" width="9" height="3" rx="1.5" fill-opacity="0" stroke-dashoffset="22"><animate attributeName="stroke-dashoffset" values="22;0" begin="0.7s" dur="0.5s" fill="freeze"/><animate attributeName="fill-opacity" values="0;0.3" begin="1.9s" dur="0.15s" fill="freeze"/></rect><rect x="11.5" y="17.5" width="9" height="3" rx="1.5" fill-opacity="0" stroke-dashoffset="22"><animate attributeName="stroke-dashoffset" values="22;0" begin="1.2s" dur="0.5s" fill="freeze"/><animate attributeName="fill-opacity" values="0;0.3" begin="2.1s" dur="0.15s" fill="freeze"/></rect></g></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"><g stroke-width="2" stroke-dasharray="10"><path d="M3 5L5 7L9 3" stroke-dashoffset="10"><animate attributeName="stroke-dashoffset" values="10;0" dur="0.2s" fill="freeze"/></path><path d="M3 12L5 14L9 10" stroke-dashoffset="10"><animate attributeName="stroke-dashoffset" values="10;0" begin="0.5s" dur="0.2s" fill="freeze"/></path><path d="M3 19L5 21L9 17" stroke-dashoffset="10"><animate attributeName="stroke-dashoffset" values="10;0" begin="1s" dur="0.2s" fill="freeze"/></path></g><g stroke-dasharray="22"><rect x="11.5" y="3.5" width="9" height="3" rx="1.5" stroke-dashoffset="22"><animate attributeName="stroke-dashoffset" values="22;0" begin="0.2s" dur="0.5s" fill="freeze"/></rect><rect x="11.5" y="10.5" width="9" height="3" rx="1.5" stroke-dashoffset="22"><animate attributeName="stroke-dashoffset" values="22;0" begin="0.7s" dur="0.5s" fill="freeze"/></rect><rect x="11.5" y="17.5" width="9" height="3" rx="1.5" stroke-dashoffset="22"><animate attributeName="stroke-dashoffset" values="22;0" begin="1.2s" dur="0.5s" fill="freeze"/></rect></g></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><g transform="rotate(-90 12 12)"><g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="10"><path d="M5 12L12 5M5 12L12 19" stroke-dashoffset="10"><animate attributeName="stroke-dashoffset" values="10;0" dur="0.3s" fill="freeze"/></path><path d="M11 12L18 5M11 12L18 19" stroke-dashoffset="10"><animate attributeName="stroke-dashoffset" values="10;0" begin="0.3s" dur="0.3s" fill="freeze"/></path></g></g></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" class="iconify iconify--line-md" width="24" height="24"><g fill="none"><path d="M11 12L18 5" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="il-md-length-15 il-md-duration-2 il-md-delay-2"/><path d="M11 12L18 19" stroke="currentColor" stroke-width="2" stroke-linecap="round" class="il-md-length-15 il-md-duration-2 il-md-delay-2"/><path d="M5 12L12 5" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="il-md-length-15 il-md-duration-2 il-md-delay-0"/><path d="M5 12L12 19" stroke="currentColor" stroke-width="2" stroke-linecap="round" class="il-md-length-15 il-md-duration-2 il-md-delay-0"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="10"><path d="M5 12L12 5M5 12L12 19" stroke-dashoffset="10"><animate attributeName="stroke-dashoffset" values="10;0" dur="0.3s" fill="freeze"/></path><path d="M11 12L18 5M11 12L18 19" stroke-dashoffset="10"><animate attributeName="stroke-dashoffset" values="10;0" begin="0.3s" dur="0.3s" fill="freeze"/></path></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><g transform="translate(24 0) scale(-1 1)"><g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="10"><path d="M5 12L12 5M5 12L12 19" stroke-dashoffset="10"><animate attributeName="stroke-dashoffset" values="10;0" dur="0.3s" fill="freeze"/></path><path d="M11 12L18 5M11 12L18 19" stroke-dashoffset="10"><animate attributeName="stroke-dashoffset" values="10;0" begin="0.3s" dur="0.3s" fill="freeze"/></path></g></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><g transform="rotate(-90 12 12) translate(24 0) scale(-1 1)"><g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="10"><path d="M5 12L12 5M5 12L12 19" stroke-dashoffset="10"><animate attributeName="stroke-dashoffset" values="10;0" dur="0.3s" fill="freeze"/></path><path d="M11 12L18 5M11 12L18 19" stroke-dashoffset="10"><animate attributeName="stroke-dashoffset" values="10;0" begin="0.3s" dur="0.3s" fill="freeze"/></path></g></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><g transform="rotate(-90 12 12)"><g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"><path d="M3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12Z" fill="currentColor" fill-opacity="0" stroke-dasharray="60" stroke-dashoffset="60"><animate attributeName="stroke-dashoffset" values="60;0" dur="0.5s" fill="freeze"/><animate attributeName="fill-opacity" values="0;0.3" begin="0.8s" dur="0.15s" fill="freeze"/></path><path d="M10 12L13 9M10 12L13 15" stroke-dasharray="6" stroke-dashoffset="6"><animate attributeName="stroke-dashoffset" values="6;0" begin="0.6s" dur="0.2s" fill="freeze"/></path></g></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><g transform="rotate(-90 12 12)"><g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"><path d="M3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12Z" stroke-dasharray="60" stroke-dashoffset="60"><animate attributeName="stroke-dashoffset" values="60;0" dur="0.5s" fill="freeze"/></path><path d="M10 12L13 9M10 12L13 15" stroke-dasharray="6" stroke-dashoffset="6"><animate attributeName="stroke-dashoffset" values="6;0" begin="0.6s" dur="0.2s" fill="freeze"/></path></g></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><g transform="rotate(-90 12 12)"><path d="M8 12L15 5M8 12L15 19" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-dasharray="10" stroke-dashoffset="10"><animate attributeName="stroke-dashoffset" values="10;0" dur="0.3s" fill="freeze"/></path></g></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" class="iconify iconify--line-md" width="24" height="24"><g fill="none"><path d="M3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12Z" fill="currentColor" fill-opacity="0.3" class="il-md-fill il-md-duration-0 il-md-delay-8"/><path d="M10 12L13 9" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="il-md-length-15 il-md-duration-4 il-md-delay-4"/><path d="M10 12L13 15" stroke="currentColor" stroke-width="2" stroke-linecap="round" class="il-md-length-15 il-md-duration-4 il-md-delay-4"/><path d="M3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" class="il-md-length-70 il-md-duration-4 il-md-delay-0"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"><path d="M3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12Z" fill="currentColor" fill-opacity="0" stroke-dasharray="60" stroke-dashoffset="60"><animate attributeName="stroke-dashoffset" values="60;0" dur="0.5s" fill="freeze"/><animate attributeName="fill-opacity" values="0;0.3" begin="0.8s" dur="0.15s" fill="freeze"/></path><path d="M10 12L13 9M10 12L13 15" stroke-dasharray="6" stroke-dashoffset="6"><animate attributeName="stroke-dashoffset" values="6;0" begin="0.6s" dur="0.2s" fill="freeze"/></path></g></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" class="iconify iconify--line-md" width="24" height="24"><g fill="none"><path d="M10 12L13 9" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="il-md-length-15 il-md-duration-4 il-md-delay-4"/><path d="M10 12L13 15" stroke="currentColor" stroke-width="2" stroke-linecap="round" class="il-md-length-15 il-md-duration-4 il-md-delay-4"/><path d="M3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" class="il-md-length-70 il-md-duration-4 il-md-delay-0"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"><path d="M3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12Z" stroke-dasharray="60" stroke-dashoffset="60"><animate attributeName="stroke-dashoffset" values="60;0" dur="0.5s" fill="freeze"/></path><path d="M10 12L13 9M10 12L13 15" stroke-dasharray="6" stroke-dashoffset="6"><animate attributeName="stroke-dashoffset" values="6;0" begin="0.6s" dur="0.2s" fill="freeze"/></path></g></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" class="iconify iconify--line-md" width="24" height="24"><g fill="none"><path d="M8 12L15 5" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="il-md-length-15 il-md-duration-4 il-md-delay-0"/><path d="M8 12L15 19" stroke="currentColor" stroke-width="2" stroke-linecap="round" class="il-md-length-15 il-md-duration-4 il-md-delay-0"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><path d="M8 12L15 5M8 12L15 19" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-dasharray="10" stroke-dashoffset="10"><animate attributeName="stroke-dashoffset" values="10;0" dur="0.3s" fill="freeze"/></path></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><g transform="translate(24 0) scale(-1 1)"><g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"><path d="M3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12Z" fill="currentColor" fill-opacity="0" stroke-dasharray="60" stroke-dashoffset="60"><animate attributeName="stroke-dashoffset" values="60;0" dur="0.5s" fill="freeze"/><animate attributeName="fill-opacity" values="0;0.3" begin="0.8s" dur="0.15s" fill="freeze"/></path><path d="M10 12L13 9M10 12L13 15" stroke-dasharray="6" stroke-dashoffset="6"><animate attributeName="stroke-dashoffset" values="6;0" begin="0.6s" dur="0.2s" fill="freeze"/></path></g></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><g transform="translate(24 0) scale(-1 1)"><g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"><path d="M3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12Z" stroke-dasharray="60" stroke-dashoffset="60"><animate attributeName="stroke-dashoffset" values="60;0" dur="0.5s" fill="freeze"/></path><path d="M10 12L13 9M10 12L13 15" stroke-dasharray="6" stroke-dashoffset="6"><animate attributeName="stroke-dashoffset" values="6;0" begin="0.6s" dur="0.2s" fill="freeze"/></path></g></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><g transform="translate(24 0) scale(-1 1)"><path d="M8 12L15 5M8 12L15 19" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-dasharray="10" stroke-dashoffset="10"><animate attributeName="stroke-dashoffset" values="10;0" dur="0.3s" fill="freeze"/></path></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><g transform="rotate(-90 12 12)"><g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="8"><path d="M12 12L17 7M12 12L17 17" stroke-dashoffset="8"><animate attributeName="stroke-dashoffset" values="8;0" dur="0.3s" fill="freeze"/></path><path d="M6 12L11 7M6 12L11 17" stroke-dashoffset="8"><animate attributeName="stroke-dashoffset" values="8;0" begin="0.3s" dur="0.3s" fill="freeze"/></path></g></g></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" class="iconify iconify--line-md" width="24" height="24"><g fill="none"><path d="M6 12L11 7" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="il-md-length-15 il-md-duration-2 il-md-delay-2"/><path d="M6 12L11 17" stroke="currentColor" stroke-width="2" stroke-linecap="round" class="il-md-length-15 il-md-duration-2 il-md-delay-2"/><path d="M12 12L17 7" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="il-md-length-15 il-md-duration-2 il-md-delay-0"/><path d="M12 12L17 17" stroke="currentColor" stroke-width="2" stroke-linecap="round" class="il-md-length-15 il-md-duration-2 il-md-delay-0"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="8"><path d="M12 12L17 7M12 12L17 17" stroke-dashoffset="8"><animate attributeName="stroke-dashoffset" values="8;0" dur="0.3s" fill="freeze"/></path><path d="M6 12L11 7M6 12L11 17" stroke-dashoffset="8"><animate attributeName="stroke-dashoffset" values="8;0" begin="0.3s" dur="0.3s" fill="freeze"/></path></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><g transform="translate(24 0) scale(-1 1)"><g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="8"><path d="M12 12L17 7M12 12L17 17" stroke-dashoffset="8"><animate attributeName="stroke-dashoffset" values="8;0" dur="0.3s" fill="freeze"/></path><path d="M6 12L11 7M6 12L11 17" stroke-dashoffset="8"><animate attributeName="stroke-dashoffset" values="8;0" begin="0.3s" dur="0.3s" fill="freeze"/></path></g></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><g transform="rotate(-90 12 12) translate(24 0) scale(-1 1)"><g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="8"><path d="M12 12L17 7M12 12L17 17" stroke-dashoffset="8"><animate attributeName="stroke-dashoffset" values="8;0" dur="0.3s" fill="freeze"/></path><path d="M6 12L11 7M6 12L11 17" stroke-dashoffset="8"><animate attributeName="stroke-dashoffset" values="8;0" begin="0.3s" dur="0.3s" fill="freeze"/></path></g></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><g transform="rotate(-90 12 12)"><path d="M9 12L14 7M9 12L14 17" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-dasharray="8" stroke-dashoffset="8"><animate attributeName="stroke-dashoffset" values="8;0" dur="0.3s" fill="freeze"/></path></g></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" class="iconify iconify--line-md" width="24" height="24"><g fill="none"><path d="M9 12L14 7" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="il-md-length-15 il-md-duration-3 il-md-delay-0"/><path d="M9 12L14 17" stroke="currentColor" stroke-width="2" stroke-linecap="round" class="il-md-length-15 il-md-duration-3 il-md-delay-0"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><path d="M9 12L14 7M9 12L14 17" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-dasharray="8" stroke-dashoffset="8"><animate attributeName="stroke-dashoffset" values="8;0" dur="0.3s" fill="freeze"/></path></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><g transform="translate(24 0) scale(-1 1)"><path d="M9 12L14 7M9 12L14 17" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-dasharray="8" stroke-dashoffset="8"><animate attributeName="stroke-dashoffset" values="8;0" dur="0.3s" fill="freeze"/></path></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><g transform="rotate(-90 12 12)"><g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="8"><path d="M14 12L19 7M14 12L19 17" stroke-dashoffset="8"><animate attributeName="stroke-dashoffset" values="8;0" dur="0.3s" fill="freeze"/></path><path d="M9 12L14 7M9 12L14 17" stroke-dashoffset="8"><animate attributeName="stroke-dashoffset" values="8;0" begin="0.3s" dur="0.3s" fill="freeze"/></path><path d="M4 12L9 7M4 12L9 17" stroke-dashoffset="8"><animate attributeName="stroke-dashoffset" values="8;0" begin="0.6s" dur="0.3s" fill="freeze"/></path></g></g></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" class="iconify iconify--line-md" width="24" height="24"><g fill="none"><path d="M4 12L9 7" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="il-md-length-15 il-md-duration-2 il-md-delay-4"/><path d="M4 12L9 17" stroke="currentColor" stroke-width="2" stroke-linecap="round" class="il-md-length-15 il-md-duration-2 il-md-delay-4"/><path d="M9 12L14 7" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="il-md-length-15 il-md-duration-2 il-md-delay-2"/><path d="M9 12L14 17" stroke="currentColor" stroke-width="2" stroke-linecap="round" class="il-md-length-15 il-md-duration-2 il-md-delay-2"/><path d="M14 12L19 7" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="il-md-length-15 il-md-duration-2 il-md-delay-0"/><path d="M14 12L19 17" stroke="currentColor" stroke-width="2" stroke-linecap="round" class="il-md-length-15 il-md-duration-2 il-md-delay-0"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="8"><path d="M14 12L19 7M14 12L19 17" stroke-dashoffset="8"><animate attributeName="stroke-dashoffset" values="8;0" dur="0.3s" fill="freeze"/></path><path d="M9 12L14 7M9 12L14 17" stroke-dashoffset="8"><animate attributeName="stroke-dashoffset" values="8;0" begin="0.3s" dur="0.3s" fill="freeze"/></path><path d="M4 12L9 7M4 12L9 17" stroke-dashoffset="8"><animate attributeName="stroke-dashoffset" values="8;0" begin="0.6s" dur="0.3s" fill="freeze"/></path></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><g transform="translate(24 0) scale(-1 1)"><g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="8"><path d="M14 12L19 7M14 12L19 17" stroke-dashoffset="8"><animate attributeName="stroke-dashoffset" values="8;0" dur="0.3s" fill="freeze"/></path><path d="M9 12L14 7M9 12L14 17" stroke-dashoffset="8"><animate attributeName="stroke-dashoffset" values="8;0" begin="0.3s" dur="0.3s" fill="freeze"/></path><path d="M4 12L9 7M4 12L9 17" stroke-dashoffset="8"><animate attributeName="stroke-dashoffset" values="8;0" begin="0.6s" dur="0.3s" fill="freeze"/></path></g></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><g transform="rotate(-90 12 12) translate(24 0) scale(-1 1)"><g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="8"><path d="M14 12L19 7M14 12L19 17" stroke-dashoffset="8"><animate attributeName="stroke-dashoffset" values="8;0" dur="0.3s" fill="freeze"/></path><path d="M9 12L14 7M9 12L14 17" stroke-dashoffset="8"><animate attributeName="stroke-dashoffset" values="8;0" begin="0.3s" dur="0.3s" fill="freeze"/></path><path d="M4 12L9 7M4 12L9 17" stroke-dashoffset="8"><animate attributeName="stroke-dashoffset" values="8;0" begin="0.6s" dur="0.3s" fill="freeze"/></path></g></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><g transform="rotate(-90 12 12) translate(24 0) scale(-1 1)"><path d="M9 12L14 7M9 12L14 17" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-dasharray="8" stroke-dashoffset="8"><animate attributeName="stroke-dashoffset" values="8;0" dur="0.3s" fill="freeze"/></path></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><g transform="rotate(-90 12 12)"><g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="10"><path d="M2 12L9 5M2 12L9 19" stroke-dashoffset="10"><animate attributeName="stroke-dashoffset" values="10;0" dur="0.3s" fill="freeze"/></path><path d="M8 12L15 5M8 12L15 19" stroke-dashoffset="10"><animate attributeName="stroke-dashoffset" values="10;0" begin="0.3s" dur="0.3s" fill="freeze"/></path><path d="M14 12L21 5M14 12L21 19" stroke-dashoffset="10"><animate attributeName="stroke-dashoffset" values="10;0" begin="0.6s" dur="0.3s" fill="freeze"/></path></g></g></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" class="iconify iconify--line-md" width="24" height="24"><g fill="none"><path d="M8 12L15 5" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="il-md-length-15 il-md-duration-2 il-md-delay-2"/><path d="M8 12L15 19" stroke="currentColor" stroke-width="2" stroke-linecap="round" class="il-md-length-15 il-md-duration-2 il-md-delay-2"/><path d="M14 12L21 5" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="il-md-length-15 il-md-duration-2 il-md-delay-4"/><path d="M14 12L21 19" stroke="currentColor" stroke-width="2" stroke-linecap="round" class="il-md-length-15 il-md-duration-2 il-md-delay-4"/><path d="M2 12L9 5" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="il-md-length-15 il-md-duration-2 il-md-delay-0"/><path d="M2 12L9 19" stroke="currentColor" stroke-width="2" stroke-linecap="round" class="il-md-length-15 il-md-duration-2 il-md-delay-0"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="10"><path d="M2 12L9 5M2 12L9 19" stroke-dashoffset="10"><animate attributeName="stroke-dashoffset" values="10;0" dur="0.3s" fill="freeze"/></path><path d="M8 12L15 5M8 12L15 19" stroke-dashoffset="10"><animate attributeName="stroke-dashoffset" values="10;0" begin="0.3s" dur="0.3s" fill="freeze"/></path><path d="M14 12L21 5M14 12L21 19" stroke-dashoffset="10"><animate attributeName="stroke-dashoffset" values="10;0" begin="0.6s" dur="0.3s" fill="freeze"/></path></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><g transform="translate(24 0) scale(-1 1)"><g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="10"><path d="M2 12L9 5M2 12L9 19" stroke-dashoffset="10"><animate attributeName="stroke-dashoffset" values="10;0" dur="0.3s" fill="freeze"/></path><path d="M8 12L15 5M8 12L15 19" stroke-dashoffset="10"><animate attributeName="stroke-dashoffset" values="10;0" begin="0.3s" dur="0.3s" fill="freeze"/></path><path d="M14 12L21 5M14 12L21 19" stroke-dashoffset="10"><animate attributeName="stroke-dashoffset" values="10;0" begin="0.6s" dur="0.3s" fill="freeze"/></path></g></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><g transform="rotate(-90 12 12) translate(24 0) scale(-1 1)"><g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="10"><path d="M2 12L9 5M2 12L9 19" stroke-dashoffset="10"><animate attributeName="stroke-dashoffset" values="10;0" dur="0.3s" fill="freeze"/></path><path d="M8 12L15 5M8 12L15 19" stroke-dashoffset="10"><animate attributeName="stroke-dashoffset" values="10;0" begin="0.3s" dur="0.3s" fill="freeze"/></path><path d="M14 12L21 5M14 12L21 19" stroke-dashoffset="10"><animate attributeName="stroke-dashoffset" values="10;0" begin="0.6s" dur="0.3s" fill="freeze"/></path></g></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><g transform="rotate(-90 12 12) translate(24 0) scale(-1 1)"><g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"><path d="M3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12Z" fill="currentColor" fill-opacity="0" stroke-dasharray="60" stroke-dashoffset="60"><animate attributeName="stroke-dashoffset" values="60;0" dur="0.5s" fill="freeze"/><animate attributeName="fill-opacity" values="0;0.3" begin="0.8s" dur="0.15s" fill="freeze"/></path><path d="M10 12L13 9M10 12L13 15" stroke-dasharray="6" stroke-dashoffset="6"><animate attributeName="stroke-dashoffset" values="6;0" begin="0.6s" dur="0.2s" fill="freeze"/></path></g></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><g transform="rotate(-90 12 12) translate(24 0) scale(-1 1)"><g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"><path d="M3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12Z" stroke-dasharray="60" stroke-dashoffset="60"><animate attributeName="stroke-dashoffset" values="60;0" dur="0.5s" fill="freeze"/></path><path d="M10 12L13 9M10 12L13 15" stroke-dasharray="6" stroke-dashoffset="6"><animate attributeName="stroke-dashoffset" values="6;0" begin="0.6s" dur="0.2s" fill="freeze"/></path></g></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><g transform="rotate(-90 12 12) translate(24 0) scale(-1 1)"><path d="M8 12L15 5M8 12L15 19" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-dasharray="10" stroke-dashoffset="10"><animate attributeName="stroke-dashoffset" values="10;0" dur="0.3s" fill="freeze"/></path></g></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" class="iconify iconify--line-md" width="24" height="24"><g fill="none"><path d="M3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12Z" fill="currentColor" fill-opacity="0.3" class="il-md-fill il-md-duration-0 il-md-delay-4"/><path d="M3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" class="il-md-length-70 il-md-duration-4 il-md-delay-0"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><path d="M3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12Z" fill="currentColor" fill-opacity="0" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-dasharray="60" stroke-dashoffset="60"><animate attributeName="stroke-dashoffset" values="60;0" dur="0.5s" fill="freeze"/><animate attributeName="fill-opacity" values="0;0.3" begin="0.5s" dur="0.15s" fill="freeze"/></path></svg>
package/svg/circle.svg CHANGED
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" class="iconify iconify--line-md" width="24" height="24"><g fill="none"><path d="M3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" class="il-md-length-70 il-md-duration-4 il-md-delay-0"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><path d="M3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12Z" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-dasharray="60" stroke-dashoffset="60"><animate attributeName="stroke-dashoffset" values="60;0" dur="0.5s" fill="freeze"/></path></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" class="iconify iconify--line-md" width="24" height="24"><g fill="none"><path d="M6 4H10V6H14V4H18V10H20V18H18V20H6V4Z" fill="currentColor" fill-opacity="0.3" class="il-md-fill il-md-duration-0 il-md-delay-9"/><path d="M12 3H19V11" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="il-md-length-25 il-md-duration-2 il-md-delay-0"/><path d="M19 17V21H5V3H12" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="il-md-length-70 il-md-duration-4 il-md-delay-2"/><path d="M14.5 3.5V6.5H9.5V3.5" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" class="il-md-length-15 il-md-duration-2 il-md-delay-5"/><path d="M21 14H12.5" stroke="currentColor" stroke-width="2" stroke-linecap="round" class="il-md-length-15 il-md-duration-2 il-md-delay-5"/><path d="M12 14L15 17" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="il-md-length-15 il-md-duration-2 il-md-delay-7"/><path d="M12 14L15 11" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="il-md-length-15 il-md-duration-2 il-md-delay-7"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><path d="M6 4H10V6H14V4H18V10H20V18H18V20H6V4Z" fill="currentColor" fill-opacity="0"><animate attributeName="fill-opacity" values="0;0.3" begin="1.4s" dur="0.15s" fill="freeze"/></path><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"><g stroke-width="2"><path d="M12 3H19V11" stroke-dasharray="16" stroke-dashoffset="16"><animate attributeName="stroke-dashoffset" values="16;0" dur="0.2s" fill="freeze"/></path><path d="M19 17V21H5V3H12" stroke-dasharray="44" stroke-dashoffset="44"><animate attributeName="stroke-dashoffset" values="44;0" begin="0.2s" dur="0.4s" fill="freeze"/></path><path d="M21 14H12.5" stroke-dasharray="10" stroke-dashoffset="10"><animate attributeName="stroke-dashoffset" values="10;0" begin="1s" dur="0.2s" fill="freeze"/></path><path d="M12 14L15 17M12 14L15 11" stroke-dasharray="6" stroke-dashoffset="6"><animate attributeName="stroke-dashoffset" values="6;0" begin="1.2s" dur="0.2s" fill="freeze"/></path></g><path d="M14.5 3.5V6.5H9.5V3.5" stroke-dasharray="12" stroke-dashoffset="12"><animate attributeName="stroke-dashoffset" values="12;0" begin="0.7s" dur="0.2s" fill="freeze"/></path></g></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" class="iconify iconify--line-md" width="24" height="24"><g fill="none"><path d="M12 3H19V11" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="il-md-length-25 il-md-duration-2 il-md-delay-0"/><path d="M19 17V21H5V3H12" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="il-md-length-70 il-md-duration-4 il-md-delay-2"/><path d="M14.5 3.5V6.5H9.5V3.5" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" class="il-md-length-15 il-md-duration-2 il-md-delay-5"/><path d="M21 14H12.5" stroke="currentColor" stroke-width="2" stroke-linecap="round" class="il-md-length-15 il-md-duration-2 il-md-delay-5"/><path d="M12 14L15 17" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="il-md-length-15 il-md-duration-2 il-md-delay-7"/><path d="M12 14L15 11" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="il-md-length-15 il-md-duration-2 il-md-delay-7"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"><g stroke-width="2"><path d="M12 3H19V11" stroke-dasharray="16" stroke-dashoffset="16"><animate attributeName="stroke-dashoffset" values="16;0" dur="0.2s" fill="freeze"/></path><path d="M19 17V21H5V3H12" stroke-dasharray="44" stroke-dashoffset="44"><animate attributeName="stroke-dashoffset" values="44;0" begin="0.2s" dur="0.4s" fill="freeze"/></path><path d="M21 14H12.5" stroke-dasharray="10" stroke-dashoffset="10"><animate attributeName="stroke-dashoffset" values="10;0" begin="1s" dur="0.2s" fill="freeze"/></path><path d="M12 14L15 17M12 14L15 11" stroke-dasharray="6" stroke-dashoffset="6"><animate attributeName="stroke-dashoffset" values="6;0" begin="1.2s" dur="0.2s" fill="freeze"/></path></g><path d="M14.5 3.5V6.5H9.5V3.5" stroke-dasharray="12" stroke-dashoffset="12"><animate attributeName="stroke-dashoffset" values="12;0" begin="0.7s" dur="0.2s" fill="freeze"/></path></g></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" class="iconify iconify--line-md" width="24" height="24"><g fill="none"><path d="M6 4H10V6H14V4H18V20H6V4Z" fill="currentColor" fill-opacity="0.3" class="il-md-fill il-md-duration-0 il-md-delay-7"/><path d="M12 3H19V21H5V3H12Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="il-md-length-70 il-md-duration-4 il-md-delay-0"/><path d="M14.5 3.5V6.5H9.5V3.5" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" class="il-md-length-15 il-md-duration-2 il-md-delay-4"/><path d="M9 13L11 15L15 11" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="il-md-length-15 il-md-duration-4 il-md-delay-4"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><path d="M6 4H10V6H14V4H18V20H6V4Z" fill="currentColor" fill-opacity="0"><animate attributeName="fill-opacity" values="0;0.3" begin="1.2s" dur="0.15s" fill="freeze"/></path><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"><g stroke-width="2"><path d="M12 3H19V21H5V3H12Z" stroke-dasharray="66" stroke-dashoffset="66"><animate attributeName="stroke-dashoffset" values="66;0" dur="0.6s" fill="freeze"/></path><path d="M9 13L11 15L15 11" stroke-dasharray="10" stroke-dashoffset="10"><animate attributeName="stroke-dashoffset" values="10;0" begin="1s" dur="0.2s" fill="freeze"/></path></g><path d="M14.5 3.5V6.5H9.5V3.5" stroke-dasharray="12" stroke-dashoffset="12"><animate attributeName="stroke-dashoffset" values="12;0" begin="0.7s" dur="0.2s" fill="freeze"/></path></g></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" class="iconify iconify--line-md" width="24" height="24"><g fill="none"><path d="M12 3H19V21H5V3H12Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="il-md-length-70 il-md-duration-4 il-md-delay-0"/><path d="M14.5 3.5V6.5H9.5V3.5" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" class="il-md-length-15 il-md-duration-2 il-md-delay-4"/><path d="M9 13L11 15L15 11" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="il-md-length-15 il-md-duration-4 il-md-delay-4"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"><g stroke-width="2"><path d="M12 3H19V21H5V3H12Z" stroke-dasharray="66" stroke-dashoffset="66"><animate attributeName="stroke-dashoffset" values="66;0" dur="0.6s" fill="freeze"/></path><path d="M9 13L11 15L15 11" stroke-dasharray="10" stroke-dashoffset="10"><animate attributeName="stroke-dashoffset" values="10;0" begin="1s" dur="0.2s" fill="freeze"/></path></g><path d="M14.5 3.5V6.5H9.5V3.5" stroke-dasharray="12" stroke-dashoffset="12"><animate attributeName="stroke-dashoffset" values="12;0" begin="0.7s" dur="0.2s" fill="freeze"/></path></g></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" class="iconify iconify--line-md" width="24" height="24"><g fill="none"><path d="M6 4H10V6H14V4H18V20H6V4Z" fill="currentColor" fill-opacity="0.3" class="il-md-fill il-md-duration-0 il-md-delay-10"/><path d="M12 3H19V21H5V3H12Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="il-md-length-70 il-md-duration-4 il-md-delay-0"/><path d="M14.5 3.5V6.5H9.5V3.5" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" class="il-md-length-15 il-md-duration-2 il-md-delay-4"/><path d="M9 10H12" stroke="currentColor" stroke-width="2" stroke-linecap="round" class="il-md-length-15 il-md-duration-2 il-md-delay-4"/><path d="M9 13H14" stroke="currentColor" stroke-width="2" stroke-linecap="round" class="il-md-length-15 il-md-duration-2 il-md-delay-6"/><path d="M9 16H15" stroke="currentColor" stroke-width="2" stroke-linecap="round" class="il-md-length-15 il-md-duration-2 il-md-delay-8"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><path d="M6 4H10V6H14V4H18V20H6V4Z" fill="currentColor" fill-opacity="0"><animate attributeName="fill-opacity" values="0;0.3" begin="1.6s" dur="0.15s" fill="freeze"/></path><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"><g stroke-width="2"><path d="M12 3H19V21H5V3H12Z" stroke-dasharray="66" stroke-dashoffset="66"><animate attributeName="stroke-dashoffset" values="66;0" dur="0.6s" fill="freeze"/></path><path d="M9 10H12" stroke-dasharray="5" stroke-dashoffset="5"><animate attributeName="stroke-dashoffset" values="5;0" begin="1s" dur="0.2s" fill="freeze"/></path><path d="M9 13H14" stroke-dasharray="6" stroke-dashoffset="6"><animate attributeName="stroke-dashoffset" values="6;0" begin="1.2s" dur="0.2s" fill="freeze"/></path><path d="M9 16H15" stroke-dasharray="7" stroke-dashoffset="7"><animate attributeName="stroke-dashoffset" values="7;0" begin="1.4s" dur="0.2s" fill="freeze"/></path></g><path d="M14.5 3.5V6.5H9.5V3.5" stroke-dasharray="12" stroke-dashoffset="12"><animate attributeName="stroke-dashoffset" values="12;0" begin="0.7s" dur="0.2s" fill="freeze"/></path></g></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" class="iconify iconify--line-md" width="24" height="24"><g fill="none"><path d="M12 3H19V21H5V3H12Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="il-md-length-70 il-md-duration-4 il-md-delay-0"/><path d="M14.5 3.5V6.5H9.5V3.5" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" class="il-md-length-15 il-md-duration-2 il-md-delay-4"/><path d="M9 10H12" stroke="currentColor" stroke-width="2" stroke-linecap="round" class="il-md-length-15 il-md-duration-2 il-md-delay-4"/><path d="M9 13H14" stroke="currentColor" stroke-width="2" stroke-linecap="round" class="il-md-length-15 il-md-duration-2 il-md-delay-6"/><path d="M9 16H15" stroke="currentColor" stroke-width="2" stroke-linecap="round" class="il-md-length-15 il-md-duration-2 il-md-delay-8"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"><g stroke-width="2"><path d="M12 3H19V21H5V3H12Z" stroke-dasharray="66" stroke-dashoffset="66"><animate attributeName="stroke-dashoffset" values="66;0" dur="0.6s" fill="freeze"/></path><path d="M9 10H12" stroke-dasharray="5" stroke-dashoffset="5"><animate attributeName="stroke-dashoffset" values="5;0" begin="1s" dur="0.2s" fill="freeze"/></path><path d="M9 13H14" stroke-dasharray="6" stroke-dashoffset="6"><animate attributeName="stroke-dashoffset" values="6;0" begin="1.2s" dur="0.2s" fill="freeze"/></path><path d="M9 16H15" stroke-dasharray="7" stroke-dashoffset="7"><animate attributeName="stroke-dashoffset" values="7;0" begin="1.4s" dur="0.2s" fill="freeze"/></path></g><path d="M14.5 3.5V6.5H9.5V3.5" stroke-dasharray="12" stroke-dashoffset="12"><animate attributeName="stroke-dashoffset" values="12;0" begin="0.7s" dur="0.2s" fill="freeze"/></path></g></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" class="iconify iconify--line-md" width="24" height="24"><g fill="none"><path d="M6 4H10V6H14V4H18V20H6V4Z" fill="currentColor" fill-opacity="0.3" class="il-md-fill il-md-duration-0 il-md-delay-6"/><path d="M12 3H19V21H5V3H12Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="il-md-length-70 il-md-duration-4 il-md-delay-0"/><path d="M14.5 3.5V6.5H9.5V3.5" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" class="il-md-length-15 il-md-duration-2 il-md-delay-4"/><path d="M9 13H15" stroke="currentColor" stroke-width="2" stroke-linecap="round" class="il-md-length-15 il-md-duration-2 il-md-delay-4"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><path d="M6 4H10V6H14V4H18V20H6V4Z" fill="currentColor" fill-opacity="0"><animate attributeName="fill-opacity" values="0;0.3" begin="1.2s" dur="0.15s" fill="freeze"/></path><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"><g stroke-width="2"><path d="M12 3H19V21H5V3H12Z" stroke-dasharray="66" stroke-dashoffset="66"><animate attributeName="stroke-dashoffset" values="66;0" dur="0.6s" fill="freeze"/></path><path d="M9 13H15" stroke-dasharray="8" stroke-dashoffset="8"><animate attributeName="stroke-dashoffset" values="8;0" begin="1s" dur="0.2s" fill="freeze"/></path></g><path d="M14.5 3.5V6.5H9.5V3.5" stroke-dasharray="12" stroke-dashoffset="12"><animate attributeName="stroke-dashoffset" values="12;0" begin="0.7s" dur="0.2s" fill="freeze"/></path></g></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" class="iconify iconify--line-md" width="24" height="24"><g fill="none"><path d="M12 3H19V21H5V3H12Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="il-md-length-70 il-md-duration-4 il-md-delay-0"/><path d="M14.5 3.5V6.5H9.5V3.5" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" class="il-md-length-15 il-md-duration-2 il-md-delay-4"/><path d="M9 13H15" stroke="currentColor" stroke-width="2" stroke-linecap="round" class="il-md-length-15 il-md-duration-2 il-md-delay-4"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"><g stroke-width="2"><path d="M12 3H19V21H5V3H12Z" stroke-dasharray="66" stroke-dashoffset="66"><animate attributeName="stroke-dashoffset" values="66;0" dur="0.6s" fill="freeze"/></path><path d="M9 13H15" stroke-dasharray="8" stroke-dashoffset="8"><animate attributeName="stroke-dashoffset" values="8;0" begin="1s" dur="0.2s" fill="freeze"/></path></g><path d="M14.5 3.5V6.5H9.5V3.5" stroke-dasharray="12" stroke-dashoffset="12"><animate attributeName="stroke-dashoffset" values="12;0" begin="0.7s" dur="0.2s" fill="freeze"/></path></g></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" class="iconify iconify--line-md" width="24" height="24"><g fill="none"><path d="M6 4H10V6H14V4H18V20H6V4Z" fill="currentColor" fill-opacity="0.3" class="il-md-fill il-md-duration-0 il-md-delay-8"/><path d="M12 3H19V21H5V3H12Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="il-md-length-70 il-md-duration-4 il-md-delay-0"/><path d="M14.5 3.5V6.5H9.5V3.5" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" class="il-md-length-15 il-md-duration-2 il-md-delay-4"/><path d="M12 10V16" stroke="currentColor" stroke-width="2" stroke-linecap="round" class="il-md-length-15 il-md-duration-2 il-md-delay-4"/><path d="M9 13H15" stroke="currentColor" stroke-width="2" stroke-linecap="round" class="il-md-length-15 il-md-duration-2 il-md-delay-6"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><path d="M6 4H10V6H14V4H18V20H6V4Z" fill="currentColor" fill-opacity="0"><animate attributeName="fill-opacity" values="0;0.3" begin="1.4s" dur="0.15s" fill="freeze"/></path><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"><g stroke-width="2"><path d="M12 3H19V21H5V3H12Z" stroke-dasharray="66" stroke-dashoffset="66"><animate attributeName="stroke-dashoffset" values="66;0" dur="0.6s" fill="freeze"/></path><path d="M9 13H15" stroke-dasharray="8" stroke-dashoffset="8"><animate attributeName="stroke-dashoffset" values="8;0" begin="1s" dur="0.2s" fill="freeze"/></path><path d="M12 10V16" stroke-dasharray="8" stroke-dashoffset="8"><animate attributeName="stroke-dashoffset" values="8;0" begin="1.2s" dur="0.2s" fill="freeze"/></path></g><path d="M14.5 3.5V6.5H9.5V3.5" stroke-dasharray="12" stroke-dashoffset="12"><animate attributeName="stroke-dashoffset" values="12;0" begin="0.7s" dur="0.2s" fill="freeze"/></path></g></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" class="iconify iconify--line-md" width="24" height="24"><g fill="none"><path d="M12 3H19V21H5V3H12Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="il-md-length-70 il-md-duration-4 il-md-delay-0"/><path d="M14.5 3.5V6.5H9.5V3.5" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" class="il-md-length-15 il-md-duration-2 il-md-delay-4"/><path d="M12 10V16" stroke="currentColor" stroke-width="2" stroke-linecap="round" class="il-md-length-15 il-md-duration-2 il-md-delay-4"/><path d="M9 13H15" stroke="currentColor" stroke-width="2" stroke-linecap="round" class="il-md-length-15 il-md-duration-2 il-md-delay-6"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"><g stroke-width="2"><path d="M12 3H19V21H5V3H12Z" stroke-dasharray="66" stroke-dashoffset="66"><animate attributeName="stroke-dashoffset" values="66;0" dur="0.6s" fill="freeze"/></path><path d="M9 13H15" stroke-dasharray="8" stroke-dashoffset="8"><animate attributeName="stroke-dashoffset" values="8;0" begin="1s" dur="0.2s" fill="freeze"/></path><path d="M12 10V16" stroke-dasharray="8" stroke-dashoffset="8"><animate attributeName="stroke-dashoffset" values="8;0" begin="1.2s" dur="0.2s" fill="freeze"/></path></g><path d="M14.5 3.5V6.5H9.5V3.5" stroke-dasharray="12" stroke-dashoffset="12"><animate attributeName="stroke-dashoffset" values="12;0" begin="0.7s" dur="0.2s" fill="freeze"/></path></g></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" class="iconify iconify--line-md" width="24" height="24"><g fill="none"><path d="M6 4H10V6H14V4H18V20H6V4Z" fill="currentColor" fill-opacity="0.3" class="il-md-fill il-md-duration-0 il-md-delay-6"/><path d="M12 3H19V21H5V3H12Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="il-md-length-70 il-md-duration-4 il-md-delay-0"/><path d="M14.5 3.5V6.5H9.5V3.5" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" class="il-md-length-15 il-md-duration-2 il-md-delay-4"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><path d="M6 4H10V6H14V4H18V20H6V4Z" fill="currentColor" fill-opacity="0"><animate attributeName="fill-opacity" values="0;0.3" begin="0.9s" dur="0.15s" fill="freeze"/></path><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"><path d="M12 3H19V21H5V3H12Z" stroke-width="2" stroke-dasharray="66" stroke-dashoffset="66"><animate attributeName="stroke-dashoffset" values="66;0" dur="0.6s" fill="freeze"/></path><path d="M14.5 3.5V6.5H9.5V3.5" stroke-dasharray="12" stroke-dashoffset="12"><animate attributeName="stroke-dashoffset" values="12;0" begin="0.7s" dur="0.2s" fill="freeze"/></path></g></svg>
package/svg/clipboard.svg CHANGED
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" class="iconify iconify--line-md" width="24" height="24"><g fill="none"><path d="M12 3H19V21H5V3H12Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="il-md-length-70 il-md-duration-4 il-md-delay-0"/><path d="M14.5 3.5V6.5H9.5V3.5" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" class="il-md-length-15 il-md-duration-2 il-md-delay-4"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"><path d="M12 3H19V21H5V3H12Z" stroke-width="2" stroke-dasharray="66" stroke-dashoffset="66"><animate attributeName="stroke-dashoffset" values="66;0" dur="0.6s" fill="freeze"/></path><path d="M14.5 3.5V6.5H9.5V3.5" stroke-dasharray="12" stroke-dashoffset="12"><animate attributeName="stroke-dashoffset" values="12;0" begin="0.7s" dur="0.2s" fill="freeze"/></path></g></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" class="iconify iconify--line-md" width="24" height="24"><g fill="none"><path d="M3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12Z" fill="currentColor" fill-opacity="0.3" class="il-md-fill il-md-duration-0 il-md-delay-8"/><path d="M12 12L16 16" stroke="currentColor" stroke-width="2" stroke-linecap="round" class="il-md-length-15 il-md-duration-4 il-md-delay-4"/><path d="M12 12L8 8" stroke="currentColor" stroke-width="2" stroke-linecap="round" class="il-md-length-15 il-md-duration-4 il-md-delay-4"/><path d="M12 12L8 16" stroke="currentColor" stroke-width="2" stroke-linecap="round" class="il-md-length-15 il-md-duration-4 il-md-delay-4"/><path d="M12 12L16 8" stroke="currentColor" stroke-width="2" stroke-linecap="round" class="il-md-length-15 il-md-duration-4 il-md-delay-4"/><path d="M12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" class="il-md-length-70 il-md-duration-4 il-md-delay-0"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><g stroke="currentColor" stroke-width="2" stroke-linecap="round"><path d="M12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3Z" fill="currentColor" fill-opacity="0" stroke-dasharray="60" stroke-dashoffset="60"><animate attributeName="stroke-dashoffset" values="60;0" dur="0.5s" fill="freeze"/><animate attributeName="fill-opacity" values="0;0.3" begin="0.8s" dur="0.15s" fill="freeze"/></path><path d="M12 12L16 16M12 12L8 8M12 12L8 16M12 12L16 8" fill="none" stroke-dasharray="8" stroke-dashoffset="8"><animate attributeName="stroke-dashoffset" values="8;0" begin="0.6s" dur="0.2s" fill="freeze"/></path></g></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" class="iconify iconify--line-md" width="24" height="24"><g fill="none"><path d="M12 12L16 16" stroke="currentColor" stroke-width="2" stroke-linecap="round" class="il-md-length-15 il-md-duration-4 il-md-delay-4"/><path d="M12 12L8 8" stroke="currentColor" stroke-width="2" stroke-linecap="round" class="il-md-length-15 il-md-duration-4 il-md-delay-4"/><path d="M12 12L8 16" stroke="currentColor" stroke-width="2" stroke-linecap="round" class="il-md-length-15 il-md-duration-4 il-md-delay-4"/><path d="M12 12L16 8" stroke="currentColor" stroke-width="2" stroke-linecap="round" class="il-md-length-15 il-md-duration-4 il-md-delay-4"/><path d="M12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" class="il-md-length-70 il-md-duration-4 il-md-delay-0"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"><path d="M12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3Z" stroke-dasharray="60" stroke-dashoffset="60"><animate attributeName="stroke-dashoffset" values="60;0" dur="0.5s" fill="freeze"/></path><path d="M12 12L16 16M12 12L8 8M12 12L8 16M12 12L16 8" stroke-dasharray="8" stroke-dashoffset="8"><animate attributeName="stroke-dashoffset" values="8;0" begin="0.6s" dur="0.2s" fill="freeze"/></path></g></svg>
package/svg/close.svg CHANGED
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" class="iconify iconify--line-md" width="24" height="24"><g fill="none"><path d="M12 12L19 19" stroke="currentColor" stroke-width="2" stroke-linecap="round" class="il-md-length-15 il-md-duration-4 il-md-delay-0"/><path d="M12 12L5 5" stroke="currentColor" stroke-width="2" stroke-linecap="round" class="il-md-length-15 il-md-duration-4 il-md-delay-0"/><path d="M12 12L5 19" stroke="currentColor" stroke-width="2" stroke-linecap="round" class="il-md-length-15 il-md-duration-4 il-md-delay-0"/><path d="M12 12L19 5" stroke="currentColor" stroke-width="2" stroke-linecap="round" class="il-md-length-15 il-md-duration-4 il-md-delay-0"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><path d="M12 12L19 19M12 12L5 5M12 12L5 19M12 12L19 5" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-dasharray="12" stroke-dashoffset="12"><animate attributeName="stroke-dashoffset" values="12;0" dur="0.4s" fill="freeze"/></path></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" class="iconify iconify--line-md" width="24" height="24"><g fill="none"><path d="M9 6L12 4L15 6L21 14L17 19H7L3 14L9 6Z" fill="currentColor" fill-opacity="0.3" class="il-md-fill il-md-duration-0 il-md-delay-8"/><path d="M8 18H7C4.5 18 3 16 3 14C3 12 4.5 10 7 10C8 10 8.5 10.5 8.5 10.5" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="il-md-length-25 il-md-duration-2 il-md-delay-0"/><path d="M16 18H17C19.5 18 21 16 21 14C21 12 19.5 10 17 10C16 10 15.5 10.5 15.5 10.5" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="il-md-length-25 il-md-duration-2 il-md-delay-0"/><path d="M17 10C17 10 17 9.5 17 9C17 6.5 15 4 12 4" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="il-md-length-15 il-md-duration-2 il-md-delay-2"/><path d="M7 10V9C7 6.5 9 4 12 4" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="il-md-length-15 il-md-duration-2 il-md-delay-2"/><path d="M12 15V21" stroke="currentColor" stroke-width="2" stroke-linecap="round" class="il-md-length-15 il-md-duration-2 il-md-delay-4"/><path d="M12 22L14 20" stroke="currentColor" stroke-width="2" stroke-linecap="round" class="il-md-length-15 il-md-duration-2 il-md-delay-6"/><path d="M12 22L10 20" stroke="currentColor" stroke-width="2" stroke-linecap="round" class="il-md-length-15 il-md-duration-2 il-md-delay-6"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><path d="M9 6L12 4L15 6L21 14L17 19H7L3 14L9 6Z" fill="currentColor" fill-opacity="0"><animate attributeName="fill-opacity" values="0;0.3" begin="1.3s" dur="0.15s" fill="freeze"/></path><g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M8 18H7C4.5 18 3 16 3 14C3 12 4.5 10 7 10C8 10 8.5 10.5 8.5 10.5M16 18H17C19.5 18 21 16 21 14C21 12 19.5 10 17 10C16 10 15.5 10.5 15.5 10.5" stroke-dasharray="16" stroke-dashoffset="16"><animate attributeName="stroke-dashoffset" values="16;0" dur="0.4s" fill="freeze"/></path><path d="M17 10C17 10 17 9.5 17 9C17 6.5 15 4 12 4M7 10V9C7 6.5 9 4 12 4" stroke-dasharray="9" stroke-dashoffset="9"><animate attributeName="stroke-dashoffset" values="9;0" begin="0.5s" dur="0.3s" fill="freeze"/></path><path d="M12 15V21" stroke-dasharray="8" stroke-dashoffset="8"><animate attributeName="stroke-dashoffset" values="8;0" begin="0.9s" dur="0.2s" fill="freeze"/></path><path d="M12 22L14 20M12 22L10 20" stroke-dasharray="3" stroke-dashoffset="3"><animate attributeName="stroke-dashoffset" values="3;0" begin="1.1s" dur="0.2s" fill="freeze"/></path></g></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" class="iconify iconify--line-md" width="24" height="24"><g fill="none"><path d="M8 18H7C4.5 18 3 16 3 14C3 12 4.5 10 7 10C8 10 8.5 10.5 8.5 10.5" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="il-md-length-25 il-md-duration-2 il-md-delay-0"/><path d="M16 18H17C19.5 18 21 16 21 14C21 12 19.5 10 17 10C16 10 15.5 10.5 15.5 10.5" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="il-md-length-25 il-md-duration-2 il-md-delay-0"/><path d="M17 10C17 10 17 9.5 17 9C17 6.5 15 4 12 4" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="il-md-length-15 il-md-duration-2 il-md-delay-2"/><path d="M7 10V9C7 6.5 9 4 12 4" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="il-md-length-15 il-md-duration-2 il-md-delay-2"/><path d="M12 15V21" stroke="currentColor" stroke-width="2" stroke-linecap="round" class="il-md-length-15 il-md-duration-2 il-md-delay-4"/><path d="M12 22L14 20" stroke="currentColor" stroke-width="2" stroke-linecap="round" class="il-md-length-15 il-md-duration-2 il-md-delay-6"/><path d="M12 22L10 20" stroke="currentColor" stroke-width="2" stroke-linecap="round" class="il-md-length-15 il-md-duration-2 il-md-delay-6"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M8 18H7C4.5 18 3 16 3 14C3 12 4.5 10 7 10C8 10 8.5 10.5 8.5 10.5M16 18H17C19.5 18 21 16 21 14C21 12 19.5 10 17 10C16 10 15.5 10.5 15.5 10.5" stroke-dasharray="16" stroke-dashoffset="16"><animate attributeName="stroke-dashoffset" values="16;0" dur="0.4s" fill="freeze"/></path><path d="M17 10C17 10 17 9.5 17 9C17 6.5 15 4 12 4M7 10V9C7 6.5 9 4 12 4" stroke-dasharray="9" stroke-dashoffset="9"><animate attributeName="stroke-dashoffset" values="9;0" begin="0.5s" dur="0.3s" fill="freeze"/></path><path d="M12 15V21" stroke-dasharray="8" stroke-dashoffset="8"><animate attributeName="stroke-dashoffset" values="8;0" begin="0.9s" dur="0.2s" fill="freeze"/></path><path d="M12 22L14 20M12 22L10 20" stroke-dasharray="3" stroke-dashoffset="3"><animate attributeName="stroke-dashoffset" values="3;0" begin="1.1s" dur="0.2s" fill="freeze"/></path></g></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" class="iconify iconify--line-md" width="24" height="24"><g fill="none"><path d="M9 7L12 5L15 7L21 15L18 19H6L3 15L9 7Z" fill="currentColor" class="il-md-fill il-md-delay-4"/><path d="M12 19C12 19 9.5 19 7 19C4.5 19 3 17 3 15C3 13 4.5 11 7 11C8 11 8.5 11.5 8.5 11.5" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="il-md-length-25 il-md-duration-2 il-md-delay-0"/><path d="M12 19H17C19.5 19 21 17 21 15C21 13 19.5 11 17 11C16 11 15.5 11.5 15.5 11.5" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="il-md-length-25 il-md-duration-2 il-md-delay-0"/><path d="M17 11C17 11 17 10.5 17 10C17 7.5 15 5 12 5" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="il-md-length-15 il-md-duration-2 il-md-delay-2"/><path d="M7 11V10C7 7.5 9 5 12 5" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="il-md-length-15 il-md-duration-2 il-md-delay-2"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><path d="M9 7L12 5L15 7L21 15L18 19H6L3 15L9 7Z" fill="currentColor" fill-opacity="0"><animate attributeName="fill-opacity" values="0;1" begin="0.8s" dur="0.5s" fill="freeze"/></path><g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M12 19C12 19 9.5 19 7 19C4.5 19 3 17 3 15C3 13 4.5 11 7 11C8 11 8.5 11.5 8.5 11.5M12 19H17C19.5 19 21 17 21 15C21 13 19.5 11 17 11C16 11 15.5 11.5 15.5 11.5" stroke-dasharray="20" stroke-dashoffset="20"><animate attributeName="stroke-dashoffset" values="20;0" dur="0.4s" fill="freeze"/></path><path d="M17 11C17 11 17 10.5 17 10C17 7.5 15 5 12 5M7 11V10C7 7.5 9 5 12 5" stroke-dasharray="9" stroke-dashoffset="9"><animate attributeName="stroke-dashoffset" values="9;0" begin="0.5s" dur="0.3s" fill="freeze"/></path></g></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" class="iconify iconify--line-md" width="24" height="24"><g fill="none"><path d="M9 7L12 5L15 7L21 15L18 19H6L3 15L9 7Z" fill="currentColor" fill-opacity="0.3" class="il-md-fill il-md-duration-0 il-md-delay-4"/><path d="M12 19C12 19 9.5 19 7 19C4.5 19 3 17 3 15C3 13 4.5 11 7 11C8 11 8.5 11.5 8.5 11.5" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="il-md-length-25 il-md-duration-2 il-md-delay-0"/><path d="M12 19H17C19.5 19 21 17 21 15C21 13 19.5 11 17 11C16 11 15.5 11.5 15.5 11.5" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="il-md-length-25 il-md-duration-2 il-md-delay-0"/><path d="M17 11C17 11 17 10.5 17 10C17 7.5 15 5 12 5" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="il-md-length-15 il-md-duration-2 il-md-delay-2"/><path d="M7 11V10C7 7.5 9 5 12 5" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="il-md-length-15 il-md-duration-2 il-md-delay-2"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><path d="M9 7L12 5L15 7L21 15L18 19H6L3 15L9 7Z" fill="currentColor" fill-opacity="0"><animate attributeName="fill-opacity" values="0;0.3" begin="0.8s" dur="0.15s" fill="freeze"/></path><g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M12 19C12 19 9.5 19 7 19C4.5 19 3 17 3 15C3 13 4.5 11 7 11C8 11 8.5 11.5 8.5 11.5M12 19H17C19.5 19 21 17 21 15C21 13 19.5 11 17 11C16 11 15.5 11.5 15.5 11.5" stroke-dasharray="20" stroke-dashoffset="20"><animate attributeName="stroke-dashoffset" values="20;0" dur="0.4s" fill="freeze"/></path><path d="M17 11C17 11 17 10.5 17 10C17 7.5 15 5 12 5M7 11V10C7 7.5 9 5 12 5" stroke-dasharray="9" stroke-dashoffset="9"><animate attributeName="stroke-dashoffset" values="9;0" begin="0.5s" dur="0.3s" fill="freeze"/></path></g></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" class="iconify iconify--line-md" width="24" height="24"><g fill="none"><path d="M9 6L12 4L15 6L21 14L17 19H7L3 14L9 6Z" fill="currentColor" fill-opacity="0.3" class="il-md-fill il-md-duration-0 il-md-delay-8"/><path d="M8 18H7C4.5 18 3 16 3 14C3 12 4.5 10 7 10C8 10 8.5 10.5 8.5 10.5" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="il-md-length-25 il-md-duration-2 il-md-delay-0"/><path d="M16 18H17C19.5 18 21 16 21 14C21 12 19.5 10 17 10C16 10 15.5 10.5 15.5 10.5" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="il-md-length-25 il-md-duration-2 il-md-delay-0"/><path d="M17 10C17 10 17 9.5 17 9C17 6.5 15 4 12 4" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="il-md-length-15 il-md-duration-2 il-md-delay-2"/><path d="M7 10V9C7 6.5 9 4 12 4" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="il-md-length-15 il-md-duration-2 il-md-delay-2"/><path d="M12 20V14" stroke="currentColor" stroke-width="2" stroke-linecap="round" class="il-md-length-15 il-md-duration-2 il-md-delay-4"/><path d="M12 13L14 15" stroke="currentColor" stroke-width="2" stroke-linecap="round" class="il-md-length-15 il-md-duration-2 il-md-delay-6"/><path d="M12 13L10 15" stroke="currentColor" stroke-width="2" stroke-linecap="round" class="il-md-length-15 il-md-duration-2 il-md-delay-6"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><path d="M9 6L12 4L15 6L21 14L17 19H7L3 14L9 6Z" fill="currentColor" fill-opacity="0"><animate attributeName="fill-opacity" values="0;0.3" begin="1.3s" dur="0.15s" fill="freeze"/></path><g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M8 18H7C4.5 18 3 16 3 14C3 12 4.5 10 7 10C8 10 8.5 10.5 8.5 10.5M16 18H17C19.5 18 21 16 21 14C21 12 19.5 10 17 10C16 10 15.5 10.5 15.5 10.5" stroke-dasharray="16" stroke-dashoffset="16"><animate attributeName="stroke-dashoffset" values="16;0" dur="0.4s" fill="freeze"/></path><path d="M17 10C17 10 17 9.5 17 9C17 6.5 15 4 12 4M7 10V9C7 6.5 9 4 12 4" stroke-dasharray="9" stroke-dashoffset="9"><animate attributeName="stroke-dashoffset" values="9;0" begin="0.5s" dur="0.3s" fill="freeze"/></path><path d="M12 20V14" stroke-dasharray="8" stroke-dashoffset="8"><animate attributeName="stroke-dashoffset" values="8;0" begin="0.9s" dur="0.2s" fill="freeze"/></path><path d="M12 13L14 15M12 13L10 15" stroke-dasharray="4" stroke-dashoffset="4"><animate attributeName="stroke-dashoffset" values="4;0" begin="1.1s" dur="0.2s" fill="freeze"/></path></g></svg>
package/svg/cloud-up.svg CHANGED
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" class="iconify iconify--line-md" width="24" height="24"><g fill="none"><path d="M8 18H7C4.5 18 3 16 3 14C3 12 4.5 10 7 10C8 10 8.5 10.5 8.5 10.5" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="il-md-length-25 il-md-duration-2 il-md-delay-0"/><path d="M16 18H17C19.5 18 21 16 21 14C21 12 19.5 10 17 10C16 10 15.5 10.5 15.5 10.5" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="il-md-length-25 il-md-duration-2 il-md-delay-0"/><path d="M17 10C17 10 17 9.5 17 9C17 6.5 15 4 12 4" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="il-md-length-15 il-md-duration-2 il-md-delay-2"/><path d="M7 10V9C7 6.5 9 4 12 4" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="il-md-length-15 il-md-duration-2 il-md-delay-2"/><path d="M12 20V14" stroke="currentColor" stroke-width="2" stroke-linecap="round" class="il-md-length-15 il-md-duration-2 il-md-delay-4"/><path d="M12 13L14 15" stroke="currentColor" stroke-width="2" stroke-linecap="round" class="il-md-length-15 il-md-duration-2 il-md-delay-6"/><path d="M12 13L10 15" stroke="currentColor" stroke-width="2" stroke-linecap="round" class="il-md-length-15 il-md-duration-2 il-md-delay-6"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M8 18H7C4.5 18 3 16 3 14C3 12 4.5 10 7 10C8 10 8.5 10.5 8.5 10.5M16 18H17C19.5 18 21 16 21 14C21 12 19.5 10 17 10C16 10 15.5 10.5 15.5 10.5" stroke-dasharray="16" stroke-dashoffset="16"><animate attributeName="stroke-dashoffset" values="16;0" dur="0.4s" fill="freeze"/></path><path d="M17 10C17 10 17 9.5 17 9C17 6.5 15 4 12 4M7 10V9C7 6.5 9 4 12 4" stroke-dasharray="9" stroke-dashoffset="9"><animate attributeName="stroke-dashoffset" values="9;0" begin="0.5s" dur="0.3s" fill="freeze"/></path><path d="M12 20V14" stroke-dasharray="8" stroke-dashoffset="8"><animate attributeName="stroke-dashoffset" values="8;0" begin="0.9s" dur="0.2s" fill="freeze"/></path><path d="M12 13L14 15M12 13L10 15" stroke-dasharray="4" stroke-dashoffset="4"><animate attributeName="stroke-dashoffset" values="4;0" begin="1.1s" dur="0.2s" fill="freeze"/></path></g></svg>