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/line-md.json CHANGED
@@ -1,1055 +1,1073 @@
1
1
  {
2
2
  "prefix": "line-md",
3
+ "info": {
4
+ "name": "Material Line Icons",
5
+ "author": {
6
+ "name": "Vjacheslav Trushkin",
7
+ "url": "https://github.com/cyberalien/line-md"
8
+ },
9
+ "license": {
10
+ "title": "MIT",
11
+ "spdx": "MIT",
12
+ "url": "https://github.com/cyberalien/line-md/blob/master/license.txt"
13
+ },
14
+ "height": 24,
15
+ "samples": ["home", "edit-twotone", "image-twotone"],
16
+ "total": 254
17
+ },
3
18
  "icons": {
4
- "arrow-left": {
5
- "body": "<g fill=\"none\"><path d=\"M3 12L10 19\" 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=\"M3 12L10 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=\"M21 12H3.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-0\"/></g>"
19
+ "account": {
20
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"><path d=\"M4 21V20C4 16.6863 6.68629 14 10 14H14C17.3137 14 20 16.6863 20 20V21\" stroke-dasharray=\"28\" stroke-dashoffset=\"28\"><animate attributeName=\"stroke-dashoffset\" values=\"28;0\" dur=\"0.4s\" fill=\"freeze\"/></path><path d=\"M12 11C9.79086 11 8 9.20914 8 7C8 4.79086 9.79086 3 12 3C14.2091 3 16 4.79086 16 7C16 9.20914 14.2091 11 12 11Z\" stroke-dasharray=\"28\" stroke-dashoffset=\"28\"><animate attributeName=\"stroke-dashoffset\" values=\"28;0\" begin=\"0.5s\" dur=\"0.4s\" fill=\"freeze\"/></path></g>"
6
21
  },
7
- "arrow-small-left": {
8
- "body": "<g fill=\"none\"><path d=\"M5 12L10 17\" 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=\"M5 12L10 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=\"M19 12H5.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-0\"/></g>"
22
+ "account-add": {
23
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"><path d=\"M3 21V20C3 17.7909 4.79086 16 7 16H11C13.2091 16 15 17.7909 15 20V21\" stroke-dasharray=\"20\" stroke-dashoffset=\"20\"><animate attributeName=\"stroke-dashoffset\" values=\"20;0\" dur=\"0.4s\" fill=\"freeze\"/></path><path d=\"M9 13C7.34315 13 6 11.6569 6 10C6 8.34315 7.34315 7 9 7C10.6569 7 12 8.34315 12 10C12 11.6569 10.6569 13 9 13Z\" stroke-dasharray=\"20\" stroke-dashoffset=\"20\"><animate attributeName=\"stroke-dashoffset\" values=\"20;0\" begin=\"0.5s\" dur=\"0.4s\" fill=\"freeze\"/></path><path d=\"M15 6H21\" stroke-dasharray=\"8\" stroke-dashoffset=\"8\"><animate attributeName=\"stroke-dashoffset\" values=\"8;0\" begin=\"1s\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M18 3V9\" stroke-dasharray=\"8\" stroke-dashoffset=\"8\"><animate attributeName=\"stroke-dashoffset\" values=\"8;0\" begin=\"1.2s\" dur=\"0.2s\" fill=\"freeze\"/></path></g>"
9
24
  },
10
- "arrow-left-circle": {
11
- "body": "<g fill=\"none\"><path d=\"M7 12L11 16\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-6\"/><path d=\"M7 12L11 8\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-6\"/><path d=\"M17 12H7.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-4\"/><circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-70 il-md-duration-4 il-md-delay-0\"/></g>"
25
+ "account-alert": {
26
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"><path d=\"M5 21V20C5 17.7909 6.79086 16 9 16H13C15.2091 16 17 17.7909 17 20V21\" stroke-dasharray=\"20\" stroke-dashoffset=\"20\"><animate attributeName=\"stroke-dashoffset\" values=\"20;0\" dur=\"0.4s\" fill=\"freeze\"/></path><path d=\"M11 13C9.34315 13 8 11.6569 8 10C8 8.34315 9.34315 7 11 7C12.6569 7 14 8.34315 14 10C14 11.6569 12.6569 13 11 13Z\" stroke-dasharray=\"20\" stroke-dashoffset=\"20\"><animate attributeName=\"stroke-dashoffset\" values=\"20;0\" begin=\"0.5s\" dur=\"0.4s\" fill=\"freeze\"/></path><path d=\"M20 3V7\" stroke-dasharray=\"6\" stroke-dashoffset=\"6\"><animate attributeName=\"stroke-dashoffset\" values=\"6;0\" begin=\"1s\" dur=\"0.2s\" fill=\"freeze\"/></path></g><circle cx=\"20\" cy=\"11\" r=\"1\" fill=\"currentColor\" fill-opacity=\"0\"><animate attributeName=\"fill-opacity\" values=\"0;1\" begin=\"1.2s\" dur=\"0.4s\" fill=\"freeze\"/></circle>"
12
27
  },
13
- "arrow-left-circle-twotone": {
14
- "body": "<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=\"M7 12L11 16\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-6\"/><path d=\"M7 12L11 8\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-6\"/><path d=\"M17 12H7.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-4\"/><circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-70 il-md-duration-4 il-md-delay-0\"/></g>"
28
+ "account-delete": {
29
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"><path d=\"M3 21V20C3 17.7909 4.79086 16 7 16H11C13.2091 16 15 17.7909 15 20V21\" stroke-dasharray=\"20\" stroke-dashoffset=\"20\"><animate attributeName=\"stroke-dashoffset\" values=\"20;0\" dur=\"0.4s\" fill=\"freeze\"/></path><path d=\"M9 13C7.34315 13 6 11.6569 6 10C6 8.34315 7.34315 7 9 7C10.6569 7 12 8.34315 12 10C12 11.6569 10.6569 13 9 13Z\" stroke-dasharray=\"20\" stroke-dashoffset=\"20\"><animate attributeName=\"stroke-dashoffset\" values=\"20;0\" begin=\"0.5s\" dur=\"0.4s\" fill=\"freeze\"/></path><path d=\"M15 3L21 9\" stroke-dasharray=\"10\" stroke-dashoffset=\"10\"><animate attributeName=\"stroke-dashoffset\" values=\"10;0\" begin=\"1s\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M21 3L15 9\" stroke-dasharray=\"10\" stroke-dashoffset=\"10\"><animate attributeName=\"stroke-dashoffset\" values=\"10;0\" begin=\"1.2s\" dur=\"0.2s\" fill=\"freeze\"/></path></g>"
15
30
  },
16
- "chevron-left": {
17
- "body": "<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>"
31
+ "account-remove": {
32
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"><path d=\"M3 21V20C3 17.7909 4.79086 16 7 16H11C13.2091 16 15 17.7909 15 20V21\" stroke-dasharray=\"20\" stroke-dashoffset=\"20\"><animate attributeName=\"stroke-dashoffset\" values=\"20;0\" dur=\"0.4s\" fill=\"freeze\"/></path><path d=\"M9 13C7.34315 13 6 11.6569 6 10C6 8.34315 7.34315 7 9 7C10.6569 7 12 8.34315 12 10C12 11.6569 10.6569 13 9 13Z\" stroke-dasharray=\"20\" stroke-dashoffset=\"20\"><animate attributeName=\"stroke-dashoffset\" values=\"20;0\" begin=\"0.5s\" dur=\"0.4s\" fill=\"freeze\"/></path><path d=\"M15 6H21\" stroke-dasharray=\"8\" stroke-dashoffset=\"8\"><animate attributeName=\"stroke-dashoffset\" values=\"8;0\" begin=\"1s\" dur=\"0.2s\" fill=\"freeze\"/></path></g>"
18
33
  },
19
- "chevron-left-circle": {
20
- "body": "<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>"
34
+ "account-small": {
35
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"><path d=\"M6 19V18C6 15.7909 7.79086 14 10 14H14C16.2091 14 18 15.7909 18 18V19\" stroke-dasharray=\"20\" stroke-dashoffset=\"20\"><animate attributeName=\"stroke-dashoffset\" values=\"20;0\" dur=\"0.4s\" fill=\"freeze\"/></path><path d=\"M12 11C10.3431 11 9 9.65685 9 8C9 6.34315 10.3431 5 12 5C13.6569 5 15 6.34315 15 8C15 9.65685 13.6569 11 12 11Z\" stroke-dasharray=\"20\" stroke-dashoffset=\"20\"><animate attributeName=\"stroke-dashoffset\" values=\"20;0\" begin=\"0.5s\" dur=\"0.4s\" fill=\"freeze\"/></path></g>"
21
36
  },
22
- "chevron-left-circle-twotone": {
23
- "body": "<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>"
37
+ "alert": {
38
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 3L21 20H3L12 3Z\" stroke-dasharray=\"60\" stroke-dashoffset=\"60\"><animate attributeName=\"stroke-dashoffset\" values=\"60;0\" dur=\"0.5s\" fill=\"freeze\"/></path><path d=\"M12 10V14\" stroke-dasharray=\"6\" stroke-dashoffset=\"6\"><animate attributeName=\"stroke-dashoffset\" values=\"6;0\" begin=\"0.6s\" dur=\"0.2s\" fill=\"freeze\"/></path></g><circle cx=\"12\" cy=\"17\" r=\"1\" fill=\"currentColor\" fill-opacity=\"0\"><animate attributeName=\"fill-opacity\" values=\"0;1\" begin=\"0.8s\" dur=\"0.4s\" fill=\"freeze\"/></circle>"
24
39
  },
25
- "chevron-double-left": {
26
- "body": "<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>"
40
+ "alert-circle": {
41
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\"><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 7V13\" stroke-dasharray=\"8\" stroke-dashoffset=\"8\"><animate attributeName=\"stroke-dashoffset\" values=\"8;0\" begin=\"0.6s\" dur=\"0.2s\" fill=\"freeze\"/></path></g><circle cx=\"12\" cy=\"17\" r=\"1\" fill=\"currentColor\" fill-opacity=\"0\"><animate attributeName=\"fill-opacity\" values=\"0;1\" begin=\"0.8s\" dur=\"0.4s\" fill=\"freeze\"/></circle>"
27
42
  },
28
- "chevron-triple-left": {
29
- "body": "<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>"
43
+ "alert-circle-twotone": {
44
+ "body": "<g stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\"><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=\"1.2s\" dur=\"0.15s\" fill=\"freeze\"/></path><path d=\"M12 7V13\" 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><circle cx=\"12\" cy=\"17\" r=\"1\" fill=\"currentColor\" fill-opacity=\"0\"><animate attributeName=\"fill-opacity\" values=\"0;1\" begin=\"0.8s\" dur=\"0.4s\" fill=\"freeze\"/></circle>"
30
45
  },
31
- "chevron-small-left": {
32
- "body": "<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>"
46
+ "alert-twotone": {
47
+ "body": "<g stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 3L21 20H3L12 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=\"1.2s\" dur=\"0.15s\" fill=\"freeze\"/></path><path d=\"M12 10V14\" fill=\"none\" stroke-dasharray=\"6\" stroke-dashoffset=\"6\"><animate attributeName=\"stroke-dashoffset\" values=\"6;0\" begin=\"0.6s\" dur=\"0.2s\" fill=\"freeze\"/></path></g><circle cx=\"12\" cy=\"17\" r=\"1\" fill=\"currentColor\" fill-opacity=\"0\"><animate attributeName=\"fill-opacity\" values=\"0;1\" begin=\"0.8s\" dur=\"0.4s\" fill=\"freeze\"/></circle>"
33
48
  },
34
- "chevron-small-double-left": {
35
- "body": "<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>"
49
+ "align-center": {
50
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"><path d=\"M12 5H19M12 5H5\" stroke-dasharray=\"9\" stroke-dashoffset=\"9\"><animate attributeName=\"stroke-dashoffset\" values=\"9;0\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M12 10H17M12 10H7\" stroke-dasharray=\"7\" stroke-dashoffset=\"7\"><animate attributeName=\"stroke-dashoffset\" values=\"7;0\" begin=\"0.2s\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M12 15H21M12 15H3\" stroke-dasharray=\"11\" stroke-dashoffset=\"11\"><animate attributeName=\"stroke-dashoffset\" values=\"11;0\" begin=\"0.4s\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M12 20H19M12 20H5\" stroke-dasharray=\"9\" stroke-dashoffset=\"9\"><animate attributeName=\"stroke-dashoffset\" values=\"9;0\" begin=\"0.6s\" dur=\"0.2s\" fill=\"freeze\"/></path></g>"
36
51
  },
37
- "chevron-small-triple-left": {
38
- "body": "<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>"
52
+ "align-justify": {
53
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-dasharray=\"8\"><path d=\"M12 5H18M12 5H6\" stroke-dashoffset=\"8\"><animate attributeName=\"stroke-dashoffset\" values=\"8;0\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M12 10H18M12 10H6\" stroke-dashoffset=\"8\"><animate attributeName=\"stroke-dashoffset\" values=\"8;0\" begin=\"0.2s\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M12 15H18M12 15H6\" stroke-dashoffset=\"8\"><animate attributeName=\"stroke-dashoffset\" values=\"8;0\" begin=\"0.4s\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M12 20H18M12 20H6\" stroke-dashoffset=\"8\"><animate attributeName=\"stroke-dashoffset\" values=\"8;0\" begin=\"0.6s\" dur=\"0.2s\" fill=\"freeze\"/></path></g>"
39
54
  },
40
- "arrow-open-left": {
41
- "body": "<g fill=\"none\"><path d=\"M3 12L10 19\" 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=\"M3 12L10 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=\"M17 12H3.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-2\"/><path d=\"M21 3V21\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-0\"/></g>"
55
+ "align-left": {
56
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"><path d=\"M4 5H17\" stroke-dasharray=\"15\" stroke-dashoffset=\"15\"><animate attributeName=\"stroke-dashoffset\" values=\"15;0\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M4 10H14\" stroke-dasharray=\"12\" stroke-dashoffset=\"12\"><animate attributeName=\"stroke-dashoffset\" values=\"12;0\" begin=\"0.2s\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M4 15H20\" stroke-dasharray=\"18\" stroke-dashoffset=\"18\"><animate attributeName=\"stroke-dashoffset\" values=\"18;0\" begin=\"0.4s\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M4 20H17\" stroke-dasharray=\"15\" stroke-dashoffset=\"15\"><animate attributeName=\"stroke-dashoffset\" values=\"15;0\" begin=\"0.6s\" dur=\"0.2s\" fill=\"freeze\"/></path></g>"
42
57
  },
43
- "arrow-close-left": {
44
- "body": "<g fill=\"none\"><path d=\"M7 12L14 19\" 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=\"M7 12L14 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=\"M21 12H7.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-2\"/><path d=\"M3 3V21\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-0\"/></g>"
58
+ "arrow-align-center": {
59
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 3V21\" stroke-dasharray=\"20\" stroke-dashoffset=\"20\"><animate attributeName=\"stroke-dashoffset\" values=\"20;0\" dur=\"0.3s\" fill=\"freeze\"/></path><path d=\"M22 12H15.5M2 12H8.5\" stroke-dasharray=\"8\" stroke-dashoffset=\"8\"><animate attributeName=\"stroke-dashoffset\" values=\"8;0\" begin=\"0.4s\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M15 12L18 15M9 12L6 15M15 12L18 9M9 12L6 9\" stroke-dasharray=\"6\" stroke-dashoffset=\"6\"><animate attributeName=\"stroke-dashoffset\" values=\"6;0\" begin=\"0.6s\" dur=\"0.2s\" fill=\"freeze\"/></path></g>"
45
60
  },
46
- "arrows-horizontal": {
47
- "body": "<g fill=\"none\"><path d=\"M3 7L7 11\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-3\"/><path d=\"M3 7L7 3\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-3\"/><path d=\"M21 17L17 21\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-3\"/><path d=\"M21 17L17 13\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-3\"/><path d=\"M15 7H3.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-3 il-md-delay-0\"/><path d=\"M9 17H20.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-0\"/></g>"
61
+ "arrow-align-left": {
62
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M3 3V21\" stroke-dasharray=\"20\" stroke-dashoffset=\"20\"><animate attributeName=\"stroke-dashoffset\" values=\"20;0\" dur=\"0.3s\" fill=\"freeze\"/></path><path d=\"M21 12H7.5\" stroke-dasharray=\"15\" stroke-dashoffset=\"15\"><animate attributeName=\"stroke-dashoffset\" values=\"15;0\" begin=\"0.4s\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M7 12L11 16M7 12L11 8\" stroke-dasharray=\"8\" stroke-dashoffset=\"8\"><animate attributeName=\"stroke-dashoffset\" values=\"8;0\" begin=\"0.6s\" dur=\"0.2s\" fill=\"freeze\"/></path></g>"
48
63
  },
49
- "arrows-horizontal-alt": {
50
- "body": "<g fill=\"none\"><path d=\"M10 7L14 11\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-3\"/><path d=\"M10 7L14 3\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-3\"/><path d=\"M14 17L10 21\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-3\"/><path d=\"M14 17L10 13\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-3\"/><path d=\"M21 7H10.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-3 il-md-delay-0\"/><path d=\"M3 17H13.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-0\"/></g>"
64
+ "arrow-close-left": {
65
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M3 3V21\" stroke-dasharray=\"20\" stroke-dashoffset=\"20\"><animate attributeName=\"stroke-dashoffset\" values=\"20;0\" dur=\"0.3s\" fill=\"freeze\"/></path><path d=\"M21 12H7.5\" stroke-dasharray=\"15\" stroke-dashoffset=\"15\"><animate attributeName=\"stroke-dashoffset\" values=\"15;0\" begin=\"0.4s\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M7 12L14 19M7 12L14 5\" stroke-dasharray=\"12\" stroke-dashoffset=\"12\"><animate attributeName=\"stroke-dashoffset\" values=\"12;0\" begin=\"0.6s\" dur=\"0.2s\" fill=\"freeze\"/></path></g>"
51
66
  },
52
- "double-arrow-horizontal": {
53
- "body": "<g fill=\"none\"><path d=\"M3 12L7 16\" 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=\"M21 12L17 16\" 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=\"M3 12L7 8\" 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=\"M21 12L17 8\" 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 12H3.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-0\"/><path d=\"M12 12H20.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-0\"/></g>"
67
+ "arrow-left": {
68
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M21 12H3.5\" stroke-dasharray=\"20\" stroke-dashoffset=\"20\"><animate attributeName=\"stroke-dashoffset\" values=\"20;0\" dur=\"0.3s\" fill=\"freeze\"/></path><path d=\"M3 12L10 19M3 12L10 5\" stroke-dasharray=\"12\" stroke-dashoffset=\"12\"><animate attributeName=\"stroke-dashoffset\" values=\"12;0\" begin=\"0.3s\" dur=\"0.2s\" fill=\"freeze\"/></path></g>"
54
69
  },
55
- "navigation-left-up": {
56
- "body": "<g fill=\"none\"><path d=\"M21 15H12C9.23858 15 7 12.7614 7 10V4\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-25 il-md-duration-4 il-md-delay-0\"/><path d=\"M7 3L3 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=\"M7 3L11 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\"/></g>"
70
+ "arrow-left-circle": {
71
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"9\" stroke-dasharray=\"60\" stroke-dashoffset=\"60\"><animate attributeName=\"stroke-dashoffset\" values=\"60;0\" dur=\"0.5s\" fill=\"freeze\"/></circle><path d=\"M17 12H7.5\" stroke-dasharray=\"12\" stroke-dashoffset=\"12\"><animate attributeName=\"stroke-dashoffset\" values=\"12;0\" begin=\"0.6s\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M7 12L11 16M7 12L11 8\" stroke-dasharray=\"8\" stroke-dashoffset=\"8\"><animate attributeName=\"stroke-dashoffset\" values=\"8;0\" begin=\"0.8s\" dur=\"0.2s\" fill=\"freeze\"/></path></g>"
57
72
  },
58
- "arrows-diagonal": {
59
- "body": "<g fill=\"none\"><path d=\"M21 3H15\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-3\"/><path d=\"M3 21V15\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-3\"/><path d=\"M21 3V9\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-3\"/><path d=\"M3 21H9\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-3\"/><path d=\"M10 14L3.5 20.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-3 il-md-delay-0\"/><path d=\"M14 10L20.5 3.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-3 il-md-delay-0\"/></g>"
73
+ "arrow-left-circle-twotone": {
74
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"9\" 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=\"1s\" dur=\"0.15s\" fill=\"freeze\"/></circle><path d=\"M17 12H7.5\" stroke-dasharray=\"12\" stroke-dashoffset=\"12\"><animate attributeName=\"stroke-dashoffset\" values=\"12;0\" begin=\"0.6s\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M7 12L11 16M7 12L11 8\" stroke-dasharray=\"8\" stroke-dashoffset=\"8\"><animate attributeName=\"stroke-dashoffset\" values=\"8;0\" begin=\"0.8s\" dur=\"0.2s\" fill=\"freeze\"/></path></g>"
60
75
  },
61
76
  "arrow-long-diagonal": {
62
- "body": "<g fill=\"none\"><path d=\"M21 3H13\" 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=\"M3 21V13\" 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=\"M21 3V11\" 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=\"M3 21H11\" 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 12L3.5 20.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-0\"/><path d=\"M12 12L20.5 3.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-0\"/></g>"
63
- },
64
- "alert": {
65
- "body": "<g fill=\"none\"><path d=\"M12 3L21 20H3L12 3Z\" 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=\"M12 10V14\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-4\"/><circle cx=\"12\" cy=\"17\" r=\"1\" fill=\"currentColor\" class=\"il-md-fill il-md-delay-6\"/></g>"
66
- },
67
- "alert-twotone": {
68
- "body": "<g fill=\"none\"><path d=\"M12 5L19.5 19H4.5L12 5Z\" fill=\"currentColor\" fill-opacity=\"0.3\" class=\"il-md-fill il-md-duration-0 il-md-delay-9\"/><path d=\"M12 3L21 20H3L12 3Z\" 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=\"M12 10V14\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-4\"/><circle cx=\"12\" cy=\"17\" r=\"1\" fill=\"currentColor\" class=\"il-md-fill il-md-delay-6\"/></g>"
77
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 12L3.5 20.5M12 12L20.5 3.5\" stroke-dasharray=\"14\" stroke-dashoffset=\"14\"><animate attributeName=\"stroke-dashoffset\" values=\"14;0\" dur=\"0.3s\" fill=\"freeze\"/></path><path d=\"M21 3H13M3 21V13M21 3V11M3 21H11\" stroke-dasharray=\"8\" stroke-dashoffset=\"8\"><animate attributeName=\"stroke-dashoffset\" values=\"8;0\" begin=\"0.3s\" dur=\"0.2s\" fill=\"freeze\"/></path></g>"
69
78
  },
70
- "alert-circle": {
71
- "body": "<g fill=\"none\"><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\"/><path d=\"M12 7V13\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-4\"/><circle cx=\"12\" cy=\"17\" r=\"1\" fill=\"currentColor\" class=\"il-md-fill il-md-delay-6\"/></g>"
79
+ "arrow-open-left": {
80
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M21 3V21\" stroke-dasharray=\"20\" stroke-dashoffset=\"20\"><animate attributeName=\"stroke-dashoffset\" values=\"20;0\" dur=\"0.3s\" fill=\"freeze\"/></path><path d=\"M17 12H3.5\" stroke-dasharray=\"15\" stroke-dashoffset=\"15\"><animate attributeName=\"stroke-dashoffset\" values=\"15;0\" begin=\"0.4s\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M3 12L10 19M3 12L10 5\" stroke-dasharray=\"12\" stroke-dashoffset=\"12\"><animate attributeName=\"stroke-dashoffset\" values=\"12;0\" begin=\"0.6s\" dur=\"0.2s\" fill=\"freeze\"/></path></g>"
72
81
  },
73
- "alert-circle-twotone": {
74
- "body": "<g fill=\"none\"><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.3\" class=\"il-md-fill il-md-duration-0 il-md-delay-9\"/><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\"/><path d=\"M12 7V13\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-4\"/><circle cx=\"12\" cy=\"17\" r=\"1\" fill=\"currentColor\" class=\"il-md-fill il-md-delay-6\"/></g>"
82
+ "arrow-small-left": {
83
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M19 12H5.5\" stroke-dasharray=\"14\" stroke-dashoffset=\"14\"><animate attributeName=\"stroke-dashoffset\" values=\"14;0\" dur=\"0.3s\" fill=\"freeze\"/></path><path d=\"M5 12L10 17M5 12L10 7\" stroke-dasharray=\"8\" stroke-dashoffset=\"8\"><animate attributeName=\"stroke-dashoffset\" values=\"8;0\" begin=\"0.3s\" dur=\"0.2s\" fill=\"freeze\"/></path></g>"
75
84
  },
76
- "question": {
77
- "body": "<g fill=\"none\"><circle cx=\"12\" cy=\"21\" r=\"1\" fill=\"currentColor\" class=\"il-md-fill il-md-delay-5\"/><path d=\"M7 8C7 5.23858 9.23857 3 12 3C14.7614 3 17 5.23858 17 8C17 9.6356 16.2147 11.0878 15.0005 12C14.1647 12.6279 12 14 12 17\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-40 il-md-duration-5 il-md-delay-0\"/></g>"
85
+ "arrows-diagonal": {
86
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M10 14L3.5 20.5M14 10L20.5 3.5\" stroke-dasharray=\"10\" stroke-dashoffset=\"10\"><animate attributeName=\"stroke-dashoffset\" values=\"10;0\" dur=\"0.3s\" fill=\"freeze\"/></path><path d=\"M21 3H15M3 21V15M21 3V9M3 21H9\" stroke-dasharray=\"8\" stroke-dashoffset=\"8\"><animate attributeName=\"stroke-dashoffset\" values=\"8;0\" begin=\"0.3s\" dur=\"0.2s\" fill=\"freeze\"/></path></g>"
78
87
  },
79
- "question-circle": {
80
- "body": "<g fill=\"none\"><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\"/><circle cx=\"12\" cy=\"17\" r=\"1\" fill=\"currentColor\" class=\"il-md-fill il-md-delay-6\"/><path d=\"M8.99999 10C8.99999 8.34315 10.3431 7 12 7C13.6569 7 15 8.34315 15 10C15 10.9814 14.5288 11.8527 13.8003 12.4C13.0718 12.9473 12.5 13 12 14\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-4\"/></g>"
88
+ "arrows-horizontal": {
89
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M15 7H3.5M9 17H20.5\" stroke-dasharray=\"12\" stroke-dashoffset=\"12\"><animate attributeName=\"stroke-dashoffset\" values=\"12;0\" dur=\"0.3s\" fill=\"freeze\"/></path><path d=\"M3 7L7 11M3 7L7 3M21 17L17 21M21 17L17 13\" stroke-dasharray=\"8\" stroke-dashoffset=\"8\"><animate attributeName=\"stroke-dashoffset\" values=\"8;0\" begin=\"0.3s\" dur=\"0.2s\" fill=\"freeze\"/></path></g>"
81
90
  },
82
- "question-circle-twotone": {
83
- "body": "<g fill=\"none\"><circle cx=\"12\" cy=\"12\" r=\"9\" fill=\"currentColor\" fill-opacity=\"0.3\" class=\"il-md-fill il-md-duration-0 il-md-delay-9\"/><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\"/><circle cx=\"12\" cy=\"17\" r=\"1\" fill=\"currentColor\" class=\"il-md-fill il-md-delay-6\"/><path d=\"M8.99999 10C8.99999 8.34315 10.3431 7 12 7C13.6569 7 15 8.34315 15 10C15 10.9814 14.5288 11.8527 13.8003 12.4C13.0718 12.9473 12.5 13 12 14\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-4\"/></g>"
91
+ "arrows-horizontal-alt": {
92
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M21 7H10.5M3 17H13.5\" stroke-dasharray=\"12\" stroke-dashoffset=\"12\"><animate attributeName=\"stroke-dashoffset\" values=\"12;0\" dur=\"0.3s\" fill=\"freeze\"/></path><path d=\"M10 7L14 11M10 7L14 3M14 17L10 21M14 17L10 13\" stroke-dasharray=\"8\" stroke-dashoffset=\"8\"><animate attributeName=\"stroke-dashoffset\" values=\"8;0\" begin=\"0.3s\" dur=\"0.2s\" fill=\"freeze\"/></path></g>"
84
93
  },
85
94
  "bell": {
86
- "body": "<g fill=\"none\"><path d=\"M12 3V5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-0\"/><path d=\"M12 5C8.68629 5 6 7.68629 6 11L6 17C5 17 4 18 4 19H12\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-40 il-md-duration-3 il-md-delay-2\"/><path d=\"M12 5C15.3137 5 18 7.68629 18 11L18 17C19 17 20 18 20 19H12\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-40 il-md-duration-3 il-md-delay-2\"/><path d=\"M10 20C10 21.1046 10.8954 22 12 22C13.1046 22 14 21.1046 14 20\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-5\"/></g>"
95
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"><path d=\"M12 3V5\" stroke-dasharray=\"4\" stroke-dashoffset=\"4\"><animate attributeName=\"stroke-dashoffset\" values=\"4;0\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M12 5C8.68629 5 6 7.68629 6 11L6 17C5 17 4 18 4 19H12M12 5C15.3137 5 18 7.68629 18 11L18 17C19 17 20 18 20 19H12\" stroke-dasharray=\"28\" stroke-dashoffset=\"28\"><animate attributeName=\"stroke-dashoffset\" values=\"28;0\" begin=\"0.2s\" dur=\"0.4s\" fill=\"freeze\"/></path><path d=\"M10 20C10 21.1046 10.8954 22 12 22C13.1046 22 14 21.1046 14 20\" stroke-dasharray=\"8\" stroke-dashoffset=\"8\"><animate attributeName=\"stroke-dashoffset\" values=\"8;0\" begin=\"0.6s\" dur=\"0.2s\" fill=\"freeze\"/></path></g>"
87
96
  },
88
97
  "bell-twotone": {
89
- "body": "<g fill=\"none\"><path d=\"M17 11V18H7V11C7 8.23858 9.23858 6 12 6C14.7614 6 17 8.23858 17 11Z\" fill=\"currentColor\" fill-opacity=\"0.3\" class=\"il-md-fill il-md-duration-0 il-md-delay-7\"/><path d=\"M12 3V5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-0\"/><path d=\"M12 5C8.68629 5 6 7.68629 6 11L6 17C5 17 4 18 4 19H12\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-40 il-md-duration-3 il-md-delay-2\"/><path d=\"M12 5C15.3137 5 18 7.68629 18 11L18 17C19 17 20 18 20 19H12\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-40 il-md-duration-3 il-md-delay-2\"/><path d=\"M10 20C10 21.1046 10.8954 22 12 22C13.1046 22 14 21.1046 14 20\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-5\"/></g>"
98
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"><path d=\"M12 3V5\" stroke-dasharray=\"4\" stroke-dashoffset=\"4\"><animate attributeName=\"stroke-dashoffset\" values=\"4;0\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M12 5C8.68629 5 6 7.68629 6 11L6 17C5 17 4 18 4 19H12M12 5C15.3137 5 18 7.68629 18 11L18 17C19 17 20 18 20 19H12\" fill=\"currentColor\" fill-opacity=\"0\" stroke-dasharray=\"28\" stroke-dashoffset=\"28\"><animate attributeName=\"stroke-dashoffset\" values=\"28;0\" begin=\"0.2s\" dur=\"0.4s\" fill=\"freeze\"/><animate attributeName=\"fill-opacity\" values=\"0;0.3\" begin=\"0.8s\" dur=\"0.15s\" fill=\"freeze\"/></path><path d=\"M10 20C10 21.1046 10.8954 22 12 22C13.1046 22 14 21.1046 14 20\" stroke-dasharray=\"8\" stroke-dashoffset=\"8\"><animate attributeName=\"stroke-dashoffset\" values=\"8;0\" begin=\"0.6s\" dur=\"0.2s\" fill=\"freeze\"/></path></g>"
90
99
  },
91
- "grid-3": {
92
- "body": "<g fill=\"none\"><circle cx=\"5\" cy=\"5\" r=\"1.5\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-0\"/><circle cx=\"12\" cy=\"5\" r=\"1.5\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-0\"/><circle cx=\"19\" cy=\"5\" r=\"1.5\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-0\"/><circle cx=\"5\" cy=\"12\" r=\"1.5\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-2\"/><circle cx=\"12\" cy=\"12\" r=\"1.5\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-2\"/><circle cx=\"19\" cy=\"12\" r=\"1.5\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-2\"/><circle cx=\"5\" cy=\"19\" r=\"1.5\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-4\"/><circle cx=\"12\" cy=\"19\" r=\"1.5\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-4\"/><circle cx=\"19\" cy=\"19\" r=\"1.5\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-4\"/></g>"
100
+ "calendar": {
101
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"4\" y=\"4\" width=\"16\" height=\"16\" rx=\"1\" stroke-dasharray=\"64\" stroke-dashoffset=\"64\"><animate attributeName=\"stroke-dashoffset\" values=\"64;0\" dur=\"0.5s\" fill=\"freeze\"/></rect><path d=\"M7 4V2M17 4V2\" stroke-dasharray=\"6\" stroke-dashoffset=\"6\"><animate attributeName=\"stroke-dashoffset\" values=\"6;0\" begin=\"0.5s\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M7 11H17\" stroke-dasharray=\"12\" stroke-dashoffset=\"12\"><animate attributeName=\"stroke-dashoffset\" values=\"12;0\" begin=\"0.8s\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M7 15H14\" stroke-dasharray=\"9\" stroke-dashoffset=\"9\"><animate attributeName=\"stroke-dashoffset\" values=\"9;0\" begin=\"1s\" dur=\"0.2s\" fill=\"freeze\"/></path></g><rect x=\"5\" y=\"5\" width=\"14\" height=\"0\" fill=\"currentColor\"><animate attributeName=\"height\" values=\"0;3\" begin=\"0.5s\" dur=\"0.2s\" fill=\"freeze\"/></rect>"
93
102
  },
94
- "grid-3-twotone": {
95
- "body": "<g fill=\"none\"><circle cx=\"5\" cy=\"5\" r=\"1\" fill=\"currentColor\" fill-opacity=\"0.3\" class=\"il-md-fill il-md-duration-0 il-md-delay-6\"/><circle cx=\"12\" cy=\"5\" r=\"1\" fill=\"currentColor\" fill-opacity=\"0.3\" class=\"il-md-fill il-md-duration-0 il-md-delay-6\"/><circle cx=\"19\" cy=\"5\" r=\"1\" fill=\"currentColor\" fill-opacity=\"0.3\" class=\"il-md-fill il-md-duration-0 il-md-delay-6\"/><circle cx=\"5\" cy=\"12\" r=\"1\" fill=\"currentColor\" fill-opacity=\"0.3\" class=\"il-md-fill il-md-duration-0 il-md-delay-7\"/><circle cx=\"12\" cy=\"12\" r=\"1\" fill=\"currentColor\" fill-opacity=\"0.3\" class=\"il-md-fill il-md-duration-0 il-md-delay-7\"/><circle cx=\"19\" cy=\"12\" r=\"1\" fill=\"currentColor\" fill-opacity=\"0.3\" class=\"il-md-fill il-md-duration-0 il-md-delay-7\"/><circle cx=\"5\" cy=\"19\" r=\"1\" fill=\"currentColor\" fill-opacity=\"0.3\" class=\"il-md-fill il-md-duration-0 il-md-delay-8\"/><circle cx=\"12\" cy=\"19\" r=\"1\" fill=\"currentColor\" fill-opacity=\"0.3\" class=\"il-md-fill il-md-duration-0 il-md-delay-8\"/><circle cx=\"19\" cy=\"19\" r=\"1\" fill=\"currentColor\" fill-opacity=\"0.3\" class=\"il-md-fill il-md-duration-0 il-md-delay-8\"/><circle cx=\"5\" cy=\"5\" r=\"1.5\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-0\"/><circle cx=\"12\" cy=\"5\" r=\"1.5\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-0\"/><circle cx=\"19\" cy=\"5\" r=\"1.5\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-0\"/><circle cx=\"5\" cy=\"12\" r=\"1.5\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-2\"/><circle cx=\"12\" cy=\"12\" r=\"1.5\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-2\"/><circle cx=\"19\" cy=\"12\" r=\"1.5\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-2\"/><circle cx=\"5\" cy=\"19\" r=\"1.5\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-4\"/><circle cx=\"12\" cy=\"19\" r=\"1.5\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-4\"/><circle cx=\"19\" cy=\"19\" r=\"1.5\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-4\"/></g>"
103
+ "calendar-out": {
104
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"4\" y=\"4\" width=\"16\" height=\"16\" rx=\"1\" stroke-dasharray=\"64\"><animate attributeName=\"stroke-dashoffset\" values=\"0;64\" begin=\"0.7s\" dur=\"0.5s\" fill=\"freeze\"/></rect><path d=\"M7 4V2M17 4V2\" stroke-dasharray=\"6\"><animate attributeName=\"stroke-dashoffset\" values=\"0;6\" begin=\"0.5s\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M7 11H17\" stroke-dasharray=\"12\"><animate attributeName=\"stroke-dashoffset\" values=\"0;12\" begin=\"0.2s\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M7 15H14\" stroke-dasharray=\"9\"><animate attributeName=\"stroke-dashoffset\" values=\"0;9\" dur=\"0.2s\" fill=\"freeze\"/></path></g><rect x=\"5\" y=\"5\" width=\"14\" height=\"3\" fill=\"currentColor\"><animate attributeName=\"height\" values=\"3;0\" begin=\"0.5s\" dur=\"0.2s\" fill=\"freeze\"/></rect>"
96
105
  },
97
- "grid-3-solid": {
98
- "body": "<g fill=\"none\"><circle cx=\"5\" cy=\"5\" r=\"2\" fill=\"currentColor\" class=\"il-md-fill il-md-delay-0\"/><circle cx=\"12\" cy=\"5\" r=\"2\" fill=\"currentColor\" class=\"il-md-fill il-md-delay-0\"/><circle cx=\"19\" cy=\"5\" r=\"2\" fill=\"currentColor\" class=\"il-md-fill il-md-delay-0\"/><circle cx=\"5\" cy=\"12\" r=\"2\" fill=\"currentColor\" class=\"il-md-fill il-md-delay-3\"/><circle cx=\"12\" cy=\"12\" r=\"2\" fill=\"currentColor\" class=\"il-md-fill il-md-delay-3\"/><circle cx=\"19\" cy=\"12\" r=\"2\" fill=\"currentColor\" class=\"il-md-fill il-md-delay-3\"/><circle cx=\"5\" cy=\"19\" r=\"2\" fill=\"currentColor\" class=\"il-md-fill il-md-delay-6\"/><circle cx=\"12\" cy=\"19\" r=\"2\" fill=\"currentColor\" class=\"il-md-fill il-md-delay-6\"/><circle cx=\"19\" cy=\"19\" r=\"2\" fill=\"currentColor\" class=\"il-md-fill il-md-delay-6\"/></g>"
106
+ "cancel": {
107
+ "body": "<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>"
99
108
  },
100
- "list-3": {
101
- "body": "<g fill=\"none\"><circle cx=\"5\" cy=\"5\" r=\"1.5\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-0\"/><rect x=\"9.5\" y=\"3.5\" width=\"11\" height=\"3\" rx=\"1.5\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-40 il-md-duration-3 il-md-delay-0\"/><circle cx=\"5\" cy=\"12\" r=\"1.5\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-3\"/><rect x=\"9.5\" y=\"10.5\" width=\"11\" height=\"3\" rx=\"1.5\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-40 il-md-duration-3 il-md-delay-3\"/><circle cx=\"5\" cy=\"19\" r=\"1.5\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-6\"/><rect x=\"9.5\" y=\"17.5\" width=\"11\" height=\"3\" rx=\"1.5\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-40 il-md-duration-3 il-md-delay-6\"/></g>"
109
+ "cancel-twotone": {
110
+ "body": "<g 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\" 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=\"M6 6L18 18\" fill=\"none\" stroke-dasharray=\"18\" stroke-dashoffset=\"18\"><animate attributeName=\"stroke-dashoffset\" values=\"18;0\" begin=\"0.6s\" dur=\"0.2s\" fill=\"freeze\"/></path></g>"
102
111
  },
103
- "list-3-twotone": {
104
- "body": "<g fill=\"none\"><circle cx=\"5\" cy=\"5\" r=\"1\" fill=\"currentColor\" fill-opacity=\"0.3\" class=\"il-md-fill il-md-duration-0 il-md-delay-9\"/><rect x=\"10\" y=\"4\" width=\"10\" height=\"2\" rx=\"1\" fill=\"currentColor\" fill-opacity=\"0.3\" class=\"il-md-fill il-md-duration-0 il-md-delay-9\"/><circle cx=\"5\" cy=\"12\" r=\"1\" fill=\"currentColor\" fill-opacity=\"0.3\" class=\"il-md-fill il-md-duration-0 il-md-delay-10\"/><rect x=\"10\" y=\"11\" width=\"10\" height=\"2\" rx=\"1\" fill=\"currentColor\" fill-opacity=\"0.3\" class=\"il-md-fill il-md-duration-0 il-md-delay-10\"/><circle cx=\"5\" cy=\"19\" r=\"1\" fill=\"currentColor\" fill-opacity=\"0.3\" class=\"il-md-fill il-md-duration-0 il-md-delay-11\"/><rect x=\"10\" y=\"18\" width=\"10\" height=\"2\" rx=\"1\" fill=\"currentColor\" fill-opacity=\"0.3\" class=\"il-md-fill il-md-duration-0 il-md-delay-11\"/><circle cx=\"5\" cy=\"5\" r=\"1.5\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-0\"/><rect x=\"9.5\" y=\"3.5\" width=\"11\" height=\"3\" rx=\"1.5\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-40 il-md-duration-3 il-md-delay-0\"/><circle cx=\"5\" cy=\"12\" r=\"1.5\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-3\"/><rect x=\"9.5\" y=\"10.5\" width=\"11\" height=\"3\" rx=\"1.5\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-40 il-md-duration-3 il-md-delay-3\"/><circle cx=\"5\" cy=\"19\" r=\"1.5\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-6\"/><rect x=\"9.5\" y=\"17.5\" width=\"11\" height=\"3\" rx=\"1.5\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-40 il-md-duration-3 il-md-delay-6\"/></g>"
112
+ "check-list-3": {
113
+ "body": "<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>"
105
114
  },
106
- "list-3-solid": {
107
- "body": "<g fill=\"none\"><circle cx=\"5\" cy=\"5\" r=\"2\" fill=\"currentColor\" class=\"il-md-fill il-md-delay-0\"/><rect x=\"9\" y=\"3\" width=\"12\" height=\"4\" rx=\"2\" fill=\"currentColor\" class=\"il-md-fill il-md-delay-0\"/><circle cx=\"5\" cy=\"12\" r=\"2\" fill=\"currentColor\" class=\"il-md-fill il-md-delay-3\"/><rect x=\"9\" y=\"10\" width=\"12\" height=\"4\" rx=\"2\" fill=\"currentColor\" class=\"il-md-fill il-md-delay-3\"/><circle cx=\"5\" cy=\"19\" r=\"2\" fill=\"currentColor\" class=\"il-md-fill il-md-delay-6\"/><rect x=\"9\" y=\"17\" width=\"12\" height=\"4\" rx=\"2\" fill=\"currentColor\" class=\"il-md-fill il-md-delay-6\"/></g>"
115
+ "check-list-3-solid": {
116
+ "body": "<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>"
108
117
  },
109
- "list": {
110
- "body": "<g fill=\"none\"><circle cx=\"4\" cy=\"5\" r=\"1\" fill=\"currentColor\" class=\"il-md-fill il-md-delay-0\"/><path d=\"M8 5H20\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-0\"/><circle cx=\"4\" cy=\"10\" r=\"1\" fill=\"currentColor\" class=\"il-md-fill il-md-delay-3\"/><path d=\"M8 10H20\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-3\"/><circle cx=\"4\" cy=\"15\" r=\"1\" fill=\"currentColor\" class=\"il-md-fill il-md-delay-6\"/><path d=\"M8 15H20\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-6\"/><circle cx=\"4\" cy=\"20\" r=\"1\" fill=\"currentColor\" class=\"il-md-fill il-md-delay-9\"/><path d=\"M8 20H20\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-9\"/></g>"
118
+ "check-list-3-twotone": {
119
+ "body": "<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>"
111
120
  },
112
- "list-indented": {
113
- "body": "<g fill=\"none\"><circle cx=\"4\" cy=\"5\" r=\"1\" fill=\"currentColor\" class=\"il-md-fill il-md-delay-0\"/><path d=\"M8 5H20\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-0\"/><circle cx=\"6\" cy=\"10\" r=\"1\" fill=\"currentColor\" class=\"il-md-fill il-md-delay-3\"/><path d=\"M10 10H20\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-3\"/><circle cx=\"8\" cy=\"15\" r=\"1\" fill=\"currentColor\" class=\"il-md-fill il-md-delay-6\"/><path d=\"M12 15H20\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-6\"/><circle cx=\"10\" cy=\"20\" r=\"1\" fill=\"currentColor\" class=\"il-md-fill il-md-delay-9\"/><path d=\"M14 20H20\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-9\"/></g>"
121
+ "chevron-double-left": {
122
+ "body": "<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>"
114
123
  },
115
- "paint-drop": {
116
- "body": "<g fill=\"none\"><path d=\"M12 3C12 3 19 9 19 15C19 17 18 21 12 21\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-0\"/><path d=\"M12 3C12 3 5 9 5 15C5 17 6 21 12 21\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-0\"/></g>"
124
+ "chevron-left": {
125
+ "body": "<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>"
117
126
  },
118
- "paint-drop-half-filled": {
119
- "body": "<g fill=\"none\"><path d=\"M6 15C6 9 12 4 12 4C12 4 14.9522 6.46019 16.715 10L6.8347 18C6.31173 17.2671 6 16.2894 6 15Z\" fill=\"currentColor\" class=\"il-md-fill il-md-delay-2\"/><path d=\"M12 3C12 3 19 9 19 15C19 17 18 21 12 21\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-0\"/><path d=\"M12 3C12 3 5 9 5 15C5 17 6 21 12 21\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-0\"/></g>"
127
+ "chevron-left-circle": {
128
+ "body": "<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>"
120
129
  },
121
- "paint-drop-half-twotone": {
122
- "body": "<g fill=\"none\"><path d=\"M6 15C6 9 12 4 12 4C12 4 14.9522 6.46019 16.715 10L6.8347 18C6.31173 17.2671 6 16.2894 6 15Z\" fill=\"currentColor\" fill-opacity=\"0.3\" class=\"il-md-fill il-md-duration-0 il-md-delay-2\"/><path d=\"M12 3C12 3 19 9 19 15C19 17 18 21 12 21\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-0\"/><path d=\"M12 3C12 3 5 9 5 15C5 17 6 21 12 21\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-0\"/></g>"
130
+ "chevron-left-circle-twotone": {
131
+ "body": "<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>"
123
132
  },
124
- "paint-drop-half-filled-twotone": {
125
- "body": "<g fill=\"none\"><path d=\"M12 4C12 4 18 9 18 15C18 19 15 20 12 20C9 20 6 19 6 15C6 9 12 4 12 4Z\" fill=\"currentColor\" fill-opacity=\"0.3\" class=\"il-md-fill il-md-duration-0 il-md-delay-2\"/><path d=\"M6 15C6 9 12 4 12 4C12 4 14.9522 6.46019 16.715 10L6.8347 18C6.31173 17.2671 6 16.2894 6 15Z\" fill=\"currentColor\" class=\"il-md-fill il-md-delay-2\"/><path d=\"M12 3C12 3 19 9 19 15C19 17 18 21 12 21\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-0\"/><path d=\"M12 3C12 3 5 9 5 15C5 17 6 21 12 21\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-0\"/></g>"
133
+ "chevron-small-double-left": {
134
+ "body": "<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>"
126
135
  },
127
- "paint-drop-filled": {
128
- "body": "<g fill=\"none\"><path d=\"M12 4C12 4 18 9 18 15C18 19 15 20 12 20C9 20 6 19 6 15C6 9 12 4 12 4Z\" fill=\"currentColor\" class=\"il-md-fill il-md-delay-2\"/><path d=\"M12 3C12 3 19 9 19 15C19 17 18 21 12 21\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-0\"/><path d=\"M12 3C12 3 5 9 5 15C5 17 6 21 12 21\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-0\"/></g>"
136
+ "chevron-small-left": {
137
+ "body": "<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>"
129
138
  },
130
- "paint-drop-twotone": {
131
- "body": "<g fill=\"none\"><path d=\"M12 4C12 4 18 9 18 15C18 19 15 20 12 20C9 20 6 19 6 15C6 9 12 4 12 4Z\" fill=\"currentColor\" fill-opacity=\"0.3\" class=\"il-md-fill il-md-duration-0 il-md-delay-2\"/><path d=\"M12 3C12 3 19 9 19 15C19 17 18 21 12 21\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-0\"/><path d=\"M12 3C12 3 5 9 5 15C5 17 6 21 12 21\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-0\"/></g>"
139
+ "chevron-small-triple-left": {
140
+ "body": "<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>"
132
141
  },
133
- "rotate-270": {
134
- "body": "<g fill=\"none\"><path d=\"M12 6C15.3137 6 18 8.68629 18 12C18 15.3137 15.3137 18 12 18C8.68629 18 6 15.3137 6 12V9.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-40 il-md-duration-5 il-md-delay-0\"/><path d=\"M6 9L3 12\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-5\"/><path d=\"M6 9L9 12\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-5\"/></g>"
142
+ "chevron-triple-left": {
143
+ "body": "<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>"
135
144
  },
136
- "rotate-180": {
137
- "body": "<g fill=\"none\"><path d=\"M12 6C15.3137 6 18 8.68629 18 12C18 15.3137 15.3137 18 12 18H9.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-25 il-md-duration-4 il-md-delay-0\"/><path d=\"M9 18L12 21\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-4\"/><path d=\"M9 18L12 15\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-4\"/></g>"
145
+ "circle": {
146
+ "body": "<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>"
138
147
  },
139
- "rotate-90": {
140
- "body": "<g fill=\"none\"><path d=\"M12 6C15.3137 6 18 8.68629 18 12V14.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-3 il-md-delay-0\"/><path d=\"M18 15L21 12\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-3\"/><path d=\"M18 15L15 12\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-3\"/></g>"
148
+ "circle-twotone": {
149
+ "body": "<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>"
141
150
  },
142
- "align-center": {
143
- "body": "<g fill=\"none\"><path d=\"M12 5H19\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-0\"/><path d=\"M12 5H5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-0\"/><path d=\"M12 10H17\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-2\"/><path d=\"M12 10H7\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-2\"/><path d=\"M12 15H21\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-4\"/><path d=\"M12 15H3\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-4\"/><path d=\"M12 20H19\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-6\"/><path d=\"M12 20H5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-6\"/></g>"
151
+ "clipboard": {
152
+ "body": "<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>"
144
153
  },
145
- "align-justify": {
146
- "body": "<g fill=\"none\"><path d=\"M12 5H18\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-0\"/><path d=\"M12 5H6\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-0\"/><path d=\"M12 10H18\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-2\"/><path d=\"M12 10H6\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-2\"/><path d=\"M12 15H18\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-4\"/><path d=\"M12 15H6\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-4\"/><path d=\"M12 20H18\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-6\"/><path d=\"M12 20H6\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-6\"/></g>"
154
+ "clipboard-arrow": {
155
+ "body": "<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>"
147
156
  },
148
- "align-left": {
149
- "body": "<g fill=\"none\"><path d=\"M4 5H17\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-0\"/><path d=\"M4 10H14\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-2\"/><path d=\"M4 15H20\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-4\"/><path d=\"M4 20H17\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-6\"/></g>"
157
+ "clipboard-arrow-twotone": {
158
+ "body": "<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>"
150
159
  },
151
- "arrow-align-left": {
152
- "body": "<g fill=\"none\"><path d=\"M7 12L11 16\" 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=\"M7 12L11 8\" 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=\"M21 12H7.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-2\"/><path d=\"M3 3V21\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-0\"/></g>"
160
+ "clipboard-check": {
161
+ "body": "<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>"
153
162
  },
154
- "arrow-align-center": {
155
- "body": "<g fill=\"none\"><path d=\"M15 12L18 15\" 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=\"M9 12L6 15\" 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=\"M15 12L18 9\" 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=\"M9 12L6 9\" 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=\"M22 12H15.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-2\"/><path d=\"M2 12H8.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-2\"/><path d=\"M12 3V21\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-0\"/></g>"
163
+ "clipboard-check-twotone": {
164
+ "body": "<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>"
156
165
  },
157
- "edit": {
158
- "body": "<g fill=\"none\"><path d=\"M3 21H21\" 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=\"M7 17V13L17 3L21 7L11 17H7\" 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 6L18 10\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-4\"/></g>"
166
+ "clipboard-list": {
167
+ "body": "<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>"
159
168
  },
160
- "edit-twotone": {
161
- "body": "<g fill=\"none\"><path d=\"M20 7L17 4L15 6L18 9L20 7Z\" fill=\"currentColor\" fill-opacity=\"0.3\" class=\"il-md-fill il-md-duration-0 il-md-delay-6\"/><path d=\"M3 21H21\" 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=\"M7 17V13L17 3L21 7L11 17H7\" 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 6L18 10\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-4\"/></g>"
169
+ "clipboard-list-twotone": {
170
+ "body": "<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>"
162
171
  },
163
- "edit-twotone-full": {
164
- "body": "<g fill=\"none\"><path d=\"M20 7L17 4L8 13V16H11L20 7Z\" fill=\"currentColor\" fill-opacity=\"0.3\" class=\"il-md-fill il-md-duration-0 il-md-delay-6\"/><path d=\"M3 21H21\" 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=\"M7 17V13L17 3L21 7L11 17H7\" 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 6L18 10\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-4\"/></g>"
172
+ "clipboard-minus": {
173
+ "body": "<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>"
165
174
  },
166
- "pencil": {
167
- "body": "<g fill=\"none\"><path d=\"M3 21L4.99998 15L16 4C17 3 19 3 20 4C21 5 21 7 20 8L8.99998 19L3 21\" 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=\"M15 5L19 9\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-2\"/><path d=\"M6 15L9 18\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-2\"/></g>"
175
+ "clipboard-minus-twotone": {
176
+ "body": "<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>"
168
177
  },
169
- "pencil-twotone": {
170
- "body": "<g fill=\"none\"><path d=\"M17 4H20V7L9 18L6 15L17 4Z\" fill=\"currentColor\" fill-opacity=\"0.3\" class=\"il-md-fill il-md-duration-0 il-md-delay-4\"/><path d=\"M3 21L4.99998 15L16 4C17 3 19 3 20 4C21 5 21 7 20 8L8.99998 19L3 21\" 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=\"M15 5L19 9\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-2\"/><path d=\"M6 15L9 18\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-2\"/></g>"
178
+ "clipboard-plus": {
179
+ "body": "<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>"
171
180
  },
172
- "pencil-twotone-alt": {
173
- "body": "<g fill=\"none\"><path d=\"M9 18L18 9L15 6L6 15L9 18Z\" fill=\"currentColor\" fill-opacity=\"0.3\" class=\"il-md-fill il-md-duration-0 il-md-delay-4\"/><path d=\"M3 21L4.99998 15L16 4C17 3 19 3 20 4C21 5 21 7 20 8L8.99998 19L3 21\" 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=\"M15 5L19 9\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-2\"/><path d=\"M6 15L9 18\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-2\"/></g>"
181
+ "clipboard-plus-twotone": {
182
+ "body": "<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>"
174
183
  },
175
- "marker": {
176
- "body": "<g fill=\"none\"><path d=\"M9 17L6.5 19.5H2.5L7 15L9 17Z\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-25 il-md-duration-4 il-md-delay-2\"/><path d=\"M6 14L17 3L21 7L10 18L6 14Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"il-md-length-70 il-md-duration-4 il-md-delay-0\"/></g>"
184
+ "clipboard-twotone": {
185
+ "body": "<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>"
177
186
  },
178
- "marker-twotone": {
179
- "body": "<g fill=\"none\"><path d=\"M9 17L6.5 19.5H2.5L7 15L9 17Z\" fill=\"currentColor\" fill-opacity=\"0.3\" class=\"il-md-fill il-md-duration-0 il-md-delay-6\"/><path d=\"M9 17L6.5 19.5H2.5L7 15L9 17Z\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-25 il-md-duration-4 il-md-delay-2\"/><path d=\"M6 14L17 3L21 7L10 18L6 14Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"il-md-length-70 il-md-duration-4 il-md-delay-0\"/></g>"
187
+ "close": {
188
+ "body": "<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>"
180
189
  },
181
- "marker-filled": {
182
- "body": "<g fill=\"none\"><path d=\"M9 17L6.5 19.5H2.5L7 15L9 17Z\" fill=\"currentColor\" class=\"il-md-fill il-md-delay-6\"/><path d=\"M9 17L6.5 19.5H2.5L7 15L9 17Z\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-25 il-md-duration-4 il-md-delay-2\"/><path d=\"M6 14L17 3L21 7L10 18L6 14Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"il-md-length-70 il-md-duration-4 il-md-delay-0\"/></g>"
190
+ "close-circle": {
191
+ "body": "<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>"
183
192
  },
184
- "clipboard": {
185
- "body": "<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>"
193
+ "close-circle-twotone": {
194
+ "body": "<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>"
186
195
  },
187
- "clipboard-twotone": {
188
- "body": "<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>"
196
+ "cloud": {
197
+ "body": "<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>"
189
198
  },
190
- "clipboard-check": {
191
- "body": "<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>"
199
+ "cloud-down": {
200
+ "body": "<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>"
192
201
  },
193
- "clipboard-check-twotone": {
194
- "body": "<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>"
202
+ "cloud-down-twotone": {
203
+ "body": "<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>"
195
204
  },
196
- "clipboard-plus": {
197
- "body": "<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>"
205
+ "cloud-filled": {
206
+ "body": "<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>"
198
207
  },
199
- "clipboard-plus-twotone": {
200
- "body": "<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>"
208
+ "cloud-twotone": {
209
+ "body": "<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>"
201
210
  },
202
- "clipboard-minus": {
203
- "body": "<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>"
211
+ "cloud-up": {
212
+ "body": "<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>"
204
213
  },
205
- "clipboard-minus-twotone": {
206
- "body": "<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>"
214
+ "cloud-up-twotone": {
215
+ "body": "<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>"
207
216
  },
208
- "clipboard-list": {
209
- "body": "<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>"
217
+ "computer": {
218
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 21H17M12 21H7\" stroke-dasharray=\"6\" stroke-dashoffset=\"6\"><animate attributeName=\"stroke-dashoffset\" values=\"6;0\" dur=\"0.3s\" fill=\"freeze\"/></path><path d=\"M12 21V17\" stroke-dasharray=\"6\" stroke-dashoffset=\"6\"><animate attributeName=\"stroke-dashoffset\" values=\"6;0\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M12 17H3V5H21V17Z\" stroke-dasharray=\"64\" stroke-dashoffset=\"64\"><animate attributeName=\"stroke-dashoffset\" values=\"64;0\" begin=\"0.3s\" dur=\"0.6s\" fill=\"freeze\"/></path></g>"
210
219
  },
211
- "clipboard-list-twotone": {
212
- "body": "<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>"
220
+ "computer-twotone": {
221
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 21H17M12 21H7\" stroke-dasharray=\"6\" stroke-dashoffset=\"6\"><animate attributeName=\"stroke-dashoffset\" values=\"6;0\" dur=\"0.3s\" fill=\"freeze\"/></path><path d=\"M12 21V17\" stroke-dasharray=\"6\" stroke-dashoffset=\"6\"><animate attributeName=\"stroke-dashoffset\" values=\"6;0\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M12 17H3V5H21V17Z\" fill=\"currentColor\" fill-opacity=\"0\" stroke-dasharray=\"64\" stroke-dashoffset=\"64\"><animate attributeName=\"stroke-dashoffset\" values=\"64;0\" begin=\"0.3s\" dur=\"0.6s\" fill=\"freeze\"/><animate attributeName=\"fill-opacity\" values=\"0;0.3\" begin=\"0.9s\" dur=\"0.15s\" fill=\"freeze\"/></path></g>"
213
222
  },
214
- "clipboard-arrow": {
215
- "body": "<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>"
223
+ "confirm": {
224
+ "body": "<path d=\"M5 11L11 17L21 7\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"24\" stroke-dashoffset=\"24\"><animate attributeName=\"stroke-dashoffset\" values=\"24;0\" dur=\"0.4s\" fill=\"freeze\"/></path>"
216
225
  },
217
- "clipboard-arrow-twotone": {
218
- "body": "<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>"
226
+ "confirm-circle": {
227
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"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=\"M8 12L11 15L16 10\" stroke-dasharray=\"14\" stroke-dashoffset=\"14\"><animate attributeName=\"stroke-dashoffset\" values=\"14;0\" begin=\"0.6s\" dur=\"0.2s\" fill=\"freeze\"/></path></g>"
219
228
  },
220
- "document": {
221
- "body": "<g fill=\"none\"><path d=\"M13 3L19 9V21H5V3H13\" 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=\"M12.5 3V8.5H19\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-4\"/></g>"
229
+ "confirm-circle-twotone": {
230
+ "body": "<g stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"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=\"M8 12L11 15L16 10\" fill=\"none\" stroke-dasharray=\"14\" stroke-dashoffset=\"14\"><animate attributeName=\"stroke-dashoffset\" values=\"14;0\" begin=\"0.6s\" dur=\"0.2s\" fill=\"freeze\"/></path></g>"
222
231
  },
223
- "document-twotone": {
224
- "body": "<g fill=\"none\"><path d=\"M5 3H12.5V8.5H19V21H5V3Z\" fill=\"currentColor\" fill-opacity=\"0.3\" class=\"il-md-fill il-md-duration-0 il-md-delay-6\"/><path d=\"M13 3L19 9V21H5V3H13\" 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=\"M12.5 3V8.5H19\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-4\"/></g>"
232
+ "construction": {
233
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><g stroke-width=\"2\"><path d=\"M21 21H3V19C3 18 4 17 5 17H19C20 17 21 18 21 19V21Z\" stroke-dasharray=\"44\" stroke-dashoffset=\"44\"><animate attributeName=\"stroke-dashoffset\" values=\"44;0\" dur=\"0.4s\" fill=\"freeze\"/></path><path d=\"M6 17L12 2M18 17L12 2\" stroke-dasharray=\"18\" stroke-dashoffset=\"18\"><animate attributeName=\"stroke-dashoffset\" values=\"18;0\" begin=\"0.5s\" dur=\"0.3s\" fill=\"freeze\"/></path></g><path d=\"M8 12L12.5 9.5\" stroke-dasharray=\"8\" stroke-dashoffset=\"8\"><animate attributeName=\"stroke-dashoffset\" values=\"8;0\" begin=\"0.9s\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M6 16L13.5 12\" stroke-dasharray=\"10\" stroke-dashoffset=\"10\"><animate attributeName=\"stroke-dashoffset\" values=\"10;0\" begin=\"1.1s\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M9.5 17L14.5 14.5\" stroke-dasharray=\"8\" stroke-dashoffset=\"8\"><animate attributeName=\"stroke-dashoffset\" values=\"8;0\" begin=\"1.3s\" dur=\"0.2s\" fill=\"freeze\"/></path></g>"
234
+ },
235
+ "construction-twotone": {
236
+ "body": "<path d=\"M21 21H3V19C3 18 4 17 5 17H19C20 17 21 18 21 19V21Z\" fill=\"currentColor\" fill-opacity=\"0\"><animate attributeName=\"fill-opacity\" values=\"0;0.3\" begin=\"1.5s\" dur=\"0.15s\" fill=\"freeze\"/></path><g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><g stroke-width=\"2\"><path d=\"M21 21H3V19C3 18 4 17 5 17H19C20 17 21 18 21 19V21Z\" stroke-dasharray=\"44\" stroke-dashoffset=\"44\"><animate attributeName=\"stroke-dashoffset\" values=\"44;0\" dur=\"0.4s\" fill=\"freeze\"/></path><path d=\"M6 17L12 2M18 17L12 2\" stroke-dasharray=\"18\" stroke-dashoffset=\"18\"><animate attributeName=\"stroke-dashoffset\" values=\"18;0\" begin=\"0.5s\" dur=\"0.3s\" fill=\"freeze\"/></path></g><path d=\"M8 12L12.5 9.5\" stroke-dasharray=\"8\" stroke-dashoffset=\"8\"><animate attributeName=\"stroke-dashoffset\" values=\"8;0\" begin=\"0.9s\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M6 16L13.5 12\" stroke-dasharray=\"10\" stroke-dashoffset=\"10\"><animate attributeName=\"stroke-dashoffset\" values=\"10;0\" begin=\"1.1s\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M9.5 17L14.5 14.5\" stroke-dasharray=\"8\" stroke-dashoffset=\"8\"><animate attributeName=\"stroke-dashoffset\" values=\"8;0\" begin=\"1.3s\" dur=\"0.2s\" fill=\"freeze\"/></path></g>"
237
+ },
238
+ "discord": {
239
+ "body": "<g fill=\"currentColor\"><circle cx=\"9\" cy=\"12\" r=\"1.5\" fill-opacity=\"0\"><animate attributeName=\"fill-opacity\" values=\"0;1\" begin=\"1.2s\" dur=\"0.4s\" fill=\"freeze\"/></circle><circle cx=\"15\" cy=\"12\" r=\"1.5\" fill-opacity=\"0\"><animate attributeName=\"fill-opacity\" values=\"0;1\" begin=\"1.4s\" dur=\"0.4s\" fill=\"freeze\"/></circle></g><g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M15.5 17.5L16.5 19.5C16.5 19.5 20.671 18.172 22 16C22 15 22.53 7.853 19 5.5C17.5 4.5 15 4 15 4L14 6H12M8.52799 17.5L7.52799 19.5C7.52799 19.5 3.35699 18.172 2.02799 16C2.02799 15 1.49799 7.853 5.02799 5.5C6.52799 4.5 9.02799 4 9.02799 4L10.028 6H12.028\" stroke-dasharray=\"30\" stroke-dashoffset=\"30\"><animate attributeName=\"stroke-dashoffset\" values=\"30;60\" dur=\"0.6s\" fill=\"freeze\"/></path><path d=\"M5.5 16C10.5 18.5 13.5 18.5 18.5 16\" stroke-dasharray=\"16\" stroke-dashoffset=\"16\"><animate attributeName=\"stroke-dashoffset\" values=\"16;0\" begin=\"0.7s\" dur=\"0.4s\" fill=\"freeze\"/></path></g>"
240
+ },
241
+ "discord-twotone": {
242
+ "body": "<g fill=\"currentColor\"><path d=\"M5 5L12 5.2L19 5L22 15L19 18.4H5L1.5 15L5 5Z\" fill-opacity=\"0\"><animate attributeName=\"fill-opacity\" values=\"0;0.3\" begin=\"1.6s\" dur=\"0.15s\" fill=\"freeze\"/></path><circle cx=\"9\" cy=\"12\" r=\"1.5\" fill-opacity=\"0\"><animate attributeName=\"fill-opacity\" values=\"0;1\" begin=\"1.2s\" dur=\"0.4s\" fill=\"freeze\"/></circle><circle cx=\"15\" cy=\"12\" r=\"1.5\" fill-opacity=\"0\"><animate attributeName=\"fill-opacity\" values=\"0;1\" begin=\"1.4s\" dur=\"0.4s\" fill=\"freeze\"/></circle></g><g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M15.5 17.5L16.5 19.5C16.5 19.5 20.671 18.172 22 16C22 15 22.53 7.853 19 5.5C17.5 4.5 15 4 15 4L14 6H12M8.52799 17.5L7.52799 19.5C7.52799 19.5 3.35699 18.172 2.02799 16C2.02799 15 1.49799 7.853 5.02799 5.5C6.52799 4.5 9.02799 4 9.02799 4L10.028 6H12.028\" stroke-dasharray=\"30\" stroke-dashoffset=\"30\"><animate attributeName=\"stroke-dashoffset\" values=\"30;60\" dur=\"0.6s\" fill=\"freeze\"/></path><path d=\"M5.5 16C10.5 18.5 13.5 18.5 18.5 16\" stroke-dasharray=\"16\" stroke-dashoffset=\"16\"><animate attributeName=\"stroke-dashoffset\" values=\"16;0\" begin=\"0.7s\" dur=\"0.4s\" fill=\"freeze\"/></path></g>"
243
+ },
244
+ "document": {
245
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M13 3L19 9V21H5V3H13\" stroke-width=\"2\" stroke-dasharray=\"64\" stroke-dashoffset=\"64\"><animate attributeName=\"stroke-dashoffset\" values=\"64;0\" dur=\"0.6s\" fill=\"freeze\"/></path><path d=\"M12.5 3V8.5H19\" stroke-dasharray=\"14\" stroke-dashoffset=\"14\"><animate attributeName=\"stroke-dashoffset\" values=\"14;0\" begin=\"0.7s\" dur=\"0.2s\" fill=\"freeze\"/></path></g>"
225
246
  },
226
247
  "document-add": {
227
- "body": "<g fill=\"none\"><path d=\"M13 3L19 9V21H5V3H13\" 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=\"M12.5 3V8.5H19\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-4\"/><path d=\"M12 11V17\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-6\"/><path d=\"M9 14H15\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-8\"/></g>"
248
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M13 3L19 9V21H5V3H13\" stroke-width=\"2\" stroke-dasharray=\"64\" stroke-dashoffset=\"64\"><animate attributeName=\"stroke-dashoffset\" values=\"64;0\" dur=\"0.6s\" fill=\"freeze\"/></path><path d=\"M12.5 3V8.5H19\" stroke-dasharray=\"14\" stroke-dashoffset=\"14\"><animate attributeName=\"stroke-dashoffset\" values=\"14;0\" begin=\"0.7s\" dur=\"0.2s\" fill=\"freeze\"/></path><g stroke-width=\"2\" stroke-dasharray=\"8\"><path d=\"M9 14H15\" stroke-dashoffset=\"8\"><animate attributeName=\"stroke-dashoffset\" values=\"8;0\" begin=\"1s\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M12 11V17\" stroke-dashoffset=\"8\"><animate attributeName=\"stroke-dashoffset\" values=\"8;0\" begin=\"1.2s\" dur=\"0.2s\" fill=\"freeze\"/></path></g></g>"
228
249
  },
229
250
  "document-add-twotone": {
230
- "body": "<g fill=\"none\"><path d=\"M5 3H12.5V8.5H19V21H5V3Z\" fill=\"currentColor\" fill-opacity=\"0.3\" class=\"il-md-fill il-md-duration-0 il-md-delay-10\"/><path d=\"M13 3L19 9V21H5V3H13\" 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=\"M12.5 3V8.5H19\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-4\"/><path d=\"M12 11V17\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-6\"/><path d=\"M9 14H15\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-8\"/></g>"
251
+ "body": "<path d=\"M5 3H12.5V8.5H19V21H5V3Z\" 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\"><path d=\"M13 3L19 9V21H5V3H13\" stroke-width=\"2\" stroke-dasharray=\"64\" stroke-dashoffset=\"64\"><animate attributeName=\"stroke-dashoffset\" values=\"64;0\" dur=\"0.6s\" fill=\"freeze\"/></path><path d=\"M12.5 3V8.5H19\" stroke-dasharray=\"14\" stroke-dashoffset=\"14\"><animate attributeName=\"stroke-dashoffset\" values=\"14;0\" begin=\"0.7s\" dur=\"0.2s\" fill=\"freeze\"/></path><g stroke-width=\"2\" stroke-dasharray=\"8\"><path d=\"M9 14H15\" stroke-dashoffset=\"8\"><animate attributeName=\"stroke-dashoffset\" values=\"8;0\" begin=\"1s\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M12 11V17\" stroke-dashoffset=\"8\"><animate attributeName=\"stroke-dashoffset\" values=\"8;0\" begin=\"1.2s\" dur=\"0.2s\" fill=\"freeze\"/></path></g></g>"
231
252
  },
232
- "document-remove": {
233
- "body": "<g fill=\"none\"><path d=\"M13 3L19 9V21H5V3H13\" 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=\"M12.5 3V8.5H19\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-4\"/><path d=\"M9 14H15\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-6\"/></g>"
253
+ "document-code": {
254
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M13 3L19 9V21H5V3H13\" stroke-width=\"2\" stroke-dasharray=\"64\" stroke-dashoffset=\"64\"><animate attributeName=\"stroke-dashoffset\" values=\"64;0\" dur=\"0.6s\" fill=\"freeze\"/></path><path d=\"M12.5 3V8.5H19\" stroke-dasharray=\"14\" stroke-dashoffset=\"14\"><animate attributeName=\"stroke-dashoffset\" values=\"14;0\" begin=\"0.7s\" dur=\"0.2s\" fill=\"freeze\"/></path><g stroke-width=\"2\" stroke-dasharray=\"8\"><path d=\"M10 13L8 15L10 17\" stroke-dashoffset=\"8\"><animate attributeName=\"stroke-dashoffset\" values=\"8;0\" begin=\"1s\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M14 13L16 15L14 17\" stroke-dashoffset=\"8\"><animate attributeName=\"stroke-dashoffset\" values=\"8;0\" begin=\"1.2s\" dur=\"0.2s\" fill=\"freeze\"/></path></g></g>"
234
255
  },
235
- "document-remove-twotone": {
236
- "body": "<g fill=\"none\"><path d=\"M5 3H12.5V8.5H19V21H5V3Z\" fill=\"currentColor\" fill-opacity=\"0.3\" class=\"il-md-fill il-md-duration-0 il-md-delay-8\"/><path d=\"M13 3L19 9V21H5V3H13\" 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=\"M12.5 3V8.5H19\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-4\"/><path d=\"M9 14H15\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-6\"/></g>"
256
+ "document-code-twotone": {
257
+ "body": "<path d=\"M5 3H12.5V8.5H19V21H5V3Z\" 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\"><path d=\"M13 3L19 9V21H5V3H13\" stroke-width=\"2\" stroke-dasharray=\"64\" stroke-dashoffset=\"64\"><animate attributeName=\"stroke-dashoffset\" values=\"64;0\" dur=\"0.6s\" fill=\"freeze\"/></path><path d=\"M12.5 3V8.5H19\" stroke-dasharray=\"14\" stroke-dashoffset=\"14\"><animate attributeName=\"stroke-dashoffset\" values=\"14;0\" begin=\"0.7s\" dur=\"0.2s\" fill=\"freeze\"/></path><g stroke-width=\"2\" stroke-dasharray=\"8\"><path d=\"M10 13L8 15L10 17\" stroke-dashoffset=\"8\"><animate attributeName=\"stroke-dashoffset\" values=\"8;0\" begin=\"1s\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M14 13L16 15L14 17\" stroke-dashoffset=\"8\"><animate attributeName=\"stroke-dashoffset\" values=\"8;0\" begin=\"1.2s\" dur=\"0.2s\" fill=\"freeze\"/></path></g></g>"
237
258
  },
238
259
  "document-list": {
239
- "body": "<g fill=\"none\"><path d=\"M13 3L19 9V21H5V3H13\" 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=\"M12.5 3V8.5H19\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-4\"/><path d=\"M9 13H13\" 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>"
260
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><g stroke-width=\"2\"><path d=\"M13 3L19 9V21H5V3H13\" stroke-dasharray=\"64\" stroke-dashoffset=\"64\"><animate attributeName=\"stroke-dashoffset\" values=\"64;0\" dur=\"0.6s\" fill=\"freeze\"/></path><path d=\"M9 13H13\" stroke-dashoffset=\"6\" stroke-dasharray=\"6\"><animate attributeName=\"stroke-dashoffset\" values=\"6;0\" begin=\"1s\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M9 16H15\" stroke-dashoffset=\"8\" stroke-dasharray=\"8\"><animate attributeName=\"stroke-dashoffset\" values=\"8;0\" begin=\"1.2s\" dur=\"0.2s\" fill=\"freeze\"/></path></g><path d=\"M12.5 3V8.5H19\" stroke-dasharray=\"14\" stroke-dashoffset=\"14\"><animate attributeName=\"stroke-dashoffset\" values=\"14;0\" begin=\"0.7s\" dur=\"0.2s\" fill=\"freeze\"/></path></g>"
240
261
  },
241
262
  "document-list-twotone": {
242
- "body": "<g fill=\"none\"><path d=\"M5 3H12.5V8.5H19V21H5V3Z\" fill=\"currentColor\" fill-opacity=\"0.3\" class=\"il-md-fill il-md-duration-0 il-md-delay-10\"/><path d=\"M13 3L19 9V21H5V3H13\" 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=\"M12.5 3V8.5H19\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-4\"/><path d=\"M9 13H13\" 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>"
263
+ "body": "<path d=\"M5 3H12.5V8.5H19V21H5V3Z\" 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=\"M13 3L19 9V21H5V3H13\" stroke-dasharray=\"64\" stroke-dashoffset=\"64\"><animate attributeName=\"stroke-dashoffset\" values=\"64;0\" dur=\"0.6s\" fill=\"freeze\"/></path><path d=\"M9 13H13\" stroke-dashoffset=\"6\" stroke-dasharray=\"6\"><animate attributeName=\"stroke-dashoffset\" values=\"6;0\" begin=\"1s\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M9 16H15\" stroke-dashoffset=\"8\" stroke-dasharray=\"8\"><animate attributeName=\"stroke-dashoffset\" values=\"8;0\" begin=\"1.2s\" dur=\"0.2s\" fill=\"freeze\"/></path></g><path d=\"M12.5 3V8.5H19\" stroke-dasharray=\"14\" stroke-dashoffset=\"14\"><animate attributeName=\"stroke-dashoffset\" values=\"14;0\" begin=\"0.7s\" dur=\"0.2s\" fill=\"freeze\"/></path></g>"
243
264
  },
244
- "document-code": {
245
- "body": "<g fill=\"none\"><path d=\"M13 3L19 9V21H5V3H13\" 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=\"M12.5 3V8.5H19\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-4\"/><path d=\"M10 13L8 15L10 17\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-6\"/><path d=\"M14 13L16 15L14 17\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-8\"/></g>"
265
+ "document-remove": {
266
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M13 3L19 9V21H5V3H13\" stroke-width=\"2\" stroke-dasharray=\"64\" stroke-dashoffset=\"64\"><animate attributeName=\"stroke-dashoffset\" values=\"64;0\" dur=\"0.6s\" fill=\"freeze\"/></path><path d=\"M12.5 3V8.5H19\" stroke-dasharray=\"14\" stroke-dashoffset=\"14\"><animate attributeName=\"stroke-dashoffset\" values=\"14;0\" begin=\"0.7s\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M9 14H15\" stroke-width=\"2\" stroke-dasharray=\"8\" stroke-dashoffset=\"8\"><animate attributeName=\"stroke-dashoffset\" values=\"8;0\" begin=\"1s\" dur=\"0.2s\" fill=\"freeze\"/></path></g>"
246
267
  },
247
- "document-code-twotone": {
248
- "body": "<g fill=\"none\"><path d=\"M5 3H12.5V8.5H19V21H5V3Z\" fill=\"currentColor\" fill-opacity=\"0.3\" class=\"il-md-fill il-md-duration-0 il-md-delay-10\"/><path d=\"M13 3L19 9V21H5V3H13\" 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=\"M12.5 3V8.5H19\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-4\"/><path d=\"M10 13L8 15L10 17\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-6\"/><path d=\"M14 13L16 15L14 17\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-8\"/></g>"
268
+ "document-remove-twotone": {
269
+ "body": "<path d=\"M5 3H12.5V8.5H19V21H5V3Z\" 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\"><path d=\"M13 3L19 9V21H5V3H13\" stroke-width=\"2\" stroke-dasharray=\"64\" stroke-dashoffset=\"64\"><animate attributeName=\"stroke-dashoffset\" values=\"64;0\" dur=\"0.6s\" fill=\"freeze\"/></path><path d=\"M12.5 3V8.5H19\" stroke-dasharray=\"14\" stroke-dashoffset=\"14\"><animate attributeName=\"stroke-dashoffset\" values=\"14;0\" begin=\"0.7s\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M9 14H15\" stroke-width=\"2\" stroke-dasharray=\"8\" stroke-dashoffset=\"8\"><animate attributeName=\"stroke-dashoffset\" values=\"8;0\" begin=\"1s\" dur=\"0.2s\" fill=\"freeze\"/></path></g>"
249
270
  },
250
271
  "document-report": {
251
- "body": "<g fill=\"none\"><path d=\"M13 3L19 9V21H5V3H13\" 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=\"M12.5 3V8.5H19\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-4\"/><path d=\"M9 17V14\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-6\"/><path d=\"M12 17V13\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-8\"/><path d=\"M15 17V12\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-10\"/></g>"
272
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M13 3L19 9V21H5V3H13\" stroke-width=\"2\" stroke-dasharray=\"64\" stroke-dashoffset=\"64\"><animate attributeName=\"stroke-dashoffset\" values=\"64;0\" dur=\"0.6s\" fill=\"freeze\"/></path><path d=\"M12.5 3V8.5H19\" stroke-dasharray=\"14\" stroke-dashoffset=\"14\"><animate attributeName=\"stroke-dashoffset\" values=\"14;0\" begin=\"0.7s\" dur=\"0.2s\" fill=\"freeze\"/></path><g stroke-width=\"2\"><path d=\"M9 17V14\" stroke-dasharray=\"5\" stroke-dashoffset=\"5\"><animate attributeName=\"stroke-dashoffset\" values=\"5;0\" begin=\"1s\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M12 17V13\" stroke-dasharray=\"6\" stroke-dashoffset=\"6\"><animate attributeName=\"stroke-dashoffset\" values=\"6;0\" begin=\"1.2s\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M15 17V12\" stroke-dasharray=\"7\" stroke-dashoffset=\"7\"><animate attributeName=\"stroke-dashoffset\" values=\"7;0\" begin=\"1.4s\" dur=\"0.2s\" fill=\"freeze\"/></path></g></g>"
252
273
  },
253
274
  "document-report-twotone": {
254
- "body": "<g fill=\"none\"><path d=\"M5 3H12.5V8.5H19V21H5V3Z\" fill=\"currentColor\" fill-opacity=\"0.3\" class=\"il-md-fill il-md-duration-0 il-md-delay-12\"/><path d=\"M13 3L19 9V21H5V3H13\" 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=\"M12.5 3V8.5H19\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-4\"/><path d=\"M9 17V14\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-6\"/><path d=\"M12 17V13\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-8\"/><path d=\"M15 17V12\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-10\"/></g>"
275
+ "body": "<path d=\"M5 3H12.5V8.5H19V21H5V3Z\" 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\"><path d=\"M13 3L19 9V21H5V3H13\" stroke-width=\"2\" stroke-dasharray=\"64\" stroke-dashoffset=\"64\"><animate attributeName=\"stroke-dashoffset\" values=\"64;0\" dur=\"0.6s\" fill=\"freeze\"/></path><path d=\"M12.5 3V8.5H19\" stroke-dasharray=\"14\" stroke-dashoffset=\"14\"><animate attributeName=\"stroke-dashoffset\" values=\"14;0\" begin=\"0.7s\" dur=\"0.2s\" fill=\"freeze\"/></path><g stroke-width=\"2\"><path d=\"M9 17V14\" stroke-dasharray=\"5\" stroke-dashoffset=\"5\"><animate attributeName=\"stroke-dashoffset\" values=\"5;0\" begin=\"1s\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M12 17V13\" stroke-dasharray=\"6\" stroke-dashoffset=\"6\"><animate attributeName=\"stroke-dashoffset\" values=\"6;0\" begin=\"1.2s\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M15 17V12\" stroke-dasharray=\"7\" stroke-dashoffset=\"7\"><animate attributeName=\"stroke-dashoffset\" values=\"7;0\" begin=\"1.4s\" dur=\"0.2s\" fill=\"freeze\"/></path></g></g>"
255
276
  },
256
- "image": {
257
- "body": "<g fill=\"none\"><path d=\"M3 14V5H21V19H3V14\" 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=\"M3 16L7 13L10 15L16 10L21 14\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-4\"/><circle cx=\"7.5\" cy=\"9.5\" r=\"1.5\" fill=\"currentColor\" class=\"il-md-fill il-md-delay-6\"/></g>"
258
- },
259
- "image-twotone": {
260
- "body": "<g fill=\"none\"><path d=\"M7 13L3 16V19H21V14L16 10L10 15L7 13Z\" fill=\"currentColor\" fill-opacity=\"0.3\" class=\"il-md-fill il-md-duration-0 il-md-delay-9\"/><path d=\"M3 14V5H21V19H3V14\" 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=\"M3 16L7 13L10 15L16 10L21 14\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-4\"/><circle cx=\"7.5\" cy=\"9.5\" r=\"1.5\" fill=\"currentColor\" class=\"il-md-fill il-md-delay-6\"/></g>"
277
+ "document-twotone": {
278
+ "body": "<path d=\"M5 3H12.5V8.5H19V21H5V3Z\" 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=\"M13 3L19 9V21H5V3H13\" stroke-width=\"2\" stroke-dasharray=\"64\" stroke-dashoffset=\"64\"><animate attributeName=\"stroke-dashoffset\" values=\"64;0\" dur=\"0.6s\" fill=\"freeze\"/></path><path d=\"M12.5 3V8.5H19\" stroke-dasharray=\"14\" stroke-dashoffset=\"14\"><animate attributeName=\"stroke-dashoffset\" values=\"14;0\" begin=\"0.7s\" dur=\"0.2s\" fill=\"freeze\"/></path></g>"
261
279
  },
262
- "search": {
263
- "body": "<g fill=\"none\"><path d=\"M10.5 13.5L3 21\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-5\"/><path d=\"M10.7574 13.2426C8.41421 10.8995 8.41421 7.10051 10.7574 4.75736C13.1005 2.41421 16.8995 2.41421 19.2426 4.75736C21.5858 7.10051 21.5858 10.8995 19.2426 13.2426C16.8995 15.5858 13.1005 15.5858 10.7574 13.2426Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-40 il-md-duration-5 il-md-delay-0\"/></g>"
280
+ "double-arrow-horizontal": {
281
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 12H3.5M12 12H20.5\" stroke-dasharray=\"10\" stroke-dashoffset=\"10\"><animate attributeName=\"stroke-dashoffset\" values=\"10;0\" dur=\"0.3s\" fill=\"freeze\"/></path><path d=\"M3 12L7 16M21 12L17 16M3 12L7 8M21 12L17 8\" stroke-dasharray=\"6\" stroke-dashoffset=\"6\"><animate attributeName=\"stroke-dashoffset\" values=\"6;0\" begin=\"0.3s\" dur=\"0.3s\" fill=\"freeze\"/></path></g>"
264
282
  },
265
- "search-twotone": {
266
- "body": "<g fill=\"none\"><path d=\"M10.5 13.5L3 21\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-5\"/><circle cx=\"15\" cy=\"9\" r=\"6\" fill=\"currentColor\" fill-opacity=\"0.3\" class=\"il-md-fill il-md-duration-0 il-md-delay-5\"/><path d=\"M10.7574 13.2426C8.41421 10.8995 8.41421 7.10051 10.7574 4.75736C13.1005 2.41421 16.8995 2.41421 19.2426 4.75736C21.5858 7.10051 21.5858 10.8995 19.2426 13.2426C16.8995 15.5858 13.1005 15.5858 10.7574 13.2426Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-40 il-md-duration-5 il-md-delay-0\"/></g>"
283
+ "edit": {
284
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M3 21H21\" stroke-dasharray=\"20\" stroke-dashoffset=\"20\"><animate attributeName=\"stroke-dashoffset\" values=\"20;0\" dur=\"0.3s\" fill=\"freeze\"/></path><path d=\"M7 17V13L17 3L21 7L11 17H7\" stroke-dasharray=\"44\" stroke-dashoffset=\"44\"><animate attributeName=\"stroke-dashoffset\" values=\"44;0\" begin=\"0.4s\" dur=\"0.6s\" fill=\"freeze\"/></path><path d=\"M14 6L18 10\" stroke-dasharray=\"8\" stroke-dashoffset=\"8\"><animate attributeName=\"stroke-dashoffset\" values=\"8;0\" begin=\"1s\" dur=\"0.2s\" fill=\"freeze\"/></path></g>"
267
285
  },
268
- "search-filled": {
269
- "body": "<g fill=\"none\"><path d=\"M10.5 13.5L3 21\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-5\"/><circle cx=\"15\" cy=\"9\" r=\"6\" fill=\"currentColor\" class=\"il-md-fill il-md-delay-5\"/><path d=\"M10.7574 13.2426C8.41421 10.8995 8.41421 7.10051 10.7574 4.75736C13.1005 2.41421 16.8995 2.41421 19.2426 4.75736C21.5858 7.10051 21.5858 10.8995 19.2426 13.2426C16.8995 15.5858 13.1005 15.5858 10.7574 13.2426Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-40 il-md-duration-5 il-md-delay-0\"/></g>"
286
+ "edit-twotone": {
287
+ "body": "<path d=\"M20 7L17 4L15 6L18 9L20 7Z\" 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-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M3 21H21\" stroke-dasharray=\"20\" stroke-dashoffset=\"20\"><animate attributeName=\"stroke-dashoffset\" values=\"20;0\" dur=\"0.3s\" fill=\"freeze\"/></path><path d=\"M7 17V13L17 3L21 7L11 17H7\" stroke-dasharray=\"44\" stroke-dashoffset=\"44\"><animate attributeName=\"stroke-dashoffset\" values=\"44;0\" begin=\"0.4s\" dur=\"0.6s\" fill=\"freeze\"/></path><path d=\"M14 6L18 10\" stroke-dasharray=\"8\" stroke-dashoffset=\"8\"><animate attributeName=\"stroke-dashoffset\" values=\"8;0\" begin=\"1s\" dur=\"0.2s\" fill=\"freeze\"/></path></g>"
270
288
  },
271
- "remove": {
272
- "body": "<g fill=\"none\"><path d=\"M19 5L5 19\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-2\"/><path d=\"M5 5L19 19\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-0\"/></g>"
289
+ "edit-twotone-full": {
290
+ "body": "<path d=\"M20 7L17 4L8 13V16H11L20 7Z\" 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-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M3 21H21\" stroke-dasharray=\"20\" stroke-dashoffset=\"20\"><animate attributeName=\"stroke-dashoffset\" values=\"20;0\" dur=\"0.3s\" fill=\"freeze\"/></path><path d=\"M7 17V13L17 3L21 7L11 17H7\" stroke-dasharray=\"44\" stroke-dashoffset=\"44\"><animate attributeName=\"stroke-dashoffset\" values=\"44;0\" begin=\"0.4s\" dur=\"0.6s\" fill=\"freeze\"/></path><path d=\"M14 6L18 10\" stroke-dasharray=\"8\" stroke-dashoffset=\"8\"><animate attributeName=\"stroke-dashoffset\" values=\"8;0\" begin=\"1s\" dur=\"0.2s\" fill=\"freeze\"/></path></g>"
273
291
  },
274
- "close": {
275
- "body": "<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>"
292
+ "email": {
293
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"><rect x=\"3\" y=\"5\" width=\"18\" height=\"14\" rx=\"1\" stroke-dasharray=\"64\" stroke-dashoffset=\"64\"><animate attributeName=\"stroke-dashoffset\" values=\"64;0\" dur=\"0.6s\" fill=\"freeze\"/></rect><path d=\"M3 6.5L12 12L21 6.5\" stroke-dasharray=\"24\" stroke-dashoffset=\"24\"><animate attributeName=\"stroke-dashoffset\" values=\"24;0\" begin=\"0.6s\" dur=\"0.4s\" fill=\"freeze\"/></path></g>"
276
294
  },
277
- "close-circle": {
278
- "body": "<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>"
295
+ "email-opened": {
296
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"><path d=\"M3 8.06083C3 7.71247 3.1813 7.38921 3.47855 7.20755L12 2L20.5214 7.20755C20.8187 7.38921 21 7.71247 21 8.06083V18C21 18.5523 20.5523 19 20 19H4C3.44772 19 3 18.5523 3 18V8.06083Z\" stroke-dasharray=\"64\" stroke-dashoffset=\"64\"><animate attributeName=\"stroke-dashoffset\" values=\"64;0\" dur=\"0.6s\" fill=\"freeze\"/></path><path d=\"M3 8.5L12 14L21 8.5\" stroke-dasharray=\"24\" stroke-dashoffset=\"24\"><animate attributeName=\"stroke-dashoffset\" values=\"24;0\" begin=\"0.6s\" dur=\"0.4s\" fill=\"freeze\"/></path></g>"
279
297
  },
280
- "close-circle-twotone": {
281
- "body": "<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>"
298
+ "email-opened-twotone": {
299
+ "body": "<path d=\"M12 13L4 8L12 3L20 8L12 13Z\" fill=\"currentColor\" fill-opacity=\"0\"><animate attributeName=\"fill-opacity\" values=\"0;0.3\" begin=\"1s\" dur=\"0.15s\" fill=\"freeze\"/></path><g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"><path d=\"M3 8.06083C3 7.71247 3.1813 7.38921 3.47855 7.20755L12 2L20.5214 7.20755C20.8187 7.38921 21 7.71247 21 8.06083V18C21 18.5523 20.5523 19 20 19H4C3.44772 19 3 18.5523 3 18V8.06083Z\" stroke-dasharray=\"64\" stroke-dashoffset=\"64\"><animate attributeName=\"stroke-dashoffset\" values=\"64;0\" dur=\"0.6s\" fill=\"freeze\"/></path><path d=\"M3 8.5L12 14L21 8.5\" stroke-dasharray=\"24\" stroke-dashoffset=\"24\"><animate attributeName=\"stroke-dashoffset\" values=\"24;0\" begin=\"0.6s\" dur=\"0.4s\" fill=\"freeze\"/></path></g>"
282
300
  },
283
- "confirm": {
284
- "body": "<g fill=\"none\"><path d=\"M5 11L11 17L21 6.99999\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"il-md-length-25 il-md-duration-4 il-md-delay-0\"/></g>"
301
+ "email-opened-twotone-alt": {
302
+ "body": "<path d=\"M12 15L4 10V18H20V10L12 15Z\" fill=\"currentColor\" fill-opacity=\"0\"><animate attributeName=\"fill-opacity\" values=\"0;0.3\" begin=\"1s\" dur=\"0.15s\" fill=\"freeze\"/></path><g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"><path d=\"M3 8.06083C3 7.71247 3.1813 7.38921 3.47855 7.20755L12 2L20.5214 7.20755C20.8187 7.38921 21 7.71247 21 8.06083V18C21 18.5523 20.5523 19 20 19H4C3.44772 19 3 18.5523 3 18V8.06083Z\" stroke-dasharray=\"64\" stroke-dashoffset=\"64\"><animate attributeName=\"stroke-dashoffset\" values=\"64;0\" dur=\"0.6s\" fill=\"freeze\"/></path><path d=\"M3 8.5L12 14L21 8.5\" stroke-dasharray=\"24\" stroke-dashoffset=\"24\"><animate attributeName=\"stroke-dashoffset\" values=\"24;0\" begin=\"0.6s\" dur=\"0.4s\" fill=\"freeze\"/></path></g>"
285
303
  },
286
- "confirm-circle": {
287
- "body": "<g fill=\"none\"><path d=\"M8 12L11 15L16 10\" 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=\"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>"
304
+ "email-twotone": {
305
+ "body": "<path d=\"M12 11L4 6H20L12 11Z\" fill=\"currentColor\" fill-opacity=\"0\"><animate attributeName=\"fill-opacity\" values=\"0;0.3\" begin=\"1s\" dur=\"0.15s\" fill=\"freeze\"/></path><g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"><rect x=\"3\" y=\"5\" width=\"18\" height=\"14\" rx=\"1\" stroke-dasharray=\"64\" stroke-dashoffset=\"64\"><animate attributeName=\"stroke-dashoffset\" values=\"64;0\" dur=\"0.6s\" fill=\"freeze\"/></rect><path d=\"M3 6.5L12 12L21 6.5\" stroke-dasharray=\"24\" stroke-dashoffset=\"24\"><animate attributeName=\"stroke-dashoffset\" values=\"24;0\" begin=\"0.6s\" dur=\"0.4s\" fill=\"freeze\"/></path></g>"
288
306
  },
289
- "confirm-circle-twotone": {
290
- "body": "<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=\"M8 12L11 15L16 10\" 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=\"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>"
307
+ "email-twotone-alt": {
308
+ "body": "<path d=\"M12 13L4 8V18H20V8L12 13Z\" fill=\"currentColor\" fill-opacity=\"0\"><animate attributeName=\"fill-opacity\" values=\"0;0.3\" begin=\"1s\" dur=\"0.15s\" fill=\"freeze\"/></path><g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"><rect x=\"3\" y=\"5\" width=\"18\" height=\"14\" rx=\"1\" stroke-dasharray=\"64\" stroke-dashoffset=\"64\"><animate attributeName=\"stroke-dashoffset\" values=\"64;0\" dur=\"0.6s\" fill=\"freeze\"/></rect><path d=\"M3 6.5L12 12L21 6.5\" stroke-dasharray=\"24\" stroke-dashoffset=\"24\"><animate attributeName=\"stroke-dashoffset\" values=\"24;0\" begin=\"0.6s\" dur=\"0.4s\" fill=\"freeze\"/></path></g>"
291
309
  },
292
- "plus": {
293
- "body": "<g fill=\"none\"><path d=\"M12 5V19\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-2\"/><path d=\"M5 12H19\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-0\"/></g>"
310
+ "emoji-angry": {
311
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\"><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=\"M8 16C8.5 15 9.79086 14 12 14C14.2091 14 15.5 15 16 16\" stroke-dasharray=\"14\" stroke-dashoffset=\"14\"><animate attributeName=\"stroke-dashoffset\" values=\"14;0\" begin=\"1s\" dur=\"0.2s\" fill=\"freeze\"/></path><g stroke-width=\"1\" stroke-dashoffset=\"5\" stroke-dasharray=\"5\"><path d=\"M9.5 8.5L7.5 7.5\"><animate attributeName=\"stroke-dashoffset\" values=\"5;0\" begin=\"0.6s\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M14.5 8.5L16.5 7.5\"><animate attributeName=\"stroke-dashoffset\" values=\"5;0\" begin=\"0.8s\" dur=\"0.2s\" fill=\"freeze\"/></path></g></g><g fill=\"currentColor\"><ellipse cx=\"9\" cy=\"9.5\" rx=\"1\" ry=\"1.5\" fill-opacity=\"0\"><animate attributeName=\"fill-opacity\" values=\"0;1\" begin=\"0.6s\" dur=\"0.2s\" fill=\"freeze\"/></ellipse><ellipse cx=\"15\" cy=\"9.5\" rx=\"1\" ry=\"1.5\" fill-opacity=\"0\"><animate attributeName=\"fill-opacity\" values=\"0;1\" begin=\"0.8s\" dur=\"0.2s\" fill=\"freeze\"/></ellipse></g>"
294
312
  },
295
- "plus-circle": {
296
- "body": "<g fill=\"none\"><path d=\"M12 7V17\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-6\"/><path d=\"M7 12H17\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 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>"
313
+ "emoji-angry-twotone": {
314
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\"><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=\"1.2s\" dur=\"0.15s\" fill=\"freeze\"/></path><path d=\"M8 16C8.5 15 9.79086 14 12 14C14.2091 14 15.5 15 16 16\" stroke-dasharray=\"14\" stroke-dashoffset=\"14\"><animate attributeName=\"stroke-dashoffset\" values=\"14;0\" begin=\"1s\" dur=\"0.2s\" fill=\"freeze\"/></path><g stroke-width=\"1\" stroke-dashoffset=\"5\" stroke-dasharray=\"5\"><path d=\"M9.5 8.5L7.5 7.5\"><animate attributeName=\"stroke-dashoffset\" values=\"5;0\" begin=\"0.6s\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M14.5 8.5L16.5 7.5\"><animate attributeName=\"stroke-dashoffset\" values=\"5;0\" begin=\"0.8s\" dur=\"0.2s\" fill=\"freeze\"/></path></g></g><g fill=\"currentColor\"><ellipse cx=\"9\" cy=\"9.5\" rx=\"1\" ry=\"1.5\" fill-opacity=\"0\"><animate attributeName=\"fill-opacity\" values=\"0;1\" begin=\"0.6s\" dur=\"0.2s\" fill=\"freeze\"/></ellipse><ellipse cx=\"15\" cy=\"9.5\" rx=\"1\" ry=\"1.5\" fill-opacity=\"0\"><animate attributeName=\"fill-opacity\" values=\"0;1\" begin=\"0.8s\" dur=\"0.2s\" fill=\"freeze\"/></ellipse></g>"
297
315
  },
298
- "plus-circle-twotone": {
299
- "body": "<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 7V17\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-6\"/><path d=\"M7 12H17\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 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>"
316
+ "emoji-frown": {
317
+ "body": "<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=\"M8 16C8.5 15 9.79086 14 12 14C14.2091 14 15.5 15 16 16\" stroke-dasharray=\"14\" stroke-dashoffset=\"14\"><animate attributeName=\"stroke-dashoffset\" values=\"14;0\" begin=\"1s\" dur=\"0.2s\" fill=\"freeze\"/></path></g><g fill=\"currentColor\"><ellipse cx=\"9\" cy=\"9.5\" rx=\"1\" ry=\"1.5\" fill-opacity=\"0\"><animate attributeName=\"fill-opacity\" values=\"0;1\" begin=\"0.6s\" dur=\"0.2s\" fill=\"freeze\"/></ellipse><ellipse cx=\"15\" cy=\"9.5\" rx=\"1\" ry=\"1.5\" fill-opacity=\"0\"><animate attributeName=\"fill-opacity\" values=\"0;1\" begin=\"0.8s\" dur=\"0.2s\" fill=\"freeze\"/></ellipse></g>"
300
318
  },
301
- "minus": {
302
- "body": "<g fill=\"none\"><path d=\"M5 12H19\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-0\"/></g>"
319
+ "emoji-frown-open": {
320
+ "body": "<mask id=\"smile\"><path d=\"M8.5 16C9 15 10 14 12 14C14 14 15 15 15.5 16M8.5 16C9.5 15.5 11 15.5 12 15.5C13 15.5 14.5 15.5 15.5 16\" fill=\"none\" stroke=\"#fff\" stroke-width=\"2\" stroke-linecap=\"round\"/></mask><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=\"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><g fill=\"currentColor\"><rect mask=\"url(#smile)\" x=\"6\" y=\"12\" width=\"0\" height=\"7\" fill=\"currentColor\"><animate attributeName=\"width\" values=\"0;12\" begin=\"1s\" dur=\"0.2s\" fill=\"freeze\"/></rect><ellipse cx=\"9\" cy=\"9.5\" rx=\"1\" ry=\"1.5\" fill-opacity=\"0\"><animate attributeName=\"fill-opacity\" values=\"0;1\" begin=\"0.6s\" dur=\"0.2s\" fill=\"freeze\"/></ellipse><ellipse cx=\"15\" cy=\"9.5\" rx=\"1\" ry=\"1.5\" fill-opacity=\"0\"><animate attributeName=\"fill-opacity\" values=\"0;1\" begin=\"0.8s\" dur=\"0.2s\" fill=\"freeze\"/></ellipse></g>"
303
321
  },
304
- "minus-circle": {
305
- "body": "<g fill=\"none\"><path d=\"M7 12H17\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 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>"
322
+ "emoji-frown-open-twotone": {
323
+ "body": "<mask id=\"smile\"><path d=\"M8.5 16C9 15 10 14 12 14C14 14 15 15 15.5 16M8.5 16C9.5 15.5 11 15.5 12 15.5C13 15.5 14.5 15.5 15.5 16\" fill=\"none\" stroke=\"#fff\" stroke-width=\"2\" stroke-linecap=\"round\"/></mask><g fill=\"currentColor\"><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-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=\"1.2s\" dur=\"0.15s\" fill=\"freeze\"/></path><rect mask=\"url(#smile)\" x=\"6\" y=\"12\" width=\"0\" height=\"7\" fill=\"currentColor\"><animate attributeName=\"width\" values=\"0;12\" begin=\"1s\" dur=\"0.2s\" fill=\"freeze\"/></rect><ellipse cx=\"9\" cy=\"9.5\" rx=\"1\" ry=\"1.5\" fill-opacity=\"0\"><animate attributeName=\"fill-opacity\" values=\"0;1\" begin=\"0.6s\" dur=\"0.2s\" fill=\"freeze\"/></ellipse><ellipse cx=\"15\" cy=\"9.5\" rx=\"1\" ry=\"1.5\" fill-opacity=\"0\"><animate attributeName=\"fill-opacity\" values=\"0;1\" begin=\"0.8s\" dur=\"0.2s\" fill=\"freeze\"/></ellipse></g>"
306
324
  },
307
- "minus-circle-twotone": {
308
- "body": "<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-6\"/><path d=\"M7 12H17\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 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>"
325
+ "emoji-frown-twotone": {
326
+ "body": "<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=\"1.2s\" dur=\"0.15s\" fill=\"freeze\"/></path><path d=\"M8 16C8.5 15 9.79086 14 12 14C14.2091 14 15.5 15 16 16\" fill=\"none\" stroke-dasharray=\"14\" stroke-dashoffset=\"14\"><animate attributeName=\"stroke-dashoffset\" values=\"14;0\" begin=\"1s\" dur=\"0.2s\" fill=\"freeze\"/></path></g><g fill=\"currentColor\"><ellipse cx=\"9\" cy=\"9.5\" rx=\"1\" ry=\"1.5\" fill-opacity=\"0\"><animate attributeName=\"fill-opacity\" values=\"0;1\" begin=\"0.6s\" dur=\"0.2s\" fill=\"freeze\"/></ellipse><ellipse cx=\"15\" cy=\"9.5\" rx=\"1\" ry=\"1.5\" fill-opacity=\"0\"><animate attributeName=\"fill-opacity\" values=\"0;1\" begin=\"0.8s\" dur=\"0.2s\" fill=\"freeze\"/></ellipse></g>"
309
327
  },
310
- "circle": {
311
- "body": "<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>"
328
+ "emoji-grin": {
329
+ "body": "<mask id=\"smile\"><path d=\"M8 14C8.5 15.5 9.79086 17 12 17C14.2091 17 15.5 15.5 16 14M8 14C9 14.5 10 15 12 15C14 15 15 14.5 16 14\" fill=\"none\" stroke=\"#fff\" stroke-width=\"2\" stroke-linecap=\"round\"/></mask><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=\"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><g fill=\"currentColor\"><rect mask=\"url(#smile)\" x=\"6\" y=\"12\" width=\"0\" height=\"7\" fill=\"currentColor\"><animate attributeName=\"width\" values=\"0;12\" begin=\"1s\" dur=\"0.2s\" fill=\"freeze\"/></rect><ellipse cx=\"9\" cy=\"9.5\" rx=\"1\" ry=\"1.5\" fill-opacity=\"0\"><animate attributeName=\"fill-opacity\" values=\"0;1\" begin=\"0.6s\" dur=\"0.2s\" fill=\"freeze\"/></ellipse><ellipse cx=\"15\" cy=\"9.5\" rx=\"1\" ry=\"1.5\" fill-opacity=\"0\"><animate attributeName=\"fill-opacity\" values=\"0;1\" begin=\"0.8s\" dur=\"0.2s\" fill=\"freeze\"/></ellipse></g>"
312
330
  },
313
- "circle-twotone": {
314
- "body": "<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>"
331
+ "emoji-grin-twotone": {
332
+ "body": "<mask id=\"smile\"><path d=\"M8 14C8.5 15.5 9.79086 17 12 17C14.2091 17 15.5 15.5 16 14M8 14C9 14.5 10 15 12 15C14 15 15 14.5 16 14\" fill=\"none\" stroke=\"#fff\" stroke-width=\"2\" stroke-linecap=\"round\"/></mask><g fill=\"currentColor\"><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-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=\"1.2s\" dur=\"0.15s\" fill=\"freeze\"/></path><rect mask=\"url(#smile)\" x=\"6\" y=\"12\" width=\"0\" height=\"7\" fill=\"currentColor\"><animate attributeName=\"width\" values=\"0;12\" begin=\"1s\" dur=\"0.2s\" fill=\"freeze\"/></rect><ellipse cx=\"9\" cy=\"9.5\" rx=\"1\" ry=\"1.5\" fill-opacity=\"0\"><animate attributeName=\"fill-opacity\" values=\"0;1\" begin=\"0.6s\" dur=\"0.2s\" fill=\"freeze\"/></ellipse><ellipse cx=\"15\" cy=\"9.5\" rx=\"1\" ry=\"1.5\" fill-opacity=\"0\"><animate attributeName=\"fill-opacity\" values=\"0;1\" begin=\"0.8s\" dur=\"0.2s\" fill=\"freeze\"/></ellipse></g>"
315
333
  },
316
- "cancel": {
317
- "body": "<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>"
334
+ "emoji-neutral": {
335
+ "body": "<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=\"M8 15H16\" stroke-dasharray=\"10\" stroke-dashoffset=\"10\"><animate attributeName=\"stroke-dashoffset\" values=\"10;0\" begin=\"1s\" dur=\"0.2s\" fill=\"freeze\"/></path></g><g fill=\"currentColor\"><ellipse cx=\"9\" cy=\"9.5\" rx=\"1\" ry=\"1.5\" fill-opacity=\"0\"><animate attributeName=\"fill-opacity\" values=\"0;1\" begin=\"0.6s\" dur=\"0.2s\" fill=\"freeze\"/></ellipse><ellipse cx=\"15\" cy=\"9.5\" rx=\"1\" ry=\"1.5\" fill-opacity=\"0\"><animate attributeName=\"fill-opacity\" values=\"0;1\" begin=\"0.8s\" dur=\"0.2s\" fill=\"freeze\"/></ellipse></g>"
318
336
  },
319
- "cancel-twotone": {
320
- "body": "<g fill=\"none\"><circle cx=\"12\" cy=\"12\" r=\"9\" fill=\"currentColor\" fill-opacity=\"0.3\" class=\"il-md-fill il-md-duration-0 il-md-delay-6\"/><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>"
337
+ "emoji-neutral-twotone": {
338
+ "body": "<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=\"1.2s\" dur=\"0.15s\" fill=\"freeze\"/></path><path d=\"M8 15H16\" fill=\"none\" stroke-dasharray=\"10\" stroke-dashoffset=\"10\"><animate attributeName=\"stroke-dashoffset\" values=\"10;0\" begin=\"1s\" dur=\"0.2s\" fill=\"freeze\"/></path></g><g fill=\"currentColor\"><ellipse cx=\"9\" cy=\"9.5\" rx=\"1\" ry=\"1.5\" fill-opacity=\"0\"><animate attributeName=\"fill-opacity\" values=\"0;1\" begin=\"0.6s\" dur=\"0.2s\" fill=\"freeze\"/></ellipse><ellipse cx=\"15\" cy=\"9.5\" rx=\"1\" ry=\"1.5\" fill-opacity=\"0\"><animate attributeName=\"fill-opacity\" values=\"0;1\" begin=\"0.8s\" dur=\"0.2s\" fill=\"freeze\"/></ellipse></g>"
321
339
  },
322
- "construction": {
323
- "body": "<g fill=\"none\"><path d=\"M21 21H3V19C3 18 4 17 5 17H19C20 17 21 18 21 19V21Z\" 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=\"M6 17L12 2\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-4\"/><path d=\"M18 17L12 2\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-4\"/><path d=\"M9.5 17L14.5 14.5\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-10\"/><path d=\"M6 16L13.5 12\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-8\"/><path d=\"M8 12L12.5 9.5\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-6\"/></g>"
340
+ "emoji-smile": {
341
+ "body": "<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=\"M8 14C8.5 15.5 9.79086 17 12 17C14.2091 17 15.5 15.5 16 14\" stroke-dasharray=\"14\" stroke-dashoffset=\"14\"><animate attributeName=\"stroke-dashoffset\" values=\"14;0\" begin=\"1s\" dur=\"0.2s\" fill=\"freeze\"/></path></g><g fill=\"currentColor\"><ellipse cx=\"9\" cy=\"9.5\" rx=\"1\" ry=\"1.5\" fill-opacity=\"0\"><animate attributeName=\"fill-opacity\" values=\"0;1\" begin=\"0.6s\" dur=\"0.2s\" fill=\"freeze\"/></ellipse><ellipse cx=\"15\" cy=\"9.5\" rx=\"1\" ry=\"1.5\" fill-opacity=\"0\"><animate attributeName=\"fill-opacity\" values=\"0;1\" begin=\"0.8s\" dur=\"0.2s\" fill=\"freeze\"/></ellipse></g>"
324
342
  },
325
- "construction-twotone": {
326
- "body": "<g fill=\"none\"><path d=\"M21 21H3V19C3 18 4 17 5 17H19C20 17 21 18 21 19V21Z\" fill=\"currentColor\" fill-opacity=\"0.3\" class=\"il-md-fill il-md-duration-0 il-md-delay-12\"/><path d=\"M21 21H3V19C3 18 4 17 5 17H19C20 17 21 18 21 19V21Z\" 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=\"M6 17L12 2\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-4\"/><path d=\"M18 17L12 2\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-4\"/><path d=\"M9.5 17L14.5 14.5\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-10\"/><path d=\"M6 16L13.5 12\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-8\"/><path d=\"M8 12L12.5 9.5\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-6\"/></g>"
343
+ "emoji-smile-twotone": {
344
+ "body": "<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=\"1.2s\" dur=\"0.15s\" fill=\"freeze\"/></path><path d=\"M8 14C8.5 15.5 9.79086 17 12 17C14.2091 17 15.5 15.5 16 14\" fill=\"none\" stroke-dasharray=\"14\" stroke-dashoffset=\"14\"><animate attributeName=\"stroke-dashoffset\" values=\"14;0\" begin=\"1s\" dur=\"0.2s\" fill=\"freeze\"/></path></g><g fill=\"currentColor\"><ellipse cx=\"9\" cy=\"9.5\" rx=\"1\" ry=\"1.5\" fill-opacity=\"0\"><animate attributeName=\"fill-opacity\" values=\"0;1\" begin=\"0.6s\" dur=\"0.2s\" fill=\"freeze\"/></ellipse><ellipse cx=\"15\" cy=\"9.5\" rx=\"1\" ry=\"1.5\" fill-opacity=\"0\"><animate attributeName=\"fill-opacity\" values=\"0;1\" begin=\"0.8s\" dur=\"0.2s\" fill=\"freeze\"/></ellipse></g>"
327
345
  },
328
- "home-md": {
329
- "body": "<g fill=\"none\"><path d=\"M5 21H19\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-0\"/><path d=\"M5 21V8\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-2\"/><path d=\"M19 21V8\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-2\"/><path d=\"M22 10L12 2\" 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=\"M2 10L12 2\" 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=\"M9 21V13H15V21\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-5\"/></g>"
346
+ "emoji-smile-wink": {
347
+ "body": "<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=\"M8 14C8.5 15.5 9.79086 17 12 17C14.2091 17 15.5 15.5 16 14\" stroke-dasharray=\"14\" stroke-dashoffset=\"14\"><animate attributeName=\"stroke-dashoffset\" values=\"14;0\" begin=\"1s\" dur=\"0.2s\" fill=\"freeze\"/></path></g><g fill=\"currentColor\"><ellipse cx=\"9\" cy=\"9.5\" rx=\"1\" ry=\"1.5\" fill-opacity=\"0\"><animate attributeName=\"fill-opacity\" values=\"0;1\" begin=\"0.6s\" dur=\"0.2s\" fill=\"freeze\"/></ellipse><path d=\"M15 8.5C15.8284 8.5 16.5 8.94772 16.5 9.5C16.5 10.0523 15.8284 10.5 15 10.5C14.1716 10.5 13.5 10.0523 13.5 9.5C13.5 8.94772 14.1716 8.5 15 8.5Z\" fill-opacity=\"0\"><animate attributeName=\"fill-opacity\" values=\"0;1\" begin=\"0.8s\" dur=\"0.2s\" fill=\"freeze\"/></path></g>"
330
348
  },
331
- "home-md-twotone": {
332
- "body": "<g fill=\"none\"><path d=\"M6 8L12 3L18 8V20H16V13L15 12H9L8 13V20H6V8Z\" fill=\"currentColor\" fill-opacity=\"0.3\" class=\"il-md-fill il-md-duration-0 il-md-delay-7\"/><path d=\"M5 21H19\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-0\"/><path d=\"M5 21V8\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-2\"/><path d=\"M19 21V8\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-2\"/><path d=\"M22 10L12 2\" 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=\"M2 10L12 2\" 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=\"M9 21V13H15V21\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-5\"/></g>"
349
+ "emoji-smile-wink-twotone": {
350
+ "body": "<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=\"1.2s\" dur=\"0.15s\" fill=\"freeze\"/></path><path d=\"M8 14C8.5 15.5 9.79086 17 12 17C14.2091 17 15.5 15.5 16 14\" fill=\"none\" stroke-dasharray=\"14\" stroke-dashoffset=\"14\"><animate attributeName=\"stroke-dashoffset\" values=\"14;0\" begin=\"1s\" dur=\"0.2s\" fill=\"freeze\"/></path></g><g fill=\"currentColor\"><ellipse cx=\"9\" cy=\"9.5\" rx=\"1\" ry=\"1.5\" fill-opacity=\"0\"><animate attributeName=\"fill-opacity\" values=\"0;1\" begin=\"0.6s\" dur=\"0.2s\" fill=\"freeze\"/></ellipse><path d=\"M15 8.5C15.8284 8.5 16.5 8.94772 16.5 9.5C16.5 10.0523 15.8284 10.5 15 10.5C14.1716 10.5 13.5 10.0523 13.5 9.5C13.5 8.94772 14.1716 8.5 15 8.5Z\" fill-opacity=\"0\"><animate attributeName=\"fill-opacity\" values=\"0;1\" begin=\"0.8s\" dur=\"0.2s\" fill=\"freeze\"/></path></g>"
333
351
  },
334
- "home-md-twotone-alt": {
335
- "body": "<g fill=\"none\"><rect x=\"10\" y=\"14\" width=\"4\" height=\"6\" fill=\"currentColor\" fill-opacity=\"0.3\" class=\"il-md-fill il-md-duration-0 il-md-delay-7\"/><path d=\"M5 21H19\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-0\"/><path d=\"M5 21V8\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-2\"/><path d=\"M19 21V8\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-2\"/><path d=\"M22 10L12 2\" 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=\"M2 10L12 2\" 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=\"M9 21V13H15V21\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-5\"/></g>"
352
+ "external-link": {
353
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M11 5H5V19H19V13\" stroke-dasharray=\"42\" stroke-dashoffset=\"42\"><animate attributeName=\"stroke-dashoffset\" values=\"42;0\" dur=\"0.6s\" fill=\"freeze\"/></path><path d=\"M13 11L20 4\" stroke-dasharray=\"12\" stroke-dashoffset=\"12\"><animate attributeName=\"stroke-dashoffset\" values=\"12;0\" begin=\"0.6s\" dur=\"0.3s\" fill=\"freeze\"/></path><path d=\"M21 3H15M21 3V9\" stroke-dasharray=\"8\" stroke-dashoffset=\"8\"><animate attributeName=\"stroke-dashoffset\" values=\"8;0\" begin=\"0.9s\" dur=\"0.2s\" fill=\"freeze\"/></path></g>"
336
354
  },
337
- "home": {
338
- "body": "<g fill=\"none\"><path d=\"M22 10L12 2\" 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=\"M2 10L12 2\" 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.5 21.5V8\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-2\"/><path d=\"M19.5 21.5V8\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-2\"/><path d=\"M4.5 21.5H19.5\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-0\"/><path d=\"M9.5 21.5V12.5H14.5V21.5\" stroke=\"currentColor\" stroke-linejoin=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-5\"/></g>"
355
+ "external-link-rounded": {
356
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 5C8.13401 5 5 8.13401 5 12C5 15.866 8.13401 19 12 19C15.866 19 19 15.866 19 12\" stroke-dasharray=\"36\" stroke-dashoffset=\"36\"><animate attributeName=\"stroke-dashoffset\" values=\"36;0\" dur=\"0.6s\" fill=\"freeze\"/></path><path d=\"M13 11L20 4\" stroke-dasharray=\"12\" stroke-dashoffset=\"12\"><animate attributeName=\"stroke-dashoffset\" values=\"12;0\" begin=\"0.6s\" dur=\"0.3s\" fill=\"freeze\"/></path><path d=\"M21 3H15M21 3V9\" stroke-dasharray=\"8\" stroke-dashoffset=\"8\"><animate attributeName=\"stroke-dashoffset\" values=\"8;0\" begin=\"0.9s\" dur=\"0.2s\" fill=\"freeze\"/></path></g>"
339
357
  },
340
- "home-twotone": {
341
- "body": "<g fill=\"none\"><path d=\"M5 8.5L12 3L19 8.5V21H15V13L14 12H10L9 13V21H5V8.5Z\" fill=\"currentColor\" fill-opacity=\"0.3\" class=\"il-md-fill il-md-duration-0 il-md-delay-7\"/><path d=\"M22 10L12 2\" 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=\"M2 10L12 2\" 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.5 21.5V8\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-2\"/><path d=\"M19.5 21.5V8\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-2\"/><path d=\"M4.5 21.5H19.5\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-0\"/><path d=\"M9.5 21.5V12.5H14.5V21.5\" stroke=\"currentColor\" stroke-linejoin=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-5\"/></g>"
358
+ "facebook": {
359
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"4\" stroke-linecap=\"round\"><path d=\"M17 4L15 4C12.5 4 11 5.5 11 8V20\" stroke-dasharray=\"24\" stroke-dashoffset=\"24\"><animate attributeName=\"stroke-dashoffset\" values=\"24;0\" dur=\"0.4s\" fill=\"freeze\"/></path><path d=\"M8 12H15\" stroke-dasharray=\"12\" stroke-dashoffset=\"12\"><animate attributeName=\"stroke-dashoffset\" values=\"12;0\" begin=\"0.5s\" dur=\"0.2s\" fill=\"freeze\"/></path></g>"
342
360
  },
343
- "home-twotone-alt": {
344
- "body": "<g fill=\"none\"><rect x=\"10\" y=\"13\" width=\"4\" height=\"8\" fill=\"currentColor\" fill-opacity=\"0.3\" class=\"il-md-fill il-md-duration-0 il-md-delay-7\"/><path d=\"M22 10L12 2\" 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=\"M2 10L12 2\" 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.5 21.5V8\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-2\"/><path d=\"M19.5 21.5V8\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-2\"/><path d=\"M4.5 21.5H19.5\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-0\"/><path d=\"M9.5 21.5V12.5H14.5V21.5\" stroke=\"currentColor\" stroke-linejoin=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-5\"/></g>"
361
+ "github": {
362
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 4C13.6683 4 14.6122 4.39991 15 4.5C15.5255 4.07463 16.9375 3 18.5 3C18.8438 4 18.7863 5.21921 18.5 6C19.25 7 19.5 8 19.5 9.5C19.5 11.6875 19.017 13.0822 18 14C16.983 14.9178 15.8887 15.3749 14.5 15.5C15.1506 16.038 15 17.3743 15 18C15 18.7256 15 21 15 21M12 4C10.3317 4 9.38784 4.39991 9 4.5C8.47455 4.07463 7.0625 3 5.5 3C5.15625 4 5.21371 5.21921 5.5 6C4.75 7 4.5 8 4.5 9.5C4.5 11.6875 4.98301 13.0822 6 14C7.01699 14.9178 8.1113 15.3749 9.5 15.5C8.84944 16.038 9 17.3743 9 18C9 18.7256 9 21 9 21\" stroke-dasharray=\"30\" stroke-dashoffset=\"30\"><animate attributeName=\"stroke-dashoffset\" values=\"30;0\" dur=\"0.6s\" fill=\"freeze\"/></path><path d=\"M9 19C7.59375 19 6.15625 18.4375 5.3125 17.8125C4.46875 17.1875 4.21875 16.1562 3 15.5\" stroke-dasharray=\"10\" stroke-dashoffset=\"10\"><animate attributeName=\"stroke-dashoffset\" values=\"10;0\" begin=\"0.7s\" dur=\"0.2s\" fill=\"freeze\"/></path></g>"
345
363
  },
346
- "home-simple": {
347
- "body": "<g fill=\"none\"><path d=\"M22 10L12 2\" 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=\"M2 10L12 2\" 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=\"M5 21V8\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-2\"/><path d=\"M19 21V8\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-2\"/><path d=\"M5 21H19\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-0\"/></g>"
364
+ "github-loop": {
365
+ "body": "<mask id=\"eyes\" x=\"0\" y=\"0\" width=\"24\" height=\"24\"><g fill=\"white\"><ellipse cx=\"9.5\" cy=\"9\" rx=\"1.5\" ry=\"1\"/><ellipse cx=\"14.5\" cy=\"9\" rx=\"1.5\" ry=\"1\"/></g></mask><g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 4C13.6683 4 14.6122 4.39991 15 4.5C15.5255 4.07463 16.9375 3 18.5 3C18.8438 4 18.7863 5.21921 18.5 6C19.25 7 19.5 8 19.5 9.5C19.5 11.6875 19.017 13.0822 18 14C16.983 14.9178 15.8887 15.3749 14.5 15.5C15.1506 16.038 15 17.3743 15 18C15 18.7256 15 21 15 21M12 4C10.3317 4 9.38784 4.39991 9 4.5C8.47455 4.07463 7.0625 3 5.5 3C5.15625 4 5.21371 5.21921 5.5 6C4.75 7 4.5 8 4.5 9.5C4.5 11.6875 4.98301 13.0822 6 14C7.01699 14.9178 8.1113 15.3749 9.5 15.5C8.84944 16.038 9 17.3743 9 18C9 18.7256 9 21 9 21\" stroke-dasharray=\"30\" stroke-dashoffset=\"30\"><animate attributeName=\"stroke-dashoffset\" values=\"30;0\" dur=\"0.6s\" fill=\"freeze\"/></path><path d=\"M9 19\" stroke-dasharray=\"10\" stroke-dashoffset=\"10\"><animate attributeName=\"stroke-dashoffset\" values=\"10;0\" begin=\"0.7s\" dur=\"0.2s\" fill=\"freeze\"/><animate attributeName=\"d\" values=\"M9 19c-1.406 0-2.844-.563-3.688-1.188C4.47 17.188 4.22 16.157 3 15.5;M9 19c-1.406 0-3-.5-4-.5-.532 0-1 0-2-.5;M9 19c-1.406 0-2.844-.563-3.688-1.188C4.47 17.188 4.22 16.157 3 15.5\" dur=\"3s\" repeatCount=\"indefinite\"/></path></g><rect mask=\"url(#eyes)\" x=\"8\" y=\"11\" width=\"8\" height=\"2\" fill=\"currentColor\"><animate attributeName=\"y\" values=\"10;10;8;8;10;10\" keyTimes=\"0;0.45;0.46;0.54;0.55;1\" dur=\"10s\" repeatCount=\"indefinite\"/></rect>"
348
366
  },
349
- "home-simple-twotone": {
350
- "body": "<g fill=\"none\"><path d=\"M6 8L12 3L18 8V20H6V8Z\" fill=\"currentColor\" fill-opacity=\"0.3\" class=\"il-md-fill il-md-duration-0 il-md-delay-6\"/><path d=\"M22 10L12 2\" 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=\"M2 10L12 2\" 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=\"M5 21V8\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-2\"/><path d=\"M19 21V8\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-2\"/><path d=\"M5 21H19\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-0\"/></g>"
367
+ "github-twotone": {
368
+ "body": "<path d=\"M15 4.5C14.6122 4.39991 13.6683 4 12 4C10.3317 4 9.38784 4.39991 9 4.5C8.47455 4.07463 7.0625 3 5.5 3C5.15625 4 5.21371 5.21921 5.5 6C4.75 7 4.5 8 4.5 9.5C4.5 11.6875 4.98302 13.0822 6 14C7.01698 14.9178 8.1113 15.3749 9.5 15.5C8.84944 16.038 9 17.3743 9 18V22H15V18C15 17.3743 15.1506 16.038 14.5 15.5C15.8887 15.3749 16.983 14.9178 18 14C19.017 13.0822 19.5 11.6875 19.5 9.5C19.5 8 19.25 7 18.5 6C18.7863 5.21921 18.8438 4 18.5 3C16.9375 3 15.5255 4.07463 15 4.5Z\" fill=\"currentColor\" fill-opacity=\"0\"><animate attributeName=\"fill-opacity\" values=\"0;0.3\" begin=\"0.6s\" dur=\"0.15s\" fill=\"freeze\"/></path><g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 4C13.6683 4 14.6122 4.39991 15 4.5C15.5255 4.07463 16.9375 3 18.5 3C18.8438 4 18.7863 5.21921 18.5 6C19.25 7 19.5 8 19.5 9.5C19.5 11.6875 19.017 13.0822 18 14C16.983 14.9178 15.8887 15.3749 14.5 15.5C15.1506 16.038 15 17.3743 15 18C15 18.7256 15 21 15 21M12 4C10.3317 4 9.38784 4.39991 9 4.5C8.47455 4.07463 7.0625 3 5.5 3C5.15625 4 5.21371 5.21921 5.5 6C4.75 7 4.5 8 4.5 9.5C4.5 11.6875 4.98301 13.0822 6 14C7.01699 14.9178 8.1113 15.3749 9.5 15.5C8.84944 16.038 9 17.3743 9 18C9 18.7256 9 21 9 21\" stroke-dasharray=\"30\" stroke-dashoffset=\"30\"><animate attributeName=\"stroke-dashoffset\" values=\"30;0\" dur=\"0.6s\" fill=\"freeze\"/></path><path d=\"M9 19C7.59375 19 6.15625 18.4375 5.3125 17.8125C4.46875 17.1875 4.21875 16.1562 3 15.5\" stroke-dasharray=\"10\" stroke-dashoffset=\"10\"><animate attributeName=\"stroke-dashoffset\" values=\"10;0\" begin=\"0.7s\" dur=\"0.2s\" fill=\"freeze\"/></path></g>"
351
369
  },
352
- "home-simple-filled": {
353
- "body": "<g fill=\"none\"><path d=\"M6 8L12 3L18 8V20H6V8Z\" fill=\"currentColor\" class=\"il-md-fill il-md-delay-6\"/><path d=\"M22 10L12 2\" 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=\"M2 10L12 2\" 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=\"M5 21V8\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-2\"/><path d=\"M19 21V8\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-2\"/><path d=\"M5 21H19\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-0\"/></g>"
370
+ "grid-3": {
371
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-dasharray=\"10\"><g stroke-dashoffset=\"10\"><circle cx=\"5\" cy=\"5\" r=\"1.5\"/><circle cx=\"12\" cy=\"5\" r=\"1.5\"/><circle cx=\"19\" cy=\"5\" r=\"1.5\"/><animate attributeName=\"stroke-dashoffset\" values=\"10;0\" dur=\"0.2s\" fill=\"freeze\"/></g><g stroke-dashoffset=\"10\"><circle cx=\"5\" cy=\"12\" r=\"1.5\"/><circle cx=\"12\" cy=\"12\" r=\"1.5\"/><circle cx=\"19\" cy=\"12\" r=\"1.5\"/><animate attributeName=\"stroke-dashoffset\" values=\"10;0\" begin=\"0.3s\" dur=\"0.2s\" fill=\"freeze\"/></g><g stroke-dashoffset=\"10\"><circle cx=\"5\" cy=\"19\" r=\"1.5\"/><circle cx=\"12\" cy=\"19\" r=\"1.5\"/><circle cx=\"19\" cy=\"19\" r=\"1.5\"/><animate attributeName=\"stroke-dashoffset\" values=\"10;0\" begin=\"0.6s\" dur=\"0.2s\" fill=\"freeze\"/></g></g>"
354
372
  },
355
- "external-link": {
356
- "body": "<g fill=\"none\"><path d=\"M21 3H15\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-6\"/><path d=\"M21 3V9\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-6\"/><path d=\"M13 11L20 4\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-4\"/><path d=\"M11 5H5V19H19V13\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"il-md-length-70 il-md-duration-8 il-md-delay-0\"/></g>"
373
+ "grid-3-solid": {
374
+ "body": "<g fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-dasharray=\"10\"><g stroke-dashoffset=\"10\" fill-opacity=\"0\"><circle cx=\"5\" cy=\"5\" r=\"1.5\"/><circle cx=\"12\" cy=\"5\" r=\"1.5\"/><circle cx=\"19\" cy=\"5\" r=\"1.5\"/><animate attributeName=\"stroke-dashoffset\" values=\"10;0\" dur=\"0.2s\" fill=\"freeze\"/><animate attributeName=\"fill-opacity\" values=\"0;1\" begin=\"0.8s\" dur=\"0.5s\" fill=\"freeze\"/></g><g stroke-dashoffset=\"10\" fill-opacity=\"0\"><circle cx=\"5\" cy=\"12\" r=\"1.5\"/><circle cx=\"12\" cy=\"12\" r=\"1.5\"/><circle cx=\"19\" cy=\"12\" r=\"1.5\"/><animate attributeName=\"stroke-dashoffset\" values=\"10;0\" begin=\"0.4s\" dur=\"0.2s\" fill=\"freeze\"/><animate attributeName=\"fill-opacity\" values=\"0;1\" begin=\"1s\" dur=\"0.5s\" fill=\"freeze\"/></g><g stroke-dashoffset=\"10\" fill-opacity=\"0\"><circle cx=\"5\" cy=\"19\" r=\"1.5\"/><circle cx=\"12\" cy=\"19\" r=\"1.5\"/><circle cx=\"19\" cy=\"19\" r=\"1.5\"/><animate attributeName=\"stroke-dashoffset\" values=\"10;0\" begin=\"0.6s\" dur=\"0.2s\" fill=\"freeze\"/><animate attributeName=\"fill-opacity\" values=\"0;1\" begin=\"1.2s\" dur=\"0.5s\" fill=\"freeze\"/></g></g>"
357
375
  },
358
- "external-link-rounded": {
359
- "body": "<g fill=\"none\"><path d=\"M21 3H15\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-5\"/><path d=\"M21 3V9\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-5\"/><path d=\"M13 11L20 4\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-3\"/><path d=\"M12 5C8.13401 5 5 8.13401 5 12C5 15.866 8.13401 19 12 19C15.866 19 19 15.866 19 12\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-40 il-md-duration-3 il-md-delay-0\"/></g>"
376
+ "grid-3-twotone": {
377
+ "body": "<g fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-dasharray=\"10\"><g stroke-dashoffset=\"10\" fill-opacity=\"0\"><circle cx=\"5\" cy=\"5\" r=\"1.5\"/><circle cx=\"12\" cy=\"5\" r=\"1.5\"/><circle cx=\"19\" cy=\"5\" r=\"1.5\"/><animate attributeName=\"stroke-dashoffset\" values=\"10;0\" dur=\"0.2s\" fill=\"freeze\"/><animate attributeName=\"fill-opacity\" values=\"0;0.3\" begin=\"0.8s\" dur=\"0.15s\" fill=\"freeze\"/></g><g stroke-dashoffset=\"10\" fill-opacity=\"0\"><circle cx=\"5\" cy=\"12\" r=\"1.5\"/><circle cx=\"12\" cy=\"12\" r=\"1.5\"/><circle cx=\"19\" cy=\"12\" r=\"1.5\"/><animate attributeName=\"stroke-dashoffset\" values=\"10;0\" begin=\"0.3s\" dur=\"0.2s\" fill=\"freeze\"/><animate attributeName=\"fill-opacity\" values=\"0;0.3\" begin=\"1s\" dur=\"0.15s\" fill=\"freeze\"/></g><g stroke-dashoffset=\"10\" fill-opacity=\"0\"><circle cx=\"5\" cy=\"19\" r=\"1.5\"/><circle cx=\"12\" cy=\"19\" r=\"1.5\"/><circle cx=\"19\" cy=\"19\" r=\"1.5\"/><animate attributeName=\"stroke-dashoffset\" values=\"10;0\" begin=\"0.6s\" dur=\"0.2s\" fill=\"freeze\"/><animate attributeName=\"fill-opacity\" values=\"0;0.3\" begin=\"1.2s\" dur=\"0.15s\" fill=\"freeze\"/></g></g>"
360
378
  },
361
379
  "hash": {
362
- "body": "<g fill=\"none\"><path d=\"M4 9H21\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-0\"/><path d=\"M3 15H20\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-2\"/><path d=\"M10 3L8 21\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-4\"/><path d=\"M16 3L14 21\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-6\"/></g>"
380
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-dasharray=\"20\"><path d=\"M4 9H21\" stroke-dashoffset=\"20\"><animate attributeName=\"stroke-dashoffset\" values=\"20;0\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M3 15H20\" stroke-dashoffset=\"20\"><animate attributeName=\"stroke-dashoffset\" values=\"20;0\" begin=\"0.2s\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M10 3L8 21\" stroke-dashoffset=\"20\"><animate attributeName=\"stroke-dashoffset\" values=\"20;0\" begin=\"0.5s\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M16 3L14 21\" stroke-dashoffset=\"20\"><animate attributeName=\"stroke-dashoffset\" values=\"20;0\" begin=\"0.7s\" dur=\"0.2s\" fill=\"freeze\"/></path></g>"
363
381
  },
364
382
  "hash-small": {
365
- "body": "<g fill=\"none\"><path d=\"M6 9H19\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-0\"/><path d=\"M5 15H18\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-2\"/><path d=\"M10 5L8 19\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-4\"/><path d=\"M16 5L14 19\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-6\"/></g>"
383
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-dasharray=\"16\"><path d=\"M6 9H19\" stroke-dashoffset=\"16\"><animate attributeName=\"stroke-dashoffset\" values=\"16;0\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M5 15H18\" stroke-dashoffset=\"16\"><animate attributeName=\"stroke-dashoffset\" values=\"16;0\" begin=\"0.2s\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M10 5L8 19\" stroke-dashoffset=\"16\"><animate attributeName=\"stroke-dashoffset\" values=\"16;0\" begin=\"0.5s\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M16 5L14 19\" stroke-dashoffset=\"16\"><animate attributeName=\"stroke-dashoffset\" values=\"16;0\" begin=\"0.7s\" dur=\"0.2s\" fill=\"freeze\"/></path></g>"
366
384
  },
367
- "menu-unfold-left": {
368
- "body": "<g fill=\"none\"><path d=\"M14 12H5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-2\"/><path d=\"M19 19H5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-2\"/><path d=\"M19 5H5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-2\"/><path d=\"M21 15L18 12\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-0\"/><path d=\"M21 9L18 12\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-0\"/></g>"
385
+ "heart": {
386
+ "body": "<path d=\"M12 8C12 8 12 8 12.7578 7C13.6343 5.84335 14.9398 5 16.5 5C18.9853 5 21 7.01472 21 9.5C21 10.4251 20.7209 11.285 20.2422 12C19.435 13.206 12 21 12 21M12 8C12 8 12 8 11.2422 7C10.3657 5.84335 9.06021 5 7.5 5C5.01472 5 3 7.01472 3 9.5C3 10.4251 3.27914 11.285 3.75777 12C4.56504 13.206 12 21 12 21\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-dasharray=\"30\" stroke-dashoffset=\"30\"><animate attributeName=\"stroke-dashoffset\" values=\"30;0\" dur=\"0.5s\" fill=\"freeze\"/></path>"
369
387
  },
370
- "menu-fold-left": {
371
- "body": "<g fill=\"none\"><path d=\"M19 12H10\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-0\"/><path d=\"M19 19H5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-0\"/><path d=\"M19 5H5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-0\"/><path d=\"M7 15L4 12\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-2\"/><path d=\"M7 9L4 12\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-2\"/></g>"
388
+ "heart-filled": {
389
+ "body": "<path d=\"M12 20L20.5 11V7L17 5.5L12 7L7 5.5L3.5 7V11L12 20Z\" fill=\"currentColor\" fill-opacity=\"0\"><animate attributeName=\"fill-opacity\" values=\"0;1\" begin=\"0.5s\" dur=\"0.5s\" fill=\"freeze\"/></path><path d=\"M12 8C12 8 12 8 12.7578 7C13.6343 5.84335 14.9398 5 16.5 5C18.9853 5 21 7.01472 21 9.5C21 10.4251 20.7209 11.285 20.2422 12C19.435 13.206 12 21 12 21M12 8C12 8 12 8 11.2422 7C10.3657 5.84335 9.06021 5 7.5 5C5.01472 5 3 7.01472 3 9.5C3 10.4251 3.27914 11.285 3.75777 12C4.56504 13.206 12 21 12 21\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-dasharray=\"30\" stroke-dashoffset=\"30\"><animate attributeName=\"stroke-dashoffset\" values=\"30;0\" dur=\"0.5s\" fill=\"freeze\"/></path>"
372
390
  },
373
- "menu": {
374
- "body": "<g fill=\"none\"><path d=\"M5 5H19\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-0\"/><path d=\"M5 12H19\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-2\"/><path d=\"M5 19H19\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-4\"/></g>"
391
+ "heart-filled-half": {
392
+ "body": "<path d=\"M3.5 11L12 20V7L7 5.5L3.5 7V11Z\" fill=\"currentColor\" fill-opacity=\"0\"><animate attributeName=\"fill-opacity\" values=\"0;1\" begin=\"0.5s\" dur=\"0.5s\" fill=\"freeze\"/></path><path d=\"M12 8C12 8 12 8 12.7578 7C13.6343 5.84335 14.9398 5 16.5 5C18.9853 5 21 7.01472 21 9.5C21 10.4251 20.7209 11.285 20.2422 12C19.435 13.206 12 21 12 21M12 8C12 8 12 8 11.2422 7C10.3657 5.84335 9.06021 5 7.5 5C5.01472 5 3 7.01472 3 9.5C3 10.4251 3.27914 11.285 3.75777 12C4.56504 13.206 12 21 12 21\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-dasharray=\"30\" stroke-dashoffset=\"30\"><animate attributeName=\"stroke-dashoffset\" values=\"30;0\" dur=\"0.5s\" fill=\"freeze\"/></path>"
375
393
  },
376
- "emoji-smile": {
377
- "body": "<g fill=\"none\"><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\"/><path d=\"M8 14C8.5 15.5 9.79086 17 12 17C14.2091 17 15.5 15.5 16 14\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-10\"/><ellipse cx=\"9\" cy=\"9.5\" rx=\"1\" ry=\"1.5\" fill=\"currentColor\" class=\"il-md-fill il-md-delay-4\"></ellipse><ellipse cx=\"15\" cy=\"9.5\" rx=\"1\" ry=\"1.5\" fill=\"currentColor\" class=\"il-md-fill il-md-delay-7\"></ellipse></g>"
394
+ "heart-half": {
395
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"><path d=\"M12 8C12 8 12 8 11.2422 7C10.3657 5.84335 9.06021 5 7.5 5C5.01472 5 3 7.01472 3 9.5C3 10.4251 3.27914 11.285 3.75777 12C4.56504 13.206 12 21 12 21\" stroke-dasharray=\"30\" stroke-dashoffset=\"30\"><animate attributeName=\"stroke-dashoffset\" values=\"30;0\" dur=\"0.5s\" fill=\"freeze\"/></path><path d=\"M12 8V21\" stroke-dasharray=\"15\" stroke-dashoffset=\"15\"><animate attributeName=\"stroke-dashoffset\" values=\"15;0\" dur=\"0.5s\" fill=\"freeze\"/></path></g>"
378
396
  },
379
- "emoji-smile-twotone": {
380
- "body": "<g fill=\"none\"><circle cx=\"12\" cy=\"12\" r=\"9\" fill=\"currentColor\" fill-opacity=\"0.3\" class=\"il-md-fill il-md-duration-0 il-md-delay-12\"/><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\"/><path d=\"M8 14C8.5 15.5 9.79086 17 12 17C14.2091 17 15.5 15.5 16 14\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-10\"/><ellipse cx=\"9\" cy=\"9.5\" rx=\"1\" ry=\"1.5\" fill=\"currentColor\" class=\"il-md-fill il-md-delay-4\"></ellipse><ellipse cx=\"15\" cy=\"9.5\" rx=\"1\" ry=\"1.5\" fill=\"currentColor\" class=\"il-md-fill il-md-delay-7\"></ellipse></g>"
397
+ "heart-half-filled": {
398
+ "body": "<path d=\"M3.5 11L12 20V7L7 5.5L3.5 7V11Z\" fill=\"currentColor\" fill-opacity=\"0\"><animate attributeName=\"fill-opacity\" values=\"0;1\" begin=\"0.5s\" dur=\"0.5s\" fill=\"freeze\"/></path><g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"><path d=\"M12 8C12 8 12 8 11.2422 7C10.3657 5.84335 9.06021 5 7.5 5C5.01472 5 3 7.01472 3 9.5C3 10.4251 3.27914 11.285 3.75777 12C4.56504 13.206 12 21 12 21\" stroke-dasharray=\"30\" stroke-dashoffset=\"30\"><animate attributeName=\"stroke-dashoffset\" values=\"30;0\" dur=\"0.5s\" fill=\"freeze\"/></path><path d=\"M12 8V21\" stroke-dasharray=\"15\" stroke-dashoffset=\"15\"><animate attributeName=\"stroke-dashoffset\" values=\"15;0\" dur=\"0.5s\" fill=\"freeze\"/></path></g>"
381
399
  },
382
- "emoji-grin": {
383
- "body": "<g fill=\"none\"><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\"/><path d=\"M8 14C8.5 15.5 9.79086 17 12 17C14.2091 17 15.5 15.5 16 14\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-10\"/><path d=\"M8 14C9 14.5 10 15 12 15C14 15 15 14.5 16 14\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-10\"/><ellipse cx=\"9\" cy=\"9.5\" rx=\"1\" ry=\"1.5\" fill=\"currentColor\" class=\"il-md-fill il-md-delay-4\"></ellipse><ellipse cx=\"15\" cy=\"9.5\" rx=\"1\" ry=\"1.5\" fill=\"currentColor\" class=\"il-md-fill il-md-delay-7\"></ellipse></g>"
400
+ "heart-half-twotone": {
401
+ "body": "<path d=\"M3.5 11L12 20V7L7 5.5L3.5 7V11Z\" fill=\"currentColor\" fill-opacity=\"0\"><animate attributeName=\"fill-opacity\" values=\"0;0.3\" begin=\"0.5s\" dur=\"0.15s\" fill=\"freeze\"/></path><g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"><path d=\"M12 8C12 8 12 8 11.2422 7C10.3657 5.84335 9.06021 5 7.5 5C5.01472 5 3 7.01472 3 9.5C3 10.4251 3.27914 11.285 3.75777 12C4.56504 13.206 12 21 12 21\" stroke-dasharray=\"30\" stroke-dashoffset=\"30\"><animate attributeName=\"stroke-dashoffset\" values=\"30;0\" dur=\"0.5s\" fill=\"freeze\"/></path><path d=\"M12 8V21\" stroke-dasharray=\"15\" stroke-dashoffset=\"15\"><animate attributeName=\"stroke-dashoffset\" values=\"15;0\" dur=\"0.5s\" fill=\"freeze\"/></path></g>"
384
402
  },
385
- "emoji-grin-twotone": {
386
- "body": "<g fill=\"none\"><circle cx=\"12\" cy=\"12\" r=\"9\" fill=\"currentColor\" fill-opacity=\"0.3\" class=\"il-md-fill il-md-duration-0 il-md-delay-12\"/><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\"/><path d=\"M8 14C8.5 15.5 9.79086 17 12 17C14.2091 17 15.5 15.5 16 14\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-10\"/><path d=\"M8 14C9 14.5 10 15 12 15C14 15 15 14.5 16 14\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-10\"/><ellipse cx=\"9\" cy=\"9.5\" rx=\"1\" ry=\"1.5\" fill=\"currentColor\" class=\"il-md-fill il-md-delay-4\"></ellipse><ellipse cx=\"15\" cy=\"9.5\" rx=\"1\" ry=\"1.5\" fill=\"currentColor\" class=\"il-md-fill il-md-delay-7\"></ellipse></g>"
403
+ "heart-twotone": {
404
+ "body": "<path d=\"M12 20L20.5 11V7L17 5.5L12 7L7 5.5L3.5 7V11L12 20Z\" fill=\"currentColor\" fill-opacity=\"0\"><animate attributeName=\"fill-opacity\" values=\"0;0.3\" begin=\"0.5s\" dur=\"0.15s\" fill=\"freeze\"/></path><path d=\"M12 8C12 8 12 8 12.7578 7C13.6343 5.84335 14.9398 5 16.5 5C18.9853 5 21 7.01472 21 9.5C21 10.4251 20.7209 11.285 20.2422 12C19.435 13.206 12 21 12 21M12 8C12 8 12 8 11.2422 7C10.3657 5.84335 9.06021 5 7.5 5C5.01472 5 3 7.01472 3 9.5C3 10.4251 3.27914 11.285 3.75777 12C4.56504 13.206 12 21 12 21\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-dasharray=\"30\" stroke-dashoffset=\"30\"><animate attributeName=\"stroke-dashoffset\" values=\"30;0\" dur=\"0.5s\" fill=\"freeze\"/></path>"
387
405
  },
388
- "emoji-smile-wink": {
389
- "body": "<g fill=\"none\"><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\"/><path d=\"M8 14C8.5 15.5 9.79086 17 12 17C14.2091 17 15.5 15.5 16 14\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-10\"/><ellipse cx=\"9\" cy=\"9.5\" rx=\"1\" ry=\"1.5\" fill=\"currentColor\" class=\"il-md-fill il-md-delay-4\"></ellipse><path d=\"M15 8.5C15.8284 8.5 16.5 8.94772 16.5 9.5C16.5 10.0523 15.8284 10.5 15 10.5C14.1716 10.5 13.5 10.0523 13.5 9.5C13.5 8.94772 14.1716 8.5 15 8.5Z\" fill=\"currentColor\" class=\"il-md-fill il-md-delay-7\"/></g>"
406
+ "heart-twotone-half": {
407
+ "body": "<path d=\"M3.5 11L12 20V7L7 5.5L3.5 7V11Z\" fill=\"currentColor\" fill-opacity=\"0\"><animate attributeName=\"fill-opacity\" values=\"0;0.3\" begin=\"0.5s\" dur=\"0.15s\" fill=\"freeze\"/></path><path d=\"M12 8C12 8 12 8 12.7578 7C13.6343 5.84335 14.9398 5 16.5 5C18.9853 5 21 7.01472 21 9.5C21 10.4251 20.7209 11.285 20.2422 12C19.435 13.206 12 21 12 21M12 8C12 8 12 8 11.2422 7C10.3657 5.84335 9.06021 5 7.5 5C5.01472 5 3 7.01472 3 9.5C3 10.4251 3.27914 11.285 3.75777 12C4.56504 13.206 12 21 12 21\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-dasharray=\"30\" stroke-dashoffset=\"30\"><animate attributeName=\"stroke-dashoffset\" values=\"30;0\" dur=\"0.5s\" fill=\"freeze\"/></path>"
390
408
  },
391
- "emoji-smile-wink-twotone": {
392
- "body": "<g fill=\"none\"><circle cx=\"12\" cy=\"12\" r=\"9\" fill=\"currentColor\" fill-opacity=\"0.3\" class=\"il-md-fill il-md-duration-0 il-md-delay-12\"/><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\"/><path d=\"M8 14C8.5 15.5 9.79086 17 12 17C14.2091 17 15.5 15.5 16 14\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-10\"/><ellipse cx=\"9\" cy=\"9.5\" rx=\"1\" ry=\"1.5\" fill=\"currentColor\" class=\"il-md-fill il-md-delay-4\"></ellipse><path d=\"M15 8.5C15.8284 8.5 16.5 8.94772 16.5 9.5C16.5 10.0523 15.8284 10.5 15 10.5C14.1716 10.5 13.5 10.0523 13.5 9.5C13.5 8.94772 14.1716 8.5 15 8.5Z\" fill=\"currentColor\" class=\"il-md-fill il-md-delay-7\"/></g>"
409
+ "heart-twotone-half-filled": {
410
+ "body": "<g fill=\"currentColor\"><path d=\"M3.5 11L12 20V7L7 5.5L3.5 7V11Z\" fill-opacity=\"0\"><animate attributeName=\"fill-opacity\" values=\"0;1\" begin=\"0.5s\" dur=\"0.5s\" fill=\"freeze\"/></path><path d=\"M12 20L20.5 11V7L17 5.5L12 7V20Z\" fill-opacity=\"0\"><animate attributeName=\"fill-opacity\" values=\"0;0.3\" begin=\"0.5s\" dur=\"0.15s\" fill=\"freeze\"/></path></g><path d=\"M12 8C12 8 12 8 12.7578 7C13.6343 5.84335 14.9398 5 16.5 5C18.9853 5 21 7.01472 21 9.5C21 10.4251 20.7209 11.285 20.2422 12C19.435 13.206 12 21 12 21M12 8C12 8 12 8 11.2422 7C10.3657 5.84335 9.06021 5 7.5 5C5.01472 5 3 7.01472 3 9.5C3 10.4251 3.27914 11.285 3.75777 12C4.56504 13.206 12 21 12 21\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-dasharray=\"30\" stroke-dashoffset=\"30\"><animate attributeName=\"stroke-dashoffset\" values=\"30;0\" dur=\"0.5s\" fill=\"freeze\"/></path>"
393
411
  },
394
- "emoji-neutral": {
395
- "body": "<g fill=\"none\"><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\"/><path d=\"M8 15L12 15L16 15\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-10\"/><ellipse cx=\"9\" cy=\"9.5\" rx=\"1\" ry=\"1.5\" fill=\"currentColor\" class=\"il-md-fill il-md-delay-4\"></ellipse><ellipse cx=\"15\" cy=\"9.5\" rx=\"1\" ry=\"1.5\" fill=\"currentColor\" class=\"il-md-fill il-md-delay-7\"></ellipse></g>"
412
+ "home": {
413
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M4.5 21.5h15\" stroke-dasharray=\"15\" stroke-dashoffset=\"15\"><animate attributeName=\"stroke-dashoffset\" values=\"15;0\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M4.5 21.5V8M19.5 21.5V8\" stroke-dasharray=\"15\" stroke-dashoffset=\"15\"><animate attributeName=\"stroke-dashoffset\" values=\"15;0\" begin=\"0.2s\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M9.5 21.5V12.5H14.5V21.5\" stroke-dasharray=\"24\" stroke-dashoffset=\"24\"><animate attributeName=\"stroke-dashoffset\" values=\"24;0\" begin=\"0.4s\" dur=\"0.4s\" fill=\"freeze\"/></path><path d=\"M2 10L12 2L22 10\" stroke-width=\"2\" stroke-dasharray=\"30\" stroke-dashoffset=\"30\"><animate attributeName=\"stroke-dashoffset\" values=\"30;0\" begin=\"0.5s\" dur=\"0.4s\" fill=\"freeze\"/></path></g>"
396
414
  },
397
- "emoji-neutral-twotone": {
398
- "body": "<g fill=\"none\"><circle cx=\"12\" cy=\"12\" r=\"9\" fill=\"currentColor\" fill-opacity=\"0.3\" class=\"il-md-fill il-md-duration-0 il-md-delay-12\"/><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\"/><path d=\"M8 15L12 15L16 15\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-10\"/><ellipse cx=\"9\" cy=\"9.5\" rx=\"1\" ry=\"1.5\" fill=\"currentColor\" class=\"il-md-fill il-md-delay-4\"></ellipse><ellipse cx=\"15\" cy=\"9.5\" rx=\"1\" ry=\"1.5\" fill=\"currentColor\" class=\"il-md-fill il-md-delay-7\"></ellipse></g>"
415
+ "home-md": {
416
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 21H19\" stroke-dasharray=\"21\" stroke-dashoffset=\"21\"><animate attributeName=\"stroke-dashoffset\" values=\"21;0\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M5 21V8M19 21V8\" stroke-dasharray=\"15\" stroke-dashoffset=\"15\"><animate attributeName=\"stroke-dashoffset\" values=\"15;0\" begin=\"0.2s\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M9 21V13H15V21\" stroke-dasharray=\"24\" stroke-dashoffset=\"24\"><animate attributeName=\"stroke-dashoffset\" values=\"24;0\" begin=\"0.4s\" dur=\"0.4s\" fill=\"freeze\"/></path><path d=\"M2 10L12 2L22 10\" stroke-dasharray=\"26\" stroke-dashoffset=\"26\"><animate attributeName=\"stroke-dashoffset\" values=\"26;0\" begin=\"0.5s\" dur=\"0.4s\" fill=\"freeze\"/></path></g>"
399
417
  },
400
- "emoji-frown": {
401
- "body": "<g fill=\"none\"><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\"/><path d=\"M8 16C8.5 15 9.79086 14 12 14C14.2091 14 15.5 15 16 16\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-10\"/><ellipse cx=\"9\" cy=\"9.5\" rx=\"1\" ry=\"1.5\" fill=\"currentColor\" class=\"il-md-fill il-md-delay-4\"></ellipse><ellipse cx=\"15\" cy=\"9.5\" rx=\"1\" ry=\"1.5\" fill=\"currentColor\" class=\"il-md-fill il-md-delay-7\"></ellipse></g>"
418
+ "home-md-twotone": {
419
+ "body": "<path d=\"M6 8L12 3L18 8V20H16V13L15 12H9L8 13V20H6V8Z\" 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-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 21H19\" stroke-dasharray=\"21\" stroke-dashoffset=\"21\"><animate attributeName=\"stroke-dashoffset\" values=\"21;0\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M5 21V8M19 21V8\" stroke-dasharray=\"15\" stroke-dashoffset=\"15\"><animate attributeName=\"stroke-dashoffset\" values=\"15;0\" begin=\"0.2s\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M9 21V13H15V21\" stroke-dasharray=\"24\" stroke-dashoffset=\"24\"><animate attributeName=\"stroke-dashoffset\" values=\"24;0\" begin=\"0.4s\" dur=\"0.4s\" fill=\"freeze\"/></path><path d=\"M2 10L12 2L22 10\" stroke-dasharray=\"26\" stroke-dashoffset=\"26\"><animate attributeName=\"stroke-dashoffset\" values=\"26;0\" begin=\"0.5s\" dur=\"0.4s\" fill=\"freeze\"/></path></g>"
402
420
  },
403
- "emoji-frown-twotone": {
404
- "body": "<g fill=\"none\"><circle cx=\"12\" cy=\"12\" r=\"9\" fill=\"currentColor\" fill-opacity=\"0.3\" class=\"il-md-fill il-md-duration-0 il-md-delay-12\"/><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\"/><path d=\"M8 16C8.5 15 9.79086 14 12 14C14.2091 14 15.5 15 16 16\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-10\"/><ellipse cx=\"9\" cy=\"9.5\" rx=\"1\" ry=\"1.5\" fill=\"currentColor\" class=\"il-md-fill il-md-delay-4\"></ellipse><ellipse cx=\"15\" cy=\"9.5\" rx=\"1\" ry=\"1.5\" fill=\"currentColor\" class=\"il-md-fill il-md-delay-7\"></ellipse></g>"
421
+ "home-md-twotone-alt": {
422
+ "body": "<rect x=\"10\" y=\"14\" width=\"4\" height=\"6\" fill=\"currentColor\" fill-opacity=\"0\"><animate attributeName=\"fill-opacity\" values=\"0;0.3\" begin=\"0.9s\" dur=\"0.15s\" fill=\"freeze\"/></rect><g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 21H19\" stroke-dasharray=\"21\" stroke-dashoffset=\"21\"><animate attributeName=\"stroke-dashoffset\" values=\"21;0\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M5 21V8M19 21V8\" stroke-dasharray=\"15\" stroke-dashoffset=\"15\"><animate attributeName=\"stroke-dashoffset\" values=\"15;0\" begin=\"0.2s\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M9 21V13H15V21\" stroke-dasharray=\"24\" stroke-dashoffset=\"24\"><animate attributeName=\"stroke-dashoffset\" values=\"24;0\" begin=\"0.4s\" dur=\"0.4s\" fill=\"freeze\"/></path><path d=\"M2 10L12 2L22 10\" stroke-dasharray=\"26\" stroke-dashoffset=\"26\"><animate attributeName=\"stroke-dashoffset\" values=\"26;0\" begin=\"0.5s\" dur=\"0.4s\" fill=\"freeze\"/></path></g>"
405
423
  },
406
- "emoji-frown-open": {
407
- "body": "<g fill=\"none\"><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\"/><path d=\"M8.5 16C9 15 10 14 12 14C14 14 15 15 15.5 16\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-10\"/><path d=\"M8.5 16C9.5 15.5 11 15.5 12 15.5C13 15.5 14.5 15.5 15.5 16\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-10\"/><ellipse cx=\"9\" cy=\"9.5\" rx=\"1\" ry=\"1.5\" fill=\"currentColor\" class=\"il-md-fill il-md-delay-4\"></ellipse><ellipse cx=\"15\" cy=\"9.5\" rx=\"1\" ry=\"1.5\" fill=\"currentColor\" class=\"il-md-fill il-md-delay-7\"></ellipse></g>"
424
+ "home-simple": {
425
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 21H19\" stroke-dasharray=\"21\" stroke-dashoffset=\"21\"><animate attributeName=\"stroke-dashoffset\" values=\"21;0\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M5 21V8M19 21V8\" stroke-dasharray=\"15\" stroke-dashoffset=\"15\"><animate attributeName=\"stroke-dashoffset\" values=\"15;0\" begin=\"0.2s\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M2 10L12 2L22 10\" stroke-dasharray=\"26\" stroke-dashoffset=\"26\"><animate attributeName=\"stroke-dashoffset\" values=\"26;0\" begin=\"0.5s\" dur=\"0.4s\" fill=\"freeze\"/></path></g>"
408
426
  },
409
- "emoji-frown-open-twotone": {
410
- "body": "<g fill=\"none\"><circle cx=\"12\" cy=\"12\" r=\"9\" fill=\"currentColor\" fill-opacity=\"0.3\" class=\"il-md-fill il-md-duration-0 il-md-delay-12\"/><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\"/><path d=\"M8.5 16C9 15 10 14 12 14C14 14 15 15 15.5 16\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-10\"/><path d=\"M8.5 16C9.5 15.5 11 15.5 12 15.5C13 15.5 14.5 15.5 15.5 16\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-10\"/><ellipse cx=\"9\" cy=\"9.5\" rx=\"1\" ry=\"1.5\" fill=\"currentColor\" class=\"il-md-fill il-md-delay-4\"></ellipse><ellipse cx=\"15\" cy=\"9.5\" rx=\"1\" ry=\"1.5\" fill=\"currentColor\" class=\"il-md-fill il-md-delay-7\"></ellipse></g>"
427
+ "home-simple-filled": {
428
+ "body": "<path d=\"M6 8L12 3L18 8V20H6V8Z\" fill=\"currentColor\" fill-opacity=\"0\"><animate attributeName=\"fill-opacity\" values=\"0;1\" begin=\"0.9s\" dur=\"0.5s\" fill=\"freeze\"/></path><g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 21H19\" stroke-dasharray=\"21\" stroke-dashoffset=\"21\"><animate attributeName=\"stroke-dashoffset\" values=\"21;0\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M5 21V8M19 21V8\" stroke-dasharray=\"15\" stroke-dashoffset=\"15\"><animate attributeName=\"stroke-dashoffset\" values=\"15;0\" begin=\"0.2s\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M2 10L12 2L22 10\" stroke-dasharray=\"26\" stroke-dashoffset=\"26\"><animate attributeName=\"stroke-dashoffset\" values=\"26;0\" begin=\"0.5s\" dur=\"0.4s\" fill=\"freeze\"/></path></g>"
411
429
  },
412
- "emoji-angry": {
413
- "body": "<g fill=\"none\"><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\"/><path d=\"M8 16C8.5 15 9.79086 14 12 14C14.2091 14 15.5 15 16 16\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-10\"/><ellipse cx=\"9\" cy=\"9.5\" rx=\"1\" ry=\"1.5\" fill=\"currentColor\" class=\"il-md-fill il-md-delay-4\"></ellipse><path d=\"M9.5 8.5L7.5 7.5\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-4\"/><ellipse cx=\"15\" cy=\"9.5\" rx=\"1\" ry=\"1.5\" fill=\"currentColor\" class=\"il-md-fill il-md-delay-7\"></ellipse><path d=\"M14.5 8.5L16.5 7.5\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-7\"/></g>"
430
+ "home-simple-twotone": {
431
+ "body": "<path d=\"M6 8L12 3L18 8V20H6V8Z\" 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-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 21H19\" stroke-dasharray=\"21\" stroke-dashoffset=\"21\"><animate attributeName=\"stroke-dashoffset\" values=\"21;0\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M5 21V8M19 21V8\" stroke-dasharray=\"15\" stroke-dashoffset=\"15\"><animate attributeName=\"stroke-dashoffset\" values=\"15;0\" begin=\"0.2s\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M2 10L12 2L22 10\" stroke-dasharray=\"26\" stroke-dashoffset=\"26\"><animate attributeName=\"stroke-dashoffset\" values=\"26;0\" begin=\"0.5s\" dur=\"0.4s\" fill=\"freeze\"/></path></g>"
414
432
  },
415
- "emoji-angry-twotone": {
416
- "body": "<g fill=\"none\"><circle cx=\"12\" cy=\"12\" r=\"9\" fill=\"currentColor\" fill-opacity=\"0.3\" class=\"il-md-fill il-md-duration-0 il-md-delay-12\"/><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\"/><path d=\"M8 16C8.5 15 9.79086 14 12 14C14.2091 14 15.5 15 16 16\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-10\"/><ellipse cx=\"9\" cy=\"9.5\" rx=\"1\" ry=\"1.5\" fill=\"currentColor\" class=\"il-md-fill il-md-delay-4\"></ellipse><path d=\"M9.5 8.5L7.5 7.5\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-4\"/><ellipse cx=\"15\" cy=\"9.5\" rx=\"1\" ry=\"1.5\" fill=\"currentColor\" class=\"il-md-fill il-md-delay-7\"></ellipse><path d=\"M14.5 8.5L16.5 7.5\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-7\"/></g>"
433
+ "home-twotone": {
434
+ "body": "<path d=\"M5 8.5L12 3L19 8.5V21H15V13L14 12H10L9 13V21H5V8.5Z\" 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=\"M4.5 21.5h15\" stroke-dasharray=\"15\" stroke-dashoffset=\"15\"><animate attributeName=\"stroke-dashoffset\" values=\"15;0\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M4.5 21.5V8M19.5 21.5V8\" stroke-dasharray=\"15\" stroke-dashoffset=\"15\"><animate attributeName=\"stroke-dashoffset\" values=\"15;0\" begin=\"0.2s\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M9.5 21.5V12.5H14.5V21.5\" stroke-dasharray=\"24\" stroke-dashoffset=\"24\"><animate attributeName=\"stroke-dashoffset\" values=\"24;0\" begin=\"0.4s\" dur=\"0.4s\" fill=\"freeze\"/></path><path d=\"M2 10L12 2L22 10\" stroke-width=\"2\" stroke-dasharray=\"30\" stroke-dashoffset=\"30\"><animate attributeName=\"stroke-dashoffset\" values=\"30;0\" begin=\"0.5s\" dur=\"0.4s\" fill=\"freeze\"/></path></g>"
417
435
  },
418
- "linkedin": {
419
- "body": "<g fill=\"none\"><path d=\"M4 10V20\" stroke=\"currentColor\" stroke-width=\"4\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-3\"/><circle cx=\"4\" cy=\"4\" r=\"2\" fill=\"currentColor\" class=\"il-md-fill il-md-delay-0\"/><path d=\"M10 20V10\" stroke=\"currentColor\" stroke-width=\"4\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-5\"/><path d=\"M10 15C10 12.2386 12.2386 10 15 10C17.7614 10 20 12.2386 20 15V20\" stroke=\"currentColor\" stroke-width=\"4\" stroke-linecap=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-7\"/></g>"
436
+ "home-twotone-alt": {
437
+ "body": "<rect x=\"10\" y=\"13\" width=\"4\" height=\"8\" fill=\"currentColor\" fill-opacity=\"0\"><animate attributeName=\"fill-opacity\" values=\"0;0.3\" begin=\"0.9s\" dur=\"0.15s\" fill=\"freeze\"/></rect><g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M4.5 21.5h15\" stroke-dasharray=\"15\" stroke-dashoffset=\"15\"><animate attributeName=\"stroke-dashoffset\" values=\"15;0\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M4.5 21.5V8M19.5 21.5V8\" stroke-dasharray=\"15\" stroke-dashoffset=\"15\"><animate attributeName=\"stroke-dashoffset\" values=\"15;0\" begin=\"0.2s\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M9.5 21.5V12.5H14.5V21.5\" stroke-dasharray=\"24\" stroke-dashoffset=\"24\"><animate attributeName=\"stroke-dashoffset\" values=\"24;0\" begin=\"0.4s\" dur=\"0.4s\" fill=\"freeze\"/></path><path d=\"M2 10L12 2L22 10\" stroke-width=\"2\" stroke-dasharray=\"30\" stroke-dashoffset=\"30\"><animate attributeName=\"stroke-dashoffset\" values=\"30;0\" begin=\"0.5s\" dur=\"0.4s\" fill=\"freeze\"/></path></g>"
420
438
  },
421
- "twitter": {
422
- "body": "<g fill=\"none\"><path d=\"M19.8906 7.34375C19.7969 7.67188 19.4001 8.50548 18.7219 9.29669C18.2698 17.9717 9.84907 20.7974 4.08456 17.8869C3.29335 16.8414 6.93856 17.2653 8.26666 15.259C3.23684 12.6876 3.63244 5.82103 4.64971 6.1036C7.02333 9.29669 10.8381 9.57926 11.4597 9.29669C11.4597 8.562 11.1489 6.97958 12.8726 5.65148C13.8616 4.94505 15.9297 4.3125 17.8047 6.34375C18.125 6.55469 18.5859 6.64844 19.2734 6.49219C19.6797 6.28125 20.2262 6.427 19.9453 7.15625\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"il-md-length-70 il-md-duration-8 il-md-delay-0\"/></g>"
439
+ "iconify1": {
440
+ "body": "<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=\"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><g fill=\"currentColor\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 18C15.125 18 17.3257 15.122 17 14.5C16.6728 13.875 15.5 16 12 16C8.5 16 7.3125 13.875 7 14.5C6.6875 15.125 8.875 18 12 18Z\" fill-opacity=\"0\"><animate attributeName=\"fill-opacity\" values=\"0;1\" begin=\"1.0s\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M9.5 9C9.5 8.48223 9.01777 8 8.5 8C7.98223 8 7.5 8.48223 7.5 9V10.4375C7.5 10.9553 7.98223 11.5 8.5 11.5C9.01777 11.5 9.5 11.0178 9.5 10.5V9Z\" fill-opacity=\"0\"><animate attributeName=\"fill-opacity\" values=\"0;1\" begin=\"0.6s\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M16.5 9C16.5 8.48223 16.0178 8 15.5 8C14.9822 8 14.5 8.48223 14.5 9V10.4375C14.5 10.9553 14.9822 11.5 15.5 11.5C16.0178 11.5 16.5 11.0178 16.5 10.5V9Z\" fill-opacity=\"0\"><animate attributeName=\"fill-opacity\" values=\"0;1\" begin=\"0.8s\" dur=\"0.2s\" fill=\"freeze\"/></path></g>"
423
441
  },
424
- "twitter-twotone": {
425
- "body": "<g fill=\"none\"><path d=\"M18.7219 9.29669C19.4001 8.50548 19.7969 7.67188 19.8906 7.34375L19.9453 7.15625C20.2262 6.427 19.6797 6.28125 19.2734 6.49219C18.5859 6.64844 18.125 6.55469 17.8047 6.34375C15.9297 4.3125 13.8616 4.94505 12.8726 5.65148C11.1489 6.97958 11.4597 8.562 11.4597 9.29669C10.8381 9.57926 7.02333 9.29669 4.64971 6.1036C3.63244 5.82103 3.23684 12.6876 8.26665 15.259C6.93856 17.2653 3.29335 16.8414 4.08456 17.8869C9.84907 20.7974 18.2698 17.9717 18.7219 9.29669Z\" fill=\"currentColor\" fill-opacity=\"0.3\" class=\"il-md-fill il-md-duration-0 il-md-delay-8\"/><path d=\"M19.8906 7.34375C19.7969 7.67188 19.4001 8.50548 18.7219 9.29669C18.2698 17.9717 9.84908 20.7974 4.08457 17.8869C3.29336 16.8414 6.93857 17.2653 8.26666 15.259C3.23684 12.6876 3.63245 5.82103 4.64971 6.1036C7.02334 9.29669 10.8381 9.57926 11.4597 9.29669C11.4597 8.562 11.1489 6.97958 12.8726 5.65148C13.8616 4.94505 15.9297 4.3125 17.8047 6.34375C18.125 6.55469 18.5859 6.64844 19.2734 6.49219C19.6797 6.28125 20.2262 6.427 19.9453 7.15625\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"il-md-length-70 il-md-duration-8 il-md-delay-0\"/></g>"
442
+ "image": {
443
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M3 14V5H21V19H3V14\" stroke-width=\"2\" stroke-dasharray=\"66\" stroke-dashoffset=\"66\"><animate attributeName=\"stroke-dashoffset\" values=\"66;0\" dur=\"0.6s\" fill=\"freeze\"/></path><path d=\"M3 16L7 13L10 15L16 10L21 14\" stroke-dasharray=\"26\" stroke-dashoffset=\"26\"><animate attributeName=\"stroke-dashoffset\" values=\"26;0\" begin=\"0.6s\" dur=\"0.4s\" fill=\"freeze\"/></path></g><circle cx=\"7.5\" cy=\"9.5\" r=\"1.5\" fill=\"currentColor\" fill-opacity=\"0\"><animate attributeName=\"fill-opacity\" values=\"0;1\" begin=\"1s\" dur=\"0.4s\" fill=\"freeze\"/></circle>"
426
444
  },
427
- "facebook": {
428
- "body": "<g fill=\"none\"><path d=\"M8 12H15\" stroke=\"currentColor\" stroke-width=\"4\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-2\"/><path d=\"M17 4L15 4C12.5 4 11 5.5 11 8V20\" stroke=\"currentColor\" stroke-width=\"4\" stroke-linecap=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-0\"/></g>"
445
+ "image-twotone": {
446
+ "body": "<g stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M3 14V5H21V19H3V14\" fill=\"none\" stroke-width=\"2\" stroke-dasharray=\"66\" stroke-dashoffset=\"66\"><animate attributeName=\"stroke-dashoffset\" values=\"66;0\" dur=\"0.6s\" fill=\"freeze\"/></path><path d=\"M3 16L7 13L10 15L16 10L21 14V19H3Z\" fill=\"currentColor\" fill-opacity=\"0\" stroke-dasharray=\"52\" stroke-dashoffset=\"52\"><animate attributeName=\"stroke-dashoffset\" values=\"52;0\" begin=\"0.6s\" dur=\"0.8s\" fill=\"freeze\"/><animate attributeName=\"fill-opacity\" values=\"0;0.3\" begin=\"1s\" dur=\"0.15s\" fill=\"freeze\"/></path></g><circle cx=\"7.5\" cy=\"9.5\" r=\"1.5\" fill=\"currentColor\" fill-opacity=\"0\"><animate attributeName=\"fill-opacity\" values=\"0;1\" begin=\"1s\" dur=\"0.4s\" fill=\"freeze\"/></circle>"
429
447
  },
430
- "github": {
431
- "body": "<g fill=\"none\"><path d=\"M12 4C13.6683 4 14.6122 4.39991 15 4.5C15.5255 4.07463 16.9375 3 18.5 3C18.8438 4 18.7863 5.21921 18.5 6C19.25 7 19.5 8 19.5 9.5C19.5 11.6875 19.017 13.0822 18 14C16.983 14.9178 15.8887 15.3749 14.5 15.5C15.1506 16.038 15 17.3743 15 18C15 18.7256 15 21 15 21\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"il-md-length-40 il-md-duration-3 il-md-delay-0\"/><path d=\"M12 4C10.3317 4 9.38784 4.39991 9 4.5C8.47455 4.07463 7.0625 3 5.5 3C5.15625 4 5.21371 5.21921 5.5 6C4.75 7 4.5 8 4.5 9.5C4.5 11.6875 4.98301 13.0822 6 14C7.01699 14.9178 8.1113 15.3749 9.5 15.5C8.84944 16.038 9 17.3743 9 18C9 18.7256 9 21 9 21\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"il-md-length-40 il-md-duration-3 il-md-delay-0\"/><path d=\"M9 19C7.59375 19 6.15625 18.4375 5.3125 17.8125C4.46875 17.1875 4.21875 16.1562 3 15.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-3\"/></g>"
448
+ "laptop": {
449
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 17H5V7H19V17Z\" stroke-dasharray=\"50\" stroke-dashoffset=\"50\"><animate attributeName=\"stroke-dashoffset\" values=\"50;0\" dur=\"0.6s\" fill=\"freeze\"/></path><path d=\"M3 19H21\" stroke-dasharray=\"20\" stroke-dashoffset=\"20\"><animate attributeName=\"stroke-dashoffset\" values=\"20;0\" begin=\"0.7s\" dur=\"0.3s\" fill=\"freeze\"/></path></g>"
432
450
  },
433
- "github-twotone": {
434
- "body": "<g fill=\"none\"><path d=\"M15 4.5C14.6122 4.39991 13.6683 4 12 4C10.3317 4 9.38784 4.39991 9 4.5C8.47455 4.07463 7.0625 3 5.5 3C5.15625 4 5.21371 5.21921 5.5 6C4.75 7 4.5 8 4.5 9.5C4.5 11.6875 4.98302 13.0822 6 14C7.01698 14.9178 8.1113 15.3749 9.5 15.5C8.84944 16.038 9 17.3743 9 18V22H15V18C15 17.3743 15.1506 16.038 14.5 15.5C15.8887 15.3749 16.983 14.9178 18 14C19.017 13.0822 19.5 11.6875 19.5 9.5C19.5 8 19.25 7 18.5 6C18.7863 5.21921 18.8438 4 18.5 3C16.9375 3 15.5255 4.07463 15 4.5Z\" fill=\"currentColor\" fill-opacity=\"0.3\" class=\"il-md-fill il-md-duration-0 il-md-delay-5\"/><path d=\"M12 4C13.6683 4 14.6122 4.39991 15 4.5C15.5255 4.07463 16.9375 3 18.5 3C18.8438 4 18.7863 5.21921 18.5 6C19.25 7 19.5 8 19.5 9.5C19.5 11.6875 19.017 13.0822 18 14C16.983 14.9178 15.8887 15.3749 14.5 15.5C15.1506 16.038 15 17.3743 15 18C15 18.7256 15 21 15 21\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"il-md-length-40 il-md-duration-3 il-md-delay-0\"/><path d=\"M12 4C10.3317 4 9.38784 4.39991 9 4.5C8.47455 4.07463 7.0625 3 5.5 3C5.15625 4 5.21371 5.21921 5.5 6C4.75 7 4.5 8 4.5 9.5C4.5 11.6875 4.98301 13.0822 6 14C7.01699 14.9178 8.1113 15.3749 9.5 15.5C8.84944 16.038 9 17.3743 9 18C9 18.7256 9 21 9 21\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"il-md-length-40 il-md-duration-3 il-md-delay-0\"/><path d=\"M9 19C7.59375 19 6.15625 18.4375 5.3125 17.8125C4.46875 17.1875 4.21875 16.1562 3 15.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-3\"/></g>"
451
+ "laptop-twotone": {
452
+ "body": "<g stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 17H5V7H19V17Z\" fill=\"currentColor\" fill-opacity=\"0\" stroke-dasharray=\"50\" stroke-dashoffset=\"50\"><animate attributeName=\"stroke-dashoffset\" values=\"50;0\" dur=\"0.6s\" fill=\"freeze\"/><animate attributeName=\"fill-opacity\" values=\"0;0.3\" begin=\"1.0s\" dur=\"0.15s\" fill=\"freeze\"/></path><path d=\"M3 19H21\" fill=\"none\" stroke-dasharray=\"20\" stroke-dashoffset=\"20\"><animate attributeName=\"stroke-dashoffset\" values=\"20;0\" begin=\"0.7s\" dur=\"0.3s\" fill=\"freeze\"/></path></g>"
435
453
  },
436
- "heart": {
437
- "body": "<g fill=\"none\"><path d=\"M12 8C12 8 12 8 12.7578 7C13.6343 5.84335 14.9398 5 16.5 5C18.9853 5 21 7.01472 21 9.5C21 10.4251 20.7209 11.285 20.2422 12C19.435 13.206 12 21 12 21\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-40 il-md-duration-3 il-md-delay-0\"/><path d=\"M12 8C12 8 12 8 11.2422 7C10.3657 5.84335 9.06021 5 7.5 5C5.01472 5 3 7.01472 3 9.5C3 10.4251 3.27914 11.285 3.75777 12C4.56504 13.206 12 21 12 21\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-40 il-md-duration-3 il-md-delay-0\"/></g>"
454
+ "linkedin": {
455
+ "body": "<circle cx=\"4\" cy=\"4\" r=\"2\" fill=\"currentColor\" fill-opacity=\"0\"><animate attributeName=\"fill-opacity\" values=\"0;1\" dur=\"0.4s\" fill=\"freeze\"/></circle><g fill=\"none\" stroke=\"currentColor\" stroke-width=\"4\" stroke-linecap=\"round\"><path d=\"M4 10V20\" stroke-dasharray=\"12\" stroke-dashoffset=\"12\"><animate attributeName=\"stroke-dashoffset\" values=\"12;0\" begin=\"0.2s\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M10 10V20\" stroke-dasharray=\"12\" stroke-dashoffset=\"12\"><animate attributeName=\"stroke-dashoffset\" values=\"12;0\" begin=\"0.5s\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M10 15C10 12.2386 12.2386 10 15 10C17.7614 10 20 12.2386 20 15V20\" stroke-dasharray=\"24\" stroke-dashoffset=\"24\"><animate attributeName=\"stroke-dashoffset\" values=\"24;0\" begin=\"0.7s\" dur=\"0.5s\" fill=\"freeze\"/></path></g>"
438
456
  },
439
- "heart-twotone": {
440
- "body": "<g fill=\"none\"><path d=\"M12 20L20.5 11V7L17 5.5L12 7L7 5.5L3.5 7V11L12 20Z\" fill=\"currentColor\" fill-opacity=\"0.3\" class=\"il-md-fill il-md-duration-0 il-md-delay-3\"/><path d=\"M12 8C12 8 12 8 12.7578 7C13.6343 5.84335 14.9398 5 16.5 5C18.9853 5 21 7.01472 21 9.5C21 10.4251 20.7209 11.285 20.2422 12C19.435 13.206 12 21 12 21\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-40 il-md-duration-3 il-md-delay-0\"/><path d=\"M12 8C12 8 12 8 11.2422 7C10.3657 5.84335 9.06021 5 7.5 5C5.01472 5 3 7.01472 3 9.5C3 10.4251 3.27914 11.285 3.75777 12C4.56504 13.206 12 21 12 21\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-40 il-md-duration-3 il-md-delay-0\"/></g>"
457
+ "list": {
458
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-dasharray=\"14\"><path d=\"M8 5H20\" stroke-dashoffset=\"14\"><animate attributeName=\"stroke-dashoffset\" values=\"14;0\" begin=\"0.1s\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M8 10H20\" stroke-dashoffset=\"14\"><animate attributeName=\"stroke-dashoffset\" values=\"14;0\" begin=\"0.4s\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M8 15H20\" stroke-dashoffset=\"14\"><animate attributeName=\"stroke-dashoffset\" values=\"14;0\" begin=\"0.7s\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M8 20H20\" stroke-dashoffset=\"14\"><animate attributeName=\"stroke-dashoffset\" values=\"14;0\" begin=\"1s\" dur=\"0.2s\" fill=\"freeze\"/></path></g><g fill=\"currentColor\"><circle cx=\"4\" cy=\"5\" r=\"1\" fill-opacity=\"0\"><animate attributeName=\"fill-opacity\" values=\"0;1\" dur=\"0.2s\" fill=\"freeze\"/></circle><circle cx=\"4\" cy=\"10\" r=\"1\" fill-opacity=\"0\"><animate attributeName=\"fill-opacity\" values=\"0;1\" begin=\"0.3s\" dur=\"0.2s\" fill=\"freeze\"/></circle><circle cx=\"4\" cy=\"15\" r=\"1\" fill-opacity=\"0\"><animate attributeName=\"fill-opacity\" values=\"0;1\" begin=\"0.6s\" dur=\"0.2s\" fill=\"freeze\"/></circle><circle cx=\"4\" cy=\"20\" r=\"1\" fill-opacity=\"0\"><animate attributeName=\"fill-opacity\" values=\"0;1\" begin=\"0.9s\" dur=\"0.2s\" fill=\"freeze\"/></circle></g>"
441
459
  },
442
- "heart-twotone-half": {
443
- "body": "<g fill=\"none\"><path d=\"M3.5 11L12 20V7L7 5.5L3.5 7V11Z\" fill=\"currentColor\" fill-opacity=\"0.3\" class=\"il-md-fill il-md-duration-0 il-md-delay-3\"/><path d=\"M12 8C12 8 12 8 12.7578 7C13.6343 5.84335 14.9398 5 16.5 5C18.9853 5 21 7.01472 21 9.5C21 10.4251 20.7209 11.285 20.2422 12C19.435 13.206 12 21 12 21\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-40 il-md-duration-3 il-md-delay-0\"/><path d=\"M12 8C12 8 12 8 11.2422 7C10.3657 5.84335 9.06021 5 7.5 5C5.01472 5 3 7.01472 3 9.5C3 10.4251 3.27914 11.285 3.75777 12C4.56504 13.206 12 21 12 21\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-40 il-md-duration-3 il-md-delay-0\"/></g>"
460
+ "list-3": {
461
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\"><g stroke-dasharray=\"10\"><circle cx=\"5\" cy=\"5\" r=\"1.5\" stroke-dashoffset=\"10\"><animate attributeName=\"stroke-dashoffset\" values=\"10;0\" dur=\"0.2s\" fill=\"freeze\"/></circle><circle cx=\"5\" cy=\"12\" r=\"1.5\" stroke-dashoffset=\"10\"><animate attributeName=\"stroke-dashoffset\" values=\"10;0\" begin=\"0.7s\" dur=\"0.2s\" fill=\"freeze\"/></circle><circle cx=\"5\" cy=\"19\" r=\"1.5\" stroke-dashoffset=\"10\"><animate attributeName=\"stroke-dashoffset\" values=\"10;0\" begin=\"1.4s\" dur=\"0.2s\" fill=\"freeze\"/></circle></g><g stroke-dasharray=\"28\"><rect x=\"9.5\" y=\"3.5\" width=\"11\" height=\"3\" rx=\"1.5\" stroke-dashoffset=\"28\"><animate attributeName=\"stroke-dashoffset\" values=\"28;0\" begin=\"0.1s\" dur=\"0.5s\" fill=\"freeze\"/></rect><rect x=\"9.5\" y=\"10.5\" width=\"11\" height=\"3\" rx=\"1.5\" stroke-dashoffset=\"28\"><animate attributeName=\"stroke-dashoffset\" values=\"28;0\" begin=\"0.8s\" dur=\"0.5s\" fill=\"freeze\"/></rect><rect x=\"9.5\" y=\"17.5\" width=\"11\" height=\"3\" rx=\"1.5\" stroke-dashoffset=\"28\"><animate attributeName=\"stroke-dashoffset\" values=\"28;0\" begin=\"1.5s\" dur=\"0.5s\" fill=\"freeze\"/></rect></g></g>"
444
462
  },
445
- "heart-filled": {
446
- "body": "<g fill=\"none\"><path d=\"M12 20L20.5 11V7L17 5.5L12 7L7 5.5L3.5 7V11L12 20Z\" fill=\"currentColor\" class=\"il-md-fill il-md-delay-3\"/><path d=\"M12 8C12 8 12 8 12.7578 7C13.6343 5.84335 14.9398 5 16.5 5C18.9853 5 21 7.01472 21 9.5C21 10.4251 20.7209 11.285 20.2422 12C19.435 13.206 12 21 12 21\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-40 il-md-duration-3 il-md-delay-0\"/><path d=\"M12 8C12 8 12 8 11.2422 7C10.3657 5.84335 9.06021 5 7.5 5C5.01472 5 3 7.01472 3 9.5C3 10.4251 3.27914 11.285 3.75777 12C4.56504 13.206 12 21 12 21\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-40 il-md-duration-3 il-md-delay-0\"/></g>"
463
+ "list-3-solid": {
464
+ "body": "<g fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\"><g stroke-dasharray=\"10\"><circle cx=\"5\" cy=\"5\" r=\"1.5\" fill-opacity=\"0\" stroke-dashoffset=\"10\"><animate attributeName=\"stroke-dashoffset\" values=\"10;0\" dur=\"0.2s\" fill=\"freeze\"/><animate attributeName=\"fill-opacity\" values=\"0;1\" begin=\"2.0s\" dur=\"0.5s\" fill=\"freeze\"/></circle><circle cx=\"5\" cy=\"12\" r=\"1.5\" fill-opacity=\"0\" stroke-dashoffset=\"10\"><animate attributeName=\"stroke-dashoffset\" values=\"10;0\" begin=\"0.7s\" dur=\"0.2s\" fill=\"freeze\"/><animate attributeName=\"fill-opacity\" values=\"0;1\" begin=\"2.2s\" dur=\"0.5s\" fill=\"freeze\"/></circle><circle cx=\"5\" cy=\"19\" r=\"1.5\" fill-opacity=\"0\" stroke-dashoffset=\"10\"><animate attributeName=\"stroke-dashoffset\" values=\"10;0\" begin=\"1.4s\" dur=\"0.2s\" fill=\"freeze\"/><animate attributeName=\"fill-opacity\" values=\"0;1\" begin=\"2.4s\" dur=\"0.5s\" fill=\"freeze\"/></circle></g><g stroke-dasharray=\"28\"><rect x=\"9.5\" y=\"3.5\" width=\"11\" height=\"3\" rx=\"1.5\" fill-opacity=\"0\" stroke-dashoffset=\"28\"><animate attributeName=\"stroke-dashoffset\" values=\"28;0\" begin=\"0.1s\" dur=\"0.5s\" fill=\"freeze\"/><animate attributeName=\"fill-opacity\" values=\"0;1\" begin=\"2.0s\" dur=\"0.5s\" fill=\"freeze\"/></rect><rect x=\"9.5\" y=\"10.5\" width=\"11\" height=\"3\" rx=\"1.5\" fill-opacity=\"0\" stroke-dashoffset=\"28\"><animate attributeName=\"stroke-dashoffset\" values=\"28;0\" begin=\"0.8s\" dur=\"0.5s\" fill=\"freeze\"/><animate attributeName=\"fill-opacity\" values=\"0;1\" begin=\"2.2s\" dur=\"0.5s\" fill=\"freeze\"/></rect><rect x=\"9.5\" y=\"17.5\" width=\"11\" height=\"3\" rx=\"1.5\" fill-opacity=\"0\" stroke-dashoffset=\"28\"><animate attributeName=\"stroke-dashoffset\" values=\"28;0\" begin=\"1.5s\" dur=\"0.5s\" fill=\"freeze\"/><animate attributeName=\"fill-opacity\" values=\"0;1\" begin=\"2.4s\" dur=\"0.5s\" fill=\"freeze\"/></rect></g></g>"
447
465
  },
448
- "heart-filled-half": {
449
- "body": "<g fill=\"none\"><path d=\"M3.5 11L12 20V7L7 5.5L3.5 7V11Z\" fill=\"currentColor\" class=\"il-md-fill il-md-delay-3\"/><path d=\"M12 8C12 8 12 8 12.7578 7C13.6343 5.84335 14.9398 5 16.5 5C18.9853 5 21 7.01472 21 9.5C21 10.4251 20.7209 11.285 20.2422 12C19.435 13.206 12 21 12 21\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-40 il-md-duration-3 il-md-delay-0\"/><path d=\"M12 8C12 8 12 8 11.2422 7C10.3657 5.84335 9.06021 5 7.5 5C5.01472 5 3 7.01472 3 9.5C3 10.4251 3.27914 11.285 3.75777 12C4.56504 13.206 12 21 12 21\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-40 il-md-duration-3 il-md-delay-0\"/></g>"
466
+ "list-3-twotone": {
467
+ "body": "<g fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\"><g stroke-dasharray=\"10\"><circle cx=\"5\" cy=\"5\" r=\"1.5\" fill-opacity=\"0\" stroke-dashoffset=\"10\"><animate attributeName=\"stroke-dashoffset\" values=\"10;0\" dur=\"0.2s\" fill=\"freeze\"/><animate attributeName=\"fill-opacity\" values=\"0;0.3\" begin=\"2.0s\" dur=\"0.15s\" fill=\"freeze\"/></circle><circle cx=\"5\" cy=\"12\" r=\"1.5\" fill-opacity=\"0\" stroke-dashoffset=\"10\"><animate attributeName=\"stroke-dashoffset\" values=\"10;0\" begin=\"0.7s\" dur=\"0.2s\" fill=\"freeze\"/><animate attributeName=\"fill-opacity\" values=\"0;0.3\" begin=\"2.2s\" dur=\"0.15s\" fill=\"freeze\"/></circle><circle cx=\"5\" cy=\"19\" r=\"1.5\" fill-opacity=\"0\" stroke-dashoffset=\"10\"><animate attributeName=\"stroke-dashoffset\" values=\"10;0\" begin=\"1.4s\" dur=\"0.2s\" fill=\"freeze\"/><animate attributeName=\"fill-opacity\" values=\"0;0.3\" begin=\"2.4s\" dur=\"0.15s\" fill=\"freeze\"/></circle></g><g stroke-dasharray=\"28\"><rect x=\"9.5\" y=\"3.5\" width=\"11\" height=\"3\" rx=\"1.5\" fill-opacity=\"0\" stroke-dashoffset=\"28\"><animate attributeName=\"stroke-dashoffset\" values=\"28;0\" begin=\"0.1s\" dur=\"0.5s\" fill=\"freeze\"/><animate attributeName=\"fill-opacity\" values=\"0;0.3\" begin=\"2.0s\" dur=\"0.15s\" fill=\"freeze\"/></rect><rect x=\"9.5\" y=\"10.5\" width=\"11\" height=\"3\" rx=\"1.5\" fill-opacity=\"0\" stroke-dashoffset=\"28\"><animate attributeName=\"stroke-dashoffset\" values=\"28;0\" begin=\"0.8s\" dur=\"0.5s\" fill=\"freeze\"/><animate attributeName=\"fill-opacity\" values=\"0;0.3\" begin=\"2.2s\" dur=\"0.15s\" fill=\"freeze\"/></rect><rect x=\"9.5\" y=\"17.5\" width=\"11\" height=\"3\" rx=\"1.5\" fill-opacity=\"0\" stroke-dashoffset=\"28\"><animate attributeName=\"stroke-dashoffset\" values=\"28;0\" begin=\"1.5s\" dur=\"0.5s\" fill=\"freeze\"/><animate attributeName=\"fill-opacity\" values=\"0;0.3\" begin=\"2.4s\" dur=\"0.15s\" fill=\"freeze\"/></rect></g></g>"
450
468
  },
451
- "heart-twotone-half-filled": {
452
- "body": "<g fill=\"none\"><path d=\"M12 20L20.5 11V7L17 5.5L12 7V20Z\" fill=\"currentColor\" fill-opacity=\"0.3\" class=\"il-md-fill il-md-duration-0 il-md-delay-3\"/><path d=\"M3.5 11L12 20V7L7 5.5L3.5 7V11Z\" fill=\"currentColor\" class=\"il-md-fill il-md-delay-3\"/><path d=\"M12 8C12 8 12 8 12.7578 7C13.6343 5.84335 14.9398 5 16.5 5C18.9853 5 21 7.01472 21 9.5C21 10.4251 20.7209 11.285 20.2422 12C19.435 13.206 12 21 12 21\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-40 il-md-duration-3 il-md-delay-0\"/><path d=\"M12 8C12 8 12 8 11.2422 7C10.3657 5.84335 9.06021 5 7.5 5C5.01472 5 3 7.01472 3 9.5C3 10.4251 3.27914 11.285 3.75777 12C4.56504 13.206 12 21 12 21\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-40 il-md-duration-3 il-md-delay-0\"/></g>"
469
+ "list-indented": {
470
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"><path d=\"M8 5H20\" stroke-dasharray=\"14\" stroke-dashoffset=\"14\"><animate attributeName=\"stroke-dashoffset\" values=\"14;0\" begin=\"0.1s\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M10 10H20\" stroke-dasharray=\"12\" stroke-dashoffset=\"12\"><animate attributeName=\"stroke-dashoffset\" values=\"12;0\" begin=\"0.4s\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M12 15H20\" stroke-dasharray=\"10\" stroke-dashoffset=\"10\"><animate attributeName=\"stroke-dashoffset\" values=\"10;0\" begin=\"0.7s\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M14 20H20\" stroke-dasharray=\"8\" stroke-dashoffset=\"8\"><animate attributeName=\"stroke-dashoffset\" values=\"8;0\" begin=\"1s\" dur=\"0.2s\" fill=\"freeze\"/></path></g><g fill=\"currentColor\"><circle cx=\"4\" cy=\"5\" r=\"1\" fill-opacity=\"0\"><animate attributeName=\"fill-opacity\" values=\"0;1\" dur=\"0.2s\" fill=\"freeze\"/></circle><circle cx=\"6\" cy=\"10\" r=\"1\" fill-opacity=\"0\"><animate attributeName=\"fill-opacity\" values=\"0;1\" begin=\"0.3s\" dur=\"0.2s\" fill=\"freeze\"/></circle><circle cx=\"8\" cy=\"15\" r=\"1\" fill-opacity=\"0\"><animate attributeName=\"fill-opacity\" values=\"0;1\" begin=\"0.6s\" dur=\"0.2s\" fill=\"freeze\"/></circle><circle cx=\"10\" cy=\"20\" r=\"1\" fill-opacity=\"0\"><animate attributeName=\"fill-opacity\" values=\"0;1\" begin=\"0.9s\" dur=\"0.2s\" fill=\"freeze\"/></circle></g>"
453
471
  },
454
- "heart-half": {
455
- "body": "<g fill=\"none\"><path d=\"M12 8C12 8 12 8 11.2422 7C10.3657 5.84335 9.06021 5 7.5 5C5.01472 5 3 7.01472 3 9.5C3 10.4251 3.27914 11.285 3.75777 12C4.56504 13.206 12 21 12 21\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-40 il-md-duration-3 il-md-delay-0\"/><path d=\"M12 8V21\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-0\"/></g>"
472
+ "marker": {
473
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M6 14L17 3L21 7L10 18L6 14Z\" stroke-width=\"2\" stroke-dasharray=\"44\" stroke-dashoffset=\"44\"><animate attributeName=\"stroke-dashoffset\" values=\"44;0\" dur=\"0.5s\" fill=\"freeze\"/></path><path d=\"M9 17L6.5 19.5H2.5L7 15\" stroke-dasharray=\"20\" stroke-dashoffset=\"20\"><animate attributeName=\"stroke-dashoffset\" values=\"20;0\" begin=\"0.6s\" dur=\"0.2s\" fill=\"freeze\"/></path></g>"
456
474
  },
457
- "heart-half-twotone": {
458
- "body": "<g fill=\"none\"><path d=\"M3.5 11L12 20V7L7 5.5L3.5 7V11Z\" fill=\"currentColor\" fill-opacity=\"0.3\" class=\"il-md-fill il-md-duration-0 il-md-delay-3\"/><path d=\"M12 8C12 8 12 8 11.2422 7C10.3657 5.84335 9.06021 5 7.5 5C5.01472 5 3 7.01472 3 9.5C3 10.4251 3.27914 11.285 3.75777 12C4.56504 13.206 12 21 12 21\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-40 il-md-duration-3 il-md-delay-0\"/><path d=\"M12 8V21\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-0\"/></g>"
475
+ "marker-filled": {
476
+ "body": "<g stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M6 14L17 3L21 7L10 18L6 14Z\" fill=\"none\" stroke-width=\"2\" stroke-dasharray=\"44\" stroke-dashoffset=\"44\"><animate attributeName=\"stroke-dashoffset\" values=\"44;0\" dur=\"0.5s\" fill=\"freeze\"/></path><path d=\"M9 17L6.5 19.5H2.5L7 15Z\" fill=\"currentColor\" fill-opacity=\"0\" stroke-dasharray=\"20\" stroke-dashoffset=\"20\"><animate attributeName=\"stroke-dashoffset\" values=\"16;0\" begin=\"0.6s\" dur=\"0.2s\" fill=\"freeze\"/><animate attributeName=\"fill-opacity\" values=\"0;1\" begin=\"0.8s\" dur=\"0.5s\" fill=\"freeze\"/></path></g>"
459
477
  },
460
- "heart-half-filled": {
461
- "body": "<g fill=\"none\"><path d=\"M3.5 11L12 20V7L7 5.5L3.5 7V11Z\" fill=\"currentColor\" class=\"il-md-fill il-md-delay-3\"/><path d=\"M12 8C12 8 12 8 11.2422 7C10.3657 5.84335 9.06021 5 7.5 5C5.01472 5 3 7.01472 3 9.5C3 10.4251 3.27914 11.285 3.75777 12C4.56504 13.206 12 21 12 21\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-40 il-md-duration-3 il-md-delay-0\"/><path d=\"M12 8V21\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-0\"/></g>"
478
+ "marker-twotone": {
479
+ "body": "<g stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M6 14L17 3L21 7L10 18L6 14Z\" fill=\"none\" stroke-width=\"2\" stroke-dasharray=\"44\" stroke-dashoffset=\"44\"><animate attributeName=\"stroke-dashoffset\" values=\"44;0\" dur=\"0.5s\" fill=\"freeze\"/></path><path d=\"M9 17L6.5 19.5H2.5L7 15Z\" fill=\"currentColor\" fill-opacity=\"0\" stroke-dasharray=\"20\" stroke-dashoffset=\"20\"><animate attributeName=\"stroke-dashoffset\" values=\"16;0\" begin=\"0.6s\" dur=\"0.2s\" fill=\"freeze\"/><animate attributeName=\"fill-opacity\" values=\"0;0.3\" begin=\"0.8s\" dur=\"0.15s\" fill=\"freeze\"/></path></g>"
462
480
  },
463
- "thumbs-up": {
464
- "body": "<g fill=\"none\"><path d=\"M7 11L12 3L15 4L14 10H21V13L18 20H7H3V11H7V20\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"il-md-length-100 il-md-duration-5 il-md-delay-0\"/></g>"
481
+ "menu": {
482
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-dasharray=\"24\"><path d=\"M5 5H19\" stroke-dashoffset=\"24\"><animate attributeName=\"stroke-dashoffset\" values=\"24;0\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M5 12H19\" stroke-dashoffset=\"24\"><animate attributeName=\"stroke-dashoffset\" values=\"24;0\" begin=\"0.2s\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M5 19H19\" stroke-dashoffset=\"24\"><animate attributeName=\"stroke-dashoffset\" values=\"24;0\" begin=\"0.4s\" dur=\"0.2s\" fill=\"freeze\"/></path></g>"
465
483
  },
466
- "thumbs-up-twotone": {
467
- "body": "<g fill=\"none\"><path d=\"M7 11V20H3V11H7Z\" fill=\"currentColor\" fill-opacity=\"0.3\" class=\"il-md-fill il-md-duration-0 il-md-delay-5\"/><path d=\"M7 11L12 3L15 4L14 10H21V13L18 20H7H3V11H7V20\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"il-md-length-100 il-md-duration-5 il-md-delay-0\"/></g>"
484
+ "menu-fold-left": {
485
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"><path d=\"M7 9L4 12L7 15\" stroke-dasharray=\"10\" stroke-dashoffset=\"10\"><animate attributeName=\"stroke-dashoffset\" values=\"10;0\" begin=\"0.6s\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M19 5H5\" stroke-dasharray=\"16\" stroke-dashoffset=\"16\"><animate attributeName=\"stroke-dashoffset\" values=\"16;0\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M19 12H10\" stroke-dasharray=\"12\" stroke-dashoffset=\"12\"><animate attributeName=\"stroke-dashoffset\" values=\"12;0\" begin=\"0.2s\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M19 19H5\" stroke-dasharray=\"16\" stroke-dashoffset=\"16\"><animate attributeName=\"stroke-dashoffset\" values=\"16;0\" begin=\"0.4s\" dur=\"0.2s\" fill=\"freeze\"/></path></g>"
468
486
  },
469
- "thumbs-down": {
470
- "body": "<g fill=\"none\"><path d=\"M7 4H18L21 11V14H14L15 20L12 21L7 13H3V4H7V13\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"il-md-length-100 il-md-duration-5 il-md-delay-0\"/></g>"
487
+ "menu-fold-right": {
488
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"><path d=\"M17 9L20 12L17 15\" stroke-dasharray=\"10\" stroke-dashoffset=\"10\"><animate attributeName=\"stroke-dashoffset\" values=\"10;0\" begin=\"0.6s\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M5 5H19\" stroke-dasharray=\"16\" stroke-dashoffset=\"16\"><animate attributeName=\"stroke-dashoffset\" values=\"16;0\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M5 12H14\" stroke-dasharray=\"12\" stroke-dashoffset=\"12\"><animate attributeName=\"stroke-dashoffset\" values=\"12;0\" begin=\"0.2s\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M5 19H19\" stroke-dasharray=\"16\" stroke-dashoffset=\"16\"><animate attributeName=\"stroke-dashoffset\" values=\"16;0\" begin=\"0.4s\" dur=\"0.2s\" fill=\"freeze\"/></path></g>"
471
489
  },
472
- "thumbs-down-twotone": {
473
- "body": "<g fill=\"none\"><path d=\"M3 4H7V13H3V4Z\" fill=\"currentColor\" fill-opacity=\"0.3\" class=\"il-md-fill il-md-duration-0 il-md-delay-5\"/><path d=\"M7 4H18L21 11V14H14L15 20L12 21L7 13H3V4H7V13\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"il-md-length-100 il-md-duration-5 il-md-delay-0\"/></g>"
490
+ "menu-unfold-left": {
491
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"><path d=\"M21 9L18 12L21 15\" stroke-dasharray=\"10\" stroke-dashoffset=\"10\"><animate attributeName=\"stroke-dashoffset\" values=\"10;0\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M19 5H5\" stroke-dasharray=\"16\" stroke-dashoffset=\"16\"><animate attributeName=\"stroke-dashoffset\" values=\"16;0\" begin=\"0.2s\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M14 12H5\" stroke-dasharray=\"12\" stroke-dashoffset=\"12\"><animate attributeName=\"stroke-dashoffset\" values=\"12;0\" begin=\"0.4s\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M19 19H5\" stroke-dasharray=\"16\" stroke-dashoffset=\"16\"><animate attributeName=\"stroke-dashoffset\" values=\"16;0\" begin=\"0.6s\" dur=\"0.2s\" fill=\"freeze\"/></path></g>"
474
492
  },
475
- "iconify1": {
476
- "body": "<g fill=\"none\"><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\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 18C15.125 18 17.3257 15.122 17 14.5C16.6728 13.875 15.5 16 12 16C8.5 16 7.3125 13.875 7 14.5C6.6875 15.125 8.875 18 12 18Z\" fill=\"currentColor\" class=\"il-md-fill il-md-delay-7\"/><path d=\"M9.5 9C9.5 8.48223 9.01777 8 8.5 8C7.98223 8 7.5 8.48223 7.5 9V10.4375C7.5 10.9553 7.98223 11.5 8.5 11.5C9.01777 11.5 9.5 11.0178 9.5 10.5V9Z\" fill=\"currentColor\" class=\"il-md-fill il-md-delay-4\"/><path d=\"M16.5 9C16.5 8.48223 16.0178 8 15.5 8C14.9822 8 14.5 8.48223 14.5 9V10.4375C14.5 10.9553 14.9822 11.5 15.5 11.5C16.0178 11.5 16.5 11.0178 16.5 10.5V9Z\" fill=\"currentColor\" class=\"il-md-fill il-md-delay-4\"/></g>"
493
+ "menu-unfold-right": {
494
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"><path d=\"M3 9L6 12L3 15\" stroke-dasharray=\"10\" stroke-dashoffset=\"10\"><animate attributeName=\"stroke-dashoffset\" values=\"10;0\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M5 5H19\" stroke-dasharray=\"16\" stroke-dashoffset=\"16\"><animate attributeName=\"stroke-dashoffset\" values=\"16;0\" begin=\"0.2s\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M10 12H19\" stroke-dasharray=\"12\" stroke-dashoffset=\"12\"><animate attributeName=\"stroke-dashoffset\" values=\"12;0\" begin=\"0.4s\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M5 19H19\" stroke-dasharray=\"16\" stroke-dashoffset=\"16\"><animate attributeName=\"stroke-dashoffset\" values=\"16;0\" begin=\"0.6s\" dur=\"0.2s\" fill=\"freeze\"/></path></g>"
477
495
  },
478
- "iconify2": {
479
- "body": "<g fill=\"none\"><path d=\"M4 7V21\" stroke=\"currentColor\" stroke-width=\"2\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-0\"/><path d=\"M4 3V5\" stroke=\"currentColor\" stroke-width=\"2\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-0\"/><path d=\"M18 4.25204C17.3608 4.08751 16.6906 4 16 4C11.5817 4 8 7.58172 8 12C8 16.4183 11.5817 20 16 20C16.6906 20 17.3608 19.9125 18 19.748\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-40 il-md-duration-3 il-md-delay-2\"/><g><path d=\"M16 8C13.7909 8 12 9.79086 12 12C12 14.2091 13.7909 16 16 16C18.2091 16 20 14.2091 20 12C20 9.79086 18.2091 8 16 8Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-40 il-md-duration-5 il-md-delay-5\"/></g></g>"
496
+ "minus": {
497
+ "body": "<path d=\"M5 12H19\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-dasharray=\"18\" stroke-dashoffset=\"18\"><animate attributeName=\"stroke-dashoffset\" values=\"18;0\" dur=\"0.3s\" fill=\"freeze\"/></path>"
480
498
  },
481
- "email": {
482
- "body": "<g fill=\"none\"><rect x=\"3\" y=\"5\" width=\"18\" height=\"14\" rx=\"1\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-70 il-md-duration-4 il-md-delay-0\"/><path d=\"M3 6.5L12 12L21 6.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-4\"/></g>"
499
+ "minus-circle": {
500
+ "body": "<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=\"M7 12H17\" stroke-dasharray=\"12\" stroke-dashoffset=\"12\"><animate attributeName=\"stroke-dashoffset\" values=\"12;0\" begin=\"0.6s\" dur=\"0.2s\" fill=\"freeze\"/></path></g>"
483
501
  },
484
- "email-twotone": {
485
- "body": "<g fill=\"none\"><path d=\"M12 11L4 6H20L12 11Z\" fill=\"currentColor\" fill-opacity=\"0.3\" class=\"il-md-fill il-md-duration-0 il-md-delay-6\"/><rect x=\"3\" y=\"5\" width=\"18\" height=\"14\" rx=\"1\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-70 il-md-duration-4 il-md-delay-0\"/><path d=\"M3 6.5L12 12L21 6.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-4\"/></g>"
502
+ "minus-circle-twotone": {
503
+ "body": "<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=\"M7 12H17\" stroke-dasharray=\"12\" stroke-dashoffset=\"12\"><animate attributeName=\"stroke-dashoffset\" values=\"12;0\" begin=\"0.6s\" dur=\"0.2s\" fill=\"freeze\"/></path></g>"
486
504
  },
487
- "email-twotone-alt": {
488
- "body": "<g fill=\"none\"><path d=\"M12 13L4 8V18H20V8L12 13Z\" fill=\"currentColor\" fill-opacity=\"0.3\" class=\"il-md-fill il-md-duration-0 il-md-delay-6\"/><rect x=\"3\" y=\"5\" width=\"18\" height=\"14\" rx=\"1\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-70 il-md-duration-4 il-md-delay-0\"/><path d=\"M3 6.5L12 12L21 6.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-4\"/></g>"
505
+ "navigation-left-down": {
506
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M21 9H12C9.23858 9 7 11.2386 7 14V20\" stroke-dasharray=\"26\" stroke-dashoffset=\"26\"><animate attributeName=\"stroke-dashoffset\" values=\"26;0\" dur=\"0.4s\" fill=\"freeze\"/></path><g stroke-dasharray=\"8\" stroke-dashoffset=\"8\"><path d=\"M7 21L3 17\"/><path d=\"M7 21L11 17\"/><animate attributeName=\"stroke-dashoffset\" values=\"8;0\" begin=\"0.4s\" dur=\"0.2s\" fill=\"freeze\"/></g></g>"
489
507
  },
490
- "email-opened": {
491
- "body": "<g fill=\"none\"><path d=\"M3 8.06083C3 7.71247 3.1813 7.38921 3.47855 7.20755L12 2L20.5214 7.20755C20.8187 7.38921 21 7.71247 21 8.06083V18C21 18.5523 20.5523 19 20 19H4C3.44772 19 3 18.5523 3 18V8.06083Z\" stroke=\"currentColor\" stroke-width=\"2\" class=\"il-md-length-70 il-md-duration-4 il-md-delay-0\"/><path d=\"M3 8.5L12 14L21 8.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-4\"/></g>"
508
+ "navigation-left-up": {
509
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M21 15H12C9.23858 15 7 12.7614 7 10V4\" stroke-dasharray=\"26\" stroke-dashoffset=\"26\"><animate attributeName=\"stroke-dashoffset\" values=\"26;0\" dur=\"0.4s\" fill=\"freeze\"/></path><path d=\"M7 3L3 7M7 3L11 7\" stroke-dasharray=\"8\" stroke-dashoffset=\"8\"><animate attributeName=\"stroke-dashoffset\" values=\"8;0\" begin=\"0.4s\" dur=\"0.2s\" fill=\"freeze\"/></path></g>"
492
510
  },
493
- "email-opened-twotone": {
494
- "body": "<g fill=\"none\"><path d=\"M12 13L4 8L12 3L20 8L12 13Z\" fill=\"currentColor\" fill-opacity=\"0.3\" class=\"il-md-fill il-md-duration-0 il-md-delay-6\"/><path d=\"M3 8.06083C3 7.71247 3.1813 7.38921 3.47855 7.20755L12 2L20.5214 7.20755C20.8187 7.38921 21 7.71247 21 8.06083V18C21 18.5523 20.5523 19 20 19H4C3.44772 19 3 18.5523 3 18V8.06083Z\" stroke=\"currentColor\" stroke-width=\"2\" class=\"il-md-length-70 il-md-duration-4 il-md-delay-0\"/><path d=\"M3 8.5L12 14L21 8.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-4\"/></g>"
511
+ "navigation-right-down": {
512
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M3 9H12C14.76142 9 17 11.2386 17 14V20\" stroke-dasharray=\"26\" stroke-dashoffset=\"26\"><animate attributeName=\"stroke-dashoffset\" values=\"26;0\" dur=\"0.4s\" fill=\"freeze\"/></path><g stroke-dasharray=\"8\" stroke-dashoffset=\"8\"><path d=\"M17 21L21 17\"/><path d=\"M17 21L13 17\"/><animate attributeName=\"stroke-dashoffset\" values=\"8;0\" begin=\"0.4s\" dur=\"0.2s\" fill=\"freeze\"/></g></g>"
495
513
  },
496
- "email-opened-twotone-alt": {
497
- "body": "<g fill=\"none\"><path d=\"M12 15L4 10V18H20V10L12 15Z\" fill=\"currentColor\" fill-opacity=\"0.3\" class=\"il-md-fill il-md-duration-0 il-md-delay-6\"/><path d=\"M3 8.06083C3 7.71247 3.1813 7.38921 3.47855 7.20755L12 2L20.5214 7.20755C20.8187 7.38921 21 7.71247 21 8.06083V18C21 18.5523 20.5523 19 20 19H4C3.44772 19 3 18.5523 3 18V8.06083Z\" stroke=\"currentColor\" stroke-width=\"2\" class=\"il-md-length-70 il-md-duration-4 il-md-delay-0\"/><path d=\"M3 8.5L12 14L21 8.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-4\"/></g>"
514
+ "navigation-right-up": {
515
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M3 15H12C14.76142 15 17 12.7614 17 10V4\" stroke-dasharray=\"26\" stroke-dashoffset=\"26\"><animate attributeName=\"stroke-dashoffset\" values=\"26;0\" dur=\"0.4s\" fill=\"freeze\"/></path><g stroke-dasharray=\"8\" stroke-dashoffset=\"8\"><path d=\"M17 3L21 7\"/><path d=\"M17 3L13 7\"/><animate attributeName=\"stroke-dashoffset\" values=\"8;0\" begin=\"0.4s\" dur=\"0.2s\" fill=\"freeze\"/></g></g>"
498
516
  },
499
- "cloud": {
500
- "body": "<g fill=\"none\"><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>"
517
+ "paint-drop": {
518
+ "body": "<path d=\"M12 3C12 3 19 9 19 15C19 17 18 21 12 21M12 3C12 3 5 9 5 15C5 17 6 21 12 21\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-dasharray=\"28\" stroke-dashoffset=\"28\"><animate attributeName=\"stroke-dashoffset\" values=\"28;0\" dur=\"0.4s\" fill=\"freeze\"/></path>"
501
519
  },
502
- "cloud-twotone": {
503
- "body": "<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>"
520
+ "paint-drop-filled": {
521
+ "body": "<path d=\"M12 4C12 4 18 9 18 15C18 19 15 20 12 20C9 20 6 19 6 15C6 9 12 4 12 4Z\" fill=\"currentColor\" fill-opacity=\"0\"><animate attributeName=\"fill-opacity\" values=\"0;1\" begin=\"0.4s\" dur=\"0.5s\" fill=\"freeze\"/></path><path d=\"M12 3C12 3 19 9 19 15C19 17 18 21 12 21M12 3C12 3 5 9 5 15C5 17 6 21 12 21\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-dasharray=\"28\" stroke-dashoffset=\"28\"><animate attributeName=\"stroke-dashoffset\" values=\"28;0\" dur=\"0.4s\" fill=\"freeze\"/></path>"
504
522
  },
505
- "cloud-filled": {
506
- "body": "<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>"
523
+ "paint-drop-half-filled": {
524
+ "body": "<path d=\"M6 15C6 9 12 4 12 4C12 4 14.9522 6.46019 16.715 10L6.8347 18C6.31173 17.2671 6 16.2894 6 15Z\" fill=\"currentColor\" fill-opacity=\"0\"><animate attributeName=\"fill-opacity\" values=\"0;1\" begin=\"0.4s\" dur=\"0.5s\" fill=\"freeze\"/></path><path d=\"M12 3C12 3 19 9 19 15C19 17 18 21 12 21M12 3C12 3 5 9 5 15C5 17 6 21 12 21\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-dasharray=\"28\" stroke-dashoffset=\"28\"><animate attributeName=\"stroke-dashoffset\" values=\"28;0\" dur=\"0.4s\" fill=\"freeze\"/></path>"
507
525
  },
508
- "cloud-down": {
509
- "body": "<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>"
526
+ "paint-drop-half-filled-twotone": {
527
+ "body": "<path d=\"M6 15C6 9 12 4 12 4C12 4 14.9522 6.46019 16.715 10L6.8347 18C6.31173 17.2671 6 16.2894 6 15Z\" fill=\"currentColor\" fill-opacity=\"0\"><animate attributeName=\"fill-opacity\" values=\"0;1\" begin=\"0.4s\" dur=\"0.5s\" fill=\"freeze\"/></path><path d=\"M12 4C12 4 18 9 18 15C18 19 15 20 12 20C9 20 6 19 6 15C6 9 12 4 12 4Z\" fill=\"currentColor\" fill-opacity=\"0\"><animate attributeName=\"fill-opacity\" values=\"0;0.3\" begin=\"0.4s\" dur=\"0.15s\" fill=\"freeze\"/></path><path d=\"M12 3C12 3 19 9 19 15C19 17 18 21 12 21M12 3C12 3 5 9 5 15C5 17 6 21 12 21\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-dasharray=\"28\" stroke-dashoffset=\"28\"><animate attributeName=\"stroke-dashoffset\" values=\"28;0\" dur=\"0.4s\" fill=\"freeze\"/></path>"
510
528
  },
511
- "cloud-down-twotone": {
512
- "body": "<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>"
529
+ "paint-drop-half-twotone": {
530
+ "body": "<path d=\"M6 15C6 9 12 4 12 4C12 4 14.9522 6.46019 16.715 10L6.8347 18C6.31173 17.2671 6 16.2894 6 15Z\" fill=\"currentColor\" fill-opacity=\"0\"><animate attributeName=\"fill-opacity\" values=\"0;0.3\" begin=\"0.4s\" dur=\"0.15s\" fill=\"freeze\"/></path><path d=\"M12 3C12 3 19 9 19 15C19 17 18 21 12 21M12 3C12 3 5 9 5 15C5 17 6 21 12 21\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-dasharray=\"28\" stroke-dashoffset=\"28\"><animate attributeName=\"stroke-dashoffset\" values=\"28;0\" dur=\"0.4s\" fill=\"freeze\"/></path>"
513
531
  },
514
- "cloud-up": {
515
- "body": "<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>"
532
+ "paint-drop-twotone": {
533
+ "body": "<path d=\"M12 4C12 4 18 9 18 15C18 19 15 20 12 20C9 20 6 19 6 15C6 9 12 4 12 4Z\" fill=\"currentColor\" fill-opacity=\"0\"><animate attributeName=\"fill-opacity\" values=\"0;0.3\" begin=\"0.4s\" dur=\"0.15s\" fill=\"freeze\"/></path><path d=\"M12 3C12 3 19 9 19 15C19 17 18 21 12 21M12 3C12 3 5 9 5 15C5 17 6 21 12 21\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-dasharray=\"28\" stroke-dashoffset=\"28\"><animate attributeName=\"stroke-dashoffset\" values=\"28;0\" dur=\"0.4s\" fill=\"freeze\"/></path>"
516
534
  },
517
- "cloud-up-twotone": {
518
- "body": "<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>"
535
+ "pencil": {
536
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M3 21L4.99998 15L16 4C17 3 19 3 20 4C21 5 21 7 20 8L8.99998 19L3 21\" stroke-dasharray=\"56\" stroke-dashoffset=\"56\"><animate attributeName=\"stroke-dashoffset\" values=\"56;0\" dur=\"0.6s\" fill=\"freeze\"/></path><g stroke-dasharray=\"6\"><path d=\"M15 5L19 9\" stroke-dashoffset=\"6\"><animate attributeName=\"stroke-dashoffset\" values=\"6;0\" begin=\"0.6s\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M6 15L9 18\" stroke-width=\"1\" stroke-dashoffset=\"6\"><animate attributeName=\"stroke-dashoffset\" values=\"6;0\" begin=\"0.6s\" dur=\"0.2s\" fill=\"freeze\"/></path></g></g>"
519
537
  },
520
- "computer": {
521
- "body": "<g fill=\"none\"><path d=\"M12 17H3V5H21V17H12\" 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=\"M12 21H17\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-0\"/><path d=\"M12 21V17\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-0\"/><path d=\"M12 21H7\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-0\"/></g>"
538
+ "pencil-twotone": {
539
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M3 21L4.99998 15L16 4C17 3 19 3 20 4C21 5 21 7 20 8L8.99998 19L3 21\" stroke-dasharray=\"56\" stroke-dashoffset=\"56\"><animate attributeName=\"stroke-dashoffset\" values=\"56;0\" dur=\"0.6s\" fill=\"freeze\"/></path><g stroke-dasharray=\"6\"><path d=\"M15 5L19 9\" stroke-dashoffset=\"6\"><animate attributeName=\"stroke-dashoffset\" values=\"6;0\" begin=\"0.6s\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M6 15L9 18\" stroke-width=\"1\" stroke-dashoffset=\"6\"><animate attributeName=\"stroke-dashoffset\" values=\"6;0\" begin=\"0.6s\" dur=\"0.2s\" fill=\"freeze\"/></path></g></g><path d=\"M17 4H20V7L9 18L6 15L17 4Z\" fill=\"currentColor\" fill-opacity=\"0\"><animate attributeName=\"fill-opacity\" values=\"0;0.3\" begin=\"0.8s\" dur=\"0.15s\" fill=\"freeze\"/></path>"
522
540
  },
523
- "computer-twotone": {
524
- "body": "<g fill=\"none\"><rect x=\"4\" y=\"6\" width=\"16\" height=\"10\" fill=\"currentColor\" fill-opacity=\"0.3\" class=\"il-md-fill il-md-duration-0 il-md-delay-6\"/><path d=\"M12 17H3V5H21V17H12\" 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=\"M12 21H17\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-0\"/><path d=\"M12 21V17\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-0\"/><path d=\"M12 21H7\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-0\"/></g>"
541
+ "pencil-twotone-alt": {
542
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M3 21L4.99998 15L16 4C17 3 19 3 20 4C21 5 21 7 20 8L8.99998 19L3 21\" stroke-dasharray=\"56\" stroke-dashoffset=\"56\"><animate attributeName=\"stroke-dashoffset\" values=\"56;0\" dur=\"0.6s\" fill=\"freeze\"/></path><g stroke-dasharray=\"6\"><path d=\"M15 5L19 9\" stroke-dashoffset=\"6\"><animate attributeName=\"stroke-dashoffset\" values=\"6;0\" begin=\"0.6s\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M6 15L9 18\" stroke-width=\"1\" stroke-dashoffset=\"6\"><animate attributeName=\"stroke-dashoffset\" values=\"6;0\" begin=\"0.6s\" dur=\"0.2s\" fill=\"freeze\"/></path></g></g><path d=\"M9 18L18 9L15 6L6 15L9 18Z\" fill=\"currentColor\" fill-opacity=\"0\"><animate attributeName=\"fill-opacity\" values=\"0;0.3\" begin=\"0.8s\" dur=\"0.15s\" fill=\"freeze\"/></path>"
525
543
  },
526
- "laptop": {
527
- "body": "<g fill=\"none\"><path d=\"M12 17H5V7H19V17H12\" 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=\"M3 19H21\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-0\"/></g>"
544
+ "plus": {
545
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-dasharray=\"18\"><path d=\"M12 5V19\" stroke-dashoffset=\"18\"><animate attributeName=\"stroke-dashoffset\" values=\"18;0\" begin=\"0.4s\" dur=\"0.3s\" fill=\"freeze\"/></path><path d=\"M5 12H19\" stroke-dashoffset=\"18\"><animate attributeName=\"stroke-dashoffset\" values=\"18;0\" dur=\"0.3s\" fill=\"freeze\"/></path></g>"
528
546
  },
529
- "laptop-twotone": {
530
- "body": "<g fill=\"none\"><rect x=\"6\" y=\"8\" width=\"12\" height=\"8\" fill=\"currentColor\" fill-opacity=\"0.3\" class=\"il-md-fill il-md-duration-0 il-md-delay-6\"/><path d=\"M12 17H5V7H19V17H12\" 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=\"M3 19H21\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-0\"/></g>"
547
+ "plus-circle": {
548
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"><g stroke-dasharray=\"12\"><path d=\"M12 7V17\" stroke-dashoffset=\"12\"><animate attributeName=\"stroke-dashoffset\" values=\"12;0\" begin=\"0.8s\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M7 12H17\" stroke-dashoffset=\"12\"><animate attributeName=\"stroke-dashoffset\" values=\"12;0\" begin=\"0.6s\" dur=\"0.2s\" fill=\"freeze\"/></path></g><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></g>"
531
549
  },
532
- "account": {
533
- "body": "<g fill=\"none\"><path d=\"M12 11C9.79086 11 8 9.20914 8 7C8 4.79086 9.79086 3 12 3C14.2091 3 16 4.79086 16 7C16 9.20914 14.2091 11 12 11Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-40 il-md-duration-3 il-md-delay-2\"/><path d=\"M4 21V20C4 16.6863 6.68629 14 10 14H14C17.3137 14 20 16.6863 20 20V21\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-0\"/></g>"
550
+ "plus-circle-twotone": {
551
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"><g stroke-dasharray=\"12\"><path d=\"M12 7V17\" stroke-dashoffset=\"12\"><animate attributeName=\"stroke-dashoffset\" values=\"12;0\" begin=\"0.8s\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M7 12H17\" stroke-dashoffset=\"12\"><animate attributeName=\"stroke-dashoffset\" values=\"12;0\" begin=\"0.6s\" dur=\"0.2s\" fill=\"freeze\"/></path></g><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=\"1s\" dur=\"0.15s\" fill=\"freeze\"/></path></g>"
534
552
  },
535
- "account-small": {
536
- "body": "<g fill=\"none\"><path d=\"M12 11C10.3431 11 9 9.65685 9 8C9 6.34315 10.3431 5 12 5C13.6569 5 15 6.34315 15 8C15 9.65685 13.6569 11 12 11Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-2\"/><path d=\"M6 19V18C6 15.7909 7.79086 14 10 14H14C16.2091 14 18 15.7909 18 18V19\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-0\"/></g>"
553
+ "question": {
554
+ "body": "<path d=\"M7 8C7 5.23858 9.23857 3 12 3C14.7614 3 17 5.23858 17 8C17 9.6356 16.2147 11.0878 15.0005 12C14.1647 12.6279 12 14 12 17\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-dasharray=\"32\" stroke-dashoffset=\"32\"><animate attributeName=\"stroke-dashoffset\" values=\"32;0\" dur=\"0.5s\" fill=\"freeze\"/></path><circle cx=\"12\" cy=\"21\" r=\"1\" fill=\"currentColor\" fill-opacity=\"0\"><animate attributeName=\"fill-opacity\" values=\"0;1\" begin=\"0.5s\" dur=\"0.2s\" fill=\"freeze\"/></circle>"
537
555
  },
538
- "account-add": {
539
- "body": "<g fill=\"none\"><path d=\"M9 13C7.34315 13 6 11.6569 6 10C6 8.34315 7.34315 7 9 7C10.6569 7 12 8.34315 12 10C12 11.6569 10.6569 13 9 13Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-2\"/><path d=\"M3 21V20C3 17.7909 4.79086 16 7 16H11C13.2091 16 15 17.7909 15 20V21\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-0\"/><path d=\"M18 3V9\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-4\"/><path d=\"M15 6H21\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-6\"/></g>"
556
+ "question-circle": {
557
+ "body": "<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=\"M8.99999 10C8.99999 8.34315 10.3431 7 12 7C13.6569 7 15 8.34315 15 10C15 10.9814 14.5288 11.8527 13.8003 12.4C13.0718 12.9473 12.5 13 12 14\" stroke-dasharray=\"20\" stroke-dashoffset=\"20\"><animate attributeName=\"stroke-dashoffset\" values=\"20;0\" begin=\"0.6s\" dur=\"0.4s\" fill=\"freeze\"/></path></g><circle cx=\"12\" cy=\"17\" r=\"1\" fill=\"currentColor\" fill-opacity=\"0\"><animate attributeName=\"fill-opacity\" values=\"0;1\" begin=\"1s\" dur=\"0.2s\" fill=\"freeze\"/></circle>"
540
558
  },
541
- "account-remove": {
542
- "body": "<g fill=\"none\"><path d=\"M9 13C7.34315 13 6 11.6569 6 10C6 8.34315 7.34315 7 9 7C10.6569 7 12 8.34315 12 10C12 11.6569 10.6569 13 9 13Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-2\"/><path d=\"M3 21V20C3 17.7909 4.79086 16 7 16H11C13.2091 16 15 17.7909 15 20V21\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-0\"/><path d=\"M15 6H21\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-4\"/></g>"
559
+ "question-circle-twotone": {
560
+ "body": "<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=\"1.2s\" dur=\"0.15s\" fill=\"freeze\"/></path><path d=\"M8.99999 10C8.99999 8.34315 10.3431 7 12 7C13.6569 7 15 8.34315 15 10C15 10.9814 14.5288 11.8527 13.8003 12.4C13.0718 12.9473 12.5 13 12 14\" fill=\"none\" stroke-dasharray=\"20\" stroke-dashoffset=\"20\"><animate attributeName=\"stroke-dashoffset\" values=\"20;0\" begin=\"0.6s\" dur=\"0.4s\" fill=\"freeze\"/></path></g><circle cx=\"12\" cy=\"17\" r=\"1\" fill=\"currentColor\" fill-opacity=\"0\"><animate attributeName=\"fill-opacity\" values=\"0;1\" begin=\"1s\" dur=\"0.2s\" fill=\"freeze\"/></circle>"
543
561
  },
544
- "account-delete": {
545
- "body": "<g fill=\"none\"><path d=\"M9 13C7.34315 13 6 11.6569 6 10C6 8.34315 7.34315 7 9 7C10.6569 7 12 8.34315 12 10C12 11.6569 10.6569 13 9 13Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-2\"/><path d=\"M3 21V20C3 17.7909 4.79086 16 7 16H11C13.2091 16 15 17.7909 15 20V21\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-0\"/><path d=\"M21 3L15 9\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-4\"/><path d=\"M15 3L21 9\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-6\"/></g>"
562
+ "remove": {
563
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-dasharray=\"22\"><path d=\"M19 5L5 19\" stroke-dashoffset=\"22\"><animate attributeName=\"stroke-dashoffset\" values=\"22;0\" begin=\"0.3s\" dur=\"0.3s\" fill=\"freeze\"/></path><path d=\"M5 5L19 19\" stroke-dashoffset=\"22\"><animate attributeName=\"stroke-dashoffset\" values=\"22;0\" dur=\"0.3s\" fill=\"freeze\"/></path></g>"
546
564
  },
547
- "account-alert": {
548
- "body": "<g fill=\"none\"><path d=\"M11 13C9.34315 13 8 11.6569 8 10C8 8.34315 9.34315 7 11 7C12.6569 7 14 8.34315 14 10C14 11.6569 12.6569 13 11 13Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-2\"/><path d=\"M5 21V20C5 17.7909 6.79086 16 9 16H13C15.2091 16 17 17.7909 17 20V21\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-0\"/><path d=\"M20 3V7\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-4\"/><circle cx=\"20\" cy=\"11\" r=\"1\" fill=\"currentColor\" class=\"il-md-fill il-md-delay-6\"/></g>"
565
+ "rotate-180": {
566
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"><path d=\"M12 6C15.3137 6 18 8.68629 18 12C18 15.3137 15.3137 18 12 18H9.5\" stroke-dasharray=\"24\" stroke-dashoffset=\"24\"><animate attributeName=\"stroke-dashoffset\" values=\"24;0\" dur=\"0.4s\" fill=\"freeze\"/></path><path d=\"M9 18L12 21M9 18L12 15\" stroke-dasharray=\"6\" stroke-dashoffset=\"6\"><animate attributeName=\"stroke-dashoffset\" values=\"6;0\" begin=\"0.4s\" dur=\"0.2s\" fill=\"freeze\"/></path></g>"
567
+ },
568
+ "rotate-270": {
569
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"><path d=\"M12 6C15.3137 6 18 8.68629 18 12C18 15.3137 15.3137 18 12 18C8.68629 18 6 15.3137 6 12V9.5\" stroke-dasharray=\"32\" stroke-dashoffset=\"32\"><animate attributeName=\"stroke-dashoffset\" values=\"32;0\" dur=\"0.6s\" fill=\"freeze\"/></path><path d=\"M6 9L3 12M6 9L9 12\" stroke-dasharray=\"6\" stroke-dashoffset=\"6\"><animate attributeName=\"stroke-dashoffset\" values=\"6;0\" begin=\"0.6s\" dur=\"0.2s\" fill=\"freeze\"/></path></g>"
570
+ },
571
+ "rotate-90": {
572
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"><path d=\"M12 6C15.3137 6 18 8.68629 18 12V14.5\" stroke-dasharray=\"14\" stroke-dashoffset=\"14\"><animate attributeName=\"stroke-dashoffset\" values=\"14;0\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M18 15L21 12M18 15L15 12\" stroke-dasharray=\"6\" stroke-dashoffset=\"6\"><animate attributeName=\"stroke-dashoffset\" values=\"6;0\" begin=\"0.2s\" dur=\"0.2s\" fill=\"freeze\"/></path></g>"
573
+ },
574
+ "search": {
575
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"><path d=\"M10.5 13.5L3 21\" stroke-dasharray=\"16\" stroke-dashoffset=\"16\"><animate attributeName=\"stroke-dashoffset\" values=\"16;0\" begin=\"0.4s\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M10.7574 13.2426C8.41421 10.8995 8.41421 7.10051 10.7574 4.75736C13.1005 2.41421 16.8995 2.41421 19.2426 4.75736C21.5858 7.10051 21.5858 10.8995 19.2426 13.2426C16.8995 15.5858 13.1005 15.5858 10.7574 13.2426Z\" stroke-dasharray=\"40\" stroke-dashoffset=\"40\"><animate attributeName=\"stroke-dashoffset\" values=\"40;0\" dur=\"0.4s\" fill=\"freeze\"/></path></g>"
576
+ },
577
+ "search-filled": {
578
+ "body": "<g stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"><path d=\"M10.5 13.5L3 21\" fill=\"none\" stroke-dasharray=\"16\" stroke-dashoffset=\"16\"><animate attributeName=\"stroke-dashoffset\" values=\"16;0\" begin=\"0.4s\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M10.7574 13.2426C8.41421 10.8995 8.41421 7.10051 10.7574 4.75736C13.1005 2.41421 16.8995 2.41421 19.2426 4.75736C21.5858 7.10051 21.5858 10.8995 19.2426 13.2426C16.8995 15.5858 13.1005 15.5858 10.7574 13.2426Z\" fill=\"currentColor\" fill-opacity=\"0\" stroke-dasharray=\"40\" stroke-dashoffset=\"40\"><animate attributeName=\"stroke-dashoffset\" values=\"40;0\" dur=\"0.4s\" fill=\"freeze\"/><animate attributeName=\"fill-opacity\" values=\"0;1\" begin=\"0.6s\" dur=\"0.5s\" fill=\"freeze\"/></path></g>"
579
+ },
580
+ "search-twotone": {
581
+ "body": "<g stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"><path d=\"M10.5 13.5L3 21\" fill=\"none\" stroke-dasharray=\"16\" stroke-dashoffset=\"16\"><animate attributeName=\"stroke-dashoffset\" values=\"16;0\" begin=\"0.4s\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M10.7574 13.2426C8.41421 10.8995 8.41421 7.10051 10.7574 4.75736C13.1005 2.41421 16.8995 2.41421 19.2426 4.75736C21.5858 7.10051 21.5858 10.8995 19.2426 13.2426C16.8995 15.5858 13.1005 15.5858 10.7574 13.2426Z\" fill=\"currentColor\" fill-opacity=\"0\" stroke-dasharray=\"40\" stroke-dashoffset=\"40\"><animate attributeName=\"stroke-dashoffset\" values=\"40;0\" dur=\"0.4s\" fill=\"freeze\"/><animate attributeName=\"fill-opacity\" values=\"0;0.3\" begin=\"0.6s\" dur=\"0.15s\" fill=\"freeze\"/></path></g>"
582
+ },
583
+ "thumbs-down": {
584
+ "body": "<path d=\"M7 4H18L21 11V14H14L15 20L12 21L7 13H3V4H7V13\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"80\" stroke-dashoffset=\"80\"><animate attributeName=\"stroke-dashoffset\" values=\"80;0\" dur=\"0.8s\" fill=\"freeze\"/></path>"
585
+ },
586
+ "thumbs-down-twotone": {
587
+ "body": "<path d=\"M3 4H7V13H3V4Z\" fill=\"currentColor\" fill-opacity=\"0\"><animate attributeName=\"fill-opacity\" values=\"0;0.3\" begin=\"0.8s\" dur=\"0.15s\" fill=\"freeze\"/></path><path d=\"M7 4H18L21 11V14H14L15 20L12 21L7 13H3V4H7V13\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"80\" stroke-dashoffset=\"80\"><animate attributeName=\"stroke-dashoffset\" values=\"80;0\" dur=\"0.8s\" fill=\"freeze\"/></path>"
588
+ },
589
+ "thumbs-up": {
590
+ "body": "<path d=\"M7 11L12 3L15 4L14 10H21V13L18 20H7H3V11H7V20\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"80\" stroke-dashoffset=\"80\"><animate attributeName=\"stroke-dashoffset\" values=\"80;0\" dur=\"0.8s\" fill=\"freeze\"/></path>"
591
+ },
592
+ "thumbs-up-twotone": {
593
+ "body": "<path d=\"M7 11V20H3V11H7Z\" fill=\"currentColor\" fill-opacity=\"0\"><animate attributeName=\"fill-opacity\" values=\"0;0.3\" begin=\"0.8s\" dur=\"0.15s\" fill=\"freeze\"/></path><path d=\"M7 11L12 3L15 4L14 10H21V13L18 20H7H3V11H7V20\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"80\" stroke-dashoffset=\"80\"><animate attributeName=\"stroke-dashoffset\" values=\"80;0\" dur=\"0.8s\" fill=\"freeze\"/></path>"
594
+ },
595
+ "twitter": {
596
+ "body": "<path d=\"M19.8906 7.34375C19.7969 7.67188 19.4001 8.50548 18.7219 9.29669C18.2698 17.9717 9.84907 20.7974 4.08456 17.8869C3.29335 16.8414 6.93856 17.2653 8.26666 15.259C3.23684 12.6876 3.63244 5.82103 4.64971 6.1036C7.02333 9.29669 10.8381 9.57926 11.4597 9.29669C11.4597 8.562 11.1489 6.97958 12.8726 5.65148C13.8616 4.94505 15.9297 4.3125 17.8047 6.34375C18.125 6.55469 18.5859 6.64844 19.2734 6.49219C19.6797 6.28125 20.2262 6.427 19.9453 7.15625\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"62\" stroke-dashoffset=\"62\"><animate attributeName=\"stroke-dashoffset\" values=\"62;0\" dur=\"0.6s\" fill=\"freeze\"/></path>"
597
+ },
598
+ "twitter-twotone": {
599
+ "body": "<path d=\"M19.8906 7.34375C19.7969 7.67188 19.4001 8.50548 18.7219 9.29669C18.2698 17.9717 9.84907 20.7974 4.08456 17.8869C3.29335 16.8414 6.93856 17.2653 8.26666 15.259C3.23684 12.6876 3.63244 5.82103 4.64971 6.1036C7.02333 9.29669 10.8381 9.57926 11.4597 9.29669C11.4597 8.562 11.1489 6.97958 12.8726 5.65148C13.8616 4.94505 15.9297 4.3125 17.8047 6.34375C18.125 6.55469 18.5859 6.64844 19.2734 6.49219C19.6797 6.28125 20.2262 6.427 19.9453 7.15625\" fill=\"currentColor\" fill-opacity=\"0\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"62\" stroke-dashoffset=\"62\"><animate attributeName=\"stroke-dashoffset\" values=\"62;0\" dur=\"0.6s\" fill=\"freeze\"/><animate attributeName=\"fill-opacity\" values=\"0;0.3\" begin=\"0.6s\" dur=\"0.15s\" fill=\"freeze\"/></path>"
600
+ },
601
+ "valign-baseline": {
602
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M2.5 18.5H21.5M2.5 11.5H21.5\" stroke-dasharray=\"20\" stroke-dashoffset=\"20\"><animate attributeName=\"stroke-dashoffset\" values=\"20;0\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M12.75 6H18V18H6V6H12.75Z\" stroke-width=\"2\" stroke-dasharray=\"50\" stroke-dashoffset=\"50\"><animate attributeName=\"stroke-dashoffset\" values=\"50;0\" begin=\"0.3s\" dur=\"0.4s\" fill=\"freeze\"/></path></g>"
603
+ },
604
+ "valign-baseline-twotone": {
605
+ "body": "<g stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M2.5 18.5H21.5M2.5 11.5H21.5\" fill=\"none\" stroke-dasharray=\"20\" stroke-dashoffset=\"20\"><animate attributeName=\"stroke-dashoffset\" values=\"20;0\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M12.75 6H18V18H6V6H12.75Z\" fill=\"currentColor\" fill-opacity=\"0\" stroke-width=\"2\" stroke-dasharray=\"50\" stroke-dashoffset=\"50\"><animate attributeName=\"stroke-dashoffset\" values=\"50;0\" begin=\"0.3s\" dur=\"0.4s\" fill=\"freeze\"/><animate attributeName=\"fill-opacity\" values=\"0;0.3\" begin=\"0.7s\" dur=\"0.15s\" fill=\"freeze\"/></path></g>"
606
+ },
607
+ "valign-bottom": {
608
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M2.5 15.5H21.5M2.5 8.5H21.5\" stroke-dasharray=\"20\" stroke-dashoffset=\"20\"><animate attributeName=\"stroke-dashoffset\" values=\"20;0\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M12.75 9H18V21H6V9H12.75Z\" stroke-width=\"2\" stroke-dasharray=\"50\" stroke-dashoffset=\"50\"><animate attributeName=\"stroke-dashoffset\" values=\"50;0\" begin=\"0.3s\" dur=\"0.4s\" fill=\"freeze\"/></path></g>"
609
+ },
610
+ "valign-bottom-twotone": {
611
+ "body": "<g stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M2.5 15.5H21.5M2.5 8.5H21.5\" fill=\"none\" stroke-dasharray=\"20\" stroke-dashoffset=\"20\"><animate attributeName=\"stroke-dashoffset\" values=\"20;0\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M12.75 9H18V21H6V9H12.75Z\" fill=\"currentColor\" fill-opacity=\"0\" stroke-width=\"2\" stroke-dasharray=\"50\" stroke-dashoffset=\"50\"><animate attributeName=\"stroke-dashoffset\" values=\"50;0\" begin=\"0.3s\" dur=\"0.4s\" fill=\"freeze\"/><animate attributeName=\"fill-opacity\" values=\"0;0.3\" begin=\"0.7s\" dur=\"0.15s\" fill=\"freeze\"/></path></g>"
612
+ },
613
+ "valign-middle": {
614
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M2.5 15.5H21.5M2.5 8.5H21.5\" stroke-dasharray=\"20\" stroke-dashoffset=\"20\"><animate attributeName=\"stroke-dashoffset\" values=\"20;0\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M12.75 6H18V18H6V6H12.75Z\" stroke-width=\"2\" stroke-dasharray=\"50\" stroke-dashoffset=\"50\"><animate attributeName=\"stroke-dashoffset\" values=\"50;0\" begin=\"0.3s\" dur=\"0.4s\" fill=\"freeze\"/></path></g>"
615
+ },
616
+ "valign-middle-twotone": {
617
+ "body": "<g stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M2.5 15.5H21.5M2.5 8.5H21.5\" fill=\"none\" stroke-dasharray=\"20\" stroke-dashoffset=\"20\"><animate attributeName=\"stroke-dashoffset\" values=\"20;0\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M12.75 6H18V18H6V6H12.75Z\" fill=\"currentColor\" fill-opacity=\"0\" stroke-width=\"2\" stroke-dasharray=\"50\" stroke-dashoffset=\"50\"><animate attributeName=\"stroke-dashoffset\" values=\"50;0\" begin=\"0.3s\" dur=\"0.4s\" fill=\"freeze\"/><animate attributeName=\"fill-opacity\" values=\"0;0.3\" begin=\"0.7s\" dur=\"0.15s\" fill=\"freeze\"/></path></g>"
618
+ },
619
+ "valign-top": {
620
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M2.5 15.5H21.5M2.5 8.5H21.5\" stroke-dasharray=\"20\" stroke-dashoffset=\"20\"><animate attributeName=\"stroke-dashoffset\" values=\"20;0\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M12.75 3H18V15H6V3H12.75Z\" stroke-width=\"2\" stroke-dasharray=\"50\" stroke-dashoffset=\"50\"><animate attributeName=\"stroke-dashoffset\" values=\"50;0\" begin=\"0.3s\" dur=\"0.4s\" fill=\"freeze\"/></path></g>"
621
+ },
622
+ "valign-top-twotone": {
623
+ "body": "<g stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M2.5 15.5H21.5M2.5 8.5H21.5\" fill=\"none\" stroke-dasharray=\"20\" stroke-dashoffset=\"20\"><animate attributeName=\"stroke-dashoffset\" values=\"20;0\" dur=\"0.2s\" fill=\"freeze\"/></path><path d=\"M12.75 3H18V15H6V3H12.75Z\" fill=\"currentColor\" fill-opacity=\"0\" stroke-width=\"2\" stroke-dasharray=\"50\" stroke-dashoffset=\"50\"><animate attributeName=\"stroke-dashoffset\" values=\"50;0\" begin=\"0.3s\" dur=\"0.4s\" fill=\"freeze\"/><animate attributeName=\"fill-opacity\" values=\"0;0.3\" begin=\"0.7s\" dur=\"0.15s\" fill=\"freeze\"/></path></g>"
549
624
  }
550
625
  },
551
626
  "aliases": {
552
- "arrow-right": {
553
- "parent": "arrow-left",
627
+ "align-right": {
628
+ "parent": "align-left",
554
629
  "hFlip": true
555
630
  },
556
- "arrow-down": {
557
- "parent": "arrow-left",
631
+ "arrow-align-bottom": {
632
+ "parent": "arrow-align-left",
558
633
  "rotate": 3
559
634
  },
560
- "arrow-up": {
561
- "parent": "arrow-left",
562
- "rotate": 3,
635
+ "arrow-align-middle": {
636
+ "parent": "arrow-align-center",
637
+ "rotate": 3
638
+ },
639
+ "arrow-align-right": {
640
+ "parent": "arrow-align-left",
563
641
  "hFlip": true
564
642
  },
565
- "arrow-small-right": {
566
- "parent": "arrow-small-left",
643
+ "arrow-align-top": {
644
+ "parent": "arrow-align-left",
645
+ "rotate": 3,
567
646
  "hFlip": true
568
647
  },
569
- "arrow-small-down": {
570
- "parent": "arrow-small-left",
648
+ "arrow-close-down": {
649
+ "parent": "arrow-close-left",
571
650
  "rotate": 3
572
651
  },
573
- "arrow-small-up": {
574
- "parent": "arrow-small-left",
575
- "rotate": 3,
652
+ "arrow-close-right": {
653
+ "parent": "arrow-close-left",
576
654
  "hFlip": true
577
655
  },
578
- "arrow-right-circle": {
579
- "parent": "arrow-left-circle",
656
+ "arrow-close-up": {
657
+ "parent": "arrow-close-left",
658
+ "rotate": 3,
580
659
  "hFlip": true
581
660
  },
582
- "arrow-down-circle": {
583
- "parent": "arrow-left-circle",
661
+ "arrow-down": {
662
+ "parent": "arrow-left",
584
663
  "rotate": 3
585
664
  },
586
- "arrow-up-circle": {
665
+ "arrow-down-circle": {
587
666
  "parent": "arrow-left-circle",
588
- "rotate": 3,
589
- "hFlip": true
667
+ "rotate": 3
590
668
  },
591
- "arrow-right-circle-twotone": {
669
+ "arrow-down-circle-twotone": {
592
670
  "parent": "arrow-left-circle-twotone",
671
+ "rotate": 3
672
+ },
673
+ "arrow-long-diagonal-rotated": {
674
+ "parent": "arrow-long-diagonal",
593
675
  "hFlip": true
594
676
  },
595
- "arrow-down-circle-twotone": {
596
- "parent": "arrow-left-circle-twotone",
677
+ "arrow-open-down": {
678
+ "parent": "arrow-open-left",
597
679
  "rotate": 3
598
680
  },
599
- "arrow-up-circle-twotone": {
600
- "parent": "arrow-left-circle-twotone",
601
- "rotate": 3,
681
+ "arrow-open-right": {
682
+ "parent": "arrow-open-left",
602
683
  "hFlip": true
603
684
  },
604
- "chevron-right": {
605
- "parent": "chevron-left",
685
+ "arrow-open-up": {
686
+ "parent": "arrow-open-left",
687
+ "rotate": 3,
606
688
  "hFlip": true
607
689
  },
608
- "chevron-down": {
609
- "parent": "chevron-left",
610
- "rotate": 3
690
+ "arrow-right": {
691
+ "parent": "arrow-left",
692
+ "hFlip": true
611
693
  },
612
- "chevron-up": {
613
- "parent": "chevron-left",
614
- "rotate": 3,
694
+ "arrow-right-circle": {
695
+ "parent": "arrow-left-circle",
615
696
  "hFlip": true
616
697
  },
617
- "chevron-right-circle": {
618
- "parent": "chevron-left-circle",
698
+ "arrow-right-circle-twotone": {
699
+ "parent": "arrow-left-circle-twotone",
619
700
  "hFlip": true
620
701
  },
621
- "chevron-down-circle": {
622
- "parent": "chevron-left-circle",
702
+ "arrow-small-down": {
703
+ "parent": "arrow-small-left",
623
704
  "rotate": 3
624
705
  },
625
- "chevron-up-circle": {
626
- "parent": "chevron-left-circle",
706
+ "arrow-small-right": {
707
+ "parent": "arrow-small-left",
708
+ "hFlip": true
709
+ },
710
+ "arrow-small-up": {
711
+ "parent": "arrow-small-left",
627
712
  "rotate": 3,
628
713
  "hFlip": true
629
714
  },
630
- "chevron-right-circle-twotone": {
631
- "parent": "chevron-left-circle-twotone",
715
+ "arrow-up": {
716
+ "parent": "arrow-left",
717
+ "rotate": 3,
632
718
  "hFlip": true
633
719
  },
634
- "chevron-down-circle-twotone": {
635
- "parent": "chevron-left-circle-twotone",
636
- "rotate": 3
720
+ "arrow-up-circle": {
721
+ "parent": "arrow-left-circle",
722
+ "rotate": 3,
723
+ "hFlip": true
637
724
  },
638
- "chevron-up-circle-twotone": {
639
- "parent": "chevron-left-circle-twotone",
725
+ "arrow-up-circle-twotone": {
726
+ "parent": "arrow-left-circle-twotone",
640
727
  "rotate": 3,
641
728
  "hFlip": true
642
729
  },
643
- "chevron-double-right": {
644
- "parent": "chevron-double-left",
730
+ "arrows-diagonal-rotated": {
731
+ "parent": "arrows-diagonal",
645
732
  "hFlip": true
646
733
  },
734
+ "arrows-vertical": {
735
+ "parent": "arrows-horizontal",
736
+ "rotate": 1
737
+ },
738
+ "arrows-vertical-alt": {
739
+ "parent": "arrows-horizontal-alt",
740
+ "rotate": 1
741
+ },
647
742
  "chevron-double-down": {
648
743
  "parent": "chevron-double-left",
649
744
  "rotate": 3
650
745
  },
651
- "chevron-double-up": {
746
+ "chevron-double-right": {
652
747
  "parent": "chevron-double-left",
653
- "rotate": 3,
654
748
  "hFlip": true
655
749
  },
656
- "chevron-triple-right": {
657
- "parent": "chevron-triple-left",
750
+ "chevron-double-up": {
751
+ "parent": "chevron-double-left",
752
+ "rotate": 3,
658
753
  "hFlip": true
659
754
  },
660
- "chevron-triple-down": {
661
- "parent": "chevron-triple-left",
755
+ "chevron-down": {
756
+ "parent": "chevron-left",
662
757
  "rotate": 3
663
758
  },
664
- "chevron-triple-up": {
665
- "parent": "chevron-triple-left",
666
- "rotate": 3,
667
- "hFlip": true
759
+ "chevron-down-circle": {
760
+ "parent": "chevron-left-circle",
761
+ "rotate": 3
668
762
  },
669
- "chevron-small-right": {
670
- "parent": "chevron-small-left",
671
- "hFlip": true
672
- },
673
- "chevron-small-down": {
674
- "parent": "chevron-small-left",
763
+ "chevron-down-circle-twotone": {
764
+ "parent": "chevron-left-circle-twotone",
675
765
  "rotate": 3
676
766
  },
677
- "chevron-small-up": {
678
- "parent": "chevron-small-left",
679
- "rotate": 3,
767
+ "chevron-right": {
768
+ "parent": "chevron-left",
680
769
  "hFlip": true
681
770
  },
682
- "chevron-small-double-right": {
683
- "parent": "chevron-small-double-left",
771
+ "chevron-right-circle": {
772
+ "parent": "chevron-left-circle",
773
+ "hFlip": true
774
+ },
775
+ "chevron-right-circle-twotone": {
776
+ "parent": "chevron-left-circle-twotone",
684
777
  "hFlip": true
685
778
  },
686
779
  "chevron-small-double-down": {
687
780
  "parent": "chevron-small-double-left",
688
781
  "rotate": 3
689
782
  },
783
+ "chevron-small-double-right": {
784
+ "parent": "chevron-small-double-left",
785
+ "hFlip": true
786
+ },
690
787
  "chevron-small-double-up": {
691
788
  "parent": "chevron-small-double-left",
692
789
  "rotate": 3,
693
790
  "hFlip": true
694
791
  },
695
- "chevron-small-triple-right": {
696
- "parent": "chevron-small-triple-left",
792
+ "chevron-small-down": {
793
+ "parent": "chevron-small-left",
794
+ "rotate": 3
795
+ },
796
+ "chevron-small-right": {
797
+ "parent": "chevron-small-left",
697
798
  "hFlip": true
698
799
  },
699
800
  "chevron-small-triple-down": {
700
801
  "parent": "chevron-small-triple-left",
701
802
  "rotate": 3
702
803
  },
703
- "chevron-small-triple-up": {
804
+ "chevron-small-triple-right": {
704
805
  "parent": "chevron-small-triple-left",
705
- "rotate": 3,
706
- "hFlip": true
707
- },
708
- "arrow-open-right": {
709
- "parent": "arrow-open-left",
710
806
  "hFlip": true
711
807
  },
712
- "arrow-open-down": {
713
- "parent": "arrow-open-left",
714
- "rotate": 3
715
- },
716
- "arrow-open-up": {
717
- "parent": "arrow-open-left",
808
+ "chevron-small-triple-up": {
809
+ "parent": "chevron-small-triple-left",
718
810
  "rotate": 3,
719
811
  "hFlip": true
720
812
  },
721
- "arrow-close-right": {
722
- "parent": "arrow-close-left",
723
- "hFlip": true
724
- },
725
- "arrow-close-down": {
726
- "parent": "arrow-close-left",
727
- "rotate": 3
728
- },
729
- "arrow-close-up": {
730
- "parent": "arrow-close-left",
813
+ "chevron-small-up": {
814
+ "parent": "chevron-small-left",
731
815
  "rotate": 3,
732
816
  "hFlip": true
733
817
  },
734
- "arrows-vertical": {
735
- "parent": "arrows-horizontal",
736
- "rotate": 1
737
- },
738
- "arrows-vertical-alt": {
739
- "parent": "arrows-horizontal-alt",
740
- "rotate": 1
741
- },
742
- "double-arrow-vertical": {
743
- "parent": "double-arrow-horizontal",
744
- "rotate": 1
745
- },
746
- "navigation-left-down": {
747
- "parent": "navigation-left-up",
748
- "vFlip": true
749
- },
750
- "navigation-right-up": {
751
- "parent": "navigation-left-up",
752
- "hFlip": true
753
- },
754
- "navigation-right-down": {
755
- "parent": "navigation-left-up",
756
- "rotate": 2
757
- },
758
- "arrows-diagonal-rotated": {
759
- "parent": "arrows-diagonal",
760
- "hFlip": true
818
+ "chevron-triple-down": {
819
+ "parent": "chevron-triple-left",
820
+ "rotate": 3
761
821
  },
762
- "arrow-long-diagonal-rotated": {
763
- "parent": "arrow-long-diagonal",
822
+ "chevron-triple-right": {
823
+ "parent": "chevron-triple-left",
764
824
  "hFlip": true
765
825
  },
766
- "align-right": {
767
- "parent": "align-left",
826
+ "chevron-triple-up": {
827
+ "parent": "chevron-triple-left",
828
+ "rotate": 3,
768
829
  "hFlip": true
769
830
  },
770
- "arrow-align-right": {
771
- "parent": "arrow-align-left",
831
+ "chevron-up": {
832
+ "parent": "chevron-left",
833
+ "rotate": 3,
772
834
  "hFlip": true
773
835
  },
774
- "arrow-align-bottom": {
775
- "parent": "arrow-align-left",
776
- "rotate": 3
777
- },
778
- "arrow-align-top": {
779
- "parent": "arrow-align-left",
836
+ "chevron-up-circle": {
837
+ "parent": "chevron-left-circle",
780
838
  "rotate": 3,
781
839
  "hFlip": true
782
840
  },
783
- "arrow-align-middle": {
784
- "parent": "arrow-align-center",
785
- "rotate": 3
786
- },
787
- "menu-unfold-right": {
788
- "parent": "menu-unfold-left",
841
+ "chevron-up-circle-twotone": {
842
+ "parent": "chevron-left-circle-twotone",
843
+ "rotate": 3,
789
844
  "hFlip": true
790
845
  },
791
- "menu-fold-right": {
792
- "parent": "menu-fold-left",
793
- "hFlip": true
846
+ "double-arrow-vertical": {
847
+ "parent": "double-arrow-horizontal",
848
+ "rotate": 1
794
849
  }
795
850
  },
796
851
  "categories": {
852
+ "Account": [
853
+ "account",
854
+ "account-add",
855
+ "account-alert",
856
+ "account-delete",
857
+ "account-remove",
858
+ "account-small"
859
+ ],
860
+ "Alerts": [
861
+ "alert",
862
+ "alert-circle",
863
+ "alert-circle-twotone",
864
+ "alert-twotone",
865
+ "bell",
866
+ "bell-twotone",
867
+ "question",
868
+ "question-circle",
869
+ "question-circle-twotone"
870
+ ],
797
871
  "Arrows": [
872
+ "arrow-close-left",
798
873
  "arrow-left",
799
- "arrow-right",
800
- "arrow-down",
801
- "arrow-up",
802
- "arrow-small-left",
803
- "arrow-small-right",
804
- "arrow-small-down",
805
- "arrow-small-up",
806
874
  "arrow-left-circle",
807
- "arrow-right-circle",
808
- "arrow-down-circle",
809
- "arrow-up-circle",
810
875
  "arrow-left-circle-twotone",
811
- "arrow-right-circle-twotone",
812
- "arrow-down-circle-twotone",
813
- "arrow-up-circle-twotone",
876
+ "arrow-long-diagonal",
877
+ "arrow-open-left",
878
+ "arrow-small-left",
879
+ "arrows-diagonal",
880
+ "arrows-horizontal",
881
+ "arrows-horizontal-alt",
882
+ "chevron-double-left",
814
883
  "chevron-left",
815
- "chevron-right",
816
- "chevron-down",
817
- "chevron-up",
818
884
  "chevron-left-circle",
819
- "chevron-right-circle",
820
- "chevron-down-circle",
821
- "chevron-up-circle",
822
885
  "chevron-left-circle-twotone",
823
- "chevron-right-circle-twotone",
824
- "chevron-down-circle-twotone",
825
- "chevron-up-circle-twotone",
826
- "chevron-double-left",
827
- "chevron-double-right",
828
- "chevron-double-down",
829
- "chevron-double-up",
830
- "chevron-triple-left",
831
- "chevron-triple-right",
832
- "chevron-triple-down",
833
- "chevron-triple-up",
834
- "chevron-small-left",
835
- "chevron-small-right",
836
- "chevron-small-down",
837
- "chevron-small-up",
838
886
  "chevron-small-double-left",
839
- "chevron-small-double-right",
840
- "chevron-small-double-down",
841
- "chevron-small-double-up",
887
+ "chevron-small-left",
842
888
  "chevron-small-triple-left",
843
- "chevron-small-triple-right",
844
- "chevron-small-triple-down",
845
- "chevron-small-triple-up",
846
- "arrow-open-left",
847
- "arrow-open-right",
848
- "arrow-open-down",
849
- "arrow-open-up",
850
- "arrow-close-left",
851
- "arrow-close-right",
852
- "arrow-close-down",
853
- "arrow-close-up",
854
- "arrows-horizontal",
855
- "arrows-vertical",
856
- "arrows-horizontal-alt",
857
- "arrows-vertical-alt",
889
+ "chevron-triple-left",
858
890
  "double-arrow-horizontal",
859
- "double-arrow-vertical",
860
- "navigation-left-up",
861
891
  "navigation-left-down",
862
- "navigation-right-up",
892
+ "navigation-left-up",
863
893
  "navigation-right-down",
864
- "arrows-diagonal",
865
- "arrows-diagonal-rotated",
866
- "arrow-long-diagonal",
867
- "arrow-long-diagonal-rotated"
868
- ],
869
- "Alerts": [
870
- "alert",
871
- "alert-twotone",
872
- "alert-circle",
873
- "alert-circle-twotone",
874
- "question",
875
- "question-circle",
876
- "question-circle-twotone",
877
- "bell",
878
- "bell-twotone"
894
+ "navigation-right-up"
879
895
  ],
880
896
  "Editing": [
881
- "grid-3",
882
- "grid-3-twotone",
883
- "grid-3-solid",
884
- "list-3",
885
- "list-3-twotone",
886
- "list-3-solid",
887
- "list",
888
- "list-indented",
889
- "paint-drop",
890
- "paint-drop-half-filled",
891
- "paint-drop-half-twotone",
892
- "paint-drop-half-filled-twotone",
893
- "paint-drop-filled",
894
- "paint-drop-twotone",
895
- "rotate-270",
896
- "rotate-180",
897
- "rotate-90",
898
897
  "align-center",
899
898
  "align-justify",
900
899
  "align-left",
901
- "align-right",
902
- "arrow-align-left",
903
- "arrow-align-right",
904
- "arrow-align-bottom",
905
- "arrow-align-top",
906
900
  "arrow-align-center",
907
- "arrow-align-middle",
908
- "edit",
909
- "edit-twotone",
910
- "edit-twotone-full",
911
- "pencil",
912
- "pencil-twotone",
913
- "pencil-twotone-alt",
914
- "marker",
915
- "marker-twotone",
916
- "marker-filled",
901
+ "arrow-align-left",
902
+ "check-list-3",
903
+ "check-list-3-solid",
904
+ "check-list-3-twotone",
917
905
  "clipboard",
918
- "clipboard-twotone",
906
+ "clipboard-arrow",
907
+ "clipboard-arrow-twotone",
919
908
  "clipboard-check",
920
909
  "clipboard-check-twotone",
921
- "clipboard-plus",
922
- "clipboard-plus-twotone",
923
- "clipboard-minus",
924
- "clipboard-minus-twotone",
925
910
  "clipboard-list",
926
911
  "clipboard-list-twotone",
927
- "clipboard-arrow",
928
- "clipboard-arrow-twotone",
912
+ "clipboard-minus",
913
+ "clipboard-minus-twotone",
914
+ "clipboard-plus",
915
+ "clipboard-plus-twotone",
916
+ "clipboard-twotone",
929
917
  "document",
930
- "document-twotone",
931
918
  "document-add",
932
919
  "document-add-twotone",
933
- "document-remove",
934
- "document-remove-twotone",
935
- "document-list",
936
- "document-list-twotone",
937
920
  "document-code",
938
921
  "document-code-twotone",
922
+ "document-list",
923
+ "document-list-twotone",
924
+ "document-remove",
925
+ "document-remove-twotone",
939
926
  "document-report",
940
927
  "document-report-twotone",
928
+ "document-twotone",
929
+ "edit",
930
+ "edit-twotone",
931
+ "edit-twotone-full",
932
+ "grid-3",
933
+ "grid-3-solid",
934
+ "grid-3-twotone",
941
935
  "image",
942
- "image-twotone"
936
+ "image-twotone",
937
+ "list",
938
+ "list-3",
939
+ "list-3-solid",
940
+ "list-3-twotone",
941
+ "list-indented",
942
+ "marker",
943
+ "marker-filled",
944
+ "marker-twotone",
945
+ "paint-drop",
946
+ "paint-drop-filled",
947
+ "paint-drop-half-filled",
948
+ "paint-drop-half-filled-twotone",
949
+ "paint-drop-half-twotone",
950
+ "paint-drop-twotone",
951
+ "pencil",
952
+ "pencil-twotone",
953
+ "pencil-twotone-alt",
954
+ "rotate-180",
955
+ "rotate-270",
956
+ "rotate-90",
957
+ "valign-baseline",
958
+ "valign-baseline-twotone",
959
+ "valign-bottom",
960
+ "valign-bottom-twotone",
961
+ "valign-middle",
962
+ "valign-middle-twotone",
963
+ "valign-top",
964
+ "valign-top-twotone"
965
+ ],
966
+ "Emoji": [
967
+ "emoji-angry",
968
+ "emoji-angry-twotone",
969
+ "emoji-frown",
970
+ "emoji-frown-open",
971
+ "emoji-frown-open-twotone",
972
+ "emoji-frown-twotone",
973
+ "emoji-grin",
974
+ "emoji-grin-twotone",
975
+ "emoji-neutral",
976
+ "emoji-neutral-twotone",
977
+ "emoji-smile",
978
+ "emoji-smile-twotone",
979
+ "emoji-smile-wink",
980
+ "emoji-smile-wink-twotone"
943
981
  ],
944
982
  "Interface": [
945
- "search",
946
- "search-twotone",
947
- "search-filled",
948
- "remove",
983
+ "cancel",
984
+ "cancel-twotone",
985
+ "circle",
986
+ "circle-twotone",
949
987
  "close",
950
988
  "close-circle",
951
989
  "close-circle-twotone",
952
990
  "confirm",
953
991
  "confirm-circle",
954
992
  "confirm-circle-twotone",
955
- "plus",
956
- "plus-circle",
957
- "plus-circle-twotone",
993
+ "construction",
994
+ "construction-twotone",
958
995
  "minus",
959
996
  "minus-circle",
960
997
  "minus-circle-twotone",
961
- "circle",
962
- "circle-twotone",
963
- "cancel",
964
- "cancel-twotone",
965
- "construction",
966
- "construction-twotone"
998
+ "plus",
999
+ "plus-circle",
1000
+ "plus-circle-twotone",
1001
+ "remove",
1002
+ "search",
1003
+ "search-filled",
1004
+ "search-twotone"
967
1005
  ],
968
1006
  "Navigation": [
1007
+ "calendar",
1008
+ "calendar-out",
1009
+ "external-link",
1010
+ "external-link-rounded",
1011
+ "hash",
1012
+ "hash-small",
1013
+ "home",
969
1014
  "home-md",
970
1015
  "home-md-twotone",
971
1016
  "home-md-twotone-alt",
972
- "home",
973
- "home-twotone",
974
- "home-twotone-alt",
975
1017
  "home-simple",
976
- "home-simple-twotone",
977
1018
  "home-simple-filled",
978
- "external-link",
979
- "external-link-rounded",
980
- "hash",
981
- "hash-small",
982
- "menu-unfold-left",
983
- "menu-unfold-right",
1019
+ "home-simple-twotone",
1020
+ "home-twotone",
1021
+ "home-twotone-alt",
1022
+ "menu",
984
1023
  "menu-fold-left",
985
1024
  "menu-fold-right",
986
- "menu"
987
- ],
988
- "Emoji": [
989
- "emoji-smile",
990
- "emoji-smile-twotone",
991
- "emoji-grin",
992
- "emoji-grin-twotone",
993
- "emoji-smile-wink",
994
- "emoji-smile-wink-twotone",
995
- "emoji-neutral",
996
- "emoji-neutral-twotone",
997
- "emoji-frown",
998
- "emoji-frown-twotone",
999
- "emoji-frown-open",
1000
- "emoji-frown-open-twotone",
1001
- "emoji-angry",
1002
- "emoji-angry-twotone"
1025
+ "menu-unfold-left",
1026
+ "menu-unfold-right"
1003
1027
  ],
1004
1028
  "Social": [
1005
- "linkedin",
1006
- "twitter",
1007
- "twitter-twotone",
1029
+ "discord",
1030
+ "discord-twotone",
1031
+ "email",
1032
+ "email-opened",
1033
+ "email-opened-twotone",
1034
+ "email-opened-twotone-alt",
1035
+ "email-twotone",
1036
+ "email-twotone-alt",
1008
1037
  "facebook",
1009
1038
  "github",
1039
+ "github-loop",
1010
1040
  "github-twotone",
1011
1041
  "heart",
1012
- "heart-twotone",
1013
- "heart-twotone-half",
1014
1042
  "heart-filled",
1015
1043
  "heart-filled-half",
1016
- "heart-twotone-half-filled",
1017
1044
  "heart-half",
1018
- "heart-half-twotone",
1019
1045
  "heart-half-filled",
1020
- "thumbs-up",
1021
- "thumbs-up-twotone",
1046
+ "heart-half-twotone",
1047
+ "heart-twotone",
1048
+ "heart-twotone-half",
1049
+ "heart-twotone-half-filled",
1050
+ "iconify1",
1051
+ "linkedin",
1022
1052
  "thumbs-down",
1023
1053
  "thumbs-down-twotone",
1024
- "iconify1",
1025
- "iconify2",
1026
- "email",
1027
- "email-twotone",
1028
- "email-twotone-alt",
1029
- "email-opened",
1030
- "email-opened-twotone",
1031
- "email-opened-twotone-alt"
1054
+ "thumbs-up",
1055
+ "thumbs-up-twotone",
1056
+ "twitter",
1057
+ "twitter-twotone"
1032
1058
  ],
1033
1059
  "Technology": [
1034
1060
  "cloud",
1035
- "cloud-twotone",
1036
- "cloud-filled",
1037
1061
  "cloud-down",
1038
1062
  "cloud-down-twotone",
1063
+ "cloud-filled",
1064
+ "cloud-twotone",
1039
1065
  "cloud-up",
1040
1066
  "cloud-up-twotone",
1041
1067
  "computer",
1042
1068
  "computer-twotone",
1043
1069
  "laptop",
1044
1070
  "laptop-twotone"
1045
- ],
1046
- "Account": [
1047
- "account",
1048
- "account-small",
1049
- "account-add",
1050
- "account-remove",
1051
- "account-delete",
1052
- "account-alert"
1053
1071
  ]
1054
1072
  },
1055
1073
  "width": 24,