@worldcoin/nucleus 0.1.4 → 0.1.5

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 (1836) hide show
  1. package/index.d.ts +574 -0
  2. package/nucleus-button.json +185 -0
  3. package/nucleus-fonts.css +107 -0
  4. package/nucleus-fonts.json +149 -0
  5. package/nucleus-icons.json +1680 -0
  6. package/nucleus-primitive-colors.css +54 -0
  7. package/nucleus-primitive-colors.json +54 -0
  8. package/nucleus-semantic-colors-dark.css +51 -0
  9. package/nucleus-semantic-colors-dark.json +51 -0
  10. package/nucleus-semantic-colors-light.css +51 -0
  11. package/nucleus-semantic-colors-light.json +51 -0
  12. package/package.json +17 -21
  13. package/token-paths.d.ts +578 -0
  14. package/token-paths.js +574 -0
  15. package/.github/pull_request_template.md +0 -2
  16. package/.github/workflows/check-labels.yml +0 -53
  17. package/.github/workflows/prepare-release.yml +0 -165
  18. package/.github/workflows/publish-release.yml +0 -174
  19. package/.github/workflows/relyance-sci.yml +0 -24
  20. package/.github/workflows/verify.yml +0 -58
  21. package/CHANGELOG.md +0 -34
  22. package/Package.swift +0 -66
  23. package/README.md +0 -281
  24. package/VERSION +0 -1
  25. package/android/.editorconfig +0 -19
  26. package/android/Makefile +0 -7
  27. package/android/build.gradle.kts +0 -30
  28. package/android/gradle/libs.versions.toml +0 -28
  29. package/android/gradle/wrapper/gradle-wrapper.jar +0 -0
  30. package/android/gradle/wrapper/gradle-wrapper.properties +0 -9
  31. package/android/gradle.properties +0 -3
  32. package/android/gradlew +0 -251
  33. package/android/gradlew.bat +0 -94
  34. package/android/nucleus/build.gradle.kts +0 -87
  35. package/android/nucleus/src/main/AndroidManifest.xml +0 -2
  36. package/android/nucleus/src/main/java/com/worldcoin/nucleus/components/card/NucleusCard.kt +0 -180
  37. package/android/nucleus/src/main/java/com/worldcoin/nucleus/components/card/NucleusCardAspectRatio.kt +0 -12
  38. package/android/nucleus/src/main/java/com/worldcoin/nucleus/components/card/NucleusCardSize.kt +0 -10
  39. package/android/nucleus/src/main/java/com/worldcoin/nucleus/components/card/NucleusCardTextPlacement.kt +0 -9
  40. package/android/nucleus/src/main/java/com/worldcoin/nucleus/components/card/NucleusCardTheme.kt +0 -74
  41. package/android/nucleus/src/main/java/com/worldcoin/nucleus/components/card/NucleusCardWithFloatingInfoView.kt +0 -146
  42. package/android/nucleus/src/main/java/com/worldcoin/nucleus/components/card/NucleusCardWithNonFloatingInfoView.kt +0 -98
  43. package/android/nucleus/src/main/java/com/worldcoin/nucleus/components/utils/ComponentUtils.kt +0 -11
  44. package/android/nucleus/src/main/java/com/worldcoin/nucleus/tokens/NucleusButtons.kt +0 -354
  45. package/android/nucleus/src/main/java/com/worldcoin/nucleus/tokens/NucleusFonts.kt +0 -177
  46. package/android/nucleus/src/main/java/com/worldcoin/nucleus/tokens/NucleusIcon.kt +0 -1040
  47. package/android/nucleus/src/main/java/com/worldcoin/nucleus/tokens/NucleusPrimitiveColors.kt +0 -60
  48. package/android/nucleus/src/main/java/com/worldcoin/nucleus/tokens/NucleusSemanticColorsDark.kt +0 -57
  49. package/android/nucleus/src/main/java/com/worldcoin/nucleus/tokens/NucleusSemanticColorsLight.kt +0 -57
  50. package/android/nucleus/src/main/java/com/worldcoin/nucleus/tokens/NucleusTokenResolver.kt +0 -707
  51. package/android/nucleus/src/main/res/drawable/nucleus_icon_airplane_outline.xml +0 -12
  52. package/android/nucleus/src/main/res/drawable/nucleus_icon_airplane_regular.xml +0 -10
  53. package/android/nucleus/src/main/res/drawable/nucleus_icon_airplane_solid.xml +0 -10
  54. package/android/nucleus/src/main/res/drawable/nucleus_icon_antenna_signal_outline.xml +0 -15
  55. package/android/nucleus/src/main/res/drawable/nucleus_icon_antenna_signal_regular.xml +0 -22
  56. package/android/nucleus/src/main/res/drawable/nucleus_icon_apple_mac_outline.xml +0 -15
  57. package/android/nucleus/src/main/res/drawable/nucleus_icon_apple_mac_regular.xml +0 -10
  58. package/android/nucleus/src/main/res/drawable/nucleus_icon_apple_mac_solid.xml +0 -13
  59. package/android/nucleus/src/main/res/drawable/nucleus_icon_arrow_down_left_outline.xml +0 -17
  60. package/android/nucleus/src/main/res/drawable/nucleus_icon_arrow_down_left_regular.xml +0 -10
  61. package/android/nucleus/src/main/res/drawable/nucleus_icon_arrow_down_left_solid.xml +0 -10
  62. package/android/nucleus/src/main/res/drawable/nucleus_icon_arrow_down_outline.xml +0 -17
  63. package/android/nucleus/src/main/res/drawable/nucleus_icon_arrow_down_regular.xml +0 -10
  64. package/android/nucleus/src/main/res/drawable/nucleus_icon_arrow_down_right_outline.xml +0 -17
  65. package/android/nucleus/src/main/res/drawable/nucleus_icon_arrow_down_right_regular.xml +0 -10
  66. package/android/nucleus/src/main/res/drawable/nucleus_icon_arrow_down_right_solid.xml +0 -10
  67. package/android/nucleus/src/main/res/drawable/nucleus_icon_arrow_down_solid.xml +0 -10
  68. package/android/nucleus/src/main/res/drawable/nucleus_icon_arrow_left_outline.xml +0 -12
  69. package/android/nucleus/src/main/res/drawable/nucleus_icon_arrow_left_regular.xml +0 -10
  70. package/android/nucleus/src/main/res/drawable/nucleus_icon_arrow_left_solid.xml +0 -10
  71. package/android/nucleus/src/main/res/drawable/nucleus_icon_arrow_right_outline.xml +0 -12
  72. package/android/nucleus/src/main/res/drawable/nucleus_icon_arrow_right_regular.xml +0 -10
  73. package/android/nucleus/src/main/res/drawable/nucleus_icon_arrow_right_solid.xml +0 -10
  74. package/android/nucleus/src/main/res/drawable/nucleus_icon_arrow_split_outline.xml +0 -12
  75. package/android/nucleus/src/main/res/drawable/nucleus_icon_arrow_split_regular.xml +0 -10
  76. package/android/nucleus/src/main/res/drawable/nucleus_icon_arrow_split_solid.xml +0 -10
  77. package/android/nucleus/src/main/res/drawable/nucleus_icon_arrow_up_left_outline.xml +0 -17
  78. package/android/nucleus/src/main/res/drawable/nucleus_icon_arrow_up_left_regular.xml +0 -10
  79. package/android/nucleus/src/main/res/drawable/nucleus_icon_arrow_up_left_solid.xml +0 -10
  80. package/android/nucleus/src/main/res/drawable/nucleus_icon_arrow_up_outline.xml +0 -17
  81. package/android/nucleus/src/main/res/drawable/nucleus_icon_arrow_up_regular.xml +0 -10
  82. package/android/nucleus/src/main/res/drawable/nucleus_icon_arrow_up_right_outline.xml +0 -17
  83. package/android/nucleus/src/main/res/drawable/nucleus_icon_arrow_up_right_regular.xml +0 -10
  84. package/android/nucleus/src/main/res/drawable/nucleus_icon_arrow_up_solid.xml +0 -10
  85. package/android/nucleus/src/main/res/drawable/nucleus_icon_at_sign_outline.xml +0 -27
  86. package/android/nucleus/src/main/res/drawable/nucleus_icon_at_sign_regular.xml +0 -10
  87. package/android/nucleus/src/main/res/drawable/nucleus_icon_at_sign_solid.xml +0 -10
  88. package/android/nucleus/src/main/res/drawable/nucleus_icon_badge_check_outline.xml +0 -12
  89. package/android/nucleus/src/main/res/drawable/nucleus_icon_badge_check_regular.xml +0 -13
  90. package/android/nucleus/src/main/res/drawable/nucleus_icon_badge_check_solid.xml +0 -10
  91. package/android/nucleus/src/main/res/drawable/nucleus_icon_badge_not_checked_outline.xml +0 -22
  92. package/android/nucleus/src/main/res/drawable/nucleus_icon_badge_not_checked_regular.xml +0 -13
  93. package/android/nucleus/src/main/res/drawable/nucleus_icon_badge_not_checked_solid.xml +0 -10
  94. package/android/nucleus/src/main/res/drawable/nucleus_icon_bag_outline.xml +0 -17
  95. package/android/nucleus/src/main/res/drawable/nucleus_icon_bag_regular.xml +0 -10
  96. package/android/nucleus/src/main/res/drawable/nucleus_icon_bag_solid.xml +0 -10
  97. package/android/nucleus/src/main/res/drawable/nucleus_icon_bank_outline.xml +0 -32
  98. package/android/nucleus/src/main/res/drawable/nucleus_icon_bank_regular.xml +0 -10
  99. package/android/nucleus/src/main/res/drawable/nucleus_icon_bank_solid.xml +0 -10
  100. package/android/nucleus/src/main/res/drawable/nucleus_icon_bell_notification_outline.xml +0 -15
  101. package/android/nucleus/src/main/res/drawable/nucleus_icon_bell_notification_regular.xml +0 -10
  102. package/android/nucleus/src/main/res/drawable/nucleus_icon_bell_notification_solid.xml +0 -13
  103. package/android/nucleus/src/main/res/drawable/nucleus_icon_bell_outline.xml +0 -15
  104. package/android/nucleus/src/main/res/drawable/nucleus_icon_bell_regular.xml +0 -10
  105. package/android/nucleus/src/main/res/drawable/nucleus_icon_bell_slash_outline.xml +0 -15
  106. package/android/nucleus/src/main/res/drawable/nucleus_icon_bell_slash_regular.xml +0 -10
  107. package/android/nucleus/src/main/res/drawable/nucleus_icon_bell_slash_solid.xml +0 -10
  108. package/android/nucleus/src/main/res/drawable/nucleus_icon_bell_solid.xml +0 -10
  109. package/android/nucleus/src/main/res/drawable/nucleus_icon_bookmark_outline.xml +0 -12
  110. package/android/nucleus/src/main/res/drawable/nucleus_icon_bookmark_regular.xml +0 -10
  111. package/android/nucleus/src/main/res/drawable/nucleus_icon_bookmark_solid.xml +0 -10
  112. package/android/nucleus/src/main/res/drawable/nucleus_icon_box_iso_outline.xml +0 -17
  113. package/android/nucleus/src/main/res/drawable/nucleus_icon_box_iso_regular.xml +0 -10
  114. package/android/nucleus/src/main/res/drawable/nucleus_icon_box_iso_solid.xml +0 -10
  115. package/android/nucleus/src/main/res/drawable/nucleus_icon_calendar_outline.xml +0 -27
  116. package/android/nucleus/src/main/res/drawable/nucleus_icon_calendar_plus_outline.xml +0 -37
  117. package/android/nucleus/src/main/res/drawable/nucleus_icon_calendar_plus_regular.xml +0 -13
  118. package/android/nucleus/src/main/res/drawable/nucleus_icon_calendar_plus_solid.xml +0 -13
  119. package/android/nucleus/src/main/res/drawable/nucleus_icon_calendar_regular.xml +0 -10
  120. package/android/nucleus/src/main/res/drawable/nucleus_icon_calendar_solid.xml +0 -10
  121. package/android/nucleus/src/main/res/drawable/nucleus_icon_camera_outline.xml +0 -17
  122. package/android/nucleus/src/main/res/drawable/nucleus_icon_camera_regular.xml +0 -13
  123. package/android/nucleus/src/main/res/drawable/nucleus_icon_camera_solid.xml +0 -10
  124. package/android/nucleus/src/main/res/drawable/nucleus_icon_cash_multi_outline.xml +0 -32
  125. package/android/nucleus/src/main/res/drawable/nucleus_icon_cash_multi_regular.xml +0 -10
  126. package/android/nucleus/src/main/res/drawable/nucleus_icon_cash_multi_solid.xml +0 -13
  127. package/android/nucleus/src/main/res/drawable/nucleus_icon_cash_outline.xml +0 -17
  128. package/android/nucleus/src/main/res/drawable/nucleus_icon_cash_regular.xml +0 -13
  129. package/android/nucleus/src/main/res/drawable/nucleus_icon_cash_solid.xml +0 -10
  130. package/android/nucleus/src/main/res/drawable/nucleus_icon_cellular_no_signal_outline.xml +0 -12
  131. package/android/nucleus/src/main/res/drawable/nucleus_icon_cellular_no_signal_regular.xml +0 -19
  132. package/android/nucleus/src/main/res/drawable/nucleus_icon_cellular_no_signal_solid.xml +0 -19
  133. package/android/nucleus/src/main/res/drawable/nucleus_icon_cellular_outline.xml +0 -12
  134. package/android/nucleus/src/main/res/drawable/nucleus_icon_cellular_regular.xml +0 -19
  135. package/android/nucleus/src/main/res/drawable/nucleus_icon_cellular_solid.xml +0 -19
  136. package/android/nucleus/src/main/res/drawable/nucleus_icon_chat_bubble_empty_outline.xml +0 -12
  137. package/android/nucleus/src/main/res/drawable/nucleus_icon_chat_bubble_empty_regular.xml +0 -10
  138. package/android/nucleus/src/main/res/drawable/nucleus_icon_chat_bubble_empty_solid.xml +0 -10
  139. package/android/nucleus/src/main/res/drawable/nucleus_icon_chat_bubble_outline.xml +0 -21
  140. package/android/nucleus/src/main/res/drawable/nucleus_icon_chat_bubble_question_outline.xml +0 -20
  141. package/android/nucleus/src/main/res/drawable/nucleus_icon_chat_bubble_question_regular.xml +0 -16
  142. package/android/nucleus/src/main/res/drawable/nucleus_icon_chat_bubble_question_solid.xml +0 -10
  143. package/android/nucleus/src/main/res/drawable/nucleus_icon_chat_bubble_regular.xml +0 -10
  144. package/android/nucleus/src/main/res/drawable/nucleus_icon_chat_bubble_solid.xml +0 -10
  145. package/android/nucleus/src/main/res/drawable/nucleus_icon_chat_bubble_translate_outline.xml +0 -32
  146. package/android/nucleus/src/main/res/drawable/nucleus_icon_chat_bubble_translate_regular.xml +0 -10
  147. package/android/nucleus/src/main/res/drawable/nucleus_icon_chat_bubble_translate_solid.xml +0 -10
  148. package/android/nucleus/src/main/res/drawable/nucleus_icon_chat_bubble_warning_outline.xml +0 -20
  149. package/android/nucleus/src/main/res/drawable/nucleus_icon_chat_bubble_warning_regular.xml +0 -16
  150. package/android/nucleus/src/main/res/drawable/nucleus_icon_chat_bubble_warning_solid.xml +0 -10
  151. package/android/nucleus/src/main/res/drawable/nucleus_icon_chat_lines_outline.xml +0 -22
  152. package/android/nucleus/src/main/res/drawable/nucleus_icon_chat_lines_regular.xml +0 -16
  153. package/android/nucleus/src/main/res/drawable/nucleus_icon_chat_lines_solid.xml +0 -10
  154. package/android/nucleus/src/main/res/drawable/nucleus_icon_check_circle_outline.xml +0 -17
  155. package/android/nucleus/src/main/res/drawable/nucleus_icon_check_circle_regular.xml +0 -13
  156. package/android/nucleus/src/main/res/drawable/nucleus_icon_check_circle_solid.xml +0 -10
  157. package/android/nucleus/src/main/res/drawable/nucleus_icon_check_outline.xml +0 -12
  158. package/android/nucleus/src/main/res/drawable/nucleus_icon_check_regular.xml +0 -10
  159. package/android/nucleus/src/main/res/drawable/nucleus_icon_check_solid.xml +0 -10
  160. package/android/nucleus/src/main/res/drawable/nucleus_icon_clock_outline.xml +0 -12
  161. package/android/nucleus/src/main/res/drawable/nucleus_icon_clock_regular.xml +0 -10
  162. package/android/nucleus/src/main/res/drawable/nucleus_icon_clock_rotate_right_outline.xml +0 -22
  163. package/android/nucleus/src/main/res/drawable/nucleus_icon_clock_rotate_right_regular.xml +0 -13
  164. package/android/nucleus/src/main/res/drawable/nucleus_icon_clock_rotate_right_solid.xml +0 -13
  165. package/android/nucleus/src/main/res/drawable/nucleus_icon_clock_solid.xml +0 -10
  166. package/android/nucleus/src/main/res/drawable/nucleus_icon_cloud_download_outline.xml +0 -12
  167. package/android/nucleus/src/main/res/drawable/nucleus_icon_cloud_download_regular.xml +0 -10
  168. package/android/nucleus/src/main/res/drawable/nucleus_icon_cloud_download_solid.xml +0 -10
  169. package/android/nucleus/src/main/res/drawable/nucleus_icon_cloud_outline.xml +0 -12
  170. package/android/nucleus/src/main/res/drawable/nucleus_icon_cloud_regular.xml +0 -10
  171. package/android/nucleus/src/main/res/drawable/nucleus_icon_cloud_solid.xml +0 -10
  172. package/android/nucleus/src/main/res/drawable/nucleus_icon_coins_outline.xml +0 -15
  173. package/android/nucleus/src/main/res/drawable/nucleus_icon_coins_regular.xml +0 -13
  174. package/android/nucleus/src/main/res/drawable/nucleus_icon_coins_solid.xml +0 -14
  175. package/android/nucleus/src/main/res/drawable/nucleus_icon_compass_outline.xml +0 -17
  176. package/android/nucleus/src/main/res/drawable/nucleus_icon_compass_regular.xml +0 -13
  177. package/android/nucleus/src/main/res/drawable/nucleus_icon_compass_solid.xml +0 -10
  178. package/android/nucleus/src/main/res/drawable/nucleus_icon_copy_outline.xml +0 -12
  179. package/android/nucleus/src/main/res/drawable/nucleus_icon_copy_regular.xml +0 -13
  180. package/android/nucleus/src/main/res/drawable/nucleus_icon_copy_solid.xml +0 -13
  181. package/android/nucleus/src/main/res/drawable/nucleus_icon_coupon_outline.xml +0 -23
  182. package/android/nucleus/src/main/res/drawable/nucleus_icon_coupon_regular.xml +0 -10
  183. package/android/nucleus/src/main/res/drawable/nucleus_icon_coupon_solid.xml +0 -10
  184. package/android/nucleus/src/main/res/drawable/nucleus_icon_cube_outline.xml +0 -22
  185. package/android/nucleus/src/main/res/drawable/nucleus_icon_cube_regular.xml +0 -10
  186. package/android/nucleus/src/main/res/drawable/nucleus_icon_cube_solid.xml +0 -16
  187. package/android/nucleus/src/main/res/drawable/nucleus_icon_delivery_check_outline.xml +0 -22
  188. package/android/nucleus/src/main/res/drawable/nucleus_icon_delivery_check_regular.xml +0 -16
  189. package/android/nucleus/src/main/res/drawable/nucleus_icon_delivery_check_solid.xml +0 -10
  190. package/android/nucleus/src/main/res/drawable/nucleus_icon_delivery_truck_outline.xml +0 -52
  191. package/android/nucleus/src/main/res/drawable/nucleus_icon_delivery_truck_regular.xml +0 -10
  192. package/android/nucleus/src/main/res/drawable/nucleus_icon_delivery_truck_solid.xml +0 -10
  193. package/android/nucleus/src/main/res/drawable/nucleus_icon_double_check_outline.xml +0 -22
  194. package/android/nucleus/src/main/res/drawable/nucleus_icon_double_check_regular.xml +0 -16
  195. package/android/nucleus/src/main/res/drawable/nucleus_icon_double_check_solid.xml +0 -16
  196. package/android/nucleus/src/main/res/drawable/nucleus_icon_download_outline.xml +0 -12
  197. package/android/nucleus/src/main/res/drawable/nucleus_icon_download_regular.xml +0 -10
  198. package/android/nucleus/src/main/res/drawable/nucleus_icon_download_solid.xml +0 -10
  199. package/android/nucleus/src/main/res/drawable/nucleus_icon_edit_pencil_outline.xml +0 -12
  200. package/android/nucleus/src/main/res/drawable/nucleus_icon_edit_pencil_regular.xml +0 -10
  201. package/android/nucleus/src/main/res/drawable/nucleus_icon_edit_pencil_solid.xml +0 -13
  202. package/android/nucleus/src/main/res/drawable/nucleus_icon_empty_page_outline.xml +0 -17
  203. package/android/nucleus/src/main/res/drawable/nucleus_icon_empty_page_regular.xml +0 -10
  204. package/android/nucleus/src/main/res/drawable/nucleus_icon_empty_page_solid.xml +0 -10
  205. package/android/nucleus/src/main/res/drawable/nucleus_icon_eye_closed_outline.xml +0 -12
  206. package/android/nucleus/src/main/res/drawable/nucleus_icon_eye_closed_regular.xml +0 -10
  207. package/android/nucleus/src/main/res/drawable/nucleus_icon_eye_closed_solid.xml +0 -10
  208. package/android/nucleus/src/main/res/drawable/nucleus_icon_eye_outline.xml +0 -17
  209. package/android/nucleus/src/main/res/drawable/nucleus_icon_eye_regular.xml +0 -10
  210. package/android/nucleus/src/main/res/drawable/nucleus_icon_eye_solid.xml +0 -10
  211. package/android/nucleus/src/main/res/drawable/nucleus_icon_face_id_outline.xml +0 -12
  212. package/android/nucleus/src/main/res/drawable/nucleus_icon_face_id_regular.xml +0 -31
  213. package/android/nucleus/src/main/res/drawable/nucleus_icon_face_id_solid.xml +0 -31
  214. package/android/nucleus/src/main/res/drawable/nucleus_icon_filter_list_outline.xml +0 -12
  215. package/android/nucleus/src/main/res/drawable/nucleus_icon_filter_list_regular.xml +0 -19
  216. package/android/nucleus/src/main/res/drawable/nucleus_icon_filter_list_solid.xml +0 -19
  217. package/android/nucleus/src/main/res/drawable/nucleus_icon_flash_outline.xml +0 -12
  218. package/android/nucleus/src/main/res/drawable/nucleus_icon_flash_regular.xml +0 -10
  219. package/android/nucleus/src/main/res/drawable/nucleus_icon_flash_solid.xml +0 -10
  220. package/android/nucleus/src/main/res/drawable/nucleus_icon_gif_outline.xml +0 -21
  221. package/android/nucleus/src/main/res/drawable/nucleus_icon_gif_regular.xml +0 -19
  222. package/android/nucleus/src/main/res/drawable/nucleus_icon_gif_solid.xml +0 -10
  223. package/android/nucleus/src/main/res/drawable/nucleus_icon_gift_outline.xml +0 -27
  224. package/android/nucleus/src/main/res/drawable/nucleus_icon_gift_solid.xml +0 -10
  225. package/android/nucleus/src/main/res/drawable/nucleus_icon_globe_outline.xml +0 -27
  226. package/android/nucleus/src/main/res/drawable/nucleus_icon_globe_regular.xml +0 -10
  227. package/android/nucleus/src/main/res/drawable/nucleus_icon_globe_solid.xml +0 -10
  228. package/android/nucleus/src/main/res/drawable/nucleus_icon_graduation_cap_outline.xml +0 -17
  229. package/android/nucleus/src/main/res/drawable/nucleus_icon_graduation_cap_regular.xml +0 -10
  230. package/android/nucleus/src/main/res/drawable/nucleus_icon_graduation_cap_solid.xml +0 -13
  231. package/android/nucleus/src/main/res/drawable/nucleus_icon_graph_down_outline.xml +0 -11
  232. package/android/nucleus/src/main/res/drawable/nucleus_icon_graph_down_regular.xml +0 -10
  233. package/android/nucleus/src/main/res/drawable/nucleus_icon_graph_down_solid.xml +0 -10
  234. package/android/nucleus/src/main/res/drawable/nucleus_icon_graph_up_outline.xml +0 -12
  235. package/android/nucleus/src/main/res/drawable/nucleus_icon_graph_up_regular.xml +0 -10
  236. package/android/nucleus/src/main/res/drawable/nucleus_icon_graph_up_solid.xml +0 -10
  237. package/android/nucleus/src/main/res/drawable/nucleus_icon_group_outline.xml +0 -12
  238. package/android/nucleus/src/main/res/drawable/nucleus_icon_group_regular.xml +0 -10
  239. package/android/nucleus/src/main/res/drawable/nucleus_icon_group_solid.xml +0 -13
  240. package/android/nucleus/src/main/res/drawable/nucleus_icon_heart_outline.xml +0 -12
  241. package/android/nucleus/src/main/res/drawable/nucleus_icon_heart_regular.xml +0 -10
  242. package/android/nucleus/src/main/res/drawable/nucleus_icon_heart_solid.xml +0 -10
  243. package/android/nucleus/src/main/res/drawable/nucleus_icon_help_circle_outline.xml +0 -20
  244. package/android/nucleus/src/main/res/drawable/nucleus_icon_help_circle_regular.xml +0 -16
  245. package/android/nucleus/src/main/res/drawable/nucleus_icon_help_circle_solid.xml +0 -10
  246. package/android/nucleus/src/main/res/drawable/nucleus_icon_home_outline.xml +0 -12
  247. package/android/nucleus/src/main/res/drawable/nucleus_icon_home_regular.xml +0 -10
  248. package/android/nucleus/src/main/res/drawable/nucleus_icon_home_solid.xml +0 -10
  249. package/android/nucleus/src/main/res/drawable/nucleus_icon_info_circle_outline.xml +0 -20
  250. package/android/nucleus/src/main/res/drawable/nucleus_icon_info_circle_regular.xml +0 -16
  251. package/android/nucleus/src/main/res/drawable/nucleus_icon_info_circle_solid.xml +0 -10
  252. package/android/nucleus/src/main/res/drawable/nucleus_icon_instagram_outline.xml +0 -20
  253. package/android/nucleus/src/main/res/drawable/nucleus_icon_instagram_regular.xml +0 -16
  254. package/android/nucleus/src/main/res/drawable/nucleus_icon_instagram_solid.xml +0 -13
  255. package/android/nucleus/src/main/res/drawable/nucleus_icon_key_outline.xml +0 -22
  256. package/android/nucleus/src/main/res/drawable/nucleus_icon_key_regular.xml +0 -10
  257. package/android/nucleus/src/main/res/drawable/nucleus_icon_key_solid.xml +0 -10
  258. package/android/nucleus/src/main/res/drawable/nucleus_icon_language_outline.xml +0 -27
  259. package/android/nucleus/src/main/res/drawable/nucleus_icon_language_regular.xml +0 -10
  260. package/android/nucleus/src/main/res/drawable/nucleus_icon_language_solid.xml +0 -34
  261. package/android/nucleus/src/main/res/drawable/nucleus_icon_link_outline.xml +0 -22
  262. package/android/nucleus/src/main/res/drawable/nucleus_icon_link_regular.xml +0 -10
  263. package/android/nucleus/src/main/res/drawable/nucleus_icon_link_slash_outline.xml +0 -23
  264. package/android/nucleus/src/main/res/drawable/nucleus_icon_link_slash_regular.xml +0 -19
  265. package/android/nucleus/src/main/res/drawable/nucleus_icon_link_solid.xml +0 -10
  266. package/android/nucleus/src/main/res/drawable/nucleus_icon_list_outline.xml +0 -21
  267. package/android/nucleus/src/main/res/drawable/nucleus_icon_list_regular.xml +0 -10
  268. package/android/nucleus/src/main/res/drawable/nucleus_icon_list_solid.xml +0 -10
  269. package/android/nucleus/src/main/res/drawable/nucleus_icon_lock_outline.xml +0 -17
  270. package/android/nucleus/src/main/res/drawable/nucleus_icon_lock_regular.xml +0 -10
  271. package/android/nucleus/src/main/res/drawable/nucleus_icon_lock_solid.xml +0 -10
  272. package/android/nucleus/src/main/res/drawable/nucleus_icon_log_in_outline.xml +0 -12
  273. package/android/nucleus/src/main/res/drawable/nucleus_icon_log_in_regular.xml +0 -10
  274. package/android/nucleus/src/main/res/drawable/nucleus_icon_log_in_solid.xml +0 -10
  275. package/android/nucleus/src/main/res/drawable/nucleus_icon_log_out_outline.xml +0 -12
  276. package/android/nucleus/src/main/res/drawable/nucleus_icon_log_out_regular.xml +0 -13
  277. package/android/nucleus/src/main/res/drawable/nucleus_icon_log_out_solid.xml +0 -13
  278. package/android/nucleus/src/main/res/drawable/nucleus_icon_magic_wand_outline.xml +0 -25
  279. package/android/nucleus/src/main/res/drawable/nucleus_icon_magic_wand_regular.xml +0 -19
  280. package/android/nucleus/src/main/res/drawable/nucleus_icon_magic_wand_solid.xml +0 -19
  281. package/android/nucleus/src/main/res/drawable/nucleus_icon_mail_outline.xml +0 -12
  282. package/android/nucleus/src/main/res/drawable/nucleus_icon_mail_regular.xml +0 -10
  283. package/android/nucleus/src/main/res/drawable/nucleus_icon_mail_solid.xml +0 -13
  284. package/android/nucleus/src/main/res/drawable/nucleus_icon_map_outline.xml +0 -22
  285. package/android/nucleus/src/main/res/drawable/nucleus_icon_map_pin_outline.xml +0 -17
  286. package/android/nucleus/src/main/res/drawable/nucleus_icon_map_pin_regular.xml +0 -10
  287. package/android/nucleus/src/main/res/drawable/nucleus_icon_map_pin_solid.xml +0 -10
  288. package/android/nucleus/src/main/res/drawable/nucleus_icon_map_regular.xml +0 -10
  289. package/android/nucleus/src/main/res/drawable/nucleus_icon_map_solid.xml +0 -10
  290. package/android/nucleus/src/main/res/drawable/nucleus_icon_maps_arrow_outline.xml +0 -12
  291. package/android/nucleus/src/main/res/drawable/nucleus_icon_maps_arrow_regular.xml +0 -10
  292. package/android/nucleus/src/main/res/drawable/nucleus_icon_maps_arrow_solid.xml +0 -10
  293. package/android/nucleus/src/main/res/drawable/nucleus_icon_media_image_outline.xml +0 -22
  294. package/android/nucleus/src/main/res/drawable/nucleus_icon_media_image_regular.xml +0 -10
  295. package/android/nucleus/src/main/res/drawable/nucleus_icon_media_image_solid.xml +0 -13
  296. package/android/nucleus/src/main/res/drawable/nucleus_icon_microphone_outline.xml +0 -12
  297. package/android/nucleus/src/main/res/drawable/nucleus_icon_microphone_regular.xml +0 -10
  298. package/android/nucleus/src/main/res/drawable/nucleus_icon_microphone_solid.xml +0 -10
  299. package/android/nucleus/src/main/res/drawable/nucleus_icon_minus_outline.xml +0 -12
  300. package/android/nucleus/src/main/res/drawable/nucleus_icon_minus_regular.xml +0 -10
  301. package/android/nucleus/src/main/res/drawable/nucleus_icon_minus_solid.xml +0 -10
  302. package/android/nucleus/src/main/res/drawable/nucleus_icon_more_horiz_circle_outline.xml +0 -21
  303. package/android/nucleus/src/main/res/drawable/nucleus_icon_more_horiz_circle_regular.xml +0 -19
  304. package/android/nucleus/src/main/res/drawable/nucleus_icon_more_horiz_circle_solid.xml +0 -10
  305. package/android/nucleus/src/main/res/drawable/nucleus_icon_more_horiz_outline.xml +0 -16
  306. package/android/nucleus/src/main/res/drawable/nucleus_icon_more_horiz_regular.xml +0 -16
  307. package/android/nucleus/src/main/res/drawable/nucleus_icon_more_horiz_solid.xml +0 -16
  308. package/android/nucleus/src/main/res/drawable/nucleus_icon_nav_arrow_down_outline.xml +0 -12
  309. package/android/nucleus/src/main/res/drawable/nucleus_icon_nav_arrow_down_regular.xml +0 -10
  310. package/android/nucleus/src/main/res/drawable/nucleus_icon_nav_arrow_down_solid.xml +0 -10
  311. package/android/nucleus/src/main/res/drawable/nucleus_icon_nav_arrow_left_outline.xml +0 -12
  312. package/android/nucleus/src/main/res/drawable/nucleus_icon_nav_arrow_left_regular.xml +0 -10
  313. package/android/nucleus/src/main/res/drawable/nucleus_icon_nav_arrow_left_solid.xml +0 -10
  314. package/android/nucleus/src/main/res/drawable/nucleus_icon_nav_arrow_right_outline.xml +0 -12
  315. package/android/nucleus/src/main/res/drawable/nucleus_icon_nav_arrow_right_regular.xml +0 -10
  316. package/android/nucleus/src/main/res/drawable/nucleus_icon_nav_arrow_right_solid.xml +0 -10
  317. package/android/nucleus/src/main/res/drawable/nucleus_icon_nav_arrow_up_outline.xml +0 -12
  318. package/android/nucleus/src/main/res/drawable/nucleus_icon_nav_arrow_up_regular.xml +0 -10
  319. package/android/nucleus/src/main/res/drawable/nucleus_icon_nav_arrow_up_solid.xml +0 -10
  320. package/android/nucleus/src/main/res/drawable/nucleus_icon_open_new_window_outline.xml +0 -12
  321. package/android/nucleus/src/main/res/drawable/nucleus_icon_open_new_window_regular.xml +0 -10
  322. package/android/nucleus/src/main/res/drawable/nucleus_icon_open_new_window_solid.xml +0 -10
  323. package/android/nucleus/src/main/res/drawable/nucleus_icon_orb_outline.xml +0 -22
  324. package/android/nucleus/src/main/res/drawable/nucleus_icon_orb_regular.xml +0 -10
  325. package/android/nucleus/src/main/res/drawable/nucleus_icon_orb_solid.xml +0 -10
  326. package/android/nucleus/src/main/res/drawable/nucleus_icon_page_outline.xml +0 -27
  327. package/android/nucleus/src/main/res/drawable/nucleus_icon_page_regular.xml +0 -10
  328. package/android/nucleus/src/main/res/drawable/nucleus_icon_page_solid.xml +0 -10
  329. package/android/nucleus/src/main/res/drawable/nucleus_icon_passkey_outline.xml +0 -32
  330. package/android/nucleus/src/main/res/drawable/nucleus_icon_passkey_regular.xml +0 -16
  331. package/android/nucleus/src/main/res/drawable/nucleus_icon_passkey_solid.xml +0 -16
  332. package/android/nucleus/src/main/res/drawable/nucleus_icon_percentage_outline.xml +0 -22
  333. package/android/nucleus/src/main/res/drawable/nucleus_icon_percentage_regular.xml +0 -16
  334. package/android/nucleus/src/main/res/drawable/nucleus_icon_percentage_solid.xml +0 -16
  335. package/android/nucleus/src/main/res/drawable/nucleus_icon_pin_outline.xml +0 -15
  336. package/android/nucleus/src/main/res/drawable/nucleus_icon_pin_regular.xml +0 -10
  337. package/android/nucleus/src/main/res/drawable/nucleus_icon_pin_solid.xml +0 -10
  338. package/android/nucleus/src/main/res/drawable/nucleus_icon_play_outline.xml +0 -11
  339. package/android/nucleus/src/main/res/drawable/nucleus_icon_play_regular.xml +0 -10
  340. package/android/nucleus/src/main/res/drawable/nucleus_icon_play_solid.xml +0 -10
  341. package/android/nucleus/src/main/res/drawable/nucleus_icon_plus_outline.xml +0 -12
  342. package/android/nucleus/src/main/res/drawable/nucleus_icon_plus_regular.xml +0 -10
  343. package/android/nucleus/src/main/res/drawable/nucleus_icon_plus_solid.xml +0 -10
  344. package/android/nucleus/src/main/res/drawable/nucleus_icon_post_outline.xml +0 -12
  345. package/android/nucleus/src/main/res/drawable/nucleus_icon_post_regular.xml +0 -19
  346. package/android/nucleus/src/main/res/drawable/nucleus_icon_post_solid.xml +0 -10
  347. package/android/nucleus/src/main/res/drawable/nucleus_icon_profile_circle_outline.xml +0 -22
  348. package/android/nucleus/src/main/res/drawable/nucleus_icon_profile_circle_regular.xml +0 -13
  349. package/android/nucleus/src/main/res/drawable/nucleus_icon_profile_circle_solid.xml +0 -13
  350. package/android/nucleus/src/main/res/drawable/nucleus_icon_prohibition_outline.xml +0 -17
  351. package/android/nucleus/src/main/res/drawable/nucleus_icon_prohibition_regular.xml +0 -10
  352. package/android/nucleus/src/main/res/drawable/nucleus_icon_prohibition_solid.xml +0 -10
  353. package/android/nucleus/src/main/res/drawable/nucleus_icon_qr_code_outline.xml +0 -47
  354. package/android/nucleus/src/main/res/drawable/nucleus_icon_qr_code_regular.xml +0 -10
  355. package/android/nucleus/src/main/res/drawable/nucleus_icon_qr_code_solid.xml +0 -10
  356. package/android/nucleus/src/main/res/drawable/nucleus_icon_refresh_outline.xml +0 -12
  357. package/android/nucleus/src/main/res/drawable/nucleus_icon_refresh_regular.xml +0 -10
  358. package/android/nucleus/src/main/res/drawable/nucleus_icon_refresh_solid.xml +0 -10
  359. package/android/nucleus/src/main/res/drawable/nucleus_icon_reports_outline.xml +0 -22
  360. package/android/nucleus/src/main/res/drawable/nucleus_icon_reports_regular.xml +0 -10
  361. package/android/nucleus/src/main/res/drawable/nucleus_icon_reports_solid.xml +0 -10
  362. package/android/nucleus/src/main/res/drawable/nucleus_icon_safe_outline.xml +0 -37
  363. package/android/nucleus/src/main/res/drawable/nucleus_icon_safe_regular.xml +0 -13
  364. package/android/nucleus/src/main/res/drawable/nucleus_icon_safe_solid.xml +0 -13
  365. package/android/nucleus/src/main/res/drawable/nucleus_icon_scan_outline.xml +0 -12
  366. package/android/nucleus/src/main/res/drawable/nucleus_icon_scan_regular.xml +0 -22
  367. package/android/nucleus/src/main/res/drawable/nucleus_icon_scan_solid.xml +0 -22
  368. package/android/nucleus/src/main/res/drawable/nucleus_icon_search_outline.xml +0 -12
  369. package/android/nucleus/src/main/res/drawable/nucleus_icon_search_regular.xml +0 -10
  370. package/android/nucleus/src/main/res/drawable/nucleus_icon_search_solid.xml +0 -10
  371. package/android/nucleus/src/main/res/drawable/nucleus_icon_send_mail_outline.xml +0 -27
  372. package/android/nucleus/src/main/res/drawable/nucleus_icon_send_mail_regular.xml +0 -16
  373. package/android/nucleus/src/main/res/drawable/nucleus_icon_send_mail_solid.xml +0 -16
  374. package/android/nucleus/src/main/res/drawable/nucleus_icon_settings_outline.xml +0 -17
  375. package/android/nucleus/src/main/res/drawable/nucleus_icon_settings_regular.xml +0 -10
  376. package/android/nucleus/src/main/res/drawable/nucleus_icon_settings_solid.xml +0 -10
  377. package/android/nucleus/src/main/res/drawable/nucleus_icon_share_ios_outline.xml +0 -12
  378. package/android/nucleus/src/main/res/drawable/nucleus_icon_share_ios_regular.xml +0 -13
  379. package/android/nucleus/src/main/res/drawable/nucleus_icon_share_ios_solid.xml +0 -13
  380. package/android/nucleus/src/main/res/drawable/nucleus_icon_shield_2_outline.xml +0 -17
  381. package/android/nucleus/src/main/res/drawable/nucleus_icon_shield_2_regular.xml +0 -10
  382. package/android/nucleus/src/main/res/drawable/nucleus_icon_shield_2_solid.xml +0 -10
  383. package/android/nucleus/src/main/res/drawable/nucleus_icon_shield_alert_outline.xml +0 -20
  384. package/android/nucleus/src/main/res/drawable/nucleus_icon_shield_alert_regular.xml +0 -10
  385. package/android/nucleus/src/main/res/drawable/nucleus_icon_shield_alert_solid.xml +0 -10
  386. package/android/nucleus/src/main/res/drawable/nucleus_icon_shield_check_outline.xml +0 -17
  387. package/android/nucleus/src/main/res/drawable/nucleus_icon_shield_check_solid.xml +0 -10
  388. package/android/nucleus/src/main/res/drawable/nucleus_icon_shield_outline.xml +0 -12
  389. package/android/nucleus/src/main/res/drawable/nucleus_icon_shield_regular.xml +0 -10
  390. package/android/nucleus/src/main/res/drawable/nucleus_icon_shield_solid.xml +0 -10
  391. package/android/nucleus/src/main/res/drawable/nucleus_icon_smartphone_device_outline.xml +0 -15
  392. package/android/nucleus/src/main/res/drawable/nucleus_icon_smartphone_device_regular.xml +0 -13
  393. package/android/nucleus/src/main/res/drawable/nucleus_icon_smartphone_device_solid.xml +0 -10
  394. package/android/nucleus/src/main/res/drawable/nucleus_icon_snow_flake_outline.xml +0 -37
  395. package/android/nucleus/src/main/res/drawable/nucleus_icon_snow_flake_regular.xml +0 -10
  396. package/android/nucleus/src/main/res/drawable/nucleus_icon_snow_flake_solid.xml +0 -10
  397. package/android/nucleus/src/main/res/drawable/nucleus_icon_software_update_setting_outline.xml +0 -17
  398. package/android/nucleus/src/main/res/drawable/nucleus_icon_software_update_setting_regular.xml +0 -13
  399. package/android/nucleus/src/main/res/drawable/nucleus_icon_software_update_setting_solid.xml +0 -10
  400. package/android/nucleus/src/main/res/drawable/nucleus_icon_sort_down_outline.xml +0 -12
  401. package/android/nucleus/src/main/res/drawable/nucleus_icon_sort_down_regular.xml +0 -10
  402. package/android/nucleus/src/main/res/drawable/nucleus_icon_sort_down_solid.xml +0 -10
  403. package/android/nucleus/src/main/res/drawable/nucleus_icon_sort_outline.xml +0 -12
  404. package/android/nucleus/src/main/res/drawable/nucleus_icon_sort_regular.xml +0 -19
  405. package/android/nucleus/src/main/res/drawable/nucleus_icon_sort_solid.xml +0 -19
  406. package/android/nucleus/src/main/res/drawable/nucleus_icon_sort_up_outline.xml +0 -32
  407. package/android/nucleus/src/main/res/drawable/nucleus_icon_sort_up_regular.xml +0 -10
  408. package/android/nucleus/src/main/res/drawable/nucleus_icon_sort_up_solid.xml +0 -10
  409. package/android/nucleus/src/main/res/drawable/nucleus_icon_spark_outline.xml +0 -11
  410. package/android/nucleus/src/main/res/drawable/nucleus_icon_spark_regular.xml +0 -10
  411. package/android/nucleus/src/main/res/drawable/nucleus_icon_spark_solid.xml +0 -10
  412. package/android/nucleus/src/main/res/drawable/nucleus_icon_sparks_outline.xml +0 -15
  413. package/android/nucleus/src/main/res/drawable/nucleus_icon_sparks_regular.xml +0 -13
  414. package/android/nucleus/src/main/res/drawable/nucleus_icon_sparks_solid.xml +0 -13
  415. package/android/nucleus/src/main/res/drawable/nucleus_icon_star_outline.xml +0 -12
  416. package/android/nucleus/src/main/res/drawable/nucleus_icon_star_regular.xml +0 -10
  417. package/android/nucleus/src/main/res/drawable/nucleus_icon_star_solid.xml +0 -10
  418. package/android/nucleus/src/main/res/drawable/nucleus_icon_stats_up_square_outline.xml +0 -12
  419. package/android/nucleus/src/main/res/drawable/nucleus_icon_stats_up_square_regular.xml +0 -19
  420. package/android/nucleus/src/main/res/drawable/nucleus_icon_stats_up_square_solid.xml +0 -10
  421. package/android/nucleus/src/main/res/drawable/nucleus_icon_suitcase_outline.xml +0 -17
  422. package/android/nucleus/src/main/res/drawable/nucleus_icon_suitcase_regular.xml +0 -10
  423. package/android/nucleus/src/main/res/drawable/nucleus_icon_suitcase_solid.xml +0 -10
  424. package/android/nucleus/src/main/res/drawable/nucleus_icon_text_outline.xml +0 -14
  425. package/android/nucleus/src/main/res/drawable/nucleus_icon_text_solid.xml +0 -10
  426. package/android/nucleus/src/main/res/drawable/nucleus_icon_timer_dots_outline.xml +0 -10
  427. package/android/nucleus/src/main/res/drawable/nucleus_icon_timer_dots_regular.xml +0 -10
  428. package/android/nucleus/src/main/res/drawable/nucleus_icon_timer_dots_solid.xml +0 -10
  429. package/android/nucleus/src/main/res/drawable/nucleus_icon_trash_outline.xml +0 -12
  430. package/android/nucleus/src/main/res/drawable/nucleus_icon_trash_regular.xml +0 -10
  431. package/android/nucleus/src/main/res/drawable/nucleus_icon_trash_solid.xml +0 -10
  432. package/android/nucleus/src/main/res/drawable/nucleus_icon_trophy_outline.xml +0 -27
  433. package/android/nucleus/src/main/res/drawable/nucleus_icon_trophy_regular.xml +0 -10
  434. package/android/nucleus/src/main/res/drawable/nucleus_icon_trophy_solid.xml +0 -10
  435. package/android/nucleus/src/main/res/drawable/nucleus_icon_user_outline.xml +0 -17
  436. package/android/nucleus/src/main/res/drawable/nucleus_icon_user_regular.xml +0 -13
  437. package/android/nucleus/src/main/res/drawable/nucleus_icon_user_solid.xml +0 -13
  438. package/android/nucleus/src/main/res/drawable/nucleus_icon_video_camera_outline.xml +0 -17
  439. package/android/nucleus/src/main/res/drawable/nucleus_icon_video_camera_regular.xml +0 -10
  440. package/android/nucleus/src/main/res/drawable/nucleus_icon_video_camera_solid.xml +0 -10
  441. package/android/nucleus/src/main/res/drawable/nucleus_icon_view_grid_outline.xml +0 -27
  442. package/android/nucleus/src/main/res/drawable/nucleus_icon_view_grid_regular.xml +0 -19
  443. package/android/nucleus/src/main/res/drawable/nucleus_icon_view_grid_solid.xml +0 -19
  444. package/android/nucleus/src/main/res/drawable/nucleus_icon_wallet_outline.xml +0 -17
  445. package/android/nucleus/src/main/res/drawable/nucleus_icon_wallet_regular.xml +0 -10
  446. package/android/nucleus/src/main/res/drawable/nucleus_icon_wallet_solid.xml +0 -10
  447. package/android/nucleus/src/main/res/drawable/nucleus_icon_warning_circle_outline.xml +0 -20
  448. package/android/nucleus/src/main/res/drawable/nucleus_icon_warning_circle_regular.xml +0 -16
  449. package/android/nucleus/src/main/res/drawable/nucleus_icon_warning_circle_solid.xml +0 -10
  450. package/android/nucleus/src/main/res/drawable/nucleus_icon_warning_hexagon_outline.xml +0 -20
  451. package/android/nucleus/src/main/res/drawable/nucleus_icon_warning_hexagon_regular.xml +0 -16
  452. package/android/nucleus/src/main/res/drawable/nucleus_icon_warning_hexagon_solid.xml +0 -10
  453. package/android/nucleus/src/main/res/drawable/nucleus_icon_warning_triangle_2_regular.xml +0 -10
  454. package/android/nucleus/src/main/res/drawable/nucleus_icon_warning_triangle_2_solid.xml +0 -10
  455. package/android/nucleus/src/main/res/drawable/nucleus_icon_warning_triangle_outline.xml +0 -20
  456. package/android/nucleus/src/main/res/drawable/nucleus_icon_warning_triangle_regular.xml +0 -18
  457. package/android/nucleus/src/main/res/drawable/nucleus_icon_warning_triangle_solid.xml +0 -10
  458. package/android/nucleus/src/main/res/drawable/nucleus_icon_wifi_outline.xml +0 -15
  459. package/android/nucleus/src/main/res/drawable/nucleus_icon_wifi_regular.xml +0 -19
  460. package/android/nucleus/src/main/res/drawable/nucleus_icon_wifi_signal_none_outline.xml +0 -12
  461. package/android/nucleus/src/main/res/drawable/nucleus_icon_wifi_signal_none_regular.xml +0 -10
  462. package/android/nucleus/src/main/res/drawable/nucleus_icon_wifi_signal_none_solid.xml +0 -10
  463. package/android/nucleus/src/main/res/drawable/nucleus_icon_wifi_solid.xml +0 -19
  464. package/android/nucleus/src/main/res/drawable/nucleus_icon_xmark_outline.xml +0 -12
  465. package/android/nucleus/src/main/res/drawable/nucleus_icon_xmark_regular.xml +0 -10
  466. package/android/nucleus/src/main/res/drawable/nucleus_icon_xmark_solid.xml +0 -10
  467. package/android/nucleus/src/main/res/font/world_pro_mvp.ttf +0 -0
  468. package/android/scripts/pre-commit +0 -26
  469. package/android/settings.gradle.kts +0 -23
  470. package/examples/android/README.md +0 -34
  471. package/examples/android/app/build.gradle.kts +0 -69
  472. package/examples/android/app/src/main/AndroidManifest.xml +0 -18
  473. package/examples/android/app/src/main/kotlin/com/worldcoin/nucleusapp/DemoComponents.kt +0 -251
  474. package/examples/android/app/src/main/kotlin/com/worldcoin/nucleusapp/DemoModels.kt +0 -51
  475. package/examples/android/app/src/main/kotlin/com/worldcoin/nucleusapp/MainActivity.kt +0 -19
  476. package/examples/android/app/src/main/kotlin/com/worldcoin/nucleusapp/NucleusApp.kt +0 -72
  477. package/examples/android/app/src/main/kotlin/com/worldcoin/nucleusapp/TokenData.kt +0 -369
  478. package/examples/android/app/src/main/res/values/strings.xml +0 -4
  479. package/examples/android/app/src/main/res/values/themes.xml +0 -4
  480. package/examples/android/build.gradle.kts +0 -6
  481. package/examples/android/gradle/wrapper/gradle-wrapper.jar +0 -0
  482. package/examples/android/gradle/wrapper/gradle-wrapper.properties +0 -7
  483. package/examples/android/gradle.properties +0 -4
  484. package/examples/android/gradlew +0 -251
  485. package/examples/android/gradlew.bat +0 -94
  486. package/examples/android/nucleus/build.gradle.kts +0 -30
  487. package/examples/android/settings.gradle.kts +0 -38
  488. package/examples/ios/NucleusApp/NucleusApp/ContentView.swift +0 -41
  489. package/examples/ios/NucleusApp/NucleusApp/DemoComponents.swift +0 -123
  490. package/examples/ios/NucleusApp/NucleusApp/DemoModels.swift +0 -66
  491. package/examples/ios/NucleusApp/NucleusApp/HexColor.swift +0 -34
  492. package/examples/ios/NucleusApp/NucleusApp/NucleusApp.swift +0 -10
  493. package/examples/ios/NucleusApp/NucleusApp/NucleusTokens.swift +0 -372
  494. package/examples/ios/NucleusApp/NucleusApp.xcodeproj/project.pbxproj +0 -405
  495. package/examples/ios/NucleusApp/NucleusApp.xcodeproj/project.xcworkspace/contents.xcworkspacedata +0 -7
  496. package/examples/ios/NucleusApp/NucleusApp.xcodeproj/xcshareddata/xcschemes/NucleusApp Local.xcscheme +0 -78
  497. package/examples/ios/NucleusApp/NucleusApp.xcodeproj/xcshareddata/xcschemes/NucleusApp Package.xcscheme +0 -78
  498. package/examples/ios/README.md +0 -26
  499. package/examples/web/README.md +0 -37
  500. package/examples/web/app/components/ColorCard.tsx +0 -52
  501. package/examples/web/app/components/ColorGroupSection.tsx +0 -31
  502. package/examples/web/app/components/HeroSection.tsx +0 -124
  503. package/examples/web/app/components/TokenSectionCard.tsx +0 -18
  504. package/examples/web/app/favicon.ico +0 -0
  505. package/examples/web/app/globals.css +0 -35
  506. package/examples/web/app/layout.tsx +0 -20
  507. package/examples/web/app/models.ts +0 -44
  508. package/examples/web/app/page.tsx +0 -54
  509. package/examples/web/app/token-source.local.ts +0 -9
  510. package/examples/web/app/token-source.package.ts +0 -9
  511. package/examples/web/app/tokens.ts +0 -330
  512. package/examples/web/eslint.config.mjs +0 -18
  513. package/examples/web/next.config.ts +0 -6
  514. package/examples/web/package-lock.json +0 -5864
  515. package/examples/web/package.json +0 -29
  516. package/examples/web/postcss.config.mjs +0 -7
  517. package/examples/web/public/file.svg +0 -1
  518. package/examples/web/public/globe.svg +0 -1
  519. package/examples/web/public/next.svg +0 -1
  520. package/examples/web/public/vercel.svg +0 -1
  521. package/examples/web/public/window.svg +0 -1
  522. package/examples/web/tsconfig.json +0 -35
  523. package/examples/web/types/generated-token-modules.d.ts +0 -14
  524. package/ios/Sources/NucleusButtons/NucleusButton+Defaults.swift +0 -205
  525. package/ios/Sources/NucleusButtons/NucleusButton+TokenResolvable.swift +0 -35
  526. package/ios/Sources/NucleusButtons/NucleusButton.swift +0 -44
  527. package/ios/Sources/NucleusColors/NucleusColor+Primitives.swift +0 -56
  528. package/ios/Sources/NucleusColors/NucleusColor+Semantics.swift +0 -53
  529. package/ios/Sources/NucleusColors/NucleusColor+TokenResolvable.swift +0 -118
  530. package/ios/Sources/NucleusColors/NucleusColor.swift +0 -90
  531. package/ios/Sources/NucleusFonts/NucleusFont+Defaults.swift +0 -172
  532. package/ios/Sources/NucleusFonts/NucleusFont+LineHeight.swift +0 -15
  533. package/ios/Sources/NucleusFonts/NucleusFont+TokenResolvable.swift +0 -38
  534. package/ios/Sources/NucleusFonts/NucleusFont+Weight.swift +0 -17
  535. package/ios/Sources/NucleusFonts/NucleusFont.swift +0 -145
  536. package/ios/Sources/NucleusFonts/PreviewFontModifier.swift +0 -45
  537. package/ios/Sources/NucleusIcons/NucleusIcon+Defaults.swift +0 -433
  538. package/ios/Sources/NucleusIcons/NucleusIcon+TokenResolvable.swift +0 -173
  539. package/ios/Sources/NucleusIcons/NucleusIcon.swift +0 -21
  540. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/Contents.json +0 -6
  541. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/airplane-outline.imageset/Contents.json +0 -16
  542. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/airplane-regular.imageset/Contents.json +0 -16
  543. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/airplane-solid.imageset/Contents.json +0 -16
  544. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/antenna-signal-outline.imageset/Contents.json +0 -16
  545. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/antenna-signal-regular.imageset/Contents.json +0 -16
  546. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/apple-mac-outline.imageset/Contents.json +0 -16
  547. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/apple-mac-regular.imageset/Contents.json +0 -16
  548. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/apple-mac-solid.imageset/Contents.json +0 -16
  549. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/arrow-down-left-outline.imageset/Contents.json +0 -16
  550. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/arrow-down-left-regular.imageset/Contents.json +0 -16
  551. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/arrow-down-left-solid.imageset/Contents.json +0 -16
  552. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/arrow-down-outline.imageset/Contents.json +0 -16
  553. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/arrow-down-regular.imageset/Contents.json +0 -16
  554. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/arrow-down-right-outline.imageset/Contents.json +0 -16
  555. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/arrow-down-right-regular.imageset/Contents.json +0 -16
  556. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/arrow-down-right-solid.imageset/Contents.json +0 -16
  557. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/arrow-down-solid.imageset/Contents.json +0 -16
  558. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/arrow-left-outline.imageset/Contents.json +0 -16
  559. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/arrow-left-regular.imageset/Contents.json +0 -16
  560. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/arrow-left-solid.imageset/Contents.json +0 -16
  561. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/arrow-right-outline.imageset/Contents.json +0 -16
  562. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/arrow-right-regular.imageset/Contents.json +0 -16
  563. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/arrow-right-solid.imageset/Contents.json +0 -16
  564. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/arrow-split-outline.imageset/Contents.json +0 -16
  565. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/arrow-split-regular.imageset/Contents.json +0 -16
  566. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/arrow-split-solid.imageset/Contents.json +0 -16
  567. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/arrow-up-left-outline.imageset/Contents.json +0 -16
  568. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/arrow-up-left-regular.imageset/Contents.json +0 -16
  569. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/arrow-up-left-solid.imageset/Contents.json +0 -16
  570. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/arrow-up-outline.imageset/Contents.json +0 -16
  571. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/arrow-up-regular.imageset/Contents.json +0 -16
  572. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/arrow-up-right-outline.imageset/Contents.json +0 -16
  573. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/arrow-up-right-regular.imageset/Contents.json +0 -16
  574. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/arrow-up-solid.imageset/Contents.json +0 -16
  575. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/at-sign-outline.imageset/Contents.json +0 -16
  576. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/at-sign-regular.imageset/Contents.json +0 -16
  577. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/at-sign-solid.imageset/Contents.json +0 -16
  578. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/badge-check-outline.imageset/Contents.json +0 -16
  579. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/badge-check-regular.imageset/Contents.json +0 -16
  580. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/badge-check-solid.imageset/Contents.json +0 -16
  581. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/badge-not-checked-outline.imageset/Contents.json +0 -16
  582. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/badge-not-checked-regular.imageset/Contents.json +0 -16
  583. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/badge-not-checked-solid.imageset/Contents.json +0 -16
  584. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/bag-outline.imageset/Contents.json +0 -16
  585. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/bag-regular.imageset/Contents.json +0 -16
  586. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/bag-solid.imageset/Contents.json +0 -16
  587. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/bank-outline.imageset/Contents.json +0 -16
  588. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/bank-regular.imageset/Contents.json +0 -16
  589. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/bank-solid.imageset/Contents.json +0 -16
  590. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/bell-notification-outline.imageset/Contents.json +0 -16
  591. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/bell-notification-regular.imageset/Contents.json +0 -16
  592. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/bell-notification-solid.imageset/Contents.json +0 -16
  593. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/bell-outline.imageset/Contents.json +0 -16
  594. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/bell-regular.imageset/Contents.json +0 -16
  595. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/bell-slash-outline.imageset/Contents.json +0 -16
  596. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/bell-slash-regular.imageset/Contents.json +0 -16
  597. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/bell-slash-solid.imageset/Contents.json +0 -16
  598. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/bell-solid.imageset/Contents.json +0 -16
  599. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/bookmark-outline.imageset/Contents.json +0 -16
  600. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/bookmark-regular.imageset/Contents.json +0 -16
  601. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/bookmark-solid.imageset/Contents.json +0 -16
  602. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/box-iso-outline.imageset/Contents.json +0 -16
  603. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/box-iso-regular.imageset/Contents.json +0 -16
  604. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/box-iso-solid.imageset/Contents.json +0 -16
  605. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/calendar-outline.imageset/Contents.json +0 -16
  606. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/calendar-plus-outline.imageset/Contents.json +0 -16
  607. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/calendar-plus-regular.imageset/Contents.json +0 -16
  608. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/calendar-plus-solid.imageset/Contents.json +0 -16
  609. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/calendar-regular.imageset/Contents.json +0 -16
  610. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/calendar-solid.imageset/Contents.json +0 -16
  611. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/camera-outline.imageset/Contents.json +0 -16
  612. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/camera-regular.imageset/Contents.json +0 -16
  613. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/camera-solid.imageset/Contents.json +0 -16
  614. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/cash-multi-outline.imageset/Contents.json +0 -16
  615. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/cash-multi-regular.imageset/Contents.json +0 -16
  616. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/cash-multi-solid.imageset/Contents.json +0 -16
  617. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/cash-outline.imageset/Contents.json +0 -16
  618. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/cash-regular.imageset/Contents.json +0 -16
  619. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/cash-solid.imageset/Contents.json +0 -16
  620. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/cellular-no-signal-outline.imageset/Contents.json +0 -16
  621. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/cellular-no-signal-regular.imageset/Contents.json +0 -16
  622. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/cellular-no-signal-solid.imageset/Contents.json +0 -16
  623. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/cellular-outline.imageset/Contents.json +0 -16
  624. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/cellular-regular.imageset/Contents.json +0 -16
  625. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/cellular-solid.imageset/Contents.json +0 -16
  626. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/chat-bubble-empty-outline.imageset/Contents.json +0 -16
  627. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/chat-bubble-empty-regular.imageset/Contents.json +0 -16
  628. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/chat-bubble-empty-solid.imageset/Contents.json +0 -16
  629. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/chat-bubble-outline.imageset/Contents.json +0 -16
  630. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/chat-bubble-question-outline.imageset/Contents.json +0 -16
  631. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/chat-bubble-question-regular.imageset/Contents.json +0 -16
  632. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/chat-bubble-question-solid.imageset/Contents.json +0 -16
  633. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/chat-bubble-regular.imageset/Contents.json +0 -16
  634. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/chat-bubble-solid.imageset/Contents.json +0 -16
  635. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/chat-bubble-translate-outline.imageset/Contents.json +0 -16
  636. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/chat-bubble-translate-regular.imageset/Contents.json +0 -16
  637. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/chat-bubble-translate-solid.imageset/Contents.json +0 -16
  638. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/chat-bubble-warning-outline.imageset/Contents.json +0 -16
  639. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/chat-bubble-warning-regular.imageset/Contents.json +0 -16
  640. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/chat-bubble-warning-solid.imageset/Contents.json +0 -16
  641. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/chat-lines-outline.imageset/Contents.json +0 -16
  642. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/chat-lines-regular.imageset/Contents.json +0 -16
  643. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/chat-lines-solid.imageset/Contents.json +0 -16
  644. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/check-circle-outline.imageset/Contents.json +0 -16
  645. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/check-circle-regular.imageset/Contents.json +0 -16
  646. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/check-circle-solid.imageset/Contents.json +0 -16
  647. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/check-outline.imageset/Contents.json +0 -16
  648. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/check-regular.imageset/Contents.json +0 -16
  649. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/check-solid.imageset/Contents.json +0 -16
  650. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/clock-outline.imageset/Contents.json +0 -16
  651. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/clock-regular.imageset/Contents.json +0 -16
  652. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/clock-rotate-right-outline.imageset/Contents.json +0 -16
  653. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/clock-rotate-right-regular.imageset/Contents.json +0 -16
  654. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/clock-rotate-right-solid.imageset/Contents.json +0 -16
  655. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/clock-solid.imageset/Contents.json +0 -16
  656. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/cloud-download-outline.imageset/Contents.json +0 -16
  657. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/cloud-download-regular.imageset/Contents.json +0 -16
  658. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/cloud-download-solid.imageset/Contents.json +0 -16
  659. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/cloud-outline.imageset/Contents.json +0 -16
  660. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/cloud-regular.imageset/Contents.json +0 -16
  661. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/cloud-solid.imageset/Contents.json +0 -16
  662. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/coins-outline.imageset/Contents.json +0 -16
  663. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/coins-regular.imageset/Contents.json +0 -16
  664. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/coins-solid.imageset/Contents.json +0 -16
  665. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/compass-outline.imageset/Contents.json +0 -16
  666. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/compass-regular.imageset/Contents.json +0 -16
  667. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/compass-solid.imageset/Contents.json +0 -16
  668. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/copy-outline.imageset/Contents.json +0 -16
  669. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/copy-regular.imageset/Contents.json +0 -16
  670. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/copy-solid.imageset/Contents.json +0 -16
  671. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/coupon-outline.imageset/Contents.json +0 -16
  672. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/coupon-regular.imageset/Contents.json +0 -16
  673. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/coupon-solid.imageset/Contents.json +0 -16
  674. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/cube-outline.imageset/Contents.json +0 -16
  675. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/cube-regular.imageset/Contents.json +0 -16
  676. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/cube-solid.imageset/Contents.json +0 -16
  677. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/delivery-check-outline.imageset/Contents.json +0 -16
  678. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/delivery-check-regular.imageset/Contents.json +0 -16
  679. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/delivery-check-solid.imageset/Contents.json +0 -16
  680. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/delivery-truck-outline.imageset/Contents.json +0 -16
  681. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/delivery-truck-regular.imageset/Contents.json +0 -16
  682. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/delivery-truck-solid.imageset/Contents.json +0 -16
  683. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/double-check-outline.imageset/Contents.json +0 -16
  684. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/double-check-regular.imageset/Contents.json +0 -16
  685. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/double-check-solid.imageset/Contents.json +0 -16
  686. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/download-outline.imageset/Contents.json +0 -16
  687. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/download-regular.imageset/Contents.json +0 -16
  688. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/download-solid.imageset/Contents.json +0 -16
  689. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/edit-pencil-outline.imageset/Contents.json +0 -16
  690. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/edit-pencil-regular.imageset/Contents.json +0 -16
  691. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/edit-pencil-solid.imageset/Contents.json +0 -16
  692. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/empty-page-outline.imageset/Contents.json +0 -16
  693. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/empty-page-regular.imageset/Contents.json +0 -16
  694. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/empty-page-solid.imageset/Contents.json +0 -16
  695. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/eye-closed-outline.imageset/Contents.json +0 -16
  696. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/eye-closed-regular.imageset/Contents.json +0 -16
  697. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/eye-closed-solid.imageset/Contents.json +0 -16
  698. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/eye-outline.imageset/Contents.json +0 -16
  699. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/eye-regular.imageset/Contents.json +0 -16
  700. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/eye-solid.imageset/Contents.json +0 -16
  701. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/face-id-outline.imageset/Contents.json +0 -16
  702. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/face-id-regular.imageset/Contents.json +0 -16
  703. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/face-id-solid.imageset/Contents.json +0 -16
  704. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/filter-list-outline.imageset/Contents.json +0 -16
  705. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/filter-list-regular.imageset/Contents.json +0 -16
  706. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/filter-list-solid.imageset/Contents.json +0 -16
  707. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/flash-outline.imageset/Contents.json +0 -16
  708. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/flash-regular.imageset/Contents.json +0 -16
  709. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/flash-solid.imageset/Contents.json +0 -16
  710. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/gif-outline.imageset/Contents.json +0 -16
  711. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/gif-regular.imageset/Contents.json +0 -16
  712. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/gif-solid.imageset/Contents.json +0 -16
  713. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/gift-outline.imageset/Contents.json +0 -16
  714. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/gift-solid.imageset/Contents.json +0 -16
  715. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/globe-outline.imageset/Contents.json +0 -16
  716. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/globe-regular.imageset/Contents.json +0 -16
  717. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/globe-solid.imageset/Contents.json +0 -16
  718. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/graduation-cap-outline.imageset/Contents.json +0 -16
  719. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/graduation-cap-regular.imageset/Contents.json +0 -16
  720. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/graduation-cap-solid.imageset/Contents.json +0 -16
  721. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/graph-down-outline.imageset/Contents.json +0 -16
  722. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/graph-down-regular.imageset/Contents.json +0 -16
  723. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/graph-down-solid.imageset/Contents.json +0 -16
  724. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/graph-up-outline.imageset/Contents.json +0 -16
  725. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/graph-up-regular.imageset/Contents.json +0 -16
  726. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/graph-up-solid.imageset/Contents.json +0 -16
  727. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/group-outline.imageset/Contents.json +0 -16
  728. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/group-regular.imageset/Contents.json +0 -16
  729. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/group-solid.imageset/Contents.json +0 -16
  730. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/heart-outline.imageset/Contents.json +0 -16
  731. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/heart-regular.imageset/Contents.json +0 -16
  732. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/heart-solid.imageset/Contents.json +0 -16
  733. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/help-circle-outline.imageset/Contents.json +0 -16
  734. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/help-circle-regular.imageset/Contents.json +0 -16
  735. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/help-circle-solid.imageset/Contents.json +0 -16
  736. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/home-outline.imageset/Contents.json +0 -16
  737. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/home-regular.imageset/Contents.json +0 -16
  738. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/home-solid.imageset/Contents.json +0 -16
  739. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/info-circle-outline.imageset/Contents.json +0 -16
  740. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/info-circle-regular.imageset/Contents.json +0 -16
  741. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/info-circle-solid.imageset/Contents.json +0 -16
  742. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/instagram-outline.imageset/Contents.json +0 -16
  743. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/instagram-regular.imageset/Contents.json +0 -16
  744. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/instagram-solid.imageset/Contents.json +0 -16
  745. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/key-outline.imageset/Contents.json +0 -16
  746. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/key-regular.imageset/Contents.json +0 -16
  747. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/key-solid.imageset/Contents.json +0 -16
  748. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/language-outline.imageset/Contents.json +0 -16
  749. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/language-regular.imageset/Contents.json +0 -16
  750. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/language-solid.imageset/Contents.json +0 -16
  751. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/link-outline.imageset/Contents.json +0 -16
  752. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/link-regular.imageset/Contents.json +0 -16
  753. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/link-slash-outline.imageset/Contents.json +0 -16
  754. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/link-slash-regular.imageset/Contents.json +0 -16
  755. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/link-solid.imageset/Contents.json +0 -16
  756. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/list-outline.imageset/Contents.json +0 -16
  757. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/list-regular.imageset/Contents.json +0 -16
  758. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/list-solid.imageset/Contents.json +0 -16
  759. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/lock-outline.imageset/Contents.json +0 -16
  760. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/lock-regular.imageset/Contents.json +0 -16
  761. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/lock-solid.imageset/Contents.json +0 -16
  762. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/log-in-outline.imageset/Contents.json +0 -16
  763. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/log-in-regular.imageset/Contents.json +0 -16
  764. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/log-in-solid.imageset/Contents.json +0 -16
  765. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/log-out-outline.imageset/Contents.json +0 -16
  766. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/log-out-regular.imageset/Contents.json +0 -16
  767. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/log-out-solid.imageset/Contents.json +0 -16
  768. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/magic-wand-outline.imageset/Contents.json +0 -16
  769. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/magic-wand-regular.imageset/Contents.json +0 -16
  770. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/magic-wand-solid.imageset/Contents.json +0 -16
  771. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/mail-outline.imageset/Contents.json +0 -16
  772. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/mail-regular.imageset/Contents.json +0 -16
  773. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/mail-solid.imageset/Contents.json +0 -16
  774. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/map-outline.imageset/Contents.json +0 -16
  775. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/map-pin-outline.imageset/Contents.json +0 -16
  776. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/map-pin-regular.imageset/Contents.json +0 -16
  777. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/map-pin-solid.imageset/Contents.json +0 -16
  778. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/map-regular.imageset/Contents.json +0 -16
  779. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/map-solid.imageset/Contents.json +0 -16
  780. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/maps-arrow-outline.imageset/Contents.json +0 -16
  781. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/maps-arrow-regular.imageset/Contents.json +0 -16
  782. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/maps-arrow-solid.imageset/Contents.json +0 -16
  783. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/media-image-outline.imageset/Contents.json +0 -16
  784. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/media-image-regular.imageset/Contents.json +0 -16
  785. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/media-image-solid.imageset/Contents.json +0 -16
  786. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/microphone-outline.imageset/Contents.json +0 -16
  787. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/microphone-regular.imageset/Contents.json +0 -16
  788. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/microphone-solid.imageset/Contents.json +0 -16
  789. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/minus-outline.imageset/Contents.json +0 -16
  790. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/minus-regular.imageset/Contents.json +0 -16
  791. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/minus-solid.imageset/Contents.json +0 -16
  792. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/more-horiz-circle-outline.imageset/Contents.json +0 -16
  793. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/more-horiz-circle-regular.imageset/Contents.json +0 -16
  794. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/more-horiz-circle-solid.imageset/Contents.json +0 -16
  795. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/more-horiz-outline.imageset/Contents.json +0 -16
  796. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/more-horiz-regular.imageset/Contents.json +0 -16
  797. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/more-horiz-solid.imageset/Contents.json +0 -16
  798. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/nav-arrow-down-outline.imageset/Contents.json +0 -16
  799. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/nav-arrow-down-regular.imageset/Contents.json +0 -16
  800. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/nav-arrow-down-solid.imageset/Contents.json +0 -16
  801. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/nav-arrow-left-outline.imageset/Contents.json +0 -16
  802. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/nav-arrow-left-regular.imageset/Contents.json +0 -16
  803. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/nav-arrow-left-solid.imageset/Contents.json +0 -16
  804. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/nav-arrow-right-outline.imageset/Contents.json +0 -16
  805. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/nav-arrow-right-regular.imageset/Contents.json +0 -16
  806. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/nav-arrow-right-solid.imageset/Contents.json +0 -16
  807. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/nav-arrow-up-outline.imageset/Contents.json +0 -16
  808. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/nav-arrow-up-regular.imageset/Contents.json +0 -16
  809. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/nav-arrow-up-solid.imageset/Contents.json +0 -16
  810. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/open-new-window-outline.imageset/Contents.json +0 -16
  811. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/open-new-window-regular.imageset/Contents.json +0 -16
  812. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/open-new-window-solid.imageset/Contents.json +0 -16
  813. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/orb-outline.imageset/Contents.json +0 -16
  814. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/orb-regular.imageset/Contents.json +0 -16
  815. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/orb-solid.imageset/Contents.json +0 -16
  816. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/page-outline.imageset/Contents.json +0 -16
  817. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/page-regular.imageset/Contents.json +0 -16
  818. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/page-solid.imageset/Contents.json +0 -16
  819. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/passkey-outline.imageset/Contents.json +0 -16
  820. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/passkey-regular.imageset/Contents.json +0 -16
  821. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/passkey-solid.imageset/Contents.json +0 -16
  822. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/percentage-outline.imageset/Contents.json +0 -16
  823. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/percentage-regular.imageset/Contents.json +0 -16
  824. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/percentage-solid.imageset/Contents.json +0 -16
  825. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/pin-outline.imageset/Contents.json +0 -16
  826. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/pin-regular.imageset/Contents.json +0 -16
  827. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/pin-solid.imageset/Contents.json +0 -16
  828. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/play-outline.imageset/Contents.json +0 -16
  829. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/play-regular.imageset/Contents.json +0 -16
  830. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/play-solid.imageset/Contents.json +0 -16
  831. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/plus-outline.imageset/Contents.json +0 -16
  832. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/plus-regular.imageset/Contents.json +0 -16
  833. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/plus-solid.imageset/Contents.json +0 -16
  834. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/post-outline.imageset/Contents.json +0 -16
  835. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/post-regular.imageset/Contents.json +0 -16
  836. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/post-solid.imageset/Contents.json +0 -16
  837. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/profile-circle-outline.imageset/Contents.json +0 -16
  838. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/profile-circle-regular.imageset/Contents.json +0 -16
  839. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/profile-circle-solid.imageset/Contents.json +0 -16
  840. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/prohibition-outline.imageset/Contents.json +0 -16
  841. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/prohibition-regular.imageset/Contents.json +0 -16
  842. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/prohibition-solid.imageset/Contents.json +0 -16
  843. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/qr-code-outline.imageset/Contents.json +0 -16
  844. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/qr-code-regular.imageset/Contents.json +0 -16
  845. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/qr-code-solid.imageset/Contents.json +0 -16
  846. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/refresh-outline.imageset/Contents.json +0 -16
  847. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/refresh-regular.imageset/Contents.json +0 -16
  848. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/refresh-solid.imageset/Contents.json +0 -16
  849. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/reports-outline.imageset/Contents.json +0 -16
  850. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/reports-regular.imageset/Contents.json +0 -16
  851. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/reports-solid.imageset/Contents.json +0 -16
  852. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/safe-outline.imageset/Contents.json +0 -16
  853. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/safe-regular.imageset/Contents.json +0 -16
  854. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/safe-solid.imageset/Contents.json +0 -16
  855. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/scan-outline.imageset/Contents.json +0 -16
  856. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/scan-regular.imageset/Contents.json +0 -16
  857. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/scan-solid.imageset/Contents.json +0 -16
  858. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/search-outline.imageset/Contents.json +0 -16
  859. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/search-regular.imageset/Contents.json +0 -16
  860. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/search-solid.imageset/Contents.json +0 -16
  861. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/send-mail-outline.imageset/Contents.json +0 -16
  862. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/send-mail-regular.imageset/Contents.json +0 -16
  863. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/send-mail-solid.imageset/Contents.json +0 -16
  864. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/settings-outline.imageset/Contents.json +0 -16
  865. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/settings-regular.imageset/Contents.json +0 -16
  866. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/settings-solid.imageset/Contents.json +0 -16
  867. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/share-ios-outline.imageset/Contents.json +0 -16
  868. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/share-ios-regular.imageset/Contents.json +0 -16
  869. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/share-ios-solid.imageset/Contents.json +0 -16
  870. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/shield-2-outline.imageset/Contents.json +0 -16
  871. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/shield-2-regular.imageset/Contents.json +0 -16
  872. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/shield-2-solid.imageset/Contents.json +0 -16
  873. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/shield-alert-outline.imageset/Contents.json +0 -16
  874. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/shield-alert-regular.imageset/Contents.json +0 -16
  875. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/shield-alert-solid.imageset/Contents.json +0 -16
  876. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/shield-check-outline.imageset/Contents.json +0 -16
  877. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/shield-check-solid.imageset/Contents.json +0 -16
  878. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/shield-outline.imageset/Contents.json +0 -16
  879. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/shield-regular.imageset/Contents.json +0 -16
  880. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/shield-solid.imageset/Contents.json +0 -16
  881. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/smartphone-device-outline.imageset/Contents.json +0 -16
  882. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/smartphone-device-regular.imageset/Contents.json +0 -16
  883. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/smartphone-device-solid.imageset/Contents.json +0 -16
  884. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/snow-flake-outline.imageset/Contents.json +0 -16
  885. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/snow-flake-regular.imageset/Contents.json +0 -16
  886. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/snow-flake-solid.imageset/Contents.json +0 -16
  887. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/software-update-setting-outline.imageset/Contents.json +0 -16
  888. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/software-update-setting-regular.imageset/Contents.json +0 -16
  889. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/software-update-setting-solid.imageset/Contents.json +0 -16
  890. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/sort-down-outline.imageset/Contents.json +0 -16
  891. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/sort-down-regular.imageset/Contents.json +0 -16
  892. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/sort-down-solid.imageset/Contents.json +0 -16
  893. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/sort-outline.imageset/Contents.json +0 -16
  894. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/sort-regular.imageset/Contents.json +0 -16
  895. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/sort-solid.imageset/Contents.json +0 -16
  896. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/sort-up-outline.imageset/Contents.json +0 -16
  897. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/sort-up-regular.imageset/Contents.json +0 -16
  898. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/sort-up-solid.imageset/Contents.json +0 -16
  899. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/spark-outline.imageset/Contents.json +0 -16
  900. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/spark-regular.imageset/Contents.json +0 -16
  901. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/spark-solid.imageset/Contents.json +0 -16
  902. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/sparks-outline.imageset/Contents.json +0 -16
  903. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/sparks-regular.imageset/Contents.json +0 -16
  904. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/sparks-solid.imageset/Contents.json +0 -16
  905. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/star-outline.imageset/Contents.json +0 -16
  906. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/star-regular.imageset/Contents.json +0 -16
  907. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/star-solid.imageset/Contents.json +0 -16
  908. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/stats-up-square-outline.imageset/Contents.json +0 -16
  909. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/stats-up-square-regular.imageset/Contents.json +0 -16
  910. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/stats-up-square-solid.imageset/Contents.json +0 -16
  911. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/suitcase-outline.imageset/Contents.json +0 -16
  912. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/suitcase-regular.imageset/Contents.json +0 -16
  913. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/suitcase-solid.imageset/Contents.json +0 -16
  914. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/text-outline.imageset/Contents.json +0 -16
  915. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/text-solid.imageset/Contents.json +0 -16
  916. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/timer-dots-outline.imageset/Contents.json +0 -16
  917. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/timer-dots-regular.imageset/Contents.json +0 -16
  918. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/timer-dots-solid.imageset/Contents.json +0 -16
  919. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/trash-outline.imageset/Contents.json +0 -16
  920. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/trash-regular.imageset/Contents.json +0 -16
  921. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/trash-solid.imageset/Contents.json +0 -16
  922. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/trophy-outline.imageset/Contents.json +0 -16
  923. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/trophy-regular.imageset/Contents.json +0 -16
  924. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/trophy-solid.imageset/Contents.json +0 -16
  925. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/user-outline.imageset/Contents.json +0 -16
  926. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/user-regular.imageset/Contents.json +0 -16
  927. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/user-solid.imageset/Contents.json +0 -16
  928. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/video-camera-outline.imageset/Contents.json +0 -16
  929. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/video-camera-regular.imageset/Contents.json +0 -16
  930. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/video-camera-solid.imageset/Contents.json +0 -16
  931. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/view-grid-outline.imageset/Contents.json +0 -16
  932. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/view-grid-regular.imageset/Contents.json +0 -16
  933. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/view-grid-solid.imageset/Contents.json +0 -16
  934. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/wallet-outline.imageset/Contents.json +0 -16
  935. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/wallet-regular.imageset/Contents.json +0 -16
  936. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/wallet-solid.imageset/Contents.json +0 -16
  937. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/warning-circle-outline.imageset/Contents.json +0 -16
  938. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/warning-circle-regular.imageset/Contents.json +0 -16
  939. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/warning-circle-solid.imageset/Contents.json +0 -16
  940. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/warning-hexagon-outline.imageset/Contents.json +0 -16
  941. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/warning-hexagon-regular.imageset/Contents.json +0 -16
  942. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/warning-hexagon-solid.imageset/Contents.json +0 -16
  943. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/warning-triangle-2-regular.imageset/Contents.json +0 -16
  944. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/warning-triangle-2-solid.imageset/Contents.json +0 -16
  945. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/warning-triangle-outline.imageset/Contents.json +0 -16
  946. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/warning-triangle-regular.imageset/Contents.json +0 -16
  947. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/warning-triangle-solid.imageset/Contents.json +0 -16
  948. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/wifi-outline.imageset/Contents.json +0 -16
  949. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/wifi-regular.imageset/Contents.json +0 -16
  950. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/wifi-signal-none-outline.imageset/Contents.json +0 -16
  951. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/wifi-signal-none-regular.imageset/Contents.json +0 -16
  952. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/wifi-signal-none-solid.imageset/Contents.json +0 -16
  953. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/wifi-solid.imageset/Contents.json +0 -16
  954. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/xmark-outline.imageset/Contents.json +0 -16
  955. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/xmark-regular.imageset/Contents.json +0 -16
  956. package/ios/Sources/NucleusIcons/Resources/Icons.xcassets/xmark-solid.imageset/Contents.json +0 -16
  957. package/ios/Sources/NucleusTokens/TokenResolvable.swift +0 -14
  958. package/tokens/build/buttons.ts +0 -44
  959. package/tokens/build/colors.ts +0 -98
  960. package/tokens/build/fonts.ts +0 -100
  961. package/tokens/build/icons.ts +0 -128
  962. package/tokens/build/index.ts +0 -29
  963. package/tokens/build/resolver.ts +0 -72
  964. package/tokens/build/shared.ts +0 -25
  965. package/tokens/build/types.ts +0 -37
  966. package/tokens/build/web-package.ts +0 -36
  967. package/tokens/definitions/color/primitive.json +0 -224
  968. package/tokens/definitions/color/semantic.dark.json +0 -218
  969. package/tokens/definitions/color/semantic.light.json +0 -218
  970. package/tokens/definitions/component/button.json +0 -58
  971. package/tokens/definitions/font/WorldProMVP.ttf +0 -0
  972. package/tokens/definitions/font/fonts.json +0 -178
  973. package/tokens/definitions/icons/outline/airplane.svg +0 -3
  974. package/tokens/definitions/icons/outline/antenna-signal.svg +0 -4
  975. package/tokens/definitions/icons/outline/apple-mac.svg +0 -4
  976. package/tokens/definitions/icons/outline/arrow-down-left.svg +0 -4
  977. package/tokens/definitions/icons/outline/arrow-down-right.svg +0 -4
  978. package/tokens/definitions/icons/outline/arrow-down.svg +0 -4
  979. package/tokens/definitions/icons/outline/arrow-left.svg +0 -3
  980. package/tokens/definitions/icons/outline/arrow-right.svg +0 -3
  981. package/tokens/definitions/icons/outline/arrow-split.svg +0 -3
  982. package/tokens/definitions/icons/outline/arrow-up-left.svg +0 -4
  983. package/tokens/definitions/icons/outline/arrow-up-right.svg +0 -4
  984. package/tokens/definitions/icons/outline/arrow-up.svg +0 -4
  985. package/tokens/definitions/icons/outline/at-sign.svg +0 -6
  986. package/tokens/definitions/icons/outline/badge-check.svg +0 -3
  987. package/tokens/definitions/icons/outline/badge-not-checked.svg +0 -5
  988. package/tokens/definitions/icons/outline/bag.svg +0 -4
  989. package/tokens/definitions/icons/outline/bank.svg +0 -7
  990. package/tokens/definitions/icons/outline/bell-notification.svg +0 -4
  991. package/tokens/definitions/icons/outline/bell-slash.svg +0 -4
  992. package/tokens/definitions/icons/outline/bell.svg +0 -4
  993. package/tokens/definitions/icons/outline/bookmark.svg +0 -3
  994. package/tokens/definitions/icons/outline/box-iso.svg +0 -4
  995. package/tokens/definitions/icons/outline/calendar-plus.svg +0 -8
  996. package/tokens/definitions/icons/outline/calendar.svg +0 -6
  997. package/tokens/definitions/icons/outline/camera.svg +0 -4
  998. package/tokens/definitions/icons/outline/cash-multi.svg +0 -7
  999. package/tokens/definitions/icons/outline/cash.svg +0 -4
  1000. package/tokens/definitions/icons/outline/cellular-no-signal.svg +0 -3
  1001. package/tokens/definitions/icons/outline/cellular.svg +0 -3
  1002. package/tokens/definitions/icons/outline/chat-bubble-empty.svg +0 -3
  1003. package/tokens/definitions/icons/outline/chat-bubble-question.svg +0 -5
  1004. package/tokens/definitions/icons/outline/chat-bubble-translate.svg +0 -7
  1005. package/tokens/definitions/icons/outline/chat-bubble-warning.svg +0 -5
  1006. package/tokens/definitions/icons/outline/chat-bubble.svg +0 -6
  1007. package/tokens/definitions/icons/outline/chat-lines.svg +0 -5
  1008. package/tokens/definitions/icons/outline/check-circle.svg +0 -4
  1009. package/tokens/definitions/icons/outline/check.svg +0 -3
  1010. package/tokens/definitions/icons/outline/clock-rotate-right.svg +0 -5
  1011. package/tokens/definitions/icons/outline/clock.svg +0 -3
  1012. package/tokens/definitions/icons/outline/cloud-download.svg +0 -3
  1013. package/tokens/definitions/icons/outline/cloud.svg +0 -3
  1014. package/tokens/definitions/icons/outline/coins.svg +0 -4
  1015. package/tokens/definitions/icons/outline/compass.svg +0 -4
  1016. package/tokens/definitions/icons/outline/copy.svg +0 -3
  1017. package/tokens/definitions/icons/outline/coupon.svg +0 -6
  1018. package/tokens/definitions/icons/outline/cube.svg +0 -5
  1019. package/tokens/definitions/icons/outline/delivery-check.svg +0 -5
  1020. package/tokens/definitions/icons/outline/delivery-truck.svg +0 -11
  1021. package/tokens/definitions/icons/outline/double-check.svg +0 -5
  1022. package/tokens/definitions/icons/outline/download.svg +0 -3
  1023. package/tokens/definitions/icons/outline/edit-pencil.svg +0 -3
  1024. package/tokens/definitions/icons/outline/empty-page.svg +0 -4
  1025. package/tokens/definitions/icons/outline/eye-closed.svg +0 -3
  1026. package/tokens/definitions/icons/outline/eye.svg +0 -4
  1027. package/tokens/definitions/icons/outline/face-id.svg +0 -3
  1028. package/tokens/definitions/icons/outline/filter-list.svg +0 -3
  1029. package/tokens/definitions/icons/outline/flash.svg +0 -3
  1030. package/tokens/definitions/icons/outline/gif.svg +0 -6
  1031. package/tokens/definitions/icons/outline/gift.svg +0 -7
  1032. package/tokens/definitions/icons/outline/globe.svg +0 -6
  1033. package/tokens/definitions/icons/outline/graduation-cap.svg +0 -4
  1034. package/tokens/definitions/icons/outline/graph-down.svg +0 -3
  1035. package/tokens/definitions/icons/outline/graph-up.svg +0 -3
  1036. package/tokens/definitions/icons/outline/group.svg +0 -3
  1037. package/tokens/definitions/icons/outline/heart.svg +0 -3
  1038. package/tokens/definitions/icons/outline/help-circle.svg +0 -5
  1039. package/tokens/definitions/icons/outline/home.svg +0 -3
  1040. package/tokens/definitions/icons/outline/info-circle.svg +0 -5
  1041. package/tokens/definitions/icons/outline/instagram.svg +0 -5
  1042. package/tokens/definitions/icons/outline/key.svg +0 -5
  1043. package/tokens/definitions/icons/outline/language.svg +0 -6
  1044. package/tokens/definitions/icons/outline/link-slash.svg +0 -6
  1045. package/tokens/definitions/icons/outline/link.svg +0 -5
  1046. package/tokens/definitions/icons/outline/list.svg +0 -6
  1047. package/tokens/definitions/icons/outline/lock.svg +0 -4
  1048. package/tokens/definitions/icons/outline/log-in.svg +0 -3
  1049. package/tokens/definitions/icons/outline/log-out.svg +0 -3
  1050. package/tokens/definitions/icons/outline/magic-wand.svg +0 -6
  1051. package/tokens/definitions/icons/outline/mail.svg +0 -3
  1052. package/tokens/definitions/icons/outline/map-pin.svg +0 -4
  1053. package/tokens/definitions/icons/outline/map.svg +0 -5
  1054. package/tokens/definitions/icons/outline/maps-arrow.svg +0 -3
  1055. package/tokens/definitions/icons/outline/media-image.svg +0 -5
  1056. package/tokens/definitions/icons/outline/microphone.svg +0 -3
  1057. package/tokens/definitions/icons/outline/minus.svg +0 -3
  1058. package/tokens/definitions/icons/outline/more-horiz-circle.svg +0 -6
  1059. package/tokens/definitions/icons/outline/more-horiz.svg +0 -5
  1060. package/tokens/definitions/icons/outline/nav-arrow-down.svg +0 -3
  1061. package/tokens/definitions/icons/outline/nav-arrow-left.svg +0 -3
  1062. package/tokens/definitions/icons/outline/nav-arrow-right.svg +0 -3
  1063. package/tokens/definitions/icons/outline/nav-arrow-up.svg +0 -3
  1064. package/tokens/definitions/icons/outline/open-new-window.svg +0 -3
  1065. package/tokens/definitions/icons/outline/orb.svg +0 -5
  1066. package/tokens/definitions/icons/outline/page.svg +0 -6
  1067. package/tokens/definitions/icons/outline/passkey.svg +0 -7
  1068. package/tokens/definitions/icons/outline/percentage.svg +0 -5
  1069. package/tokens/definitions/icons/outline/pin.svg +0 -4
  1070. package/tokens/definitions/icons/outline/play.svg +0 -3
  1071. package/tokens/definitions/icons/outline/plus.svg +0 -3
  1072. package/tokens/definitions/icons/outline/post.svg +0 -3
  1073. package/tokens/definitions/icons/outline/profile-circle.svg +0 -5
  1074. package/tokens/definitions/icons/outline/prohibition.svg +0 -4
  1075. package/tokens/definitions/icons/outline/qr-code.svg +0 -10
  1076. package/tokens/definitions/icons/outline/refresh.svg +0 -3
  1077. package/tokens/definitions/icons/outline/reports.svg +0 -5
  1078. package/tokens/definitions/icons/outline/safe.svg +0 -8
  1079. package/tokens/definitions/icons/outline/scan.svg +0 -3
  1080. package/tokens/definitions/icons/outline/search.svg +0 -3
  1081. package/tokens/definitions/icons/outline/send-mail.svg +0 -6
  1082. package/tokens/definitions/icons/outline/settings.svg +0 -4
  1083. package/tokens/definitions/icons/outline/share-ios.svg +0 -3
  1084. package/tokens/definitions/icons/outline/shield-2.svg +0 -4
  1085. package/tokens/definitions/icons/outline/shield-alert.svg +0 -5
  1086. package/tokens/definitions/icons/outline/shield-check.svg +0 -4
  1087. package/tokens/definitions/icons/outline/shield.svg +0 -3
  1088. package/tokens/definitions/icons/outline/smartphone-device.svg +0 -4
  1089. package/tokens/definitions/icons/outline/snow-flake.svg +0 -8
  1090. package/tokens/definitions/icons/outline/software-update-setting.svg +0 -4
  1091. package/tokens/definitions/icons/outline/sort-down.svg +0 -3
  1092. package/tokens/definitions/icons/outline/sort-up.svg +0 -7
  1093. package/tokens/definitions/icons/outline/sort.svg +0 -3
  1094. package/tokens/definitions/icons/outline/spark.svg +0 -3
  1095. package/tokens/definitions/icons/outline/sparks.svg +0 -4
  1096. package/tokens/definitions/icons/outline/star.svg +0 -3
  1097. package/tokens/definitions/icons/outline/stats-up-square.svg +0 -3
  1098. package/tokens/definitions/icons/outline/suitcase.svg +0 -4
  1099. package/tokens/definitions/icons/outline/text.svg +0 -4
  1100. package/tokens/definitions/icons/outline/timer-dots.svg +0 -3
  1101. package/tokens/definitions/icons/outline/trash.svg +0 -3
  1102. package/tokens/definitions/icons/outline/trophy.svg +0 -6
  1103. package/tokens/definitions/icons/outline/user.svg +0 -4
  1104. package/tokens/definitions/icons/outline/video-camera.svg +0 -4
  1105. package/tokens/definitions/icons/outline/view-grid.svg +0 -6
  1106. package/tokens/definitions/icons/outline/wallet.svg +0 -4
  1107. package/tokens/definitions/icons/outline/warning-circle.svg +0 -5
  1108. package/tokens/definitions/icons/outline/warning-hexagon.svg +0 -5
  1109. package/tokens/definitions/icons/outline/warning-triangle.svg +0 -5
  1110. package/tokens/definitions/icons/outline/wifi-signal-none.svg +0 -3
  1111. package/tokens/definitions/icons/outline/wifi.svg +0 -4
  1112. package/tokens/definitions/icons/outline/xmark.svg +0 -3
  1113. package/tokens/definitions/icons/regular/airplane.svg +0 -3
  1114. package/tokens/definitions/icons/regular/antenna-signal.svg +0 -7
  1115. package/tokens/definitions/icons/regular/apple-mac.svg +0 -3
  1116. package/tokens/definitions/icons/regular/arrow-down-left.svg +0 -3
  1117. package/tokens/definitions/icons/regular/arrow-down-right.svg +0 -3
  1118. package/tokens/definitions/icons/regular/arrow-down.svg +0 -3
  1119. package/tokens/definitions/icons/regular/arrow-left.svg +0 -3
  1120. package/tokens/definitions/icons/regular/arrow-right.svg +0 -3
  1121. package/tokens/definitions/icons/regular/arrow-split.svg +0 -3
  1122. package/tokens/definitions/icons/regular/arrow-up-left.svg +0 -3
  1123. package/tokens/definitions/icons/regular/arrow-up-right.svg +0 -3
  1124. package/tokens/definitions/icons/regular/arrow-up.svg +0 -3
  1125. package/tokens/definitions/icons/regular/at-sign.svg +0 -3
  1126. package/tokens/definitions/icons/regular/badge-check.svg +0 -4
  1127. package/tokens/definitions/icons/regular/badge-not-checked.svg +0 -4
  1128. package/tokens/definitions/icons/regular/bag.svg +0 -3
  1129. package/tokens/definitions/icons/regular/bank.svg +0 -3
  1130. package/tokens/definitions/icons/regular/bell-notification.svg +0 -3
  1131. package/tokens/definitions/icons/regular/bell-slash.svg +0 -3
  1132. package/tokens/definitions/icons/regular/bell.svg +0 -3
  1133. package/tokens/definitions/icons/regular/bookmark.svg +0 -3
  1134. package/tokens/definitions/icons/regular/box-iso.svg +0 -3
  1135. package/tokens/definitions/icons/regular/calendar-plus.svg +0 -4
  1136. package/tokens/definitions/icons/regular/calendar.svg +0 -3
  1137. package/tokens/definitions/icons/regular/camera.svg +0 -4
  1138. package/tokens/definitions/icons/regular/cash-multi.svg +0 -3
  1139. package/tokens/definitions/icons/regular/cash.svg +0 -4
  1140. package/tokens/definitions/icons/regular/cellular-no-signal.svg +0 -6
  1141. package/tokens/definitions/icons/regular/cellular.svg +0 -6
  1142. package/tokens/definitions/icons/regular/chat-bubble-empty.svg +0 -3
  1143. package/tokens/definitions/icons/regular/chat-bubble-question.svg +0 -5
  1144. package/tokens/definitions/icons/regular/chat-bubble-translate.svg +0 -3
  1145. package/tokens/definitions/icons/regular/chat-bubble-warning.svg +0 -5
  1146. package/tokens/definitions/icons/regular/chat-bubble.svg +0 -3
  1147. package/tokens/definitions/icons/regular/chat-lines.svg +0 -5
  1148. package/tokens/definitions/icons/regular/check-circle.svg +0 -4
  1149. package/tokens/definitions/icons/regular/check.svg +0 -3
  1150. package/tokens/definitions/icons/regular/clock-rotate-right.svg +0 -4
  1151. package/tokens/definitions/icons/regular/clock.svg +0 -3
  1152. package/tokens/definitions/icons/regular/cloud-download.svg +0 -3
  1153. package/tokens/definitions/icons/regular/cloud.svg +0 -3
  1154. package/tokens/definitions/icons/regular/coins.svg +0 -4
  1155. package/tokens/definitions/icons/regular/compass.svg +0 -4
  1156. package/tokens/definitions/icons/regular/copy.svg +0 -4
  1157. package/tokens/definitions/icons/regular/coupon.svg +0 -3
  1158. package/tokens/definitions/icons/regular/cube.svg +0 -3
  1159. package/tokens/definitions/icons/regular/delivery-check.svg +0 -5
  1160. package/tokens/definitions/icons/regular/delivery-truck.svg +0 -3
  1161. package/tokens/definitions/icons/regular/double-check.svg +0 -5
  1162. package/tokens/definitions/icons/regular/download.svg +0 -3
  1163. package/tokens/definitions/icons/regular/edit-pencil.svg +0 -3
  1164. package/tokens/definitions/icons/regular/empty-page.svg +0 -3
  1165. package/tokens/definitions/icons/regular/eye-closed.svg +0 -3
  1166. package/tokens/definitions/icons/regular/eye.svg +0 -3
  1167. package/tokens/definitions/icons/regular/face-id.svg +0 -10
  1168. package/tokens/definitions/icons/regular/filter-list.svg +0 -6
  1169. package/tokens/definitions/icons/regular/flash.svg +0 -3
  1170. package/tokens/definitions/icons/regular/gif.svg +0 -6
  1171. package/tokens/definitions/icons/regular/globe.svg +0 -3
  1172. package/tokens/definitions/icons/regular/graduation-cap.svg +0 -3
  1173. package/tokens/definitions/icons/regular/graph-down.svg +0 -3
  1174. package/tokens/definitions/icons/regular/graph-up.svg +0 -3
  1175. package/tokens/definitions/icons/regular/group.svg +0 -3
  1176. package/tokens/definitions/icons/regular/heart.svg +0 -3
  1177. package/tokens/definitions/icons/regular/help-circle.svg +0 -5
  1178. package/tokens/definitions/icons/regular/home.svg +0 -3
  1179. package/tokens/definitions/icons/regular/info-circle.svg +0 -5
  1180. package/tokens/definitions/icons/regular/instagram.svg +0 -5
  1181. package/tokens/definitions/icons/regular/key.svg +0 -3
  1182. package/tokens/definitions/icons/regular/language.svg +0 -3
  1183. package/tokens/definitions/icons/regular/link-slash.svg +0 -6
  1184. package/tokens/definitions/icons/regular/link.svg +0 -3
  1185. package/tokens/definitions/icons/regular/list.svg +0 -3
  1186. package/tokens/definitions/icons/regular/lock.svg +0 -3
  1187. package/tokens/definitions/icons/regular/log-in.svg +0 -3
  1188. package/tokens/definitions/icons/regular/log-out.svg +0 -4
  1189. package/tokens/definitions/icons/regular/magic-wand.svg +0 -6
  1190. package/tokens/definitions/icons/regular/mail.svg +0 -3
  1191. package/tokens/definitions/icons/regular/map-pin.svg +0 -3
  1192. package/tokens/definitions/icons/regular/map.svg +0 -3
  1193. package/tokens/definitions/icons/regular/maps-arrow.svg +0 -3
  1194. package/tokens/definitions/icons/regular/media-image.svg +0 -3
  1195. package/tokens/definitions/icons/regular/microphone.svg +0 -3
  1196. package/tokens/definitions/icons/regular/minus.svg +0 -3
  1197. package/tokens/definitions/icons/regular/more-horiz-circle.svg +0 -6
  1198. package/tokens/definitions/icons/regular/more-horiz.svg +0 -5
  1199. package/tokens/definitions/icons/regular/nav-arrow-down.svg +0 -3
  1200. package/tokens/definitions/icons/regular/nav-arrow-left.svg +0 -3
  1201. package/tokens/definitions/icons/regular/nav-arrow-right.svg +0 -3
  1202. package/tokens/definitions/icons/regular/nav-arrow-up.svg +0 -3
  1203. package/tokens/definitions/icons/regular/open-new-window.svg +0 -3
  1204. package/tokens/definitions/icons/regular/orb.svg +0 -3
  1205. package/tokens/definitions/icons/regular/page.svg +0 -3
  1206. package/tokens/definitions/icons/regular/passkey.svg +0 -5
  1207. package/tokens/definitions/icons/regular/percentage.svg +0 -5
  1208. package/tokens/definitions/icons/regular/pin.svg +0 -3
  1209. package/tokens/definitions/icons/regular/play.svg +0 -3
  1210. package/tokens/definitions/icons/regular/plus.svg +0 -3
  1211. package/tokens/definitions/icons/regular/post.svg +0 -6
  1212. package/tokens/definitions/icons/regular/profile-circle.svg +0 -4
  1213. package/tokens/definitions/icons/regular/prohibition.svg +0 -3
  1214. package/tokens/definitions/icons/regular/qr-code.svg +0 -3
  1215. package/tokens/definitions/icons/regular/refresh.svg +0 -3
  1216. package/tokens/definitions/icons/regular/reports.svg +0 -3
  1217. package/tokens/definitions/icons/regular/safe.svg +0 -4
  1218. package/tokens/definitions/icons/regular/scan.svg +0 -7
  1219. package/tokens/definitions/icons/regular/search.svg +0 -3
  1220. package/tokens/definitions/icons/regular/send-mail.svg +0 -5
  1221. package/tokens/definitions/icons/regular/settings.svg +0 -3
  1222. package/tokens/definitions/icons/regular/share-ios.svg +0 -4
  1223. package/tokens/definitions/icons/regular/shield-2.svg +0 -3
  1224. package/tokens/definitions/icons/regular/shield-alert.svg +0 -3
  1225. package/tokens/definitions/icons/regular/shield.svg +0 -3
  1226. package/tokens/definitions/icons/regular/smartphone-device.svg +0 -4
  1227. package/tokens/definitions/icons/regular/snow-flake.svg +0 -3
  1228. package/tokens/definitions/icons/regular/software-update-setting.svg +0 -4
  1229. package/tokens/definitions/icons/regular/sort-down.svg +0 -3
  1230. package/tokens/definitions/icons/regular/sort-up.svg +0 -3
  1231. package/tokens/definitions/icons/regular/sort.svg +0 -6
  1232. package/tokens/definitions/icons/regular/spark.svg +0 -3
  1233. package/tokens/definitions/icons/regular/sparks.svg +0 -4
  1234. package/tokens/definitions/icons/regular/star.svg +0 -3
  1235. package/tokens/definitions/icons/regular/stats-up-square.svg +0 -6
  1236. package/tokens/definitions/icons/regular/suitcase.svg +0 -3
  1237. package/tokens/definitions/icons/regular/timer-dots.svg +0 -3
  1238. package/tokens/definitions/icons/regular/trash.svg +0 -3
  1239. package/tokens/definitions/icons/regular/trophy.svg +0 -3
  1240. package/tokens/definitions/icons/regular/user.svg +0 -4
  1241. package/tokens/definitions/icons/regular/video-camera.svg +0 -3
  1242. package/tokens/definitions/icons/regular/view-grid.svg +0 -6
  1243. package/tokens/definitions/icons/regular/wallet.svg +0 -3
  1244. package/tokens/definitions/icons/regular/warning-circle.svg +0 -5
  1245. package/tokens/definitions/icons/regular/warning-hexagon.svg +0 -5
  1246. package/tokens/definitions/icons/regular/warning-triangle-2.svg +0 -3
  1247. package/tokens/definitions/icons/regular/warning-triangle.svg +0 -5
  1248. package/tokens/definitions/icons/regular/wifi-signal-none.svg +0 -3
  1249. package/tokens/definitions/icons/regular/wifi.svg +0 -6
  1250. package/tokens/definitions/icons/regular/xmark.svg +0 -3
  1251. package/tokens/definitions/icons/solid/airplane.svg +0 -3
  1252. package/tokens/definitions/icons/solid/apple-mac.svg +0 -4
  1253. package/tokens/definitions/icons/solid/arrow-down-left.svg +0 -3
  1254. package/tokens/definitions/icons/solid/arrow-down-right.svg +0 -3
  1255. package/tokens/definitions/icons/solid/arrow-down.svg +0 -3
  1256. package/tokens/definitions/icons/solid/arrow-left.svg +0 -3
  1257. package/tokens/definitions/icons/solid/arrow-right.svg +0 -3
  1258. package/tokens/definitions/icons/solid/arrow-split.svg +0 -3
  1259. package/tokens/definitions/icons/solid/arrow-up-left.svg +0 -3
  1260. package/tokens/definitions/icons/solid/arrow-up.svg +0 -3
  1261. package/tokens/definitions/icons/solid/at-sign.svg +0 -3
  1262. package/tokens/definitions/icons/solid/badge-check.svg +0 -3
  1263. package/tokens/definitions/icons/solid/badge-not-checked.svg +0 -3
  1264. package/tokens/definitions/icons/solid/bag.svg +0 -3
  1265. package/tokens/definitions/icons/solid/bank.svg +0 -3
  1266. package/tokens/definitions/icons/solid/bell-notification.svg +0 -4
  1267. package/tokens/definitions/icons/solid/bell-slash.svg +0 -3
  1268. package/tokens/definitions/icons/solid/bell.svg +0 -3
  1269. package/tokens/definitions/icons/solid/bookmark.svg +0 -3
  1270. package/tokens/definitions/icons/solid/box-iso.svg +0 -3
  1271. package/tokens/definitions/icons/solid/calendar-plus.svg +0 -4
  1272. package/tokens/definitions/icons/solid/calendar.svg +0 -3
  1273. package/tokens/definitions/icons/solid/camera.svg +0 -3
  1274. package/tokens/definitions/icons/solid/cash-multi.svg +0 -4
  1275. package/tokens/definitions/icons/solid/cash.svg +0 -3
  1276. package/tokens/definitions/icons/solid/cellular-no-signal.svg +0 -6
  1277. package/tokens/definitions/icons/solid/cellular.svg +0 -6
  1278. package/tokens/definitions/icons/solid/chat-bubble-empty.svg +0 -3
  1279. package/tokens/definitions/icons/solid/chat-bubble-question.svg +0 -3
  1280. package/tokens/definitions/icons/solid/chat-bubble-translate.svg +0 -3
  1281. package/tokens/definitions/icons/solid/chat-bubble-warning.svg +0 -3
  1282. package/tokens/definitions/icons/solid/chat-bubble.svg +0 -3
  1283. package/tokens/definitions/icons/solid/chat-lines.svg +0 -3
  1284. package/tokens/definitions/icons/solid/check-circle.svg +0 -3
  1285. package/tokens/definitions/icons/solid/check.svg +0 -3
  1286. package/tokens/definitions/icons/solid/clock-rotate-right.svg +0 -4
  1287. package/tokens/definitions/icons/solid/clock.svg +0 -3
  1288. package/tokens/definitions/icons/solid/cloud-download.svg +0 -3
  1289. package/tokens/definitions/icons/solid/cloud.svg +0 -3
  1290. package/tokens/definitions/icons/solid/coins.svg +0 -4
  1291. package/tokens/definitions/icons/solid/compass.svg +0 -3
  1292. package/tokens/definitions/icons/solid/copy.svg +0 -4
  1293. package/tokens/definitions/icons/solid/coupon.svg +0 -3
  1294. package/tokens/definitions/icons/solid/cube.svg +0 -5
  1295. package/tokens/definitions/icons/solid/delivery-check.svg +0 -3
  1296. package/tokens/definitions/icons/solid/delivery-truck.svg +0 -3
  1297. package/tokens/definitions/icons/solid/double-check.svg +0 -5
  1298. package/tokens/definitions/icons/solid/download.svg +0 -3
  1299. package/tokens/definitions/icons/solid/edit-pencil.svg +0 -4
  1300. package/tokens/definitions/icons/solid/empty-page.svg +0 -3
  1301. package/tokens/definitions/icons/solid/eye-closed.svg +0 -3
  1302. package/tokens/definitions/icons/solid/eye.svg +0 -3
  1303. package/tokens/definitions/icons/solid/face-id.svg +0 -10
  1304. package/tokens/definitions/icons/solid/filter-list.svg +0 -6
  1305. package/tokens/definitions/icons/solid/flash.svg +0 -3
  1306. package/tokens/definitions/icons/solid/gif.svg +0 -3
  1307. package/tokens/definitions/icons/solid/gift.svg +0 -3
  1308. package/tokens/definitions/icons/solid/globe.svg +0 -3
  1309. package/tokens/definitions/icons/solid/graduation-cap.svg +0 -4
  1310. package/tokens/definitions/icons/solid/graph-down.svg +0 -3
  1311. package/tokens/definitions/icons/solid/graph-up.svg +0 -3
  1312. package/tokens/definitions/icons/solid/group.svg +0 -4
  1313. package/tokens/definitions/icons/solid/heart.svg +0 -3
  1314. package/tokens/definitions/icons/solid/help-circle.svg +0 -3
  1315. package/tokens/definitions/icons/solid/home.svg +0 -3
  1316. package/tokens/definitions/icons/solid/info-circle.svg +0 -3
  1317. package/tokens/definitions/icons/solid/instagram.svg +0 -4
  1318. package/tokens/definitions/icons/solid/key.svg +0 -3
  1319. package/tokens/definitions/icons/solid/language.svg +0 -11
  1320. package/tokens/definitions/icons/solid/link.svg +0 -3
  1321. package/tokens/definitions/icons/solid/list.svg +0 -3
  1322. package/tokens/definitions/icons/solid/lock.svg +0 -3
  1323. package/tokens/definitions/icons/solid/log-in.svg +0 -3
  1324. package/tokens/definitions/icons/solid/log-out.svg +0 -4
  1325. package/tokens/definitions/icons/solid/magic-wand.svg +0 -6
  1326. package/tokens/definitions/icons/solid/mail.svg +0 -4
  1327. package/tokens/definitions/icons/solid/map-pin.svg +0 -3
  1328. package/tokens/definitions/icons/solid/map.svg +0 -3
  1329. package/tokens/definitions/icons/solid/maps-arrow.svg +0 -3
  1330. package/tokens/definitions/icons/solid/media-image.svg +0 -4
  1331. package/tokens/definitions/icons/solid/microphone.svg +0 -3
  1332. package/tokens/definitions/icons/solid/minus.svg +0 -3
  1333. package/tokens/definitions/icons/solid/more-horiz-circle.svg +0 -3
  1334. package/tokens/definitions/icons/solid/more-horiz.svg +0 -5
  1335. package/tokens/definitions/icons/solid/nav-arrow-down.svg +0 -3
  1336. package/tokens/definitions/icons/solid/nav-arrow-left.svg +0 -3
  1337. package/tokens/definitions/icons/solid/nav-arrow-right.svg +0 -3
  1338. package/tokens/definitions/icons/solid/nav-arrow-up.svg +0 -3
  1339. package/tokens/definitions/icons/solid/open-new-window.svg +0 -3
  1340. package/tokens/definitions/icons/solid/orb.svg +0 -3
  1341. package/tokens/definitions/icons/solid/page.svg +0 -3
  1342. package/tokens/definitions/icons/solid/passkey.svg +0 -5
  1343. package/tokens/definitions/icons/solid/percentage.svg +0 -5
  1344. package/tokens/definitions/icons/solid/pin.svg +0 -3
  1345. package/tokens/definitions/icons/solid/play.svg +0 -3
  1346. package/tokens/definitions/icons/solid/plus.svg +0 -3
  1347. package/tokens/definitions/icons/solid/post.svg +0 -3
  1348. package/tokens/definitions/icons/solid/profile-circle.svg +0 -4
  1349. package/tokens/definitions/icons/solid/prohibition.svg +0 -3
  1350. package/tokens/definitions/icons/solid/qr-code.svg +0 -3
  1351. package/tokens/definitions/icons/solid/refresh.svg +0 -3
  1352. package/tokens/definitions/icons/solid/reports.svg +0 -3
  1353. package/tokens/definitions/icons/solid/safe.svg +0 -4
  1354. package/tokens/definitions/icons/solid/scan.svg +0 -7
  1355. package/tokens/definitions/icons/solid/search.svg +0 -3
  1356. package/tokens/definitions/icons/solid/send-mail.svg +0 -5
  1357. package/tokens/definitions/icons/solid/settings.svg +0 -3
  1358. package/tokens/definitions/icons/solid/share-ios.svg +0 -4
  1359. package/tokens/definitions/icons/solid/shield-2.svg +0 -3
  1360. package/tokens/definitions/icons/solid/shield-alert.svg +0 -3
  1361. package/tokens/definitions/icons/solid/shield-check.svg +0 -3
  1362. package/tokens/definitions/icons/solid/shield.svg +0 -3
  1363. package/tokens/definitions/icons/solid/smartphone-device.svg +0 -3
  1364. package/tokens/definitions/icons/solid/snow-flake.svg +0 -3
  1365. package/tokens/definitions/icons/solid/software-update-setting.svg +0 -3
  1366. package/tokens/definitions/icons/solid/sort-down.svg +0 -3
  1367. package/tokens/definitions/icons/solid/sort-up.svg +0 -3
  1368. package/tokens/definitions/icons/solid/sort.svg +0 -6
  1369. package/tokens/definitions/icons/solid/spark.svg +0 -3
  1370. package/tokens/definitions/icons/solid/sparks.svg +0 -4
  1371. package/tokens/definitions/icons/solid/star.svg +0 -3
  1372. package/tokens/definitions/icons/solid/stats-up-square.svg +0 -3
  1373. package/tokens/definitions/icons/solid/suitcase.svg +0 -3
  1374. package/tokens/definitions/icons/solid/text.svg +0 -3
  1375. package/tokens/definitions/icons/solid/timer-dots.svg +0 -3
  1376. package/tokens/definitions/icons/solid/trash.svg +0 -3
  1377. package/tokens/definitions/icons/solid/trophy.svg +0 -3
  1378. package/tokens/definitions/icons/solid/user.svg +0 -4
  1379. package/tokens/definitions/icons/solid/video-camera.svg +0 -3
  1380. package/tokens/definitions/icons/solid/view-grid.svg +0 -6
  1381. package/tokens/definitions/icons/solid/wallet.svg +0 -3
  1382. package/tokens/definitions/icons/solid/warning-circle.svg +0 -3
  1383. package/tokens/definitions/icons/solid/warning-hexagon.svg +0 -3
  1384. package/tokens/definitions/icons/solid/warning-triangle-2.svg +0 -3
  1385. package/tokens/definitions/icons/solid/warning-triangle.svg +0 -3
  1386. package/tokens/definitions/icons/solid/wifi-signal-none.svg +0 -3
  1387. package/tokens/definitions/icons/solid/wifi.svg +0 -6
  1388. package/tokens/definitions/icons/solid/xmark.svg +0 -3
  1389. package/tokens/formats/buttons-android.ts +0 -49
  1390. package/tokens/formats/buttons-ios.ts +0 -50
  1391. package/tokens/formats/buttons.ts +0 -187
  1392. package/tokens/formats/colors-android.ts +0 -64
  1393. package/tokens/formats/colors-ios.ts +0 -106
  1394. package/tokens/formats/colors-web.ts +0 -32
  1395. package/tokens/formats/fonts-android.ts +0 -33
  1396. package/tokens/formats/fonts-ios.ts +0 -34
  1397. package/tokens/formats/fonts-web.ts +0 -44
  1398. package/tokens/formats/icons-android.ts +0 -210
  1399. package/tokens/formats/icons-ios.ts +0 -100
  1400. package/tokens/formats/icons-shared.ts +0 -72
  1401. package/tokens/formats/icons-web.ts +0 -36
  1402. package/tokens/formats/loaders.ts +0 -168
  1403. package/tokens/formats/resolver-android.ts +0 -124
  1404. package/tokens/formats/resolver-ios.ts +0 -128
  1405. package/tokens/formats/resolver-shared.ts +0 -176
  1406. package/tokens/formats/resolver-web.ts +0 -89
  1407. package/tokens/formats/shared.ts +0 -70
  1408. package/tokens/formats/types-web.ts +0 -61
  1409. package/tokens/templates/android/NucleusButtons.kt.hbs +0 -61
  1410. package/tokens/templates/android/NucleusColors.kt.hbs +0 -11
  1411. package/tokens/templates/android/NucleusFonts.kt.hbs +0 -39
  1412. package/tokens/templates/android/NucleusIcon.kt.hbs +0 -71
  1413. package/tokens/templates/ios/NucleusButton+Defaults.swift.hbs +0 -20
  1414. package/tokens/templates/ios/NucleusColor+Primitives.swift.hbs +0 -7
  1415. package/tokens/templates/ios/NucleusColor+Semantics.swift.hbs +0 -11
  1416. package/tokens/templates/ios/NucleusFont+Defaults.swift.hbs +0 -14
  1417. package/tokens/templates/ios/NucleusIcon+Defaults.swift.hbs +0 -17
  1418. package/tokens/templates/web/package.json +0 -20
  1419. package/tsconfig.json +0 -17
  1420. /package/{ios/Sources/NucleusFonts/Resources/Fonts → fonts}/WorldProMVP.ttf +0 -0
  1421. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/airplane-outline.imageset → icons}/airplane-outline.svg +0 -0
  1422. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/airplane-regular.imageset → icons}/airplane-regular.svg +0 -0
  1423. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/airplane-solid.imageset → icons}/airplane-solid.svg +0 -0
  1424. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/antenna-signal-outline.imageset → icons}/antenna-signal-outline.svg +0 -0
  1425. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/antenna-signal-regular.imageset → icons}/antenna-signal-regular.svg +0 -0
  1426. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/apple-mac-outline.imageset → icons}/apple-mac-outline.svg +0 -0
  1427. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/apple-mac-regular.imageset → icons}/apple-mac-regular.svg +0 -0
  1428. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/apple-mac-solid.imageset → icons}/apple-mac-solid.svg +0 -0
  1429. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/arrow-down-left-outline.imageset → icons}/arrow-down-left-outline.svg +0 -0
  1430. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/arrow-down-left-regular.imageset → icons}/arrow-down-left-regular.svg +0 -0
  1431. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/arrow-down-left-solid.imageset → icons}/arrow-down-left-solid.svg +0 -0
  1432. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/arrow-down-outline.imageset → icons}/arrow-down-outline.svg +0 -0
  1433. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/arrow-down-regular.imageset → icons}/arrow-down-regular.svg +0 -0
  1434. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/arrow-down-right-outline.imageset → icons}/arrow-down-right-outline.svg +0 -0
  1435. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/arrow-down-right-regular.imageset → icons}/arrow-down-right-regular.svg +0 -0
  1436. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/arrow-down-right-solid.imageset → icons}/arrow-down-right-solid.svg +0 -0
  1437. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/arrow-down-solid.imageset → icons}/arrow-down-solid.svg +0 -0
  1438. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/arrow-left-outline.imageset → icons}/arrow-left-outline.svg +0 -0
  1439. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/arrow-left-regular.imageset → icons}/arrow-left-regular.svg +0 -0
  1440. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/arrow-left-solid.imageset → icons}/arrow-left-solid.svg +0 -0
  1441. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/arrow-right-outline.imageset → icons}/arrow-right-outline.svg +0 -0
  1442. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/arrow-right-regular.imageset → icons}/arrow-right-regular.svg +0 -0
  1443. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/arrow-right-solid.imageset → icons}/arrow-right-solid.svg +0 -0
  1444. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/arrow-split-outline.imageset → icons}/arrow-split-outline.svg +0 -0
  1445. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/arrow-split-regular.imageset → icons}/arrow-split-regular.svg +0 -0
  1446. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/arrow-split-solid.imageset → icons}/arrow-split-solid.svg +0 -0
  1447. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/arrow-up-left-outline.imageset → icons}/arrow-up-left-outline.svg +0 -0
  1448. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/arrow-up-left-regular.imageset → icons}/arrow-up-left-regular.svg +0 -0
  1449. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/arrow-up-left-solid.imageset → icons}/arrow-up-left-solid.svg +0 -0
  1450. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/arrow-up-outline.imageset → icons}/arrow-up-outline.svg +0 -0
  1451. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/arrow-up-regular.imageset → icons}/arrow-up-regular.svg +0 -0
  1452. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/arrow-up-right-outline.imageset → icons}/arrow-up-right-outline.svg +0 -0
  1453. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/arrow-up-right-regular.imageset → icons}/arrow-up-right-regular.svg +0 -0
  1454. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/arrow-up-solid.imageset → icons}/arrow-up-solid.svg +0 -0
  1455. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/at-sign-outline.imageset → icons}/at-sign-outline.svg +0 -0
  1456. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/at-sign-regular.imageset → icons}/at-sign-regular.svg +0 -0
  1457. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/at-sign-solid.imageset → icons}/at-sign-solid.svg +0 -0
  1458. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/badge-check-outline.imageset → icons}/badge-check-outline.svg +0 -0
  1459. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/badge-check-regular.imageset → icons}/badge-check-regular.svg +0 -0
  1460. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/badge-check-solid.imageset → icons}/badge-check-solid.svg +0 -0
  1461. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/badge-not-checked-outline.imageset → icons}/badge-not-checked-outline.svg +0 -0
  1462. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/badge-not-checked-regular.imageset → icons}/badge-not-checked-regular.svg +0 -0
  1463. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/badge-not-checked-solid.imageset → icons}/badge-not-checked-solid.svg +0 -0
  1464. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/bag-outline.imageset → icons}/bag-outline.svg +0 -0
  1465. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/bag-regular.imageset → icons}/bag-regular.svg +0 -0
  1466. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/bag-solid.imageset → icons}/bag-solid.svg +0 -0
  1467. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/bank-outline.imageset → icons}/bank-outline.svg +0 -0
  1468. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/bank-regular.imageset → icons}/bank-regular.svg +0 -0
  1469. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/bank-solid.imageset → icons}/bank-solid.svg +0 -0
  1470. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/bell-notification-outline.imageset → icons}/bell-notification-outline.svg +0 -0
  1471. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/bell-notification-regular.imageset → icons}/bell-notification-regular.svg +0 -0
  1472. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/bell-notification-solid.imageset → icons}/bell-notification-solid.svg +0 -0
  1473. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/bell-outline.imageset → icons}/bell-outline.svg +0 -0
  1474. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/bell-regular.imageset → icons}/bell-regular.svg +0 -0
  1475. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/bell-slash-outline.imageset → icons}/bell-slash-outline.svg +0 -0
  1476. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/bell-slash-regular.imageset → icons}/bell-slash-regular.svg +0 -0
  1477. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/bell-slash-solid.imageset → icons}/bell-slash-solid.svg +0 -0
  1478. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/bell-solid.imageset → icons}/bell-solid.svg +0 -0
  1479. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/bookmark-outline.imageset → icons}/bookmark-outline.svg +0 -0
  1480. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/bookmark-regular.imageset → icons}/bookmark-regular.svg +0 -0
  1481. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/bookmark-solid.imageset → icons}/bookmark-solid.svg +0 -0
  1482. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/box-iso-outline.imageset → icons}/box-iso-outline.svg +0 -0
  1483. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/box-iso-regular.imageset → icons}/box-iso-regular.svg +0 -0
  1484. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/box-iso-solid.imageset → icons}/box-iso-solid.svg +0 -0
  1485. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/calendar-outline.imageset → icons}/calendar-outline.svg +0 -0
  1486. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/calendar-plus-outline.imageset → icons}/calendar-plus-outline.svg +0 -0
  1487. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/calendar-plus-regular.imageset → icons}/calendar-plus-regular.svg +0 -0
  1488. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/calendar-plus-solid.imageset → icons}/calendar-plus-solid.svg +0 -0
  1489. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/calendar-regular.imageset → icons}/calendar-regular.svg +0 -0
  1490. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/calendar-solid.imageset → icons}/calendar-solid.svg +0 -0
  1491. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/camera-outline.imageset → icons}/camera-outline.svg +0 -0
  1492. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/camera-regular.imageset → icons}/camera-regular.svg +0 -0
  1493. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/camera-solid.imageset → icons}/camera-solid.svg +0 -0
  1494. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/cash-multi-outline.imageset → icons}/cash-multi-outline.svg +0 -0
  1495. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/cash-multi-regular.imageset → icons}/cash-multi-regular.svg +0 -0
  1496. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/cash-multi-solid.imageset → icons}/cash-multi-solid.svg +0 -0
  1497. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/cash-outline.imageset → icons}/cash-outline.svg +0 -0
  1498. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/cash-regular.imageset → icons}/cash-regular.svg +0 -0
  1499. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/cash-solid.imageset → icons}/cash-solid.svg +0 -0
  1500. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/cellular-no-signal-outline.imageset → icons}/cellular-no-signal-outline.svg +0 -0
  1501. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/cellular-no-signal-regular.imageset → icons}/cellular-no-signal-regular.svg +0 -0
  1502. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/cellular-no-signal-solid.imageset → icons}/cellular-no-signal-solid.svg +0 -0
  1503. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/cellular-outline.imageset → icons}/cellular-outline.svg +0 -0
  1504. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/cellular-regular.imageset → icons}/cellular-regular.svg +0 -0
  1505. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/cellular-solid.imageset → icons}/cellular-solid.svg +0 -0
  1506. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/chat-bubble-empty-outline.imageset → icons}/chat-bubble-empty-outline.svg +0 -0
  1507. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/chat-bubble-empty-regular.imageset → icons}/chat-bubble-empty-regular.svg +0 -0
  1508. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/chat-bubble-empty-solid.imageset → icons}/chat-bubble-empty-solid.svg +0 -0
  1509. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/chat-bubble-outline.imageset → icons}/chat-bubble-outline.svg +0 -0
  1510. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/chat-bubble-question-outline.imageset → icons}/chat-bubble-question-outline.svg +0 -0
  1511. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/chat-bubble-question-regular.imageset → icons}/chat-bubble-question-regular.svg +0 -0
  1512. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/chat-bubble-question-solid.imageset → icons}/chat-bubble-question-solid.svg +0 -0
  1513. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/chat-bubble-regular.imageset → icons}/chat-bubble-regular.svg +0 -0
  1514. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/chat-bubble-solid.imageset → icons}/chat-bubble-solid.svg +0 -0
  1515. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/chat-bubble-translate-outline.imageset → icons}/chat-bubble-translate-outline.svg +0 -0
  1516. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/chat-bubble-translate-regular.imageset → icons}/chat-bubble-translate-regular.svg +0 -0
  1517. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/chat-bubble-translate-solid.imageset → icons}/chat-bubble-translate-solid.svg +0 -0
  1518. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/chat-bubble-warning-outline.imageset → icons}/chat-bubble-warning-outline.svg +0 -0
  1519. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/chat-bubble-warning-regular.imageset → icons}/chat-bubble-warning-regular.svg +0 -0
  1520. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/chat-bubble-warning-solid.imageset → icons}/chat-bubble-warning-solid.svg +0 -0
  1521. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/chat-lines-outline.imageset → icons}/chat-lines-outline.svg +0 -0
  1522. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/chat-lines-regular.imageset → icons}/chat-lines-regular.svg +0 -0
  1523. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/chat-lines-solid.imageset → icons}/chat-lines-solid.svg +0 -0
  1524. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/check-circle-outline.imageset → icons}/check-circle-outline.svg +0 -0
  1525. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/check-circle-regular.imageset → icons}/check-circle-regular.svg +0 -0
  1526. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/check-circle-solid.imageset → icons}/check-circle-solid.svg +0 -0
  1527. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/check-outline.imageset → icons}/check-outline.svg +0 -0
  1528. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/check-regular.imageset → icons}/check-regular.svg +0 -0
  1529. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/check-solid.imageset → icons}/check-solid.svg +0 -0
  1530. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/clock-outline.imageset → icons}/clock-outline.svg +0 -0
  1531. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/clock-regular.imageset → icons}/clock-regular.svg +0 -0
  1532. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/clock-rotate-right-outline.imageset → icons}/clock-rotate-right-outline.svg +0 -0
  1533. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/clock-rotate-right-regular.imageset → icons}/clock-rotate-right-regular.svg +0 -0
  1534. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/clock-rotate-right-solid.imageset → icons}/clock-rotate-right-solid.svg +0 -0
  1535. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/clock-solid.imageset → icons}/clock-solid.svg +0 -0
  1536. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/cloud-download-outline.imageset → icons}/cloud-download-outline.svg +0 -0
  1537. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/cloud-download-regular.imageset → icons}/cloud-download-regular.svg +0 -0
  1538. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/cloud-download-solid.imageset → icons}/cloud-download-solid.svg +0 -0
  1539. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/cloud-outline.imageset → icons}/cloud-outline.svg +0 -0
  1540. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/cloud-regular.imageset → icons}/cloud-regular.svg +0 -0
  1541. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/cloud-solid.imageset → icons}/cloud-solid.svg +0 -0
  1542. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/coins-outline.imageset → icons}/coins-outline.svg +0 -0
  1543. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/coins-regular.imageset → icons}/coins-regular.svg +0 -0
  1544. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/coins-solid.imageset → icons}/coins-solid.svg +0 -0
  1545. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/compass-outline.imageset → icons}/compass-outline.svg +0 -0
  1546. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/compass-regular.imageset → icons}/compass-regular.svg +0 -0
  1547. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/compass-solid.imageset → icons}/compass-solid.svg +0 -0
  1548. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/copy-outline.imageset → icons}/copy-outline.svg +0 -0
  1549. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/copy-regular.imageset → icons}/copy-regular.svg +0 -0
  1550. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/copy-solid.imageset → icons}/copy-solid.svg +0 -0
  1551. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/coupon-outline.imageset → icons}/coupon-outline.svg +0 -0
  1552. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/coupon-regular.imageset → icons}/coupon-regular.svg +0 -0
  1553. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/coupon-solid.imageset → icons}/coupon-solid.svg +0 -0
  1554. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/cube-outline.imageset → icons}/cube-outline.svg +0 -0
  1555. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/cube-regular.imageset → icons}/cube-regular.svg +0 -0
  1556. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/cube-solid.imageset → icons}/cube-solid.svg +0 -0
  1557. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/delivery-check-outline.imageset → icons}/delivery-check-outline.svg +0 -0
  1558. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/delivery-check-regular.imageset → icons}/delivery-check-regular.svg +0 -0
  1559. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/delivery-check-solid.imageset → icons}/delivery-check-solid.svg +0 -0
  1560. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/delivery-truck-outline.imageset → icons}/delivery-truck-outline.svg +0 -0
  1561. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/delivery-truck-regular.imageset → icons}/delivery-truck-regular.svg +0 -0
  1562. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/delivery-truck-solid.imageset → icons}/delivery-truck-solid.svg +0 -0
  1563. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/double-check-outline.imageset → icons}/double-check-outline.svg +0 -0
  1564. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/double-check-regular.imageset → icons}/double-check-regular.svg +0 -0
  1565. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/double-check-solid.imageset → icons}/double-check-solid.svg +0 -0
  1566. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/download-outline.imageset → icons}/download-outline.svg +0 -0
  1567. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/download-regular.imageset → icons}/download-regular.svg +0 -0
  1568. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/download-solid.imageset → icons}/download-solid.svg +0 -0
  1569. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/edit-pencil-outline.imageset → icons}/edit-pencil-outline.svg +0 -0
  1570. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/edit-pencil-regular.imageset → icons}/edit-pencil-regular.svg +0 -0
  1571. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/edit-pencil-solid.imageset → icons}/edit-pencil-solid.svg +0 -0
  1572. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/empty-page-outline.imageset → icons}/empty-page-outline.svg +0 -0
  1573. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/empty-page-regular.imageset → icons}/empty-page-regular.svg +0 -0
  1574. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/empty-page-solid.imageset → icons}/empty-page-solid.svg +0 -0
  1575. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/eye-closed-outline.imageset → icons}/eye-closed-outline.svg +0 -0
  1576. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/eye-closed-regular.imageset → icons}/eye-closed-regular.svg +0 -0
  1577. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/eye-closed-solid.imageset → icons}/eye-closed-solid.svg +0 -0
  1578. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/eye-outline.imageset → icons}/eye-outline.svg +0 -0
  1579. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/eye-regular.imageset → icons}/eye-regular.svg +0 -0
  1580. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/eye-solid.imageset → icons}/eye-solid.svg +0 -0
  1581. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/face-id-outline.imageset → icons}/face-id-outline.svg +0 -0
  1582. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/face-id-regular.imageset → icons}/face-id-regular.svg +0 -0
  1583. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/face-id-solid.imageset → icons}/face-id-solid.svg +0 -0
  1584. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/filter-list-outline.imageset → icons}/filter-list-outline.svg +0 -0
  1585. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/filter-list-regular.imageset → icons}/filter-list-regular.svg +0 -0
  1586. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/filter-list-solid.imageset → icons}/filter-list-solid.svg +0 -0
  1587. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/flash-outline.imageset → icons}/flash-outline.svg +0 -0
  1588. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/flash-regular.imageset → icons}/flash-regular.svg +0 -0
  1589. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/flash-solid.imageset → icons}/flash-solid.svg +0 -0
  1590. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/gif-outline.imageset → icons}/gif-outline.svg +0 -0
  1591. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/gif-regular.imageset → icons}/gif-regular.svg +0 -0
  1592. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/gif-solid.imageset → icons}/gif-solid.svg +0 -0
  1593. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/gift-outline.imageset → icons}/gift-outline.svg +0 -0
  1594. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/gift-solid.imageset → icons}/gift-solid.svg +0 -0
  1595. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/globe-outline.imageset → icons}/globe-outline.svg +0 -0
  1596. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/globe-regular.imageset → icons}/globe-regular.svg +0 -0
  1597. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/globe-solid.imageset → icons}/globe-solid.svg +0 -0
  1598. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/graduation-cap-outline.imageset → icons}/graduation-cap-outline.svg +0 -0
  1599. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/graduation-cap-regular.imageset → icons}/graduation-cap-regular.svg +0 -0
  1600. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/graduation-cap-solid.imageset → icons}/graduation-cap-solid.svg +0 -0
  1601. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/graph-down-outline.imageset → icons}/graph-down-outline.svg +0 -0
  1602. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/graph-down-regular.imageset → icons}/graph-down-regular.svg +0 -0
  1603. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/graph-down-solid.imageset → icons}/graph-down-solid.svg +0 -0
  1604. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/graph-up-outline.imageset → icons}/graph-up-outline.svg +0 -0
  1605. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/graph-up-regular.imageset → icons}/graph-up-regular.svg +0 -0
  1606. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/graph-up-solid.imageset → icons}/graph-up-solid.svg +0 -0
  1607. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/group-outline.imageset → icons}/group-outline.svg +0 -0
  1608. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/group-regular.imageset → icons}/group-regular.svg +0 -0
  1609. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/group-solid.imageset → icons}/group-solid.svg +0 -0
  1610. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/heart-outline.imageset → icons}/heart-outline.svg +0 -0
  1611. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/heart-regular.imageset → icons}/heart-regular.svg +0 -0
  1612. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/heart-solid.imageset → icons}/heart-solid.svg +0 -0
  1613. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/help-circle-outline.imageset → icons}/help-circle-outline.svg +0 -0
  1614. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/help-circle-regular.imageset → icons}/help-circle-regular.svg +0 -0
  1615. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/help-circle-solid.imageset → icons}/help-circle-solid.svg +0 -0
  1616. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/home-outline.imageset → icons}/home-outline.svg +0 -0
  1617. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/home-regular.imageset → icons}/home-regular.svg +0 -0
  1618. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/home-solid.imageset → icons}/home-solid.svg +0 -0
  1619. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/info-circle-outline.imageset → icons}/info-circle-outline.svg +0 -0
  1620. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/info-circle-regular.imageset → icons}/info-circle-regular.svg +0 -0
  1621. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/info-circle-solid.imageset → icons}/info-circle-solid.svg +0 -0
  1622. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/instagram-outline.imageset → icons}/instagram-outline.svg +0 -0
  1623. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/instagram-regular.imageset → icons}/instagram-regular.svg +0 -0
  1624. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/instagram-solid.imageset → icons}/instagram-solid.svg +0 -0
  1625. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/key-outline.imageset → icons}/key-outline.svg +0 -0
  1626. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/key-regular.imageset → icons}/key-regular.svg +0 -0
  1627. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/key-solid.imageset → icons}/key-solid.svg +0 -0
  1628. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/language-outline.imageset → icons}/language-outline.svg +0 -0
  1629. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/language-regular.imageset → icons}/language-regular.svg +0 -0
  1630. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/language-solid.imageset → icons}/language-solid.svg +0 -0
  1631. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/link-outline.imageset → icons}/link-outline.svg +0 -0
  1632. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/link-regular.imageset → icons}/link-regular.svg +0 -0
  1633. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/link-slash-outline.imageset → icons}/link-slash-outline.svg +0 -0
  1634. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/link-slash-regular.imageset → icons}/link-slash-regular.svg +0 -0
  1635. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/link-solid.imageset → icons}/link-solid.svg +0 -0
  1636. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/list-outline.imageset → icons}/list-outline.svg +0 -0
  1637. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/list-regular.imageset → icons}/list-regular.svg +0 -0
  1638. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/list-solid.imageset → icons}/list-solid.svg +0 -0
  1639. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/lock-outline.imageset → icons}/lock-outline.svg +0 -0
  1640. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/lock-regular.imageset → icons}/lock-regular.svg +0 -0
  1641. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/lock-solid.imageset → icons}/lock-solid.svg +0 -0
  1642. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/log-in-outline.imageset → icons}/log-in-outline.svg +0 -0
  1643. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/log-in-regular.imageset → icons}/log-in-regular.svg +0 -0
  1644. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/log-in-solid.imageset → icons}/log-in-solid.svg +0 -0
  1645. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/log-out-outline.imageset → icons}/log-out-outline.svg +0 -0
  1646. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/log-out-regular.imageset → icons}/log-out-regular.svg +0 -0
  1647. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/log-out-solid.imageset → icons}/log-out-solid.svg +0 -0
  1648. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/magic-wand-outline.imageset → icons}/magic-wand-outline.svg +0 -0
  1649. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/magic-wand-regular.imageset → icons}/magic-wand-regular.svg +0 -0
  1650. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/magic-wand-solid.imageset → icons}/magic-wand-solid.svg +0 -0
  1651. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/mail-outline.imageset → icons}/mail-outline.svg +0 -0
  1652. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/mail-regular.imageset → icons}/mail-regular.svg +0 -0
  1653. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/mail-solid.imageset → icons}/mail-solid.svg +0 -0
  1654. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/map-outline.imageset → icons}/map-outline.svg +0 -0
  1655. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/map-pin-outline.imageset → icons}/map-pin-outline.svg +0 -0
  1656. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/map-pin-regular.imageset → icons}/map-pin-regular.svg +0 -0
  1657. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/map-pin-solid.imageset → icons}/map-pin-solid.svg +0 -0
  1658. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/map-regular.imageset → icons}/map-regular.svg +0 -0
  1659. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/map-solid.imageset → icons}/map-solid.svg +0 -0
  1660. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/maps-arrow-outline.imageset → icons}/maps-arrow-outline.svg +0 -0
  1661. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/maps-arrow-regular.imageset → icons}/maps-arrow-regular.svg +0 -0
  1662. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/maps-arrow-solid.imageset → icons}/maps-arrow-solid.svg +0 -0
  1663. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/media-image-outline.imageset → icons}/media-image-outline.svg +0 -0
  1664. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/media-image-regular.imageset → icons}/media-image-regular.svg +0 -0
  1665. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/media-image-solid.imageset → icons}/media-image-solid.svg +0 -0
  1666. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/microphone-outline.imageset → icons}/microphone-outline.svg +0 -0
  1667. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/microphone-regular.imageset → icons}/microphone-regular.svg +0 -0
  1668. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/microphone-solid.imageset → icons}/microphone-solid.svg +0 -0
  1669. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/minus-outline.imageset → icons}/minus-outline.svg +0 -0
  1670. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/minus-regular.imageset → icons}/minus-regular.svg +0 -0
  1671. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/minus-solid.imageset → icons}/minus-solid.svg +0 -0
  1672. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/more-horiz-circle-outline.imageset → icons}/more-horiz-circle-outline.svg +0 -0
  1673. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/more-horiz-circle-regular.imageset → icons}/more-horiz-circle-regular.svg +0 -0
  1674. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/more-horiz-circle-solid.imageset → icons}/more-horiz-circle-solid.svg +0 -0
  1675. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/more-horiz-outline.imageset → icons}/more-horiz-outline.svg +0 -0
  1676. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/more-horiz-regular.imageset → icons}/more-horiz-regular.svg +0 -0
  1677. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/more-horiz-solid.imageset → icons}/more-horiz-solid.svg +0 -0
  1678. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/nav-arrow-down-outline.imageset → icons}/nav-arrow-down-outline.svg +0 -0
  1679. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/nav-arrow-down-regular.imageset → icons}/nav-arrow-down-regular.svg +0 -0
  1680. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/nav-arrow-down-solid.imageset → icons}/nav-arrow-down-solid.svg +0 -0
  1681. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/nav-arrow-left-outline.imageset → icons}/nav-arrow-left-outline.svg +0 -0
  1682. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/nav-arrow-left-regular.imageset → icons}/nav-arrow-left-regular.svg +0 -0
  1683. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/nav-arrow-left-solid.imageset → icons}/nav-arrow-left-solid.svg +0 -0
  1684. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/nav-arrow-right-outline.imageset → icons}/nav-arrow-right-outline.svg +0 -0
  1685. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/nav-arrow-right-regular.imageset → icons}/nav-arrow-right-regular.svg +0 -0
  1686. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/nav-arrow-right-solid.imageset → icons}/nav-arrow-right-solid.svg +0 -0
  1687. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/nav-arrow-up-outline.imageset → icons}/nav-arrow-up-outline.svg +0 -0
  1688. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/nav-arrow-up-regular.imageset → icons}/nav-arrow-up-regular.svg +0 -0
  1689. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/nav-arrow-up-solid.imageset → icons}/nav-arrow-up-solid.svg +0 -0
  1690. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/open-new-window-outline.imageset → icons}/open-new-window-outline.svg +0 -0
  1691. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/open-new-window-regular.imageset → icons}/open-new-window-regular.svg +0 -0
  1692. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/open-new-window-solid.imageset → icons}/open-new-window-solid.svg +0 -0
  1693. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/orb-outline.imageset → icons}/orb-outline.svg +0 -0
  1694. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/orb-regular.imageset → icons}/orb-regular.svg +0 -0
  1695. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/orb-solid.imageset → icons}/orb-solid.svg +0 -0
  1696. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/page-outline.imageset → icons}/page-outline.svg +0 -0
  1697. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/page-regular.imageset → icons}/page-regular.svg +0 -0
  1698. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/page-solid.imageset → icons}/page-solid.svg +0 -0
  1699. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/passkey-outline.imageset → icons}/passkey-outline.svg +0 -0
  1700. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/passkey-regular.imageset → icons}/passkey-regular.svg +0 -0
  1701. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/passkey-solid.imageset → icons}/passkey-solid.svg +0 -0
  1702. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/percentage-outline.imageset → icons}/percentage-outline.svg +0 -0
  1703. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/percentage-regular.imageset → icons}/percentage-regular.svg +0 -0
  1704. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/percentage-solid.imageset → icons}/percentage-solid.svg +0 -0
  1705. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/pin-outline.imageset → icons}/pin-outline.svg +0 -0
  1706. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/pin-regular.imageset → icons}/pin-regular.svg +0 -0
  1707. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/pin-solid.imageset → icons}/pin-solid.svg +0 -0
  1708. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/play-outline.imageset → icons}/play-outline.svg +0 -0
  1709. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/play-regular.imageset → icons}/play-regular.svg +0 -0
  1710. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/play-solid.imageset → icons}/play-solid.svg +0 -0
  1711. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/plus-outline.imageset → icons}/plus-outline.svg +0 -0
  1712. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/plus-regular.imageset → icons}/plus-regular.svg +0 -0
  1713. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/plus-solid.imageset → icons}/plus-solid.svg +0 -0
  1714. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/post-outline.imageset → icons}/post-outline.svg +0 -0
  1715. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/post-regular.imageset → icons}/post-regular.svg +0 -0
  1716. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/post-solid.imageset → icons}/post-solid.svg +0 -0
  1717. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/profile-circle-outline.imageset → icons}/profile-circle-outline.svg +0 -0
  1718. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/profile-circle-regular.imageset → icons}/profile-circle-regular.svg +0 -0
  1719. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/profile-circle-solid.imageset → icons}/profile-circle-solid.svg +0 -0
  1720. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/prohibition-outline.imageset → icons}/prohibition-outline.svg +0 -0
  1721. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/prohibition-regular.imageset → icons}/prohibition-regular.svg +0 -0
  1722. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/prohibition-solid.imageset → icons}/prohibition-solid.svg +0 -0
  1723. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/qr-code-outline.imageset → icons}/qr-code-outline.svg +0 -0
  1724. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/qr-code-regular.imageset → icons}/qr-code-regular.svg +0 -0
  1725. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/qr-code-solid.imageset → icons}/qr-code-solid.svg +0 -0
  1726. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/refresh-outline.imageset → icons}/refresh-outline.svg +0 -0
  1727. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/refresh-regular.imageset → icons}/refresh-regular.svg +0 -0
  1728. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/refresh-solid.imageset → icons}/refresh-solid.svg +0 -0
  1729. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/reports-outline.imageset → icons}/reports-outline.svg +0 -0
  1730. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/reports-regular.imageset → icons}/reports-regular.svg +0 -0
  1731. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/reports-solid.imageset → icons}/reports-solid.svg +0 -0
  1732. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/safe-outline.imageset → icons}/safe-outline.svg +0 -0
  1733. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/safe-regular.imageset → icons}/safe-regular.svg +0 -0
  1734. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/safe-solid.imageset → icons}/safe-solid.svg +0 -0
  1735. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/scan-outline.imageset → icons}/scan-outline.svg +0 -0
  1736. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/scan-regular.imageset → icons}/scan-regular.svg +0 -0
  1737. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/scan-solid.imageset → icons}/scan-solid.svg +0 -0
  1738. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/search-outline.imageset → icons}/search-outline.svg +0 -0
  1739. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/search-regular.imageset → icons}/search-regular.svg +0 -0
  1740. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/search-solid.imageset → icons}/search-solid.svg +0 -0
  1741. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/send-mail-outline.imageset → icons}/send-mail-outline.svg +0 -0
  1742. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/send-mail-regular.imageset → icons}/send-mail-regular.svg +0 -0
  1743. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/send-mail-solid.imageset → icons}/send-mail-solid.svg +0 -0
  1744. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/settings-outline.imageset → icons}/settings-outline.svg +0 -0
  1745. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/settings-regular.imageset → icons}/settings-regular.svg +0 -0
  1746. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/settings-solid.imageset → icons}/settings-solid.svg +0 -0
  1747. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/share-ios-outline.imageset → icons}/share-ios-outline.svg +0 -0
  1748. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/share-ios-regular.imageset → icons}/share-ios-regular.svg +0 -0
  1749. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/share-ios-solid.imageset → icons}/share-ios-solid.svg +0 -0
  1750. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/shield-2-outline.imageset → icons}/shield-2-outline.svg +0 -0
  1751. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/shield-2-regular.imageset → icons}/shield-2-regular.svg +0 -0
  1752. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/shield-2-solid.imageset → icons}/shield-2-solid.svg +0 -0
  1753. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/shield-alert-outline.imageset → icons}/shield-alert-outline.svg +0 -0
  1754. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/shield-alert-regular.imageset → icons}/shield-alert-regular.svg +0 -0
  1755. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/shield-alert-solid.imageset → icons}/shield-alert-solid.svg +0 -0
  1756. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/shield-check-outline.imageset → icons}/shield-check-outline.svg +0 -0
  1757. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/shield-check-solid.imageset → icons}/shield-check-solid.svg +0 -0
  1758. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/shield-outline.imageset → icons}/shield-outline.svg +0 -0
  1759. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/shield-regular.imageset → icons}/shield-regular.svg +0 -0
  1760. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/shield-solid.imageset → icons}/shield-solid.svg +0 -0
  1761. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/smartphone-device-outline.imageset → icons}/smartphone-device-outline.svg +0 -0
  1762. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/smartphone-device-regular.imageset → icons}/smartphone-device-regular.svg +0 -0
  1763. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/smartphone-device-solid.imageset → icons}/smartphone-device-solid.svg +0 -0
  1764. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/snow-flake-outline.imageset → icons}/snow-flake-outline.svg +0 -0
  1765. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/snow-flake-regular.imageset → icons}/snow-flake-regular.svg +0 -0
  1766. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/snow-flake-solid.imageset → icons}/snow-flake-solid.svg +0 -0
  1767. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/software-update-setting-outline.imageset → icons}/software-update-setting-outline.svg +0 -0
  1768. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/software-update-setting-regular.imageset → icons}/software-update-setting-regular.svg +0 -0
  1769. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/software-update-setting-solid.imageset → icons}/software-update-setting-solid.svg +0 -0
  1770. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/sort-down-outline.imageset → icons}/sort-down-outline.svg +0 -0
  1771. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/sort-down-regular.imageset → icons}/sort-down-regular.svg +0 -0
  1772. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/sort-down-solid.imageset → icons}/sort-down-solid.svg +0 -0
  1773. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/sort-outline.imageset → icons}/sort-outline.svg +0 -0
  1774. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/sort-regular.imageset → icons}/sort-regular.svg +0 -0
  1775. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/sort-solid.imageset → icons}/sort-solid.svg +0 -0
  1776. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/sort-up-outline.imageset → icons}/sort-up-outline.svg +0 -0
  1777. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/sort-up-regular.imageset → icons}/sort-up-regular.svg +0 -0
  1778. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/sort-up-solid.imageset → icons}/sort-up-solid.svg +0 -0
  1779. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/spark-outline.imageset → icons}/spark-outline.svg +0 -0
  1780. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/spark-regular.imageset → icons}/spark-regular.svg +0 -0
  1781. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/spark-solid.imageset → icons}/spark-solid.svg +0 -0
  1782. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/sparks-outline.imageset → icons}/sparks-outline.svg +0 -0
  1783. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/sparks-regular.imageset → icons}/sparks-regular.svg +0 -0
  1784. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/sparks-solid.imageset → icons}/sparks-solid.svg +0 -0
  1785. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/star-outline.imageset → icons}/star-outline.svg +0 -0
  1786. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/star-regular.imageset → icons}/star-regular.svg +0 -0
  1787. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/star-solid.imageset → icons}/star-solid.svg +0 -0
  1788. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/stats-up-square-outline.imageset → icons}/stats-up-square-outline.svg +0 -0
  1789. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/stats-up-square-regular.imageset → icons}/stats-up-square-regular.svg +0 -0
  1790. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/stats-up-square-solid.imageset → icons}/stats-up-square-solid.svg +0 -0
  1791. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/suitcase-outline.imageset → icons}/suitcase-outline.svg +0 -0
  1792. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/suitcase-regular.imageset → icons}/suitcase-regular.svg +0 -0
  1793. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/suitcase-solid.imageset → icons}/suitcase-solid.svg +0 -0
  1794. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/text-outline.imageset → icons}/text-outline.svg +0 -0
  1795. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/text-solid.imageset → icons}/text-solid.svg +0 -0
  1796. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/timer-dots-outline.imageset → icons}/timer-dots-outline.svg +0 -0
  1797. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/timer-dots-regular.imageset → icons}/timer-dots-regular.svg +0 -0
  1798. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/timer-dots-solid.imageset → icons}/timer-dots-solid.svg +0 -0
  1799. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/trash-outline.imageset → icons}/trash-outline.svg +0 -0
  1800. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/trash-regular.imageset → icons}/trash-regular.svg +0 -0
  1801. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/trash-solid.imageset → icons}/trash-solid.svg +0 -0
  1802. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/trophy-outline.imageset → icons}/trophy-outline.svg +0 -0
  1803. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/trophy-regular.imageset → icons}/trophy-regular.svg +0 -0
  1804. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/trophy-solid.imageset → icons}/trophy-solid.svg +0 -0
  1805. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/user-outline.imageset → icons}/user-outline.svg +0 -0
  1806. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/user-regular.imageset → icons}/user-regular.svg +0 -0
  1807. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/user-solid.imageset → icons}/user-solid.svg +0 -0
  1808. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/video-camera-outline.imageset → icons}/video-camera-outline.svg +0 -0
  1809. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/video-camera-regular.imageset → icons}/video-camera-regular.svg +0 -0
  1810. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/video-camera-solid.imageset → icons}/video-camera-solid.svg +0 -0
  1811. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/view-grid-outline.imageset → icons}/view-grid-outline.svg +0 -0
  1812. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/view-grid-regular.imageset → icons}/view-grid-regular.svg +0 -0
  1813. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/view-grid-solid.imageset → icons}/view-grid-solid.svg +0 -0
  1814. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/wallet-outline.imageset → icons}/wallet-outline.svg +0 -0
  1815. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/wallet-regular.imageset → icons}/wallet-regular.svg +0 -0
  1816. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/wallet-solid.imageset → icons}/wallet-solid.svg +0 -0
  1817. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/warning-circle-outline.imageset → icons}/warning-circle-outline.svg +0 -0
  1818. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/warning-circle-regular.imageset → icons}/warning-circle-regular.svg +0 -0
  1819. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/warning-circle-solid.imageset → icons}/warning-circle-solid.svg +0 -0
  1820. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/warning-hexagon-outline.imageset → icons}/warning-hexagon-outline.svg +0 -0
  1821. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/warning-hexagon-regular.imageset → icons}/warning-hexagon-regular.svg +0 -0
  1822. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/warning-hexagon-solid.imageset → icons}/warning-hexagon-solid.svg +0 -0
  1823. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/warning-triangle-2-regular.imageset → icons}/warning-triangle-2-regular.svg +0 -0
  1824. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/warning-triangle-2-solid.imageset → icons}/warning-triangle-2-solid.svg +0 -0
  1825. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/warning-triangle-outline.imageset → icons}/warning-triangle-outline.svg +0 -0
  1826. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/warning-triangle-regular.imageset → icons}/warning-triangle-regular.svg +0 -0
  1827. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/warning-triangle-solid.imageset → icons}/warning-triangle-solid.svg +0 -0
  1828. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/wifi-outline.imageset → icons}/wifi-outline.svg +0 -0
  1829. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/wifi-regular.imageset → icons}/wifi-regular.svg +0 -0
  1830. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/wifi-signal-none-outline.imageset → icons}/wifi-signal-none-outline.svg +0 -0
  1831. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/wifi-signal-none-regular.imageset → icons}/wifi-signal-none-regular.svg +0 -0
  1832. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/wifi-signal-none-solid.imageset → icons}/wifi-signal-none-solid.svg +0 -0
  1833. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/wifi-solid.imageset → icons}/wifi-solid.svg +0 -0
  1834. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/xmark-outline.imageset → icons}/xmark-outline.svg +0 -0
  1835. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/xmark-regular.imageset → icons}/xmark-regular.svg +0 -0
  1836. /package/{ios/Sources/NucleusIcons/Resources/Icons.xcassets/xmark-solid.imageset → icons}/xmark-solid.svg +0 -0
@@ -0,0 +1,1680 @@
1
+ {
2
+ "airplane": {
3
+ "files": {
4
+ "outline": "icons/airplane-outline.svg",
5
+ "regular": "icons/airplane-regular.svg",
6
+ "solid": "icons/airplane-solid.svg"
7
+ },
8
+ "svg": {
9
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.9997 20L14.4402 16.7027V14.0039H21.0134L21.0262 11.6249L14.4696 8.53809V5.3741C14.4696 3.99275 13.3493 2.87378 11.9697 2.87378H11.9666C10.5871 2.87532 9.46987 3.99429 9.46987 5.3741V8.44394L2.96875 11.6249L2.96876 13.9944L9.47142 13.9925V16.8246L6.99975 20L6.97691 20.9857H16.9941L16.9997 20Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
10
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.4697 5.37378C13.4696 4.59693 12.8786 3.95845 12.123 3.88159L11.9697 3.87378H11.9678L11.8145 3.88159C11.0592 3.95916 10.4699 4.59744 10.4697 5.37378V9.06812L3.96875 12.2488V12.9939L10.4717 12.9919V17.1677L8.27832 19.9861H15.7236L13.4404 17.0457V13.0037H20.0186L20.0225 12.2576L13.4697 9.17261V5.37378ZM15.4697 7.90308L22.0293 10.9919L22.0078 15.0037H15.4404V16.3591L18.002 19.6599L17.9883 21.9861H5.95312L5.97754 20.9626L6.00781 19.6462L8.47168 16.4812V14.9929L1.96875 14.9949V11.0007L8.46973 7.81909V5.37378C8.4699 3.44261 10.0342 1.87594 11.9658 1.87378H11.9697L12.1494 1.87866C13.9975 1.97223 15.4696 3.50041 15.4697 5.37378V7.90308Z\" fill=\"currentColor\"/>\n</svg>",
11
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.4697 7.90308L22.0293 10.9919L22.0078 15.0037H15.4404V16.3591L18.002 19.6599L17.9883 21.9861H5.95312L5.97754 20.9626L6.00781 19.6462L8.47168 16.4812V14.9929L1.96875 14.9949V11.0007L8.46973 7.81909V5.37378C8.4699 3.44261 10.0342 1.87594 11.9658 1.87378H11.9697L12.1494 1.87866C13.9975 1.97223 15.4696 3.50041 15.4697 5.37378V7.90308Z\" fill=\"currentColor\"/>\n</svg>"
12
+ }
13
+ },
14
+ "antenna-signal": {
15
+ "files": {
16
+ "outline": "icons/antenna-signal-outline.svg",
17
+ "regular": "icons/antenna-signal-regular.svg"
18
+ },
19
+ "svg": {
20
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9992 13.1854C12.6504 13.1854 13.1782 12.6574 13.1782 12.0062C13.1782 11.355 12.6504 10.827 11.9992 10.827C11.3481 10.827 10.8203 11.355 10.8203 12.0062C10.8203 12.6574 11.3481 13.1854 11.9992 13.1854Z\" fill=\"currentColor\"/>\n<path d=\"M5.67421 18.3481C4.02308 16.7259 3 14.4679 3 11.9722C3 9.50432 3.99994 7.26947 5.61712 5.65198M8.49651 15.5035C7.72341 14.5158 7.26202 13.2702 7.26202 11.9182C7.26202 10.5723 7.71878 9.33453 8.48416 8.34829M18.4141 18.3542C20.0652 16.7321 21.0883 14.4741 21.0883 11.9784C21.0883 9.48271 20.0884 7.27563 18.4712 5.65814M15.5794 15.4619C16.334 14.4803 16.7815 13.2517 16.7815 11.9182C16.7815 10.5847 16.3046 9.28052 15.5084 8.28348\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
21
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9992 13.1854C12.6504 13.1854 13.1782 12.6574 13.1782 12.0062C13.1782 11.355 12.6504 10.827 11.9992 10.827C11.3481 10.827 10.8203 11.355 10.8203 12.0062C10.8203 12.6574 11.3481 13.1854 11.9992 13.1854Z\" fill=\"currentColor\"/>\n<path d=\"M2 11.9723C2 9.22868 3.11305 6.7424 4.91016 4.94495L6.32422 6.35901C4.88699 7.79653 4 9.78009 4 11.9723C4.00002 14.1889 4.90758 16.1927 6.375 17.6344L4.97363 19.0612C3.13891 17.2587 2.00002 14.747 2 11.9723Z\" fill=\"currentColor\"/>\n<path d=\"M6.26172 11.9186C6.26172 10.3424 6.79806 8.88989 7.69434 7.73499L9.27344 8.96155C8.6391 9.77906 8.26172 10.8032 8.26172 11.9186C8.26181 13.0392 8.64398 14.0693 9.28418 14.8873L7.70898 16.1198C6.80315 14.9624 6.26181 13.5017 6.26172 11.9186Z\" fill=\"currentColor\"/>\n<path d=\"M20.0879 11.9785C20.0879 9.76011 19.2021 7.80392 17.7637 6.36517L19.1787 4.95111C20.9745 6.74733 22.0879 9.20551 22.0879 11.9785C22.0879 14.753 20.9498 17.2649 19.1152 19.0673L17.7129 17.6406C19.1804 16.1988 20.0879 14.1951 20.0879 11.9785Z\" fill=\"currentColor\"/>\n<path d=\"M15.7817 11.9183C15.7817 10.8166 15.3849 9.73131 14.7271 8.90753L16.2896 7.65948C17.2242 8.82978 17.7817 10.353 17.7817 11.9183C17.7817 13.4793 17.257 14.921 16.3726 16.0716L14.7866 14.8528C15.4113 14.0403 15.7817 13.0242 15.7817 11.9183Z\" fill=\"currentColor\"/>\n</svg>"
22
+ }
23
+ },
24
+ "apple-mac": {
25
+ "files": {
26
+ "outline": "icons/apple-mac-outline.svg",
27
+ "regular": "icons/apple-mac-regular.svg",
28
+ "solid": "icons/apple-mac-solid.svg"
29
+ },
30
+ "svg": {
31
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 2C16.3632 4.17921 14.0879 5.83084 12.8158 6.57142C12.4406 6.78988 12.0172 6.5117 12.0819 6.08234C12.2993 4.63878 13.0941 2.00008 16 2Z\" stroke=\"currentColor\" stroke-width=\"2\"/>\n<path d=\"M9 6.5C9.89676 6.5 10.6905 6.69941 11.2945 6.92013C12.0563 7.19855 12.9437 7.19854 13.7055 6.92012C14.3094 6.6994 15.1032 6.5 15.9999 6.5C17.0852 6.5 18.4649 7.08889 19.4999 8.26666C16 11 17 15.5 20.269 16.6916C19.2253 19.5592 17.2413 21.5 15.4999 21.5C13.9999 21.5 14 20.8 12.5 20.8C11 20.8 11 21.5 9.5 21.5C7 21.5 4 17.5 4 12.5C4 8.5 7 6.5 9 6.5Z\" stroke=\"currentColor\" stroke-width=\"2\"/>\n</svg>",
32
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.9863 1.83594C17.2369 3.33986 16.5568 4.59036 15.7725 5.48438C15.7656 5.49216 15.7578 5.49909 15.751 5.50684C15.8331 5.50396 15.9161 5.5 16 5.5C17.4081 5.50002 19.0507 6.24076 20.251 7.60645L20.9502 8.40234L20.1152 9.05469C17.1892 11.3399 18.1334 14.8486 20.6113 15.752L21.5508 16.0947L21.209 17.0332C20.6449 18.5832 19.8158 19.9172 18.8535 20.8789C17.9074 21.8245 16.7362 22.5 15.5 22.5C14.5386 22.5 14.0085 22.2579 13.5771 22.0566C13.2983 21.9265 13.0949 21.8273 12.6875 21.8047L12.5 21.7998C11.9616 21.7998 11.7414 21.908 11.4229 22.0566C10.9915 22.2579 10.4614 22.5 9.5 22.5C7.74471 22.5 6.10684 21.152 4.97559 19.4219C3.80623 17.6333 3 15.1932 3 12.5C3 7.94772 6.44772 5.5 9 5.5C9.79487 5.5 10.5138 5.63422 11.1133 5.80859L11.1455 5.62012C11.2892 4.85009 11.5858 3.82153 12.2139 2.92578C12.9664 1.85267 14.1817 1.00005 16 1H16.8467L16.9863 1.83594ZM16 7.5C15.2492 7.5 14.5736 7.66759 14.0488 7.85938C13.0653 8.2188 11.9347 8.2188 10.9512 7.85938C10.4264 7.66758 9.75076 7.5 9 7.5C7.55229 7.5 5 9.05229 5 12.5C5 14.8066 5.69385 16.8667 6.64941 18.3281C7.64313 19.8478 8.75533 20.5 9.5 20.5C10.0384 20.5 10.2586 20.3928 10.5771 20.2441C11.0086 20.0428 11.5384 19.7998 12.5 19.7998L12.8408 19.8105C13.5924 19.8597 14.0453 20.068 14.4229 20.2441C14.7414 20.3928 14.9616 20.5 15.5 20.5C16.0052 20.5 16.6974 20.2055 17.4395 19.4639C18.0055 18.8981 18.5433 18.1207 18.9814 17.1816C16.0043 15.418 15.2681 11.2024 18.0273 8.2627C17.3197 7.73888 16.5632 7.50002 16 7.5ZM14.8828 3.20996C14.4314 3.40317 14.1044 3.71367 13.8516 4.07422C13.6564 4.35258 13.5059 4.66522 13.3877 4.98242C13.6986 4.73988 14.0056 4.46683 14.2695 4.16602C14.5479 3.8487 14.7537 3.52943 14.8828 3.20996Z\" fill=\"currentColor\"/>\n</svg>",
33
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.2884 0C16.6982 2.4586 14.1312 4.32197 12.6961 5.1575C12.2727 5.40396 11.795 5.09012 11.868 4.60571C12.1133 2.97708 13.0101 9.45282e-05 16.2884 0Z\" fill=\"currentColor\"/>\n<path d=\"M8.39103 5.07692C9.40276 5.07692 10.2983 5.3019 10.9797 5.55092C11.8392 5.86503 12.8403 5.86502 13.6998 5.55091C14.3812 5.30189 15.2767 5.07692 16.2884 5.07692C17.5128 5.07692 19.0694 5.74131 20.2371 7.07008C16.2885 10.1538 17.4167 15.2308 21.1048 16.5751C19.9273 19.8104 17.689 22 15.7243 22C14.032 22 14.0321 21.2103 12.3397 21.2103C10.6474 21.2103 10.6474 22 8.95513 22C6.13462 22 2.75 17.4872 2.75 11.8462C2.75 7.33333 6.13462 5.07692 8.39103 5.07692Z\" fill=\"currentColor\"/>\n</svg>"
34
+ }
35
+ },
36
+ "arrow-down": {
37
+ "files": {
38
+ "outline": "icons/arrow-down-outline.svg",
39
+ "regular": "icons/arrow-down-regular.svg",
40
+ "solid": "icons/arrow-down-solid.svg"
41
+ },
42
+ "svg": {
43
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.0215 3.9126L12.0446 19.8838\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M19.0262 13.0435L12.0143 19.8838L4.94531 13.0435\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
44
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.04 17.4858L18.3281 12.3276L19.7246 13.7593L12.0176 21.2778L4.25 13.7622L5.64062 12.3247L11.04 17.5493L11.0205 3.91357L13.0205 3.91162L13.04 17.4858Z\" fill=\"currentColor\"/>\n</svg>",
45
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.04 17.4858L18.3281 12.3276L19.7246 13.7593L12.0176 21.2778L4.25 13.7622L5.64062 12.3247L11.04 17.5493L11.0205 3.91357L13.0205 3.91162L13.04 17.4858Z\" fill=\"currentColor\"/>\n</svg>"
46
+ }
47
+ },
48
+ "arrow-down-left": {
49
+ "files": {
50
+ "outline": "icons/arrow-down-left-outline.svg",
51
+ "regular": "icons/arrow-down-left-regular.svg",
52
+ "solid": "icons/arrow-down-left-solid.svg"
53
+ },
54
+ "svg": {
55
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.551 5.3418L5.57031 18.2987\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M16.9983 18.2739L5.54688 18.2755L5.56848 6.94067\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
56
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.2578 6.0498L8.01172 17.2734H16.998V19.2734L4.54492 19.2754L4.56836 6.93848L6.56836 6.94238L6.5498 15.9072L17.8447 4.63379L19.2578 6.0498Z\" fill=\"currentColor\"/>\n</svg>",
57
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.2578 6.0498L8.01172 17.2734H16.998V19.2734L4.54492 19.2754L4.56836 6.93848L6.56836 6.94238L6.5498 15.9072L17.8447 4.63379L19.2578 6.0498Z\" fill=\"currentColor\"/>\n</svg>"
58
+ }
59
+ },
60
+ "arrow-down-right": {
61
+ "files": {
62
+ "outline": "icons/arrow-down-right-outline.svg",
63
+ "regular": "icons/arrow-down-right-regular.svg",
64
+ "solid": "icons/arrow-down-right-solid.svg"
65
+ },
66
+ "svg": {
67
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.58008 5.31702L18.5021 18.3388\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M6.97266 18.3234L18.5259 18.3141L18.5645 6.97314\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
68
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.5322 15.9429L17.5635 6.97021L19.5635 6.97607L19.5215 19.313L6.97266 19.3237L6.9707 17.3237L16.0762 17.3149L4.86914 6.021L6.28906 4.61279L17.5322 15.9429Z\" fill=\"currentColor\"/>\n</svg>",
69
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.5322 15.9429L17.5635 6.97021L19.5635 6.97607L19.5215 19.313L6.97266 19.3237L6.9707 17.3237L16.0762 17.3149L4.86914 6.021L6.28906 4.61279L17.5322 15.9429Z\" fill=\"currentColor\"/>\n</svg>"
70
+ }
71
+ },
72
+ "arrow-left": {
73
+ "files": {
74
+ "outline": "icons/arrow-left-outline.svg",
75
+ "regular": "icons/arrow-left-regular.svg",
76
+ "solid": "icons/arrow-left-solid.svg"
77
+ },
78
+ "svg": {
79
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.9941 11.9182L3.93652 11.9383M10.9531 19.0658L3.93653 11.9074L11.0719 4.95593\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
80
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.7695 5.67175L6.36621 10.9344L19.9932 10.9178L19.9951 12.9178L6.34375 12.9344L11.667 18.3661L10.2393 19.7655L2.52051 11.8915L10.374 4.24011L11.7695 5.67175Z\" fill=\"currentColor\"/>\n</svg>",
81
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.7695 5.67175L6.36621 10.9344L19.9932 10.9178L19.9951 12.9178L6.34375 12.9344L11.667 18.3661L10.2393 19.7655L2.52051 11.8915L10.374 4.24011L11.7695 5.67175Z\" fill=\"currentColor\"/>\n</svg>"
82
+ }
83
+ },
84
+ "arrow-right": {
85
+ "files": {
86
+ "outline": "icons/arrow-right-outline.svg",
87
+ "regular": "icons/arrow-right-regular.svg",
88
+ "solid": "icons/arrow-right-solid.svg"
89
+ },
90
+ "svg": {
91
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.00586 11.9738L20.082 11.9506M13.0284 19.0457L20.082 11.9213L12.9914 5.00684\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
92
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.501 11.9092L13.7393 19.749L12.3174 18.3418L17.6504 12.9531L4.00684 12.9736L4.00488 10.9736L17.6562 10.9531L12.293 5.72266L13.6895 4.29102L21.501 11.9092Z\" fill=\"currentColor\"/>\n</svg>",
93
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.501 11.9092L13.7393 19.749L12.3174 18.3418L17.6504 12.9531L4.00684 12.9736L4.00488 10.9736L17.6562 10.9531L12.293 5.72266L13.6895 4.29102L21.501 11.9092Z\" fill=\"currentColor\"/>\n</svg>"
94
+ }
95
+ },
96
+ "arrow-split": {
97
+ "files": {
98
+ "outline": "icons/arrow-split-outline.svg",
99
+ "regular": "icons/arrow-split-regular.svg",
100
+ "solid": "icons/arrow-split-solid.svg"
101
+ },
102
+ "svg": {
103
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9996 20.7998V11.7926M19.9994 9.79594L19.9917 3.7998M19.9917 3.7998L13.9686 3.7998M19.9917 3.7998L11.9873 11.8042M3.99902 9.79594L4.00675 3.7998M4.00675 3.7998L10.0027 3.80908M4.00675 3.7998L12.0111 11.8042\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
104
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.0039 2.80957L10.001 4.80957L6.4248 4.80371L11.999 10.3779L17.5771 4.7998H13.9688V2.7998H20.9902L20.999 9.79492L18.999 9.79688L18.9941 6.21094L13 12.2061V20.7998H11V12.207L5.00293 6.20996L4.99902 9.79688L2.99902 9.79492L3.00781 2.79785L10.0039 2.80957Z\" fill=\"currentColor\"/>\n</svg>",
105
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.0039 2.80957L10.001 4.80957L6.4248 4.80371L11.999 10.3779L17.5771 4.7998H13.9688V2.7998H20.9902L20.999 9.79492L18.999 9.79688L18.9941 6.21094L13 12.2061V20.7998H11V12.207L5.00293 6.20996L4.99902 9.79688L2.99902 9.79492L3.00781 2.79785L10.0039 2.80957Z\" fill=\"currentColor\"/>\n</svg>"
106
+ }
107
+ },
108
+ "arrow-up": {
109
+ "files": {
110
+ "outline": "icons/arrow-up-outline.svg",
111
+ "regular": "icons/arrow-up-regular.svg",
112
+ "solid": "icons/arrow-up-solid.svg"
113
+ },
114
+ "svg": {
115
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9795 20.0102V4.00195\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M5.01855 10.9859L12.0088 4.00195L19.0454 10.9566\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
116
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.748 10.2451L19.0459 10.957L18.3428 11.668L12.9795 6.36719V20.0098H10.9795V6.44238L5.72559 11.6934L4.31152 10.2783L12.0049 2.5918L19.748 10.2451Z\" fill=\"currentColor\"/>\n</svg>",
117
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.748 10.2451L19.0459 10.957L18.3428 11.668L12.9795 6.36719V20.0098H10.9795V6.44238L5.72559 11.6934L4.31152 10.2783L12.0049 2.5918L19.748 10.2451Z\" fill=\"currentColor\"/>\n</svg>"
118
+ }
119
+ },
120
+ "arrow-up-left": {
121
+ "files": {
122
+ "outline": "icons/arrow-up-left-outline.svg",
123
+ "regular": "icons/arrow-up-left-regular.svg",
124
+ "solid": "icons/arrow-up-left-solid.svg"
125
+ },
126
+ "svg": {
127
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.5095 18.5163L5.49023 5.47601\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M5.50412 17.0191L5.49023 5.47597L17.025 5.44202\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
128
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.0293 6.44189L7.89453 6.46729L19.2178 17.8101L17.8027 19.2231L6.49316 7.89502L6.50488 17.0181L4.50488 17.02L4.49023 4.479L17.0234 4.44189L17.0293 6.44189Z\" fill=\"currentColor\"/>\n</svg>",
129
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.0293 6.44189L7.89453 6.46729L19.2178 17.8101L17.8027 19.2231L6.49316 7.89502L6.50488 17.0181L4.50488 17.02L4.49023 4.479L17.0234 4.44189L17.0293 6.44189Z\" fill=\"currentColor\"/>\n</svg>"
130
+ }
131
+ },
132
+ "arrow-up-right": {
133
+ "files": {
134
+ "outline": "icons/arrow-up-right-outline.svg",
135
+ "regular": "icons/arrow-up-right-regular.svg"
136
+ },
137
+ "svg": {
138
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.58008 18.5733L18.4774 5.59326\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M6.95117 5.61328L18.5029 5.61791L18.5168 17.0854\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
139
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.3076 4.67285L19.3223 17.1387L17.3223 17.1416L17.3105 8.04492L6.0957 19.332L4.67773 17.9229L15.8564 6.6709L6.75684 6.66797V4.66797L19.3076 4.67285Z\" fill=\"currentColor\"/>\n</svg>"
140
+ }
141
+ },
142
+ "at-sign": {
143
+ "files": {
144
+ "outline": "icons/at-sign-outline.svg",
145
+ "regular": "icons/at-sign-regular.svg",
146
+ "solid": "icons/at-sign-solid.svg"
147
+ },
148
+ "svg": {
149
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.9986 12C20.9986 7.02868 16.9695 2.99884 11.9992 2.99884C7.02882 2.99884 2.99976 7.02868 2.99976 12C2.99976 16.9713 7.02882 21.0012 11.9992 21.0012C13.8494 21.0012 15.5699 20.4424 16.9989 19.4855\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M15.3939 11.6651C15.3939 9.78981 13.874 8.26959 11.9991 8.26959C10.1242 8.26959 8.60425 9.78981 8.60425 11.6651V12.3457C8.60425 14.221 10.1242 15.7412 11.9991 15.7412C13.874 15.7412 15.3939 14.221 15.3939 12.3457V11.6651Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M15.394 12V6.99939\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M20.9986 12V13.2733C20.9986 14.8213 19.7441 16.0761 18.1963 16.0761C16.6486 16.0761 15.394 14.8213 15.394 13.2733V10.4705\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
150
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.3943 13.2732C16.3943 14.2691 17.2017 15.0759 18.197 15.0759C19.1919 15.0755 19.9988 14.2689 19.9988 13.2732V11.9998C19.9987 7.58062 16.4166 3.99878 11.9988 3.99878C7.58113 3.99899 3.99985 7.58076 3.99976 11.9998C3.99976 16.4188 7.58107 20.0005 11.9988 20.0007C13.6446 20.0007 15.1729 19.5049 16.4421 18.655L17.5554 20.3162C15.9669 21.3799 14.0531 22.0007 11.9988 22.0007C6.47614 22.0005 1.99976 17.523 1.99976 11.9998C1.99985 6.47655 6.4762 1.99899 11.9988 1.99878C17.5215 1.99878 21.9987 6.47642 21.9988 11.9998V13.2732C21.9988 15.3731 20.2969 17.0755 18.197 17.0759C16.9143 17.0759 15.7803 16.4404 15.0916 15.4675C14.2973 16.2545 13.2051 16.741 11.9988 16.741C9.57156 16.7408 7.60426 14.7727 7.60425 12.3455V11.6648C7.60438 9.23764 9.57164 7.26948 11.9988 7.26929C12.8826 7.26929 13.7051 7.53122 14.3943 7.98022V6.99976H16.3943V13.2732ZM11.9988 9.26929C10.6766 9.26948 9.60438 10.3418 9.60425 11.6648V12.3455C9.60426 13.6685 10.6765 14.7408 11.9988 14.741C13.3212 14.741 14.3943 13.6686 14.3943 12.3455V11.6648C14.3942 10.3417 13.3212 9.26929 11.9988 9.26929Z\" fill=\"currentColor\"/>\n</svg>",
151
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.3943 13.2732C16.3943 14.2691 17.2017 15.0759 18.197 15.0759C19.1919 15.0755 19.9988 14.2689 19.9988 13.2732V11.9998C19.9987 7.58062 16.4166 3.99878 11.9988 3.99878C7.58113 3.99899 3.99985 7.58076 3.99976 11.9998C3.99976 16.4188 7.58107 20.0005 11.9988 20.0007C13.6446 20.0007 15.1729 19.5049 16.4421 18.655L17.5554 20.3162C15.9669 21.3799 14.0531 22.0007 11.9988 22.0007C6.47614 22.0005 1.99976 17.523 1.99976 11.9998C1.99985 6.47655 6.4762 1.99899 11.9988 1.99878C17.5215 1.99878 21.9987 6.47642 21.9988 11.9998V13.2732C21.9988 15.3731 20.2969 17.0755 18.197 17.0759C16.9143 17.0759 15.7803 16.4404 15.0916 15.4675C14.2973 16.2545 13.2051 16.741 11.9988 16.741C9.57156 16.7408 7.60426 14.7727 7.60425 12.3455V11.6648C7.60438 9.23764 9.57164 7.26948 11.9988 7.26929C12.8826 7.26929 13.7051 7.53122 14.3943 7.98022V6.99976H16.3943V13.2732ZM11.9988 9.26929C10.6766 9.26948 9.60438 10.3418 9.60425 11.6648V12.3455C9.60426 13.6685 10.6765 14.7408 11.9988 14.741C13.3212 14.741 14.3943 13.6686 14.3943 12.3455V11.6648C14.3942 10.3417 13.3212 9.26929 11.9988 9.26929Z\" fill=\"currentColor\"/>\n</svg>"
152
+ }
153
+ },
154
+ "badge-check": {
155
+ "files": {
156
+ "outline": "icons/badge-check-outline.svg",
157
+ "regular": "icons/badge-check-regular.svg",
158
+ "solid": "icons/badge-check-solid.svg"
159
+ },
160
+ "svg": {
161
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.27148 11.4646L11.1185 14.3121L15.7278 9.70044M8.33665 3.40002L11.929 4.78754L15.4936 3.33057L17.0521 6.85262L20.6044 8.34201L19.2171 11.9351L20.6738 15.5003L17.1524 17.0592L15.6633 20.6106L12.071 19.223L8.50639 20.6816L6.94785 17.1595L3.39561 15.6701L4.78441 12.0771L3.32617 8.51179L6.84755 6.95295L8.33665 3.40002Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
162
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.4355 10.4078L11.1182 15.7272L7.56445 12.1715L8.97852 10.7574L11.1182 12.8971L15.0205 8.99377L16.4355 10.4078Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.8047 6.08362L21.8867 7.79553L20.292 11.9254L21.9658 16.0211L17.9189 17.8121L16.209 21.8942L12.0801 20.2985L7.98438 21.9752L6.19238 17.9274L2.11133 16.2164L3.70703 12.0875L2.03125 7.99084L6.07715 6.19983L7.78906 2.11682L11.917 3.71155L16.0137 2.03772L17.8047 6.08362ZM11.9385 5.86389L8.88184 4.68225L7.76855 7.33948L7.61523 7.70667L4.61816 9.03284L5.85938 12.067L4.67773 15.1227L7.33398 16.2369L7.7002 16.3912L9.02637 19.3873L12.0596 18.1471L15.1162 19.3268L16.3828 16.3063L19.3789 14.9781L18.29 12.3131L18.1406 11.9459L18.2832 11.5748L19.3203 8.88831L16.6641 7.77502L16.2979 7.62073L14.9707 4.62366L11.9385 5.86389Z\" fill=\"currentColor\"/>\n</svg>",
163
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.8047 6.08362L21.8867 7.79553L20.292 11.9254L21.9658 16.0211L17.9189 17.8121L16.209 21.8942L12.0801 20.2985L7.98438 21.9752L6.19238 17.9274L2.11133 16.2164L3.70703 12.0875L2.03125 7.99084L6.07715 6.19983L7.78906 2.11682L11.917 3.71155L16.0137 2.03772L17.8047 6.08362ZM11.1182 12.8971L8.97852 10.7574L7.56445 12.1715L11.1182 15.7272L16.4355 10.4078L15.0205 8.99377L11.1182 12.8971Z\" fill=\"currentColor\"/>\n</svg>"
164
+ }
165
+ },
166
+ "badge-not-checked": {
167
+ "files": {
168
+ "outline": "icons/badge-not-checked-outline.svg",
169
+ "regular": "icons/badge-not-checked-regular.svg",
170
+ "solid": "icons/badge-not-checked-solid.svg"
171
+ },
172
+ "svg": {
173
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.33665 3.06823L11.929 4.4573L15.4936 2.99878L17.0537 6.52084L20.6044 8.01023L19.2171 11.6033L20.6754 15.1686L17.1524 16.7274L15.6633 20.2803L12.071 18.8913L8.50639 20.3498L6.94785 16.8277L3.39716 15.3383L4.78441 11.7453L3.32617 8.18L6.84755 6.62116L8.33665 3.06823Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M14.9996 9.00586L9 15.0066\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M9 9.00586L14.9996 15.0066\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
174
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.7061 9.71265L13.4121 12.0056L15.7061 14.2996L14.291 15.7136L11.998 13.4197L9.70605 15.7136L8.29199 14.2996L10.584 12.0056L8.29199 9.71265L9.70605 8.29858L11.998 10.5916L14.291 8.29858L15.7061 9.71265Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.8047 5.75171L21.8867 7.46362L20.292 11.5925L21.9678 15.6892L17.9199 17.4802L16.209 21.5642L12.0801 19.9675L7.98438 21.6433L6.19238 17.5955L2.11328 15.8845L3.70703 11.7556L2.03125 7.65894L6.07715 5.86792L7.78906 1.78491L11.918 3.38062L16.0137 1.70483L17.8047 5.75171ZM12.3066 5.38257L11.9385 5.53394L8.88184 4.35132L7.76855 7.00757L7.61523 7.37476L4.61816 8.70093L5.85938 11.7351L5.7168 12.1052L4.67871 14.7917L7.7002 16.0593L9.02637 19.0554L12.0596 17.8152L15.1152 18.9958L16.3828 15.9744L19.3799 14.6462L18.291 11.9822L18.1396 11.614L19.3203 8.5564L16.666 7.44312L16.2998 7.28882L14.9717 4.29175L12.3066 5.38257Z\" fill=\"currentColor\"/>\n</svg>",
175
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.8047 5.75171L21.8867 7.46362L20.292 11.5925L21.9678 15.6892L17.9199 17.4802L16.209 21.5642L12.0801 19.9675L7.98438 21.6433L6.19238 17.5955L2.11328 15.8845L3.70703 11.7556L2.03125 7.65894L6.07715 5.86792L7.78906 1.78491L11.918 3.38062L16.0137 1.70483L17.8047 5.75171ZM11.999 10.5916L9.70703 8.29858L8.29297 9.71265L10.585 12.0056L8.29297 14.2996L9.70703 15.7136L11.999 13.4197L14.292 15.7136L15.707 14.2996L13.4131 12.0056L15.707 9.71265L14.292 8.29858L11.999 10.5916Z\" fill=\"currentColor\"/>\n</svg>"
176
+ }
177
+ },
178
+ "bag": {
179
+ "files": {
180
+ "outline": "icons/bag-outline.svg",
181
+ "regular": "icons/bag-regular.svg",
182
+ "solid": "icons/bag-solid.svg"
183
+ },
184
+ "svg": {
185
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.999 19.0009H4.99987L3 8.96722H20.9988L18.999 19.0009Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M8.99902 8.15381V4.98828H15.0002L14.9986 8.15381\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
186
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16 7.9668H22.2178L19.8193 20.001H4.17969L1.78125 7.9668H8V3.98828H16.002L16 7.9668ZM5.82031 18.001H18.1787L19.7803 9.9668H4.21875L5.82031 18.001ZM10 7.9668H14L14.001 5.98828H10V7.9668Z\" fill=\"currentColor\"/>\n</svg>",
187
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16 7.9668H22.2178L19.8193 20.001H4.17969L1.78125 7.9668H8V3.98828H16.002L16 7.9668ZM10 7.9668H14L14.001 5.98828H10V7.9668Z\" fill=\"currentColor\"/>\n</svg>"
188
+ }
189
+ },
190
+ "bank": {
191
+ "files": {
192
+ "outline": "icons/bank-outline.svg",
193
+ "regular": "icons/bank-regular.svg",
194
+ "solid": "icons/bank-solid.svg"
195
+ },
196
+ "svg": {
197
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6 8.99964L11.9996 4.25366L17.9992 8.99964H6Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M4 20.001H19.999\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M6.99902 10.9998V18.0007\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M11.999 10.9999V18.0008\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M16.999 10.9999V18.0147\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
198
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.998 21.0007H3.99902V19.0007H19.998V21.0007ZM17.998 18.0144H15.998V10.9998H17.998V18.0144ZM7.99902 18.0007H5.99902V10.9998H7.99902V18.0007ZM12.999 18.0007H10.999V10.9998H12.999V18.0007ZM20.874 9.99976H3.12305L11.999 2.97827L20.874 9.99976ZM8.875 7.99976H15.1221L11.998 5.52808L8.875 7.99976Z\" fill=\"currentColor\"/>\n</svg>",
199
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.998 21.0007H3.99902V19.0007H19.998V21.0007ZM17.998 18.0144H15.998V10.9998H17.998V18.0144ZM7.99902 18.0007H5.99902V10.9998H7.99902V18.0007ZM12.999 18.0007H10.999V10.9998H12.999V18.0007ZM20.874 9.99976H3.12305L11.999 2.97827L20.874 9.99976Z\" fill=\"currentColor\"/>\n</svg>"
200
+ }
201
+ },
202
+ "bell": {
203
+ "files": {
204
+ "outline": "icons/bell-outline.svg",
205
+ "regular": "icons/bell-regular.svg",
206
+ "solid": "icons/bell-solid.svg"
207
+ },
208
+ "svg": {
209
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.78564 18.4838H18.8841V15.7872L17.1156 14.1698L17.1248 8.64238C17.1248 5.53715 14.3989 3.55591 11.8472 3.55591C9.29856 3.55745 6.56953 5.52482 6.56953 8.6285L6.55874 14.1698L4.78564 15.7872V18.4838Z\" stroke=\"currentColor\" stroke-width=\"2.00437\" stroke-miterlimit=\"10\"/>\n<path d=\"M14.2448 18.2061C14.2047 19.4966 13.1454 20.5296 11.8457 20.5296C10.5459 20.5296 9.4867 19.4966 9.44507 18.2061H14.2432H14.2448Z\" fill=\"currentColor\"/>\n</svg>",
210
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.8472 2.55402C14.8316 2.55402 18.1274 4.87067 18.1274 8.64288L18.1177 13.7288L19.8862 15.346V19.4857H13.8257C13.3931 20.116 12.6673 20.5296 11.8452 20.5296C11.0234 20.5294 10.2987 20.1157 9.86572 19.4857H3.78369V15.345L5.55615 13.7259L5.56689 8.62628C5.56823 4.85309 8.87161 2.55602 11.8472 2.55402ZM11.8472 4.55792C9.72647 4.55953 7.57197 6.19599 7.57178 8.62823V8.63019L7.56006 14.6126L5.7876 16.2298V17.4818H17.8823V16.2288L16.439 14.9095L16.1128 14.6107L16.1226 8.64288L16.1167 8.41632C15.9883 6.10297 13.9 4.55792 11.8472 4.55792Z\" fill=\"currentColor\"/>\n</svg>",
211
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.8472 2.55396C14.8316 2.55396 18.1274 4.87061 18.1274 8.64282L18.1177 13.7288L19.8862 15.3459V19.4856H13.8257C13.3931 20.1159 12.6673 20.5295 11.8452 20.5295C11.0234 20.5294 10.2987 20.1157 9.86572 19.4856H3.78369V15.345L5.55615 13.7258L5.56689 8.62622C5.56823 4.85303 8.87161 2.55596 11.8472 2.55396Z\" fill=\"currentColor\"/>\n</svg>"
212
+ }
213
+ },
214
+ "bell-notification": {
215
+ "files": {
216
+ "outline": "icons/bell-notification-outline.svg",
217
+ "regular": "icons/bell-notification-regular.svg",
218
+ "solid": "icons/bell-notification-solid.svg"
219
+ },
220
+ "svg": {
221
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.9355 18.1782C13.8955 19.4677 12.8389 20.5 11.5424 20.5C10.2458 20.5 9.18923 19.4677 9.14771 18.1782H13.934H13.9355Z\" fill=\"currentColor\"/>\n<path d=\"M16.7977 9.84906V14.1446L18.5233 15.7831V18.5125L4.49976 18.4571V15.7757L6.26846 14.1461L6.27923 8.60882C6.27923 5.50736 9.0015 3.5414 11.5438 3.53986C12.4631 3.53986 13.4043 3.7971 14.2326 4.27345M14.2326 4.27345C13.5545 4.85898 13.1252 5.72572 13.1252 6.69291C13.1252 8.45631 14.5522 9.88582 16.3125 9.88582C18.0728 9.88582 19.4998 8.45631 19.4998 6.69291C19.4998 4.92952 18.0728 3.5 16.3125 3.5C15.5177 3.5 14.7908 3.79143 14.2326 4.27345Z\" stroke=\"currentColor\" stroke-width=\"2.00424\" stroke-miterlimit=\"10\"/>\n</svg>",
222
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.3125 2.49811C18.6279 2.49811 20.502 4.37823 20.502 6.69342C20.5018 8.48443 19.3797 10.0133 17.7998 10.6143V13.713L19.5254 15.3526V19.5186L13.4902 19.4942C13.0559 20.1027 12.3455 20.5001 11.542 20.5001C10.7314 20.4999 10.0146 20.0963 9.58105 19.4786L3.49805 19.4551V15.336L3.82129 15.0391L5.2666 13.7061L5.27734 8.60651C5.27872 4.83701 8.57289 2.53995 11.5439 2.53815C12.4286 2.53815 13.3188 2.73883 14.1396 3.10651C14.7732 2.72097 15.5175 2.49815 16.3125 2.49811ZM11.5439 4.54205C9.43133 4.54371 7.2815 6.17696 7.28125 8.60846V8.61041L7.26953 14.586L5.50195 16.2139V17.459L17.5215 17.5059V16.213L15.7959 14.5753V10.8546C13.725 10.5994 12.1233 8.83335 12.123 6.69342C12.123 5.96716 12.3084 5.28337 12.6328 4.68756C12.2713 4.59121 11.9035 4.54205 11.5439 4.54205ZM16.3125 4.50201C15.7674 4.50207 15.2709 4.70137 14.8877 5.03229C14.421 5.43534 14.1279 6.02944 14.1279 6.69342C14.1282 7.90475 15.1076 8.88374 16.3125 8.88385C17.5175 8.88385 18.4978 7.90482 18.498 6.69342C18.498 5.48182 17.5177 4.50201 16.3125 4.50201Z\" fill=\"currentColor\"/>\n</svg>",
223
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.8193 6.68974C18.8193 8.15264 17.6334 9.33855 16.1705 9.33855C14.7076 9.33855 13.5217 8.15264 13.5217 6.68974C13.5217 5.22685 14.7076 4.04094 16.1705 4.04094C17.6334 4.04094 18.8193 5.22685 18.8193 6.68974Z\" fill=\"currentColor\"/>\n<path d=\"M11.708 2.55396C12.5119 2.55402 13.3377 2.72385 14.1162 3.04321C12.8442 3.76135 11.9854 5.12481 11.9854 6.6897C11.9854 9.00134 13.8593 10.8752 16.1709 10.8752C16.8207 10.8752 17.4357 10.7265 17.9844 10.4622L17.9785 13.7288L19.7471 15.3459V19.4856H13.6865C13.254 20.1158 12.528 20.5294 11.7061 20.5295C10.8843 20.5294 10.1595 20.1156 9.72656 19.4856H3.64453V15.345L5.41699 13.7258L5.42773 8.62622C5.42921 4.85317 8.73251 2.55596 11.708 2.55396Z\" fill=\"currentColor\"/>\n</svg>"
224
+ }
225
+ },
226
+ "bell-slash": {
227
+ "files": {
228
+ "outline": "icons/bell-slash-outline.svg",
229
+ "regular": "icons/bell-slash-regular.svg",
230
+ "solid": "icons/bell-slash-solid.svg"
231
+ },
232
+ "svg": {
233
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2.58276 3.49884L20.7618 21.4988M18.7158 18.4919H4.74215V15.8299L6.5173 14.1729L6.5281 8.62517C6.5281 5.51789 9.26029 3.54825 11.8119 3.54671C14.3665 3.54671 17.0956 5.53024 17.0956 8.63907L17.0864 14.1729L18.7158 15.8299V18.4919Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M14.2122 18.2142C14.1721 19.5062 13.1116 20.5404 11.8104 20.5404C10.5091 20.5404 9.44866 19.5062 9.40698 18.2142H14.2107H14.2122Z\" fill=\"currentColor\"/>\n</svg>",
234
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.8125 2.54694C14.7988 2.54726 18.0957 4.86562 18.0957 8.63971L18.0869 13.7637L19.7158 15.421V19.0547L21.4658 20.7881L20.0586 22.21L17.3135 19.4922H13.7939C13.3611 20.1247 12.6347 20.54 11.8105 20.5401C10.9863 20.5401 10.2595 20.1248 9.82617 19.4922H3.74219V15.3956L4.05957 15.0997L5.51758 13.7374L5.52832 8.62311C5.52841 8.36482 5.54535 8.1134 5.5752 7.8692L1.87988 4.21002L3.28613 2.78815L6.26953 5.74127C7.41204 3.71166 9.69493 2.54822 11.8125 2.54694ZM7.5166 14.6085L7.2002 14.9044L5.74219 16.2647V17.4922H15.2939L7.52539 9.79987L7.5166 14.6085ZM11.6133 4.55182C9.98914 4.63051 8.38589 5.65132 7.78125 7.23834L17.7158 17.0743V16.2383L16.374 14.8741L16.0859 14.5821L16.0957 8.63971L16.0898 8.41217C15.9609 6.09459 13.8687 4.54725 11.8125 4.54694L11.6133 4.55182Z\" fill=\"currentColor\"/>\n</svg>",
235
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.28613 2.78809L21.4658 20.7881L20.0586 22.21L17.3135 19.4922H13.7939C13.3611 20.1247 12.6347 20.54 11.8105 20.54C10.9863 20.54 10.2595 20.1248 9.82617 19.4922H3.76562V15.3545L5.51758 13.7344L5.52832 8.62305C5.52841 8.3644 5.54517 8.11264 5.5752 7.86816L1.87988 4.20996L3.28613 2.78809ZM11.8125 2.54688C14.7988 2.54716 18.0957 4.86553 18.0957 8.63965L18.0869 13.7334L19.8574 15.3516V17.084L7.17676 4.5293C8.41015 3.25566 10.1614 2.54789 11.8125 2.54688Z\" fill=\"currentColor\"/>\n</svg>"
236
+ }
237
+ },
238
+ "bookmark": {
239
+ "files": {
240
+ "outline": "icons/bookmark-outline.svg",
241
+ "regular": "icons/bookmark-regular.svg",
242
+ "solid": "icons/bookmark-solid.svg"
243
+ },
244
+ "svg": {
245
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6.72574 3.76294L6.72266 19.3622L11.9661 14.7736L17.2066 19.3653V3.76294H6.72574Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
246
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.207 2.76294V21.5706L11.9658 16.1028L5.72266 21.5667L5.72559 2.76294H18.207ZM7.72266 17.1575L11.9668 13.4446L16.207 17.1604V4.76294H7.72559L7.72266 17.1575Z\" fill=\"currentColor\"/>\n</svg>",
247
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.207 2.76294V21.5706L11.9658 16.1028L5.72266 21.5667L5.72559 2.76294H18.207Z\" fill=\"currentColor\"/>\n</svg>"
248
+ }
249
+ },
250
+ "box-iso": {
251
+ "files": {
252
+ "outline": "icons/box-iso-outline.svg",
253
+ "regular": "icons/box-iso-regular.svg",
254
+ "solid": "icons/box-iso-solid.svg"
255
+ },
256
+ "svg": {
257
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.999 3.99902H4V20.0011H19.999V3.99902Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M14.4997 11.2453L11.9998 9.9998L9.5 11.2453V3.99902H14.4997V11.2453Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
258
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.999 2.99902V21.001H3V2.99902H20.999ZM5 19.001H18.999V4.99902H15.499V12.8604L11.999 11.1162L8.5 12.8604V4.99902H5V19.001ZM10.5 9.62891L12 8.88281L13.499 9.62891V4.99902H10.5V9.62891Z\" fill=\"currentColor\"/>\n</svg>",
259
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.999 21.001H3V2.99902H20.999V21.001ZM9 5V13L10.2402 12.2676L11.999 11.2246L15 13V5H9Z\" fill=\"currentColor\"/>\n</svg>"
260
+ }
261
+ },
262
+ "calendar": {
263
+ "files": {
264
+ "outline": "icons/calendar-outline.svg",
265
+ "regular": "icons/calendar-regular.svg",
266
+ "solid": "icons/calendar-solid.svg"
267
+ },
268
+ "svg": {
269
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19 19.0009H5V9.99976H19V19.0009Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M19.0004 9.99985L4.99997 10.0094L5 5.99316L19.0004 6.00012V9.99985Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M8 5.26148V2.99884\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M16 5.26148V2.99884\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
270
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 4.9939L15 4.99683V2.99878H17V4.99878L20 5.00073V20.0007H4V4.99194L7 4.99292V2.99878H9V4.9939ZM6 11.0076V18.0007H18V10.9998L6 11.0076ZM6 8.99976H18V6.99878L6 6.99292V8.99976Z\" fill=\"currentColor\"/>\n</svg>",
271
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 4.9939L15 4.99683V2.99878H17V4.99878L20 5.00073V20.0007H4V8.99976H4.00195L4 4.99194L7 4.99292V2.99878H9V4.9939ZM6 18.0007H18V10.9998H6V18.0007Z\" fill=\"currentColor\"/>\n</svg>"
272
+ }
273
+ },
274
+ "calendar-plus": {
275
+ "files": {
276
+ "outline": "icons/calendar-plus-outline.svg",
277
+ "regular": "icons/calendar-plus-regular.svg",
278
+ "solid": "icons/calendar-plus-solid.svg"
279
+ },
280
+ "svg": {
281
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.0317 20.0072H4.02764L3.97363 9.49969H20.0482L20.0544 13.0001\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M20.0482 9.49967H3.97363L4.00912 5.49298H20.0853L20.0482 9.49967Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M8 4.86008V1.99243\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M15.999 4.69505V1.82739\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M17.0312 13.0002V20.9689\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M12.9951 17.0007H20.9961\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
282
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.999 4.49341H21.0947L21.0479 9.47388L21.0547 12.9983L19.0547 13.0012L19.0498 10.5002H4.97852L5.02246 19.0071H13.0312V21.0071H3.0332L2.97949 10.5002H2.96484L2.97363 9.47974L2.96875 8.49927H2.98242L3.01758 4.49341H7V1.99243H9V4.49341H14.999V1.82739H16.999V4.49341ZM4.98242 8.49927H19.0566L19.0752 6.49341H5L4.98242 8.49927Z\" fill=\"currentColor\"/>\n<path d=\"M18.0312 16.0002H20.9961V18.0002H18.0312V20.969H16.0312V18.0002H12.9951V16.0002H16.0312V13.0002H18.0312V16.0002Z\" fill=\"currentColor\"/>\n</svg>",
283
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.999 4.49341H21.0947L21.0479 9.47388L21.0547 12.9983L19.0547 13.0012L19.0498 10.5002H4.97852L5.02246 19.0071H13.0312V21.0071H3.0332L2.97949 10.5002H2.96484L2.97363 9.47974L2.96875 8.49927H2.98242L3.01758 4.49341H7V1.99243H9V4.49341H14.999V1.82739H16.999V4.49341ZM4.98242 8.49927H19.0566L19.0752 6.49341H5L4.98242 8.49927Z\" fill=\"currentColor\"/>\n<path d=\"M18.0312 16.0002H20.9961V18.0002H18.0312V20.969H16.0312V18.0002H12.9951V16.0002H16.0312V13.0002H18.0312V16.0002Z\" fill=\"currentColor\"/>\n</svg>"
284
+ }
285
+ },
286
+ "camera": {
287
+ "files": {
288
+ "outline": "icons/camera-outline.svg",
289
+ "regular": "icons/camera-regular.svg",
290
+ "solid": "icons/camera-solid.svg"
291
+ },
292
+ "svg": {
293
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9988 16.0004C13.9317 16.0004 15.4986 14.4332 15.4986 12.5C15.4986 10.5667 13.9317 8.99951 11.9988 8.99951C10.0659 8.99951 8.49902 10.5667 8.49902 12.5C8.49902 14.4332 10.0659 16.0004 11.9988 16.0004Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M19.999 5.99928V20.0011H4V5.99928H7.99974L8.99968 3.99902H14.9993L15.9992 5.99928H19.999Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
294
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.4997 12.4997C14.4995 11.1188 13.3799 9.9998 11.9997 9.99967C10.6195 9.99967 9.49997 11.1187 9.49973 12.4997C9.49973 13.8808 10.6193 15.0007 11.9997 15.0007C13.38 15.0005 14.4997 13.8807 14.4997 12.4997ZM16.4997 12.4997C16.4997 14.9849 14.485 17.0005 11.9997 17.0007C9.51439 17.0007 7.49973 14.985 7.49973 12.4997C7.49997 10.0145 9.51454 7.99967 11.9997 7.99967C14.4848 7.9998 16.4995 10.0146 16.4997 12.4997Z\" fill=\"currentColor\"/>\n<path d=\"M15.6172 2.99902L16.6172 4.99902H20.999V21.001H3V4.99902H7.38184L8.38184 2.99902H15.6172ZM8.61816 6.99902H5V19.001H18.999V6.99902H15.3809L14.3809 4.99902H9.61816L8.61816 6.99902Z\" fill=\"currentColor\"/>\n</svg>",
295
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.6172 4.99902H20.999V21.001H3V4.99902H7.38184L8.38184 2.99902H15.6172L16.6172 4.99902ZM12 8C9.51481 8 7.50024 10.0149 7.5 12.5C7.50013 14.9852 9.51474 17.001 12 17.001C14.4852 17.0009 16.4999 14.9852 16.5 12.5C16.4998 10.0149 14.4851 8.00012 12 8ZM12 10C13.3802 10.0001 14.4998 11.1191 14.5 12.5C14.4999 13.881 13.3802 15.0009 12 15.001C10.6197 15.001 9.50013 13.881 9.5 12.5C9.50024 11.1191 10.6197 10 12 10Z\" fill=\"currentColor\"/>\n</svg>"
296
+ }
297
+ },
298
+ "cash": {
299
+ "files": {
300
+ "outline": "icons/cash-outline.svg",
301
+ "regular": "icons/cash-regular.svg",
302
+ "solid": "icons/cash-solid.svg"
303
+ },
304
+ "svg": {
305
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.9988 6.00079H3V18.0023H20.9988V6.00079Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M11.9992 14.0126C13.1071 14.0126 14.0053 13.1143 14.0053 12.0062C14.0053 10.8981 13.1071 9.99976 11.9992 9.99976C10.8913 9.99976 9.99316 10.8981 9.99316 12.0062C9.99316 13.1143 10.8913 14.0126 11.9992 14.0126Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
306
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.999 5.00073V19.0027H2V5.00073H21.999ZM4 17.0027H19.999V7.00073H4V17.0027Z\" fill=\"currentColor\"/>\n<path d=\"M13.0049 12.0065C13.0049 11.4505 12.5545 10.9997 11.999 10.9997C11.4437 10.9998 10.9932 11.4506 10.9932 12.0065C10.9934 12.5623 11.4438 13.0123 11.999 13.0124C12.5543 13.0124 13.0047 12.5624 13.0049 12.0065ZM15.0049 12.0065C15.0047 13.6666 13.6593 15.0124 11.999 15.0124C10.3389 15.0123 8.99338 13.6665 8.99316 12.0065C8.99316 10.3464 10.3387 8.99979 11.999 8.99969C13.6594 8.99969 15.0049 10.3463 15.0049 12.0065Z\" fill=\"currentColor\"/>\n</svg>",
307
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.999 19.0027H2V5.00073H21.999V19.0027ZM11.999 8.99976C10.3388 8.99997 8.99316 10.3465 8.99316 12.0066C8.99345 13.6664 10.339 15.0122 11.999 15.0125C13.6592 15.0125 15.0046 13.6666 15.0049 12.0066C15.0049 10.3464 13.6594 8.99976 11.999 8.99976Z\" fill=\"currentColor\"/>\n</svg>"
308
+ }
309
+ },
310
+ "cash-multi": {
311
+ "files": {
312
+ "outline": "icons/cash-multi-outline.svg",
313
+ "regular": "icons/cash-multi-regular.svg",
314
+ "solid": "icons/cash-multi-solid.svg"
315
+ },
316
+ "svg": {
317
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.999 15.0004H3V6.632V3.93567H17.999V15.0004Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M5.92676 11.932V6.9314\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M20.9991 8.80371V18.0009H5.9707\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M15.0146 11.9321V6.93146\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M10.505 10.5307C11.0914 10.5307 11.5667 10.0553 11.5667 9.46885C11.5667 8.8824 11.0914 8.40698 10.505 8.40698C9.91868 8.40698 9.44336 8.8824 9.44336 9.46885C9.44336 10.0553 9.91868 10.5307 10.505 10.5307Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
318
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.999 19.0011H5.9707V17.0011H19.999V8.80383H21.999V19.0011ZM18.999 16.0001H2V2.93567H18.999V16.0001ZM4 14.0001H16.999V4.93567H4V14.0001ZM6.92773 11.9327H4.92773V6.93176H6.92773V11.9327ZM16.0146 11.9327H14.0146V6.93176H16.0146V11.9327ZM10.5059 7.40735C11.6446 7.40735 12.5672 8.33047 12.5674 9.46887C12.5671 10.6072 11.6445 11.5314 10.5059 11.5314C9.36728 11.5313 8.4446 10.6072 8.44434 9.46887C8.44452 8.33052 9.36723 7.40742 10.5059 7.40735ZM10.5059 9.40735C10.4722 9.40742 10.4445 9.43473 10.4443 9.46887C10.4446 9.50295 10.4722 9.5313 10.5059 9.53137C10.5396 9.53137 10.5671 9.503 10.5674 9.46887C10.5672 9.43468 10.5396 9.40735 10.5059 9.40735Z\" fill=\"currentColor\"/>\n</svg>",
319
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.999 8.80371V19.001H5.9707V17.001H19.999V8.80371H21.999Z\" fill=\"currentColor\"/>\n<path d=\"M18.999 16.0001H2V2.93567H18.999V16.0001ZM4.92773 11.9327H6.92773V6.93176H4.92773V11.9327ZM14.0146 11.9327H16.0146V6.93176H14.0146V11.9327ZM10.5059 7.40735C9.36723 7.40742 8.44452 8.33052 8.44434 9.46887C8.4446 10.6072 9.36728 11.5313 10.5059 11.5314C11.6445 11.5314 12.5671 10.6072 12.5674 9.46887C12.5672 8.33047 11.6446 7.40735 10.5059 7.40735ZM10.5059 9.40735C10.5396 9.40735 10.5672 9.43468 10.5674 9.46887C10.5671 9.503 10.5396 9.53137 10.5059 9.53137C10.4722 9.5313 10.4446 9.50295 10.4443 9.46887C10.4445 9.43473 10.4722 9.40742 10.5059 9.40735Z\" fill=\"currentColor\"/>\n</svg>"
320
+ }
321
+ },
322
+ "cellular": {
323
+ "files": {
324
+ "outline": "icons/cellular-outline.svg",
325
+ "regular": "icons/cellular-regular.svg",
326
+ "solid": "icons/cellular-solid.svg"
327
+ },
328
+ "svg": {
329
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.9985 2.99884V21.0012M3.99951 15.0004V21.0012M9.3325 10.9999V21.0012M14.6655 6.99935V21.0012\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
330
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.9985 2.99878V21.0007H18.9985V2.99878H20.9985Z\" fill=\"currentColor\"/>\n<path d=\"M4.99951 15.0003V21.0013H2.99951V15.0003H4.99951Z\" fill=\"currentColor\"/>\n<path d=\"M10.3325 10.9998V21.0008H8.33252V10.9998H10.3325Z\" fill=\"currentColor\"/>\n<path d=\"M15.6655 6.99927V21.0012H13.6655V6.99927H15.6655Z\" fill=\"currentColor\"/>\n</svg>",
331
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.9985 2.99878V21.0007H18.9985V2.99878H20.9985Z\" fill=\"currentColor\"/>\n<path d=\"M4.99951 15.0003V21.0013H2.99951V15.0003H4.99951Z\" fill=\"currentColor\"/>\n<path d=\"M10.3325 10.9998V21.0008H8.33252V10.9998H10.3325Z\" fill=\"currentColor\"/>\n<path d=\"M15.6655 6.99927V21.0012H13.6655V6.99927H15.6655Z\" fill=\"currentColor\"/>\n</svg>"
332
+ }
333
+ },
334
+ "cellular-no-signal": {
335
+ "files": {
336
+ "outline": "icons/cellular-no-signal-outline.svg",
337
+ "regular": "icons/cellular-no-signal-regular.svg",
338
+ "solid": "icons/cellular-no-signal-solid.svg"
339
+ },
340
+ "svg": {
341
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.9987 19.0009V21.0012M4 19.001V21.0013M9.33275 19.0009V21.0012M14.6657 19.0009V21.0012\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
342
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.9985 19.0009V21.0009H18.9985V19.0009H20.9985Z\" fill=\"currentColor\"/>\n<path d=\"M5 19.001V21.001H3V19.001H5Z\" fill=\"currentColor\"/>\n<path d=\"M10.3325 19.0009V21.0009H8.33252V19.0009H10.3325Z\" fill=\"currentColor\"/>\n<path d=\"M15.6655 19.0009V21.0009H13.6655V19.0009H15.6655Z\" fill=\"currentColor\"/>\n</svg>",
343
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.9985 19.001V21.001H18.9985V19.001H20.9985Z\" fill=\"currentColor\"/>\n<path d=\"M5 19.001V21.001H3V19.001H5Z\" fill=\"currentColor\"/>\n<path d=\"M10.3325 19.001V21.001H8.33252V19.001H10.3325Z\" fill=\"currentColor\"/>\n<path d=\"M15.6655 19.001V21.001H13.6655V19.001H15.6655Z\" fill=\"currentColor\"/>\n</svg>"
344
+ }
345
+ },
346
+ "chat-bubble": {
347
+ "files": {
348
+ "outline": "icons/chat-bubble-outline.svg",
349
+ "regular": "icons/chat-bubble-regular.svg",
350
+ "solid": "icons/chat-bubble-solid.svg"
351
+ },
352
+ "svg": {
353
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.9988 12C20.9988 16.9713 16.9698 21.0012 11.9994 21.0012C10.5119 21.0012 9.10917 20.64 7.87314 20.001L3.25153 20.7527L3.99994 16.1286C3.36109 14.8923 3 13.4878 3 12C3 7.02868 7.02906 2.99884 11.9994 2.99884C16.9698 2.99884 20.9988 7.02868 20.9988 12Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M7.99974 13.1761C8.65085 13.1761 9.17867 12.6481 9.17867 11.9969C9.17867 11.3457 8.65085 10.8177 7.99974 10.8177C7.34863 10.8177 6.8208 11.3457 6.8208 11.9969C6.8208 12.6481 7.34863 13.1761 7.99974 13.1761Z\" fill=\"currentColor\"/>\n<path d=\"M11.9995 13.1761C12.6506 13.1761 13.1784 12.6481 13.1784 11.9969C13.1784 11.3457 12.6506 10.8177 11.9995 10.8177C11.3484 10.8177 10.8206 11.3457 10.8206 11.9969C10.8206 12.6481 11.3484 13.1761 11.9995 13.1761Z\" fill=\"currentColor\"/>\n<path d=\"M15.9992 13.1822C16.6504 13.1822 17.1782 12.6543 17.1782 12.0031C17.1782 11.3518 16.6504 10.8239 15.9992 10.8239C15.3481 10.8239 14.8203 11.3518 14.8203 12.0031C14.8203 12.6543 15.3481 13.1822 15.9992 13.1822Z\" fill=\"currentColor\"/>\n</svg>",
354
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.999 1.99884C17.5218 1.99884 21.9989 6.47648 21.999 11.9998C21.999 17.5232 17.5218 22.0008 11.999 22.0008C10.468 22.0007 9.01578 21.6556 7.7168 21.0389L2.04297 21.9627L2.96191 16.283C2.34568 14.9838 2 13.5305 2 11.9998C2.0001 6.47661 6.47644 1.99906 11.999 1.99884ZM11.999 3.99884C7.58137 3.99906 4.0001 7.58082 4 11.9998C4 13.3242 4.32144 14.5721 4.88867 15.6697L5.04004 15.9627L4.45996 19.5428L7.71289 19.0145L8.03906 18.9608L8.33203 19.1131C9.42949 19.6804 10.6753 20.0007 11.999 20.0008C16.4169 20.0008 19.999 16.419 19.999 11.9998C19.9989 7.58068 16.4169 3.99884 11.999 3.99884ZM15.999 10.824C16.65 10.824 17.1776 11.3517 17.1777 12.0027C17.1777 12.654 16.6501 13.1824 15.999 13.1824C15.348 13.1823 14.8203 12.6539 14.8203 12.0027C14.8205 11.3517 15.3481 10.8242 15.999 10.824ZM8 10.8182C8.65099 10.8183 9.1787 11.3457 9.17871 11.9969C9.17871 12.648 8.651 13.1755 8 13.1756C7.34889 13.1756 6.82129 12.6481 6.82129 11.9969C6.8213 11.3457 7.3489 10.8182 8 10.8182ZM11.999 10.8182C12.6501 10.8182 13.1787 11.3457 13.1787 11.9969C13.1787 12.6481 12.6501 13.1756 11.999 13.1756C11.3481 13.1753 10.8203 12.648 10.8203 11.9969C10.8203 11.3458 11.3481 10.8184 11.999 10.8182Z\" fill=\"currentColor\"/>\n</svg>",
355
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.999 1.99884C17.5218 1.99884 21.9989 6.47648 21.999 11.9998C21.999 17.5232 17.5218 22.0008 11.999 22.0008C10.468 22.0007 9.01578 21.6556 7.7168 21.0389L2.04297 21.9627L2.96191 16.283C2.34568 14.9838 2 13.5305 2 11.9998C2.0001 6.47661 6.47644 1.99906 11.999 1.99884ZM15.999 10.824C15.3481 10.8242 14.8205 11.3517 14.8203 12.0027C14.8203 12.6539 15.348 13.1823 15.999 13.1824C16.6501 13.1824 17.1777 12.654 17.1777 12.0027C17.1776 11.3517 16.65 10.824 15.999 10.824ZM8 10.8182C7.3489 10.8182 6.8213 11.3457 6.82129 11.9969C6.82129 12.6481 7.34889 13.1756 8 13.1756C8.65099 13.1755 9.17871 12.648 9.17871 11.9969C9.1787 11.3458 8.65098 10.8183 8 10.8182ZM11.999 10.8182C11.3481 10.8184 10.8203 11.3458 10.8203 11.9969C10.8203 12.648 11.3481 13.1753 11.999 13.1756C12.6501 13.1756 13.1787 12.6481 13.1787 11.9969C13.1787 11.3457 12.6501 10.8182 11.999 10.8182Z\" fill=\"currentColor\"/>\n</svg>"
356
+ }
357
+ },
358
+ "chat-bubble-empty": {
359
+ "files": {
360
+ "outline": "icons/chat-bubble-empty-outline.svg",
361
+ "regular": "icons/chat-bubble-empty-regular.svg",
362
+ "solid": "icons/chat-bubble-empty-solid.svg"
363
+ },
364
+ "svg": {
365
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.9986 12.0062C20.9986 16.9775 16.9695 21.0073 11.9992 21.0073C10.5116 21.0073 9.10893 20.6462 7.8729 20.0072L3.25128 20.7588L3.99969 16.1348C3.36084 14.8985 2.99976 13.494 2.99976 12.0062C2.99976 7.03484 7.02882 3.005 11.9992 3.005C16.9695 3.005 20.9986 7.03484 20.9986 12.0062Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
366
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.9988 12.006C19.9987 7.58685 16.4166 4.005 11.9988 4.005C7.58113 4.00522 3.99985 7.58698 3.99976 12.006C3.99976 13.3304 4.3212 14.5782 4.88843 15.6759L5.03979 15.9689L4.45972 19.549L7.71265 19.0206L8.03882 18.9669L8.33179 19.1193C9.42925 19.6866 10.6751 20.0069 11.9988 20.007C16.4167 20.007 19.9988 16.4252 19.9988 12.006ZM21.9988 12.006C21.9988 17.5294 17.5216 22.007 11.9988 22.007C10.4677 22.0069 9.01553 21.6617 7.71655 21.045L2.04272 21.9689L2.96167 16.2892C2.34543 14.9899 1.99976 13.5367 1.99976 12.006C1.99985 6.48278 6.4762 2.00522 11.9988 2.005C17.5215 2.005 21.9987 6.48264 21.9988 12.006Z\" fill=\"currentColor\"/>\n</svg>",
367
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.999 12.001C21.999 17.5244 17.5218 22.002 11.999 22.002C10.468 22.0019 9.01578 21.6567 7.7168 21.04L2.04297 21.9639L2.96191 16.2842C2.34568 14.9849 2 13.5317 2 12.001C2.0001 6.47777 6.47644 2.00021 11.999 2C17.5218 2 21.9989 6.47764 21.999 12.001Z\" fill=\"currentColor\"/>\n</svg>"
368
+ }
369
+ },
370
+ "chat-bubble-question": {
371
+ "files": {
372
+ "outline": "icons/chat-bubble-question-outline.svg",
373
+ "regular": "icons/chat-bubble-question-regular.svg",
374
+ "solid": "icons/chat-bubble-question-solid.svg"
375
+ },
376
+ "svg": {
377
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.9986 12.0062C20.9986 16.9775 16.9695 21.0073 11.9992 21.0073C10.5116 21.0073 9.10893 20.6462 7.8729 20.0072L3.25128 20.7588L3.99969 16.1348C3.36084 14.8985 2.99976 13.494 2.99976 12.0062C2.99976 7.03484 7.02882 3.005 11.9992 3.005C16.9695 3.005 20.9986 7.03484 20.9986 12.0062Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M9.50415 9.70343C9.50415 8.47796 10.6214 7.48401 12.0009 7.48401C13.3804 7.48401 14.4977 8.47796 14.4977 9.70343C14.4977 10.4983 14.1582 11.1156 13.9745 11.378C13.669 11.8164 13.2848 12.125 12.9299 12.3411C12.3512 12.693 12.0009 13.3212 11.9994 13.9987\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M11.9963 17.5162C12.6474 17.5162 13.1753 16.9882 13.1753 16.337C13.1753 15.6858 12.6474 15.1578 11.9963 15.1578C11.3452 15.1578 10.8174 15.6858 10.8174 16.337C10.8174 16.9882 11.3452 17.5162 11.9963 17.5162Z\" fill=\"currentColor\"/>\n</svg>",
378
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.9988 12.006C19.9987 7.58685 16.4166 4.005 11.9988 4.005C7.58113 4.00522 3.99985 7.58698 3.99976 12.006C3.99976 13.3304 4.3212 14.5782 4.88843 15.6759L5.03979 15.9689L4.45972 19.549L7.71265 19.0206L8.03882 18.9669L8.33179 19.1193C9.42925 19.6866 10.6751 20.0069 11.9988 20.007C16.4167 20.007 19.9988 16.4252 19.9988 12.006ZM21.9988 12.006C21.9988 17.5294 17.5216 22.007 11.9988 22.007C10.4677 22.0069 9.01553 21.6617 7.71655 21.045L2.04272 21.9689L2.96167 16.2892C2.34543 14.9899 1.99976 13.5367 1.99976 12.006C1.99985 6.48278 6.4762 2.00522 11.9988 2.005C17.5215 2.005 21.9987 6.48264 21.9988 12.006Z\" fill=\"currentColor\"/>\n<path d=\"M13.4973 9.70374C13.4973 9.13783 12.942 8.48416 12.0012 8.48401C11.0603 8.48401 10.5042 9.13776 10.5042 9.70374H8.50415C8.50415 7.81877 10.1831 6.48401 12.0012 6.48401C13.8192 6.48416 15.4973 7.81888 15.4973 9.70374C15.4972 10.7733 15.0478 11.5893 14.7942 11.9518C14.3896 12.5316 13.8889 12.9274 13.4495 13.1949V13.1959C13.172 13.3647 13.0002 13.6676 12.9993 14.0006L10.9993 13.9967C11.0016 12.9751 11.5302 12.022 12.4094 11.4869C12.6794 11.3226 12.9482 11.1022 13.1545 10.8063L13.1555 10.8043C13.2692 10.6418 13.4972 10.2232 13.4973 9.70374Z\" fill=\"currentColor\"/>\n<path d=\"M11.9963 17.5162C12.6474 17.5162 13.1753 16.9882 13.1753 16.337C13.1753 15.6858 12.6474 15.1578 11.9963 15.1578C11.3452 15.1578 10.8174 15.6858 10.8174 16.337C10.8174 16.9882 11.3452 17.5162 11.9963 17.5162Z\" fill=\"currentColor\"/>\n</svg>",
379
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9988 2.005C17.5215 2.005 21.9987 6.48264 21.9988 12.006C21.9988 17.5294 17.5216 22.007 11.9988 22.007C10.4677 22.0069 9.01553 21.6617 7.71655 21.045L2.04272 21.9689L2.96167 16.2892C2.34543 14.9899 1.99976 13.5367 1.99976 12.006C1.99985 6.48278 6.4762 2.00522 11.9988 2.005ZM11.9958 15.1583C11.3449 15.1585 10.8171 15.6859 10.8171 16.337C10.8172 16.9882 11.3449 17.5156 11.9958 17.5157C12.6469 17.5157 13.1755 16.9883 13.1755 16.337C13.1755 15.6858 12.647 15.1583 11.9958 15.1583ZM12.0007 6.4845C10.1827 6.48468 8.50366 7.81939 8.50366 9.70422H10.5037C10.5037 9.13833 11.06 8.48467 12.0007 8.4845C12.9415 8.48464 13.4968 9.13832 13.4968 9.70422C13.4966 10.2235 13.2686 10.6424 13.155 10.8048L13.1541 10.8068C12.9478 11.1025 12.6787 11.3232 12.4089 11.4874C11.53 12.0225 11.0011 12.9758 10.9988 13.9972L12.9988 14.0011C12.9997 13.6683 13.1718 13.3653 13.449 13.1964V13.1954C13.8883 12.928 14.3892 12.5318 14.7937 11.9523C15.0473 11.5899 15.4966 10.7736 15.4968 9.70422C15.4968 7.81937 13.8188 6.48465 12.0007 6.4845Z\" fill=\"currentColor\"/>\n</svg>"
380
+ }
381
+ },
382
+ "chat-bubble-translate": {
383
+ "files": {
384
+ "outline": "icons/chat-bubble-translate-outline.svg",
385
+ "regular": "icons/chat-bubble-translate-regular.svg",
386
+ "solid": "icons/chat-bubble-translate-solid.svg"
387
+ },
388
+ "svg": {
389
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.0157 12C21.0157 16.9713 16.9866 21.0012 12.0163 21.0012C10.5287 21.0012 9.12602 20.64 7.88999 20.001L3.26837 20.7527L4.01678 16.1286C3.37793 14.8923 3.01685 13.4878 3.01685 12C3.01685 7.02868 7.04591 2.99884 12.0163 2.99884C16.9866 2.99884 21.0157 7.02868 21.0157 12Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M6.99951 9.6355H16.9989\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M11.9822 6.47308V9.28363\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M9.89136 9.66327C9.89136 9.66327 9.8713 15.9804 16.9989 16.0005\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M14.1071 9.66327C14.1071 9.66327 14.1271 15.9804 6.99951 16.0005\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
390
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.0159 1.99902C17.5386 1.99902 22.0158 6.47666 22.0159 12C22.0159 17.5234 17.5387 22.001 12.0159 22.001C10.4848 22.0009 9.03262 21.6558 7.73364 21.0391L2.05981 21.9629L2.97876 16.2832C2.36252 14.984 2.01685 13.5307 2.01685 12C2.01694 6.47679 6.49329 1.99924 12.0159 1.99902ZM12.0159 3.99902C7.59822 3.99924 4.01694 7.581 4.01685 12C4.01685 13.3244 4.33829 14.5722 4.90552 15.6699L5.05688 15.9629L4.47681 19.543L7.72974 19.0146L8.05591 18.9609L8.34888 19.1133C9.44634 19.6806 10.6921 20.0009 12.0159 20.001C16.4338 20.001 20.0159 16.4192 20.0159 12C20.0158 7.58087 16.4337 3.99902 12.0159 3.99902ZM12.9827 8.63574H16.9983V10.6357H15.0129C15.0028 10.6989 14.9942 10.7653 14.9817 10.833C14.8584 11.4999 14.6086 12.4017 14.0979 13.3135C13.9286 13.6158 13.7293 13.913 13.5032 14.2031C14.3434 14.6744 15.472 14.9967 17.0022 15.001L16.9963 17.001C14.8102 16.9948 13.189 16.4384 11.9983 15.6221C10.8077 16.438 9.18766 16.9948 7.0022 17.001L6.99634 15.001C8.52567 14.9967 9.65334 14.674 10.4934 14.2031C10.2676 13.9133 10.0698 13.6155 9.90063 13.3135C9.38998 12.4017 9.14012 11.4999 9.01685 10.833C9.00434 10.7653 8.99575 10.6989 8.9856 10.6357H6.99927V8.63574H10.9827V6.47363H12.9827V8.63574ZM11.0198 10.6357C11.1241 11.1283 11.3088 11.7371 11.6448 12.3369C11.7465 12.5185 11.8647 12.7011 11.9993 12.8828C12.1338 12.7011 12.252 12.5185 12.3538 12.3369C12.6897 11.7371 12.8745 11.1283 12.9788 10.6357H11.0198Z\" fill=\"currentColor\"/>\n</svg>",
391
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.0159 1.99902C17.5386 1.99902 22.0158 6.47666 22.0159 12C22.0159 17.5234 17.5387 22.001 12.0159 22.001C10.4848 22.0009 9.03262 21.6558 7.73364 21.0391L2.05981 21.9629L2.97876 16.2832C2.36252 14.984 2.01685 13.5307 2.01685 12C2.01694 6.47679 6.49329 1.99924 12.0159 1.99902ZM10.9827 8.63574H6.99927V10.6357H8.9856C8.99575 10.6989 9.00434 10.7653 9.01685 10.833C9.14012 11.4999 9.38998 12.4017 9.90063 13.3135C10.0698 13.6155 10.2676 13.9133 10.4934 14.2031C9.65334 14.674 8.52567 14.9967 6.99634 15.001L7.0022 17.001C9.18766 16.9948 10.8077 16.438 11.9983 15.6221C13.189 16.4384 14.8102 16.9948 16.9963 17.001L17.0022 15.001C15.472 14.9967 14.3434 14.6744 13.5032 14.2031C13.7293 13.913 13.9286 13.6158 14.0979 13.3135C14.6086 12.4017 14.8584 11.4999 14.9817 10.833C14.9942 10.7653 15.0028 10.6989 15.0129 10.6357H16.9983V8.63574H12.9827V6.47266H10.9827V8.63574ZM12.9788 10.6357C12.8745 11.1283 12.6897 11.7371 12.3538 12.3369C12.252 12.5185 12.1338 12.7011 11.9993 12.8828C11.8647 12.7011 11.7465 12.5185 11.6448 12.3369C11.3088 11.7371 11.1241 11.1283 11.0198 10.6357H12.9788Z\" fill=\"currentColor\"/>\n</svg>"
392
+ }
393
+ },
394
+ "chat-bubble-warning": {
395
+ "files": {
396
+ "outline": "icons/chat-bubble-warning-outline.svg",
397
+ "regular": "icons/chat-bubble-warning-regular.svg",
398
+ "solid": "icons/chat-bubble-warning-solid.svg"
399
+ },
400
+ "svg": {
401
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9993 13.4693V6.90985\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M11.9992 17.0901C12.6504 17.0901 13.1782 16.5622 13.1782 15.911C13.1782 15.2597 12.6504 14.7318 11.9992 14.7318C11.3481 14.7318 10.8203 15.2597 10.8203 15.911C10.8203 16.5622 11.3481 17.0901 11.9992 17.0901Z\" fill=\"currentColor\"/>\n<path d=\"M20.9988 12C20.9988 16.9713 16.9698 21.0012 11.9994 21.0012C10.5119 21.0012 9.10917 20.64 7.87314 20.001L3.25153 20.7527L3.99994 16.1286C3.36109 14.8923 3 13.4878 3 12C3 7.02868 7.02906 2.99884 11.9994 2.99884C16.9698 2.99884 20.9988 7.02868 20.9988 12Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
402
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.9993 6.90985V13.4694H10.9993V6.90985H12.9993Z\" fill=\"currentColor\"/>\n<path d=\"M11.9992 17.0902C12.6504 17.0902 13.1782 16.5623 13.1782 15.911C13.1782 15.2598 12.6504 14.7319 11.9992 14.7319C11.3481 14.7319 10.8203 15.2598 10.8203 15.911C10.8203 16.5623 11.3481 17.0902 11.9992 17.0902Z\" fill=\"currentColor\"/>\n<path d=\"M19.999 11.9998C19.9989 7.58068 16.4169 3.99884 11.999 3.99884C7.58137 3.99906 4.0001 7.58082 4 11.9998C4 13.3242 4.32144 14.5721 4.88867 15.6697L5.04004 15.9627L4.45996 19.5428L7.71289 19.0145L8.03906 18.9608L8.33203 19.1131C9.42949 19.6804 10.6753 20.0007 11.999 20.0008C16.4169 20.0008 19.999 16.419 19.999 11.9998ZM21.999 11.9998C21.999 17.5232 17.5218 22.0008 11.999 22.0008C10.468 22.0007 9.01578 21.6556 7.7168 21.0389L2.04297 21.9627L2.96191 16.283C2.34568 14.9838 2 13.5305 2 11.9998C2.0001 6.47661 6.47644 1.99906 11.999 1.99884C17.5218 1.99884 21.9989 6.47648 21.999 11.9998Z\" fill=\"currentColor\"/>\n</svg>",
403
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.999 1.99878C17.5218 1.99878 21.9989 6.47642 21.999 11.9998C21.999 17.5232 17.5218 22.0007 11.999 22.0007C10.468 22.0007 9.01578 21.6555 7.7168 21.0388L2.04297 21.9626L2.96191 16.283C2.34568 14.9837 2 13.5304 2 11.9998C2.0001 6.47655 6.47644 1.99899 11.999 1.99878ZM11.999 14.7322C11.3481 14.7323 10.8204 15.2598 10.8203 15.9109C10.8203 16.562 11.3481 17.0904 11.999 17.0906C12.6501 17.0906 13.1787 16.5621 13.1787 15.9109C13.1787 15.2597 12.6501 14.7322 11.999 14.7322ZM10.999 13.4695H12.999V6.90991H10.999V13.4695Z\" fill=\"currentColor\"/>\n</svg>"
404
+ }
405
+ },
406
+ "chat-lines": {
407
+ "files": {
408
+ "outline": "icons/chat-lines-outline.svg",
409
+ "regular": "icons/chat-lines-regular.svg",
410
+ "solid": "icons/chat-lines-solid.svg"
411
+ },
412
+ "svg": {
413
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.9986 12.0062C20.9986 16.9775 16.9695 21.0073 11.9992 21.0073C10.5116 21.0073 9.10893 20.6462 7.8729 20.0072L3.25128 20.7588L3.99969 16.1348C3.36084 14.8985 2.99976 13.494 2.99976 12.0062C2.99976 7.03484 7.02882 3.005 11.9992 3.005C16.9695 3.005 20.9986 7.03484 20.9986 12.0062Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M6.99951 9.99976H16.9989\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M6.99951 14.0188H14.0176\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
414
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.9988 12.006C19.9987 7.58685 16.4166 4.005 11.9988 4.005C7.58113 4.00522 3.99985 7.58698 3.99976 12.006C3.99976 13.3304 4.3212 14.5782 4.88843 15.6759L5.03979 15.9689L4.45972 19.549L7.71265 19.0206L8.03882 18.9669L8.33179 19.1193C9.42925 19.6866 10.6751 20.0069 11.9988 20.007C16.4167 20.007 19.9988 16.4252 19.9988 12.006ZM21.9988 12.006C21.9988 17.5294 17.5216 22.007 11.9988 22.007C10.4677 22.0069 9.01553 21.6617 7.71655 21.045L2.04272 21.9689L2.96167 16.2892C2.34543 14.9899 1.99976 13.5367 1.99976 12.006C1.99985 6.48278 6.4762 2.00522 11.9988 2.005C17.5215 2.005 21.9987 6.48264 21.9988 12.006Z\" fill=\"currentColor\"/>\n<path d=\"M16.9985 8.99976V10.9998H6.99951V8.99976H16.9985Z\" fill=\"currentColor\"/>\n<path d=\"M14.0171 13.0188V15.0188H6.99951V13.0188H14.0171Z\" fill=\"currentColor\"/>\n</svg>",
415
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9988 2.005C17.5215 2.005 21.9987 6.48264 21.9988 12.006C21.9988 17.5294 17.5216 22.007 11.9988 22.007C10.4677 22.0069 9.01553 21.6617 7.71655 21.045L2.04272 21.9689L2.96167 16.2892C2.34543 14.9899 1.99976 13.5367 1.99976 12.006C1.99985 6.48278 6.4762 2.00522 11.9988 2.005ZM6.99976 13.0187V15.0187H14.0173V13.0187H6.99976ZM6.99976 11.0001H16.9988V9.00012H6.99976V11.0001Z\" fill=\"currentColor\"/>\n</svg>"
416
+ }
417
+ },
418
+ "check": {
419
+ "files": {
420
+ "outline": "icons/check-outline.svg",
421
+ "regular": "icons/check-regular.svg",
422
+ "solid": "icons/check-solid.svg"
423
+ },
424
+ "svg": {
425
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.55273 10.7731L10.0014 17.2245L20.4483 6.77563\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
426
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.1553 7.48267L10.001 18.6389L2.8457 11.4797L4.25977 10.0657L10.001 15.8098L19.7412 6.0686L21.1553 7.48267Z\" fill=\"currentColor\"/>\n</svg>",
427
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.1553 7.48267L10.001 18.6389L2.8457 11.4797L4.25977 10.0657L10.001 15.8098L19.7412 6.0686L21.1553 7.48267Z\" fill=\"currentColor\"/>\n</svg>"
428
+ }
429
+ },
430
+ "check-circle": {
431
+ "files": {
432
+ "outline": "icons/check-circle-outline.svg",
433
+ "regular": "icons/check-circle-regular.svg",
434
+ "solid": "icons/check-circle-solid.svg"
435
+ },
436
+ "svg": {
437
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9994 21.0012C16.9697 21.0012 20.9988 16.9712 20.9988 12C20.9988 7.0288 16.9697 2.99884 11.9994 2.99884C7.02918 2.99884 3 7.0288 3 12C3 16.9712 7.02918 21.0012 11.9994 21.0012Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M7.6875 11.3734L10.979 14.6655L16.3104 9.33301\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
438
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.999 11.9998C19.9989 7.58074 16.4167 3.99878 11.999 3.99878C7.58149 3.99899 4.0001 7.58087 4 11.9998C4 16.4187 7.58143 20.0005 11.999 20.0007C16.4168 20.0007 19.999 16.4189 19.999 11.9998ZM21.999 11.9998C21.999 17.5231 17.5217 22.0007 11.999 22.0007C6.4765 22.0005 2 17.5229 2 11.9998C2.0001 6.47667 6.47656 1.99899 11.999 1.99878C17.5217 1.99878 21.9989 6.47653 21.999 11.9998Z\" fill=\"currentColor\"/>\n<path d=\"M17.018 10.04L10.979 16.08L6.98091 12.08L8.39497 10.6659L10.979 13.2499L15.604 8.62589L17.018 10.04Z\" fill=\"currentColor\"/>\n</svg>",
439
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.999 1.99884C17.5217 1.99884 21.9989 6.47659 21.999 11.9998C21.999 17.5231 17.5217 22.0008 11.999 22.0008C6.4765 22.0006 2 17.523 2 11.9998C2.0001 6.47673 6.47656 1.99906 11.999 1.99884ZM10.9785 13.2498L8.39453 10.6658L6.98047 12.0799L10.9785 16.0799L17.0176 10.0399L15.6035 8.62579L10.9785 13.2498Z\" fill=\"currentColor\"/>\n</svg>"
440
+ }
441
+ },
442
+ "clock": {
443
+ "files": {
444
+ "outline": "icons/clock-outline.svg",
445
+ "regular": "icons/clock-regular.svg",
446
+ "solid": "icons/clock-solid.svg"
447
+ },
448
+ "svg": {
449
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.999 5.99923V12.0062H17.9986M21 12.0062C21 16.9782 16.9701 21.0089 11.999 21.0089C7.02792 21.0089 2.99805 16.9782 2.99805 12.0062C2.99805 7.03413 7.02792 3.00348 11.999 3.00348C16.9701 3.00348 21 7.03413 21 12.0062Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
450
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.999 2.00342C17.5226 2.00342 22 6.48219 22 12.0063C21.9999 17.5304 17.5225 22.0093 11.999 22.0093C6.47554 22.0093 1.99817 17.5304 1.99805 12.0063C1.99805 6.48219 6.47546 2.00342 11.999 2.00342ZM11.999 4.00342C7.58039 4.00342 3.99805 7.5864 3.99805 12.0063C3.99817 16.4262 7.58047 20.0093 11.999 20.0093C16.4176 20.0093 19.9999 16.4262 20 12.0063C20 7.5864 16.4176 4.00342 11.999 4.00342ZM12.999 11.0063H17.999V13.0063H10.999V5.99951H12.999V11.0063Z\" fill=\"currentColor\"/>\n</svg>",
451
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.999 2.00342C17.5226 2.00342 22 6.48219 22 12.0063C21.9999 17.5304 17.5225 22.0093 11.999 22.0093C6.47554 22.0093 1.99817 17.5304 1.99805 12.0063C1.99805 6.48219 6.47546 2.00342 11.999 2.00342ZM10.999 13.0063H17.999V11.0063H12.999V5.99951H10.999V13.0063Z\" fill=\"currentColor\"/>\n</svg>"
452
+ }
453
+ },
454
+ "clock-rotate-right": {
455
+ "files": {
456
+ "outline": "icons/clock-rotate-right-outline.svg",
457
+ "regular": "icons/clock-rotate-right-regular.svg",
458
+ "solid": "icons/clock-rotate-right-solid.svg"
459
+ },
460
+ "svg": {
461
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.9939 22.0137V16.425H14.4062\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M20.9466 11.9475C20.9466 7.00547 16.9407 2.99878 11.9997 2.99878C7.05865 2.99878 3.05273 7.00547 3.05273 11.9475C3.05273 16.8895 7.05865 20.8961 11.9997 20.8961C15.177 20.8961 17.9684 19.2385 19.5563 16.7413\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M11.9912 5.98218L11.9989 11.9999L18.0093 12.003\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
462
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 1.99902C17.4932 1.99919 21.9461 6.45347 21.9463 11.9473H19.9463C19.9461 7.55768 16.3883 3.99919 12 3.99902C7.61157 3.99902 4.05297 7.55758 4.05273 11.9473C4.05273 16.3372 7.61143 19.8965 12 19.8965C14.2641 19.8964 16.3078 18.9482 17.7568 17.4258H14.4072V15.4258H20.9951V22.0146H18.9951V19.0186C17.1985 20.796 14.728 21.8964 12 21.8965C6.50649 21.8965 2.05273 17.4414 2.05273 11.9473C2.05297 6.45337 6.50664 1.99902 12 1.99902Z\" fill=\"currentColor\"/>\n<path d=\"M12.998 11L18.0107 11.0029L18.0098 13.0029L11.001 13L10.9922 5.9834L12.9922 5.98145L12.998 11Z\" fill=\"currentColor\"/>\n</svg>",
463
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 1.99902C17.4932 1.99919 21.9461 6.45347 21.9463 11.9473H19.9463C19.9461 7.55768 16.3883 3.99919 12 3.99902C7.61157 3.99902 4.05297 7.55758 4.05273 11.9473C4.05273 16.3372 7.61143 19.8965 12 19.8965C14.2641 19.8964 16.3078 18.9482 17.7568 17.4258H14.4072V15.4258H20.9951V22.0146H18.9951V19.0186C17.1985 20.796 14.728 21.8964 12 21.8965C6.50649 21.8965 2.05273 17.4414 2.05273 11.9473C2.05297 6.45337 6.50664 1.99902 12 1.99902Z\" fill=\"currentColor\"/>\n<path d=\"M12.998 11L18.0107 11.0029L18.0098 13.0029L11.001 13L10.9922 5.9834L12.9922 5.98145L12.998 11Z\" fill=\"currentColor\"/>\n</svg>"
464
+ }
465
+ },
466
+ "cloud": {
467
+ "files": {
468
+ "outline": "icons/cloud-outline.svg",
469
+ "regular": "icons/cloud-regular.svg",
470
+ "solid": "icons/cloud-solid.svg"
471
+ },
472
+ "svg": {
473
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.9722 15.4434C21.9722 16.9837 21.1081 18.3234 19.8381 19.0009H5.04277C3.33917 18.2015 2.15869 16.4697 2.15869 14.4633C2.15869 11.696 4.40083 9.45341 7.16763 9.45341C7.47934 9.45341 7.78333 9.48119 8.07806 9.53676C8.30182 7.01328 10.4205 5.03772 13.0006 5.03772C15.7304 5.03772 17.9463 7.25097 17.9463 9.98126C17.9463 10.4813 17.8722 10.9629 17.7333 11.4182C17.8043 11.4151 17.8737 11.4135 17.9463 11.4135C20.1714 11.4135 21.9738 13.2178 21.9738 15.4418L21.9722 15.4434Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
474
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.9458 9.98096C16.9457 7.80366 15.1785 6.0376 13.0005 6.0376C10.9428 6.03765 9.25228 7.61311 9.07373 9.62451L8.97705 10.7241L7.89307 10.519C7.66191 10.4755 7.41962 10.4536 7.16748 10.4536C4.95322 10.4537 3.15869 12.2482 3.15869 14.4634C3.15876 15.9937 4.018 17.3246 5.28271 18.0005H19.5679C20.4132 17.4621 20.9722 16.517 20.9722 15.4429V15.3491C20.9232 13.7197 19.5873 12.4136 17.9458 12.4136C17.8881 12.4136 17.8334 12.415 17.7769 12.4175L16.3647 12.479L16.7769 11.1265C16.8871 10.7651 16.9458 10.3815 16.9458 9.98096ZM18.9458 9.98096C18.9458 10.1585 18.9377 10.3345 18.9224 10.5083C21.2326 10.9628 22.9741 12.9998 22.9741 15.4419V15.856L22.9507 15.8784C22.8016 17.6166 21.7716 19.103 20.3091 19.8833L20.0884 20.0005H4.81982L4.61768 19.9058C2.57653 18.9477 1.15876 16.8718 1.15869 14.4634C1.15869 11.144 3.84828 8.45369 7.16748 8.45361C7.19742 8.45361 7.22746 8.45416 7.25732 8.45459C7.93073 5.91036 10.2462 4.03764 13.0005 4.0376C16.2818 4.0376 18.9457 6.69783 18.9458 9.98096Z\" fill=\"currentColor\"/>\n</svg>",
475
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.9458 9.98096C18.9458 10.1585 18.9377 10.3345 18.9224 10.5083C21.2326 10.9628 22.9741 12.9998 22.9741 15.4419V15.856L22.9507 15.8784C22.8016 17.6166 21.7716 19.103 20.3091 19.8833L20.0884 20.0005H4.81982L4.61768 19.9058C2.57653 18.9477 1.15876 16.8718 1.15869 14.4634C1.15869 11.144 3.84828 8.45369 7.16748 8.45361C7.19742 8.45361 7.22746 8.45416 7.25732 8.45459C7.93073 5.91036 10.2462 4.03764 13.0005 4.0376C16.2818 4.0376 18.9457 6.69783 18.9458 9.98096Z\" fill=\"currentColor\"/>\n</svg>"
476
+ }
477
+ },
478
+ "cloud-download": {
479
+ "files": {
480
+ "outline": "icons/cloud-download-outline.svg",
481
+ "regular": "icons/cloud-download-regular.svg",
482
+ "solid": "icons/cloud-download-solid.svg"
483
+ },
484
+ "svg": {
485
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6.838 16.1513H5.38532C3.83723 15.4249 2.76465 13.8522 2.76465 12.0302C2.76465 9.51725 4.80209 7.4798 7.31505 7.4798C7.5982 7.4798 7.87365 7.50442 8.14141 7.55521C8.34454 5.26385 10.2696 3.46954 12.6133 3.46954C15.094 3.46954 17.1052 5.47929 17.1052 7.95993C17.1052 8.41389 17.0391 8.85246 16.9114 9.26488C16.976 9.2618 17.0391 9.26026 17.1052 9.26026C19.1258 9.26026 20.7646 10.8991 20.7646 12.9197C20.7646 14.3185 19.9798 15.5357 18.8257 16.1513H16.9344M11.7632 12.3826V20.8433M15.0812 17.5272L11.765 20.8435L8.44873 17.5257\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
486
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.7637 12.3826V18.4305L14.374 16.8201L15.7881 18.2342L11.7646 22.2576L7.74121 18.2322L8.44922 17.5262L9.15625 16.8192L10.7637 18.4266V12.3826H12.7637ZM19.7646 12.9197C19.7646 11.4516 18.5736 10.2607 17.1055 10.2606C17.0554 10.2606 17.008 10.2612 16.959 10.2635L15.5342 10.3318L15.9561 8.96857C16.0532 8.65476 16.1055 8.31613 16.1055 7.95978C16.1054 6.03194 14.542 4.46954 12.6133 4.46954C10.7916 4.46957 9.29549 5.86432 9.1377 7.64337L9.04004 8.74298L7.95508 8.5379C7.75297 8.49957 7.54025 8.48031 7.31543 8.48029C5.3548 8.48029 3.76471 10.0695 3.76465 12.0301C3.76465 13.3762 4.51611 14.549 5.62598 15.1512H6.83789V17.1512H5.16211L4.96094 17.0565C3.07529 16.1717 1.76465 14.2546 1.76465 12.0301C1.76471 8.9649 4.25023 6.48029 7.31543 6.48029C7.31869 6.48029 7.32194 6.48028 7.3252 6.48029C7.97054 4.16535 10.094 2.46956 12.6133 2.46954C15.6457 2.46954 18.1054 4.92648 18.1055 7.95978C18.1055 8.0957 18.0996 8.23092 18.0898 8.36505C20.1899 8.8171 21.7646 10.6848 21.7646 12.9197C21.7646 14.7017 20.7635 16.2513 19.2959 17.034L19.0762 17.1512H16.9346V15.1512H18.5518C19.2828 14.6761 19.7646 13.8537 19.7646 12.9197Z\" fill=\"currentColor\"/>\n</svg>",
487
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.7637 12.3826V18.4304L14.374 16.8201L15.7881 18.2341L11.7646 22.2576L7.74121 18.2322L8.44922 17.5261L9.15625 16.8191L10.7637 18.4265V12.3826H12.7637ZM19.7646 12.9197C19.7646 11.4515 18.5736 10.2606 17.1055 10.2605C17.0554 10.2605 17.008 10.2611 16.959 10.2634L15.5342 10.3318L15.9561 8.96851C16.0532 8.6547 16.1055 8.31607 16.1055 7.95972C16.1054 6.03188 14.542 4.46948 12.6133 4.46948C10.7916 4.46951 9.29549 5.86426 9.1377 7.64331L9.04004 8.74292L7.95508 8.53784C7.75297 8.49951 7.54025 8.48025 7.31543 8.48022C5.3548 8.48022 3.76471 10.0694 3.76465 12.03C3.76465 13.3761 4.51611 14.5489 5.62598 15.1511H6.83789V17.1511H5.16211L4.96094 17.0564C3.07529 16.1717 1.76465 14.2545 1.76465 12.03C1.76471 8.96484 4.25023 6.48022 7.31543 6.48022C7.31869 6.48022 7.32194 6.48022 7.3252 6.48022C7.97054 4.16529 10.094 2.4695 12.6133 2.46948C15.6457 2.46948 18.1054 4.92642 18.1055 7.95972C18.1055 8.09564 18.0996 8.23086 18.0898 8.36499C20.1899 8.81703 21.7646 10.6847 21.7646 12.9197C21.7646 14.7016 20.7635 16.2512 19.2959 17.0339L19.0762 17.1511H16.9346V15.1511H18.5518C19.2828 14.676 19.7646 13.8536 19.7646 12.9197Z\" fill=\"currentColor\"/>\n</svg>"
488
+ }
489
+ },
490
+ "coins": {
491
+ "files": {
492
+ "outline": "icons/coins-outline.svg",
493
+ "regular": "icons/coins-regular.svg",
494
+ "solid": "icons/coins-solid.svg"
495
+ },
496
+ "svg": {
497
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.8008 16.4001C17.225 16.4001 20.0009 13.6242 20.0009 10.1999C20.0009 6.77567 17.225 3.99976 13.8008 3.99976C10.3765 3.99976 7.60059 6.77567 7.60059 10.1999C7.60059 13.6242 10.3765 16.4001 13.8008 16.4001Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/>\n<path d=\"M12.291 19.0579C11.4714 19.5442 10.5145 19.8234 9.49232 19.8234C6.459 19.8234 4 17.3644 4 14.3311C4 13.309 4.27921 12.3521 4.76553 11.5325\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/>\n</svg>",
498
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.001 10.2C19.001 7.32798 16.6728 4.99977 13.8008 4.99976C10.9288 4.99976 8.60059 7.32797 8.60059 10.2C8.6006 13.0719 10.9288 15.4001 13.8008 15.4001C16.6727 15.4001 19.001 13.0719 19.001 10.2ZM21.001 10.2C21.001 14.1765 17.7773 17.4001 13.8008 17.4001C9.82424 17.4001 6.6006 14.1765 6.60059 10.2C6.60059 6.2234 9.82423 2.99976 13.8008 2.99976C17.7773 2.99977 21.001 6.22341 21.001 10.2Z\" fill=\"currentColor\"/>\n<path d=\"M3 14.3313C3 13.1247 3.32985 11.9915 3.90527 11.0217L4.41602 10.1624L6.13574 11.1829L5.62598 12.0432C5.22882 12.7126 5 13.4937 5 14.3313C5.0001 16.8122 7.01127 18.8234 9.49219 18.8235C10.3298 18.8235 11.1109 18.5947 11.7803 18.1975L12.6406 17.6877L13.6611 19.4075L12.8008 19.9182C11.8311 20.4935 10.6986 20.8235 9.49219 20.8235C5.9067 20.8234 3.0001 17.9168 3 14.3313Z\" fill=\"currentColor\"/>\n</svg>",
499
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.8008 2.99976C17.7773 2.99977 21.001 6.22341 21.001 10.2C21.001 14.1765 17.7773 17.4001 13.8008 17.4001C9.82424 17.4001 6.6006 14.1765 6.60059 10.2C6.60059 6.2234 9.82423 2.99976 13.8008 2.99976Z\" fill=\"currentColor\"/>\n<path d=\"M12.291 19.0579C11.4714 19.5442 10.5145 19.8234 9.49232 19.8234C6.459 19.8234 4 17.3644 4 14.3311C4 13.309 4.27921 12.3521 4.76553 11.5325\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/>\n</svg>"
500
+ }
501
+ },
502
+ "compass": {
503
+ "files": {
504
+ "outline": "icons/compass-outline.svg",
505
+ "regular": "icons/compass-regular.svg",
506
+ "solid": "icons/compass-solid.svg"
507
+ },
508
+ "svg": {
509
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9994 21.0012C16.9697 21.0012 20.9988 16.9712 20.9988 12C20.9988 7.0288 16.9697 2.99884 11.9994 2.99884C7.02918 2.99884 3 7.0288 3 12C3 16.9712 7.02918 21.0012 11.9994 21.0012Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M10.4532 10.3593L15.1596 8.86993L13.615 13.5604L8.77734 15.3137L10.4532 10.3593Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
510
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.999 11.9998C19.9989 7.58074 16.4167 3.99878 11.999 3.99878C7.58149 3.99899 4.0001 7.58087 4 11.9998C4 16.4187 7.58143 20.0005 11.999 20.0007C16.4168 20.0007 19.999 16.4189 19.999 11.9998ZM21.999 11.9998C21.999 17.5231 17.5217 22.0007 11.999 22.0007C6.4765 22.0005 2 17.5229 2 11.9998C2.0001 6.47667 6.47656 1.99899 11.999 1.99878C17.5217 1.99878 21.9989 6.47653 21.999 11.9998Z\" fill=\"currentColor\"/>\n<path d=\"M14.5645 13.8728L14.4131 14.3347L7.16406 16.9617L9.66797 9.55835L10.1514 9.40601L16.7207 7.3269L14.5645 13.8728ZM11.2373 11.1589L10.3896 13.6648L12.8164 12.7849L13.5986 10.4119L11.2373 11.1589Z\" fill=\"currentColor\"/>\n</svg>",
511
+ "solid": "<svg width=\"26\" height=\"26\" viewBox=\"0 0 26 26\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.999 1.99878C17.5217 1.99878 21.9989 6.47653 21.999 11.9998C21.999 17.5231 17.5217 22.0007 11.999 22.0007C6.4765 22.0005 2 17.5229 2 11.9998C2.0001 6.47667 6.47656 1.99899 11.999 1.99878ZM10.1514 9.40601L9.66797 9.55835L7.16406 16.9617L14.4131 14.3347L14.5645 13.8728L16.7207 7.3269L10.1514 9.40601Z\" fill=\"currentColor\"/>\n</svg>"
512
+ }
513
+ },
514
+ "copy": {
515
+ "files": {
516
+ "outline": "icons/copy-outline.svg",
517
+ "regular": "icons/copy-regular.svg",
518
+ "solid": "icons/copy-solid.svg"
519
+ },
520
+ "svg": {
521
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.0626 9.39412H15.0361V4.53101H4.08649V15.2371H9.0626V9.39412ZM9.0626 9.39412L20.0169 9.39411V20.1062H9.06264L9.0626 9.39412Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
522
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.0357 3.53101V10.3943H10.063V16.2371H3.08649V3.53101H16.0357ZM5.08649 14.2371H8.06305V8.39429H14.0357V5.53101H5.08649V14.2371Z\" fill=\"currentColor\"/>\n<path d=\"M21.0167 8.39411V21.106H8.06264L8.06305 8.39429L21.0167 8.39411ZM10.0626 19.106H19.0167V10.3941L10.063 10.3943L10.0626 19.106Z\" fill=\"currentColor\"/>\n</svg>",
523
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.0393 10.047H9.73022V21.1061H21.0393V10.047Z\" fill=\"currentColor\"/>\n<path d=\"M16.0357 8.39429H8.06305V16.2371H3.08649V3.53101H16.0357V8.39429Z\" fill=\"currentColor\"/>\n</svg>"
524
+ }
525
+ },
526
+ "coupon": {
527
+ "files": {
528
+ "outline": "icons/coupon-outline.svg",
529
+ "regular": "icons/coupon-regular.svg",
530
+ "solid": "icons/coupon-solid.svg"
531
+ },
532
+ "svg": {
533
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.0007 12.0001C18.0007 13.6577 19.3432 15.0005 21.0005 15.0005V19.001H3.03711V14.9989C4.67589 14.9804 6.00142 13.6453 6.00142 12.0001C6.00142 10.3548 4.67589 9.01975 3.03711 9.00123V4.94824H21.0005V8.99969C19.3432 8.99969 18.0007 10.3425 18.0007 12.0001Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M8.99902 15.0003L14.9986 8.99951\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-miterlimit=\"10\"/>\n<path d=\"M9.39573 10.7868C10.0468 10.7868 10.5747 10.2589 10.5747 9.60763C10.5747 8.9564 10.0468 8.42847 9.39573 8.42847C8.74462 8.42847 8.2168 8.9564 8.2168 9.60763C8.2168 10.2589 8.74462 10.7868 9.39573 10.7868Z\" fill=\"currentColor\"/>\n<path d=\"M14.4836 15.6363C15.1347 15.6363 15.6626 15.1084 15.6626 14.4571C15.6626 13.8059 15.1347 13.278 14.4836 13.278C13.8325 13.278 13.3047 13.8059 13.3047 14.4571C13.3047 15.1084 13.8325 15.6363 14.4836 15.6363Z\" fill=\"currentColor\"/>\n</svg>",
534
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 10H21C19.8954 10.0002 19.001 10.8947 19.001 12C19.001 13.1054 19.8954 13.9998 21 14H22V20.001H2.03711V14.0098L3.02539 13.999C4.11735 13.9867 5.00098 13.0964 5.00098 12C5.00094 10.9037 4.11733 10.0133 3.02539 10.001L2.03711 9.99023V3.94824H22V10ZM4.03711 8.13672C5.74309 8.59276 7.00094 10.1487 7.00098 12C7.00098 13.8514 5.74322 15.4083 4.03711 15.8643V18.001H20V15.874C18.2748 15.4299 17.001 13.8642 17.001 12C17.001 10.1358 18.2748 8.57009 20 8.12598V5.94824H4.03711V8.13672ZM14.4834 13.2783C15.1344 13.2783 15.662 13.8059 15.6621 14.457C15.6621 15.1083 15.1345 15.6367 14.4834 15.6367C13.8324 15.6366 13.3047 15.1082 13.3047 14.457C13.3048 13.806 13.8325 13.2784 14.4834 13.2783ZM15.5303 9.53027L9.53027 15.5312L8.46973 14.4707L14.4688 8.46973L15.5303 9.53027ZM9.39648 8.42871C10.0474 8.42871 10.575 8.9564 10.5752 9.60742C10.5752 10.2587 10.0476 10.7871 9.39648 10.7871C8.74548 10.787 8.21777 10.2586 8.21777 9.60742C8.21802 8.95647 8.74563 8.42883 9.39648 8.42871Z\" fill=\"currentColor\"/>\n</svg>",
535
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 10H21C19.8954 10.0002 19.001 10.8947 19.001 12C19.001 13.1054 19.8954 13.9998 21 14H22V20.001H2.03711V14.0098L3.02539 13.999C4.11735 13.9867 5.00098 13.0964 5.00098 12C5.00094 10.9037 4.11733 10.0133 3.02539 10.001L2.03711 9.99023V3.94824H22V10ZM14.4834 13.2783C13.8325 13.2784 13.3048 13.806 13.3047 14.457C13.3047 15.1082 13.8324 15.6366 14.4834 15.6367C15.1345 15.6367 15.6621 15.1083 15.6621 14.457C15.662 13.8059 15.1344 13.2783 14.4834 13.2783ZM8.46973 14.4707L9.53027 15.5312L15.5303 9.53027L14.4688 8.46973L8.46973 14.4707ZM9.39648 8.42871C8.74563 8.42883 8.21802 8.95647 8.21777 9.60742C8.21777 10.2586 8.74548 10.787 9.39648 10.7871C10.0476 10.7871 10.5752 10.2587 10.5752 9.60742C10.575 8.9564 10.0474 8.42871 9.39648 8.42871Z\" fill=\"currentColor\"/>\n</svg>"
536
+ }
537
+ },
538
+ "cube": {
539
+ "files": {
540
+ "outline": "icons/cube-outline.svg",
541
+ "regular": "icons/cube-regular.svg",
542
+ "solid": "icons/cube-solid.svg"
543
+ },
544
+ "svg": {
545
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.0002 2.79517L4.02539 7.4007V16.6118L12.0002 21.2157L19.975 16.6118V7.4007L12.0002 2.79517Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M4.49609 7.76488L11.9987 12.0062L19.9735 7.40063\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M12 20.8529V12.0061\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
546
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.5 1.92871L20.9746 6.82324V17.1885L12 22.3701L3.02539 17.1885V6.82324L11.5 1.92871L12 1.64062L12.5 1.92871ZM5.02539 16.0332L11 19.4824V12.5889L5.02539 9.21191V16.0332ZM13 12.582V19.4824L18.9746 16.0332V9.13184L13 12.582ZM5.9541 7.44043L11.9932 10.8535L17.9736 7.39941L12 3.94922L5.9541 7.44043Z\" fill=\"currentColor\"/>\n</svg>",
547
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.0039 12.0068H11V21.792L3.02539 17.1885V7.47168L11.0039 12.0068Z\" fill=\"currentColor\"/>\n<path d=\"M20.9746 17.1885L13 21.792V12.0068H12.9971L20.9746 7.39941V17.1885Z\" fill=\"currentColor\"/>\n<path d=\"M12.5 1.92871L19.4736 5.95605L11.9971 10.2734L4.46484 5.99121L12 1.64062L12.5 1.92871Z\" fill=\"currentColor\"/>\n</svg>"
548
+ }
549
+ },
550
+ "delivery-check": {
551
+ "files": {
552
+ "outline": "icons/delivery-check-outline.svg",
553
+ "regular": "icons/delivery-check-regular.svg",
554
+ "solid": "icons/delivery-check-solid.svg"
555
+ },
556
+ "svg": {
557
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.0359 7.00399L19.9912 19.9655H3.99219L4.03539 7.00244\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M3.00195 3.98657H20.9684\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M8.26953 11.2098L11.115 14.0558L15.7258 9.44568\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
558
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.03418 7.00537L4.99414 18.9653H18.9941L19.0352 7.00049L21.0352 7.00732L20.9863 20.9653H2.98828L3.03418 6.99951L5.03418 7.00537Z\" fill=\"currentColor\"/>\n<path d=\"M20.9688 2.98657V4.98657H3.00195V2.98657H20.9688Z\" fill=\"currentColor\"/>\n<path d=\"M16.4326 10.1527L11.1152 15.4701L7.5625 11.9164L8.97656 10.5023L11.1152 12.641L15.0186 8.73865L16.4326 10.1527Z\" fill=\"currentColor\"/>\n</svg>",
559
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.9863 20.9661H2.98828L3.03809 6.00415H21.0381L20.9863 20.9661ZM11.1152 14.1956L8.97656 12.0569L7.5625 13.4709L11.1152 17.0247L16.4326 11.7073L15.0186 10.2932L11.1152 14.1956ZM20.9668 4.98657H3V2.98657H20.9668V4.98657Z\" fill=\"currentColor\"/>\n</svg>"
560
+ }
561
+ },
562
+ "delivery-truck": {
563
+ "files": {
564
+ "outline": "icons/delivery-truck-outline.svg",
565
+ "regular": "icons/delivery-truck-regular.svg",
566
+ "solid": "icons/delivery-truck-solid.svg"
567
+ },
568
+ "svg": {
569
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.99961 8.45477H2\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M5.97575 11.98L2.02539 12.0201\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M13.4857 17.0933H9.88867\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M3.88854 17.0933H1.88867\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M9.88842 17.0948C9.88842 18.1983 8.99187 19.0935 7.88854 19.0935C6.78522 19.0935 5.88867 18.1983 5.88867 17.0948C5.88867 15.9913 6.78368 15.0945 7.88854 15.0945C8.99341 15.0945 9.88842 15.9897 9.88842 17.0948Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M17.8869 17.0933C17.8869 18.0919 17.1539 18.9191 16.1956 19.0673C16.1941 19.0688 16.1925 19.0688 16.191 19.0688C16.1092 19.0812 16.0243 19.0889 15.9395 19.0904C15.9225 19.092 15.904 19.092 15.887 19.092C14.7837 19.092 13.8887 18.1968 13.8887 17.0933C13.8887 15.9897 14.7837 15.093 15.887 15.093C16.9903 15.093 17.8869 15.9882 17.8869 17.0933Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M2.99805 17.0933L5.88829 17.0948\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M2.04102 5.02832L15.8873 5.03758V15.0404\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M15.8887 15.5253V15.7738V8.22803H18.8885L20.9701 11.8874L20.9979 17.0409L17.8885 17.0934\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
570
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.8867 4.03809V7.22754H19.4697L21.8389 11.3926L21.9688 11.6201L21.9697 11.8818L22.0029 18.0234L18.7178 18.0781C18.3586 19.1094 17.4549 19.8846 16.3486 20.0557L16.3477 20.0518C16.3447 20.0522 16.3418 20.0533 16.3389 20.0537L16.3398 20.0576C16.2189 20.0759 16.0903 20.0874 15.958 20.0898L15.957 20.0889C15.9195 20.0903 15.8914 20.0918 15.8867 20.0918C14.5821 20.0917 13.4756 19.2564 13.0635 18.0928H10.7148C10.3026 19.2578 9.19335 20.0937 7.88867 20.0938C6.58427 20.0938 5.47495 19.2584 5.0625 18.0938L2.99805 18.0928H1.88867V16.0928H3.88867L5.0625 16.0938C5.47479 14.9301 6.58258 14.0947 7.88867 14.0947C9.19415 14.0948 10.3013 14.929 10.7139 16.0928H13.0635C13.3647 15.2422 14.036 14.5683 14.8867 14.2666V6.03613L2.03906 6.02832L2.04102 4.02832L16.8867 4.03809ZM7.88867 16.0947C7.33686 16.0947 6.88881 16.5429 6.88867 17.0947C6.88884 17.645 7.33691 18.0938 7.88867 18.0938C8.44037 18.0937 8.88851 17.645 8.88867 17.0947C8.88853 16.5419 8.44093 16.0948 7.88867 16.0947ZM15.8867 16.0928C15.3371 16.0929 14.8888 16.5405 14.8887 17.0928C14.8887 17.6415 15.3318 18.0865 15.8789 18.0908H15.9209C15.9544 18.0902 15.9913 18.0863 16.0293 18.0811L16.043 18.0791L16.1309 18.0605C16.5657 17.9522 16.8867 17.5589 16.8867 17.0928C16.8866 16.5404 16.438 16.0928 15.8867 16.0928ZM16.8887 14.2666C17.734 14.5665 18.4032 15.234 18.707 16.0781L19.9922 16.0566L19.9707 12.1533L18.3076 9.22754H16.8887V14.2666ZM5.98633 12.9795L2.03516 13.0195L2.01562 11.0195L5.96582 10.9795L5.98633 12.9795ZM8 9.45508H2V7.45508H8V9.45508Z\" fill=\"currentColor\"/>\n</svg>",
571
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.8867 4.03809V7.22754H19.4697L21.8389 11.3926L21.9688 11.6201L21.9697 11.8818L22.0029 18.0234L18.7178 18.0781C18.3586 19.1094 17.4549 19.8846 16.3486 20.0557L16.3477 20.0518C16.3447 20.0522 16.3418 20.0533 16.3389 20.0537L16.3398 20.0576C16.2189 20.0759 16.0903 20.0874 15.958 20.0898L15.957 20.0889C15.9195 20.0903 15.8914 20.0918 15.8867 20.0918C14.5821 20.0917 13.4756 19.2564 13.0635 18.0928H10.7148C10.3026 19.2578 9.19335 20.0937 7.88867 20.0938C6.58427 20.0938 5.47495 19.2584 5.0625 18.0938L2.99805 18.0928H1.88867V16.0928H3.88867L5.0625 16.0938C5.47479 14.9301 6.58258 14.0947 7.88867 14.0947C9.19415 14.0948 10.3013 14.929 10.7139 16.0928H13.0635C13.3647 15.2422 14.036 14.5683 14.8867 14.2666V6.03613L2.03906 6.02832L2.04102 4.02832L16.8867 4.03809ZM7.88867 16.0947C7.33686 16.0947 6.88881 16.5429 6.88867 17.0947C6.88884 17.645 7.33691 18.0938 7.88867 18.0938C8.44037 18.0937 8.88851 17.645 8.88867 17.0947C8.88853 16.5419 8.44093 16.0948 7.88867 16.0947ZM15.8867 16.0928C15.3371 16.0929 14.8888 16.5405 14.8887 17.0928C14.8887 17.6415 15.3318 18.0865 15.8789 18.0908H15.9209C15.9544 18.0902 15.9913 18.0863 16.0293 18.0811L16.043 18.0791L16.1309 18.0605C16.5657 17.9522 16.8867 17.5589 16.8867 17.0928C16.8866 16.5404 16.438 16.0928 15.8867 16.0928ZM16.8887 14.2666C17.734 14.5665 18.4032 15.234 18.707 16.0781L19.9922 16.0566L19.9707 12.1533L18.3076 9.22754H16.8887V14.2666ZM5.98633 12.9795L2.03516 13.0195L2.01562 11.0195L5.96582 10.9795L5.98633 12.9795ZM8 9.45508H2V7.45508H8V9.45508Z\" fill=\"currentColor\"/>\n</svg>"
572
+ }
573
+ },
574
+ "double-check": {
575
+ "files": {
576
+ "outline": "icons/double-check-outline.svg",
577
+ "regular": "icons/double-check-regular.svg",
578
+ "solid": "icons/double-check-solid.svg"
579
+ },
580
+ "svg": {
581
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.1445 10.4318L14.4283 8.146\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M4.72266 11.2021L8.00022 14.5946L9.13287 13.4555\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M9.89258 11.3225L13.4664 14.914L19.8842 8.14612\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
582
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.1362 8.85303L12.852 11.1382L11.438 9.7251L13.7212 7.43896L15.1362 8.85303Z\" fill=\"currentColor\"/>\n<path d=\"M8.00977 13.1648L8.42383 12.7498L9.8418 14.16L7.99023 16.0232L4.00391 11.8973L5.44141 10.5066L8.00977 13.1648Z\" fill=\"currentColor\"/>\n<path d=\"M20.6104 8.83447L13.4844 16.3491L9.18464 12.0278L10.6026 10.6167L13.4503 13.479L19.1592 7.45752L20.6104 8.83447Z\" fill=\"currentColor\"/>\n</svg>",
583
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.1362 8.85303L12.852 11.1382L11.438 9.7251L13.7212 7.43896L15.1362 8.85303Z\" fill=\"currentColor\"/>\n<path d=\"M8.00977 13.1648L8.42383 12.7498L9.8418 14.16L7.99023 16.0232L4.00391 11.8973L5.44141 10.5066L8.00977 13.1648Z\" fill=\"currentColor\"/>\n<path d=\"M20.6104 8.83447L13.4844 16.3491L9.18464 12.0278L10.6026 10.6167L13.4503 13.479L19.1592 7.45752L20.6104 8.83447Z\" fill=\"currentColor\"/>\n</svg>"
584
+ }
585
+ },
586
+ "download": {
587
+ "files": {
588
+ "outline": "icons/download-outline.svg",
589
+ "regular": "icons/download-regular.svg",
590
+ "solid": "icons/download-solid.svg"
591
+ },
592
+ "svg": {
593
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9991 2.99884V15.5004M16.9988 10.5029L12.0022 15.5004L7.00254 10.4998M19.9986 15.0004V20.001H3.99963V15.0004\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
594
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.99963 19.0017H18.9987V15.0007H20.9987V21.0017H2.99963V15.0007H4.99963V19.0017ZM12.9987 13.0886L16.2916 9.79565L17.7057 11.2097L12.0026 16.9148L6.29553 11.2068L7.70959 9.79272L10.9987 13.0818V2.99878H12.9987V13.0886Z\" fill=\"currentColor\"/>\n</svg>",
595
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.99963 19.0017H18.9987V15.0007H20.9987V21.0017H2.99963V15.0007H4.99963V19.0017ZM12.9987 13.0886L16.2916 9.79565L17.7057 11.2097L12.0026 16.9148L6.29553 11.2068L7.70959 9.79272L10.9987 13.0818V2.99878H12.9987V13.0886Z\" fill=\"currentColor\"/>\n</svg>"
596
+ }
597
+ },
598
+ "edit-pencil": {
599
+ "files": {
600
+ "outline": "icons/edit-pencil-outline.svg",
601
+ "regular": "icons/edit-pencil-regular.svg",
602
+ "solid": "icons/edit-pencil-solid.svg"
603
+ },
604
+ "svg": {
605
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.5378 7.35125L16.6471 11.4614M20.0759 8.03189L9.109 19.0009H4.99969V14.8908L15.965 3.92334L20.0759 8.03189Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
606
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.4899 8.03174L9.52313 20.0005H3.99969V14.4771L15.9645 2.50928L21.4899 8.03174ZM5.99969 15.3042V18.0005H8.69501L15.2321 11.4604L12.5368 8.76416L5.99969 15.3042ZM13.9509 7.3501L16.6462 10.0464L18.6608 8.03174L15.9655 5.33643L13.9509 7.3501Z\" fill=\"currentColor\"/>\n</svg>",
607
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.6461 12.8743L9.5231 20.0002H3.99966V14.4768L11.1237 7.35083L16.6461 12.8743Z\" fill=\"currentColor\"/>\n<path d=\"M21.4899 8.03149L18.0602 11.4602L12.5368 5.93579L15.9645 2.50903L21.4899 8.03149Z\" fill=\"currentColor\"/>\n</svg>"
608
+ }
609
+ },
610
+ "empty-page": {
611
+ "files": {
612
+ "outline": "icons/empty-page-outline.svg",
613
+ "regular": "icons/empty-page-regular.svg",
614
+ "solid": "icons/empty-page-solid.svg"
615
+ },
616
+ "svg": {
617
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 21.0013V2.99902H13.9994L18.9991 7.99967V21.0013H5Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M12.999 2.9989V8.99967H18.9986\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
618
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.4141 1.99902L19.999 7.58594V22.001H4V1.99902H14.4141ZM6 20.001H17.999V10H11.999V3.99902H6V20.001ZM13.999 8H17.585L13.999 4.41309V8Z\" fill=\"currentColor\"/>\n</svg>",
619
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.4141 1.99902L19.999 7.58594V22.001H4V1.99902H14.4141ZM11.999 3.99902V10H17.999V8H13.999V3.99902H11.999Z\" fill=\"currentColor\"/>\n</svg>"
620
+ }
621
+ },
622
+ "eye": {
623
+ "files": {
624
+ "outline": "icons/eye-outline.svg",
625
+ "regular": "icons/eye-regular.svg",
626
+ "solid": "icons/eye-solid.svg"
627
+ },
628
+ "svg": {
629
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.8295 12C19.8295 12 18.0935 18.1768 11.9936 18.1768C5.89367 18.1768 4.05273 12.0047 4.05273 12.0047C4.05273 12.0047 5.81805 5.82178 11.8269 5.82178C18.1691 5.82178 19.8295 11.9985 19.8295 11.9985V12Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M12.006 14.6747C13.4753 14.6747 14.6663 13.4834 14.6663 12.0139C14.6663 10.5443 13.4753 9.35303 12.006 9.35303C10.5368 9.35303 9.3457 10.5443 9.3457 12.0139C9.3457 13.4834 10.5368 14.6747 12.006 14.6747Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
630
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.8262 4.82178C15.3771 4.82185 17.6453 6.57129 18.9932 8.29443C19.6606 9.14771 20.1066 9.996 20.3857 10.6304C20.5258 10.9488 20.6256 11.2174 20.6914 11.4097C20.7243 11.5057 20.7487 11.5834 20.7656 11.6392C20.7741 11.6671 20.7804 11.6898 20.7852 11.7065L20.793 11.7339L20.7939 11.7368C20.7939 11.7368 20.7938 11.7389 19.8281 11.9985L20.7939 11.7388L20.8281 11.8667V12.1382L20.791 12.272L20.79 12.2749L20.7822 12.3022C20.7773 12.3187 20.7704 12.3411 20.7617 12.3687C20.7443 12.424 20.7192 12.5015 20.6855 12.5972C20.6183 12.7884 20.5163 13.0554 20.375 13.3726C20.0934 14.0043 19.6475 14.85 18.9883 15.7007C17.6606 17.4142 15.4354 19.1772 11.9922 19.1772C8.55204 19.1771 6.30356 17.4181 4.95117 15.7114C4.27891 14.863 3.81921 14.0196 3.52734 13.3892C3.38084 13.0727 3.27446 12.8065 3.2041 12.6157C3.16895 12.5204 3.14326 12.4433 3.125 12.3882C3.11587 12.3606 3.10868 12.3382 3.10352 12.3218C3.10102 12.3138 3.09827 12.3074 3.09668 12.3022C3.09591 12.2997 3.09473 12.2954 3.09473 12.2954L3.09375 12.2925C3.09375 12.2925 3.09348 12.2902 4.05176 12.0044C3.15138 11.7473 3.09433 11.7305 3.09082 11.729L3.0918 11.7261L3.09961 11.6987C3.10456 11.6823 3.11134 11.6599 3.12012 11.6323C3.13767 11.5771 3.16337 11.5003 3.19727 11.4048C3.26503 11.2139 3.36699 10.9472 3.50879 10.6304C3.79131 9.99902 4.23726 9.15298 4.89355 8.30225C6.21357 6.59115 8.423 4.82178 11.8262 4.82178ZM11.8262 6.82178C9.22059 6.82178 7.54241 8.14364 6.47754 9.52393C5.94144 10.2189 5.57024 10.9188 5.33398 11.4468C5.23534 11.6672 5.16251 11.8558 5.11035 11.9976C5.16442 12.1392 5.23949 12.3283 5.3418 12.5493C5.5857 13.0761 5.9683 13.7748 6.51855 14.4692C7.6115 15.8485 9.3329 17.1771 11.9922 17.1772C14.6487 17.1772 16.3419 15.8508 17.4072 14.4761C17.9444 13.7828 18.3143 13.0844 18.5488 12.5581C18.6502 12.3307 18.7237 12.1374 18.7754 11.9946C18.7253 11.853 18.6539 11.6614 18.5547 11.436C18.3243 10.9123 17.9583 10.2166 17.418 9.52588C16.3501 8.1608 14.6171 6.82185 11.8262 6.82178ZM12.0039 8.35303C14.0256 8.35303 15.6641 9.99252 15.6641 12.0142C15.6639 14.0357 14.0255 15.6743 12.0039 15.6743C9.98236 15.6742 8.34391 14.0356 8.34375 12.0142C8.34375 9.99257 9.98226 8.35312 12.0039 8.35303ZM12.0039 10.353C11.0872 10.3531 10.3438 11.0968 10.3438 12.0142C10.3439 12.9314 11.0873 13.6742 12.0039 13.6743C12.9206 13.6743 13.6639 12.9315 13.6641 12.0142C13.6641 11.0967 12.9207 10.353 12.0039 10.353ZM4.05176 12.0044L3.09375 12.2905L3.00977 12.0112L3.08984 11.73L4.05176 12.0044Z\" fill=\"currentColor\"/>\n</svg>",
631
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.8262 4.82178C15.3771 4.82185 17.6453 6.57129 18.9932 8.29443C19.6606 9.14771 20.1066 9.996 20.3857 10.6304C20.5258 10.9488 20.6256 11.2174 20.6914 11.4097C20.7243 11.5057 20.7487 11.5834 20.7656 11.6392C20.7741 11.6671 20.7804 11.6898 20.7852 11.7065L20.793 11.7339L20.7939 11.7368C20.7939 11.7368 20.7938 11.7389 19.8281 11.9985L20.7939 11.7388L20.8281 11.8667V12.1382L20.791 12.272L20.79 12.2749L20.7822 12.3022C20.7773 12.3187 20.7704 12.3411 20.7617 12.3687C20.7443 12.424 20.7192 12.5015 20.6855 12.5972C20.6183 12.7884 20.5163 13.0554 20.375 13.3726C20.0934 14.0043 19.6475 14.85 18.9883 15.7007C17.6606 17.4142 15.4354 19.1772 11.9922 19.1772C8.55204 19.1771 6.30356 17.4181 4.95117 15.7114C4.27891 14.863 3.81921 14.0196 3.52734 13.3892C3.38084 13.0727 3.27446 12.8065 3.2041 12.6157C3.16895 12.5204 3.14326 12.4433 3.125 12.3882C3.11587 12.3606 3.10868 12.3382 3.10352 12.3218C3.10102 12.3138 3.09827 12.3074 3.09668 12.3022C3.09591 12.2997 3.09473 12.2954 3.09473 12.2954L3.09375 12.2925C3.09375 12.2925 3.09348 12.2902 4.05176 12.0044C3.15138 11.7473 3.09433 11.7305 3.09082 11.729L3.0918 11.7261L3.09961 11.6987C3.10456 11.6823 3.11134 11.6599 3.12012 11.6323C3.13767 11.5771 3.16337 11.5003 3.19727 11.4048C3.26503 11.2139 3.36699 10.9472 3.50879 10.6304C3.79131 9.99902 4.23726 9.15298 4.89355 8.30225C6.21357 6.59115 8.423 4.82178 11.8262 4.82178ZM11.8262 6.82178C9.22059 6.82178 7.54241 8.14364 6.47754 9.52393C5.94144 10.2189 5.57024 10.9188 5.33398 11.4468C5.23534 11.6672 5.16251 11.8558 5.11035 11.9976C5.16442 12.1392 5.23949 12.3283 5.3418 12.5493C5.5857 13.0761 5.9683 13.7748 6.51855 14.4692C7.6115 15.8485 9.3329 17.1771 11.9922 17.1772C14.6487 17.1772 16.3419 15.8508 17.4072 14.4761C17.9444 13.7828 18.3143 13.0844 18.5488 12.5581C18.6502 12.3307 18.7237 12.1374 18.7754 11.9946C18.7253 11.853 18.6539 11.6614 18.5547 11.436C18.3243 10.9123 17.9583 10.2166 17.418 9.52588C16.3501 8.1608 14.6171 6.82185 11.8262 6.82178ZM12.0039 8.35303C14.0256 8.35303 15.6641 9.99252 15.6641 12.0142C15.6639 14.0357 14.0255 15.6743 12.0039 15.6743C9.98236 15.6742 8.34391 14.0356 8.34375 12.0142C8.34375 9.99257 9.98226 8.35312 12.0039 8.35303ZM4.05176 12.0044L3.09375 12.2905L3.00977 12.0112L3.08984 11.73L4.05176 12.0044Z\" fill=\"currentColor\"/>\n</svg>"
632
+ }
633
+ },
634
+ "eye-closed": {
635
+ "files": {
636
+ "outline": "icons/eye-closed-outline.svg",
637
+ "regular": "icons/eye-closed-regular.svg",
638
+ "solid": "icons/eye-closed-solid.svg"
639
+ },
640
+ "svg": {
641
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.7552 7.65771C20.7552 7.65771 18.7769 14.7005 11.8191 14.7005C4.86117 14.7005 2.76562 7.66389 2.76562 7.66389\" stroke=\"currentColor\" stroke-width=\"2.00604\" stroke-miterlimit=\"10\"/>\n</svg>",
642
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.72852 7.38428C3.73121 7.39286 3.73639 7.40775 3.74316 7.42822C3.7569 7.46974 3.77927 7.53474 3.81055 7.61963C3.87331 7.78998 3.97236 8.03977 4.1123 8.34229C4.39343 8.94995 4.83413 9.75678 5.46973 10.5591C6.73309 12.1538 8.7319 13.6978 11.8193 13.6978C14.9037 13.6977 16.8709 12.1556 18.1035 10.5649C18.7243 9.76381 19.1503 8.95742 19.4209 8.3501C19.5556 8.04769 19.6501 7.79762 19.71 7.62744C19.7398 7.54253 19.7614 7.47742 19.7744 7.43604C19.7808 7.41557 19.7856 7.40051 19.7881 7.39209L19.79 7.38428V7.38525C19.7899 7.38563 19.7895 7.38655 20.7549 7.65771C21.7205 7.92896 21.7208 7.92969 21.7207 7.93018V7.93115C21.7205 7.93194 21.72 7.93308 21.7197 7.93408C21.7192 7.93599 21.7185 7.93827 21.7178 7.94092C21.7161 7.94666 21.7136 7.95429 21.7109 7.96338C21.7055 7.98154 21.6982 8.00672 21.6885 8.0376C21.6691 8.09928 21.6402 8.18524 21.6025 8.29248C21.527 8.50745 21.4133 8.80865 21.2539 9.1665C20.9362 9.87964 20.4328 10.8341 19.6895 11.7935C18.1935 13.7241 15.6924 15.7035 11.8193 15.7036C7.94891 15.7036 5.42037 13.7287 3.89648 11.8052C3.13856 10.8484 2.62023 9.89573 2.29102 9.18408C2.12595 8.82724 2.00671 8.52735 1.92773 8.31299C1.88827 8.20588 1.85922 8.11964 1.83887 8.05811C1.82868 8.02731 1.82013 8.00198 1.81445 7.98389C1.81171 7.97514 1.80933 7.96799 1.80762 7.9624C1.80674 7.95955 1.80627 7.95659 1.80566 7.95459L1.80469 7.95264V7.95068L3.72656 7.37646C3.72697 7.37779 3.7274 7.38072 3.72852 7.38428Z\" fill=\"currentColor\"/>\n</svg>",
643
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.72852 7.38428C3.73121 7.39286 3.73639 7.40775 3.74316 7.42822C3.7569 7.46974 3.77927 7.53474 3.81055 7.61963C3.87331 7.78998 3.97236 8.03977 4.1123 8.34229C4.39343 8.94995 4.83413 9.75678 5.46973 10.5591C6.73309 12.1538 8.7319 13.6978 11.8193 13.6978C14.9037 13.6977 16.8709 12.1556 18.1035 10.5649C18.7243 9.76381 19.1503 8.95742 19.4209 8.3501C19.5556 8.04769 19.6501 7.79762 19.71 7.62744C19.7398 7.54253 19.7614 7.47742 19.7744 7.43604C19.7808 7.41557 19.7856 7.40051 19.7881 7.39209L19.79 7.38428V7.38525C19.7899 7.38563 19.7895 7.38655 20.7549 7.65771C21.7205 7.92896 21.7208 7.92969 21.7207 7.93018V7.93115C21.7205 7.93194 21.72 7.93308 21.7197 7.93408C21.7192 7.93599 21.7185 7.93827 21.7178 7.94092C21.7161 7.94666 21.7136 7.95429 21.7109 7.96338C21.7055 7.98154 21.6982 8.00672 21.6885 8.0376C21.6691 8.09928 21.6402 8.18524 21.6025 8.29248C21.527 8.50745 21.4133 8.80865 21.2539 9.1665C20.9362 9.87964 20.4328 10.8341 19.6895 11.7935C18.1935 13.7241 15.6924 15.7035 11.8193 15.7036C7.94891 15.7036 5.42037 13.7287 3.89648 11.8052C3.13856 10.8484 2.62023 9.89573 2.29102 9.18408C2.12595 8.82724 2.00671 8.52735 1.92773 8.31299C1.88827 8.20588 1.85922 8.11964 1.83887 8.05811C1.82868 8.02731 1.82013 8.00198 1.81445 7.98389C1.81171 7.97514 1.80933 7.96799 1.80762 7.9624C1.80674 7.95955 1.80627 7.95659 1.80566 7.95459L1.80469 7.95264V7.95068L3.72656 7.37646C3.72697 7.37779 3.7274 7.38072 3.72852 7.38428Z\" fill=\"currentColor\"/>\n</svg>"
644
+ }
645
+ },
646
+ "face-id": {
647
+ "files": {
648
+ "outline": "icons/face-id-outline.svg",
649
+ "regular": "icons/face-id-regular.svg",
650
+ "solid": "icons/face-id-solid.svg"
651
+ },
652
+ "svg": {
653
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.998 15.9988V20H15.9968M15.9789 4.00006H19.9972V7.99659M3.99805 7.93169V4H7.90207M7.99314 20H3.99805V15.9988M7.99371 6.99635V10.9975M15.9968 6.99635V10.9975M11.9951 7.93186V12.9981H9.99448M15.6738 14.9986C15.0887 16.479 13.6469 17.5256 11.9581 17.5256C10.3388 17.5256 8.9448 16.5608 8.31806 15.1761\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
654
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.00076 18.9969H7.99506V20.9976H3V15.9977H5.00076V18.9969Z\" fill=\"currentColor\"/>\n<path d=\"M20.999 20.9976H15.9971V18.9969H18.9983V15.9977H20.999V20.9976Z\" fill=\"currentColor\"/>\n<path d=\"M16.6058 15.3646C15.8749 17.2132 14.0726 18.524 11.9595 18.524C9.93271 18.524 8.19059 17.3159 7.40792 15.5874L9.23088 14.7619C9.7017 15.8017 10.7475 16.5233 11.9595 16.5233C13.2237 16.5233 14.3053 15.7408 14.7447 14.63L16.6058 15.3646Z\" fill=\"currentColor\"/>\n<path d=\"M12.9979 13.9979H9.9968V11.9971H10.9972V7.93309H12.9979V13.9979Z\" fill=\"currentColor\"/>\n<path d=\"M8.99642 10.9977H6.99566V6.99816H8.99642V10.9977Z\" fill=\"currentColor\"/>\n<path d=\"M16.9975 10.9977H14.9967V6.99816H16.9975V10.9977Z\" fill=\"currentColor\"/>\n<path d=\"M21 7.99756H18.9992V5.00326H15.9815V3.0025H21V7.99756Z\" fill=\"currentColor\"/>\n<path d=\"M7.90421 5.00326H5.00076V7.93309H3V3.0025H7.90421V5.00326Z\" fill=\"currentColor\"/>\n</svg>",
655
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.99935 18.9988H7.99446V21.0001H2.99805V15.9988H4.99935V18.9988Z\" fill=\"currentColor\"/>\n<path d=\"M21.002 21.0001H15.9987V18.9988H19.0007V15.9988H21.002V21.0001Z\" fill=\"currentColor\"/>\n<path d=\"M16.6075 15.3655C15.8764 17.2146 14.0736 18.5258 11.9599 18.5258C9.93264 18.5258 8.19004 17.3173 7.40717 15.5883L9.23062 14.7626C9.70157 15.8027 10.7477 16.5245 11.9599 16.5245C13.2246 16.5245 14.3064 15.7418 14.7459 14.6307L16.6075 15.3655Z\" fill=\"currentColor\"/>\n<path d=\"M12.9987 13.9984H9.99674V11.9971H10.9974V7.93198H12.9987V13.9984Z\" fill=\"currentColor\"/>\n<path d=\"M8.99609 10.9975H6.99479V6.9968H8.99609V10.9975Z\" fill=\"currentColor\"/>\n<path d=\"M16.9993 10.9975H14.998V6.9968H16.9993V10.9975Z\" fill=\"currentColor\"/>\n<path d=\"M21.0029 7.99648H19.0016V5.00136H15.9831V3.00006H21.0029V7.99648Z\" fill=\"currentColor\"/>\n<path d=\"M7.90358 5.00136H4.99935V7.93198H2.99805V3.00006H7.90358V5.00136Z\" fill=\"currentColor\"/>\n</svg>"
656
+ }
657
+ },
658
+ "filter-list": {
659
+ "files": {
660
+ "outline": "icons/filter-list-outline.svg",
661
+ "regular": "icons/filter-list-regular.svg",
662
+ "solid": "icons/filter-list-solid.svg"
663
+ },
664
+ "svg": {
665
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.9987 3.99896H2M3.99981 9.33298H19.9988M5.99968 14.667H17.9989M7.99955 20.001H15.999\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
666
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.999 21.001H8V19.001H15.999V21.001Z\" fill=\"currentColor\"/>\n<path d=\"M17.999 15.667H6V13.667H17.999V15.667Z\" fill=\"currentColor\"/>\n<path d=\"M19.999 10.333H4V8.33301H19.999V10.333Z\" fill=\"currentColor\"/>\n<path d=\"M21.999 4.99902H2V2.99902H21.999V4.99902Z\" fill=\"currentColor\"/>\n</svg>",
667
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.999 2.99902V4.99902H2V2.99902H21.999Z\" fill=\"currentColor\"/>\n<path d=\"M19.9985 8.33301V10.333H3.99951V8.33301H19.9985Z\" fill=\"currentColor\"/>\n<path d=\"M17.9985 13.6671V15.6671H5.99951V13.6671H17.9985Z\" fill=\"currentColor\"/>\n<path d=\"M15.9985 19.0011V21.0011H7.99951V19.0011H15.9985Z\" fill=\"currentColor\"/>\n</svg>"
668
+ }
669
+ },
670
+ "flash": {
671
+ "files": {
672
+ "outline": "icons/flash-outline.svg",
673
+ "regular": "icons/flash-regular.svg",
674
+ "solid": "icons/flash-solid.svg"
675
+ },
676
+ "svg": {
677
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.9998 4.36792V9.63094H16.9995L9.99995 19.0118V12.9894L6.14062 12.974L12.9998 4.36792Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
678
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.999 8.63062H18.9922L8.99902 22.0242V13.9851L4.07031 13.9656L13.999 1.50854V8.63062ZM8.20898 11.9822L10.999 11.9929V15.9988L15.0049 10.6306H11.999V7.22632L8.20898 11.9822Z\" fill=\"currentColor\"/>\n</svg>",
679
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.999 8.63062H18.9922L8.99902 22.0242V13.9851L4.07031 13.9656L13.999 1.50854V8.63062Z\" fill=\"currentColor\"/>\n</svg>"
680
+ }
681
+ },
682
+ "gif": {
683
+ "files": {
684
+ "outline": "icons/gif-outline.svg",
685
+ "regular": "icons/gif-regular.svg",
686
+ "solid": "icons/gif-solid.svg"
687
+ },
688
+ "svg": {
689
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.1161 12.7656C11.0836 13.0283 11.0388 13.3868 10.824 13.7917C10.7189 13.991 10.5876 14.1734 10.4315 14.3372C9.87365 14.8966 9.17052 15.201 8.44731 15.201C6.46929 15.201 5.56836 13.6001 5.56836 12.1119C5.56836 9.99018 7.09824 9.02435 8.51994 9.02435C9.00672 9.02435 9.42241 9.16189 9.76393 9.35505C10.396 9.71357 10.8395 10.3332 11.0218 11.0364L11.0265 11.0549L9.68048 11.0426L9.56922 10.854C9.5414 10.8061 9.2787 10.3966 8.51994 10.3966C7.50311 10.3966 7.04879 11.2589 7.04879 12.1119C7.04879 12.9047 7.41657 13.8288 8.45349 13.8288C8.76874 13.8288 9.44714 13.7407 9.64648 13.0082L8.05325 13.0221V11.6684H11.113L11.1362 12.0285C11.1532 12.2757 11.147 12.5245 11.1161 12.7656Z\" fill=\"currentColor\"/>\n<path d=\"M13.3457 9.07861H11.8652V15.0096H13.3457V9.07861Z\" fill=\"currentColor\"/>\n<path d=\"M15.8052 10.4771V11.344H18.0722V12.7101H15.8052V15.0358H14.3232V9.1048H18.2824V10.4771H15.8052Z\" fill=\"currentColor\"/>\n<path d=\"M21 5.03595H3V18.964H21V5.03595Z\" stroke=\"currentColor\" stroke-width=\"2.00604\" stroke-miterlimit=\"10\"/>\n</svg>",
690
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.1159 12.7655C11.0834 13.0282 11.0386 13.3867 10.8238 13.7916C10.7187 13.991 10.5874 14.1733 10.4313 14.3371C9.87343 14.8965 9.1703 15.201 8.44709 15.201C6.46907 15.201 5.56814 13.6 5.56814 12.1119C5.56814 9.99011 7.09802 9.02428 8.51972 9.02428C9.0065 9.02428 9.42219 9.16182 9.76371 9.35498C10.3958 9.7135 10.8393 10.3332 11.0216 11.0363L11.0262 11.0548L9.68026 11.0425L9.569 10.854C9.54118 10.806 9.27848 10.3965 8.51972 10.3965C7.50289 10.3965 7.04857 11.2588 7.04857 12.1119C7.04857 12.9046 7.41636 13.8287 8.45327 13.8287C8.76852 13.8287 9.44692 13.7406 9.64627 13.0081L8.05303 13.0221V11.6683H11.1128L11.136 12.0284C11.153 12.2757 11.1468 12.5245 11.1159 12.7655Z\" fill=\"currentColor\"/>\n<path d=\"M13.3457 9.07856H11.8653V15.0095H13.3457V9.07856Z\" fill=\"currentColor\"/>\n<path d=\"M15.8049 10.477V11.3439H18.0719V12.71H15.8049V15.0357H14.3229V9.10472H18.282V10.477H15.8049Z\" fill=\"currentColor\"/>\n<path d=\"M22.0029 4.03296V19.9666H1.99707V4.03296H22.0029ZM4.00293 17.9607H19.9971V6.03882H4.00293V17.9607Z\" fill=\"currentColor\"/>\n</svg>",
691
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 19.9644H2V4.03552H22V19.9644ZM8.52055 9.02527C7.09938 9.02546 5.57024 9.99134 5.57024 12.1123C5.57037 13.5999 6.47104 15.2002 8.44831 15.2002C9.17131 15.2002 9.8744 14.8955 10.4321 14.3362C10.588 14.1726 10.7196 13.9906 10.8246 13.7915C11.0393 13.3867 11.084 13.028 11.1165 12.7654C11.1474 12.5244 11.153 12.2755 11.136 12.0283L11.1135 11.669H8.05487V13.0221L9.64717 13.0075C9.44788 13.7398 8.76932 13.8286 8.45416 13.8286C7.41797 13.8283 7.05038 12.9046 7.05028 12.1123C7.05028 11.2596 7.50431 10.3972 8.52055 10.3969C9.27909 10.3969 9.54224 10.8069 9.57005 10.8548L9.68134 11.0432L11.0267 11.055L11.0218 11.0364C10.8394 10.3336 10.3961 9.71458 9.76433 9.35623C9.42292 9.16313 9.00717 9.02527 8.52055 9.02527ZM14.3226 9.1063V15.0352H15.8045V12.7097H18.0705V11.3439H15.8045V10.478H18.2804V9.1063H14.3226ZM11.8653 15.0089H13.3453V9.07994H11.8653V15.0089Z\" fill=\"currentColor\"/>\n</svg>"
692
+ }
693
+ },
694
+ "gift": {
695
+ "files": {
696
+ "outline": "icons/gift-outline.svg",
697
+ "solid": "icons/gift-solid.svg"
698
+ },
699
+ "svg": {
700
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<rect x=\"6\" y=\"12\" width=\"12\" height=\"8\" stroke=\"currentColor\" stroke-width=\"2\"/>\n<rect width=\"16\" height=\"4\" transform=\"matrix(1 0 0 -1 4 12)\" stroke=\"currentColor\" stroke-width=\"2\"/>\n<path d=\"M12 7L12 21\" stroke=\"currentColor\" stroke-width=\"2\"/>\n<circle cx=\"10.2231\" cy=\"5.77772\" r=\"1.77778\" stroke=\"currentColor\" stroke-width=\"2\"/>\n<circle cx=\"13.7778\" cy=\"5.77778\" r=\"1.77778\" stroke=\"currentColor\" stroke-width=\"2\"/>\n</svg>",
701
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.7773 3C15.3113 3 16.5554 4.24342 16.5557 5.77734C16.5557 6.21655 16.4511 6.63071 16.2695 7H21V13H19V21H5V13H3V7H7.73145C7.54993 6.6307 7.44531 6.21656 7.44531 5.77734C7.44555 4.24356 8.68888 3.00023 10.2227 3C10.8988 3 11.5182 3.24203 12 3.64355C12.4816 3.24192 13.1012 3.0001 13.7773 3ZM7 19H11V13H7V19ZM13 19H17V13H13V19ZM5 11H11V9H5V11ZM13 11H19V9H13V11ZM10.2227 5C9.79345 5.00023 9.44555 5.34813 9.44531 5.77734C9.44531 6.20675 9.7933 6.55543 10.2227 6.55566C10.6493 6.55566 10.9953 6.21164 11 5.78613V5.76758C10.9945 5.34273 10.6488 5 10.2227 5ZM13.7773 5C13.3514 5.00023 13.0055 5.34287 13 5.76758C13 5.77083 13.001 5.77409 13.001 5.77734C13.001 5.78028 13 5.7832 13 5.78613C13.0047 6.2115 13.3509 6.55543 13.7773 6.55566C14.2069 6.55566 14.5557 6.2069 14.5557 5.77734C14.5554 5.34799 14.2068 5 13.7773 5Z\" fill=\"currentColor\"/>\n</svg>"
702
+ }
703
+ },
704
+ "globe": {
705
+ "files": {
706
+ "outline": "icons/globe-outline.svg",
707
+ "regular": "icons/globe-regular.svg",
708
+ "solid": "icons/globe-solid.svg"
709
+ },
710
+ "svg": {
711
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.999 21.0027C16.9701 21.0027 21 16.9721 21 12C21 7.02796 16.9701 2.99731 11.999 2.99731C7.02792 2.99731 2.99805 7.02796 2.99805 12C2.99805 16.9721 7.02792 21.0027 11.999 21.0027Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M8.51537 4.49756L10.9998 6.99942L7.99997 12.0001L6.0001 12.2779L4.51562 17.0007\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M17.6154 4.96362L16.9997 7.99951L13.8086 10.1927L14.6542 13.0002L20.5844 13.3088\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M9.7207 21.0027L10.9953 16.6426L19.5889 17.0747\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
712
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.999 1.99707C17.5226 1.99708 22 6.47585 22 12C21.9999 17.524 17.5225 22.0029 11.999 22.0029C6.47554 22.0029 1.99817 17.5241 1.99805 12C1.99805 6.47584 6.47546 1.99707 11.999 1.99707ZM11.0693 19.9473C11.3744 19.9826 11.6845 20.0029 11.999 20.0029C14.0492 20.0029 15.9182 19.2303 17.334 17.9619L11.7324 17.6807L11.0693 19.9473ZM11.999 3.99707C11.2174 3.99707 10.4622 4.11028 9.74805 4.31934L12.2568 6.84668L8.61035 12.9238L8.13672 12.9902L6.7627 13.1807L5.61719 16.8252C6.51013 18.0049 7.7221 18.9282 9.125 19.4688L10.2559 15.6045L18.9043 16.0391C19.2285 15.4857 19.4881 14.8906 19.6729 14.2627L13.8984 13.9629L12.6396 9.78223L16.0986 7.4043L16.5078 5.38867C15.2239 4.51092 13.6715 3.99707 11.999 3.99707ZM7.85352 5.15332C5.54216 6.55649 3.99805 9.09799 3.99805 12C3.99807 12.7871 4.11348 13.5471 4.3252 14.2656L5.23438 11.374L7.3877 11.0742L9.74121 7.15137L7.80469 5.20215L7.85352 5.15332ZM17.8984 8.59473L17.5654 8.82422L14.9746 10.6035L15.4072 12.0381L19.9922 12.2764C19.9953 12.1846 20 12.0925 20 12C20 10.097 19.3346 8.35011 18.2256 6.97656L17.8984 8.59473Z\" fill=\"currentColor\"/>\n</svg>",
713
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.999 1.99707C17.5226 1.99708 22 6.47585 22 12C21.9999 17.524 17.5225 22.0029 11.999 22.0029C6.47554 22.0029 1.99817 17.5241 1.99805 12C1.99805 6.47584 6.47546 1.99707 11.999 1.99707ZM11.999 3.99707C11.2174 3.99707 10.4622 4.11028 9.74805 4.31934L12.2568 6.84668L8.61035 12.9238L8.13672 12.9902L6.7627 13.1807L5.61719 16.8252C6.51013 18.0049 7.7221 18.9282 9.125 19.4688L10.2559 15.6045L18.9043 16.0391C19.2285 15.4857 19.4881 14.8906 19.6729 14.2627L13.8984 13.9629L12.6396 9.78223L16.0986 7.4043L16.5078 5.38867C15.2239 4.51092 13.6715 3.99707 11.999 3.99707Z\" fill=\"currentColor\"/>\n</svg>"
714
+ }
715
+ },
716
+ "graduation-cap": {
717
+ "files": {
718
+ "outline": "icons/graduation-cap-outline.svg",
719
+ "regular": "icons/graduation-cap-regular.svg",
720
+ "solid": "icons/graduation-cap-solid.svg"
721
+ },
722
+ "svg": {
723
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.65039 9.02583L11.9693 4.84937L20.3499 9.01039L11.9693 13.3011L3.65039 9.02583Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M7.22266 10.9088C7.22266 12.4275 7.24735 15.0991 7.24735 16.6163V17.158C10.1052 19.4839 13.9167 19.4886 16.7745 17.2213V10.9072\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
724
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.4131 3.9541L22.5703 8.99707L17.7744 11.4521V17.7041L17.3965 18.0049C14.1725 20.5626 9.83957 20.557 6.61621 17.9336L6.24707 17.6338V16.6162C6.24707 15.8613 6.24153 14.8171 6.23535 13.7686C6.2306 12.9616 6.22663 12.1519 6.22461 11.4736L1.44141 9.01562L11.9658 3.73145L12.4131 3.9541ZM11.9678 14.4248L8.22949 12.5039C8.23165 12.9082 8.23285 13.3322 8.23535 13.7568C8.24152 14.803 8.24707 15.854 8.24707 16.6162V16.6611C10.5611 18.3138 13.4592 18.3217 15.7744 16.7168V12.4756L11.9678 14.4248ZM5.85645 9.03613L11.9688 12.1768L18.127 9.02344L11.9707 5.9668L5.85645 9.03613Z\" fill=\"currentColor\"/>\n</svg>",
725
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.7754 17.7051L17.3975 18.0059C14.1737 20.5635 9.8405 20.5575 6.61719 17.9346L6.24805 17.6348V16.6172C6.24805 15.8624 6.24251 14.8179 6.23633 13.7695C6.23157 12.9624 6.22761 12.1521 6.22559 11.4736L11.9678 14.4248L17.7754 11.4512V17.7051Z\" fill=\"currentColor\"/>\n<path d=\"M12.4131 2.9541L22.5703 7.99707L11.9678 13.4248L1.44141 8.01562L11.9658 2.73145L12.4131 2.9541Z\" fill=\"currentColor\"/>\n</svg>"
726
+ }
727
+ },
728
+ "graph-down": {
729
+ "files": {
730
+ "outline": "icons/graph-down-outline.svg",
731
+ "regular": "icons/graph-down-regular.svg",
732
+ "solid": "icons/graph-down-solid.svg"
733
+ },
734
+ "svg": {
735
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.0638 14.8738H21.0079M21.0079 14.8738L21.0496 9.94263M21.0079 14.8738L13.2137 7.28334L8.61828 11.9012L3.04919 7.01015M3 4V19H22\" stroke=\"currentColor\" stroke-width=\"2\"/>\n</svg>",
736
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4 4V6.51367L8.57227 10.5293L13.2021 5.87695L20.0273 12.5225L20.0498 9.93457L22.0498 9.95117L21.999 15.874H16.0635V13.874H18.5488L13.2236 8.68945L8.66406 13.2725L4 9.17578V18H22V20H2V4H4Z\" fill=\"currentColor\"/>\n</svg>",
737
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4 4V6.51367L8.57227 10.5293L13.2021 5.87695L20.0273 12.5225L20.0498 9.93457L22.0498 9.95117L21.999 15.874H16.0635V13.874H18.5488L13.2236 8.68945L8.66406 13.2725L4 9.17578V18H22V20H2V4H4Z\" fill=\"currentColor\"/>\n</svg>"
738
+ }
739
+ },
740
+ "graph-up": {
741
+ "files": {
742
+ "outline": "icons/graph-up-outline.svg",
743
+ "regular": "icons/graph-up-regular.svg",
744
+ "solid": "icons/graph-up-solid.svg"
745
+ },
746
+ "svg": {
747
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 4V19H22M16 7.01014L21.008 7M21.008 7V12M21.008 7L13.2138 14.6006L8.6184 9.98275L3.04932 14.8738\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
748
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22.0078 12H20.0078V9.37109L13.2031 16.0078L8.57129 11.3545L4 15.3691V18H22V20H2V4H4V12.707L8.66406 8.61133L13.2236 13.1934L18.5449 8.00391L16.002 8.00977L15.998 6.00977L22.0078 5.99805V12Z\" fill=\"currentColor\"/>\n</svg>",
749
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22.0078 12H20.0078V9.37109L13.2031 16.0078L8.57129 11.3545L4 15.3691V18H22V20H2V4H4V12.707L8.66406 8.61133L13.2236 13.1934L18.5449 8.00391L16.002 8.00977L15.998 6.00977L22.0078 5.99805V12Z\" fill=\"currentColor\"/>\n</svg>"
750
+ }
751
+ },
752
+ "group": {
753
+ "files": {
754
+ "outline": "icons/group-outline.svg",
755
+ "regular": "icons/group-regular.svg",
756
+ "solid": "icons/group-solid.svg"
757
+ },
758
+ "svg": {
759
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.81545 15.4784L2.78491 15.5077C2.78491 13.6005 4.38358 12.0527 6.35721 12.0527L10.3647 11.9925M17.608 10.9448C17.608 12.2674 16.5358 13.3397 15.2131 13.3397C13.8905 13.3397 12.8182 12.2674 12.8182 10.9448C12.8182 9.62209 13.8905 8.54985 15.2131 8.54985C16.5358 8.54985 17.608 9.62209 17.608 10.9448ZM11.1053 6.93885C11.1053 8.26152 10.0331 9.33376 8.71044 9.33376C7.38777 9.33376 6.31553 8.26152 6.31553 6.93885C6.31553 5.61618 7.38777 4.54395 8.71044 4.54395C10.0331 4.54395 11.1053 5.61618 11.1053 6.93885ZM9.44033 19.4998C9.44033 17.5925 11.039 16.0448 13.0126 16.0448H17.2979C19.2699 16.0448 20.8702 17.591 20.8702 19.4998H9.44033Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
760
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.232 15.0747C19.7138 15.0747 21.7849 17.0423 21.7849 19.5414V20.5439H8.41203V19.5414C8.41203 17.0445 10.4811 15.0748 12.965 15.0747H17.232ZM12.965 17.0799C11.9044 17.08 11.0245 17.6904 10.6292 18.5388H19.5687C19.1734 17.6899 18.2922 17.0799 17.232 17.0799H12.965ZM10.3433 13.0167L6.35242 13.0774H6.33784C5.28044 13.0774 4.40202 13.684 4.00497 14.5284L7.78384 14.5069L7.79551 16.512L1.78491 16.5473V15.5388C1.78491 13.0468 3.84581 11.0799 6.32325 11.0722L10.3131 11.0115L10.3433 13.0167ZM16.5455 10.9635C16.5452 10.1913 15.9228 9.56537 15.1558 9.56537C14.3891 9.56563 13.7674 10.1915 13.7672 10.9635C13.7672 11.7357 14.3889 12.3624 15.1558 12.3626C15.923 12.3626 16.5455 11.7359 16.5455 10.9635ZM10.07 6.94727C10.0698 6.17515 9.44828 5.54927 8.6814 5.54913C7.91439 5.54913 7.29199 6.17506 7.29179 6.94727C7.29179 7.71966 7.91427 8.3464 8.6814 8.3464C9.44841 8.34626 10.07 7.71957 10.07 6.94727ZM18.537 10.9635C18.537 12.8433 17.0229 14.3678 15.1558 14.3678C13.289 14.3676 11.7757 12.8432 11.7757 10.9635C11.7759 9.08406 13.2892 7.56045 15.1558 7.56019C17.0227 7.56019 18.5368 9.0839 18.537 10.9635ZM12.0616 6.94727C12.0616 8.827 10.5483 10.3514 8.6814 10.3516C6.81437 10.3516 5.30025 8.82709 5.30025 6.94727C5.30045 5.06763 6.8145 3.54395 8.6814 3.54395C10.5482 3.54408 12.0614 5.06772 12.0616 6.94727Z\" fill=\"currentColor\"/>\n</svg>",
761
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.232 15.0748C19.7138 15.0748 21.7849 17.0424 21.7849 19.5414V20.544H8.41203V19.5414C8.41203 17.0445 10.4811 15.0749 12.965 15.0748H17.232ZM18.537 10.9636C18.537 12.8434 17.0229 14.3679 15.1558 14.3679C13.289 14.3676 11.7757 12.8432 11.7757 10.9636C11.7759 9.08412 13.2892 7.56051 15.1558 7.56025C17.0227 7.56025 18.5368 9.08396 18.537 10.9636ZM12.0616 6.94734C12.0616 8.82707 10.5483 10.3515 8.6814 10.3516C6.81437 10.3516 5.30025 8.82715 5.30025 6.94734C5.30045 5.06769 6.8145 3.54401 8.6814 3.54401C10.5482 3.54414 12.0614 5.06778 12.0616 6.94734Z\" fill=\"currentColor\"/>\n<path d=\"M9.7998 14.4581C8.97211 14.9589 8.27146 15.6509 7.76758 16.4786L1.78516 16.5137V15.5079C1.78529 13.0224 3.8549 11.0615 6.34277 11.0538H9.7998V14.4581Z\" fill=\"currentColor\"/>\n</svg>"
762
+ }
763
+ },
764
+ "heart": {
765
+ "files": {
766
+ "outline": "icons/heart-outline.svg",
767
+ "regular": "icons/heart-regular.svg",
768
+ "solid": "icons/heart-solid.svg"
769
+ },
770
+ "svg": {
771
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.7328 12.4985L11.9632 19.2695L5.2044 12.5093C0.263356 7.5689 7.03298 0.796419 11.9756 5.73996C16.9475 0.767094 23.7048 7.52722 18.7344 12.5001L18.7328 12.4985Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
772
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.8374 2.99855C17.3741 3.01346 18.7752 3.66742 19.7905 4.68312C20.8057 5.69874 21.4591 7.09962 21.4741 8.63625C21.4893 10.1883 20.8524 11.7944 19.4409 13.2066L18.7339 13.9136L18.732 13.9126L11.9624 20.6831L4.4966 13.2163C3.09081 11.8107 2.46194 10.2082 2.48293 8.65871C2.5038 7.12509 3.161 5.72584 4.17629 4.71046C5.19155 3.69528 6.58994 3.03785 8.12355 3.0171C9.41903 2.99959 10.7504 3.43835 11.9741 4.40382C13.203 3.43108 14.5387 2.98597 15.8374 2.99855ZM15.8179 4.99855C14.8599 4.98929 13.7562 5.3725 12.6821 6.44679L11.9751 7.15382L11.2681 6.44679C10.2031 5.38162 9.10604 5.00427 8.1509 5.0171C7.17983 5.03023 6.26762 5.44733 5.59035 6.12453C4.91304 6.80189 4.49517 7.71481 4.48195 8.68605C4.46909 9.64115 4.8463 10.738 5.91066 11.8023L11.9624 17.854L18.0249 11.7915L18.0991 11.7163C19.1165 10.6659 19.4833 9.59207 19.4741 8.65578C19.4646 7.68203 19.0495 6.77142 18.3755 6.09718C17.7014 5.4229 16.7911 5.00798 15.8179 4.99855Z\" fill=\"currentColor\"/>\n</svg>",
773
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.8374 2.99855C17.3741 3.01346 18.7752 3.66742 19.7905 4.68312C20.8057 5.69874 21.4591 7.09962 21.4741 8.63625C21.4893 10.1883 20.8524 11.7944 19.4409 13.2066L18.7339 13.9136L18.732 13.9126L11.9624 20.6831L4.4966 13.2163C3.09081 11.8107 2.46194 10.2082 2.48293 8.65871C2.5038 7.12509 3.161 5.72584 4.17629 4.71046C5.19155 3.69528 6.58994 3.03785 8.12355 3.0171C9.41903 2.99959 10.7504 3.43835 11.9741 4.40382C13.203 3.43108 14.5387 2.98597 15.8374 2.99855Z\" fill=\"currentColor\"/>\n</svg>"
774
+ }
775
+ },
776
+ "help-circle": {
777
+ "files": {
778
+ "outline": "icons/help-circle-outline.svg",
779
+ "regular": "icons/help-circle-regular.svg",
780
+ "solid": "icons/help-circle-solid.svg"
781
+ },
782
+ "svg": {
783
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.50195 9.71259C9.50195 8.48712 10.6192 7.49316 11.9987 7.49316C13.3782 7.49316 14.4955 8.48712 14.4955 9.71259C14.4955 10.5074 14.156 11.1248 13.9723 11.3872C13.6668 11.8255 13.2826 12.1342 12.9277 12.3503C12.349 12.7022 11.9987 13.3303 11.9972 14.0079\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M11.9994 21.0073C16.9697 21.0073 20.9988 16.9774 20.9988 12.0062C20.9988 7.03496 16.9697 3.005 11.9994 3.005C7.02918 3.005 3 7.03496 3 12.0062C3 16.9774 7.02918 21.0073 11.9994 21.0073Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M11.9934 17.5254C12.6445 17.5254 13.1723 16.9975 13.1723 16.3462C13.1723 15.695 12.6445 15.1671 11.9934 15.1671C11.3423 15.1671 10.8145 15.695 10.8145 16.3462C10.8145 16.9975 11.3423 17.5254 11.9934 17.5254Z\" fill=\"currentColor\"/>\n</svg>",
784
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.4944 9.71284C13.4944 9.14693 12.939 8.49326 11.9983 8.49311C11.0573 8.49311 10.5012 9.14687 10.5012 9.71284H8.50121C8.50121 7.82788 10.1801 6.49311 11.9983 6.49311C13.8163 6.49327 15.4944 7.82799 15.4944 9.71284C15.4943 10.7824 15.0449 11.5984 14.7913 11.9609C14.3867 12.5407 13.886 12.9365 13.4465 13.204C13.1691 13.3728 12.9972 13.6767 12.9963 14.0097L10.9963 14.0058C10.9987 12.9842 11.5272 12.0311 12.4065 11.496C12.6765 11.3317 12.9453 11.1113 13.1516 10.8154L13.1526 10.8134C13.2662 10.6509 13.4943 10.2323 13.4944 9.71284Z\" fill=\"currentColor\"/>\n<path d=\"M19.999 12.0059C19.9989 7.58684 16.4167 4.00488 11.999 4.00488C7.58149 4.0051 4.0001 7.58698 4 12.0059C4 16.4248 7.58143 20.0066 11.999 20.0068C16.4168 20.0068 19.999 16.425 19.999 12.0059ZM21.999 12.0059C21.999 17.5292 17.5217 22.0068 11.999 22.0068C6.4765 22.0066 2 17.529 2 12.0059C2.0001 6.48277 6.47656 2.0051 11.999 2.00488C17.5217 2.00488 21.9989 6.48264 21.999 12.0059Z\" fill=\"currentColor\"/>\n<path d=\"M11.9933 17.5253C12.6444 17.5253 13.1723 16.9973 13.1723 16.3461C13.1723 15.6949 12.6444 15.1669 11.9933 15.1669C11.3422 15.1669 10.8144 15.6949 10.8144 16.3461C10.8144 16.9973 11.3422 17.5253 11.9933 17.5253Z\" fill=\"currentColor\"/>\n</svg>",
785
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.999 2.00488C17.5217 2.00488 21.9989 6.48264 21.999 12.0059C21.999 17.5292 17.5217 22.0068 11.999 22.0068C6.4765 22.0066 2 17.529 2 12.0059C2.0001 6.48277 6.47656 2.0051 11.999 2.00488ZM11.9932 15.167C11.3423 15.1671 10.8147 15.6947 10.8145 16.3457C10.8145 16.9969 11.3421 17.5253 11.9932 17.5254C12.6443 17.5254 13.1719 16.9969 13.1719 16.3457C13.1716 15.6947 12.6441 15.167 11.9932 15.167ZM11.999 6.49316C10.1809 6.49316 8.50195 7.82793 8.50195 9.71289H10.502C10.502 9.14692 11.0581 8.49316 11.999 8.49316C12.9398 8.49331 13.4951 9.14698 13.4951 9.71289C13.495 10.2324 13.267 10.651 13.1533 10.8135L13.1523 10.8154C12.946 11.1114 12.6772 11.3317 12.4072 11.4961C11.528 12.0311 10.9994 12.9843 10.9971 14.0059L12.9971 14.0098C12.998 13.6768 13.1698 13.3739 13.4473 13.2051V13.2041C13.8867 12.9366 14.3874 12.5408 14.792 11.9609C15.0456 11.5985 15.495 10.7825 15.4951 9.71289C15.4951 7.82804 13.817 6.49332 11.999 6.49316Z\" fill=\"currentColor\"/>\n</svg>"
786
+ }
787
+ },
788
+ "home": {
789
+ "files": {
790
+ "outline": "icons/home-outline.svg",
791
+ "regular": "icons/home-regular.svg",
792
+ "solid": "icons/home-solid.svg"
793
+ },
794
+ "svg": {
795
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.4764 8.85497V20.4858H14.8189V14.1238H9.34659L9.33037 20.4858H3.50879L3.52494 8.91777L12.0114 3.50177L20.4764 8.85497Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
796
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.5459 2.65704L21.0117 8.00958L21.4766 8.3045V21.4861H13.7812L13.8145 15.1238H10.3438L10.3281 21.4832L2.55859 21.5008L2.52441 8.37091L12.0098 2.3172L12.5459 2.65704ZM4.52637 9.46466L4.55273 19.4949L8.33301 19.4881L8.34961 13.1238H15.8242L15.791 19.4861H19.4766V9.40509L12.0137 4.68536L4.52637 9.46466Z\" fill=\"currentColor\"/>\n</svg>",
797
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.5449 2.65698L21.0107 8.00952L21.4756 8.30444V21.4861H13.9987L14.0319 15.1238H10.0203L10.0046 21.4832L2.55762 21.5007L2.52344 8.37085L12.0088 2.31714L12.5449 2.65698Z\" fill=\"currentColor\"/>\n</svg>"
798
+ }
799
+ },
800
+ "info-circle": {
801
+ "files": {
802
+ "outline": "icons/info-circle-outline.svg",
803
+ "regular": "icons/info-circle-regular.svg",
804
+ "solid": "icons/info-circle-solid.svg"
805
+ },
806
+ "svg": {
807
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.999 21.0088C16.9701 21.0088 21 16.9782 21 12.0061C21 7.03406 16.9701 3.00342 11.999 3.00342C7.02792 3.00342 2.99805 7.03406 2.99805 12.0061C2.99805 16.9782 7.02792 21.0088 11.999 21.0088Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M12 10.5369V17.0964\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M11.9992 9.27434C12.6504 9.27434 13.1782 8.74641 13.1782 8.09518C13.1782 7.44395 12.6504 6.91602 11.9992 6.91602C11.3481 6.91602 10.8203 7.44395 10.8203 8.09518C10.8203 8.74641 11.3481 9.27434 11.9992 9.27434Z\" fill=\"currentColor\"/>\n</svg>",
808
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20 12.0063C20 7.5864 16.4176 4.00342 11.999 4.00342C7.58039 4.00342 3.99805 7.5864 3.99805 12.0063C3.99817 16.4262 7.58047 20.0093 11.999 20.0093C16.4176 20.0093 19.9999 16.4262 20 12.0063ZM22 12.0063C21.9999 17.5304 17.5225 22.0093 11.999 22.0093C6.47554 22.0093 1.99817 17.5304 1.99805 12.0063C1.99805 6.48219 6.47546 2.00342 11.999 2.00342C17.5226 2.00342 22 6.48219 22 12.0063Z\" fill=\"currentColor\"/>\n<path d=\"M12.9991 10.5368V17.0964H10.9991V10.5368H12.9991Z\" fill=\"currentColor\"/>\n<path d=\"M11.9991 9.27428C12.6502 9.27428 13.178 8.74635 13.178 8.09512C13.178 7.44388 12.6502 6.91595 11.9991 6.91595C11.348 6.91595 10.8201 7.44388 10.8201 8.09512C10.8201 8.74635 11.348 9.27428 11.9991 9.27428Z\" fill=\"currentColor\"/>\n</svg>",
809
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.999 2.00342C17.5226 2.00342 22 6.48219 22 12.0063C21.9999 17.5304 17.5225 22.0093 11.999 22.0093C6.47554 22.0093 1.99817 17.5304 1.99805 12.0063C1.99805 6.48219 6.47546 2.00342 11.999 2.00342ZM11 17.0962H13V10.5366H11V17.0962ZM11.999 6.91553C11.3479 6.91556 10.8203 7.444 10.8203 8.09521C10.8204 8.74636 11.348 9.27389 11.999 9.27393C12.6501 9.27393 13.1776 8.74638 13.1777 8.09521C13.1777 7.44398 12.6501 6.91553 11.999 6.91553Z\" fill=\"currentColor\"/>\n</svg>"
810
+ }
811
+ },
812
+ "instagram": {
813
+ "files": {
814
+ "outline": "icons/instagram-outline.svg",
815
+ "regular": "icons/instagram-regular.svg",
816
+ "solid": "icons/instagram-solid.svg"
817
+ },
818
+ "svg": {
819
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.0224 3.99896H7.98277C5.78315 3.99896 4 5.78245 4 7.9825V16.0237C4 18.2237 5.78315 20.0072 7.98277 20.0072H16.0224C18.222 20.0072 20.0051 18.2237 20.0051 16.0237V7.9825C20.0051 5.78245 18.222 3.99896 16.0224 3.99896Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M11.9743 15.7057C14.0291 15.7057 15.6948 14.0397 15.6948 11.9846C15.6948 9.92945 14.0291 8.26343 11.9743 8.26343C9.9196 8.26343 8.25391 9.92945 8.25391 11.9846C8.25391 14.0397 9.9196 15.7057 11.9743 15.7057Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M16.7379 8.12143C17.1913 8.12143 17.5589 7.75382 17.5589 7.30034C17.5589 6.84686 17.1913 6.47925 16.7379 6.47925C16.2845 6.47925 15.917 6.84686 15.917 7.30034C15.917 7.75382 16.2845 8.12143 16.7379 8.12143Z\" fill=\"currentColor\"/>\n</svg>",
820
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.0049 7.98242C19.0048 6.33457 17.6695 4.99907 16.0225 4.99902H7.98242C6.33547 4.99921 5.00007 6.33466 5 7.98242V16.0234C5 17.6713 6.33543 19.0066 7.98242 19.0068H16.0225C17.6696 19.0068 19.0049 17.6714 19.0049 16.0234V7.98242ZM21.0049 16.0234C21.0049 18.7756 18.7745 21.0068 16.0225 21.0068H7.98242C5.23049 21.0066 3 18.7755 3 16.0234V7.98242C3.00007 5.23045 5.23054 2.99921 7.98242 2.99902H16.0225C18.7745 2.99907 21.0048 5.23036 21.0049 7.98242V16.0234Z\" fill=\"currentColor\"/>\n<path d=\"M14.6947 11.9842C14.6945 10.4814 13.477 9.2636 11.975 9.26346C10.4729 9.26346 9.25453 10.4813 9.25429 11.9842C9.25429 13.4872 10.4727 14.7058 11.975 14.7058C13.4771 14.7057 14.6947 13.4871 14.6947 11.9842ZM16.6947 11.9842C16.6947 14.5913 14.5821 16.7057 11.975 16.7058C9.36778 16.7058 7.25429 14.5914 7.25429 11.9842C7.25453 9.37713 9.36793 7.26346 11.975 7.26346C14.5819 7.2636 16.6945 9.37721 16.6947 11.9842Z\" fill=\"currentColor\"/>\n<path d=\"M16.7383 8.12146C17.1917 8.12146 17.5592 7.75385 17.5592 7.30037C17.5592 6.84689 17.1917 6.47928 16.7383 6.47928C16.2849 6.47928 15.9174 6.84689 15.9174 7.30037C15.9174 7.75385 16.2849 8.12146 16.7383 8.12146Z\" fill=\"currentColor\"/>\n</svg>",
821
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.0049 16.0234C21.0049 18.7756 18.7745 21.0068 16.0225 21.0068H7.98242C5.23049 21.0066 3 18.7755 3 16.0234V7.98242C3.00007 5.23045 5.23054 2.99921 7.98242 2.99902H16.0225C18.7745 2.99907 21.0048 5.23036 21.0049 7.98242V16.0234ZM11.975 16.7058C14.5821 16.7057 16.6947 14.5913 16.6947 11.9842C16.6945 9.37721 14.5819 7.2636 11.975 7.26346C9.36793 7.26346 7.25453 9.37713 7.25429 11.9842C7.25429 14.5914 9.36778 16.7058 11.975 16.7058ZM14.6947 11.9842C14.6945 10.4814 13.477 9.2636 11.975 9.26346C10.4729 9.26346 9.25453 10.4813 9.25429 11.9842C9.25429 13.4872 10.4727 14.7058 11.975 14.7058C13.4771 14.7057 14.6947 13.4871 14.6947 11.9842ZM16.7383 8.12146C17.1917 8.12146 17.5592 7.75385 17.5592 7.30037C17.5592 6.84689 17.1917 6.47928 16.7383 6.47928C16.2849 6.47928 15.9174 6.84689 15.9174 7.30037C15.9174 7.75385 16.2849 8.12146 16.7383 8.12146Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.975 9.26346C13.477 9.2636 14.6945 10.4814 14.6947 11.9842C14.6947 13.4871 13.4771 14.7057 11.975 14.7058C10.4727 14.7058 9.25429 13.4872 9.25429 11.9842C9.25453 10.4813 10.4729 9.26346 11.975 9.26346Z\" fill=\"currentColor\"/>\n</svg>"
822
+ }
823
+ },
824
+ "key": {
825
+ "files": {
826
+ "outline": "icons/key-outline.svg",
827
+ "regular": "icons/key-regular.svg",
828
+ "solid": "icons/key-solid.svg"
829
+ },
830
+ "svg": {
831
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.2162 16.9899C10.2533 18.9825 8.66848 20.6293 6.67633 20.6663C4.68417 20.7034 3.03767 19.1183 3.00064 17.1258C2.9636 15.1332 4.54838 13.4864 6.54053 13.4494C8.53269 13.4123 10.1792 14.9974 10.2162 16.9899Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M9.07227 14.6084L18.1056 5.57178L21.4372 8.904\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M18.2896 11.9999L14.9766 8.68774\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
832
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22.1426 8.19678L20.7285 9.61084L18.1035 6.98584L16.3955 8.69287L18.9971 11.2925L17.583 12.7075L14.9824 10.1069L10.501 14.5903C10.939 15.2799 11.1995 16.0946 11.2158 16.9712C11.263 19.5149 9.24012 21.6189 6.69531 21.6665C4.15144 21.7138 2.04837 19.6891 2.00098 17.144C1.95386 14.6004 3.97668 12.4973 6.52148 12.4497C7.46597 12.4322 8.34955 12.7002 9.08984 13.1743L18.1035 4.15771L22.1426 8.19678ZM6.55957 14.4487C5.12046 14.4755 3.97336 15.6659 4 17.1069C4.02685 18.5468 5.21788 19.6933 6.6582 19.6665C8.09704 19.6394 9.24349 18.4491 9.2168 17.0083C9.18992 15.5687 7.9996 14.4223 6.55957 14.4487Z\" fill=\"currentColor\"/>\n</svg>",
833
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.5556 7.55556C17.1171 7.54431 16.6997 7.3651 16.3895 7.05495C16.0793 6.74479 15.9001 6.32737 15.8889 5.88889C15.8889 5.44686 16.0645 5.02294 16.377 4.71038C16.6896 4.39782 17.1135 4.22222 17.5556 4.22222C17.9976 4.22222 18.4215 4.39782 18.7341 4.71038C19.0466 5.02294 19.2222 5.44686 19.2222 5.88889C19.211 6.32737 19.0318 6.74479 18.7216 7.05495C18.4115 7.3651 17.994 7.54431 17.5556 7.55556ZM15.8889 2C14.2726 2.0145 12.7266 2.663 11.5837 3.80593C10.4408 4.94886 9.79227 6.49483 9.77778 8.11111C9.81178 9.19181 10.077 10.2527 10.5556 11.2222L2 19.7778V22H6.44444V19.7778H8.66667V17.5556H10.8889L14.4444 14C14.916 14.1281 15.4006 14.2027 15.8889 14.2222C17.5052 14.2077 19.0511 13.5592 20.1941 12.4163C21.337 11.2734 21.9855 9.72739 22 8.11111C21.9855 6.49483 21.337 4.94886 20.1941 3.80593C19.0511 2.663 17.5052 2.0145 15.8889 2Z\" fill=\"currentColor\"/>\n</svg>"
834
+ }
835
+ },
836
+ "language": {
837
+ "files": {
838
+ "outline": "icons/language-outline.svg",
839
+ "regular": "icons/language-regular.svg",
840
+ "solid": "icons/language-solid.svg"
841
+ },
842
+ "svg": {
843
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9606 20.9719C16.9308 20.9719 20.96 16.9419 20.96 11.9707C20.96 6.9995 16.9308 2.96954 11.9606 2.96954C6.99036 2.96954 2.96118 6.9995 2.96118 11.9707C2.96118 16.9419 6.99036 20.9719 11.9606 20.9719Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M11.9606 20.9719C13.9191 20.9719 15.5067 16.9419 15.5067 11.9707C15.5067 6.9995 13.9191 2.96954 11.9606 2.96954C10.0022 2.96954 8.41455 6.9995 8.41455 11.9707C8.41455 16.9419 10.0022 20.9719 11.9606 20.9719Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M20.96 14.9711H2.96118\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M20.96 8.97034H2.96118\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
844
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9602 1.96973C17.4829 1.96973 21.9601 6.44748 21.9602 11.9707C21.9602 17.494 17.4829 21.9717 11.9602 21.9717C6.43768 21.9715 1.96118 17.4939 1.96118 11.9707C1.96128 6.44761 6.43774 1.96994 11.9602 1.96973ZM9.80396 15.9717C9.95975 16.7189 10.1558 17.3918 10.3831 17.9688C10.6768 18.7143 11.0021 19.2504 11.3118 19.583C11.6198 19.9138 11.8399 19.9716 11.9602 19.9717C12.0804 19.9717 12.3003 19.914 12.6086 19.583C12.9184 19.2505 13.2436 18.7144 13.5374 17.9688C13.7646 17.3918 13.9607 16.7189 14.1165 15.9717H9.80396ZM5.03442 15.9717C5.89102 17.4519 7.20663 18.6322 8.78833 19.3164C8.69471 19.1183 8.60584 18.9132 8.52271 18.7021C8.20794 17.9032 7.95334 16.9803 7.76685 15.9717H5.03442ZM16.1545 15.9717C15.9683 16.9803 15.7134 17.9032 15.3987 18.7021C15.3156 18.913 15.2257 19.1174 15.1321 19.3154C16.7139 18.6312 18.0303 17.452 18.887 15.9717H16.1545ZM4.21313 9.9707C4.04865 10.6099 3.9612 11.2801 3.96118 11.9707C3.96118 12.6616 4.04851 13.3322 4.21313 13.9717H7.49927C7.44391 13.3237 7.41431 12.6542 7.41431 11.9707C7.41431 11.2876 7.44396 10.6184 7.49927 9.9707H4.21313ZM9.50806 9.9707C9.4482 10.6088 9.41431 11.2783 9.41431 11.9707C9.41431 12.6635 9.44813 13.3333 9.50806 13.9717H14.4133C14.4732 13.3333 14.5061 12.6635 14.5061 11.9707C14.5061 11.2783 14.4732 10.6087 14.4133 9.9707H9.50806ZM16.4221 9.9707C16.4773 10.6184 16.5061 11.2876 16.5061 11.9707C16.5061 12.6542 16.4774 13.3237 16.4221 13.9717H19.7083C19.8729 13.3322 19.9602 12.6616 19.9602 11.9707C19.9602 11.2801 19.8728 10.6099 19.7083 9.9707H16.4221ZM8.78833 4.62402C7.20624 5.30837 5.89107 6.49 5.03442 7.9707H7.76587C7.95238 6.96168 8.20783 6.03853 8.52271 5.23926C8.60595 5.02797 8.69457 4.8224 8.78833 4.62402ZM11.9602 3.96973C11.8399 3.96985 11.6198 4.02773 11.3118 4.3584C11.002 4.69097 10.6768 5.22704 10.3831 5.97266C10.1557 6.54982 9.95978 7.2231 9.80396 7.9707H14.1165C13.9606 7.2231 13.7647 6.54982 13.5374 5.97266C13.2436 5.22701 12.9184 4.69095 12.6086 4.3584C12.3004 4.02763 12.0804 3.96973 11.9602 3.96973ZM15.1321 4.625C15.2259 4.82325 15.3155 5.02809 15.3987 5.23926C15.7136 6.03855 15.9692 6.96165 16.1555 7.9707H18.887C18.0302 6.48996 16.7143 5.30935 15.1321 4.625Z\" fill=\"currentColor\"/>\n</svg>",
845
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.126 15.9717C19.9095 18.7549 17.464 20.8779 14.4746 21.6523C14.8341 21.081 15.1417 20.4002 15.3984 19.6562C15.7642 18.5963 16.0494 17.3455 16.2393 15.9717H21.126Z\" fill=\"currentColor\"/>\n<path d=\"M7.68164 15.9717C7.87175 17.3455 8.1567 18.5963 8.52246 19.6562C8.77902 20.3997 9.08634 21.0802 9.44531 21.6514C6.45641 20.8768 4.01126 18.7544 2.79492 15.9717H7.68164Z\" fill=\"currentColor\"/>\n<path d=\"M14.2119 15.9717C14.0446 17.0533 13.8136 18.0168 13.5371 18.8184C13.2434 19.6696 12.9181 20.2814 12.6084 20.6611C12.3001 21.039 12.0802 21.1055 11.96 21.1055C11.8396 21.1053 11.6194 21.0386 11.3115 20.6611C11.0019 20.2814 10.6764 19.6693 10.3828 18.8184C10.1063 18.0169 9.87629 17.0532 9.70898 15.9717H14.2119Z\" fill=\"currentColor\"/>\n<path d=\"M7.47949 9.9707C7.43714 10.6215 7.41407 11.29 7.41406 11.9707C7.41406 12.6517 7.43711 13.3206 7.47949 13.9717H2.16406C2.0327 13.325 1.96094 12.6562 1.96094 11.9707C1.96095 11.2856 2.03188 10.617 2.16309 9.9707H7.47949Z\" fill=\"currentColor\"/>\n<path d=\"M14.4355 9.9707C14.4814 10.6132 14.5059 11.2821 14.5059 11.9707C14.5059 12.6597 14.4815 13.3289 14.4355 13.9717H9.48438C9.43847 13.3289 9.41406 12.6597 9.41406 11.9707C9.41407 11.2821 9.43852 10.6132 9.48438 9.9707H14.4355Z\" fill=\"currentColor\"/>\n<path d=\"M21.7588 9.9707C21.89 10.617 21.9599 11.2857 21.96 11.9707C21.96 12.6561 21.8901 13.3251 21.7588 13.9717H16.4414C16.4837 13.3206 16.5059 12.6517 16.5059 11.9707C16.5059 11.29 16.4837 10.6214 16.4414 9.9707H21.7588Z\" fill=\"currentColor\"/>\n<path d=\"M9.44531 2.28906C9.08616 2.86042 8.77914 3.54141 8.52246 4.28516C8.15663 5.34535 7.87175 6.59654 7.68164 7.9707H2.79492C4.0111 5.18722 6.45599 3.06371 9.44531 2.28906Z\" fill=\"currentColor\"/>\n<path d=\"M11.96 2.83594C12.0802 2.83594 12.3002 2.90261 12.6084 3.28027C12.9181 3.65996 13.2434 4.27185 13.5371 5.12305C13.8138 5.92481 14.0446 6.8887 14.2119 7.9707H9.70898C9.87629 6.88876 10.1062 5.92476 10.3828 5.12305C10.6765 4.27204 11.0019 3.65999 11.3115 3.28027C11.6194 2.90295 11.8396 2.83615 11.96 2.83594Z\" fill=\"currentColor\"/>\n<path d=\"M14.4746 2.28809C17.4644 3.06256 19.9096 5.18671 21.126 7.9707H16.2393C16.0494 6.59651 15.7643 5.34537 15.3984 4.28516C15.1416 3.54095 14.8343 2.85959 14.4746 2.28809Z\" fill=\"currentColor\"/>\n</svg>"
846
+ }
847
+ },
848
+ "link": {
849
+ "files": {
850
+ "outline": "icons/link-outline.svg",
851
+ "regular": "icons/link-regular.svg",
852
+ "solid": "icons/link-solid.svg"
853
+ },
854
+ "svg": {
855
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.5937 16.4312L11.6525 18.3713C9.99055 20.0336 7.29474 20.032 5.63435 18.3698C3.97242 16.7075 3.97396 14.0112 5.63589 12.3505L7.57712 10.4104\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M10.4043 7.58124L12.3455 5.64118C14.0075 3.97893 16.7033 3.98047 18.3637 5.64272C20.0256 7.30497 20.024 10.0013 18.3621 11.662L16.4209 13.6021\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M8.46484 15.5406L15.5369 8.47021\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
856
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.28418 11.1172L6.34277 13.0576C5.07151 14.3279 5.07084 16.3906 6.3418 17.6621C7.61186 18.9335 9.67425 18.9354 10.9453 17.6641L12.8867 15.7236L14.3008 17.1387L12.3594 19.0781C10.3066 21.1311 6.97742 21.1291 4.92676 19.0762C2.87471 17.0231 2.87643 13.6934 4.92871 11.6426L6.87012 9.70312L8.28418 11.1172ZM16.2441 9.17773L9.17188 16.248L7.75781 14.834L14.8301 7.76367L16.2441 9.17773ZM11.6406 4.93457C13.6931 2.88174 17.0215 2.88334 19.0723 4.93555C21.1247 6.98846 21.1233 10.3181 19.0713 12.3691L17.1299 14.3096L15.7158 12.8945L17.6572 10.9551C18.8889 9.72436 18.9279 7.74983 17.7734 6.47168L17.6582 6.34961C16.4277 5.11774 14.4536 5.07848 13.1758 6.2334L13.0547 6.34863L11.1133 8.28906L9.69922 6.87402L11.6406 4.93457Z\" fill=\"currentColor\"/>\n</svg>",
857
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.28418 11.1172L6.34277 13.0576C5.07151 14.3279 5.07084 16.3906 6.3418 17.6621C7.61186 18.9335 9.67425 18.9354 10.9453 17.6641L12.8867 15.7236L14.3008 17.1387L12.3594 19.0781C10.3066 21.1311 6.97742 21.1291 4.92676 19.0762C2.87471 17.0231 2.87643 13.6934 4.92871 11.6426L6.87012 9.70312L8.28418 11.1172ZM16.2441 9.17773L9.17188 16.248L7.75781 14.834L14.8301 7.76367L16.2441 9.17773ZM11.6406 4.93457C13.6931 2.88174 17.0215 2.88334 19.0723 4.93555C21.1247 6.98846 21.1233 10.3181 19.0713 12.3691L17.1299 14.3096L15.7158 12.8945L17.6572 10.9551C18.8889 9.72436 18.9279 7.74983 17.7734 6.47168L17.6582 6.34961C16.4277 5.11774 14.4536 5.07848 13.1758 6.2334L13.0547 6.34863L11.1133 8.28906L9.69922 6.87402L11.6406 4.93457Z\" fill=\"currentColor\"/>\n</svg>"
858
+ }
859
+ },
860
+ "link-slash": {
861
+ "files": {
862
+ "outline": "icons/link-slash-outline.svg",
863
+ "regular": "icons/link-slash-regular.svg"
864
+ },
865
+ "svg": {
866
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.14286 16.9953C6.75006 16.9953 6.36756 16.9525 6 16.8715C3.70973 16.3665 2 14.3761 2 11.9977C2 9.284 4.22573 7.07548 7 7.00195\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.3184 9.63441C12.7858 8.73647 11.9737 7.9699 11 7.49902\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.8571 6.99987C17.2499 6.99987 17.6324 7.04266 18 7.12371C20.2903 7.62872 22 9.61908 22 11.9975C22 14.7576 19.6975 16.9951 16.8571 16.9951C16.581 16.9951 15.4776 16.9951 15.1429 16.9951C12.317 16.9951 10 14.4892 10 11.9975C10 11.9975 10 10.9999 10.5 10.4999\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 3L21 21\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>",
867
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.74974 6.98209C7.76071 7.39616 7.43394 7.74072 7.01987 7.7517C4.63121 7.815 2.75 9.71089 2.75 11.9977C2.75 14.0026 4.19348 15.7051 6.1615 16.1391C6.47631 16.2085 6.80467 16.2453 7.14286 16.2453C7.55707 16.2453 7.89286 16.5811 7.89286 16.9953C7.89286 17.4095 7.55707 17.7453 7.14286 17.7453C6.69546 17.7453 6.25881 17.6966 5.8385 17.6039C3.22597 17.0278 1.25 14.7496 1.25 11.9977C1.25 8.85712 3.82025 6.33597 6.98013 6.25222C7.3942 6.24125 7.73876 6.56802 7.74974 6.98209Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.325 7.17249C10.5053 6.79959 10.9538 6.64349 11.3267 6.82382C12.4373 7.3609 13.3583 8.23131 13.9636 9.25177C14.175 9.60803 14.0575 10.0681 13.7012 10.2795C13.345 10.4908 12.8849 10.3733 12.6735 10.017C12.2136 9.24161 11.5104 8.57887 10.6736 8.1742C10.3008 7.99387 10.1446 7.54539 10.325 7.17249Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.46967 2.46967C2.76256 2.17678 3.23744 2.17678 3.53033 2.46967L21.5303 20.4697C21.8232 20.7626 21.8232 21.2374 21.5303 21.5303C21.2374 21.8232 20.7626 21.8232 20.4697 21.5303L2.46967 3.53033C2.17678 3.23744 2.17678 2.76256 2.46967 2.46967Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.1429 16.2451L16.8571 16.2451C19.3036 16.2451 21.25 14.3233 21.25 11.9975C21.25 9.99259 19.8065 8.29007 17.8385 7.85611C17.5237 7.7867 17.1953 7.74987 16.8571 7.74987C16.4429 7.74987 16.1071 7.41408 16.1071 6.99987C16.1071 6.58565 16.4429 6.24987 16.8571 6.24987C17.3045 6.24987 17.7412 6.29862 18.1615 6.3913C20.774 6.96737 22.75 9.24557 22.75 11.9975C22.75 15.1919 20.0913 17.7451 16.8571 17.7451L15.1429 17.7451C11.8986 17.7451 9.25 14.8993 9.25 11.9975C9.25 11.5 9.5 10 10 10C11 10 10.75 11.5833 10.75 11.9975C10.75 14.0791 12.7353 16.2451 15.1429 16.2451Z\" fill=\"currentColor\"/>\n</svg>"
868
+ }
869
+ },
870
+ "list": {
871
+ "files": {
872
+ "outline": "icons/list-outline.svg",
873
+ "regular": "icons/list-regular.svg",
874
+ "solid": "icons/list-solid.svg"
875
+ },
876
+ "svg": {
877
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.08887 4.99139H20.0881M8.08887 12.0062H20.0881M8.08887 19.0194H20.0881\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M5.08909 6.17052C5.7402 6.17052 6.26803 5.64259 6.26803 4.99136C6.26803 4.34012 5.7402 3.81219 5.08909 3.81219C4.43798 3.81219 3.91016 4.34012 3.91016 4.99136C3.91016 5.64259 4.43798 6.17052 5.08909 6.17052Z\" fill=\"currentColor\"/>\n<path d=\"M5.08909 13.1714C5.7402 13.1714 6.26803 12.6435 6.26803 11.9923C6.26803 11.341 5.7402 10.8131 5.08909 10.8131C4.43798 10.8131 3.91016 11.341 3.91016 11.9923C3.91016 12.6435 4.43798 13.1714 5.08909 13.1714Z\" fill=\"currentColor\"/>\n<path d=\"M5.08909 20.1986C5.7402 20.1986 6.26803 19.6707 6.26803 19.0194C6.26803 18.3682 5.7402 17.8403 5.08909 17.8403C4.43798 17.8403 3.91016 18.3682 3.91016 19.0194C3.91016 19.6707 4.43798 20.1986 5.08909 20.1986Z\" fill=\"currentColor\"/>\n</svg>",
878
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.08887 17.8405C5.73998 17.8405 6.26758 18.368 6.26758 19.0192C6.26756 19.6704 5.73996 20.1979 5.08887 20.1979C4.43786 20.1978 3.91017 19.6704 3.91016 19.0192C3.91016 18.3681 4.43785 17.8406 5.08887 17.8405ZM20.0879 20.0192H8.08887V18.0192H20.0879V20.0192ZM5.08887 10.8132C5.73982 10.8132 6.26733 11.3409 6.26758 11.9919C6.26758 12.6431 5.73998 13.1716 5.08887 13.1716C4.43785 13.1715 3.91016 12.6431 3.91016 11.9919C3.9104 11.3409 4.438 10.8133 5.08887 10.8132ZM20.0879 13.0065H8.08887V11.0065H20.0879V13.0065ZM5.08887 3.81219C5.73982 3.81219 6.26733 4.33988 6.26758 4.99091C6.26758 5.64214 5.73998 6.17059 5.08887 6.17059C4.43786 6.17047 3.91016 5.64206 3.91016 4.99091C3.9104 4.33995 4.43801 3.81232 5.08887 3.81219ZM20.0879 5.99188H8.08887V3.99188H20.0879V5.99188Z\" fill=\"currentColor\"/>\n</svg>",
879
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.08887 17.8403C5.73998 17.8403 6.26758 18.3678 6.26758 19.019C6.26756 19.6703 5.73996 20.1978 5.08887 20.1978C4.43786 20.1976 3.91017 19.6702 3.91016 19.019C3.91016 18.3679 4.43785 17.8404 5.08887 17.8403ZM20.0879 20.019H8.08887V18.019H20.0879V20.019ZM5.08887 10.813C5.73982 10.813 6.26733 11.3407 6.26758 11.9917C6.26758 12.6429 5.73998 13.1714 5.08887 13.1714C4.43785 13.1713 3.91016 12.6429 3.91016 11.9917C3.9104 11.3407 4.438 10.8131 5.08887 10.813ZM20.0879 13.0063H8.08887V11.0063H20.0879V13.0063ZM5.08887 3.81201C5.73982 3.81201 6.26733 4.3397 6.26758 4.99072C6.26758 5.64196 5.73998 6.17041 5.08887 6.17041C4.43786 6.17029 3.91016 5.64188 3.91016 4.99072C3.9104 4.33977 4.43801 3.81213 5.08887 3.81201ZM20.0879 5.9917H8.08887V3.9917H20.0879V5.9917Z\" fill=\"currentColor\"/>\n</svg>"
880
+ }
881
+ },
882
+ "lock": {
883
+ "files": {
884
+ "outline": "icons/lock-outline.svg",
885
+ "regular": "icons/lock-regular.svg",
886
+ "solid": "icons/lock-solid.svg"
887
+ },
888
+ "svg": {
889
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.9265 10.9998H5.08789V20.9069H18.9265V10.9998Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M7 11.9999V8.45936C7 5.44354 8.99987 2.99878 11.9997 2.99878C14.9995 2.99878 17.0009 5.44508 16.9994 8.4609V11.9999\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
890
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 1.99902C15.6624 1.9993 18.0005 5.01063 17.999 8.46094V10H19.9268V21.9072H4.08789V10H6V8.45996C6 5.00971 8.337 1.99902 12 1.99902ZM6.08789 19.9072H17.9268V12H6.08789V19.9072ZM12 3.99902C9.66339 3.99902 8 5.87857 8 8.45996V10H15.999V8.46094L15.9951 8.2207C15.8965 5.76419 14.2634 3.99929 12 3.99902Z\" fill=\"currentColor\"/>\n</svg>",
891
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 1.99902C15.6624 1.9993 18.0005 5.01063 17.999 8.46094V10H19.9268V21.9072H4.08789V10H6V8.45996C6 5.00971 8.337 1.99902 12 1.99902ZM12 3.99902C9.66339 3.99902 8 5.87857 8 8.45996V10H15.999V8.46094L15.9951 8.2207C15.8965 5.76419 14.2634 3.99929 12 3.99902Z\" fill=\"currentColor\"/>\n</svg>"
892
+ }
893
+ },
894
+ "log-in": {
895
+ "files": {
896
+ "outline": "icons/log-in-outline.svg",
897
+ "regular": "icons/log-in-regular.svg",
898
+ "solid": "icons/log-in-solid.svg"
899
+ },
900
+ "svg": {
901
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.9999 12.0061L9.94666 12.006M13.9989 15.9854L10.0155 12.0148L13.9805 8.0257M18.9987 18.0007V20.9993H4.99951V3.00055L18.9987 3.00055V5.99445\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
902
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.9985 2.00055V5.99469H17.9985V4.00055H5.99951V19.9996H17.9985V18.0005H19.9985V21.9996H3.99951V2.00055H19.9985ZM14.6899 8.73102L12.4282 11.0064H19.9995V13.0064H12.4272L14.7046 15.2769L13.2925 16.6939L8.60205 12.0181L13.271 7.32086L14.6899 8.73102Z\" fill=\"currentColor\"/>\n</svg>",
903
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.9985 2.00049V5.99463H17.9985V4.00049H5.99951V19.9995H17.9985V18.0005H19.9985V21.9995H3.99951V2.00049H19.9985ZM14.6899 8.73096L12.4282 11.0063H19.9995V13.0063H12.4272L14.7046 15.2769L13.2925 16.6938L8.60205 12.0181L13.271 7.3208L14.6899 8.73096Z\" fill=\"currentColor\"/>\n</svg>"
904
+ }
905
+ },
906
+ "log-out": {
907
+ "files": {
908
+ "outline": "icons/log-out-outline.svg",
909
+ "regular": "icons/log-out-regular.svg",
910
+ "solid": "icons/log-out-solid.svg"
911
+ },
912
+ "svg": {
913
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.62229 12.0005H18.5981M14.6233 15.9798L18.6067 12.0092L14.6417 8.02007M17.9987 18.0007V20.9993H3.99951V3.00055L17.9987 3.00055V5.99445\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
914
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.9985 5.99493H16.9985V4.00079H4.99951V19.9998H16.9985V18.0008H18.9985V21.9998H2.99951V2.00079H18.9985V5.99493Z\" fill=\"currentColor\"/>\n<path d=\"M20.02 12.0125L15.3286 16.6883L13.9175 15.2723L16.1958 13.0008H8.62256L8.62158 11.0008H16.1938L13.9321 8.7254L15.3511 7.31525L20.02 12.0125Z\" fill=\"currentColor\"/>\n</svg>",
915
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.9985 5.99469H16.9985V4.00055H4.99951V19.9996H16.9985V18.0005H18.9985V21.9996H2.99951V2.00055H18.9985V5.99469Z\" fill=\"currentColor\"/>\n<path d=\"M20.02 12.0123L15.3286 16.688L13.9175 15.272L16.1958 13.0005H8.62256L8.62158 11.0005H16.1938L13.9321 8.72516L15.3511 7.315L20.02 12.0123Z\" fill=\"currentColor\"/>\n</svg>"
916
+ }
917
+ },
918
+ "magic-wand": {
919
+ "files": {
920
+ "outline": "icons/magic-wand-outline.svg",
921
+ "regular": "icons/magic-wand-regular.svg",
922
+ "solid": "icons/magic-wand-solid.svg"
923
+ },
924
+ "svg": {
925
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.79 8.26457L16.0055 11.3244M6.98778 20.2498L4.08203 17.4396L16.5401 4.56091L19.4458 7.37114L6.98778 20.2498Z\" stroke=\"currentColor\" stroke-width=\"2.00604\" stroke-miterlimit=\"10\"/>\n<path d=\"M11.786 5.50533C12.4088 5.50533 12.9138 5.0004 12.9138 4.37754C12.9138 3.75468 12.4088 3.24976 11.786 3.24976C11.1631 3.24976 10.6582 3.75468 10.6582 4.37754C10.6582 5.0004 11.1631 5.50533 11.786 5.50533Z\" fill=\"currentColor\"/>\n<path d=\"M6.62472 7.34203L6.59232 7.45159L6.55837 7.34203L6.44727 7.30808L6.55837 7.27413L6.59232 7.16302L6.62472 7.27413L6.73583 7.30808L6.62472 7.34203Z\" stroke=\"currentColor\" stroke-width=\"2.00604\" stroke-miterlimit=\"10\"/>\n<path d=\"M17.7655 15.962L17.7594 15.9852L17.7517 15.962L17.7285 15.9543L17.7517 15.9482L17.7594 15.9235L17.7655 15.9482L17.7902 15.9543L17.7655 15.962Z\" stroke=\"currentColor\" stroke-width=\"2.00604\" stroke-miterlimit=\"10\"/>\n</svg>",
926
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.8643 7.34717L7.01172 21.6685L2.66406 17.4634L16.5166 3.14307L20.8643 7.34717ZM5.5 17.4155L6.96387 18.8306L14.3809 11.1636L12.9053 9.75928L5.5 17.4155ZM14.3008 8.31787L15.7754 9.72119L18.0273 7.39502L16.5635 5.979L14.3008 8.31787Z\" fill=\"currentColor\"/>\n<path d=\"M11.786 5.50533C12.4088 5.50533 12.9138 5.0004 12.9138 4.37754C12.9138 3.75468 12.4088 3.24976 11.786 3.24976C11.1631 3.24976 10.6582 3.75468 10.6582 4.37754C10.6582 5.0004 11.1631 5.50533 11.786 5.50533Z\" fill=\"currentColor\"/>\n<path d=\"M7.43555 6.47363L10.168 7.30859L7.43262 8.14355L6.61426 10.9121L5.75781 8.14551L3.01465 7.30859L5.75488 6.47168L6.61426 3.65723L7.43555 6.47363Z\" fill=\"currentColor\"/>\n<path d=\"M18.5918 15.1218L21.4961 15.8474L18.5918 16.7546L17.8662 19.4773L16.9678 16.782L16.9385 16.7751L16.9316 16.7458L14.2363 15.8474L16.96 15.1218L17.8672 12.2175L18.5918 15.1218Z\" fill=\"currentColor\"/>\n</svg>",
927
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.8643 7.34717L7.01172 21.6685L2.66406 17.4634L16.5166 3.14307L20.8643 7.34717ZM5.5 17.4155L6.96387 18.8306L14.3809 11.1636L12.9053 9.75928L5.5 17.4155ZM14.3008 8.31787L15.7754 9.72119L18.0273 7.39502L16.5635 5.979L14.3008 8.31787Z\" fill=\"currentColor\"/>\n<path d=\"M11.786 5.50533C12.4088 5.50533 12.9138 5.0004 12.9138 4.37754C12.9138 3.75468 12.4088 3.24976 11.786 3.24976C11.1631 3.24976 10.6582 3.75468 10.6582 4.37754C10.6582 5.0004 11.1631 5.50533 11.786 5.50533Z\" fill=\"currentColor\"/>\n<path d=\"M7.43555 6.47363L10.168 7.30859L7.43262 8.14355L6.61426 10.9121L5.75781 8.14551L3.01465 7.30859L5.75488 6.47168L6.61426 3.65723L7.43555 6.47363Z\" fill=\"currentColor\"/>\n<path d=\"M18.5918 15.1218L21.4961 15.8474L18.5918 16.7546L17.8662 19.4773L16.9678 16.782L16.9385 16.7751L16.9316 16.7458L14.2363 15.8474L16.96 15.1218L17.8672 12.2175L18.5918 15.1218Z\" fill=\"currentColor\"/>\n</svg>"
928
+ }
929
+ },
930
+ "mail": {
931
+ "files": {
932
+ "outline": "icons/mail-outline.svg",
933
+ "regular": "icons/mail-regular.svg",
934
+ "solid": "icons/mail-solid.svg"
935
+ },
936
+ "svg": {
937
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 4.99908H20.9988M3 4.99908V19.0009H20.9988V4.99908M3 4.99908L11.9994 14.0002L20.9988 4.99908\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
938
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.999 20.001H2V3.99902H21.999V20.001ZM11.999 15.4141L4 7.41309V18.001H19.999V7.41309L11.999 15.4141ZM11.999 12.585L18.585 5.99902H5.41406L11.999 12.585Z\" fill=\"currentColor\"/>\n</svg>",
939
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.9993 20.0015H2.00024V5.41357L11.9993 15.4146L21.9993 5.4126V20.0015Z\" fill=\"currentColor\"/>\n<path d=\"M11.9993 12.5854L3.41431 3.99951H20.5842L11.9993 12.5854Z\" fill=\"currentColor\"/>\n</svg>"
940
+ }
941
+ },
942
+ "map": {
943
+ "files": {
944
+ "outline": "icons/map-outline.svg",
945
+ "regular": "icons/map-regular.svg",
946
+ "solid": "icons/map-solid.svg"
947
+ },
948
+ "svg": {
949
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.11432 15.7598L9.10352 5.7832\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M14.9253 18.0995L14.916 7.99939\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M14.944 8.08738L20.9992 5.087L20.9838 15.8476L14.9255 18.8233L9.11571 15.7597L3.06055 18.8233L3.07598 7.99941L9.13114 4.99902L14.9163 7.99941\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
950
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.9824 16.4707L14.9092 19.9453L9.10547 16.8848L2.05859 20.4512L2.07715 7.37891L9.1416 3.87793L15.0273 6.92969L22.002 3.47461L21.9824 16.4707ZM15.916 8.7207L15.9238 17.2178L19.9834 15.2236L19.9961 6.69922L15.916 8.7207ZM4.0752 8.62012L4.0625 17.1943L8.11426 15.1445L8.10449 6.62305L4.0752 8.62012ZM10.1143 15.1553L13.9238 17.1641L13.916 8.60645L10.1045 6.62988L10.1143 15.1553Z\" fill=\"currentColor\"/>\n</svg>",
951
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.9824 16.4707L14.9092 19.9453L9.10547 16.8848L2.05859 20.4512L2.07715 7.37891L9.1416 3.87793L15.0273 6.92969L22.002 3.47461L21.9824 16.4707ZM15.916 8.7207L15.9238 17.2178L19.9834 15.2236L19.9961 6.69922L15.916 8.7207ZM4.0752 8.62012L4.0625 17.1943L8.11426 15.1445L8.10449 6.62305L4.0752 8.62012ZM10.1143 15.1553L13.9238 17.1641L13.916 8.60645L10.1045 6.62988L10.1143 15.1553Z\" fill=\"currentColor\"/>\n</svg>"
952
+ }
953
+ },
954
+ "map-pin": {
955
+ "files": {
956
+ "outline": "icons/map-pin-outline.svg",
957
+ "regular": "icons/map-pin-regular.svg",
958
+ "solid": "icons/map-pin-solid.svg"
959
+ },
960
+ "svg": {
961
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.8296 9.94421C18.8296 10.6789 18.7355 11.2993 18.5179 12.0062C18.0087 13.6592 16.5859 17.1195 12.0769 20.6956C9.59099 18.8775 6.51866 15.9774 5.27646 12.0324C5.05425 11.3256 4.95703 10.6912 4.95703 9.94421C4.95703 6.11193 8.06177 3.00659 11.8933 3.00659C15.7249 3.00659 18.8296 6.11193 18.8296 9.94421Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M11.9995 12.6869C13.531 12.6869 14.7725 11.4452 14.7725 9.9134C14.7725 8.38163 13.531 7.13989 11.9995 7.13989C10.4681 7.13989 9.22656 8.38163 9.22656 9.9134C9.22656 11.4452 10.4681 12.6869 11.9995 12.6869Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
962
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.8936 2.00635C16.2774 2.00648 19.83 5.5596 19.8301 9.94385C19.8301 10.675 19.7457 11.3175 19.5596 12.0034L19.4736 12.3003C18.9157 14.1115 17.3918 17.7565 12.6982 21.479L12.1016 21.9526L11.4863 21.5024C9.01587 19.6956 5.86339 16.7691 4.45312 12.7271L4.32227 12.3325C4.06938 11.528 3.95703 10.792 3.95703 9.94385C3.9571 5.55952 7.50958 2.00635 11.8936 2.00635ZM11.8936 4.00635C8.61452 4.00635 5.9571 6.66372 5.95703 9.94385C5.95703 10.5896 6.03902 11.1228 6.23047 11.7319L6.34277 12.0708C7.45134 15.2451 9.85579 17.7104 12.0518 19.4214C15.9024 16.1725 17.1239 13.1351 17.5625 11.7114C17.751 11.0989 17.8301 10.5775 17.8301 9.94385C17.83 6.6638 15.1725 4.00648 11.8936 4.00635ZM11.998 6.14014C14.0817 6.14039 15.7705 7.82989 15.7705 9.91357C15.7702 11.9971 14.0816 13.6868 11.998 13.687C9.91427 13.687 8.22487 11.9972 8.22461 9.91357C8.22465 7.82974 9.91413 6.14014 11.998 6.14014ZM11.998 8.14014C11.0191 8.14014 10.2246 8.93394 10.2246 9.91357C10.2249 10.893 11.0192 11.687 11.998 11.687C12.9767 11.6868 13.7702 10.8929 13.7705 9.91357C13.7705 8.9341 12.9768 8.14039 11.998 8.14014Z\" fill=\"currentColor\"/>\n</svg>",
963
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.8936 2.00635C16.2774 2.00648 19.83 5.5596 19.8301 9.94385C19.8301 10.675 19.7457 11.3175 19.5596 12.0034L19.4736 12.3003C18.9157 14.1115 17.3918 17.7565 12.6982 21.479L12.1016 21.9526L11.4863 21.5024C9.01587 19.6956 5.86339 16.7691 4.45312 12.7271L4.32227 12.3325C4.06938 11.528 3.95703 10.792 3.95703 9.94385C3.9571 5.55952 7.50958 2.00635 11.8936 2.00635ZM11.998 7.14014C10.4666 7.14014 9.22461 8.38181 9.22461 9.91357C9.22484 11.4451 10.4667 12.687 11.998 12.687C13.5292 12.6868 14.7703 11.445 14.7705 9.91357C14.7705 8.38197 13.5293 7.14039 11.998 7.14014Z\" fill=\"currentColor\"/>\n</svg>"
964
+ }
965
+ },
966
+ "maps-arrow": {
967
+ "files": {
968
+ "outline": "icons/maps-arrow-outline.svg",
969
+ "regular": "icons/maps-arrow-regular.svg",
970
+ "solid": "icons/maps-arrow-solid.svg"
971
+ },
972
+ "svg": {
973
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.21484 18.7847L11.9984 5.21509L18.7819 18.7847L11.9984 16.2397L5.21484 18.7847Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
974
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.8154 20.6157L11.998 17.3071L3.18164 20.6157L11.998 2.979L20.8154 20.6157ZM7.24707 16.9536L11.998 15.1714L16.749 16.9536L11.998 7.45166L7.24707 16.9536Z\" fill=\"currentColor\"/>\n</svg>",
975
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.8154 20.6157L11.998 17.3071L3.18164 20.6157L11.998 2.979L20.8154 20.6157Z\" fill=\"currentColor\"/>\n</svg>"
976
+ }
977
+ },
978
+ "media-image": {
979
+ "files": {
980
+ "outline": "icons/media-image-outline.svg",
981
+ "regular": "icons/media-image-regular.svg",
982
+ "solid": "icons/media-image-solid.svg"
983
+ },
984
+ "svg": {
985
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.999 20.001H4V14.3058V3.99896H19.999V20.001Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M4.68164 14.6887L9.9992 13.0002L19.639 16.3772\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M14.9989 10.9998C16.1034 10.9998 16.9988 10.1042 16.9988 8.99953C16.9988 7.89481 16.1034 6.99927 14.9989 6.99927C13.8944 6.99927 12.999 7.89481 12.999 8.99953C12.999 10.1042 13.8944 10.9998 14.9989 10.9998Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
986
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.999 21.001H3V2.99902H20.999V21.001ZM5 15.6367V19.001H18.999V17.2109L9.98535 14.0537L5 15.6367ZM5 13.5381L9.69727 12.0469L10.0156 11.9463L18.999 15.0928V4.99902H5V13.5381ZM15 6C16.6568 6.00007 17.9999 7.34335 18 9C17.9997 10.6565 16.6567 12.0009 15 12.001C13.3432 12.001 12.0003 10.6566 12 9C12.0001 7.3433 13.3431 6 15 6ZM15 8C14.4481 8 14.0001 8.44751 14 9C14.0003 9.55238 14.4481 10.001 15 10.001C15.5518 10.0009 15.9997 9.55234 16 9C15.9999 8.44755 15.5519 8.00007 15 8Z\" fill=\"currentColor\"/>\n</svg>",
987
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 6C16.6566 6.00032 17.9999 7.3435 18 9C17.9997 10.6564 16.6565 12.0007 15 12.001C13.3432 12.001 12.0003 10.6566 12 9C12.0001 7.3433 13.3431 6 15 6Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.999 21.001H3V2.99902H20.999V21.001ZM5 13.5381L9.69727 12.0469L10.0156 11.9463L18.999 15.0928V4.99902H5V13.5381Z\" fill=\"currentColor\"/>\n</svg>"
988
+ }
989
+ },
990
+ "microphone": {
991
+ "files": {
992
+ "outline": "icons/microphone-outline.svg",
993
+ "regular": "icons/microphone-regular.svg",
994
+ "solid": "icons/microphone-solid.svg"
995
+ },
996
+ "svg": {
997
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 20.7402H8M12 16.7402L12 20.7402M17.5 11.7329C17.3276 14.6278 14.9305 16.9224 11.9992 16.9224C9.07257 16.9224 6.67859 14.6355 6.5 11.7468M12 2.95581C13.4097 2.95581 14.5526 4.10128 14.5526 5.51429V11.2161C14.5526 12.6291 13.4097 13.7746 12 13.7746C10.5903 13.7746 9.44745 12.6291 9.44745 11.2161V5.51429C9.44745 4.10128 10.5903 2.95581 12 2.95581Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
998
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.501 11.7927C18.3173 14.8754 15.9983 17.3822 13.0029 17.8464V19.7371H16V21.7429H8V19.7371H10.9971V17.8474C8.00613 17.3847 5.68921 14.8847 5.49902 11.8083L7.50098 11.6853C7.64737 14.05 9.60769 15.9196 11.999 15.9197C14.3942 15.9197 16.3577 14.0437 16.499 11.6736L18.501 11.7927ZM13.5498 5.5144C13.5498 4.65316 12.8536 3.95874 12 3.95874C11.1464 3.95874 10.4502 4.65316 10.4502 5.5144V11.2166C10.4504 12.0776 11.1466 12.7712 12 12.7712C12.8534 12.7712 13.5496 12.0776 13.5498 11.2166V5.5144ZM15.5557 11.2166C15.5554 13.1811 13.9657 14.7771 12 14.7771C10.0343 14.7771 8.44459 13.1811 8.44434 11.2166V5.5144C8.44434 3.54964 10.0341 1.95288 12 1.95288C13.9659 1.95288 15.5557 3.54964 15.5557 5.5144V11.2166Z\" fill=\"currentColor\"/>\n</svg>",
999
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.501 11.7927C18.3173 14.8754 15.9983 17.3822 13.0029 17.8464V19.7371H16V21.7429H8V19.7371H10.9971V17.8474C8.00613 17.3847 5.68921 14.8847 5.49902 11.8083L7.50098 11.6853C7.64737 14.05 9.60769 15.9196 11.999 15.9197C14.3942 15.9197 16.3577 14.0437 16.499 11.6736L18.501 11.7927ZM15.5557 11.2166C15.5554 13.1811 13.9657 14.7771 12 14.7771C10.0343 14.7771 8.44459 13.1811 8.44434 11.2166V5.5144C8.44434 3.54964 10.0341 1.95288 12 1.95288C13.9659 1.95288 15.5557 3.54964 15.5557 5.5144V11.2166Z\" fill=\"currentColor\"/>\n</svg>"
1000
+ }
1001
+ },
1002
+ "minus": {
1003
+ "files": {
1004
+ "outline": "icons/minus-outline.svg",
1005
+ "regular": "icons/minus-regular.svg",
1006
+ "solid": "icons/minus-solid.svg"
1007
+ },
1008
+ "svg": {
1009
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4 12.0062L19.999 12\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
1010
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.999 12.9942L4 13V11.0058L19.999 11V12.9942Z\" fill=\"currentColor\"/>\n</svg>",
1011
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.999 12.9942L4 13V11.0058L19.999 11V12.9942Z\" fill=\"currentColor\"/>\n</svg>"
1012
+ }
1013
+ },
1014
+ "more-horiz": {
1015
+ "files": {
1016
+ "outline": "icons/more-horiz-outline.svg",
1017
+ "regular": "icons/more-horiz-regular.svg",
1018
+ "solid": "icons/more-horiz-solid.svg"
1019
+ },
1020
+ "svg": {
1021
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9992 13.1792C12.6504 13.1792 13.1782 12.6513 13.1782 12C13.1782 11.3488 12.6504 10.8209 11.9992 10.8209C11.3481 10.8209 10.8203 11.3488 10.8203 12C10.8203 12.6513 11.3481 13.1792 11.9992 13.1792Z\" fill=\"currentColor\"/>\n<path d=\"M5.17869 13.1791C5.8298 13.1791 6.35763 12.6512 6.35763 12C6.35763 11.3487 5.8298 10.8208 5.17869 10.8208C4.52758 10.8208 3.99976 11.3487 3.99976 12C3.99976 12.6512 4.52758 13.1791 5.17869 13.1791Z\" fill=\"currentColor\"/>\n<path d=\"M18.8198 13.1854C19.4709 13.1854 19.9987 12.6574 19.9987 12.0062C19.9987 11.355 19.4709 10.827 18.8198 10.827C18.1687 10.827 17.6409 11.355 17.6409 12.0062C17.6409 12.6574 18.1687 13.1854 18.8198 13.1854Z\" fill=\"currentColor\"/>\n</svg>",
1022
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9993 13.1791C12.6504 13.1791 13.1782 12.6512 13.1782 12C13.1782 11.3487 12.6504 10.8208 11.9993 10.8208C11.3482 10.8208 10.8203 11.3487 10.8203 12C10.8203 12.6512 11.3482 13.1791 11.9993 13.1791Z\" fill=\"currentColor\"/>\n<path d=\"M5.17869 13.1791C5.8298 13.1791 6.35763 12.6512 6.35763 12C6.35763 11.3487 5.8298 10.8208 5.17869 10.8208C4.52758 10.8208 3.99976 11.3487 3.99976 12C3.99976 12.6512 4.52758 13.1791 5.17869 13.1791Z\" fill=\"currentColor\"/>\n<path d=\"M18.8198 13.1853C19.4709 13.1853 19.9987 12.6574 19.9987 12.0061C19.9987 11.3549 19.4709 10.827 18.8198 10.827C18.1687 10.827 17.6409 11.3549 17.6409 12.0061C17.6409 12.6574 18.1687 13.1853 18.8198 13.1853Z\" fill=\"currentColor\"/>\n</svg>",
1023
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9993 13.1791C12.6504 13.1791 13.1782 12.6512 13.1782 12C13.1782 11.3487 12.6504 10.8208 11.9993 10.8208C11.3482 10.8208 10.8203 11.3487 10.8203 12C10.8203 12.6512 11.3482 13.1791 11.9993 13.1791Z\" fill=\"currentColor\"/>\n<path d=\"M5.17869 13.1791C5.8298 13.1791 6.35763 12.6512 6.35763 12C6.35763 11.3487 5.8298 10.8208 5.17869 10.8208C4.52758 10.8208 3.99976 11.3487 3.99976 12C3.99976 12.6512 4.52758 13.1791 5.17869 13.1791Z\" fill=\"currentColor\"/>\n<path d=\"M18.8198 13.1853C19.4709 13.1853 19.9987 12.6574 19.9987 12.0061C19.9987 11.3549 19.4709 10.827 18.8198 10.827C18.1687 10.827 17.6409 11.3549 17.6409 12.0061C17.6409 12.6574 18.1687 13.1853 18.8198 13.1853Z\" fill=\"currentColor\"/>\n</svg>"
1024
+ }
1025
+ },
1026
+ "more-horiz-circle": {
1027
+ "files": {
1028
+ "outline": "icons/more-horiz-circle-outline.svg",
1029
+ "regular": "icons/more-horiz-circle-regular.svg",
1030
+ "solid": "icons/more-horiz-circle-solid.svg"
1031
+ },
1032
+ "svg": {
1033
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9992 21.0012C16.9694 21.0012 20.9986 16.9712 20.9986 12C20.9986 7.0288 16.9694 2.99884 11.9992 2.99884C7.02893 2.99884 2.99976 7.0288 2.99976 12C2.99976 16.9712 7.02893 21.0012 11.9992 21.0012Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M11.9992 13.1807C12.6503 13.1807 13.1781 12.6528 13.1781 12.0016C13.1781 11.3503 12.6503 10.8224 11.9992 10.8224C11.3481 10.8224 10.8203 11.3503 10.8203 12.0016C10.8203 12.6528 11.3481 13.1807 11.9992 13.1807Z\" fill=\"currentColor\"/>\n<path d=\"M7.54112 13.1792C8.19223 13.1792 8.72006 12.6513 8.72006 12C8.72006 11.3488 8.19223 10.8209 7.54112 10.8209C6.89001 10.8209 6.36218 11.3488 6.36218 12C6.36218 12.6513 6.89001 13.1792 7.54112 13.1792Z\" fill=\"currentColor\"/>\n<path d=\"M16.5575 13.1792C17.2086 13.1792 17.7365 12.6513 17.7365 12C17.7365 11.3488 17.2086 10.8209 16.5575 10.8209C15.9064 10.8209 15.3786 11.3488 15.3786 12C15.3786 12.6513 15.9064 13.1792 16.5575 13.1792Z\" fill=\"currentColor\"/>\n</svg>",
1034
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.9988 12C19.9987 7.58098 16.4165 3.99902 11.9988 3.99902C7.58125 3.99924 3.99985 7.58112 3.99976 12C3.99976 16.419 7.58119 20.0008 11.9988 20.001C16.4166 20.001 19.9988 16.4191 19.9988 12ZM21.9988 12C21.9988 17.5233 17.5215 22.001 11.9988 22.001C6.47625 22.0008 1.99976 17.5232 1.99976 12C1.99985 6.47691 6.47631 1.99924 11.9988 1.99902C17.5214 1.99902 21.9987 6.47678 21.9988 12Z\" fill=\"currentColor\"/>\n<path d=\"M11.9992 13.1809C12.6503 13.1809 13.1781 12.653 13.1781 12.0017C13.1781 11.3505 12.6503 10.8226 11.9992 10.8226C11.3481 10.8226 10.8202 11.3505 10.8202 12.0017C10.8202 12.653 11.3481 13.1809 11.9992 13.1809Z\" fill=\"currentColor\"/>\n<path d=\"M7.54112 13.1793C8.19223 13.1793 8.72006 12.6514 8.72006 12.0002C8.72006 11.3489 8.19223 10.821 7.54112 10.821C6.89002 10.821 6.36219 11.3489 6.36219 12.0002C6.36219 12.6514 6.89002 13.1793 7.54112 13.1793Z\" fill=\"currentColor\"/>\n<path d=\"M16.5575 13.1793C17.2086 13.1793 17.7365 12.6514 17.7365 12.0002C17.7365 11.3489 17.2086 10.821 16.5575 10.821C15.9064 10.821 15.3786 11.3489 15.3786 12.0002C15.3786 12.6514 15.9064 13.1793 16.5575 13.1793Z\" fill=\"currentColor\"/>\n</svg>",
1035
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.9988 22.001C17.5215 22.001 21.9988 17.5233 21.9988 12C21.9987 6.47678 17.5214 1.99902 11.9988 1.99902C6.47631 1.99924 1.99985 6.47691 1.99976 12C1.99976 17.5232 6.47625 22.0008 11.9988 22.001ZM8.72006 12.0002C8.72006 12.6514 8.19223 13.1793 7.54112 13.1793C6.89002 13.1793 6.36219 12.6514 6.36219 12.0002C6.36219 11.3489 6.89002 10.821 7.54112 10.821C8.19223 10.821 8.72006 11.3489 8.72006 12.0002ZM13.1781 12.0017C13.1781 12.653 12.6503 13.1809 11.9992 13.1809C11.3481 13.1809 10.8202 12.653 10.8202 12.0017C10.8202 11.3505 11.3481 10.8226 11.9992 10.8226C12.6503 10.8226 13.1781 11.3505 13.1781 12.0017ZM16.5575 13.1793C17.2086 13.1793 17.7365 12.6514 17.7365 12.0002C17.7365 11.3489 17.2086 10.821 16.5575 10.821C15.9064 10.821 15.3786 11.3489 15.3786 12.0002C15.3786 12.6514 15.9064 13.1793 16.5575 13.1793Z\" fill=\"currentColor\"/>\n</svg>"
1036
+ }
1037
+ },
1038
+ "nav-arrow-down": {
1039
+ "files": {
1040
+ "outline": "icons/nav-arrow-down-outline.svg",
1041
+ "regular": "icons/nav-arrow-down-regular.svg",
1042
+ "solid": "icons/nav-arrow-down-solid.svg"
1043
+ },
1044
+ "svg": {
1045
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.91211 8.18629L12.0675 16.0592L19.1874 8.05664\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
1046
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.9346 8.72168L12.0752 17.5547L4.17188 8.8584L5.65234 7.51367L12.0586 14.5635L18.4404 7.3916L19.9346 8.72168Z\" fill=\"currentColor\"/>\n</svg>",
1047
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.9346 8.72168L12.0752 17.5547L4.17188 8.8584L5.65234 7.51367L12.0586 14.5635L18.4404 7.3916L19.9346 8.72168Z\" fill=\"currentColor\"/>\n</svg>"
1048
+ }
1049
+ },
1050
+ "nav-arrow-left": {
1051
+ "files": {
1052
+ "outline": "icons/nav-arrow-left-outline.svg",
1053
+ "regular": "icons/nav-arrow-left-regular.svg",
1054
+ "solid": "icons/nav-arrow-left-solid.svg"
1055
+ },
1056
+ "svg": {
1057
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.9597 4.86011L8.04968 11.9752L16.0137 19.1397\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
1058
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6.55371 11.9753L15.3438 19.8835L16.6816 18.3962L9.54395 11.9753L16.6279 5.60327L15.29 4.11694L6.55371 11.9753Z\" fill=\"currentColor\"/>\n</svg>",
1059
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6.55371 11.9753L15.3438 19.8835L16.6816 18.3962L9.54395 11.9753L16.6279 5.60327L15.29 4.11694L6.55371 11.9753Z\" fill=\"currentColor\"/>\n</svg>"
1060
+ }
1061
+ },
1062
+ "nav-arrow-right": {
1063
+ "files": {
1064
+ "outline": "icons/nav-arrow-right-outline.svg",
1065
+ "regular": "icons/nav-arrow-right-regular.svg",
1066
+ "solid": "icons/nav-arrow-right-solid.svg"
1067
+ },
1068
+ "svg": {
1069
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.10284 4.86017L16.0128 11.9753L8.04883 19.1398\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
1070
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.5078 11.9753L8.71777 19.8835L7.37988 18.3962L14.5176 11.9753L7.43359 5.60327L8.77148 4.11694L17.5078 11.9753Z\" fill=\"currentColor\"/>\n</svg>",
1071
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.5078 11.9753L8.71777 19.8835L7.37988 18.3962L14.5176 11.9753L7.43359 5.60327L8.77148 4.11694L17.5078 11.9753Z\" fill=\"currentColor\"/>\n</svg>"
1072
+ }
1073
+ },
1074
+ "nav-arrow-up": {
1075
+ "files": {
1076
+ "outline": "icons/nav-arrow-up-outline.svg",
1077
+ "regular": "icons/nav-arrow-up-regular.svg",
1078
+ "solid": "icons/nav-arrow-up-solid.svg"
1079
+ },
1080
+ "svg": {
1081
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.91211 15.9296L12.0675 8.05664L19.1874 16.0592\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
1082
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.9346 15.3945L18.4404 16.7236L12.0596 9.55176L5.65234 16.6025L4.17188 15.2568L12.0752 6.56152L19.9346 15.3945Z\" fill=\"currentColor\"/>\n</svg>",
1083
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.9346 15.3945L18.4404 16.7236L12.0596 9.55176L5.65234 16.6025L4.17188 15.2568L12.0752 6.56152L19.9346 15.3945Z\" fill=\"currentColor\"/>\n</svg>"
1084
+ }
1085
+ },
1086
+ "open-new-window": {
1087
+ "files": {
1088
+ "outline": "icons/open-new-window-outline.svg",
1089
+ "regular": "icons/open-new-window-regular.svg",
1090
+ "solid": "icons/open-new-window-solid.svg"
1091
+ },
1092
+ "svg": {
1093
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.9817 20.0011H3.03992M11.5394 12.5619L19.9555 4.00674M13.9991 4.05304L19.9524 4.00365L20.0018 9.99979M19.9987 13.0002V19.5319M10.9993 3.99902H3.99818L3.99972 19.5319\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
1094
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.9991 4.99878H4.99817L5.00012 19.0007H18.9991V12.9998H20.9991V19.531H20.9816V21.0007H3.04016V19.532H3.00012L2.99817 2.99878H10.9991V4.99878ZM21.0021 9.99194L19.0021 10.0076L18.9718 6.4314L12.2521 13.2634L10.8263 11.8601L17.5519 5.02319L14.007 5.05347L13.9913 3.05347L20.9445 2.99585L21.0021 9.99194Z\" fill=\"currentColor\"/>\n</svg>",
1095
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.9991 4.99878H4.99817L5.00012 19.0007H18.9991V12.9998H20.9991V19.531H20.9816V21.0007H3.04016V19.532H3.00012L2.99817 2.99878H10.9991V4.99878ZM21.0021 9.99194L19.0021 10.0076L18.9718 6.4314L12.2521 13.2634L10.8263 11.8601L17.5519 5.02319L14.007 5.05347L13.9913 3.05347L20.9445 2.99585L21.0021 9.99194Z\" fill=\"currentColor\"/>\n</svg>"
1096
+ }
1097
+ },
1098
+ "orb": {
1099
+ "files": {
1100
+ "outline": "icons/orb-outline.svg",
1101
+ "regular": "icons/orb-regular.svg",
1102
+ "solid": "icons/orb-solid.svg"
1103
+ },
1104
+ "svg": {
1105
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9408 21.0089C16.9111 21.0089 20.9402 16.979 20.9402 12.0077C20.9402 7.03655 16.9111 3.00659 11.9408 3.00659C6.97058 3.00659 2.94141 7.03655 2.94141 12.0077C2.94141 16.979 6.97058 21.0089 11.9408 21.0089Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M11.9683 12.588C13.4998 12.588 14.7413 11.3463 14.7413 9.81452C14.7413 8.28276 13.4998 7.04102 11.9683 7.04102C10.4368 7.04102 9.19531 8.28276 9.19531 9.81452C9.19531 11.3463 10.4368 12.588 11.9683 12.588Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M9.02051 16.0066H14.9445\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
1106
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9404 2.00659C17.4631 2.00659 21.9403 6.48435 21.9404 12.0076C21.9404 17.5309 17.4631 22.0085 11.9404 22.0085C6.4179 22.0083 1.94141 17.5307 1.94141 12.0076C1.9415 6.48448 6.41796 2.00681 11.9404 2.00659ZM11.9404 4.00659C7.5229 4.00681 3.9415 7.58869 3.94141 12.0076C3.94141 16.4265 7.52284 20.0083 11.9404 20.0085C16.3582 20.0085 19.9404 16.4267 19.9404 12.0076C19.9403 7.58855 16.3581 4.00659 11.9404 4.00659ZM14.9453 17.0066H9.02148V15.0066H14.9453V17.0066ZM11.9688 6.04077C14.0524 6.04102 15.741 7.73064 15.7412 9.81421C15.7412 11.8979 14.0525 13.5874 11.9688 13.5876C9.88481 13.5876 8.19531 11.8981 8.19531 9.81421C8.19548 7.73049 9.88492 6.04077 11.9688 6.04077ZM11.9688 8.04077C10.9899 8.04077 10.1955 8.83469 10.1953 9.81421C10.1953 10.7939 10.9897 11.5876 11.9688 11.5876C12.9475 11.5874 13.7412 10.7937 13.7412 9.81421C13.741 8.83485 12.9474 8.04102 11.9688 8.04077Z\" fill=\"currentColor\"/>\n</svg>",
1107
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9404 2.00659C17.4631 2.00659 21.9403 6.48435 21.9404 12.0076C21.9404 17.5309 17.4631 22.0085 11.9404 22.0085C6.4179 22.0083 1.94141 17.5307 1.94141 12.0076C1.9415 6.48448 6.41796 2.00681 11.9404 2.00659ZM9.02148 17.0066H14.9453V15.0066H9.02148V17.0066ZM11.9688 6.04077C9.88492 6.04077 8.19548 7.73049 8.19531 9.81421C8.19531 11.8981 9.88481 13.5876 11.9688 13.5876C14.0525 13.5874 15.7412 11.8979 15.7412 9.81421C15.741 7.73064 14.0524 6.04102 11.9688 6.04077ZM11.9688 8.04077C12.9474 8.04102 13.741 8.83485 13.7412 9.81421C13.7412 10.7937 12.9475 11.5874 11.9688 11.5876C10.9897 11.5876 10.1953 10.7939 10.1953 9.81421C10.1955 8.83469 10.9899 8.04077 11.9688 8.04077Z\" fill=\"currentColor\"/>\n</svg>"
1108
+ }
1109
+ },
1110
+ "page": {
1111
+ "files": {
1112
+ "outline": "icons/page-outline.svg",
1113
+ "regular": "icons/page-regular.svg",
1114
+ "solid": "icons/page-solid.svg"
1115
+ },
1116
+ "svg": {
1117
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 21.0028V3.00049H13.9994L18.9991 8.00113V21.0028H5Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M12.999 3.00043V9.0012H18.9986\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M7.99902 13.0002H15.9985\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M7.99902 16.999H13.9986\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
1118
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.999 7.5874V22.0024H4V2.00049H14.4141L19.999 7.5874ZM6 20.0024H17.999V10.0015H11.999V4.00049H6V20.0024ZM14 17.9995H8V15.9995H14V17.9995ZM15.999 14.0005H8V12.0005H15.999V14.0005ZM13.999 8.00146H17.5859L13.999 4.41455V8.00146Z\" fill=\"currentColor\"/>\n</svg>",
1119
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.999 7.58594V22.001H4V1.99902H14.4141L19.999 7.58594ZM7 15.999V17.999H13V15.999H7ZM7 14H14.999V12H7V14ZM11.999 10H17.999V8H13.999V3.99902H11.999V10Z\" fill=\"currentColor\"/>\n</svg>"
1120
+ }
1121
+ },
1122
+ "passkey": {
1123
+ "files": {
1124
+ "outline": "icons/passkey-outline.svg",
1125
+ "regular": "icons/passkey-regular.svg",
1126
+ "solid": "icons/passkey-solid.svg"
1127
+ },
1128
+ "svg": {
1129
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.7634 10.75C13.6963 10.75 15.2632 9.18314 15.2632 7.25026C15.2632 5.31739 13.6963 3.75049 11.7634 3.75049C9.83057 3.75049 8.26367 5.31739 8.26367 7.25026C8.26367 9.18314 9.83057 10.75 11.7634 10.75Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M12.7805 19.7448L3.76562 19.7494C3.76562 16.9888 6.00468 14.7498 8.7653 14.7498L13.765 14.7559\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M18.2713 16.9857C18.9719 17.6538 18.9981 18.7633 18.3299 19.4639C17.6618 20.1645 16.5523 20.1907 15.8517 19.5225C15.1511 18.8544 15.1249 17.7449 15.793 17.0443C16.4612 16.3437 17.5707 16.3175 18.2713 16.9857Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M17.0625 16.8223L17.0748 10.8103H19.7944\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M19.7585 13.6897H17.0547\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
1130
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.7949 9.82568L19.7832 11.8257L18.0723 11.8149L18.0703 12.6929L19.7646 12.6987L19.7578 14.6987L18.0664 14.6929L18.0645 15.6899C18.3891 15.8166 18.6951 16.0068 18.9629 16.2622C20.0629 17.3116 20.1039 19.0547 19.0547 20.1548C18.0053 21.2546 16.2622 21.2957 15.1621 20.2466C14.0621 19.1973 14.0213 17.4542 15.0703 16.354C15.3583 16.0521 15.6996 15.8317 16.0645 15.6899L16.0896 9.82568H19.7949ZM17.582 17.7095C17.2811 17.4225 16.8045 17.434 16.5176 17.7349C16.2309 18.0358 16.2422 18.5125 16.543 18.7993C16.8438 19.086 17.3205 19.0745 17.6074 18.7739C17.8943 18.473 17.8828 17.9964 17.582 17.7095Z\" fill=\"currentColor\"/>\n<path d=\"M13.7666 13.7563L13.7637 15.7563L8.76465 15.7505C6.90208 15.7508 5.33598 17.0253 4.8916 18.7495L12.7803 18.7456L12.7812 20.7456L2.76562 20.7505V19.7505C2.76562 16.4376 5.45369 13.7505 8.7666 13.7505L13.7666 13.7563Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.7656 2.75049C14.2506 2.75076 16.2656 4.7655 16.2656 7.25049C16.2655 9.73538 14.2505 11.7502 11.7656 11.7505C9.28054 11.7505 7.26575 9.73554 7.26562 7.25049C7.26562 4.76533 9.28047 2.75049 11.7656 2.75049ZM11.7656 4.75049C10.385 4.75049 9.26562 5.8699 9.26562 7.25049C9.26575 8.63097 10.3851 9.75049 11.7656 9.75049C13.1459 9.75022 14.2655 8.63081 14.2656 7.25049C14.2656 5.87007 13.146 4.75076 11.7656 4.75049Z\" fill=\"currentColor\"/>\n</svg>",
1131
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.7949 10.0017L19.7832 11.8257L18.0723 11.8149L18.0703 12.9988H19.7646L19.7578 14.6987L18.0664 14.6929L18.0645 15.6899C18.3891 15.8166 18.6951 16.0068 18.9629 16.2622C20.0629 17.3116 20.1039 19.0547 19.0547 20.1548C18.0053 21.2546 16.2622 21.2957 15.1621 20.2466C14.0621 19.1973 14.0213 17.4542 15.0703 16.354C15.3583 16.0521 15.6996 15.8317 16.0645 15.6899L16.0771 10.0017H19.7949ZM17.582 17.7095C17.2811 17.4225 16.8045 17.434 16.5176 17.7349C16.2309 18.0358 16.2422 18.5125 16.543 18.7993C16.8438 19.086 17.3205 19.0745 17.6074 18.7739C17.8943 18.473 17.8828 17.9964 17.582 17.7095Z\" fill=\"currentColor\"/>\n<path d=\"M14.9258 13.7544C15.0388 13.7545 15.0732 13.9352 14.9717 13.9849C14.4804 14.2252 14.0226 14.5553 13.623 14.9741C12.1003 16.571 11.9082 18.9519 13.0146 20.7466L2.76562 20.7505V19.7505C2.76562 16.4376 5.45369 13.7495 8.7666 13.7495L14.9258 13.7544Z\" fill=\"currentColor\"/>\n<path d=\"M11.7656 2.75049C14.2506 2.75076 16.2656 4.7655 16.2656 7.25049C16.2655 9.73538 14.2505 11.7502 11.7656 11.7505C9.28054 11.7505 7.26575 9.73554 7.26562 7.25049C7.26562 4.76533 9.28047 2.75049 11.7656 2.75049Z\" fill=\"currentColor\"/>\n</svg>"
1132
+ }
1133
+ },
1134
+ "percentage": {
1135
+ "files": {
1136
+ "outline": "icons/percentage-outline.svg",
1137
+ "regular": "icons/percentage-regular.svg",
1138
+ "solid": "icons/percentage-solid.svg"
1139
+ },
1140
+ "svg": {
1141
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.57031 20.4346L20.4813 3.52197\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M6.49984 9.00424C7.88046 9.00424 8.99968 7.88481 8.99968 6.50392C8.99968 5.12303 7.88046 4.0036 6.49984 4.0036C5.11922 4.0036 4 5.12303 4 6.50392C4 7.88481 5.11922 9.00424 6.49984 9.00424Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M17.4882 20.001C18.8748 20.001 19.9988 18.8767 19.9988 17.4899C19.9988 16.103 18.8748 14.9788 17.4882 14.9788C16.1016 14.9788 14.9775 16.103 14.9775 17.4899C14.9775 18.8767 16.1016 20.001 17.4882 20.001Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
1142
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.1885 4.229L4.27734 21.1421L2.86328 19.728L19.7744 2.81494L21.1885 4.229Z\" fill=\"currentColor\"/>\n<path d=\"M7.99929 6.50351C7.99911 5.67493 7.32726 5.0036 6.49929 5.00351C5.67124 5.00351 4.99946 5.67487 4.99929 6.50351C4.99929 7.3323 5.67113 8.00449 6.49929 8.00449C7.32737 8.0044 7.99929 7.33224 7.99929 6.50351ZM9.99929 6.50351C9.99929 8.43645 8.4323 10.0044 6.49929 10.0045C4.5662 10.0045 2.99929 8.4365 2.99929 6.50351C2.99946 4.57067 4.5663 3.00351 6.49929 3.00351C8.43219 3.0036 9.99911 4.57072 9.99929 6.50351Z\" fill=\"currentColor\"/>\n<path d=\"M18.9985 17.4894C18.9982 16.6549 18.3217 15.9787 17.4877 15.9787C16.6537 15.9787 15.9772 16.6549 15.977 17.4894C15.977 18.3242 16.6536 19.0012 17.4877 19.0012C18.3218 19.0011 18.9985 18.3242 18.9985 17.4894ZM20.9985 17.4894C20.9985 19.4284 19.4267 21.0011 17.4877 21.0012C15.5487 21.0012 13.977 19.4284 13.977 17.4894C13.9772 15.5506 15.5488 13.9787 17.4877 13.9787C19.4266 13.9787 20.9982 15.5507 20.9985 17.4894Z\" fill=\"currentColor\"/>\n</svg>",
1143
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.1885 4.229L4.27734 21.1421L2.86328 19.728L19.7744 2.81494L21.1885 4.229Z\" fill=\"currentColor\"/>\n<path d=\"M9.99929 6.50351C9.99929 8.43645 8.4323 10.0044 6.49929 10.0045C4.5662 10.0045 2.99929 8.4365 2.99929 6.50351C2.99946 4.57067 4.5663 3.00351 6.49929 3.00351C8.43219 3.0036 9.99911 4.57072 9.99929 6.50351Z\" fill=\"currentColor\"/>\n<path d=\"M20.9985 17.4894C20.9985 19.4284 19.4267 21.0011 17.4877 21.0012C15.5487 21.0012 13.977 19.4284 13.977 17.4894C13.9772 15.5506 15.5488 13.9787 17.4877 13.9787C19.4266 13.9787 20.9982 15.5507 20.9985 17.4894Z\" fill=\"currentColor\"/>\n</svg>"
1144
+ }
1145
+ },
1146
+ "pin": {
1147
+ "files": {
1148
+ "outline": "icons/pin-outline.svg",
1149
+ "regular": "icons/pin-regular.svg",
1150
+ "solid": "icons/pin-solid.svg"
1151
+ },
1152
+ "svg": {
1153
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.5 14.5L5 19\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/>\n<path d=\"M5.50593 9.50548L14.1725 18.1721L15.7725 16.5721L15.4028 13.0024L20.5968 8.59645L15.0817 3.08136L10.6756 8.27519L7.10592 7.9055L5.50593 9.50548Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/>\n</svg>",
1154
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22.0713 8.65625L16.4521 13.4238L16.8164 16.9434L14.1729 19.5869L10 15.4131L5 20.4141L3.58594 19L8.58594 13.999L4.0918 9.50488L6.73535 6.8623L7.20898 6.91016L10.2539 7.22559L15.0215 1.60742L22.0713 8.65625ZM11.0977 9.32422L10.5723 9.26953L7.47656 8.94922L6.91992 9.50488L14.1729 16.7578L14.7295 16.2012L14.3535 12.5801L14.7568 12.2402L19.1221 8.53613L15.1426 4.55664L11.0977 9.32422Z\" fill=\"currentColor\"/>\n</svg>",
1155
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22.0713 8.65625L16.4521 13.4238L16.8164 16.9434L14.1729 19.5869L9.99902 15.4131L5 20.4141L3.58594 19L8.58496 13.999L4.0918 9.50488L6.73535 6.8623L7.20898 6.91016L10.2539 7.22559L15.0215 1.60742L22.0713 8.65625Z\" fill=\"currentColor\"/>\n</svg>"
1156
+ }
1157
+ },
1158
+ "play": {
1159
+ "files": {
1160
+ "outline": "icons/play-outline.svg",
1161
+ "regular": "icons/play-regular.svg",
1162
+ "solid": "icons/play-solid.svg"
1163
+ },
1164
+ "svg": {
1165
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 5V19L19 12L7 5Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/>\n</svg>",
1166
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.9844 12L6 20.7412V3.25879L20.9844 12ZM8 17.2578L17.0137 12L8 6.74121V17.2578Z\" fill=\"currentColor\"/>\n</svg>",
1167
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.9844 12L6 20.7412V3.25879L20.9844 12Z\" fill=\"currentColor\"/>\n</svg>"
1168
+ }
1169
+ },
1170
+ "plus": {
1171
+ "files": {
1172
+ "outline": "icons/plus-outline.svg",
1173
+ "regular": "icons/plus-regular.svg",
1174
+ "solid": "icons/plus-solid.svg"
1175
+ },
1176
+ "svg": {
1177
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9999 4.88879L12 3.99988L11.9986 20.0002M4 11.9999H20\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
1178
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13 11H20V13H12.999V20H10.999V13H4V11H11V4H13V11Z\" fill=\"currentColor\"/>\n</svg>",
1179
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13 11H20V13H12.999V20H10.999V13H4V11H11V4H13V11Z\" fill=\"currentColor\"/>\n</svg>"
1180
+ }
1181
+ },
1182
+ "post": {
1183
+ "files": {
1184
+ "outline": "icons/post-outline.svg",
1185
+ "regular": "icons/post-regular.svg",
1186
+ "solid": "icons/post-solid.svg"
1187
+ },
1188
+ "svg": {
1189
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.99992 8.0042H15.9994M7.98138 12.0047H16.0179M7.99992 16.0052H12.9873M5 4.00677H18.9991V20.0057H5V4.00677Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
1190
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.999 3.00659V21.0056H4V3.00659H19.999ZM6 19.0056H17.999V5.00659H6V19.0056Z\" fill=\"currentColor\"/>\n<path d=\"M15.9989 7.00402V9.00402H7.99992V7.00402H15.9989Z\" fill=\"currentColor\"/>\n<path d=\"M16.0175 11.0045V13.0045H7.98138V11.0045H16.0175Z\" fill=\"currentColor\"/>\n<path d=\"M12.9872 15.0051V17.0051H7.99992V15.0051H12.9872Z\" fill=\"currentColor\"/>\n</svg>",
1191
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.999 21.0056H4V3.00659H19.999V21.0056ZM8 15.0056V17.0056H12.9873V15.0056H8ZM7.98145 13.0046H16.0176V11.0046H7.98145V13.0046ZM8 9.00366H15.999V7.00366H8V9.00366Z\" fill=\"currentColor\"/>\n</svg>"
1192
+ }
1193
+ },
1194
+ "profile-circle": {
1195
+ "files": {
1196
+ "outline": "icons/profile-circle-outline.svg",
1197
+ "regular": "icons/profile-circle-regular.svg",
1198
+ "solid": "icons/profile-circle-solid.svg"
1199
+ },
1200
+ "svg": {
1201
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.999 21.0089C16.9701 21.0089 21 16.9782 21 12.0062C21 7.03413 16.9701 3.00348 11.999 3.00348C7.02792 3.00348 2.99805 7.03413 2.99805 12.0062C2.99805 16.9782 7.02792 21.0089 11.999 21.0089Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M11.9993 12.96C13.6449 12.96 14.979 11.6257 14.979 9.97971C14.979 8.33373 13.6449 6.99939 11.9993 6.99939C10.3536 6.99939 9.01953 8.33373 9.01953 9.97971C9.01953 11.6257 10.3536 12.96 11.9993 12.96Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M5.75781 18.5626C6.49388 17.3325 7.86879 16.5037 9.4443 16.5037H14.552C16.021 16.5037 17.3173 17.2244 18.0811 18.3187\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
1202
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.999 5.99951C14.197 5.99969 15.9795 7.782 15.9795 9.97998C15.9794 12.1779 14.197 13.9603 11.999 13.9604C9.80105 13.9603 8.01961 12.1779 8.01953 9.97998C8.01953 7.78198 9.801 5.99965 11.999 5.99951ZM11.999 7.99951C10.9059 7.99965 10.0195 8.88618 10.0195 9.97998C10.0196 11.0737 10.906 11.9603 11.999 11.9604C13.092 11.9603 13.9794 11.0737 13.9795 9.97998C13.9795 8.88621 13.0921 7.99969 11.999 7.99951Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.999 2.00342C17.5226 2.00342 22 6.48219 22 12.0063C21.9999 17.5304 17.5225 22.0093 11.999 22.0093C6.47554 22.0093 1.99817 17.5304 1.99805 12.0063C1.99805 6.48219 6.47546 2.00342 11.999 2.00342ZM9.44531 17.5034C8.55659 17.5034 7.75779 17.8441 7.17383 18.3892C8.51538 19.4054 10.1865 20.0093 11.999 20.0093C13.8113 20.0093 15.4818 19.4052 16.8232 18.3892C16.2396 17.8447 15.4411 17.5035 14.5527 17.5034H9.44531ZM11.999 4.00342C7.58039 4.00342 3.99805 7.5864 3.99805 12.0063C3.9981 13.8911 4.65131 15.6223 5.74121 16.9897C6.69404 16.0686 8.00545 15.5034 9.44531 15.5034H14.5527C15.9923 15.5035 17.3031 16.0699 18.2559 16.9907C19.3463 15.6231 19.9999 13.8916 20 12.0063C20 7.5864 16.4176 4.00342 11.999 4.00342Z\" fill=\"currentColor\"/>\n</svg>",
1203
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.999 5.99951C14.197 5.99969 15.9795 7.782 15.9795 9.97998C15.9794 12.1779 14.197 13.9603 11.999 13.9604C9.80105 13.9603 8.01961 12.1779 8.01953 9.97998C8.01953 7.78198 9.801 5.99965 11.999 5.99951Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.999 2.00342C17.5226 2.00342 22 6.48219 22 12.0063C21.9999 17.5304 17.5225 22.0093 11.999 22.0093C6.47554 22.0093 1.99817 17.5304 1.99805 12.0063C1.99805 6.48219 6.47546 2.00342 11.999 2.00342ZM11.999 4.00342C7.58039 4.00342 3.99805 7.5864 3.99805 12.0063C3.9981 13.8911 4.65131 15.6223 5.74121 16.9897C6.69404 16.0686 8.00545 15.5034 9.44531 15.5034H14.5527C15.9923 15.5035 17.3031 16.0699 18.2559 16.9907C19.3463 15.6231 19.9999 13.8916 20 12.0063C20 7.5864 16.4176 4.00342 11.999 4.00342Z\" fill=\"currentColor\"/>\n</svg>"
1204
+ }
1205
+ },
1206
+ "prohibition": {
1207
+ "files": {
1208
+ "outline": "icons/prohibition-outline.svg",
1209
+ "regular": "icons/prohibition-regular.svg",
1210
+ "solid": "icons/prohibition-solid.svg"
1211
+ },
1212
+ "svg": {
1213
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9994 21.0074C16.9697 21.0074 20.9988 16.9775 20.9988 12.0063C20.9988 7.03508 16.9697 3.00513 11.9994 3.00513C7.02918 3.00513 3 7.03508 3 12.0063C3 16.9775 7.02918 21.0074 11.9994 21.0074Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M5.63281 18.3681L18.0008 5.99927\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
1214
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.999 2.00513C17.5217 2.00513 21.9989 6.48288 21.999 12.0061C21.999 17.5294 17.5217 22.0071 11.999 22.0071C6.4765 22.0069 2 17.5293 2 12.0061C2.0001 6.48301 6.47656 2.00534 11.999 2.00513ZM7.0918 18.3225C8.44688 19.3773 10.149 20.007 11.999 20.0071C16.4168 20.0071 19.999 16.4252 19.999 12.0061C19.999 10.1559 19.3688 8.45414 18.3145 7.09888L7.0918 18.3225ZM11.999 4.00513C7.58149 4.00534 4.0001 7.58722 4 12.0061C4 13.8534 4.62747 15.5533 5.67871 16.9075L16.9004 5.68481C15.5461 4.63296 13.8462 4.00513 11.999 4.00513Z\" fill=\"currentColor\"/>\n</svg>",
1215
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.999 2.00488C17.5217 2.00488 21.9989 6.48264 21.999 12.0059C21.999 17.5292 17.5217 22.0068 11.999 22.0068C6.4765 22.0066 2 17.529 2 12.0059C2.0001 6.48277 6.47656 2.0051 11.999 2.00488ZM7.0918 18.3223C8.44688 19.377 10.149 20.0067 11.999 20.0068C16.4168 20.0068 19.999 16.425 19.999 12.0059C19.999 10.1557 19.3688 8.45389 18.3145 7.09863L7.0918 18.3223ZM11.999 4.00488C7.58149 4.0051 4.0001 7.58698 4 12.0059C4 13.8532 4.62747 15.553 5.67871 16.9072L16.9004 5.68457C15.5461 4.63271 13.8462 4.00488 11.999 4.00488Z\" fill=\"currentColor\"/>\n</svg>"
1216
+ }
1217
+ },
1218
+ "qr-code": {
1219
+ "files": {
1220
+ "outline": "icons/qr-code-outline.svg",
1221
+ "regular": "icons/qr-code-regular.svg",
1222
+ "solid": "icons/qr-code-solid.svg"
1223
+ },
1224
+ "svg": {
1225
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.99974 4.00366H4V8.00418H7.99974V4.00366Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M20.168 4.00366H16.1729V7.99955H20.168V4.00366Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M7.99978 15.9358H4.01855V19.9178H7.99978V15.9358Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M19.9405 16.0005H16.0117V19.93H19.9405V16.0005Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M3 12L8.95332 12.0062\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M11.999 2.99884V8.95948\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M11.999 21.0012V10.9783\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M12.3975 12L20.9988 12.0062\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
1226
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.9932 11L20.999 11.0059L20.998 13.0059L12.9941 13L12.999 21.001H10.999L10.9932 11H12.9932ZM20.9404 20.9307H15.0117V15.001H20.9404V20.9307ZM9 20.918H3.01855V14.9355H9V20.918ZM17.0117 18.9307H18.9404V17.001H17.0117V18.9307ZM5.01855 18.918H7V16.9355H5.01855V18.918ZM8.9541 11.0059L8.95215 13.0059L2.99902 13L3.00098 11L8.9541 11.0059ZM9 9.00488H3V3.00391H9V9.00488ZM21.1689 9H15.1738V3.00391H21.1689V9ZM12.999 8.95996H10.999V2.99902H12.999V8.95996ZM5 7.00488H7V5.00391H5V7.00488ZM17.1738 7H19.1689V5.00391H17.1738V7Z\" fill=\"currentColor\"/>\n</svg>",
1227
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.999 21.001H10.999L10.9932 11H12.9932L12.999 21.001ZM20.9404 20.9307H15.0117V15.001H20.9404V20.9307ZM9 20.918H3.01855V14.9355H9V20.918ZM8.9541 11.0059L8.95215 13.0059L2.99902 13L3.00098 11L8.9541 11.0059ZM20.999 11.0059L20.998 13.0059L12.998 13L13 11L20.999 11.0059ZM9 9.00488H3V3.00391H9V9.00488ZM21.1689 9H15.1738V3.00391H21.1689V9ZM12.999 8.95996H10.999V2.99902H12.999V8.95996Z\" fill=\"currentColor\"/>\n</svg>"
1228
+ }
1229
+ },
1230
+ "refresh": {
1231
+ "files": {
1232
+ "outline": "icons/refresh-outline.svg",
1233
+ "regular": "icons/refresh-regular.svg",
1234
+ "solid": "icons/refresh-solid.svg"
1235
+ },
1236
+ "svg": {
1237
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.153 2.99884V7.99948H14.1534M20.0048 12.0062C20.0048 16.428 16.4202 20.0134 11.9992 20.0134C7.57818 20.0134 3.99353 16.428 3.99353 12.0062C3.99353 7.58431 7.57818 3.99897 11.9992 3.99897C14.8431 3.99897 17.3399 5.48219 18.7611 7.71704\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
1238
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.1537 8.99976H14.1537V6.99976H16.8969C15.6325 5.76235 13.9057 4.99883 11.9994 4.99878C8.13105 4.99878 4.99386 8.13613 4.99353 12.0056C4.99353 15.8754 8.13084 19.0134 11.9994 19.0134C15.8678 19.0133 19.0052 15.8753 19.0052 12.0056H21.0052C21.0052 16.9795 16.9728 21.0133 11.9994 21.0134C7.02591 21.0134 2.99353 16.9796 2.99353 12.0056C2.99386 7.03193 7.02611 2.99878 11.9994 2.99878C14.3804 2.99883 16.5442 3.92397 18.1537 5.4314V2.99878H20.1537V8.99976Z\" fill=\"currentColor\"/>\n</svg>",
1239
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.1537 8.99976H14.1537V6.99976H16.8969C15.6325 5.76235 13.9057 4.99883 11.9994 4.99878C8.13105 4.99878 4.99386 8.13613 4.99353 12.0056C4.99353 15.8754 8.13084 19.0134 11.9994 19.0134C15.8678 19.0133 19.0052 15.8753 19.0052 12.0056H21.0052C21.0052 16.9795 16.9728 21.0133 11.9994 21.0134C7.02591 21.0134 2.99353 16.9796 2.99353 12.0056C2.99386 7.03193 7.02611 2.99878 11.9994 2.99878C14.3804 2.99883 16.5442 3.92397 18.1537 5.4314V2.99878H20.1537V8.99976Z\" fill=\"currentColor\"/>\n</svg>"
1240
+ }
1241
+ },
1242
+ "reports": {
1243
+ "files": {
1244
+ "outline": "icons/reports-outline.svg",
1245
+ "regular": "icons/reports-regular.svg",
1246
+ "solid": "icons/reports-solid.svg"
1247
+ },
1248
+ "svg": {
1249
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.9987 4.0036H13.999V19.0009H18.9987V4.0036Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M13.9992 8.99963H8.99951V19.0009H13.9992V8.99963Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M8.99968 14.0002H4V19.0009H8.99968V14.0002Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
1250
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.999 20.0005L3 20.0015V13.0005H8V7.99951H12.999V3.00342H19.999V20.0005ZM5 18.0015H8V15.0005H5V18.0015ZM10 18.0005H12.999V9.99951H10V18.0005ZM15 18.0005H17.999V5.00342H14.999L15 18.0005Z\" fill=\"currentColor\"/>\n</svg>",
1251
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4 20.002L19.999 20.001V3.00391H16V20H14L13.999 8H10V20H8V13.001H4V20.002Z\" fill=\"currentColor\"/>\n</svg>"
1252
+ }
1253
+ },
1254
+ "safe": {
1255
+ "files": {
1256
+ "outline": "icons/safe-outline.svg",
1257
+ "regular": "icons/safe-regular.svg",
1258
+ "solid": "icons/safe-solid.svg"
1259
+ },
1260
+ "svg": {
1261
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.9998 4.00366H4.00391V20.0026H19.9998V4.00366Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M12.0019 15.2412C13.7882 15.2412 15.2363 13.7929 15.2363 12.0062C15.2363 10.2196 13.7882 8.77124 12.0019 8.77124C10.2157 8.77124 8.76758 10.2196 8.76758 12.0062C8.76758 13.7929 10.2157 15.2412 12.0019 15.2412Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M7.71484 7.77734L9.28264 9.34082\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M14.7207 14.7642L16.2885 16.3276\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M7.65039 16.3415L9.21356 14.7734\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M14.7129 9.26195L16.2761 7.69385\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
1262
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.9844 8.40015L15.6055 9.78296C16.005 10.4294 16.2363 11.1909 16.2363 12.0066C16.2363 12.8235 16.0032 13.5853 15.6025 14.2322L16.9941 15.6199L15.5811 17.0359L14.1787 15.6375C13.5425 16.0197 12.7983 16.241 12.002 16.241C11.1898 16.241 10.4316 16.0114 9.78711 15.615L8.3584 17.0486L6.94238 15.6365L8.37695 14.1951C7.99053 13.5563 7.76765 12.8076 7.76758 12.0066C7.76758 11.2139 7.98531 10.4721 8.36426 9.83765L7.00781 8.48511L8.41992 7.06909L9.76562 8.40991C10.4146 8.00533 11.1809 7.77124 12.002 7.77124C12.8001 7.77125 13.5464 7.9927 14.1836 8.37671L15.5674 6.98804L16.9844 8.40015ZM12.002 9.77124C10.7681 9.77124 9.76758 10.7721 9.76758 12.0066C9.76778 13.241 10.7683 14.241 12.002 14.241C13.2356 14.2409 14.2361 13.2409 14.2363 12.0066C14.2363 10.7721 13.2358 9.77127 12.002 9.77124Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 21.0027H3.00391V3.00366H21V21.0027ZM5.00391 19.0027H19V5.00366H5.00391V19.0027Z\" fill=\"currentColor\"/>\n</svg>",
1263
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.002 9.771C13.2358 9.77102 14.2363 10.7718 14.2363 12.0063C14.2361 13.2407 13.2356 14.2407 12.002 14.2407C10.7683 14.2407 9.76778 13.2407 9.76758 12.0063C9.76758 10.7718 10.7681 9.771 12.002 9.771Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 21.0024H3.00391V3.00342H21V21.0024ZM14.1836 8.37646C13.5464 7.99246 12.8001 7.771 12.002 7.771C11.1809 7.771 10.4146 8.00509 9.76562 8.40967L8.41992 7.06885L7.00781 8.48486L8.36426 9.8374C7.98531 10.4719 7.76758 11.2137 7.76758 12.0063C7.76765 12.8073 7.99053 13.5561 8.37695 14.1948L6.94238 15.6362L8.3584 17.0483L9.78711 15.6147C10.4316 16.0112 11.1898 16.2407 12.002 16.2407C12.7983 16.2407 13.5425 16.0195 14.1787 15.6372L15.5811 17.0356L16.9941 15.6196L15.6025 14.2319C16.0032 13.585 16.2363 12.8232 16.2363 12.0063C16.2363 11.1906 16.005 10.4291 15.6055 9.78271L16.9844 8.3999L15.5674 6.98779L14.1836 8.37646Z\" fill=\"currentColor\"/>\n</svg>"
1264
+ }
1265
+ },
1266
+ "scan": {
1267
+ "files": {
1268
+ "outline": "icons/scan-outline.svg",
1269
+ "regular": "icons/scan-regular.svg",
1270
+ "solid": "icons/scan-solid.svg"
1271
+ },
1272
+ "svg": {
1273
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.0014 15.9957V19.9962H15.9987M15.9818 4.00006H20.0015V7.9944M4.00134 7.93112V4.00006H7.90679M7.99645 19.9962H4.00146V15.9957M7.01007 12.0042L17.0037 11.9996\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
1274
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.0017 15.9956V20.9966H15.9987V18.9966H19.0017V15.9956H21.0017Z\" fill=\"currentColor\"/>\n<path d=\"M21.0013 3V7.99414H19.0013V5H15.9818V3H21.0013Z\" fill=\"currentColor\"/>\n<path d=\"M7.90662 3V5H5.00134V7.93066H3.00134V3H7.90662Z\" fill=\"currentColor\"/>\n<path d=\"M5.00146 15.9956V18.9966H7.99658V20.9966H3.00146V15.9956H5.00146Z\" fill=\"currentColor\"/>\n<path d=\"M17.0042 12.9995L7.01007 13.0044V11.0044L17.0032 10.9995L17.0042 12.9995Z\" fill=\"currentColor\"/>\n</svg>",
1275
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.0017 15.9956V20.9966H15.9987V18.9966H19.0017V15.9956H21.0017Z\" fill=\"currentColor\"/>\n<path d=\"M21.0013 3V7.99414H19.0013V5H15.9818V3H21.0013Z\" fill=\"currentColor\"/>\n<path d=\"M7.90662 3V5H5.00134V7.93066H3.00134V3H7.90662Z\" fill=\"currentColor\"/>\n<path d=\"M5.00146 15.9956V18.9966H7.99658V20.9966H3.00146V15.9956H5.00146Z\" fill=\"currentColor\"/>\n<path d=\"M17.0042 12.9995L7.01007 13.0044V11.0044L17.0032 10.9995L17.0042 12.9995Z\" fill=\"currentColor\"/>\n</svg>"
1276
+ }
1277
+ },
1278
+ "search": {
1279
+ "files": {
1280
+ "outline": "icons/search-outline.svg",
1281
+ "regular": "icons/search-regular.svg",
1282
+ "solid": "icons/search-solid.svg"
1283
+ },
1284
+ "svg": {
1285
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.9989 19.0009L15.2816 14.1716M5.08008 9.96732C5.08008 13.2636 7.75169 15.9357 11.0473 15.9357C14.3429 15.9357 17.0145 13.2636 17.0145 9.96732C17.0145 6.67109 14.3429 3.99896 11.0473 3.99896C7.75169 3.99896 5.08008 6.67109 5.08008 9.96732Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
1286
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.0146 9.96777C16.0146 7.22364 13.79 4.99902 11.0469 4.99902C8.30393 4.99925 6.08008 7.22378 6.08008 9.96777C6.08029 12.7116 8.30406 14.9353 11.0469 14.9355C13.7899 14.9355 16.0144 12.7117 16.0146 9.96777ZM18.0146 9.96777C18.0146 11.5269 17.5018 12.966 16.6367 14.127L20.7139 18.3018L19.2832 19.7002L15.2246 15.5439C14.0606 16.4176 12.6142 16.9355 11.0469 16.9355C7.19913 16.9353 4.08029 13.8158 4.08008 9.96777C4.08008 6.11957 7.199 2.99925 11.0469 2.99902C14.8949 2.99902 18.0146 6.11944 18.0146 9.96777Z\" fill=\"currentColor\"/>\n</svg>",
1287
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.0146 9.96777C16.0146 7.22364 13.79 4.99902 11.0469 4.99902C8.30393 4.99925 6.08008 7.22378 6.08008 9.96777C6.08029 12.7116 8.30406 14.9353 11.0469 14.9355C13.7899 14.9355 16.0144 12.7117 16.0146 9.96777ZM18.0146 9.96777C18.0146 11.5269 17.5018 12.966 16.6367 14.127L20.7139 18.3018L19.2832 19.7002L15.2246 15.5439C14.0606 16.4176 12.6142 16.9355 11.0469 16.9355C7.19913 16.9353 4.08029 13.8158 4.08008 9.96777C4.08008 6.11957 7.199 2.99925 11.0469 2.99902C14.8949 2.99902 18.0146 6.11944 18.0146 9.96777Z\" fill=\"currentColor\"/>\n</svg>"
1288
+ }
1289
+ },
1290
+ "send-mail": {
1291
+ "files": {
1292
+ "outline": "icons/send-mail-outline.svg",
1293
+ "regular": "icons/send-mail-regular.svg",
1294
+ "solid": "icons/send-mail-solid.svg"
1295
+ },
1296
+ "svg": {
1297
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6.0552 9.99972V5.99921H21.0218V18.0007H5.01978\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M6.40845 5.99921L13.7151 13.7147L21.0217 5.99921\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M7.14627 12.0062H2\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M7.14605 15.0004H3.46265\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
1298
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.0215 19.001H5.01953V17.001H20.0215V8.50879L13.7148 15.1689L7.05469 8.13574V10H5.05469V4.99902H22.0215V19.001ZM13.7139 12.2598L18.6963 6.99902H8.73242L13.7139 12.2598Z\" fill=\"currentColor\"/>\n<path d=\"M7.14648 16H3.46289V14H7.14648V16Z\" fill=\"currentColor\"/>\n<path d=\"M7.14648 13.0059H2V11.0059H7.14648V13.0059Z\" fill=\"currentColor\"/>\n</svg>",
1299
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.0215 19.001H5.01953V17.001H20.0215V8.50879L13.7148 15.1689L7.05469 8.13574V10H5.05469V4.99902H22.0215V19.001ZM13.7139 12.2598L18.6963 6.99902H8.73242L13.7139 12.2598Z\" fill=\"currentColor\"/>\n<path d=\"M7.14648 16H3.46289V14H7.14648V16Z\" fill=\"currentColor\"/>\n<path d=\"M7.14648 13.0059H2V11.0059H7.14648V13.0059Z\" fill=\"currentColor\"/>\n</svg>"
1300
+ }
1301
+ },
1302
+ "settings": {
1303
+ "files": {
1304
+ "outline": "icons/settings-outline.svg",
1305
+ "regular": "icons/settings-regular.svg",
1306
+ "solid": "icons/settings-solid.svg"
1307
+ },
1308
+ "svg": {
1309
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.8979 15.1057C13.5969 15.1057 14.9743 13.7599 14.9743 12.0997C14.9743 10.4396 13.5969 9.09375 11.8979 9.09375C10.1989 9.09375 8.82161 10.4396 8.82161 12.0997C8.82161 13.7599 10.1989 15.1057 11.8979 15.1057Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M19.1634 11.9948C19.1634 11.4362 19.097 10.893 18.9707 10.373L21 9.22798L18.9533 5.7637L16.9209 6.91023C16.117 6.16645 15.1363 5.60322 14.0467 5.28534V2.99536H9.95333V5.28534C8.86366 5.60322 7.88296 6.16645 7.07914 6.91023L5.04667 5.7637L3 9.22798L5.0293 10.373C4.90297 10.893 4.83664 11.4362 4.83664 11.9948C4.83664 12.5534 4.90297 13.0966 5.03088 13.6181L3 14.7631L5.04667 18.2274L7.07914 17.0809C7.88296 17.8247 8.86366 18.3879 9.95333 18.7042V20.9942H14.0467V18.7042C15.1363 18.3879 16.117 17.8247 16.9209 17.0809L18.9533 18.2274L21 14.7631L18.9691 13.6181C19.097 13.0966 19.1634 12.5534 19.1634 11.9948Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
1310
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.1631 11.9944C18.1631 11.5153 18.1065 11.0511 17.999 10.6086L17.8203 9.87427L19.6191 8.85767L18.5908 7.11548L16.7773 8.13989L16.2422 7.6438C15.551 7.00428 14.7062 6.51945 13.7666 6.24536L13.0469 6.0354V3.99536H10.9531V6.0354L10.2334 6.24536C9.29385 6.51945 8.44896 7.00428 7.75781 7.6438L7.22266 8.13989L5.4082 7.11548L4.37988 8.85767L6.17969 9.87427L6.00098 10.6086C5.89348 11.0511 5.83695 11.5153 5.83691 11.9944C5.83691 12.4735 5.89333 12.9372 6.00195 13.3801L6.18262 14.1165L5.52246 14.4895L4.37988 15.1331L5.4082 16.8752L7.22266 15.8518L7.75781 16.3469C8.44899 16.9865 9.29381 17.4709 10.2324 17.7434L10.9531 17.9534V19.9944H13.0469V17.9534L13.7676 17.7434C14.7062 17.4709 15.551 16.9865 16.2422 16.3469L16.7773 15.8518L18.5908 16.8752L19.6191 15.1331L18.4775 14.4895L17.8174 14.1165L17.998 13.3801C18.1067 12.9372 18.1631 12.4735 18.1631 11.9944ZM13.9746 12.0999C13.9746 11.0137 13.0661 10.094 11.8975 10.094C10.729 10.0942 9.82129 11.0138 9.82129 12.0999C9.82136 13.1858 10.7291 14.1055 11.8975 14.1057C13.0661 14.1057 13.9745 13.186 13.9746 12.0999ZM15.9746 12.0999C15.9745 14.3339 14.1268 16.1057 11.8975 16.1057C9.66835 16.1055 7.82136 14.3338 7.82129 12.0999C7.82129 9.86589 9.66831 8.09424 11.8975 8.09399C14.1268 8.09399 15.9746 9.86573 15.9746 12.0999ZM20.1631 11.9944C20.1631 12.3679 20.1341 12.7362 20.083 13.0979L22.3799 14.3928L19.3154 19.5803L17.0312 18.2903C16.4315 18.7514 15.7649 19.1311 15.0469 19.4143V21.9944H8.95312V19.4143C8.23485 19.1311 7.56765 18.7516 6.96777 18.2903L4.68457 19.5803L1.62012 14.3928L3.91602 13.0979C3.86496 12.7363 3.83691 12.3679 3.83691 11.9944C3.83693 11.6211 3.8654 11.2536 3.91602 10.8928L1.62012 9.5979L4.68457 4.41138L6.96875 5.69946C7.56858 5.23832 8.2353 4.85808 8.95312 4.57446V1.99536H15.0469V4.57446C15.7645 4.85799 16.4306 5.23853 17.0303 5.69946L19.3154 4.41138L22.3799 9.5979L20.083 10.8928C20.1336 11.2536 20.1631 11.6211 20.1631 11.9944Z\" fill=\"currentColor\"/>\n</svg>",
1311
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.8975 10.094C13.0661 10.094 13.9746 11.0137 13.9746 12.0999C13.9745 13.186 13.0661 14.1057 11.8975 14.1057C10.7291 14.1055 9.82136 13.1858 9.82129 12.0999C9.82129 11.0138 10.729 10.0942 11.8975 10.094ZM11.8975 16.1057C14.1268 16.1057 15.9745 14.3339 15.9746 12.0999C15.9746 9.86573 14.1268 8.09399 11.8975 8.09399C9.66831 8.09424 7.82129 9.86589 7.82129 12.0999C7.82136 14.3338 9.66835 16.1055 11.8975 16.1057ZM20.083 13.0979C20.1341 12.7362 20.1631 12.3679 20.1631 11.9944C20.1631 11.6211 20.1336 11.2536 20.083 10.8928L22.3799 9.5979L19.3154 4.41138L17.0303 5.69946C16.4306 5.23853 15.7645 4.85799 15.0469 4.57446V1.99536H8.95312V4.57446C8.2353 4.85808 7.56858 5.23832 6.96875 5.69946L4.68457 4.41138L1.62012 9.5979L3.91602 10.8928C3.8654 11.2536 3.83693 11.6211 3.83691 11.9944C3.83691 12.3679 3.86496 12.7363 3.91602 13.0979L1.62012 14.3928L4.68457 19.5803L6.96777 18.2903C7.56765 18.7516 8.23485 19.1311 8.95312 19.4143V21.9944H15.0469V19.4143C15.7649 19.1311 16.4315 18.7514 17.0312 18.2903L19.3154 19.5803L22.3799 14.3928L20.083 13.0979Z\" fill=\"currentColor\"/>\n</svg>"
1312
+ }
1313
+ },
1314
+ "share-ios": {
1315
+ "files": {
1316
+ "outline": "icons/share-ios-outline.svg",
1317
+ "regular": "icons/share-ios-regular.svg",
1318
+ "solid": "icons/share-ios-solid.svg"
1319
+ },
1320
+ "svg": {
1321
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.0069 16.9667L12.0255 4.46509M7.01807 9.45493L12.0224 4.46509L17.0143 9.47345M20.0064 14.9525V19.9532H4.00745V14.9525\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
1322
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.00745 18.9531H19.0065V14.9521H21.0065V20.9531H3.00745V14.9521H5.00745V18.9531Z\" fill=\"currentColor\"/>\n<path d=\"M17.7223 8.76758L16.3063 10.1787L13.0211 6.88379L13.0065 16.9678L11.0065 16.9648L11.0211 6.87402L7.72424 10.1631L6.31213 8.74609L12.025 3.05078L17.7223 8.76758Z\" fill=\"currentColor\"/>\n</svg>",
1323
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.00745 18.9531H19.0065V14.9521H21.0065V20.9531H3.00745V14.9521H5.00745V18.9531Z\" fill=\"currentColor\"/>\n<path d=\"M17.7223 8.76758L16.3063 10.1787L13.0211 6.88379L13.0065 16.9678L11.0065 16.9648L11.0211 6.87402L7.72424 10.1631L6.31213 8.74609L12.025 3.05078L17.7223 8.76758Z\" fill=\"currentColor\"/>\n</svg>"
1324
+ }
1325
+ },
1326
+ "shield": {
1327
+ "files": {
1328
+ "outline": "icons/shield-outline.svg",
1329
+ "regular": "icons/shield-regular.svg",
1330
+ "solid": "icons/shield-solid.svg"
1331
+ },
1332
+ "svg": {
1333
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9995 3.42163C14.5086 3.42163 16.7986 3.78433 18.9991 4.63938C18.9991 4.63938 18.9991 8.07964 18.9991 12.4305C18.9991 18.4251 11.9995 21.4255 11.9995 21.4255C11.9995 21.4255 5 18.4251 5 12.4305C5 8.07964 5 4.63938 5 4.63938C7.20048 3.78588 9.49045 3.42163 11.9995 3.42163Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
1334
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.3936 22.3447L12 22.5137L11.6055 22.3447L12 21.4258L12.3936 22.3447ZM17.999 5.33984C16.1264 4.70238 14.1621 4.42191 12 4.42188C9.83823 4.42188 7.87332 4.70396 6 5.34082V12.4307C6 15.0087 7.50268 17.0051 9.15039 18.417C9.96521 19.1152 10.7851 19.6424 11.4023 19.9951C11.6353 20.1282 11.8386 20.234 11.999 20.3154C12.1596 20.234 12.3633 20.1285 12.5967 19.9951C13.2139 19.6424 14.0338 19.1152 14.8486 18.417C16.4963 17.0051 17.999 15.0087 17.999 12.4307V5.33984ZM19.999 12.4307C19.999 15.8471 18.0024 18.3486 16.1504 19.9355C15.2153 20.7368 14.284 21.3342 13.5889 21.7314C13.2403 21.9306 12.9483 22.0817 12.7402 22.1836C12.6363 22.2345 12.553 22.2729 12.4941 22.2998C12.4647 22.3133 12.4407 22.3236 12.4238 22.3311C12.4156 22.3347 12.4094 22.3386 12.4043 22.3408C12.4018 22.3419 12.3992 22.342 12.3975 22.3428L12.3936 22.3447L12 21.4258L11.6055 22.3447L11.6016 22.3428C11.6 22.3421 11.5979 22.3418 11.5957 22.3408C11.5906 22.3386 11.5836 22.3348 11.5752 22.3311C11.5583 22.3236 11.5343 22.3133 11.5049 22.2998C11.446 22.2729 11.3627 22.2345 11.2588 22.1836C11.0508 22.0817 10.7587 21.9306 10.4102 21.7314C9.71501 21.3342 8.78369 20.7368 7.84863 19.9355C5.99665 18.3486 4 15.8471 4 12.4307V3.95508L4.63867 3.70703C6.9741 2.80124 9.39045 2.42188 12 2.42188C14.609 2.42192 17.0252 2.80026 19.3613 3.70801L19.999 3.95508V12.4307Z\" fill=\"currentColor\"/>\n</svg>",
1335
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.3936 22.3447L12 22.5137L11.6055 22.3447L12 21.4258L12.3936 22.3447ZM19.999 12.4307C19.999 15.8471 18.0024 18.3486 16.1504 19.9355C15.2153 20.7368 14.284 21.3342 13.5889 21.7314C13.2403 21.9306 12.9483 22.0817 12.7402 22.1836C12.6363 22.2345 12.553 22.2729 12.4941 22.2998C12.4647 22.3133 12.4407 22.3236 12.4238 22.3311C12.4156 22.3347 12.4094 22.3386 12.4043 22.3408C12.4018 22.3419 12.3975 22.3428 12.3975 22.3428L12.3936 22.3447L12 21.4258L11.6055 22.3447L11.6016 22.3428C11.6016 22.3428 11.5979 22.3418 11.5957 22.3408C11.5906 22.3386 11.5836 22.3348 11.5752 22.3311C11.5583 22.3236 11.5343 22.3133 11.5049 22.2998C11.446 22.2729 11.3627 22.2345 11.2588 22.1836C11.0508 22.0817 10.7587 21.9306 10.4102 21.7314C9.71501 21.3342 8.78369 20.7368 7.84863 19.9355C5.99665 18.3486 4 15.8471 4 12.4307V3.95508L4.63867 3.70703C6.9741 2.80124 9.39045 2.42188 12 2.42188C14.609 2.42192 17.0252 2.80026 19.3613 3.70801L19.999 3.95508V12.4307Z\" fill=\"currentColor\"/>\n</svg>"
1336
+ }
1337
+ },
1338
+ "shield-2": {
1339
+ "files": {
1340
+ "outline": "icons/shield-2-outline.svg",
1341
+ "regular": "icons/shield-2-regular.svg",
1342
+ "solid": "icons/shield-2-solid.svg"
1343
+ },
1344
+ "svg": {
1345
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9995 2.99878C14.5086 2.99878 16.7986 3.36148 18.9991 4.21653C18.9991 4.21653 18.9991 7.65679 18.9991 12.0077C18.9991 18.0023 11.9995 21.0026 11.9995 21.0026C11.9995 21.0026 5 18.0023 5 12.0077C5 7.65679 5 4.21653 5 4.21653C7.20048 3.36302 9.49045 2.99878 11.9995 2.99878Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M12 21.0011V2.99878\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
1346
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 1.99902C14.609 1.99907 17.0252 2.37741 19.3613 3.28516L19.999 3.53223V12.0078C19.999 15.4243 18.0024 17.9257 16.1504 19.5127C15.2153 20.3139 14.284 20.9114 13.5889 21.3086C13.2403 21.5077 12.9483 21.6588 12.7402 21.7607C12.6363 21.8116 12.553 21.85 12.4941 21.877C12.4647 21.8904 12.4407 21.9007 12.4238 21.9082C12.4156 21.9118 12.4094 21.9158 12.4043 21.918C12.4018 21.919 12.3992 21.9192 12.3975 21.9199L12.3955 21.9209L12.3945 21.9219L12 22.0908L11.6055 21.9219L11.6016 21.9199C11.6 21.9193 11.5979 21.9189 11.5957 21.918C11.5906 21.9157 11.5836 21.9119 11.5752 21.9082C11.5583 21.9007 11.5343 21.8904 11.5049 21.877C11.446 21.85 11.3627 21.8116 11.2588 21.7607C11.0508 21.6588 10.7587 21.5077 10.4102 21.3086C9.71501 20.9114 8.78369 20.3139 7.84863 19.5127C5.99665 17.9257 4 15.4242 4 12.0078V3.53223L4.63867 3.28418C6.9741 2.37839 9.39045 1.99902 12 1.99902ZM11 4.02246C9.22605 4.09839 7.58038 4.3807 6 4.91797V12.0078C6 14.5858 7.50268 16.5823 9.15039 17.9941C9.79823 18.5492 10.4501 18.9949 11 19.332V4.02246ZM13 19.3311C13.5496 18.994 14.2013 18.5488 14.8486 17.9941C16.4963 16.5823 17.999 14.5858 17.999 12.0078V4.91699C16.4192 4.3792 14.774 4.09806 13 4.02246V19.3311Z\" fill=\"currentColor\"/>\n</svg>",
1347
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.3936 21.9224L12 22.0913L11.6055 21.9224L12 21.0034L12.3936 21.9224ZM6 12.0083C6 14.5863 7.50268 16.5828 9.15039 17.9946C9.79834 18.5498 10.4502 18.9953 11 19.3325V4.021C9.22588 4.09667 7.58054 4.38113 6 4.91846V12.0083ZM19.999 12.0083C19.999 15.4248 18.0024 17.9262 16.1504 19.5132C15.2153 20.3144 14.284 20.9119 13.5889 21.3091C13.2403 21.5082 12.9483 21.6593 12.7402 21.7612C12.6363 21.8121 12.553 21.8505 12.4941 21.8774C12.4647 21.8909 12.4407 21.9012 12.4238 21.9087C12.4156 21.9123 12.4094 21.9163 12.4043 21.9185C12.4018 21.9195 12.3975 21.9204 12.3975 21.9204L12.3955 21.9214L12.3936 21.9224L12 21.0034L11.6055 21.9224L11.6035 21.9214L11.6016 21.9204C11.6016 21.9204 11.5979 21.9194 11.5957 21.9185C11.5906 21.9162 11.5836 21.9124 11.5752 21.9087C11.5583 21.9012 11.5343 21.8909 11.5049 21.8774C11.446 21.8505 11.3627 21.8121 11.2588 21.7612C11.0508 21.6593 10.7587 21.5082 10.4102 21.3091C9.71501 20.9119 8.78369 20.3144 7.84863 19.5132C5.99665 17.9262 4 15.4247 4 12.0083V3.53271L4.63867 3.28467C6.9741 2.37887 9.39045 1.99951 12 1.99951C14.609 1.99956 17.0252 2.3779 19.3613 3.28564L19.999 3.53271V12.0083Z\" fill=\"currentColor\"/>\n</svg>"
1348
+ }
1349
+ },
1350
+ "shield-alert": {
1351
+ "files": {
1352
+ "outline": "icons/shield-alert-outline.svg",
1353
+ "regular": "icons/shield-alert-regular.svg",
1354
+ "solid": "icons/shield-alert-solid.svg"
1355
+ },
1356
+ "svg": {
1357
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9995 2.99884C14.5086 2.99884 16.7986 3.36154 18.9991 4.21659C18.9991 4.21659 18.9991 7.65685 18.9991 12.0077C18.9991 18.0023 11.9995 21.0027 11.9995 21.0027C11.9995 21.0027 5 18.0023 5 12.0077C5 7.65685 5 4.21659 5 4.21659C7.20048 3.36308 9.49045 2.99884 11.9995 2.99884Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M12 12.5588V5.99927\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M11.9992 16.1796C12.6504 16.1796 13.1782 15.6516 13.1782 15.0004C13.1782 14.3492 12.6504 13.8212 11.9992 13.8212C11.3481 13.8212 10.8203 14.3492 10.8203 15.0004C10.8203 15.6516 11.3481 16.1796 11.9992 16.1796Z\" fill=\"currentColor\"/>\n</svg>",
1358
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 1.99902C14.609 1.99907 17.0252 2.37741 19.3613 3.28516L19.999 3.53223V12.0078C19.999 15.4243 18.0024 17.9257 16.1504 19.5127C15.2153 20.3139 14.284 20.9114 13.5889 21.3086C13.2403 21.5077 12.9483 21.6588 12.7402 21.7607C12.6363 21.8116 12.553 21.85 12.4941 21.877C12.4647 21.8904 12.4407 21.9007 12.4238 21.9082C12.4156 21.9118 12.4094 21.9158 12.4043 21.918C12.4018 21.919 12.3992 21.9192 12.3975 21.9199L12.3955 21.9209L12.3945 21.9219L12 21.0029L12.3936 21.9219L12 22.0908L11.6055 21.9219L12 21.0029L11.6045 21.9219L11.6035 21.9209L11.6016 21.9199C11.6 21.9193 11.5979 21.9189 11.5957 21.918C11.5906 21.9157 11.5836 21.9119 11.5752 21.9082C11.5583 21.9007 11.5343 21.8904 11.5049 21.877C11.446 21.85 11.3627 21.8116 11.2588 21.7607C11.0508 21.6588 10.7587 21.5077 10.4102 21.3086C9.71501 20.9114 8.78369 20.3139 7.84863 19.5127C5.99665 17.9257 4 15.4242 4 12.0078V3.53223L4.63867 3.28418C6.9741 2.37839 9.39045 1.99902 12 1.99902ZM12 3.99902C9.83823 3.99902 7.87332 4.28111 6 4.91797V12.0078C6 14.5858 7.50268 16.5823 9.15039 17.9941C9.96521 18.6923 10.7851 19.2196 11.4023 19.5723C11.6353 19.7054 11.8386 19.8112 11.999 19.8926C12.1596 19.8111 12.3633 19.7056 12.5967 19.5723C13.2139 19.2196 14.0338 18.6923 14.8486 17.9941C16.4963 16.5823 17.999 14.5858 17.999 12.0078V4.91699C16.1264 4.27952 14.1621 3.99906 12 3.99902ZM11.999 13.8213C12.65 13.8213 13.1775 14.349 13.1777 15C13.1777 15.6512 12.6501 16.1797 11.999 16.1797C11.348 16.1796 10.8203 15.6512 10.8203 15C10.8206 14.349 11.3482 13.8214 11.999 13.8213ZM13 12.5596H11V6H13V12.5596Z\" fill=\"currentColor\"/>\n</svg>",
1359
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 1.99902C14.609 1.99907 17.0252 2.37741 19.3613 3.28516L19.999 3.53223V12.0078C19.999 15.4243 18.0024 17.9257 16.1504 19.5127C15.2153 20.3139 14.284 20.9114 13.5889 21.3086C13.2403 21.5077 12.9483 21.6588 12.7402 21.7607C12.6363 21.8116 12.553 21.85 12.4941 21.877C12.4647 21.8904 12.4407 21.9007 12.4238 21.9082C12.4156 21.9118 12.4094 21.9158 12.4043 21.918C12.4018 21.919 12.3975 21.9199 12.3975 21.9199L12.3936 21.9219L12 22.0908L11.6055 21.9219L11.6016 21.9199C11.6016 21.9199 11.5979 21.9189 11.5957 21.918C11.5906 21.9157 11.5836 21.9119 11.5752 21.9082C11.5583 21.9007 11.5343 21.8904 11.5049 21.877C11.446 21.85 11.3627 21.8116 11.2588 21.7607C11.0508 21.6588 10.7587 21.5077 10.4102 21.3086C9.71501 20.9114 8.78369 20.3139 7.84863 19.5127C5.99665 17.9257 4 15.4242 4 12.0078V3.53223L4.63867 3.28418C6.9741 2.37839 9.39045 1.99902 12 1.99902ZM12 13.8213C11.349 13.8213 10.8206 14.349 10.8203 15C10.8203 15.6512 11.3489 16.1797 12 16.1797C12.6509 16.1795 13.1787 15.6511 13.1787 15C13.1785 14.3491 12.6508 13.8215 12 13.8213ZM11 12.5596H13V6H11V12.5596Z\" fill=\"currentColor\"/>\n</svg>"
1360
+ }
1361
+ },
1362
+ "shield-check": {
1363
+ "files": {
1364
+ "outline": "icons/shield-check-outline.svg",
1365
+ "solid": "icons/shield-check-solid.svg"
1366
+ },
1367
+ "svg": {
1368
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.53516 10.6001L11.1631 13.2286L15.7723 8.61841\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M11.9995 2.99884C14.5086 2.99884 16.7986 3.36154 18.9991 4.21659C18.9991 4.21659 18.9991 7.65685 18.9991 12.0077C18.9991 18.0023 11.9995 21.0027 11.9995 21.0027C11.9995 21.0027 5 18.0023 5 12.0077C5 7.65685 5 4.21659 5 4.21659C7.20048 3.36308 9.49045 2.99884 11.9995 2.99884Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
1369
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 1.99902C14.609 1.99907 17.0252 2.37741 19.3613 3.28516L19.999 3.53223V12.0078C19.999 15.4243 18.0024 17.9257 16.1504 19.5127C15.2153 20.3139 14.284 20.9114 13.5889 21.3086C13.2403 21.5077 12.9483 21.6588 12.7402 21.7607C12.6363 21.8116 12.553 21.85 12.4941 21.877C12.4647 21.8904 12.4407 21.9007 12.4238 21.9082C12.4156 21.9118 12.4094 21.9158 12.4043 21.918C12.4018 21.919 12.3975 21.9199 12.3975 21.9199L12.3936 21.9219L12 22.0908L11.6055 21.9219L11.6016 21.9199C11.6016 21.9199 11.5979 21.9189 11.5957 21.918C11.5906 21.9157 11.5836 21.9119 11.5752 21.9082C11.5583 21.9007 11.5343 21.8904 11.5049 21.877C11.446 21.85 11.3627 21.8116 11.2588 21.7607C11.0508 21.6588 10.7587 21.5077 10.4102 21.3086C9.71501 20.9114 8.78369 20.3139 7.84863 19.5127C5.99665 17.9257 4 15.4242 4 12.0078V3.53223L4.63867 3.28418C6.9741 2.37839 9.39045 1.99902 12 1.99902ZM11.1631 11.8145L9.24219 9.89355L7.82812 11.3076L11.1631 14.6436L16.4795 9.32617L15.0654 7.91211L11.1631 11.8145Z\" fill=\"currentColor\"/>\n</svg>"
1370
+ }
1371
+ },
1372
+ "smartphone-device": {
1373
+ "files": {
1374
+ "outline": "icons/smartphone-device-outline.svg",
1375
+ "regular": "icons/smartphone-device-regular.svg",
1376
+ "solid": "icons/smartphone-device-solid.svg"
1377
+ },
1378
+ "svg": {
1379
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.9991 2.99414H5V21.0088H18.9991V2.99414Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M11.9992 18.0903C12.6504 18.0903 13.1782 17.5624 13.1782 16.9112C13.1782 16.2599 12.6504 15.732 11.9992 15.732C11.3481 15.732 10.8203 16.2599 10.8203 16.9112C10.8203 17.5624 11.3481 18.0903 11.9992 18.0903Z\" fill=\"currentColor\"/>\n</svg>",
1380
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.999 1.99414V22.0088H4V1.99414H19.999ZM6 20.0088H17.999V3.99414H6V20.0088Z\" fill=\"currentColor\"/>\n<path d=\"M11.9995 18.0902C12.6506 18.0902 13.1785 17.5623 13.1785 16.9111C13.1785 16.2598 12.6506 15.7319 11.9995 15.7319C11.3484 15.7319 10.8206 16.2598 10.8206 16.9111C10.8206 17.5623 11.3484 18.0902 11.9995 18.0902Z\" fill=\"currentColor\"/>\n</svg>",
1381
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.999 22.0088H4V1.99414H19.999V22.0088ZM11.999 15.7324C11.348 15.7325 10.8203 16.26 10.8203 16.9111C10.8203 17.5623 11.348 18.0897 11.999 18.0898C12.6501 18.0898 13.1777 17.5624 13.1777 16.9111C13.1777 16.2599 12.6501 15.7324 11.999 15.7324Z\" fill=\"currentColor\"/>\n</svg>"
1382
+ }
1383
+ },
1384
+ "snow-flake": {
1385
+ "files": {
1386
+ "outline": "icons/snow-flake-outline.svg",
1387
+ "regular": "icons/snow-flake-regular.svg",
1388
+ "solid": "icons/snow-flake-solid.svg"
1389
+ },
1390
+ "svg": {
1391
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.0312 1.99878V22.0014\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M2.0332 12H22.0319\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M15.9883 5.04694L12.0673 8.63382L8.03516 4.98212\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M5.02148 7.99792L8.60767 12.0185L5.02148 15.9835\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M8.06836 18.9994L12.0064 15.3416L16.02 19.0303\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M18.9699 15.9835L15.3652 12.0386L19.0348 7.93311\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
1392
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.0332 6.39404L15.3145 4.30908L16.6641 5.78467L13.0332 9.10498V11.0005H14.9521L18.2891 7.26709L19.7803 8.59912L17.6328 11.0005H22.0322V13.0005H17.5986L19.708 15.3091L18.2314 16.6577L14.8896 13.0005H13.0332V14.9272L16.6953 18.2935L15.3428 19.7661L13.0332 17.6431V22.0015H11.0332V17.6079L8.74805 19.7319L7.38672 18.2661L11.0332 14.8794V13.0005H9.06738L5.7627 16.6538L4.28027 15.312L6.37012 13.0005H2.0332V11.0005H6.35938L4.27539 8.66357L5.76758 7.33154L9.04004 11.0005H11.0332V9.04541L7.36523 5.72314L8.70703 4.24072L11.0332 6.34619V1.99854H13.0332V6.39404Z\" fill=\"currentColor\"/>\n</svg>",
1393
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.0332 6.39404L15.3145 4.30908L16.6641 5.78467L13.0332 9.10498V11.0005H14.9521L18.2891 7.26709L19.7803 8.59912L17.6328 11.0005H22.0322V13.0005H17.5986L19.708 15.3091L18.2314 16.6577L14.8896 13.0005H13.0332V14.9272L16.6953 18.2935L15.3428 19.7661L13.0332 17.6431V22.0015H11.0332V17.6079L8.74805 19.7319L7.38672 18.2661L11.0332 14.8794V13.0005H9.06738L5.7627 16.6538L4.28027 15.312L6.37012 13.0005H2.0332V11.0005H6.35938L4.27539 8.66357L5.76758 7.33154L9.04004 11.0005H11.0332V9.04541L7.36523 5.72314L8.70703 4.24072L11.0332 6.34619V1.99854H13.0332V6.39404Z\" fill=\"currentColor\"/>\n</svg>"
1394
+ }
1395
+ },
1396
+ "software-update-setting": {
1397
+ "files": {
1398
+ "outline": "icons/software-update-setting-outline.svg",
1399
+ "regular": "icons/software-update-setting-regular.svg",
1400
+ "solid": "icons/software-update-setting-solid.svg"
1401
+ },
1402
+ "svg": {
1403
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.2302 12.0571L16.546 20.0002L7.35304 20.0103L2.76074 11.9969L7.40668 4.00793H16.6288L21.2302 12.0571Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M12.0628 15.3337C13.9479 15.3337 15.4761 13.8051 15.4761 11.9196C15.4761 10.0341 13.9479 8.50562 12.0628 8.50562C10.1776 8.50562 8.64941 10.0341 8.64941 11.9196C8.64941 13.8051 10.1776 15.3337 12.0628 15.3337Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
1404
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.209 3.00775L22.3867 12.0644L17.1172 20.999L6.77344 21.0107L1.60645 11.9931L6.83105 3.00775H17.209ZM3.91504 12.0009L7.93164 19.0087L15.9736 18.9999L20.0732 12.0488L16.0488 5.00775H7.98242L3.91504 12.0009Z\" fill=\"currentColor\"/>\n<path d=\"M14.4764 11.9196C14.4764 10.5862 13.395 9.50553 12.0623 9.50553C10.7297 9.50568 9.64922 10.5863 9.64922 11.9196C9.64924 13.2529 10.7298 14.3335 12.0623 14.3337C13.395 14.3337 14.4763 13.253 14.4764 11.9196ZM16.4764 11.9196C16.4763 14.3572 14.4999 16.3337 12.0623 16.3337C9.62483 16.3335 7.64924 14.3571 7.64922 11.9196C7.64922 9.48207 9.62482 7.50568 12.0623 7.50553C14.4999 7.50553 16.4764 9.48198 16.4764 11.9196Z\" fill=\"currentColor\"/>\n</svg>",
1405
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.3906 12.0552L17.2129 2.99854H6.83496L1.61035 11.9839L6.77734 21.0015L17.1211 20.9897L22.3906 12.0552ZM14.4803 11.9104C14.4803 10.577 13.3989 9.49632 12.0662 9.49632C10.7337 9.49646 9.65312 10.5771 9.65312 11.9104C9.65315 13.2437 10.7337 14.3243 12.0662 14.3244C13.3989 14.3244 14.4802 13.2438 14.4803 11.9104Z\" fill=\"currentColor\"/>\n</svg>"
1406
+ }
1407
+ },
1408
+ "sort": {
1409
+ "files": {
1410
+ "outline": "icons/sort-outline.svg",
1411
+ "regular": "icons/sort-regular.svg",
1412
+ "solid": "icons/sort-solid.svg"
1413
+ },
1414
+ "svg": {
1415
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.9994 17.0068H3M12.967 7.00552H3M12.967 12.0062H3M18.9974 18.9978V3.99896M23.0002 7.99948L19.0005 3.99896L15.0008 7.99793M22.9972 16.0005L18.9974 20.001L14.9977 16.0021\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
1416
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M23.708 7.29297L22.293 8.70703L19.9971 6.41016V17.5869L22.29 15.2939L23.7051 16.708L18.998 21.416L14.291 16.71L15.7051 15.2949L17.9971 17.5859V6.41602L15.708 8.70508L14.2939 7.29102L19.001 2.58496L23.708 7.29297Z\" fill=\"currentColor\"/>\n<path d=\"M12.999 18.0068H3V16.0068H12.999V18.0068Z\" fill=\"currentColor\"/>\n<path d=\"M12.9668 13.0068H3V11.0068H12.9668V13.0068Z\" fill=\"currentColor\"/>\n<path d=\"M12.9668 8.00586H3V6.00586H12.9668V8.00586Z\" fill=\"currentColor\"/>\n</svg>",
1417
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M23.708 7.29297L22.293 8.70703L19.9971 6.41016V17.5869L22.29 15.2939L23.7051 16.708L18.998 21.416L14.291 16.71L15.7051 15.2949L17.9971 17.5859V6.41602L15.708 8.70508L14.2939 7.29102L19.001 2.58496L23.708 7.29297Z\" fill=\"currentColor\"/>\n<path d=\"M12.999 18.0068H3V16.0068H12.999V18.0068Z\" fill=\"currentColor\"/>\n<path d=\"M12.9668 13.0068H3V11.0068H12.9668V13.0068Z\" fill=\"currentColor\"/>\n<path d=\"M12.9668 8.00586H3V6.00586H12.9668V8.00586Z\" fill=\"currentColor\"/>\n</svg>"
1418
+ }
1419
+ },
1420
+ "sort-down": {
1421
+ "files": {
1422
+ "outline": "icons/sort-down-outline.svg",
1423
+ "regular": "icons/sort-down-regular.svg",
1424
+ "solid": "icons/sort-down-solid.svg"
1425
+ },
1426
+ "svg": {
1427
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.9989 3.99896H2M8.99964 14.0003H2.00009M13.9993 8.99961H2.00009M17.9975 7.99948V20.001M22.0003 16.0005L18.0006 20.001L14.0024 16.0021\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
1428
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.9971 17.5898L21.293 15.2939L22.707 16.708L18 21.416L13.2949 16.71L14.709 15.2959L16.9971 17.584V8H18.9971V17.5898ZM9 15.001H2V13.001H9V15.001ZM13.999 10H2V8H13.999V10ZM18.999 4.99902H2V2.99902H18.999V4.99902Z\" fill=\"currentColor\"/>\n</svg>",
1429
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.9971 17.5898L21.293 15.2939L22.707 16.708L18 21.416L13.2949 16.71L14.709 15.2959L16.9971 17.584V8H18.9971V17.5898ZM9 15.001H2V13.001H9V15.001ZM13.999 10H2V8H13.999V10ZM18.999 4.99902H2V2.99902H18.999V4.99902Z\" fill=\"currentColor\"/>\n</svg>"
1430
+ }
1431
+ },
1432
+ "sort-up": {
1433
+ "files": {
1434
+ "outline": "icons/sort-up-outline.svg",
1435
+ "regular": "icons/sort-up-regular.svg",
1436
+ "solid": "icons/sort-up-solid.svg"
1437
+ },
1438
+ "svg": {
1439
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.9984 20.001H2.99951\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M9.99906 9.99976H2.99951\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M14.9987 15.0004H2.99951\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M18.9971 16.0005V3.99896\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M23 7.99948L19.0002 3.99896L15.0005 7.99793\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
1440
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.9985 21.001H2.99951V19.001H19.9985V21.001ZM14.9985 16.001H2.99951V14.001H14.9985V16.001ZM23.7075 7.29297L22.2925 8.70703L19.9966 6.41016V16.001H17.9966V6.41602L15.7075 8.70508L14.2935 7.29102L19.0005 2.58496L23.7075 7.29297ZM9.99951 11H2.99951V9H9.99951V11Z\" fill=\"currentColor\"/>\n</svg>",
1441
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.9985 21.001H2.99951V19.001H19.9985V21.001ZM14.9985 16.001H2.99951V14.001H14.9985V16.001ZM23.7075 7.29297L22.2925 8.70703L19.9966 6.41016V16.001H17.9966V6.41602L15.7075 8.70508L14.2935 7.29102L19.0005 2.58496L23.7075 7.29297ZM9.99951 11H2.99951V9H9.99951V11Z\" fill=\"currentColor\"/>\n</svg>"
1442
+ }
1443
+ },
1444
+ "spark": {
1445
+ "files": {
1446
+ "outline": "icons/spark-outline.svg",
1447
+ "regular": "icons/spark-regular.svg",
1448
+ "solid": "icons/spark-solid.svg"
1449
+ },
1450
+ "svg": {
1451
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 12C9.26752 12 12 9.36306 12 3C12 9.36306 14.7134 12 21 12C14.7134 12 12 14.7134 12 21C12 14.7134 9.26752 12 3 12Z\" stroke=\"currentColor\" stroke-width=\"2\"/>\n</svg>",
1452
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13 3C13 6.06757 13.6584 7.99527 14.8477 9.17676C16.0382 10.3594 17.9675 11 21 11V13C17.974 13 16.0426 13.6566 14.8496 14.8496C13.6566 16.0426 13 17.974 13 21H11C11 17.9757 10.3391 16.0442 9.14355 14.8506C7.94763 13.6566 6.01563 13 3 13V11C6.0223 11 7.95302 10.3595 9.14648 9.17578C10.338 7.99365 11 6.06559 11 3H13ZM11.9971 8.50781C11.6295 9.30061 11.1558 9.99937 10.5547 10.5957C9.96108 11.1845 9.26903 11.6482 8.48828 12.0078C9.27047 12.3724 9.96273 12.8417 10.5566 13.4346C11.1563 14.0332 11.6298 14.733 11.9971 15.5244C12.3631 14.733 12.8368 14.0343 13.4355 13.4355C14.0288 12.8423 14.7205 12.3725 15.5029 12.0078C14.7221 11.6482 14.0304 11.1847 13.4375 10.5957C12.8371 9.99921 12.3635 9.30065 11.9971 8.50781Z\" fill=\"currentColor\"/>\n</svg>",
1453
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13 3C13 6.06757 13.6584 7.99527 14.8477 9.17676C16.0382 10.3594 17.9675 11 21 11V13C17.974 13 16.0426 13.6566 14.8496 14.8496C13.6566 16.0426 13 17.974 13 21H11C11 17.9757 10.3391 16.0442 9.14355 14.8506C7.94763 13.6566 6.01563 13 3 13V11C6.0223 11 7.95302 10.3595 9.14648 9.17578C10.338 7.99365 11 6.06559 11 3H13Z\" fill=\"currentColor\"/>\n</svg>"
1454
+ }
1455
+ },
1456
+ "sparks": {
1457
+ "files": {
1458
+ "outline": "icons/sparks-outline.svg",
1459
+ "regular": "icons/sparks-regular.svg",
1460
+ "solid": "icons/sparks-solid.svg"
1461
+ },
1462
+ "svg": {
1463
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 15C12.8747 15 15 12.949 15 8C15 12.949 17.1104 15 22 15C17.1104 15 15 17.1104 15 22C15 17.1104 12.8747 15 8 15Z\" stroke=\"currentColor\" stroke-width=\"2\"/>\n<path d=\"M2 6.5C5.13376 6.5 6.5 5.18153 6.5 2C6.5 5.18153 7.85669 6.5 11 6.5C7.85669 6.5 6.5 7.85669 6.5 11C6.5 7.85669 5.13376 6.5 2 6.5Z\" stroke=\"currentColor\" stroke-width=\"2\"/>\n</svg>",
1464
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 8L16.0059 8.43164C16.0647 10.5367 16.5612 11.8419 17.3711 12.6465C18.1823 13.4524 19.4895 13.9368 21.5732 13.9941L22 14V16C19.6725 16 18.2407 16.5054 17.373 17.373C16.5054 18.2407 16 19.6725 16 22H14L13.9941 21.5742C13.935 19.4974 13.4364 18.188 12.6211 17.374C11.751 16.5056 10.319 16 8 16V14L8.42578 13.9941C10.5025 13.9367 11.8107 13.4522 12.624 12.6455C13.4897 11.7866 14 10.3586 14 8H16ZM14.9971 12.7764C14.7339 13.2527 14.4163 13.6844 14.0322 14.0654C13.6545 14.4401 13.2288 14.751 12.7607 15.0078C13.2298 15.2679 13.6561 15.5815 14.0342 15.959C14.4171 16.3413 14.7353 16.773 14.998 17.249C15.26 16.7732 15.5767 16.3412 15.959 15.959C16.3366 15.5814 16.7625 15.267 17.2314 15.0068C16.764 14.7501 16.3389 14.4399 15.9619 14.0654C15.5782 13.6842 15.2596 13.2529 14.9971 12.7764Z\" fill=\"currentColor\"/>\n<path d=\"M7.5 2C7.5 3.47681 7.81921 4.27922 8.27637 4.7334C8.73486 5.18888 9.53901 5.5 11 5.5V7.5C9.54564 7.5 8.73927 7.81737 8.27832 8.27832C7.81737 8.73927 7.5 9.54564 7.5 11H5.5C5.5 9.54755 5.18094 8.7409 4.71875 8.2793C4.25611 7.81741 3.44875 7.5 2 7.5V5.5C3.45512 5.5 4.26047 5.18968 4.7207 4.7334C5.17922 4.27861 5.5 3.47515 5.5 2H7.5ZM6.49805 5.72852C6.38584 5.87742 6.26343 6.01989 6.12891 6.15332C5.9995 6.28164 5.86222 6.39837 5.71875 6.50586C5.86331 6.6149 6.00161 6.73328 6.13184 6.86328C6.26536 6.99659 6.38651 7.13868 6.49805 7.28711C6.60931 7.13875 6.73098 6.99753 6.86426 6.86426C6.99435 6.73417 7.13189 6.61496 7.27637 6.50586C7.13288 6.39823 6.99558 6.28086 6.86621 6.15234C6.73202 6.01901 6.60992 5.87728 6.49805 5.72852Z\" fill=\"currentColor\"/>\n</svg>",
1465
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 8L16.0059 8.43164C16.0647 10.5367 16.5612 11.8419 17.3711 12.6465C18.1823 13.4524 19.4895 13.9368 21.5732 13.9941L22 14V16C19.6725 16 18.2407 16.5054 17.373 17.373C16.5054 18.2407 16 19.6725 16 22H14L13.9941 21.5742C13.935 19.4974 13.4364 18.188 12.6211 17.374C11.751 16.5056 10.319 16 8 16V14L8.42578 13.9941C10.5025 13.9367 11.8107 13.4522 12.624 12.6455C13.4897 11.7866 14 10.3586 14 8H16Z\" fill=\"currentColor\"/>\n<path d=\"M8.27637 4.7334C7.81921 4.27922 7.5 3.47681 7.5 2H5.5C5.5 3.47515 5.17922 4.27861 4.7207 4.7334C4.26047 5.18968 3.45512 5.5 2 5.5V7.5C3.44875 7.5 4.25611 7.81741 4.71875 8.2793C5.18094 8.7409 5.5 9.54755 5.5 11H7.5C7.5 9.54564 7.81737 8.73927 8.27832 8.27832C8.73927 7.81737 9.54564 7.5 11 7.5V5.5C9.53901 5.5 8.73486 5.18888 8.27637 4.7334Z\" fill=\"currentColor\"/>\n</svg>"
1466
+ }
1467
+ },
1468
+ "star": {
1469
+ "files": {
1470
+ "outline": "icons/star-outline.svg",
1471
+ "regular": "icons/star-regular.svg",
1472
+ "solid": "icons/star-solid.svg"
1473
+ },
1474
+ "svg": {
1475
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9992 3.7088L14.587 8.74649L20.1762 9.65092L16.1857 13.6684L17.0529 19.2648L11.9992 16.7105L6.94552 19.2648L7.81429 13.6684L3.82227 9.65092L9.41296 8.74649L11.9992 3.7088Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
1476
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.2451 7.83984L22.2568 8.97461L17.251 14.0146L18.3389 21.0352L11.999 17.8311L5.6582 21.0361L6.74805 14.0146L1.74023 8.97461L8.75391 7.83984L11.999 1.51953L15.2451 7.83984ZM10.0713 9.65332L9.57227 9.7334L5.90332 10.3271L8.87988 13.3223L8.80273 13.8223L8.23242 17.4932L11.5479 15.8184L11.999 15.5898L12.4502 15.8184L15.7656 17.4932L15.1201 13.3223L18.0947 10.3271L14.4277 9.7334L13.9287 9.65332L11.999 5.89746L10.0713 9.65332Z\" fill=\"currentColor\"/>\n</svg>",
1477
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.2451 7.83984L22.2568 8.97461L17.251 14.0146L18.3389 21.0352L11.999 17.8311L5.6582 21.0361L6.74805 14.0146L1.74023 8.97461L8.75391 7.83984L11.999 1.51953L15.2451 7.83984Z\" fill=\"currentColor\"/>\n</svg>"
1478
+ }
1479
+ },
1480
+ "stats-up-square": {
1481
+ "files": {
1482
+ "outline": "icons/stats-up-square-outline.svg",
1483
+ "regular": "icons/stats-up-square-regular.svg",
1484
+ "solid": "icons/stats-up-square-solid.svg"
1485
+ },
1486
+ "svg": {
1487
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.9989 6.99935V17.0006M11.9992 9.99974V17.0006M7.99945 13.0001V17.0006M3.9873 4.05145H20.0063V19.9331H3.9873V4.05145Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
1488
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.0059 3.05151V20.9333H2.9873V3.05151H21.0059ZM4.9873 18.9333H19.0059V5.05151H4.9873V18.9333Z\" fill=\"currentColor\"/>\n<path d=\"M16.999 6.99939V17.0004H14.999V6.99939H16.999Z\" fill=\"currentColor\"/>\n<path d=\"M12.999 9.99982V17.0008H10.999V9.99982H12.999Z\" fill=\"currentColor\"/>\n<path d=\"M8.99951 13.0002V17.0012H6.99951V13.0002H8.99951Z\" fill=\"currentColor\"/>\n</svg>",
1489
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.0059 20.9333H2.9873V3.05151H21.0059V20.9333ZM6.99902 13.0007V17.0017H8.99902V13.0007H6.99902ZM10.999 17.0007H12.999V9.99976H10.999V17.0007ZM14.999 17.0007H16.999V6.99976H14.999V17.0007Z\" fill=\"currentColor\"/>\n</svg>"
1490
+ }
1491
+ },
1492
+ "suitcase": {
1493
+ "files": {
1494
+ "outline": "icons/suitcase-outline.svg",
1495
+ "regular": "icons/suitcase-regular.svg",
1496
+ "solid": "icons/suitcase-solid.svg"
1497
+ },
1498
+ "svg": {
1499
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.9988 6.97772H3V19.0009H20.9988V6.97772Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M8.99902 6.16431V2.99878H15.0002L14.9986 6.16431\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
1500
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 5.97852H21.999V20.002H2V5.97852H8V1.99902H16.002L16 5.97852ZM4 18.002H19.999V7.97852H4V18.002ZM10 5.97852H14L14.001 3.99902H10V5.97852Z\" fill=\"currentColor\"/>\n</svg>",
1501
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 5.97852H21.999V20.002H2V5.97852H8V1.99902H16.002L16 5.97852ZM10 5.97852H14L14.001 3.99902H10V5.97852Z\" fill=\"currentColor\"/>\n</svg>"
1502
+ }
1503
+ },
1504
+ "text": {
1505
+ "files": {
1506
+ "outline": "icons/text-outline.svg",
1507
+ "solid": "icons/text-solid.svg"
1508
+ },
1509
+ "svg": {
1510
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19 7V5L5 5V7\" stroke=\"currentColor\" stroke-width=\"2\"/>\n<path d=\"M11 5C11 4.44772 11.4477 4 12 4C12.5523 4 13 4.44772 13 5H12H11ZM10 20H9V18H10V19V20ZM14 18H15V20H14V19V18ZM12 5H13L13 19H12H11L11 5H12ZM12 19V20H10V19V18H12V19ZM12 19V18H14V19V20H12V19Z\" fill=\"currentColor\"/>\n</svg>",
1511
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20 4V7H18V6H13V18H15V20H9V18H11V6H6V7H4V4H20Z\" fill=\"currentColor\"/>\n</svg>"
1512
+ }
1513
+ },
1514
+ "timer-dots": {
1515
+ "files": {
1516
+ "outline": "icons/timer-dots-outline.svg",
1517
+ "regular": "icons/timer-dots-regular.svg",
1518
+ "solid": "icons/timer-dots-solid.svg"
1519
+ },
1520
+ "svg": {
1521
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.0166 1.9834C12.3251 1.9834 12.6308 1.99706 12.9316 2.02637L12.9346 4.04199C12.6338 4.00652 12.3266 3.98828 12.0166 3.98828C11.6481 3.98829 11.2858 4.01318 10.9297 4.0625C7.03458 4.5947 4.02344 7.9346 4.02344 11.9824C4.02358 16.03 7.04648 19.3847 10.9521 19.9062C11.3007 19.9525 11.6557 19.9775 12.0166 19.9775C12.3344 19.9775 12.6495 19.9589 12.958 19.9219L12.9609 21.9385C12.6509 21.9678 12.3344 21.9834 12.0166 21.9834C11.6588 21.9834 11.3036 21.9643 10.9551 21.9258C5.93878 21.3949 2.01772 17.1268 2.01758 11.9824C2.01758 6.83793 5.92326 2.58769 10.9258 2.04297C11.2836 2.00287 11.648 1.98341 12.0166 1.9834ZM17.4434 20.3555C16.8804 20.7117 16.2808 21.0131 15.6484 21.249L14.7334 19.4473C15.3751 19.2267 15.9784 18.9273 16.5322 18.5586L17.4434 20.3555ZM20.874 16.5176C20.5625 17.116 20.1943 17.6777 19.7764 18.1943L18.0889 17.0898C18.5208 16.5839 18.8878 16.022 19.1855 15.4111H19.1865L20.874 16.5176ZM15.6885 9.60449L13.9248 11.3984C13.9735 11.5721 14.0019 11.7551 14.002 11.9443C14.0017 13.058 13.0991 13.9609 11.9854 13.9609C10.8717 13.9609 9.96901 13.0579 9.96875 11.9443C9.96883 10.8306 10.8716 9.92782 11.9854 9.92773C12.1606 9.92773 12.3301 9.95118 12.4922 9.99316L14.2568 8.19824L15.6885 9.60449ZM21.9648 10.9551C21.9988 11.2928 22.0176 11.6354 22.0176 11.9824C22.0176 12.3124 22.0021 12.6377 21.9697 12.96L19.9531 12.9512C19.9917 12.6335 20.0117 12.3109 20.0117 11.9824C20.0117 11.6307 19.9891 11.2847 19.9443 10.9453L21.9648 10.9551ZM19.8584 5.91309C20.2795 6.4283 20.6497 6.98686 20.9629 7.58691L19.2637 8.6748C18.963 8.06568 18.5901 7.50569 18.1553 7.00293L19.8564 5.91309H19.8584ZM15.5605 2.73535C16.196 2.96211 16.8005 3.25451 17.3682 3.60156L16.4922 5.41797C15.9338 5.05704 15.3273 4.76756 14.6826 4.55469L15.5605 2.73535Z\" fill=\"currentColor\"/>\n</svg>",
1522
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.0166 1.98242C12.3251 1.98242 12.6308 1.99706 12.9316 2.02637L12.9346 4.04199C12.6338 4.00652 12.3266 3.98828 12.0166 3.98828C11.6481 3.98829 11.2858 4.01318 10.9297 4.0625C7.03458 4.5947 4.02344 7.9346 4.02344 11.9824C4.02358 16.03 7.04648 19.3847 10.9521 19.9062C11.3007 19.9525 11.6557 19.9775 12.0166 19.9775C12.3344 19.9775 12.6495 19.9589 12.958 19.9219L12.9609 21.9385C12.6509 21.9678 12.3344 21.9834 12.0166 21.9834C11.6588 21.9834 11.3036 21.9643 10.9551 21.9258C5.93878 21.3949 2.01772 17.1268 2.01758 11.9824C2.01758 6.83793 5.92326 2.58769 10.9258 2.04297C11.2836 2.00287 11.648 1.98243 12.0166 1.98242ZM17.4434 20.3555C16.8804 20.7117 16.2808 21.0131 15.6484 21.249L14.7334 19.4473C15.3751 19.2267 15.9784 18.9273 16.5322 18.5586L17.4434 20.3555ZM20.874 16.5176C20.5625 17.116 20.1943 17.6777 19.7764 18.1943L18.0889 17.0898C18.5208 16.5839 18.8878 16.022 19.1855 15.4111H19.1865L20.874 16.5176ZM15.6885 9.60449L13.9248 11.3984C13.9735 11.5721 14.0019 11.7551 14.002 11.9443C14.0017 13.058 13.0991 13.9609 11.9854 13.9609C10.8717 13.9609 9.96901 13.0579 9.96875 11.9443C9.96883 10.8306 10.8716 9.92782 11.9854 9.92773C12.1606 9.92773 12.3301 9.95118 12.4922 9.99316L14.2568 8.19824L15.6885 9.60449ZM21.9648 10.9551C21.9988 11.2928 22.0176 11.6354 22.0176 11.9824C22.0176 12.3124 22.0021 12.6377 21.9697 12.96L19.9531 12.9512C19.9917 12.6335 20.0117 12.3109 20.0117 11.9824C20.0117 11.6307 19.9891 11.2847 19.9443 10.9453L21.9648 10.9551ZM19.8584 5.91309C20.2795 6.4283 20.6497 6.98686 20.9629 7.58691L19.2637 8.6748C18.963 8.06568 18.5901 7.50569 18.1553 7.00293L19.8564 5.91309H19.8584ZM15.5605 2.73535C16.196 2.96211 16.8005 3.25451 17.3682 3.60156L16.4922 5.41797C15.9338 5.05704 15.3273 4.76756 14.6826 4.55469L15.5605 2.73535Z\" fill=\"currentColor\"/>\n</svg>",
1523
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.0166 1.98242C12.3251 1.98242 12.6308 1.99706 12.9316 2.02637L12.9346 4.04199C12.6338 4.00652 12.3266 3.98828 12.0166 3.98828C11.6481 3.98829 11.2858 4.01318 10.9297 4.0625C7.03458 4.5947 4.02344 7.9346 4.02344 11.9824C4.02358 16.03 7.04648 19.3847 10.9521 19.9062C11.3007 19.9525 11.6557 19.9775 12.0166 19.9775C12.3344 19.9775 12.6495 19.9589 12.958 19.9219L12.9609 21.9385C12.6509 21.9678 12.3344 21.9834 12.0166 21.9834C11.6588 21.9834 11.3036 21.9643 10.9551 21.9258C5.93878 21.3949 2.01772 17.1268 2.01758 11.9824C2.01758 6.83793 5.92326 2.58769 10.9258 2.04297C11.2836 2.00287 11.648 1.98243 12.0166 1.98242ZM17.4434 20.3555C16.8804 20.7117 16.2808 21.0131 15.6484 21.249L14.7334 19.4473C15.3751 19.2267 15.9784 18.9273 16.5322 18.5586L17.4434 20.3555ZM20.874 16.5176C20.5625 17.116 20.1943 17.6777 19.7764 18.1943L18.0889 17.0898C18.5208 16.5839 18.8878 16.022 19.1855 15.4111H19.1865L20.874 16.5176ZM15.6885 9.60449L13.9248 11.3984C13.9735 11.5721 14.0019 11.7551 14.002 11.9443C14.0017 13.058 13.0991 13.9609 11.9854 13.9609C10.8717 13.9609 9.96901 13.0579 9.96875 11.9443C9.96883 10.8306 10.8716 9.92782 11.9854 9.92773C12.1606 9.92773 12.3301 9.95118 12.4922 9.99316L14.2568 8.19824L15.6885 9.60449ZM21.9648 10.9551C21.9988 11.2928 22.0176 11.6354 22.0176 11.9824C22.0176 12.3124 22.0021 12.6377 21.9697 12.96L19.9531 12.9512C19.9917 12.6335 20.0117 12.3109 20.0117 11.9824C20.0117 11.6307 19.9891 11.2847 19.9443 10.9453L21.9648 10.9551ZM19.8584 5.91309C20.2795 6.4283 20.6497 6.98686 20.9629 7.58691L19.2637 8.6748C18.963 8.06568 18.5901 7.50569 18.1553 7.00293L19.8564 5.91309H19.8584ZM15.5605 2.73535C16.196 2.96211 16.8005 3.25451 17.3682 3.60156L16.4922 5.41797C15.9338 5.05704 15.3273 4.76756 14.6826 4.55469L15.5605 2.73535Z\" fill=\"currentColor\"/>\n</svg>"
1524
+ }
1525
+ },
1526
+ "trash": {
1527
+ "files": {
1528
+ "outline": "icons/trash-outline.svg",
1529
+ "regular": "icons/trash-regular.svg",
1530
+ "solid": "icons/trash-solid.svg"
1531
+ },
1532
+ "svg": {
1533
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.0157 6.75241L4.06921 6.791M8.99945 6.16437V2.99884H15.0006L14.9991 6.16437M6.07063 6.75241L7.99952 21.0012H15.999L17.9989 7.25556\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
1534
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.9999 5.7627L20.0135 5.75293L20.0184 7.75293L18.9364 7.75488L16.8632 22.002H7.12488L5.20105 7.78906L4.07117 7.79199L4.06726 5.79199L7.99988 5.78223V1.99902H16.0018L15.9999 5.7627ZM7.21863 7.78418L8.87292 20.002H15.1327L16.9139 7.75977L7.21863 7.78418ZM9.99988 5.77734L13.9999 5.76758L14.0009 3.99902H9.99988V5.77734Z\" fill=\"currentColor\"/>\n</svg>",
1535
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.9999 5.7627L20.0135 5.75293L20.0184 7.75293L18.9364 7.75488L16.8632 22.002H7.12488L5.20105 7.78906L4.07117 7.79199L4.06726 5.79199L7.99988 5.78223V1.99902H16.0018L15.9999 5.7627ZM9.99988 5.77734L13.9999 5.76758L14.0009 3.99902H9.99988V5.77734Z\" fill=\"currentColor\"/>\n</svg>"
1536
+ }
1537
+ },
1538
+ "trophy": {
1539
+ "files": {
1540
+ "outline": "icons/trophy-outline.svg",
1541
+ "regular": "icons/trophy-regular.svg",
1542
+ "solid": "icons/trophy-solid.svg"
1543
+ },
1544
+ "svg": {
1545
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9989 15.0005C14.5126 15.0005 17.1745 11.4645 17.1745 3.00513H6.8418C6.8418 11.4723 9.4404 15.0005 11.9989 15.0005Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M7.34547 6.00537H4.51232C2.8257 6.00537 2.01865 8.9255 5.04469 10.7421C8.07228 12.5587 8.22967 12.5587 8.22967 12.5587\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M16.6551 6.00537C16.6551 6.00537 17.8016 6.00537 19.4882 6.00537C21.1749 6.00537 21.9819 8.9255 18.9559 10.7421C15.9283 12.5587 15.7539 12.5556 15.7539 12.5556\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M16.9994 21.0011H7L7.00926 16.7676H17.0086L16.9994 21.0011Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
1546
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.1748 3.00488C18.1748 3.7016 18.1552 4.36838 18.1211 5.00586H19.4893C21.0167 5.00589 21.9413 6.32082 21.9893 7.65723C22.0391 9.05411 21.225 10.547 19.4717 11.5996C17.9539 12.5103 17.1367 12.9742 16.6934 13.2119C16.4736 13.3298 16.3311 13.4002 16.2334 13.4434C16.1855 13.4645 16.1324 13.486 16.0771 13.5039C16.049 13.513 16.0089 13.5244 15.9619 13.5342C15.9412 13.5385 15.9157 13.5421 15.8867 13.5459C15.1636 14.6397 14.2825 15.4078 13.2988 15.7676H18.0107L17.9971 22.001H5.99805L6.01172 15.7676H10.6855C9.69759 15.4087 8.81839 14.643 8.09961 13.5498C8.09601 13.5493 8.09228 13.5493 8.08887 13.5488C8.05333 13.5438 8.02251 13.5377 7.99902 13.5322C7.95326 13.5215 7.91489 13.5091 7.88867 13.5C7.83701 13.482 7.78739 13.4611 7.74219 13.4404C7.64947 13.398 7.51155 13.3287 7.29492 13.2109C6.8583 12.9736 6.04781 12.5102 4.53027 11.5996C2.77681 10.547 1.96185 9.05417 2.01172 7.65723C2.05966 6.32087 2.9854 5.00599 4.5127 5.00586H5.89453C5.86124 4.36838 5.8418 3.70161 5.8418 3.00488V2.00488H18.1748V3.00488ZM8.00195 20.001H16.001L16.0068 17.7676H8.00684L8.00195 20.001ZM7.85645 4.00488C7.95073 7.61346 8.5536 10.1253 9.35547 11.7305C10.2319 13.4847 11.2436 14 11.999 14C12.7299 13.9999 13.7479 13.4858 14.6367 11.7246C15.4472 10.1184 16.0626 7.60693 16.1592 4.00488H7.85645ZM17.9502 7.00586C17.7861 8.36984 17.535 9.56953 17.2148 10.6123C17.5583 10.4107 17.9644 10.1716 18.4424 9.88477C19.714 9.12125 20.0096 8.24563 19.9912 7.72852C19.9704 7.15104 19.6484 7.00589 19.4893 7.00586H17.9502ZM4.5127 7.00586C4.35345 7.00599 4.03157 7.15127 4.01074 7.72852C3.9924 8.24567 4.28769 9.12121 5.55957 9.88477C6.03418 10.1695 6.43883 10.4054 6.78027 10.6064C6.46592 9.5652 6.22179 8.36717 6.06152 7.00586H4.5127Z\" fill=\"currentColor\"/>\n</svg>",
1547
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.176 3.00488C18.176 3.7016 18.1564 4.36838 18.1223 5.00586H19.4885C21.0159 5.00589 21.9405 6.32082 21.9885 7.65723C22.0384 9.05411 21.2242 10.547 19.4709 11.5996C17.9532 12.5103 17.136 12.9742 16.6926 13.2119C16.4728 13.3298 16.3303 13.4002 16.2326 13.4434C16.1847 13.4645 16.1316 13.486 16.0764 13.5039C16.0482 13.513 16.0081 13.5244 15.9611 13.5342C15.9406 13.5385 15.9155 13.5421 15.8869 13.5459C15.1637 14.6398 14.2829 15.408 13.299 15.7676H18.0109L17.9973 22.001H5.99825L6.01192 15.7676H10.6867C9.69874 15.4087 8.81959 14.6431 8.10079 13.5498C8.09685 13.5493 8.09279 13.5494 8.08907 13.5488C8.05353 13.5438 8.02271 13.5377 7.99923 13.5322C7.95346 13.5215 7.91509 13.5091 7.88887 13.5C7.83722 13.482 7.7876 13.4611 7.74239 13.4404C7.64967 13.398 7.51175 13.3287 7.29512 13.2109C6.8585 12.9736 6.04801 12.5102 4.53048 11.5996C2.77701 10.547 1.96205 9.05417 2.01192 7.65723C2.05986 6.32087 2.9856 5.00599 4.5129 5.00586H5.89473C5.86144 4.36839 5.84298 3.70159 5.84298 3.00488V2.00488H18.176V3.00488ZM17.9504 7.00586C17.7864 8.36901 17.5359 9.56803 17.216 10.6104C17.5589 10.409 17.9647 10.1709 18.4416 9.88477C19.7132 9.12125 20.0088 8.24563 19.9904 7.72852C19.9696 7.15104 19.6477 7.00589 19.4885 7.00586H17.9504ZM4.5129 7.00586C4.35366 7.00599 4.03177 7.15127 4.01094 7.72852C3.9926 8.24567 4.28789 9.12121 5.55977 9.88477C6.03491 10.1699 6.43976 10.4063 6.78145 10.6074C6.46696 9.56596 6.22301 8.36757 6.0627 7.00586H4.5129Z\" fill=\"currentColor\"/>\n</svg>"
1548
+ }
1549
+ },
1550
+ "user": {
1551
+ "files": {
1552
+ "outline": "icons/user-outline.svg",
1553
+ "regular": "icons/user-regular.svg",
1554
+ "solid": "icons/user-solid.svg"
1555
+ },
1556
+ "svg": {
1557
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9998 10.9999C13.9326 10.9999 15.4995 9.43272 15.4995 7.49947C15.4995 5.56623 13.9326 3.99902 11.9998 3.99902C10.0669 3.99902 8.5 5.56623 8.5 7.49947C8.5 9.43272 10.0669 10.9999 11.9998 10.9999Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M19.999 20.001H4C4 17.3294 6.23905 15.164 8.99968 15.164H14.9993C17.7599 15.164 19.999 17.3294 19.999 20.001Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
1558
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.5 7.49902C14.4998 6.11816 13.3802 4.99915 12 4.99902C10.6197 4.99902 9.50024 6.11809 9.5 7.49902C9.5 8.88017 10.6196 10 12 10C13.3803 9.99988 14.5 8.88009 14.5 7.49902ZM16.5 7.49902C16.5 9.9843 14.4852 11.9999 12 12C9.51466 12 7.5 9.98437 7.5 7.49902C7.50024 5.01388 9.51481 2.99902 12 2.99902C14.4851 2.99915 16.4998 5.01396 16.5 7.49902Z\" fill=\"currentColor\"/>\n<path d=\"M14.999 14.164C18.2803 14.164 20.999 16.746 20.999 20.0009V21.0009H3V20.0009C3.00007 16.746 5.71867 14.164 9 14.164H14.999ZM9 16.164C7.12994 16.164 5.59471 17.3831 5.13867 19.0009H18.8604C18.4043 17.3831 16.8691 16.164 14.999 16.164H9Z\" fill=\"currentColor\"/>\n</svg>",
1559
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.5 7.5C16.5 9.98527 14.4852 12.0009 12 12.001C9.51466 12.001 7.5 9.98535 7.5 7.5C7.50024 5.01486 9.51481 3 12 3C14.4851 3.00012 16.4998 5.01493 16.5 7.5Z\" fill=\"currentColor\"/>\n<path d=\"M14.999 14.165C18.2803 14.165 20.999 16.7471 20.999 20.002V21.002H3V20.002C3.00007 16.7471 5.71867 14.165 9 14.165H14.999Z\" fill=\"currentColor\"/>\n</svg>"
1560
+ }
1561
+ },
1562
+ "video-camera": {
1563
+ "files": {
1564
+ "outline": "icons/video-camera-outline.svg",
1565
+ "regular": "icons/video-camera-regular.svg",
1566
+ "solid": "icons/video-camera-solid.svg"
1567
+ },
1568
+ "svg": {
1569
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 17.7373H3V5.7373H15V17.7373Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M20.9902 5.75171V17.7478H20.7439L14.9902 12.0299V11.3758L20.8365 5.75203L20.9902 5.75171Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
1570
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.0029 9.01367L20.4326 4.75293L20.834 4.75195H20.9883L21.9902 4.75V18.748H20.3311L20.0391 18.457L16.0029 14.4463V18.7402H1.99707V4.73438H16.0029V9.01367ZM4.00293 16.7344H13.9971V12.4521L13.9902 12.4463V10.9502L13.9971 10.9434V6.74023H4.00293V16.7344ZM16.0859 11.709L19.9902 15.5889V7.95312L16.0859 11.709Z\" fill=\"currentColor\"/>\n</svg>",
1571
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.0029 9.01367L20.4326 4.75293L20.834 4.75195H20.9883L21.9902 4.75V18.748H20.3311L20.0391 18.457L16.0029 14.4463V18.7402H1.99707V4.73438H16.0029V9.01367Z\" fill=\"currentColor\"/>\n</svg>"
1572
+ }
1573
+ },
1574
+ "view-grid": {
1575
+ "files": {
1576
+ "outline": "icons/view-grid-outline.svg",
1577
+ "regular": "icons/view-grid-regular.svg",
1578
+ "solid": "icons/view-grid-solid.svg"
1579
+ },
1580
+ "svg": {
1581
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.0181 4.00366H4V10.0508H10.0181V4.00366Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M20.0003 4.0036H13.9868V10.046H20.0003V4.0036Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M9.93484 14.0464H4.01855V19.9911H9.93484V14.0464Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M19.9911 14.0464H14.0624V20.0036H19.9911V14.0464Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
1582
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.9912 21.0034H13.0625V13.0464H20.9912V21.0034ZM15.0625 19.0034H18.9912V15.0464H15.0625V19.0034Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.9346 20.9907H3.01855V13.0464H10.9346V20.9907ZM5.01855 18.9907H8.93457V15.0464H5.01855V18.9907Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.0186 11.0503H3V3.00342H11.0186V11.0503ZM5 9.05029H9.01855V5.00342H5V9.05029Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.001 11.0454H12.9873V3.00342H21.001V11.0454ZM14.9873 9.04541H19.001V5.00342H14.9873V9.04541Z\" fill=\"currentColor\"/>\n</svg>",
1583
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.9912 21.0034H13.0625V13.0464H20.9912V21.0034Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.9346 20.9907H3.01855V13.0464H10.9346V20.9907Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.0186 11.0503H3V3.00342H11.0186V11.0503Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.001 11.0454H12.9873V3.00342H21.001V11.0454Z\" fill=\"currentColor\"/>\n</svg>"
1584
+ }
1585
+ },
1586
+ "wallet": {
1587
+ "files": {
1588
+ "outline": "icons/wallet-outline.svg",
1589
+ "regular": "icons/wallet-regular.svg",
1590
+ "solid": "icons/wallet-solid.svg"
1591
+ },
1592
+ "svg": {
1593
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.9522 5.00537H3.0459V19.0072H20.9522V5.00537Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M20.9527 14.3414H14.0002L14.0031 9.66481L20.9527 9.65869V14.3414Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
1594
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.9521 20.0078H2.0459V4.00586H21.9521V20.0078ZM4.0459 18.0078H19.9521V15.3418H12.999L13.0039 8.66602L19.9521 8.65918V6.00586H4.0459V18.0078ZM15.002 10.6641L15.001 13.3418H19.9521V10.6592L15.002 10.6641Z\" fill=\"currentColor\"/>\n</svg>",
1595
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.9521 20.0078H2.0459V4.00488H21.9521V20.0078ZM15.002 10.6641L15.001 13.3418H19.9521V10.6592L15.002 10.6641Z\" fill=\"currentColor\"/>\n</svg>"
1596
+ }
1597
+ },
1598
+ "warning-circle": {
1599
+ "files": {
1600
+ "outline": "icons/warning-circle-outline.svg",
1601
+ "regular": "icons/warning-circle-regular.svg",
1602
+ "solid": "icons/warning-circle-solid.svg"
1603
+ },
1604
+ "svg": {
1605
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.999 21.0027C16.9701 21.0027 21 16.9721 21 12C21 7.02796 16.9701 2.99731 11.999 2.99731C7.02792 2.99731 2.99805 7.02796 2.99805 12C2.99805 16.9721 7.02792 21.0027 11.999 21.0027Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M12 13.5588V6.99927\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M11.9992 17.1797C12.6504 17.1797 13.1782 16.6517 13.1782 16.0005C13.1782 15.3493 12.6504 14.8214 11.9992 14.8214C11.3481 14.8214 10.8203 15.3493 10.8203 16.0005C10.8203 16.6517 11.3481 17.1797 11.9992 17.1797Z\" fill=\"currentColor\"/>\n</svg>",
1606
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20 12.0002C20 7.5803 16.4176 3.99732 11.999 3.99731C7.58039 3.99731 3.99805 7.58029 3.99805 12.0002C3.99817 16.4201 7.58047 20.0032 11.999 20.0032C16.4176 20.0032 19.9999 16.4201 20 12.0002ZM22 12.0002C21.9999 17.5243 17.5225 22.0032 11.999 22.0032C6.47554 22.0032 1.99817 17.5243 1.99805 12.0002C1.99805 6.47609 6.47546 1.99731 11.999 1.99731C17.5226 1.99732 22 6.47609 22 12.0002Z\" fill=\"currentColor\"/>\n<path d=\"M13 6.99927V13.5588H11V6.99927H13Z\" fill=\"currentColor\"/>\n<path d=\"M11.9992 17.1797C12.6504 17.1797 13.1782 16.6517 13.1782 16.0005C13.1782 15.3493 12.6504 14.8214 11.9992 14.8214C11.3481 14.8214 10.8203 15.3493 10.8203 16.0005C10.8203 16.6517 11.3481 17.1797 11.9992 17.1797Z\" fill=\"currentColor\"/>\n</svg>",
1607
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.999 1.99731C17.5226 1.99732 22 6.47609 22 12.0002C21.9999 17.5243 17.5225 22.0032 11.999 22.0032C6.47554 22.0032 1.99817 17.5243 1.99805 12.0002C1.99805 6.47609 6.47546 1.99731 11.999 1.99731ZM11.999 14.8215C11.3481 14.8217 10.8204 15.3492 10.8203 16.0002C10.8203 16.6514 11.348 17.1798 11.999 17.1799C12.6501 17.1799 13.1777 16.6515 13.1777 16.0002C13.1776 15.3491 12.6501 14.8215 11.999 14.8215ZM10.998 13.5588H12.998V6.99927H10.998V13.5588Z\" fill=\"currentColor\"/>\n</svg>"
1608
+ }
1609
+ },
1610
+ "warning-hexagon": {
1611
+ "files": {
1612
+ "outline": "icons/warning-hexagon-outline.svg",
1613
+ "regular": "icons/warning-hexagon-regular.svg",
1614
+ "solid": "icons/warning-hexagon-solid.svg"
1615
+ },
1616
+ "svg": {
1617
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.6129 4.00897H7.38556L2.77344 11.9992L7.38556 19.991H16.6129L21.2266 11.9992L16.6129 4.00897Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M12 13.5511V6.99536\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M12.1785 17.1712C12.8293 17.1712 13.357 16.6435 13.357 15.9927C13.357 15.3418 12.8293 14.8142 12.1785 14.8142C11.5276 14.8142 11 15.3418 11 15.9927C11 16.6435 11.5276 17.1712 12.1785 17.1712Z\" fill=\"currentColor\"/>\n</svg>",
1618
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.1904 3.00903L22.3809 11.9993L17.1904 20.9915H6.80762L6.51953 20.4905L1.61914 11.9993L6.80859 3.00903H17.1904ZM3.92773 11.9993L7.96387 18.9915H16.0361L20.0713 11.9993L16.0361 5.00903H7.96289L3.92773 11.9993Z\" fill=\"currentColor\"/>\n<path d=\"M13 6.99536V13.551H11V6.99536H13Z\" fill=\"currentColor\"/>\n<path d=\"M12.1785 17.1714C12.8293 17.1714 13.357 16.6438 13.357 15.9929C13.357 15.3421 12.8293 14.8145 12.1785 14.8145C11.5276 14.8145 11 15.3421 11 15.9929C11 16.6438 11.5276 17.1714 12.1785 17.1714Z\" fill=\"currentColor\"/>\n</svg>",
1619
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22.3809 11.9993L17.1904 20.9915H6.80762L6.51953 20.4905L1.61914 11.9993L6.80859 3.00903H17.1904L22.3809 11.9993ZM12.1787 14.8147C11.5279 14.8147 11 15.3426 11 15.9934C11.0003 16.644 11.528 17.1711 12.1787 17.1711C12.8293 17.171 13.3572 16.644 13.3574 15.9934C13.3574 15.3426 12.8295 14.8148 12.1787 14.8147ZM11 13.551H13V6.99536H11V13.551Z\" fill=\"currentColor\"/>\n</svg>"
1620
+ }
1621
+ },
1622
+ "warning-triangle": {
1623
+ "files": {
1624
+ "outline": "icons/warning-triangle-outline.svg",
1625
+ "regular": "icons/warning-triangle-regular.svg",
1626
+ "solid": "icons/warning-triangle-solid.svg"
1627
+ },
1628
+ "svg": {
1629
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2.76562 20.0071H21.4157L11.9996 3.08984L2.76562 20.0071Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M12 14.582V9.34985\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M11.9992 18.0903C12.6504 18.0903 13.1782 17.5624 13.1782 16.9112C13.1782 16.2599 12.6504 15.732 11.9992 15.732C11.3481 15.732 10.8203 16.2599 10.8203 16.9112C10.8203 17.5624 11.3481 18.0903 11.9992 18.0903Z\" fill=\"currentColor\"/>\n</svg>",
1630
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M23.1172 21.0068H1.08008L11.9912 1.01855L23.1172 21.0068ZM4.45117 19.0068H19.7148L12.0078 5.16016L4.45117 19.0068Z\" fill=\"currentColor\"/>\n<path d=\"M12 14.582V9.34985\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n<path d=\"M11.9992 18.0903C12.6504 18.0903 13.1782 17.5624 13.1782 16.9112C13.1782 16.2599 12.6504 15.732 11.9992 15.732C11.3481 15.732 10.8203 16.2599 10.8203 16.9112C10.8203 17.5624 11.3481 18.0903 11.9992 18.0903Z\" fill=\"currentColor\"/>\n</svg>",
1631
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M23.1172 21.0068H1.08008L11.9912 1.01855L23.1172 21.0068ZM11.999 15.7324C11.348 15.7325 10.8203 16.26 10.8203 16.9111C10.8203 17.5623 11.348 18.0897 11.999 18.0898C12.6501 18.0898 13.1777 17.5624 13.1777 16.9111C13.1777 16.2599 12.6501 15.7324 11.999 15.7324ZM11 14.582H13V9.34961H11V14.582Z\" fill=\"currentColor\"/>\n</svg>"
1632
+ }
1633
+ },
1634
+ "warning-triangle-2": {
1635
+ "files": {
1636
+ "regular": "icons/warning-triangle-2-regular.svg",
1637
+ "solid": "icons/warning-triangle-2-solid.svg"
1638
+ },
1639
+ "svg": {
1640
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.37305 3.75482C10.505 1.68103 13.4789 1.66896 14.6279 3.73334L21.7744 16.5732C22.8869 18.5726 21.4415 21.032 19.1533 21.0322H4.99805C2.7206 21.0321 1.27423 18.5938 2.36523 16.5947L9.37305 3.75482ZM12.8809 4.70599C12.4979 4.01787 11.5062 4.02157 11.1289 4.71283L4.12012 17.5527C3.75658 18.219 4.23897 19.0321 4.99805 19.0322H19.1533C19.9157 19.032 20.3976 18.2122 20.0273 17.5458L12.8809 4.70599ZM11.999 14.6464C12.6501 14.6464 13.1777 15.1739 13.1777 15.8251C13.1777 16.4764 12.6501 17.0048 11.999 17.0048C11.3479 17.0048 10.8203 16.4764 10.8203 15.8251C10.8203 15.1739 11.3479 14.6464 11.999 14.6464ZM13 13.496H11V8.26361H13V13.496Z\" fill=\"currentColor\"/>\n</svg>",
1641
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.37102 3.75441C10.503 1.68072 13.4769 1.66862 14.6259 3.73293L21.7724 16.5728C22.8853 18.5724 21.4397 21.0317 19.1513 21.0318H4.99602C2.71851 21.0317 1.27203 18.5934 2.36321 16.5943L9.37102 3.75441ZM11.999 14.646C11.3481 14.6461 10.8205 15.1738 10.8202 15.8247C10.8202 16.4759 11.3479 17.0043 11.999 17.0044C12.6501 17.0044 13.1777 16.476 13.1777 15.8247C13.1774 15.1737 12.6499 14.646 11.999 14.646ZM10.998 13.4966H12.998V8.26418H10.998V13.4966Z\" fill=\"currentColor\"/>\n</svg>"
1642
+ }
1643
+ },
1644
+ "wifi": {
1645
+ "files": {
1646
+ "outline": "icons/wifi-outline.svg",
1647
+ "regular": "icons/wifi-regular.svg",
1648
+ "solid": "icons/wifi-solid.svg"
1649
+ },
1650
+ "svg": {
1651
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.0813 20.3591C12.7324 20.3591 13.2602 19.8312 13.2602 19.18C13.2602 18.5287 12.7324 18.0008 12.0813 18.0008C11.4302 18.0008 10.9023 18.5287 10.9023 19.18C10.9023 19.8312 11.4302 20.3591 12.0813 20.3591Z\" fill=\"currentColor\"/>\n<path d=\"M2.2915 8.32513C4.76048 5.81092 8.19853 4.25208 11.9992 4.25208C15.7999 4.25208 19.1592 5.77542 21.6205 8.2387M5.43325 12.0015C7.05661 10.1603 9.433 8.99961 12.081 8.99961C14.729 8.99961 17.0174 10.1186 18.6392 11.9012M8.74785 15.9095C9.4191 14.7673 10.6598 13.9987 12.081 13.9987C13.5022 13.9987 14.6611 14.7164 15.3462 15.7983\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
1652
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.081 20.359C12.7321 20.359 13.2599 19.831 13.2599 19.1798C13.2599 18.5286 12.7321 18.0007 12.081 18.0007C11.4299 18.0007 10.902 18.5286 10.902 19.1798C10.902 19.831 11.4299 20.359 12.081 20.359Z\" fill=\"currentColor\"/>\n<path d=\"M11.9995 3.25195C16.0776 3.25203 19.6877 4.89009 22.3276 7.53223L20.9136 8.94531C18.6312 6.66102 15.5225 5.25203 11.9995 5.25195C8.47814 5.25195 5.29399 6.69501 3.00537 9.02539L1.57764 7.62402C4.22695 4.92617 7.91968 3.25195 11.9995 3.25195Z\" fill=\"currentColor\"/>\n<path d=\"M12.0807 7.99949C15.025 7.99949 17.5774 9.2484 19.3786 11.228L17.8991 12.5737C16.4566 10.9884 14.4321 9.99949 12.0807 9.99949C9.73163 9.99957 7.6246 11.0278 6.18325 12.6626L4.68325 11.3403C6.4885 9.29271 9.13407 7.99957 12.0807 7.99949Z\" fill=\"currentColor\"/>\n<path d=\"M12.0809 12.9986C13.866 12.9986 15.3344 13.9102 16.1912 15.2632L14.5018 16.3336C13.9883 15.5227 13.1381 14.9986 12.0809 14.9986C11.0299 14.9986 10.1098 15.5657 9.61016 16.4156L7.88555 15.4029C8.7284 13.9688 10.2897 12.9986 12.0809 12.9986Z\" fill=\"currentColor\"/>\n</svg>",
1653
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.081 20.359C12.7321 20.359 13.2599 19.831 13.2599 19.1798C13.2599 18.5286 12.7321 18.0007 12.081 18.0007C11.4299 18.0007 10.902 18.5286 10.902 19.1798C10.902 19.831 11.4299 20.359 12.081 20.359Z\" fill=\"currentColor\"/>\n<path d=\"M11.9995 3.25195C16.0776 3.25203 19.6877 4.89009 22.3276 7.53223L20.9136 8.94531C18.6312 6.66102 15.5225 5.25203 11.9995 5.25195C8.47814 5.25195 5.29399 6.69501 3.00537 9.02539L1.57764 7.62402C4.22695 4.92617 7.91968 3.25195 11.9995 3.25195Z\" fill=\"currentColor\"/>\n<path d=\"M12.0807 7.99949C15.025 7.99949 17.5774 9.2484 19.3786 11.228L17.8991 12.5737C16.4566 10.9884 14.4321 9.99949 12.0807 9.99949C9.73163 9.99957 7.6246 11.0278 6.18325 12.6626L4.68325 11.3403C6.4885 9.29271 9.13407 7.99957 12.0807 7.99949Z\" fill=\"currentColor\"/>\n<path d=\"M12.0809 12.9986C13.866 12.9986 15.3344 13.9102 16.1912 15.2632L14.5018 16.3336C13.9883 15.5227 13.1381 14.9986 12.0809 14.9986C11.0299 14.9986 10.1098 15.5657 9.61016 16.4156L7.88555 15.4029C8.7284 13.9688 10.2897 12.9986 12.0809 12.9986Z\" fill=\"currentColor\"/>\n</svg>"
1654
+ }
1655
+ },
1656
+ "wifi-signal-none": {
1657
+ "files": {
1658
+ "outline": "icons/wifi-signal-none-outline.svg",
1659
+ "regular": "icons/wifi-signal-none-regular.svg",
1660
+ "solid": "icons/wifi-signal-none-solid.svg"
1661
+ },
1662
+ "svg": {
1663
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2.34082 8.03346C7.67535 2.60221 16.3245 2.60221 21.6575 8.03346L11.9992 19.467L2.34082 8.03346Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
1664
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M1.62695 7.33303C7.35336 1.5028 16.6461 1.50255 22.3711 7.33303L23.0088 7.98245L22.4219 8.67874L11.999 21.0166L0.989258 7.98245L1.62695 7.33303ZM20.2842 8.10842C15.5392 3.91093 8.45907 3.91032 3.71289 8.10842L11.999 17.917L20.2842 8.10842Z\" fill=\"currentColor\"/>\n</svg>",
1665
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M1.62695 7.33303C7.35336 1.5028 16.6461 1.50255 22.3711 7.33303L23.0088 7.98245L22.4219 8.67874L11.999 21.0166L0.989258 7.98245L1.62695 7.33303Z\" fill=\"currentColor\"/>\n</svg>"
1666
+ }
1667
+ },
1668
+ "xmark": {
1669
+ "files": {
1670
+ "outline": "icons/xmark-outline.svg",
1671
+ "regular": "icons/xmark-regular.svg",
1672
+ "solid": "icons/xmark-solid.svg"
1673
+ },
1674
+ "svg": {
1675
+ "outline": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.6758 5.6214L18.3919 18.3911M5.67578 18.2414L18.2931 5.72017\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\"/>\n</svg>",
1676
+ "regular": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 10.555L17.5879 5.01007L18.9961 6.42999L13.4111 11.972L19.1006 17.6859L18.3916 18.3909L17.6836 19.097L11.9912 13.3812L6.37891 18.9515L4.9707 17.5316L10.5801 11.9642L4.9668 6.32745L6.38477 4.91534L12 10.555Z\" fill=\"currentColor\"/>\n</svg>",
1677
+ "solid": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 10.5549L17.5879 5.01001L18.9961 6.42993L13.4111 11.9719L19.1006 17.6858L18.3916 18.3909L17.6836 19.0969L11.9912 13.3811L6.37891 18.9514L4.9707 17.5315L10.5801 11.9641L4.9668 6.32739L6.38477 4.91528L12 10.5549Z\" fill=\"currentColor\"/>\n</svg>"
1678
+ }
1679
+ }
1680
+ }