terrier-engine 4.0.21 → 4.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (286) hide show
  1. package/app.ts +37 -27
  2. package/dropdowns.ts +27 -22
  3. package/forms.ts +33 -0
  4. package/fragments.ts +39 -37
  5. package/gen/hub-icons.ts +697 -0
  6. package/glyps.ts +2 -2
  7. package/images/icons/active.svg +1 -0
  8. package/images/icons/admin.svg +1 -0
  9. package/images/icons/archive.svg +1 -0
  10. package/images/icons/arrow_down.svg +1 -0
  11. package/images/icons/arrow_left.svg +1 -0
  12. package/images/icons/arrow_right.svg +1 -0
  13. package/images/icons/arrow_up.svg +1 -0
  14. package/images/icons/assign.svg +1 -0
  15. package/images/icons/attachment.svg +1 -0
  16. package/images/icons/back.svg +1 -0
  17. package/images/icons/badge.svg +1 -0
  18. package/images/icons/board.svg +1 -0
  19. package/images/icons/branch.svg +1 -0
  20. package/images/icons/bug.svg +1 -0
  21. package/images/icons/calculator.svg +1 -0
  22. package/images/icons/checkmark.svg +1 -0
  23. package/images/icons/close.svg +1 -0
  24. package/images/icons/clypboard.svg +1 -0
  25. package/images/icons/comment.svg +1 -0
  26. package/images/icons/complete.svg +1 -0
  27. package/images/icons/dashboard.svg +1 -0
  28. package/images/icons/data_pull.svg +1 -0
  29. package/images/icons/data_update.svg +1 -0
  30. package/images/icons/database.svg +1 -0
  31. package/images/icons/day.svg +1 -0
  32. package/images/icons/delete.svg +1 -0
  33. package/images/icons/documentation.svg +1 -0
  34. package/images/icons/edit.svg +1 -0
  35. package/images/icons/feature.svg +1 -0
  36. package/images/icons/flex.svg +1 -0
  37. package/images/icons/forward.svg +1 -0
  38. package/images/icons/github.svg +1 -0
  39. package/images/icons/history.svg +1 -0
  40. package/images/icons/home.svg +1 -0
  41. package/images/icons/image.svg +1 -0
  42. package/images/icons/inbox.svg +1 -0
  43. package/images/icons/info.svg +1 -0
  44. package/images/icons/issue.svg +1 -0
  45. package/images/icons/lane.svg +1 -0
  46. package/images/icons/lane_asap.svg +1 -0
  47. package/images/icons/lane_days.svg +1 -0
  48. package/images/icons/lane_hours.svg +1 -0
  49. package/images/icons/lane_weeks.svg +1 -0
  50. package/images/icons/lanes_board.svg +1 -0
  51. package/images/icons/level_complete.svg +1 -0
  52. package/images/icons/level_highway.svg +1 -0
  53. package/images/icons/level_on_ramp.svg +1 -0
  54. package/images/icons/level_parking.svg +1 -0
  55. package/images/icons/minus.svg +1 -0
  56. package/images/icons/night.svg +1 -0
  57. package/images/icons/origin.svg +1 -0
  58. package/images/icons/pending.svg +1 -0
  59. package/images/icons/plus.svg +1 -0
  60. package/images/icons/post.svg +1 -0
  61. package/images/icons/pr_closed.svg +1 -0
  62. package/images/icons/pr_merged.svg +1 -0
  63. package/images/icons/pr_open.svg +1 -0
  64. package/images/icons/prioritized.svg +1 -0
  65. package/images/icons/project.svg +1 -0
  66. package/images/icons/question.svg +1 -0
  67. package/images/icons/reaction.svg +1 -0
  68. package/images/icons/recent.svg +1 -0
  69. package/images/icons/refresh.svg +1 -0
  70. package/images/icons/request.svg +1 -0
  71. package/images/icons/settings.svg +1 -0
  72. package/images/icons/status.svg +1 -0
  73. package/images/icons/step_deploy.svg +1 -0
  74. package/images/icons/step_develop.svg +1 -0
  75. package/images/icons/step_investigate.svg +1 -0
  76. package/images/icons/step_review.svg +1 -0
  77. package/images/icons/step_test.svg +1 -0
  78. package/images/icons/steps.svg +1 -0
  79. package/images/icons/steps_board.svg +1 -0
  80. package/images/icons/subscribe.svg +1 -0
  81. package/images/icons/support.svg +1 -0
  82. package/images/icons/terrier.svg +1 -0
  83. package/images/icons/thumbs_up.svg +1 -0
  84. package/images/icons/type.svg +1 -0
  85. package/images/icons/unprioritized.svg +1 -0
  86. package/images/icons/upload.svg +1 -0
  87. package/images/icons/user.svg +1 -0
  88. package/images/icons/users.svg +1 -0
  89. package/images/optimized/icon-active.svg +1 -0
  90. package/images/optimized/icon-admin.svg +1 -0
  91. package/images/optimized/icon-archive.svg +1 -0
  92. package/images/optimized/icon-arrow_down.svg +1 -0
  93. package/images/optimized/icon-arrow_left.svg +1 -0
  94. package/images/optimized/icon-arrow_right.svg +1 -0
  95. package/images/optimized/icon-arrow_up.svg +1 -0
  96. package/images/optimized/icon-assign.svg +1 -0
  97. package/images/optimized/icon-attachment.svg +1 -0
  98. package/images/optimized/icon-back.svg +1 -0
  99. package/images/optimized/icon-badge.svg +1 -0
  100. package/images/optimized/icon-board.svg +1 -0
  101. package/images/optimized/icon-branch.svg +1 -0
  102. package/images/optimized/icon-bug.svg +1 -0
  103. package/images/optimized/icon-calculator.svg +1 -0
  104. package/images/optimized/icon-checkmark.svg +1 -0
  105. package/images/optimized/icon-close.svg +1 -0
  106. package/images/optimized/icon-clypboard.svg +1 -0
  107. package/images/optimized/icon-comment.svg +1 -0
  108. package/images/optimized/icon-complete.svg +1 -0
  109. package/images/optimized/icon-dashboard.svg +1 -0
  110. package/images/optimized/icon-data_pull.svg +1 -0
  111. package/images/optimized/icon-data_update.svg +1 -0
  112. package/images/optimized/icon-database.svg +1 -0
  113. package/images/optimized/icon-day.svg +1 -0
  114. package/images/optimized/icon-delete.svg +1 -0
  115. package/images/optimized/icon-documentation.svg +1 -0
  116. package/images/optimized/icon-edit.svg +1 -0
  117. package/images/optimized/icon-feature.svg +1 -0
  118. package/images/optimized/icon-flex.svg +1 -0
  119. package/images/optimized/icon-forward.svg +1 -0
  120. package/images/optimized/icon-github.svg +1 -0
  121. package/images/optimized/icon-history.svg +1 -0
  122. package/images/optimized/icon-home.svg +1 -0
  123. package/images/optimized/icon-image.svg +1 -0
  124. package/images/optimized/icon-inbox.svg +1 -0
  125. package/images/optimized/icon-info.svg +1 -0
  126. package/images/optimized/icon-issue.svg +1 -0
  127. package/images/optimized/icon-lane.svg +1 -0
  128. package/images/optimized/icon-lane_asap.svg +1 -0
  129. package/images/optimized/icon-lane_days.svg +1 -0
  130. package/images/optimized/icon-lane_hours.svg +1 -0
  131. package/images/optimized/icon-lane_weeks.svg +1 -0
  132. package/images/optimized/icon-lanes_board.svg +1 -0
  133. package/images/optimized/icon-level_complete.svg +1 -0
  134. package/images/optimized/icon-level_highway.svg +1 -0
  135. package/images/optimized/icon-level_on_ramp.svg +1 -0
  136. package/images/optimized/icon-level_parking.svg +1 -0
  137. package/images/optimized/icon-minus.svg +1 -0
  138. package/images/optimized/icon-night.svg +1 -0
  139. package/images/optimized/icon-origin.svg +1 -0
  140. package/images/optimized/icon-pending.svg +1 -0
  141. package/images/optimized/icon-plus.svg +1 -0
  142. package/images/optimized/icon-post.svg +1 -0
  143. package/images/optimized/icon-pr_closed.svg +1 -0
  144. package/images/optimized/icon-pr_merged.svg +1 -0
  145. package/images/optimized/icon-pr_open.svg +1 -0
  146. package/images/optimized/icon-prioritized.svg +1 -0
  147. package/images/optimized/icon-project.svg +1 -0
  148. package/images/optimized/icon-question.svg +1 -0
  149. package/images/optimized/icon-reaction.svg +1 -0
  150. package/images/optimized/icon-recent.svg +1 -0
  151. package/images/optimized/icon-refresh.svg +1 -0
  152. package/images/optimized/icon-request.svg +1 -0
  153. package/images/optimized/icon-settings.svg +1 -0
  154. package/images/optimized/icon-status.svg +1 -0
  155. package/images/optimized/icon-step_deploy.svg +1 -0
  156. package/images/optimized/icon-step_develop.svg +1 -0
  157. package/images/optimized/icon-step_investigate.svg +1 -0
  158. package/images/optimized/icon-step_review.svg +1 -0
  159. package/images/optimized/icon-step_test.svg +1 -0
  160. package/images/optimized/icon-steps.svg +1 -0
  161. package/images/optimized/icon-steps_board.svg +1 -0
  162. package/images/optimized/icon-subscribe.svg +1 -0
  163. package/images/optimized/icon-support.svg +1 -0
  164. package/images/optimized/icon-terrier.svg +1 -0
  165. package/images/optimized/icon-thumbs_up.svg +1 -0
  166. package/images/optimized/icon-type.svg +1 -0
  167. package/images/optimized/icon-unprioritized.svg +1 -0
  168. package/images/optimized/icon-upload.svg +1 -0
  169. package/images/optimized/icon-user.svg +1 -0
  170. package/images/optimized/icon-users.svg +1 -0
  171. package/images/optimized/terrier-hub-favicon.svg +1 -0
  172. package/images/optimized/terrier-hub-icon-dark.svg +1 -0
  173. package/images/optimized/terrier-hub-icon-light.svg +1 -0
  174. package/images/optimized/terrier-hub-loader.svg +1 -0
  175. package/images/optimized/terrier-hub-logo-dark.svg +1 -0
  176. package/images/optimized/terrier-hub-logo-light.svg +1 -0
  177. package/images/raw/icon-active.svg +8 -0
  178. package/images/raw/icon-admin.svg +9 -0
  179. package/images/raw/icon-archive.svg +9 -0
  180. package/images/raw/icon-arrow_down.svg +7 -0
  181. package/images/raw/icon-arrow_left.svg +7 -0
  182. package/images/raw/icon-arrow_right.svg +7 -0
  183. package/images/raw/icon-arrow_up.svg +7 -0
  184. package/images/raw/icon-assign.svg +8 -0
  185. package/images/raw/icon-attachment.svg +7 -0
  186. package/images/raw/icon-back.svg +7 -0
  187. package/images/raw/icon-badge.svg +10 -0
  188. package/images/raw/icon-board.svg +20 -0
  189. package/images/raw/icon-branch.svg +11 -0
  190. package/images/raw/icon-bug.svg +8 -0
  191. package/images/raw/icon-calculator.svg +31 -0
  192. package/images/raw/icon-checkmark.svg +8 -0
  193. package/images/raw/icon-close.svg +8 -0
  194. package/images/raw/icon-clypboard.svg +9 -0
  195. package/images/raw/icon-comment.svg +12 -0
  196. package/images/raw/icon-complete.svg +8 -0
  197. package/images/raw/icon-dashboard.svg +18 -0
  198. package/images/raw/icon-data_pull.svg +9 -0
  199. package/images/raw/icon-data_update.svg +9 -0
  200. package/images/raw/icon-database.svg +10 -0
  201. package/images/raw/icon-day.svg +19 -0
  202. package/images/raw/icon-delete.svg +11 -0
  203. package/images/raw/icon-documentation.svg +21 -0
  204. package/images/raw/icon-edit.svg +11 -0
  205. package/images/raw/icon-feature.svg +7 -0
  206. package/images/raw/icon-flex.svg +6 -0
  207. package/images/raw/icon-forward.svg +7 -0
  208. package/images/raw/icon-github.svg +8 -0
  209. package/images/raw/icon-history.svg +12 -0
  210. package/images/raw/icon-home.svg +8 -0
  211. package/images/raw/icon-image.svg +9 -0
  212. package/images/raw/icon-inbox.svg +9 -0
  213. package/images/raw/icon-info.svg +11 -0
  214. package/images/raw/icon-issue.svg +10 -0
  215. package/images/raw/icon-lane.svg +9 -0
  216. package/images/raw/icon-lane_asap.svg +9 -0
  217. package/images/raw/icon-lane_days.svg +11 -0
  218. package/images/raw/icon-lane_hours.svg +8 -0
  219. package/images/raw/icon-lane_weeks.svg +10 -0
  220. package/images/raw/icon-lanes_board.svg +10 -0
  221. package/images/raw/icon-level_complete.svg +8 -0
  222. package/images/raw/icon-level_highway.svg +11 -0
  223. package/images/raw/icon-level_on_ramp.svg +8 -0
  224. package/images/raw/icon-level_parking.svg +10 -0
  225. package/images/raw/icon-minus.svg +8 -0
  226. package/images/raw/icon-night.svg +9 -0
  227. package/images/raw/icon-origin.svg +11 -0
  228. package/images/raw/icon-pending.svg +10 -0
  229. package/images/raw/icon-plus.svg +8 -0
  230. package/images/raw/icon-post.svg +12 -0
  231. package/images/raw/icon-pr_closed.svg +15 -0
  232. package/images/raw/icon-pr_merged.svg +11 -0
  233. package/images/raw/icon-pr_open.svg +12 -0
  234. package/images/raw/icon-prioritized.svg +11 -0
  235. package/images/raw/icon-project.svg +24 -0
  236. package/images/raw/icon-question.svg +9 -0
  237. package/images/raw/icon-reaction.svg +6 -0
  238. package/images/raw/icon-recent.svg +12 -0
  239. package/images/raw/icon-refresh.svg +11 -0
  240. package/images/raw/icon-request.svg +10 -0
  241. package/images/raw/icon-settings.svg +11 -0
  242. package/images/raw/icon-status.svg +8 -0
  243. package/images/raw/icon-step_deploy.svg +15 -0
  244. package/images/raw/icon-step_develop.svg +12 -0
  245. package/images/raw/icon-step_investigate.svg +14 -0
  246. package/images/raw/icon-step_review.svg +11 -0
  247. package/images/raw/icon-step_test.svg +14 -0
  248. package/images/raw/icon-steps.svg +18 -0
  249. package/images/raw/icon-steps_board.svg +19 -0
  250. package/images/raw/icon-subscribe.svg +10 -0
  251. package/images/raw/icon-support.svg +14 -0
  252. package/images/raw/icon-terrier.svg +7 -0
  253. package/images/raw/icon-thumbs_up.svg +1 -0
  254. package/images/raw/icon-type.svg +15 -0
  255. package/images/raw/icon-unprioritized.svg +10 -0
  256. package/images/raw/icon-upload.svg +8 -0
  257. package/images/raw/icon-user.svg +9 -0
  258. package/images/raw/icon-users.svg +14 -0
  259. package/images/raw/terrier-hub-favicon-alert.png +0 -0
  260. package/images/raw/terrier-hub-favicon-dark.png +0 -0
  261. package/images/raw/terrier-hub-favicon.png +0 -0
  262. package/images/raw/terrier-hub-favicon.svg +29 -0
  263. package/images/raw/terrier-hub-icon-dark.svg +23 -0
  264. package/images/raw/terrier-hub-icon-light.png +0 -0
  265. package/images/raw/terrier-hub-icon-light.svg +23 -0
  266. package/images/raw/terrier-hub-loader.svg +54 -0
  267. package/images/raw/terrier-hub-logo-dark.svg +27 -0
  268. package/images/raw/terrier-hub-logo-light.png +0 -0
  269. package/images/raw/terrier-hub-logo-light.svg +28 -0
  270. package/lightbox.ts +9 -22
  271. package/loading.ts +5 -6
  272. package/modals.ts +8 -19
  273. package/overlays.ts +100 -33
  274. package/package.json +1 -1
  275. package/parts/content-part.ts +187 -0
  276. package/parts/not-found-page.ts +20 -0
  277. package/parts/page-part.ts +189 -0
  278. package/parts/panel-part.ts +40 -0
  279. package/parts/terrier-form-part.ts +20 -0
  280. package/parts/terrier-part.ts +89 -0
  281. package/schema.ts +28 -1
  282. package/tabs.ts +164 -0
  283. package/theme.ts +41 -12
  284. package/toasts.ts +10 -10
  285. package/tooltips.ts +2 -2
  286. package/parts.ts +0 -485
package/glyps.ts CHANGED
@@ -1,6 +1,6 @@
1
- // This file was automatically generated by glyps:compile on 05/15/23 7:41 PM, DO NOT MANUALLY EDIT!
1
+ // This file was automatically generated by glyps:compile on 06/10/23 11:25 AM, DO NOT MANUALLY EDIT!
2
2
 
3
- const names = ['glyp-abacus', 'glyp-account', 'glyp-accounts_payable', 'glyp-accounts_receivable', 'glyp-action_log', 'glyp-activate', 'glyp-active', 'glyp-activity_high', 'glyp-activity_low', 'glyp-activity_medium', 'glyp-activity_none', 'glyp-address1', 'glyp-adjustment', 'glyp-admin', 'glyp-administration', 'glyp-air_freshener', 'glyp-alert', 'glyp-align_horizontal', 'glyp-align_vertical', 'glyp-anchor', 'glyp-announcement', 'glyp-app_update', 'glyp-append_selection', 'glyp-appointment', 'glyp-appointment_setup', 'glyp-archive', 'glyp-arrow_down', 'glyp-arrow_left', 'glyp-arrow_right', 'glyp-arrow_transfer', 'glyp-arrow_up', 'glyp-ascending', 'glyp-attachment', 'glyp-audit_analyzer', 'glyp-autopay', 'glyp-availability', 'glyp-background_batch', 'glyp-background_job', 'glyp-bait_for_demolition', 'glyp-bar_chart', 'glyp-barcode', 'glyp-bat_exclusion', 'glyp-bed_bug_fumigation', 'glyp-begin_service', 'glyp-belongs_to', 'glyp-billing', 'glyp-billing_office', 'glyp-billing_terms', 'glyp-billto', 'glyp-bioremediation', 'glyp-bird_exclusion', 'glyp-black_light', 'glyp-branch', 'glyp-branch_bats', 'glyp-branch_birds', 'glyp-branch_general', 'glyp-branch_irrigation', 'glyp-branch_landscape', 'glyp-branch_multi_housing', 'glyp-branch_office', 'glyp-branch_orders', 'glyp-branch_residential', 'glyp-branch_sales', 'glyp-branch_termites', 'glyp-branch_weeds', 'glyp-branch_wildlife', 'glyp-build', 'glyp-calculate', 'glyp-calendar', 'glyp-calendar_branch', 'glyp-calendar_map', 'glyp-calendar_rolling', 'glyp-calendar_share', 'glyp-calendar_snap', 'glyp-california', 'glyp-call', 'glyp-callback', 'glyp-camera', 'glyp-cancellation', 'glyp-cancelled', 'glyp-card_american_express', 'glyp-card_discover', 'glyp-card_mastercard', 'glyp-card_visa', 'glyp-catalog', 'glyp-caught', 'glyp-cert', 'glyp-check_all', 'glyp-check_in', 'glyp-check_in_service', 'glyp-checked', 'glyp-checked_empty', 'glyp-checkmark', 'glyp-checkmark_filled', 'glyp-checkout', 'glyp-chemical', 'glyp-chemical_authorization', 'glyp-chemical_backpack_sprayer', 'glyp-chemical_biological_controls', 'glyp-chemical_disinfectant', 'glyp-chemical_fertilizer', 'glyp-chemical_flying_insect_bait', 'glyp-chemical_fumigants', 'glyp-chemical_insect_aerosol', 'glyp-chemical_insect_bait', 'glyp-chemical_insect_dust', 'glyp-chemical_insect_granules', 'glyp-chemical_insect_spray', 'glyp-chemical_label', 'glyp-chemical_mole_bait', 'glyp-chemical_pest_bird_control', 'glyp-chemical_pheromone_products', 'glyp-chemical_power_sprayer', 'glyp-chemical_rodenticide_block', 'glyp-chemical_rodenticide_non_block', 'glyp-chemical_sds', 'glyp-chemical_tree_products', 'glyp-chemical_weed_control', 'glyp-chemical_wildlife_repellents', 'glyp-chemical_wildlife_toxicants', 'glyp-chevron_down', 'glyp-chevron_left', 'glyp-chevron_right', 'glyp-chevron_up', 'glyp-city', 'glyp-click', 'glyp-client_actions', 'glyp-client_pest_sightings', 'glyp-client_required', 'glyp-close', 'glyp-cloud', 'glyp-clypboard', 'glyp-clypedia', 'glyp-clypmart', 'glyp-code', 'glyp-code_details', 'glyp-collections', 'glyp-columns', 'glyp-comment', 'glyp-comment_filled', 'glyp-commission_origin', 'glyp-commissions', 'glyp-company_setup', 'glyp-compass', 'glyp-complete', 'glyp-complete_certificate', 'glyp-complete_enrollment', 'glyp-condition_appliance_machinery', 'glyp-condition_customer', 'glyp-condition_device', 'glyp-condition_door_window', 'glyp-condition_dumpster', 'glyp-condition_entry_point', 'glyp-condition_evidence', 'glyp-condition_exclusion', 'glyp-condition_exterior', 'glyp-condition_interior', 'glyp-condition_plumbing', 'glyp-condition_prep_storage', 'glyp-condition_rodent_evidence', 'glyp-condition_rodent_exclusion', 'glyp-condition_roof_ceiling', 'glyp-condition_structure', 'glyp-condition_supplies', 'glyp-condition_termites', 'glyp-condition_ventilation', 'glyp-condition_wall_floor', 'glyp-condition_wildlife', 'glyp-conditions', 'glyp-consolidate', 'glyp-construction', 'glyp-contract', 'glyp-contract_cancellation', 'glyp-contract_overview', 'glyp-conversation', 'glyp-copesan', 'glyp-copy', 'glyp-credit_memo', 'glyp-credit_non_revenue', 'glyp-credit_production', 'glyp-credit_prospect', 'glyp-credit_sales_bonus', 'glyp-crew', 'glyp-cumulative', 'glyp-cursor', 'glyp-custom_form', 'glyp-customer', 'glyp-customer_service', 'glyp-dashboard', 'glyp-database', 'glyp-dead_animal_removal', 'glyp-default', 'glyp-delete', 'glyp-demo_mode', 'glyp-descending', 'glyp-design', 'glyp-desktop', 'glyp-detail_report', 'glyp-developer', 'glyp-device', 'glyp-device_sync', 'glyp-differential', 'glyp-disable', 'glyp-disabled_filled', 'glyp-distribute_horizontal', 'glyp-distribute_vertical', 'glyp-division', 'glyp-document', 'glyp-documentation', 'glyp-documents', 'glyp-download', 'glyp-driving', 'glyp-duplicate', 'glyp-duplicate_location', 'glyp-duration', 'glyp-edit', 'glyp-email', 'glyp-employment', 'glyp-entertainment_public_venues', 'glyp-equipment_bear_trap', 'glyp-equipment_flying_insect_bait_station', 'glyp-equipment_flying_insect_light_trap', 'glyp-equipment_insect_monitor', 'glyp-equipment_lethal_animal_trap', 'glyp-equipment_live_animal_trap', 'glyp-equipment_live_rodent_trap', 'glyp-equipment_maintenance', 'glyp-equipment_map_viewer', 'glyp-equipment_maps', 'glyp-equipment_mosquito_trap', 'glyp-equipment_other', 'glyp-equipment_pheromone_trap', 'glyp-equipment_pick_up', 'glyp-equipment_rodent_bait', 'glyp-equipment_rodent_trap', 'glyp-equipment_termite_bait_station', 'glyp-equipment_termite_monitor', 'glyp-exclusion', 'glyp-expand', 'glyp-expiring', 'glyp-exterior', 'glyp-extras', 'glyp-facebook', 'glyp-farm', 'glyp-farm_grain_seed', 'glyp-fast_and_frequent', 'glyp-favorite', 'glyp-feedback', 'glyp-field_guide', 'glyp-field_training', 'glyp-file_blank', 'glyp-file_html', 'glyp-file_image', 'glyp-file_pdf', 'glyp-file_printable', 'glyp-file_spreadsheet', 'glyp-file_text', 'glyp-filter', 'glyp-finance', 'glyp-finding', 'glyp-folder', 'glyp-followup', 'glyp-food_bev_pharma', 'glyp-formula', 'glyp-fuel', 'glyp-fumigation', 'glyp-gain_loss', 'glyp-generate_invoices', 'glyp-generate_orders', 'glyp-geo', 'glyp-geo_heat_map', 'glyp-google', 'glyp-google_calendar', 'glyp-government', 'glyp-grain_seed', 'glyp-grid', 'glyp-grouping_combine', 'glyp-grouping_separate', 'glyp-has_many', 'glyp-health_care', 'glyp-heat_map', 'glyp-heat_treatment', 'glyp-help', 'glyp-hidden', 'glyp-honeybee_removal', 'glyp-housing', 'glyp-in_progress', 'glyp-incomplete_certificate', 'glyp-industrial', 'glyp-info', 'glyp-information_technology', 'glyp-inspect_map', 'glyp-inspections', 'glyp-insulation', 'glyp-interior', 'glyp-invoice', 'glyp-invoice_review', 'glyp-irrigation_install', 'glyp-irrigation_maintenance', 'glyp-items', 'glyp-job', 'glyp-justice', 'glyp-k9_inspection', 'glyp-key', 'glyp-label_bottom', 'glyp-label_left', 'glyp-label_right', 'glyp-label_top', 'glyp-labor', 'glyp-landscape', 'glyp-landscape_maintenance', 'glyp-laptop', 'glyp-lead', 'glyp-lead_listing', 'glyp-lead_source', 'glyp-leads_report', 'glyp-learning_hub', 'glyp-ledger', 'glyp-legal', 'glyp-license', 'glyp-lifetime', 'glyp-line_cap_arrow', 'glyp-line_cap_bar', 'glyp-line_cap_circle', 'glyp-line_cap_none', 'glyp-line_caps', 'glyp-line_style', 'glyp-link', 'glyp-location', 'glyp-location_charge', 'glyp-location_credit', 'glyp-location_kind', 'glyp-location_message', 'glyp-location_origin', 'glyp-location_tags', 'glyp-locations', 'glyp-locked', 'glyp-lodging', 'glyp-log_in', 'glyp-log_out', 'glyp-log_report', 'glyp-logbook', 'glyp-logbook_documents', 'glyp-lot_number', 'glyp-manager', 'glyp-map', 'glyp-markdown', 'glyp-market', 'glyp-materials', 'glyp-mattress_encasement', 'glyp-merge', 'glyp-message_billing', 'glyp-message_collections', 'glyp-message_complaint', 'glyp-message_misc', 'glyp-message_technician', 'glyp-messages', 'glyp-misc', 'glyp-miscellaneous', 'glyp-move_order', 'glyp-mowing', 'glyp-multi_housing', 'glyp-mute', 'glyp-navicon', 'glyp-new_location', 'glyp-no_charge', 'glyp-no_service', 'glyp-note', 'glyp-note_access', 'glyp-note_billing', 'glyp-note_collection', 'glyp-note_complaint', 'glyp-note_directions', 'glyp-note_focused', 'glyp-note_office', 'glyp-note_preservice', 'glyp-note_sales', 'glyp-note_service', 'glyp-notification', 'glyp-number', 'glyp-office', 'glyp-office_government', 'glyp-office_training', 'glyp-on_demand', 'glyp-on_demand_order', 'glyp-open', 'glyp-open_invoice', 'glyp-operations', 'glyp-options', 'glyp-order_actions', 'glyp-order_approved', 'glyp-order_batch', 'glyp-order_editor', 'glyp-order_pending', 'glyp-order_series', 'glyp-order_unapproved', 'glyp-org_structure', 'glyp-org_unit', 'glyp-org_unit_settings', 'glyp-origin', 'glyp-origin_client', 'glyp-origin_tech', 'glyp-outlook', 'glyp-overlap', 'glyp-password', 'glyp-past_due', 'glyp-paused', 'glyp-pay_brackets', 'glyp-payment', 'glyp-payment_ach', 'glyp-payment_application_apply', 'glyp-payment_application_correction', 'glyp-payment_application_initial', 'glyp-payment_application_refund', 'glyp-payment_application_transfer', 'glyp-payment_application_unapply', 'glyp-payment_application_unapply_all', 'glyp-payment_applications', 'glyp-payment_batch', 'glyp-payment_cash', 'glyp-payment_check', 'glyp-payment_coupon', 'glyp-payment_credit', 'glyp-payment_discount', 'glyp-payment_eft', 'glyp-payment_finance_charge', 'glyp-payments', 'glyp-payroll', 'glyp-pdf', 'glyp-pending', 'glyp-periodic', 'glyp-periodic_assessment', 'glyp-permission', 'glyp-pest', 'glyp-pest_ants', 'glyp-pest_bats', 'glyp-pest_bed_bugs', 'glyp-pest_birds', 'glyp-pest_crawling_insects', 'glyp-pest_dermestids', 'glyp-pest_fall_invaders', 'glyp-pest_flying_insects', 'glyp-pest_moles', 'glyp-pest_mosquitoes', 'glyp-pest_nuisance_animals', 'glyp-pest_ornamental', 'glyp-pest_ornamental_diseases', 'glyp-pest_roaches', 'glyp-pest_rodents', 'glyp-pest_scorpions', 'glyp-pest_snakes', 'glyp-pest_spiders', 'glyp-pest_stinging_insects', 'glyp-pest_stored_product_pests', 'glyp-pest_ticks_and_fleas', 'glyp-pest_viruses_and_bacteria', 'glyp-pest_weeds', 'glyp-pest_wood_destroyers', 'glyp-phone', 'glyp-pick_date', 'glyp-pick_list', 'glyp-platform_android', 'glyp-platform_ios', 'glyp-platform_macos', 'glyp-platform_windows', 'glyp-play', 'glyp-plus', 'glyp-plus_filled', 'glyp-portal', 'glyp-price_increase', 'glyp-price_increase_alt', 'glyp-pricing_table', 'glyp-print', 'glyp-privacy', 'glyp-product_sale', 'glyp-production', 'glyp-professional_consultation', 'glyp-program', 'glyp-program_elements', 'glyp-program_initiation', 'glyp-program_order', 'glyp-program_review', 'glyp-promo', 'glyp-proposal', 'glyp-protection', 'glyp-purchase_order', 'glyp-quality', 'glyp-radio_checked', 'glyp-radio_empty', 'glyp-reassign', 'glyp-receipt', 'glyp-recent', 'glyp-recommendation', 'glyp-record_details', 'glyp-recurring_revenue', 'glyp-redo', 'glyp-refresh', 'glyp-refund', 'glyp-region', 'glyp-released', 'glyp-remove', 'glyp-renewal', 'glyp-report', 'glyp-required_input', 'glyp-reschedule', 'glyp-restaurant_bar', 'glyp-revenue', 'glyp-review', 'glyp-rfid', 'glyp-ride_along', 'glyp-rodent_exclusion', 'glyp-route_change', 'glyp-route_optimization', 'glyp-rows', 'glyp-ruler', 'glyp-sales', 'glyp-sales_contest', 'glyp-sales_pipeline', 'glyp-sales_tax', 'glyp-sales_tax_exemption', 'glyp-schedule_lock', 'glyp-schedule_lock_afternoon', 'glyp-schedule_lock_day', 'glyp-schedule_lock_exact', 'glyp-schedule_lock_four_hour', 'glyp-schedule_lock_morning', 'glyp-schedule_lock_none', 'glyp-schedule_lock_two_day', 'glyp-schedule_lock_two_hour', 'glyp-schedule_lock_week', 'glyp-schedule_tyoe_every', 'glyp-schedule_type_every', 'glyp-schedule_type_none', 'glyp-schedule_type_on_demand', 'glyp-schedule_type_schedule', 'glyp-scheduled', 'glyp-scheduling', 'glyp-school_church', 'glyp-script', 'glyp-search', 'glyp-seeding', 'glyp-segment', 'glyp-sent', 'glyp-sentricon', 'glyp-service_agreement', 'glyp-service_form', 'glyp-service_miscellaneous', 'glyp-service_reminder', 'glyp-service_report', 'glyp-service_request', 'glyp-services', 'glyp-settings', 'glyp-setup', 'glyp-signature', 'glyp-simulator', 'glyp-site_map', 'glyp-site_map_annotation', 'glyp-site_map_chemical', 'glyp-site_map_edit_details', 'glyp-site_map_edit_geo', 'glyp-site_map_equipment', 'glyp-site_map_exterior', 'glyp-site_map_foundation', 'glyp-site_map_icon', 'glyp-site_map_interior', 'glyp-site_map_label', 'glyp-site_map_perimeter', 'glyp-site_map_settings_left', 'glyp-site_map_settings_right', 'glyp-site_map_template', 'glyp-skip', 'glyp-smart_traps', 'glyp-sms', 'glyp-snow_removal', 'glyp-sort', 'glyp-special', 'glyp-split', 'glyp-spp_scorecard', 'glyp-square_edge', 'glyp-start_sheet', 'glyp-start_time', 'glyp-statement', 'glyp-states', 'glyp-sticky', 'glyp-stop_time', 'glyp-store_material', 'glyp-store_order', 'glyp-store_order_back_order', 'glyp-store_order_cancelled', 'glyp-store_order_complete', 'glyp-store_order_pending', 'glyp-store_order_pending_return', 'glyp-store_order_pre_order', 'glyp-store_order_returned', 'glyp-stores', 'glyp-styling', 'glyp-subscribe', 'glyp-supplemental', 'glyp-support', 'glyp-sync', 'glyp-table', 'glyp-tablet', 'glyp-tablets', 'glyp-tag_manager', 'glyp-tags', 'glyp-task_runs', 'glyp-tech_pest_sightings', 'glyp-technician', 'glyp-technician_approach', 'glyp-template', 'glyp-termite_fumigation', 'glyp-terrier', 'glyp-territory', 'glyp-text', 'glyp-thermometer', 'glyp-third_party_billing', 'glyp-ticket_type', 'glyp-tickets', 'glyp-tidy', 'glyp-time', 'glyp-time_entry', 'glyp-timeline', 'glyp-toolbox', 'glyp-tqi', 'glyp-tracker', 'glyp-tracking', 'glyp-training_course', 'glyp-treatment_split', 'glyp-trends', 'glyp-trip_charge', 'glyp-ui_type', 'glyp-unchecked', 'glyp-undo', 'glyp-unit_sweep', 'glyp-unit_tag', 'glyp-university', 'glyp-unlocked', 'glyp-unscheduled', 'glyp-update_check_positions', 'glyp-upload', 'glyp-user', 'glyp-user_credit', 'glyp-user_tags', 'glyp-users', 'glyp-utility', 'glyp-vacation', 'glyp-vacuum', 'glyp-variant', 'glyp-vendor', 'glyp-versions', 'glyp-video', 'glyp-visible', 'glyp-warehouse', 'glyp-wdo', 'glyp-web_dusting', 'glyp-website', 'glyp-wildlife', 'glyp-wildlife_exclusion', 'glyp-winter_check', 'glyp-wizard', 'glyp-work', 'glyp-work_class', 'glyp-work_code', 'glyp-work_order', 'glyp-work_production', 'glyp-work_progress', 'glyp-work_yield', 'glyp-year', 'glyp-yield', 'glyp-zip_code', 'glyp-zone_adjacent', 'glyp-zone_check', 'glyp-zone_production', 'glyp-zone_remote', 'glyp-zoom_fit'] as const
3
+ const names = ['glyp-abacus', 'glyp-account', 'glyp-accounts_payable', 'glyp-accounts_receivable', 'glyp-action_log', 'glyp-activate', 'glyp-active', 'glyp-activity_high', 'glyp-activity_low', 'glyp-activity_medium', 'glyp-activity_none', 'glyp-address1', 'glyp-adjustment', 'glyp-admin', 'glyp-administration', 'glyp-air_freshener', 'glyp-alert', 'glyp-align_horizontal', 'glyp-align_vertical', 'glyp-anchor', 'glyp-announcement', 'glyp-app_update', 'glyp-append_selection', 'glyp-appointment', 'glyp-appointment_setup', 'glyp-archive', 'glyp-arrow_down', 'glyp-arrow_left', 'glyp-arrow_right', 'glyp-arrow_transfer', 'glyp-arrow_up', 'glyp-ascending', 'glyp-attachment', 'glyp-audit_analyzer', 'glyp-autopay', 'glyp-availability', 'glyp-background_batch', 'glyp-background_job', 'glyp-bait_for_demolition', 'glyp-bar_chart', 'glyp-barcode', 'glyp-bat_exclusion', 'glyp-bed_bug_fumigation', 'glyp-begin_service', 'glyp-belongs_to', 'glyp-billing', 'glyp-billing_office', 'glyp-billing_terms', 'glyp-billto', 'glyp-bioremediation', 'glyp-bird_exclusion', 'glyp-black_light', 'glyp-branch', 'glyp-branch_bats', 'glyp-branch_birds', 'glyp-branch_general', 'glyp-branch_irrigation', 'glyp-branch_landscape', 'glyp-branch_multi_housing', 'glyp-branch_office', 'glyp-branch_orders', 'glyp-branch_residential', 'glyp-branch_sales', 'glyp-branch_termites', 'glyp-branch_weeds', 'glyp-branch_wildlife', 'glyp-build', 'glyp-calculate', 'glyp-calendar', 'glyp-calendar_branch', 'glyp-calendar_map', 'glyp-calendar_rolling', 'glyp-calendar_share', 'glyp-calendar_snap', 'glyp-california', 'glyp-call', 'glyp-callback', 'glyp-camera', 'glyp-cancellation', 'glyp-cancelled', 'glyp-card_american_express', 'glyp-card_discover', 'glyp-card_mastercard', 'glyp-card_visa', 'glyp-catalog', 'glyp-caught', 'glyp-cert', 'glyp-check_all', 'glyp-check_in', 'glyp-check_in_service', 'glyp-checked', 'glyp-checked_empty', 'glyp-checkmark', 'glyp-checkmark_filled', 'glyp-checkout', 'glyp-chemical', 'glyp-chemical_authorization', 'glyp-chemical_backpack_sprayer', 'glyp-chemical_biological_controls', 'glyp-chemical_disinfectant', 'glyp-chemical_fertilizer', 'glyp-chemical_flying_insect_bait', 'glyp-chemical_fumigants', 'glyp-chemical_insect_aerosol', 'glyp-chemical_insect_bait', 'glyp-chemical_insect_dust', 'glyp-chemical_insect_granules', 'glyp-chemical_insect_spray', 'glyp-chemical_label', 'glyp-chemical_mole_bait', 'glyp-chemical_pest_bird_control', 'glyp-chemical_pheromone_products', 'glyp-chemical_power_sprayer', 'glyp-chemical_rodenticide_block', 'glyp-chemical_rodenticide_non_block', 'glyp-chemical_sds', 'glyp-chemical_tree_products', 'glyp-chemical_weed_control', 'glyp-chemical_wildlife_repellents', 'glyp-chemical_wildlife_toxicants', 'glyp-chevron_down', 'glyp-chevron_left', 'glyp-chevron_right', 'glyp-chevron_up', 'glyp-city', 'glyp-click', 'glyp-client_actions', 'glyp-client_pest_sightings', 'glyp-client_required', 'glyp-close', 'glyp-cloud', 'glyp-clypboard', 'glyp-clypedia', 'glyp-clypmart', 'glyp-code', 'glyp-code_details', 'glyp-collections', 'glyp-columns', 'glyp-comment', 'glyp-comment_filled', 'glyp-commission_origin', 'glyp-commissions', 'glyp-company_setup', 'glyp-compass', 'glyp-complete', 'glyp-complete_certificate', 'glyp-complete_enrollment', 'glyp-condition_appliance_machinery', 'glyp-condition_customer', 'glyp-condition_device', 'glyp-condition_door_window', 'glyp-condition_dumpster', 'glyp-condition_entry_point', 'glyp-condition_evidence', 'glyp-condition_exclusion', 'glyp-condition_exterior', 'glyp-condition_interior', 'glyp-condition_plumbing', 'glyp-condition_prep_storage', 'glyp-condition_rodent_evidence', 'glyp-condition_rodent_exclusion', 'glyp-condition_roof_ceiling', 'glyp-condition_structure', 'glyp-condition_supplies', 'glyp-condition_termites', 'glyp-condition_ventilation', 'glyp-condition_wall_floor', 'glyp-condition_wildlife', 'glyp-conditions', 'glyp-consolidate', 'glyp-construction', 'glyp-contract', 'glyp-contract_cancellation', 'glyp-contract_overview', 'glyp-conversation', 'glyp-copesan', 'glyp-copy', 'glyp-credit_memo', 'glyp-credit_non_revenue', 'glyp-credit_production', 'glyp-credit_prospect', 'glyp-credit_sales_bonus', 'glyp-crew', 'glyp-cumulative', 'glyp-cursor', 'glyp-custom_form', 'glyp-customer', 'glyp-customer_service', 'glyp-dashboard', 'glyp-data_dive', 'glyp-database', 'glyp-dead_animal_removal', 'glyp-default', 'glyp-delete', 'glyp-demo_mode', 'glyp-descending', 'glyp-design', 'glyp-desktop', 'glyp-detail_report', 'glyp-developer', 'glyp-device', 'glyp-device_sync', 'glyp-differential', 'glyp-disable', 'glyp-disabled_filled', 'glyp-distribute_horizontal', 'glyp-distribute_vertical', 'glyp-division', 'glyp-document', 'glyp-documentation', 'glyp-documents', 'glyp-download', 'glyp-driving', 'glyp-duplicate', 'glyp-duplicate_location', 'glyp-duration', 'glyp-edit', 'glyp-email', 'glyp-employment', 'glyp-entertainment_public_venues', 'glyp-equipment_bear_trap', 'glyp-equipment_flying_insect_bait_station', 'glyp-equipment_flying_insect_light_trap', 'glyp-equipment_insect_monitor', 'glyp-equipment_lethal_animal_trap', 'glyp-equipment_live_animal_trap', 'glyp-equipment_live_rodent_trap', 'glyp-equipment_maintenance', 'glyp-equipment_map_viewer', 'glyp-equipment_maps', 'glyp-equipment_mosquito_trap', 'glyp-equipment_other', 'glyp-equipment_pheromone_trap', 'glyp-equipment_pick_up', 'glyp-equipment_rodent_bait', 'glyp-equipment_rodent_trap', 'glyp-equipment_termite_bait_station', 'glyp-equipment_termite_monitor', 'glyp-exclusion', 'glyp-expand', 'glyp-expiring', 'glyp-exterior', 'glyp-extras', 'glyp-facebook', 'glyp-farm', 'glyp-farm_grain_seed', 'glyp-fast_and_frequent', 'glyp-favorite', 'glyp-feedback', 'glyp-field_guide', 'glyp-field_training', 'glyp-file_blank', 'glyp-file_html', 'glyp-file_image', 'glyp-file_pdf', 'glyp-file_printable', 'glyp-file_spreadsheet', 'glyp-file_text', 'glyp-filter', 'glyp-finance', 'glyp-finding', 'glyp-folder', 'glyp-followup', 'glyp-food_bev_pharma', 'glyp-formula', 'glyp-fuel', 'glyp-fumigation', 'glyp-function', 'glyp-function_aggregate', 'glyp-function_time', 'glyp-gain_loss', 'glyp-generate_invoices', 'glyp-generate_orders', 'glyp-geo', 'glyp-geo_heat_map', 'glyp-google', 'glyp-google_calendar', 'glyp-government', 'glyp-grain_seed', 'glyp-grid', 'glyp-grouped', 'glyp-grouping_combine', 'glyp-grouping_separate', 'glyp-has_many', 'glyp-health_care', 'glyp-heat_map', 'glyp-heat_treatment', 'glyp-help', 'glyp-hidden', 'glyp-honeybee_removal', 'glyp-housing', 'glyp-in_progress', 'glyp-incomplete_certificate', 'glyp-industrial', 'glyp-info', 'glyp-information_technology', 'glyp-inspect_map', 'glyp-inspections', 'glyp-insulation', 'glyp-interior', 'glyp-invoice', 'glyp-invoice_review', 'glyp-irrigation_install', 'glyp-irrigation_maintenance', 'glyp-items', 'glyp-job', 'glyp-join', 'glyp-join_inner', 'glyp-join_left', 'glyp-justice', 'glyp-k9_inspection', 'glyp-key', 'glyp-label_bottom', 'glyp-label_left', 'glyp-label_right', 'glyp-label_top', 'glyp-labor', 'glyp-landscape', 'glyp-landscape_maintenance', 'glyp-laptop', 'glyp-lead', 'glyp-lead_listing', 'glyp-lead_source', 'glyp-leads_report', 'glyp-learning_hub', 'glyp-ledger', 'glyp-legal', 'glyp-license', 'glyp-lifetime', 'glyp-line_cap_arrow', 'glyp-line_cap_bar', 'glyp-line_cap_circle', 'glyp-line_cap_none', 'glyp-line_caps', 'glyp-line_style', 'glyp-link', 'glyp-location', 'glyp-location_charge', 'glyp-location_credit', 'glyp-location_kind', 'glyp-location_message', 'glyp-location_origin', 'glyp-location_tags', 'glyp-locations', 'glyp-locked', 'glyp-lodging', 'glyp-log_in', 'glyp-log_out', 'glyp-log_report', 'glyp-logbook', 'glyp-logbook_documents', 'glyp-lot_number', 'glyp-manager', 'glyp-map', 'glyp-markdown', 'glyp-market', 'glyp-materials', 'glyp-mattress_encasement', 'glyp-merge', 'glyp-message_billing', 'glyp-message_collections', 'glyp-message_complaint', 'glyp-message_misc', 'glyp-message_technician', 'glyp-messages', 'glyp-misc', 'glyp-miscellaneous', 'glyp-move_order', 'glyp-mowing', 'glyp-multi_housing', 'glyp-mute', 'glyp-navicon', 'glyp-new_location', 'glyp-no_charge', 'glyp-no_service', 'glyp-note', 'glyp-note_access', 'glyp-note_billing', 'glyp-note_collection', 'glyp-note_complaint', 'glyp-note_directions', 'glyp-note_focused', 'glyp-note_office', 'glyp-note_preservice', 'glyp-note_sales', 'glyp-note_service', 'glyp-notification', 'glyp-number', 'glyp-office', 'glyp-office_government', 'glyp-office_training', 'glyp-on_demand', 'glyp-on_demand_order', 'glyp-open', 'glyp-open_invoice', 'glyp-operations', 'glyp-options', 'glyp-order_actions', 'glyp-order_approved', 'glyp-order_batch', 'glyp-order_editor', 'glyp-order_pending', 'glyp-order_series', 'glyp-order_unapproved', 'glyp-org_structure', 'glyp-org_unit', 'glyp-org_unit_settings', 'glyp-origin', 'glyp-origin_client', 'glyp-origin_tech', 'glyp-outlook', 'glyp-overlap', 'glyp-password', 'glyp-past_due', 'glyp-paused', 'glyp-pay_brackets', 'glyp-payment', 'glyp-payment_ach', 'glyp-payment_application_apply', 'glyp-payment_application_correction', 'glyp-payment_application_initial', 'glyp-payment_application_refund', 'glyp-payment_application_transfer', 'glyp-payment_application_unapply', 'glyp-payment_application_unapply_all', 'glyp-payment_applications', 'glyp-payment_batch', 'glyp-payment_cash', 'glyp-payment_check', 'glyp-payment_coupon', 'glyp-payment_credit', 'glyp-payment_discount', 'glyp-payment_eft', 'glyp-payment_finance_charge', 'glyp-payments', 'glyp-payroll', 'glyp-pdf', 'glyp-pending', 'glyp-periodic', 'glyp-periodic_assessment', 'glyp-permission', 'glyp-pest', 'glyp-pest_ants', 'glyp-pest_bats', 'glyp-pest_bed_bugs', 'glyp-pest_birds', 'glyp-pest_crawling_insects', 'glyp-pest_dermestids', 'glyp-pest_fall_invaders', 'glyp-pest_flying_insects', 'glyp-pest_moles', 'glyp-pest_mosquitoes', 'glyp-pest_nuisance_animals', 'glyp-pest_ornamental', 'glyp-pest_ornamental_diseases', 'glyp-pest_roaches', 'glyp-pest_rodents', 'glyp-pest_scorpions', 'glyp-pest_snakes', 'glyp-pest_spiders', 'glyp-pest_stinging_insects', 'glyp-pest_stored_product_pests', 'glyp-pest_ticks_and_fleas', 'glyp-pest_viruses_and_bacteria', 'glyp-pest_weeds', 'glyp-pest_wood_destroyers', 'glyp-phone', 'glyp-pick_date', 'glyp-pick_list', 'glyp-platform_android', 'glyp-platform_ios', 'glyp-platform_macos', 'glyp-platform_windows', 'glyp-play', 'glyp-plus', 'glyp-plus_filled', 'glyp-plus_outline', 'glyp-portal', 'glyp-price_increase', 'glyp-price_increase_alt', 'glyp-pricing_table', 'glyp-print', 'glyp-privacy', 'glyp-product_sale', 'glyp-production', 'glyp-professional_consultation', 'glyp-program', 'glyp-program_elements', 'glyp-program_initiation', 'glyp-program_order', 'glyp-program_review', 'glyp-promo', 'glyp-proposal', 'glyp-protection', 'glyp-purchase_order', 'glyp-quality', 'glyp-query', 'glyp-radio_checked', 'glyp-radio_empty', 'glyp-reassign', 'glyp-receipt', 'glyp-recent', 'glyp-recommendation', 'glyp-record_details', 'glyp-recurring_revenue', 'glyp-redo', 'glyp-refresh', 'glyp-refund', 'glyp-region', 'glyp-released', 'glyp-remove', 'glyp-renewal', 'glyp-report', 'glyp-required_input', 'glyp-reschedule', 'glyp-restaurant_bar', 'glyp-revenue', 'glyp-review', 'glyp-rfid', 'glyp-ride_along', 'glyp-rodent_exclusion', 'glyp-route_change', 'glyp-route_optimization', 'glyp-rows', 'glyp-ruler', 'glyp-sales', 'glyp-sales_contest', 'glyp-sales_pipeline', 'glyp-sales_tax', 'glyp-sales_tax_exemption', 'glyp-schedule_lock', 'glyp-schedule_lock_afternoon', 'glyp-schedule_lock_day', 'glyp-schedule_lock_exact', 'glyp-schedule_lock_four_hour', 'glyp-schedule_lock_morning', 'glyp-schedule_lock_none', 'glyp-schedule_lock_two_day', 'glyp-schedule_lock_two_hour', 'glyp-schedule_lock_week', 'glyp-schedule_tyoe_every', 'glyp-schedule_type_every', 'glyp-schedule_type_none', 'glyp-schedule_type_on_demand', 'glyp-schedule_type_schedule', 'glyp-scheduled', 'glyp-scheduling', 'glyp-school_church', 'glyp-script', 'glyp-search', 'glyp-seeding', 'glyp-segment', 'glyp-sent', 'glyp-sentricon', 'glyp-service_agreement', 'glyp-service_form', 'glyp-service_miscellaneous', 'glyp-service_reminder', 'glyp-service_report', 'glyp-service_request', 'glyp-services', 'glyp-settings', 'glyp-setup', 'glyp-signature', 'glyp-simulator', 'glyp-site_map', 'glyp-site_map_annotation', 'glyp-site_map_chemical', 'glyp-site_map_edit_details', 'glyp-site_map_edit_geo', 'glyp-site_map_equipment', 'glyp-site_map_exterior', 'glyp-site_map_foundation', 'glyp-site_map_icon', 'glyp-site_map_interior', 'glyp-site_map_label', 'glyp-site_map_perimeter', 'glyp-site_map_settings_left', 'glyp-site_map_settings_right', 'glyp-site_map_template', 'glyp-skip', 'glyp-smart_traps', 'glyp-sms', 'glyp-snow_removal', 'glyp-sort', 'glyp-special', 'glyp-split', 'glyp-spp_scorecard', 'glyp-square_edge', 'glyp-start_sheet', 'glyp-start_time', 'glyp-statement', 'glyp-states', 'glyp-sticky', 'glyp-stop_time', 'glyp-store_material', 'glyp-store_order', 'glyp-store_order_back_order', 'glyp-store_order_cancelled', 'glyp-store_order_complete', 'glyp-store_order_pending', 'glyp-store_order_pending_return', 'glyp-store_order_pre_order', 'glyp-store_order_returned', 'glyp-stores', 'glyp-styling', 'glyp-subscribe', 'glyp-supplemental', 'glyp-support', 'glyp-sync', 'glyp-table', 'glyp-tablet', 'glyp-tablets', 'glyp-tag_manager', 'glyp-tags', 'glyp-task_runs', 'glyp-tech_pest_sightings', 'glyp-technician', 'glyp-technician_approach', 'glyp-template', 'glyp-termite_fumigation', 'glyp-terrier', 'glyp-territory', 'glyp-text', 'glyp-thermometer', 'glyp-third_party_billing', 'glyp-ticket_type', 'glyp-tickets', 'glyp-tidy', 'glyp-time', 'glyp-time_entry', 'glyp-timeline', 'glyp-toolbox', 'glyp-tqi', 'glyp-tracker', 'glyp-tracking', 'glyp-training_course', 'glyp-treatment_split', 'glyp-trends', 'glyp-trip_charge', 'glyp-ui_type', 'glyp-unchecked', 'glyp-undo', 'glyp-unit_sweep', 'glyp-unit_tag', 'glyp-university', 'glyp-unlocked', 'glyp-unscheduled', 'glyp-update_check_positions', 'glyp-upload', 'glyp-user', 'glyp-user_credit', 'glyp-user_tags', 'glyp-users', 'glyp-utility', 'glyp-vacation', 'glyp-vacuum', 'glyp-variant', 'glyp-vendor', 'glyp-versions', 'glyp-video', 'glyp-visible', 'glyp-warehouse', 'glyp-wdo', 'glyp-web_dusting', 'glyp-website', 'glyp-wildlife', 'glyp-wildlife_exclusion', 'glyp-winter_check', 'glyp-wizard', 'glyp-work', 'glyp-work_class', 'glyp-work_code', 'glyp-work_order', 'glyp-work_production', 'glyp-work_progress', 'glyp-work_yield', 'glyp-year', 'glyp-yield', 'glyp-zip_code', 'glyp-zone_adjacent', 'glyp-zone_check', 'glyp-zone_production', 'glyp-zone_remote', 'glyp-zoom_fit'] as const
4
4
 
5
5
  const Glyps = {
6
6
  names
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g fill="currentColor" fill-opacity="0.33" fill-rule="evenodd" stroke="currentColor" stroke-width="2"><circle cx="16" cy="16" r="11"/><path stroke-linejoin="round" d="M13 10v12l9-6z"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g fill="currentColor" fill-rule="nonzero"><path d="M14.12 4.15a11.927 11.927 0 0 1 3.758-.002 3 3 0 0 0 5.174 2.143 11.929 11.929 0 0 1 2.657 2.66 3 3 0 0 0 2.142 5.173 11.93 11.93 0 0 1 0 3.758 3 3 0 0 0-2.144 5.172 11.931 11.931 0 0 1-2.659 2.657 3.003 3.003 0 0 0-3.32-.704l.161-.06v-2.532a7.498 7.498 0 0 0 3.607-6.173L23.5 16c0-4.134-3.347-7.5-7.5-7.5A7.498 7.498 0 0 0 8.5 16a7.497 7.497 0 0 0 3.61 6.415v2.532a3 3 0 0 0-3.16.764 11.928 11.928 0 0 1-2.658-2.658 3 3 0 0 0-2.142-5.17 11.931 11.931 0 0 1-.002-3.759A3 3 0 0 0 6.29 8.951a11.929 11.929 0 0 1 2.658-2.658A3.004 3.004 0 0 0 12.27 7a3 3 0 0 0 1.85-2.85Z"/><path fill-opacity="0.33" d="M15.043 10.302c.403.147.134.887-.194 1.786l-.951 2.615a.997.997 0 0 0 .216 1.03l1.206 1.273a1 1 0 0 0 .84.306l1.744-.2a.997.997 0 0 0 .828-.654l.954-2.62c.225-.62.593-1.63.996-1.484.402.147.966 1.285 1.23 2.303a5.972 5.972 0 0 1-.17 3.556A5.977 5.977 0 0 1 19 21.415L19 28h-6v-6.926a8.888 8.888 0 0 1-1.167-.697 6 6 0 0 1 .771-9.09c.86-.617 2.037-1.131 2.44-.985Z"/><path fill-opacity="0.33" d="M15.043 10.302c.403.147.134.887-.194 1.786l-.951 2.615a.997.997 0 0 0 .216 1.03l1.206 1.273a1 1 0 0 0 .84.306l1.744-.2a.997.997 0 0 0 .828-.654l.954-2.62c.225-.62.593-1.63.996-1.484.402.147.966 1.285 1.23 2.303a5.972 5.972 0 0 1-.17 3.556A5.977 5.977 0 0 1 19 21.415L19 28h-6v-6.926a8.888 8.888 0 0 1-1.167-.697 6 6 0 0 1 .771-9.09c.86-.617 2.037-1.131 2.44-.985Z"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g fill="currentColor" fill-rule="evenodd"><path fill-opacity="0.33" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M5 6h22v5H5zM6 11h20v15H6z"/><rect width="8" height="2" x="12" y="15" rx="1"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path fill="currentColor" fill-opacity="0.33" fill-rule="evenodd" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M13.137 6.508v12.067h-2.283c-.795 0-1.44.675-1.44 1.508 0 .4.152.784.422 1.067l5.163 5.408a1.394 1.394 0 0 0 2.036 0l5.162-5.408a1.56 1.56 0 0 0 0-2.133 1.407 1.407 0 0 0-1.018-.442h-2.283V6.508c0-.833-.644-1.508-1.44-1.508h-2.88c-.794 0-1.439.675-1.439 1.508Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path fill="currentColor" fill-opacity="0.33" fill-rule="evenodd" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M25.508 18.88H13.442v2.283c0 .795-.676 1.44-1.509 1.44-.4 0-.783-.152-1.066-.422l-5.409-5.163a1.394 1.394 0 0 1 0-2.036l5.409-5.163a1.56 1.56 0 0 1 2.133 0c.283.27.442.636.442 1.018v2.283h12.066c.833 0 1.509.645 1.509 1.44v2.88c0 .795-.676 1.44-1.509 1.44Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path fill="currentColor" fill-opacity="0.33" fill-rule="evenodd" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M6.525 18.88h12.066v2.283c0 .795.676 1.44 1.509 1.44.4 0 .783-.152 1.066-.422l5.409-5.163a1.394 1.394 0 0 0 0-2.036l-5.409-5.163a1.56 1.56 0 0 0-2.133 0c-.283.27-.442.636-.442 1.018v2.283H6.525c-.833 0-1.508.645-1.508 1.44v2.88c0 .795.675 1.44 1.508 1.44Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path fill="currentColor" fill-opacity="0.33" fill-rule="evenodd" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M13.137 25.492V13.425h-2.283c-.795 0-1.44-.675-1.44-1.508 0-.4.152-.784.422-1.067l5.163-5.408a1.394 1.394 0 0 1 2.036 0l5.162 5.408a1.56 1.56 0 0 1 0 2.133c-.27.283-.636.442-1.018.442h-2.283v12.067c0 .833-.644 1.508-1.44 1.508h-2.88c-.794 0-1.439-.675-1.439-1.508Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g fill="currentColor" fill-rule="evenodd"><circle cx="17" cy="17" r="10" fill-opacity="0.33" stroke="currentColor" stroke-width="2"/><path d="m4.536 7.364 9.485 9.485-1.122 1.122a1 1 0 0 0 .708 1.707h5.07a1 1 0 0 0 1-1v-5.071a1 1 0 0 0-1.706-.708l-1.122 1.122-9.485-9.485a1 1 0 0 0-1.414 0L4.536 5.95a1 1 0 0 0 0 1.414Z"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path fill="currentColor" fill-rule="nonzero" d="M20.727 4.18c1.147-.05 2.277.44 3.334 1.496 1.057 1.057 1.546 2.187 1.496 3.334-.05 1.145-.64 2.315-1.779 3.454l-8.485 8.486c-.758.758-1.55 1.163-2.318 1.214-.77.052-1.524-.248-2.208-.931-.683-.684-.983-1.438-.931-2.208.051-.768.456-1.56 1.214-2.318l7.354-7.354a.997.997 0 0 1 1.414 0 .997.997 0 0 1 0 1.414l-7.354 7.354c-.372.373-.585.674-.625.956-.037.263.095.494.343.741.247.248.478.38.741.343.282-.04.583-.253.956-.625l8.485-8.486c.745-.744 1.148-1.415 1.191-2.067.043-.645-.273-1.257-.908-1.893-.635-.635-1.248-.951-1.892-.908-.652.043-1.323.447-2.068 1.191L8.505 17.556c-1.12 1.12-1.713 2.166-1.758 3.193-.044 1.022.46 2.014 1.475 3.03 1.015 1.015 2.007 1.518 3.03 1.474 1.026-.045 2.072-.638 3.192-1.758l9.051-9.05a.997.997 0 0 1 1.415 0 .997.997 0 0 1 0 1.414l-9.051 9.05c-1.518 1.519-3.067 2.295-4.589 2.344-1.523.05-3.03-.628-4.462-2.06-1.433-1.433-2.11-2.94-2.061-4.463.049-1.522.825-3.07 2.343-4.589L17.273 5.96c1.139-1.139 2.31-1.729 3.454-1.778Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path fill="currentColor" fill-rule="nonzero" d="M18.586 4.586a2 2 0 0 1 2.828 2.828L12.83 16l8.585 8.586a2 2 0 0 1 .117 2.701l-.117.127a2 2 0 0 1-2.828 0l-10-10a2 2 0 0 1 0-2.828l10-10Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g fill="currentColor" fill-rule="nonzero"><path d="m18.989 4.713.769 1.173a1 1 0 0 0 .78.45l1.4.08a1 1 0 0 1 .941.941l.08 1.4a1 1 0 0 0 .45.78l1.172.769a1 1 0 0 1 .345 1.286l-.631 1.253a1 1 0 0 0 0 .9l.631 1.252a1 1 0 0 1-.345 1.286l-1.172.77a1 1 0 0 0-.45.779l-.08 1.4a1 1 0 0 1-.942.942l-1.4.08a1 1 0 0 0-.78.45l-.768 1.172a1 1 0 0 1-1.287.345l-1.252-.631a1 1 0 0 0-.9 0l-1.252.63a1 1 0 0 1-1.287-.344l-.769-1.173a1 1 0 0 0-.78-.45l-1.4-.08a1 1 0 0 1-.941-.941l-.08-1.4a1 1 0 0 0-.45-.78l-1.172-.769a1 1 0 0 1-.345-1.286l.631-1.252a1 1 0 0 0 0-.9l-.631-1.253a1 1 0 0 1 .345-1.286l1.172-.769a1 1 0 0 0 .45-.78l.08-1.4a1 1 0 0 1 .942-.941l1.4-.08a1 1 0 0 0 .78-.45l.768-1.173a1 1 0 0 1 1.287-.344l1.252.63a1 1 0 0 0 .9 0l1.252-.63a1 1 0 0 1 1.287.344ZM16 7.295a6 6 0 1 0 0 12 6 6 0 0 0 0-12Z"/><path fill-opacity="0.33" d="m21.46 17.491.056.084 3.905 6.508a.868.868 0 0 1-.27 1.173l-.086.05-5.206 2.602a.868.868 0 0 1-1.133-.33l-.048-.094L16 21.458l-2.678 6.026a.868.868 0 0 1-1.085.465l-.096-.04-5.206-2.604a.868.868 0 0 1-.402-1.134l.046-.088 3.905-6.508c.246-.411 3.455 1.907 5.516 1.925 2.041.018 5.194-2.353 5.46-2.009Z"/><path fill-opacity="0.33" d="m21.46 17.491.056.084 3.905 6.508a.868.868 0 0 1-.27 1.173l-.086.05-5.206 2.602a.868.868 0 0 1-1.133-.33l-.048-.094L16 21.458l-2.678 6.026a.868.868 0 0 1-1.085.465l-.096-.04-5.206-2.604a.868.868 0 0 1-.402-1.134l.046-.088 3.905-6.508C10.73 17.164 13.912 19.983 16 20c2.013.016 5.194-2.853 5.46-2.509Z"/><path fill-opacity="0.33" d="M16 6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13Z"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g fill="currentColor" fill-rule="evenodd"><path fill-opacity="0.33" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M5 5h22v22H5z"/><rect width="5" height="2" x="7" y="7" rx="1"/><rect width="5" height="2" x="20" y="7" rx="1"/><rect width="5" height="2" x="13.5" y="7" rx="1"/><rect width="5" height="2" x="7" y="10" rx="1"/><rect width="5" height="2" x="20" y="10" rx="1"/><rect width="5" height="2" x="13.5" y="10" rx="1"/><rect width="5" height="2" x="7" y="13" rx="1"/><rect width="5" height="2" x="20" y="13" rx="1"/><rect width="5" height="2" x="13.5" y="13" rx="1"/><rect width="5" height="2" x="7" y="16" rx="1"/><rect width="5" height="2" x="20" y="16" rx="1"/><rect width="5" height="2" x="7" y="19" rx="1"/><rect width="5" height="2" x="7" y="22" rx="1"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g fill="none" fill-rule="evenodd"><circle cx="9" cy="8" r="3" fill="currentColor" fill-opacity="0.33" stroke="currentColor" stroke-linejoin="round" stroke-width="2"/><circle cx="23" cy="8" r="3" fill="currentColor" fill-opacity="0.33" stroke="currentColor" stroke-linejoin="round" stroke-width="2"/><circle cx="9" cy="24" r="3" fill="currentColor" fill-opacity="0.33" stroke="currentColor" stroke-linejoin="round" stroke-width="2"/><path fill="currentColor" d="M8 11h2v10H8z"/><path stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M9 21c0-3.333 1.556-5 4.667-5h4.666C21.444 16 23 14.333 23 11"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g fill="currentColor" fill-rule="nonzero"><path fill-opacity="0.33" d="M16 28c5.667 0 7.667-4 6-12-3-4.667-5-7-6-7s-3 2.333-6 7c-1.667 8 .333 12 6 12Z"/><path d="M22.5 3a.929.929 0 0 1 0 1.857c-2.488 0-3.983 1.21-4.529 3.633 1.314.55 2.207 1.627 2.207 2.867 0 .383-.085.645-.241.82a5.567 5.567 0 0 1 1.418 1.025c1.356-.802 2.074-2.61 2.074-5.56a.929.929 0 1 1 1.857 0c0 3.458-.924 5.858-2.844 7.074.326.638.563 1.353.723 2.13 2.267-.536 4.159-.121 5.563 1.283a.929.929 0 0 1-1.313 1.313c-.98-.979-2.332-1.225-4.196-.692l.18-.049.013.24c.007.152.011.306.014.46l.002.313a9.88 9.88 0 0 1-.186 1.9.858.858 0 0 1 .138.055c2.204 1.103 3.299 3.292 3.299 6.402a.929.929 0 1 1-1.858 0c0-2.46-.762-3.986-2.272-4.74l.166.087C21.46 26.616 18.73 29 16 29s-5.46-2.384-6.715-5.582l.166-.087c-1.51.754-2.272 2.28-2.272 4.74a.929.929 0 1 1-1.858 0c0-3.11 1.095-5.3 3.3-6.402a.935.935 0 0 1 .138-.055 9.802 9.802 0 0 1-.188-1.9c0-.262.006-.52.017-.773l.012-.24-.082-.022c-1.73-.436-3-.169-3.933.763a.929.929 0 1 1-1.313-1.313c1.404-1.404 3.296-1.82 5.563-1.284.16-.776.396-1.491.722-2.13C7.638 13.5 6.714 11.1 6.714 7.643a.929.929 0 1 1 1.857 0c0 2.948.718 4.757 2.074 5.56.404-.404.874-.749 1.418-1.027-.156-.174-.242-.436-.242-.819 0-1.24.893-2.318 2.207-2.866-.545-2.423-2.04-3.634-4.528-3.634A.929.929 0 0 1 9.5 3c3.4 0 5.614 1.844 6.346 5.11L16 8.107l.154.003C16.886 4.844 19.1 3 22.5 3ZM10.436 19.194l-.007.344v.176c0 3.4 2.278 6.595 4.643 7.29v-13.75c-3.171.291-4.526 2.164-4.636 5.94Zm6.493-5.94v13.75c2.363-.695 4.642-3.89 4.642-7.29v-.176l-.007-.344c-.11-3.775-1.465-5.649-4.635-5.94ZM16 9.965c-1.369 0-2.32.74-2.32 1.393 0 .077.013.155.038.234.68-.154 1.44-.234 2.283-.234s1.602.08 2.281.232a.706.706 0 0 0 .04-.232c0-.653-.951-1.393-2.321-1.393Z"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g fill="currentColor" fill-rule="evenodd"><rect width="18" height="22" x="7" y="5" fill-opacity="0.33" stroke="currentColor" stroke-linejoin="round" stroke-width="2" rx="3"/><rect width="14" height="3" x="9" y="7" rx="1"/><g transform="translate(9 11)"><circle cx="1.5" cy="1.5" r="1.5"/><circle cx="5.167" cy="1.5" r="1.5"/><circle cx="8.833" cy="1.5" r="1.5"/><circle cx="12.5" cy="1.5" r="1.5" fill-opacity="0.33" fill-rule="nonzero"/></g><g transform="translate(9 14.667)"><circle cx="1.5" cy="1.5" r="1.5"/><circle cx="5.17" cy="1.5" r="1.5"/><circle cx="8.84" cy="1.5" r="1.5"/><circle cx="12.51" cy="1.5" r="1.5" fill-opacity="0.33" fill-rule="nonzero"/></g><g transform="translate(9 18.333)"><circle cx="1.5" cy="1.5" r="1.5"/><circle cx="5.17" cy="1.5" r="1.5"/><circle cx="8.84" cy="1.5" r="1.5"/><circle cx="12.51" cy="1.5" r="1.5" fill-opacity="0.33" fill-rule="nonzero"/></g><g transform="translate(9 22)"><circle cx="8.84" cy="1.5" r="1.5"/><rect width="6.666" height="3" rx="1.5"/><circle cx="12.51" cy="1.5" r="1.5" fill-opacity="0.33" fill-rule="nonzero"/></g></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g fill="none" fill-rule="evenodd" stroke="currentColor" stroke-width="2"><circle cx="16" cy="16" r="11" fill="currentColor" fill-opacity="0.33"/><path stroke-linecap="round" stroke-linejoin="round" d="m10 17 4 4 7-10"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g fill="currentColor" fill-rule="evenodd"><circle cx="16" cy="16" r="11" fill-opacity="0.33" stroke="currentColor" stroke-width="2"/><path d="M20.95 11.05a1 1 0 0 1 0 1.414L17.414 16l3.536 3.537a1 1 0 0 1-1.414 1.414L16 17.413l-3.536 3.537a1 1 0 0 1-1.414-1.414l3.536-3.537-3.536-3.535a1 1 0 0 1 1.414-1.414L16 14.584l3.536-3.534a1 1 0 0 1 1.414 0Z"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g fill="currentColor" fill-rule="evenodd"><path fill-opacity="0.33" fill-rule="nonzero" d="m17.62 24.168-.055-.029a.938.938 0 0 1-.482-.86l.005-.067.683-5.96 1.864.214-.625 5.449.048.052.066.076.065.082c.39.511.615 1.188.615 2.017 0 1.526-1.062 2.143-2.669 2.252l-.172.01-.205.008-.222.003-.976-.002-.253-.006-.156-.007-.08-.004c-1.66-.098-2.763-.707-2.763-2.254 0-.809.26-1.485.694-2.01a3.12 3.12 0 0 1 .148-.166l.04-.042-.87-5.416 1.852-.297.958 5.958a.938.938 0 0 1-.44.951l-.067.038-.032.025-.05.044c-.027.027-.06.06-.093.101-.165.199-.264.457-.264.814 0 .178.135.286.603.346l.143.016.163.013.154.01.13.005.22.005h.182l.729.002.133-.002.177-.004.113-.006.172-.01.153-.015c.525-.055.672-.166.672-.36 0-.42-.092-.697-.23-.878a.616.616 0 0 0-.083-.09l-.026-.02.032.014Z"/><path fill-opacity="0.33" fill-rule="nonzero" d="m17.62 24.168-.055-.029a.938.938 0 0 1-.482-.86l.005-.067.683-5.96 1.864.214-.625 5.449.048.052.066.076.065.082c.39.511.615 1.188.615 2.017 0 1.526-1.062 2.143-2.669 2.252l-.172.01-.205.008-.222.003-.976-.002-.253-.006-.156-.007-.08-.004c-1.66-.098-2.763-.707-2.763-2.254 0-.809.26-1.485.694-2.01a3.12 3.12 0 0 1 .148-.166l.04-.042-.87-5.416 1.852-.297.958 5.958a.938.938 0 0 1-.44.951l-.067.038-.032.025-.05.044c-.027.027-.06.06-.093.101-.165.199-.264.457-.264.814 0 .178.135.286.603.346l.143.016.163.013.154.01.13.005.22.005h.182l.729.002.133-.002.177-.004.113-.006.172-.01.153-.015c.525-.055.672-.166.672-.36 0-.42-.092-.697-.23-.878a.616.616 0 0 0-.083-.09l-.026-.02.032.014Z"/><path d="M27.526 6c.071.003.631.047.43.75L25.025 17.1a.75.75 0 0 1-.47 1.281l-.056.002H7.612a.75.75 0 0 1-.548-1.264C6.454 15.056 4.192 7.4 4.033 6.75c-.184-.75.47-.75.47-.75Z"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g fill="currentColor" fill-rule="evenodd"><path fill-opacity="0.33" fill-rule="nonzero" d="M3 28V7l2-2h22l2 3v13l-3 2H8z"/><path fill-rule="nonzero" d="M6.5 4C3.681 4 2 6.077 2 8.5V30l6.5-6h17c2.75 0 4.417-1.78 4.5-4.5v-11C30 6.077 28.25 4 25.5 4Zm0 2h19C26.916 6 28 7.034 28 8.5v11c0 1.48-1.085 2.514-2.5 2.5h-18L4 25.5v-17C4 7.073 5.02 6.063 6.5 6Z"/><path d="M13.707 17.207a1 1 0 0 0 .059-1.35l-.059-.064c-.235-.235-.423-.668-.546-1.298A2 2 0 1 0 11 12.5h-.001c0 2.242.39 3.805 1.293 4.707a1 1 0 0 0 1.414 0ZM19.707 17.207a1 1 0 0 0 .059-1.35l-.059-.064c-.235-.235-.423-.668-.546-1.298A2 2 0 1 0 17 12.5h-.001c0 2.242.39 3.805 1.293 4.707a1 1 0 0 0 1.414 0Z"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g fill="none" fill-rule="evenodd" stroke="currentColor" stroke-width="2"><circle cx="16" cy="16" r="11" fill="currentColor" fill-opacity="0.33"/><path stroke-linecap="round" stroke-linejoin="round" d="m10 17 4 4 7-10"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g fill="none" fill-rule="evenodd"><path fill="currentColor" fill-opacity="0.33" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M25.156 24.098A10.949 10.949 0 0 0 27 18c0-6.075-4.925-11-11-11S5 11.925 5 18c0 2.24.67 4.325 1.82 6.063"/><path fill="currentColor" d="M7 23h18v2H7z"/><rect width="2" height="3" x="15" y="7" fill="currentColor" rx="1"/><rect width="2" height="3" x="19.75" y="8.273" fill="currentColor" rx="1" transform="rotate(30 20.75 9.773)"/><rect width="2" height="3" x="23.227" y="11.75" fill="currentColor" rx="1" transform="rotate(60 24.227 13.25)"/><rect width="2" height="3" x="24.5" y="16.5" fill="currentColor" rx="1" transform="rotate(90 25.5 18)"/><rect width="2" height="3" x="23.227" y="21.25" fill="currentColor" rx="1" transform="rotate(120 24.227 22.75)"/><rect width="2" height="3" x="6.773" y="21.25" fill="currentColor" rx="1" transform="rotate(-120 7.773 22.75)"/><rect width="2" height="3" x="5.5" y="16.5" fill="currentColor" rx="1" transform="rotate(-90 6.5 18)"/><rect width="2" height="3" x="6.773" y="11.75" fill="currentColor" rx="1" transform="rotate(-60 7.773 13.25)"/><rect width="2" height="3" x="10.25" y="8.273" fill="currentColor" rx="1" transform="rotate(-30 11.25 9.773)"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="m16 18 5-5"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g fill="currentColor" fill-rule="evenodd"><path fill-opacity="0.33" fill-rule="nonzero" d="M11 5v22h14V9l-4-4z"/><path d="M6 18.018h8.027v1.611a1 1 0 0 0 1.71.705l3.608-3.629a1 1 0 0 0 0-1.41l-3.608-3.63a1 1 0 0 0-1.71.706v1.611H6a1 1 0 0 0-1 1v2.036a1 1 0 0 0 1 1Z"/><path d="M21 4a1 1 0 0 1 .707.293l4 4A1 1 0 0 1 26 9v18a1 1 0 0 1-1 1H11a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1Zm-1.5 2H12v20h12V10.5h-3.5a1 1 0 0 1-1-1V6Zm3.585 2.5L21.5 6.915V8.5h1.585Z"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g fill="currentColor" fill-rule="evenodd"><path fill-opacity="0.33" fill-rule="nonzero" d="M5 5v22h14V9l-4-4z"/><path d="M14 18.018h8.027v1.611a1 1 0 0 0 1.71.705l3.608-3.629a1 1 0 0 0 0-1.41l-3.608-3.63a1 1 0 0 0-1.71.706v1.611H14a1 1 0 0 0-1 1v2.036a1 1 0 0 0 1 1Z"/><path d="M15 4a1 1 0 0 1 .707.293l4 4A1 1 0 0 1 20 9v18a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1Zm-1.5 2H6v20h12V10.5h-3.5a1 1 0 0 1-1-1V6Zm3.585 2.5L15.5 6.915V8.5h1.585Z"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g fill="currentColor" fill-rule="nonzero"><path fill-opacity="0.33" d="M8 8.385C8.85 6.128 11.684 5 16.501 5c4.817 0 7.651 1.128 8.501 3.385v15.23c-.85 2.257-3.684 3.385-8.5 3.385C11.683 27 8.85 25.872 8 23.615V8.385Z"/><path d="M16.452 4.027c2.633.031 4.964.465 6.641 1.2.847.371 1.529.82 2.006 1.331.427.457.692.963.774 1.51l.022.206.005 15.294c0 .65-.252 1.25-.716 1.783-.467.538-1.153 1.01-2.007 1.399-1.709.776-4.1 1.223-6.727 1.223-2.575 0-4.923-.429-6.623-1.177-.852-.374-1.543-.83-2.026-1.35-.429-.46-.696-.973-.776-1.525l-.02-.21L7 8.426c.041-.663.319-1.267.795-1.8.48-.54 1.166-1.009 2.01-1.392 1.703-.775 4.06-1.207 6.647-1.207ZM23.82 21.38c-1.725.975-4.394 1.548-7.369 1.548-2.974 0-5.644-.573-7.368-1.548v2.19l.01.096c.045.227.246.45.54.667.398.296.978.574 1.694.813 1.332.444 3.13.746 5.124.746 1.966 0 3.74-.294 5.068-.736.703-.235 1.28-.51 1.686-.807.35-.254.578-.52.614-.792v-2.177Zm0-5.046c-1.725.976-4.394 1.549-7.369 1.549-2.974 0-5.644-.573-7.368-1.548v2.189l.01.097c.045.226.246.449.54.667.398.295.978.574 1.694.812 1.332.444 3.13.746 5.124.746 1.966 0 3.74-.293 5.068-.735.703-.235 1.28-.51 1.686-.807.35-.255.578-.52.614-.793v-2.177Zm0-5.045c-1.725.975-4.394 1.548-7.369 1.548-2.975 0-5.644-.573-7.369-1.548v2.19l.01.096c.046.227.247.45.541.667.398.296.978.574 1.694.813 1.332.444 3.13.746 5.124.746 1.966 0 3.74-.294 5.068-.736.703-.235 1.28-.51 1.686-.807.35-.255.578-.52.614-.793v-2.176ZM16.45 6.109c-1.994 0-3.792.302-5.124.746-.716.239-1.296.517-1.694.813-.336.249-.55.504-.55.764s.214.515.55.764c.398.295.978.574 1.694.812 1.332.444 3.13.747 5.124.747 1.994 0 3.792-.303 5.124-.747.716-.238 1.296-.517 1.694-.812.336-.25.55-.504.55-.764s-.214-.515-.55-.764c-.398-.296-.978-.574-1.694-.813-1.332-.444-3.13-.746-5.124-.746Z"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g fill="currentColor" fill-rule="evenodd"><circle cx="16" cy="16" r="7" fill-opacity="0.33" stroke="currentColor" stroke-linejoin="round" stroke-width="2"/><rect width="2" height="3" x="15" y="4" rx="1"/><rect width="2" height="3" x="20.25" y="5.407" rx="1" transform="rotate(30 21.25 6.907)"/><rect width="2" height="3" x="24.093" y="9.25" rx="1" transform="rotate(60 25.093 10.75)"/><rect width="2" height="3" x="25.5" y="14.5" rx="1" transform="rotate(90 26.5 16)"/><rect width="2" height="3" x="24.093" y="19.75" rx="1" transform="rotate(120 25.093 21.25)"/><rect width="2" height="3" x="20.25" y="23.593" rx="1" transform="rotate(150 21.25 25.093)"/><rect width="2" height="3" x="15" y="25" rx="1" transform="rotate(180 16 26.5)"/><rect width="2" height="3" x="9.75" y="23.593" rx="1" transform="rotate(-150 10.75 25.093)"/><rect width="2" height="3" x="5.907" y="19.75" rx="1" transform="rotate(-120 6.907 21.25)"/><rect width="2" height="3" x="4.5" y="14.5" rx="1" transform="rotate(-90 5.5 16)"/><rect width="2" height="3" x="5.907" y="9.25" rx="1" transform="rotate(-60 6.907 10.75)"/><rect width="2" height="3" x="9.75" y="5.407" rx="1" transform="rotate(-30 10.75 6.907)"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g fill="none" fill-rule="evenodd"><path fill="currentColor" fill-opacity="0.33" fill-rule="nonzero" d="M10 27 9 9h14l-1 18z"/><path fill="currentColor" d="M19 4a1 1 0 0 1 .993.883L20 5v2h4a1 1 0 0 1 0 2h-.052l-.95 18.055a1 1 0 0 1-.886.939L22 28H10a1 1 0 0 1-.986-.833l-.012-.112L8.05 9H8a1 1 0 1 1 0-2h4V5a1 1 0 0 1 .883-.993L13 4h6Zm2.946 5H10.053l.893 17h10.107l.893-17ZM18 6h-4v1h4V6Z"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M16 12v11M12.5 12l.5 11M19.5 12 19 23"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g fill="currentColor" fill-rule="evenodd"><g transform="translate(5 5)"><path fill-opacity="0.33" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M0 0h6v22H0z"/><circle cx="3" cy="4.5" r="1.5"/><path d="M2 11h2v8H2z"/></g><g transform="translate(11 5)"><path fill-opacity="0.33" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M0 0h6v22H0z"/><circle cx="3" cy="4.5" r="1.5"/><path d="M2 11h2v8H2z"/></g><g transform="rotate(-8 46.209 -128.711)"><path fill-opacity="0.33" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M0 0h6v22H0z"/><circle cx="3" cy="4.5" r="1.5"/><path d="M2 11h2v8H2z"/></g></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g fill="currentColor" fill-rule="nonzero"><path d="M24 12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V14a2 2 0 0 1 2-2h11l-2 2H6v12h18V14h-3l2-2Z"/><path fill-opacity="0.33" d="M25 13v14H5V13h11l-4 4-1 4.5 4-1.5 7-7h3Z"/><path fill-opacity="0.33" d="M24 5 12 17l-1 4 4-1L27 8z"/><path fill-opacity="0.33" d="M24 5 12 17l-1 4 4-1L27 8z"/><path d="M27.607 7.222a1 1 0 0 1 0 1.414L15.464 20.778a1 1 0 0 1-.39.242l-4.243 1.414a1 1 0 0 1-1.265-1.265l1.414-4.243a1 1 0 0 1 .242-.39L23.364 4.393a1 1 0 0 1 1.414 0Zm-2.122.707-1.414-1.414-1.413 1.413 1.413 1.415-1.414 1.414-1.414-1.415-8.44 8.44-.706 2.121 2.122-.707L25.485 7.929Z"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path fill="currentColor" fill-opacity="0.33" fill-rule="evenodd" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="m15.41 22.75-5.134 3.748a1 1 0 0 1-1.54-1.119l1.977-6.041a1 1 0 0 0-.364-1.122l-5.151-3.725a1 1 0 0 1 .588-1.81l6.357.013a1 1 0 0 0 .954-.693l1.951-6.05a1 1 0 0 1 1.904 0l1.951 6.05a1 1 0 0 0 .954.693l6.357-.013a1 1 0 0 1 .588 1.81l-5.151 3.725a1 1 0 0 0-.364 1.122l1.977 6.041a1 1 0 0 1-1.54 1.12L16.59 22.75a1 1 0 0 0-1.18 0Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" version="1.0" viewBox="0 -1 32 34"><g fill="currentColor"><path fill-opacity="0.33" d="M16.727.04c-.57.097-1.125.405-1.754.972-.516.465-.996 1.004-2.094 2.363C11.234 5.398 10.695 6 9.348 7.289c-.887.852-1.188 1.149-1.711 1.7-2.946 3.073-5.2 6.312-6.664 9.59-.336.741-.66 1.612-.868 2.304-.113.39-.117.398-.085.59.18 1.136 1.886 2.62 4.527 3.933 2.566 1.278 5.57 2.121 8.316 2.344.762.063 2.278.055 3.239-.016l.195-.011.148.257c.176.305.543.825.793 1.122.282.328 1.086 1.058 1.434 1.304a8.673 8.673 0 0 0 4.015 1.535c.434.055 1.532.063 1.942.012a9.898 9.898 0 0 0 1.594-.316c1.359-.422 2.367-1 3.343-1.91 1.086-1.016 1.778-2.133 2.172-3.516.184-.652.254-1.188.254-1.95 0-.648-.027-.91-.148-1.488-.438-2.074-1.785-3.902-3.723-5.046a8.915 8.915 0 0 0-2.766-1.028 9.312 9.312 0 0 0-2.925-.058c-1.215.175-2.465.64-3.426 1.277-.203.133-.246.133-.637.02-2.988-.864-6.613-.446-8.715 1.015-.234.16-.257.172-.39.172-.075 0-.14-.004-.14-.012 0-.004.077-.187.171-.406.469-1.078.762-1.988 1.492-4.617.457-1.66.645-2.274.953-3.14.578-1.614 1.305-2.864 2.125-3.653.395-.379.77-.469 2.422-.559 1.07-.062 1.328-.097 1.672-.226.344-.14.848-.223 2.004-.348.465-.05.96-.11 1.098-.129.668-.101 1.066-.246 1.27-.457.148-.156.194-.293.171-.531a.795.795 0 0 0-.277-.55c-.157-.15-.344-.243-.746-.372-.356-.113-.446-.156-.446-.219 0-.02.137-.168.305-.328.5-.484.691-.797.71-1.18.013-.261-.03-.43-.175-.636-.46-.66-1.68-1.188-3.668-1.598C17.36-.008 17.11-.03 16.727.04zm0 0"/><path fill="none" stroke="currentColor" stroke-width="2" d="M16.727.04c-.57.097-1.125.405-1.754.972-.516.465-.996 1.004-2.094 2.363C11.234 5.398 10.695 6 9.348 7.289c-.887.852-1.188 1.149-1.711 1.7-2.946 3.073-5.2 6.312-6.664 9.59-.336.741-.66 1.612-.868 2.304-.113.39-.117.398-.085.59.18 1.136 1.886 2.62 4.527 3.933 2.566 1.278 5.57 2.121 8.316 2.344.762.063 2.278.055 3.239-.016l.195-.011.148.257c.176.305.543.825.793 1.122.282.328 1.086 1.058 1.434 1.304a8.673 8.673 0 0 0 4.015 1.535c.434.055 1.532.063 1.942.012a9.898 9.898 0 0 0 1.594-.316c1.359-.422 2.367-1 3.343-1.91 1.086-1.016 1.778-2.133 2.172-3.516.184-.652.254-1.188.254-1.95 0-.648-.027-.91-.148-1.488-.438-2.074-1.785-3.902-3.723-5.046a8.915 8.915 0 0 0-2.766-1.028 9.312 9.312 0 0 0-2.925-.058c-1.215.175-2.465.64-3.426 1.277-.203.133-.246.133-.637.02-2.988-.864-6.613-.446-8.715 1.015-.234.16-.257.172-.39.172-.075 0-.14-.004-.14-.012 0-.004.077-.187.171-.406.469-1.078.762-1.988 1.492-4.617.457-1.66.645-2.274.953-3.14.578-1.614 1.305-2.864 2.125-3.653.395-.379.77-.469 2.422-.559 1.07-.062 1.328-.097 1.672-.226.344-.14.848-.223 2.004-.348.465-.05.96-.11 1.098-.129.668-.101 1.066-.246 1.27-.457.148-.156.194-.293.171-.531a.795.795 0 0 0-.277-.55c-.157-.15-.344-.243-.746-.372-.356-.113-.446-.156-.446-.219 0-.02.137-.168.305-.328.5-.484.691-.797.71-1.18.013-.261-.03-.43-.175-.636-.46-.66-1.68-1.188-3.668-1.598C17.36-.008 17.11-.03 16.727.04zm0 0"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path fill="currentColor" fill-rule="nonzero" d="M13.414 4.586a2 2 0 0 0-2.828 2.828L19.17 16l-8.585 8.586a2 2 0 0 0-.117 2.701l.117.127a2 2 0 0 0 2.828 0l10-10a2 2 0 0 0 0-2.828l-10-10Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g fill="currentColor" fill-rule="evenodd"><circle cx="16" cy="16" r="11" fill-opacity="0.33" stroke="currentColor" stroke-width="2"/><path fill-rule="nonzero" d="M19.191 25.509c-.5.1-.688-.213-.688-.476 0-.337.012-1.414.012-2.753 0-.938-.313-1.539-.675-1.852 2.227-.25 4.567-1.1 4.567-4.943 0-1.1-.388-1.99-1.026-2.69.1-.25.45-1.276-.1-2.653 0 0-.839-.275-2.753 1.026a9.29 9.29 0 0 0-2.503-.338 9.29 9.29 0 0 0-2.503.338c-1.914-1.289-2.753-1.026-2.753-1.026-.55 1.377-.2 2.403-.1 2.653-.638.7-1.026 1.602-1.026 2.69 0 3.83 2.328 4.693 4.555 4.943-.288.25-.55.689-.638 1.34-.576.262-2.015.688-2.916-.827-.188-.3-.75-1.038-1.54-1.026-.837.013-.337.476.013.664.426.237.914 1.126 1.027 1.414.2.563.85 1.639 3.366 1.176 0 .838.012 1.627.012 1.864 0 .263-.187.564-.688.476C13 27 19 27 19.191 25.509Z"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g fill="none" fill-rule="evenodd"><circle cx="16" cy="16" r="11" fill="currentColor" fill-opacity="0.33" fill-rule="nonzero"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m20 20-4-4V9"/><path fill="currentColor" fill-rule="nonzero" d="M5.336 5.446c.341-.005.556.078.718.222.16.142.27.34.298.568l.492 4.012 4.008-.492c.341-.005.556.077.718.222a.904.904 0 0 1 .113 1.237.905.905 0 0 1-.605.342l-4.908.603c-.341.006-.556-.077-.719-.222a.904.904 0 0 1-.297-.568L4.55 6.462c-.006-.341.077-.555.222-.718a.904.904 0 0 1 .563-.298Z"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M5.387 13.096A11.012 11.012 0 0 0 5 16c0 6.075 4.925 11 11 11s11-4.925 11-11S22.075 5 16 5a11 11 0 0 0-9.892 6.184"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g fill="currentColor" fill-rule="evenodd"><path fill-opacity="0.33" fill-rule="nonzero" d="m4 14 6-6 6 6h11.5v10h-23z"/><path d="m10.642 7.234.064.059L13.413 10H15V8.5a1 1 0 0 1 .925-.997L16 7.5h3.5a1 1 0 0 1 .997.925l.003.075V10h4.5a1 1 0 0 1 .642.233l.065.06 4 4c.612.611.21 1.644-.63 1.704L29 16h-.5v7h.5a1 1 0 1 1 0 2h-26a1 1 0 0 1 0-2h.5l.001-7.134a1 1 0 0 1-1.145-.1l-.063-.059a1 1 0 0 1-.059-1.35l.059-.064 7-7a1 1 0 0 1 1.35-.059ZM10 9.414l-4.5 4.5V23h2.5v-2.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5V23h4v-4a1 1 0 0 1 .925-.997L17 18h7.5a1 1 0 0 1 .997.925L25.5 19v4h1v-7h-9.5a1 1 0 0 1-.642-.233l-.065-.06-6.293-6.293ZM23.499 20h-5.5v3h5.5v-3Zm-15-5a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5h-1.5a.5.5 0 0 1-.5-.5v-2a.5.5 0 0 1 .5-.5h1.5Zm4.5 0a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5h-1.5a.5.5 0 0 1-.5-.5v-2a.5.5 0 0 1 .5-.5h1.5Z"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g fill="currentColor" fill-rule="nonzero"><path fill-opacity="0.33" d="M5 7h22v18H5z"/><path fill-opacity="0.33" d="m5 22 4-4.5 3 3 7-7 8 8V25H5z"/><path d="M27.107 6c.493 0 .893.41.893.917v18.166c0 .507-.4.917-.893.917H4.893A.905.905 0 0 1 4 25.083V6.917C4 6.41 4.4 6 4.893 6Zm-7.871 8.567-7.296 7.26-2.735-2.722L6 22.292V24h20v-1.801l-6.764-7.632ZM26 8H6v11.726l3.205-3.189 2.735 2.722L19.236 12 26 19.499V8Zm-16 2a2 2 0 1 1 0 4 2 2 0 0 1 0-4Z"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g fill="currentColor" fill-rule="evenodd"><path fill-opacity="0.33" fill-rule="nonzero" d="m8 10-3 8 11 5 11-5-3-8z"/><path d="M24.03 10a1 1 0 0 1 .921.61l2.985 7.039A.99.99 0 0 1 28 18v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-5c0-.124.022-.242.064-.352l2.985-7.038a1 1 0 0 1 .92-.61h16.062Zm-1.38 2H9.35a1 1 0 0 0-.918.602L6.522 17h2.064a1 1 0 0 1 .608.206l.099.087 2.414 2.414a1 1 0 0 0 .707.293h7.172a1 1 0 0 0 .707-.293l2.414-2.414a1 1 0 0 1 .707-.293h2.063l-1.91-4.398A1 1 0 0 0 22.65 12Z"/><path d="M14 5v8h-1.586a1 1 0 0 0-.707 1.707l3.586 3.586a1 1 0 0 0 1.414 0l3.586-3.586A1 1 0 0 0 19.586 13H18V5a1 1 0 0 0-1-1h-2a1 1 0 0 0-1 1Z"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g fill="currentColor" fill-rule="nonzero"><circle cx="16" cy="16" r="11" fill-opacity="0.33"/><path d="M16 4c6.627 0 12 5.373 12 12s-5.373 12-12 12S4 22.627 4 16 9.373 4 16 4Zm0 2C10.477 6 6 10.477 6 16s4.477 10 10 10 10-4.477 10-10S21.523 6 16 6Z"/><path d="M17.055 9.263c-.817-.817-1.16-.817-1.976 0-.78.817-.78 1.159 0 1.976.816.779 1.159.779 1.976 0 .817-.817.817-1.159 0-1.976Zm1.083 12.825c-.305-.209-.514-.437-.646-.684-.152-.304-.229-.969-.229-1.995v-5.966c0-.38-.152-.57-.456-.57-.094 0-.341.076-.76.228a11.12 11.12 0 0 1-1.88.532c-.38.095-.57.247-.57.475 0 .171.17.323.513.456.323.133.532.304.665.532.095.19.152.646.152 1.387v2.926c0 1.007-.076 1.691-.228 2.014-.114.247-.342.475-.665.665-.267.152-.4.323-.4.494 0 .285.21.418.628.418h3.648c.418 0 .627-.133.627-.418 0-.152-.133-.323-.4-.494Z"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g fill="currentColor" fill-rule="evenodd"><path fill-opacity="0.33" fill-rule="nonzero" d="M4.5 26.5 16 4.5l11.5 22z"/><path fill-rule="nonzero" d="M14.588 4.366c-.506.28-.922.703-1.196 1.219L3.86 23.535c-.78 1.468-.245 3.304 1.195 4.1.434.24.92.365 1.413.365h19.067c1.638 0 2.966-1.354 2.966-3.025 0-.503-.123-.998-.358-1.44l-9.534-17.95c-.75-1.415-2.448-1.973-3.859-1.302l-.161.083Zm2.273 2.163 9.438 17.98c.077.148.118.313.118.481 0 .558-.439 1.01-.98 1.01H6.563a.955.955 0 0 1-.466-.122 1.027 1.027 0 0 1-.394-1.37L15.139 6.53a.964.964 0 0 1 1.721 0Z"/><circle cx="16" cy="23.5" r="1.5"/><path d="m16.75 20 .638-8.504a1.392 1.392 0 1 0-2.776 0L15.25 20a.752.752 0 0 0 1.5 0Z"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g fill="currentColor" fill-rule="evenodd"><rect width="6" height="20" x="4" y="4" fill-opacity="0.33" fill-rule="nonzero" rx="2"/><rect width="6" height="24" x="13" y="4" rx="2"/><rect width="6" height="16" x="22" y="4" fill-opacity="0.33" fill-rule="nonzero" rx="2"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g fill="currentColor" fill-rule="evenodd"><circle cx="16" cy="16" r="11" fill-opacity="0.33" fill-rule="nonzero"/><path fill-rule="nonzero" d="M16 4c6.627 0 12 5.373 12 12s-5.373 12-12 12S4 22.627 4 16 9.373 4 16 4Zm1.001 2.05L17 7a1 1 0 0 1-2 0v-.95a9.936 9.936 0 0 0-3.11.83l.476.826a1 1 0 1 1-1.732 1l-.476-.823c-.875.631-1.644 1.4-2.275 2.275l.823.476a1 1 0 0 1-1 1.732l-.825-.475A9.936 9.936 0 0 0 6.049 15H7a1 1 0 0 1 0 2l-.95.001a9.936 9.936 0 0 0 .83 3.108l.826-.475a1 1 0 1 1 1 1.732l-.823.476c.631.875 1.4 1.644 2.275 2.275l.476-.823a1 1 0 0 1 1.732 1l-.475.825c.964.436 2.01.723 3.109.832V25a1 1 0 0 1 2 0l.001.95a9.936 9.936 0 0 0 3.108-.83l-.475-.826a1 1 0 0 1 1.732-1l.476.823c.875-.631 1.644-1.4 2.275-2.275l-.823-.476a1 1 0 0 1 1-1.732l.825.475c.436-.964.722-2.01.832-3.108L25 17a1 1 0 0 1 0-2h.95a9.936 9.936 0 0 0-.83-3.11l-.826.476a1 1 0 0 1-1-1.732l.823-.476c-.631-.875-1.4-1.644-2.275-2.275l-.476.823a1 1 0 0 1-1.732-1l.475-.825a9.936 9.936 0 0 0-3.108-.832Z"/><path d="m17 9.5-4 7h2v6l4-7h-2z"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g fill="currentColor" fill-rule="evenodd"><path fill-opacity="0.33" fill-rule="nonzero" d="M5 7h22v18H5z"/><path d="M22 4a1 1 0 0 1 1 1v1h3a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3V5a1 1 0 1 1 2 0v1h10V5a1 1 0 0 1 1-1ZM9 8H6v16h20V8h-3v1a1 1 0 0 1-2 0V8H11v1a1 1 0 0 1-2 0V8Z"/><rect width="4" height="4" x="9" y="12" rx="1"/><rect width="4" height="4" x="14" y="12" rx="1"/><rect width="4" height="4" x="19" y="12" rx="1"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g fill="currentColor" fill-rule="nonzero"><circle cx="16" cy="16" r="11" fill-opacity="0.33"/><path d="M16 4c6.627 0 12 5.373 12 12s-5.373 12-12 12S4 22.627 4 16 9.373 4 16 4Zm0 12V9a1 1 0 0 1-1-1V6.05a9.936 9.936 0 0 0-3.11.83l.976 1.692a1 1 0 1 1-1.732 1l-.976-1.689c-.875.631-1.644 1.4-2.275 2.275l1.69.976a1 1 0 1 1-1 1.732l-1.692-.975A9.936 9.936 0 0 0 6.049 15H8a1 1 0 0 1 0 2l-1.95.001a9.936 9.936 0 0 0 .83 3.108l1.692-.975a1 1 0 1 1 1 1.732l-1.689.976c.631.875 1.4 1.644 2.275 2.275l.976-1.69a1 1 0 0 1 1.732 1l-.975 1.692c.964.436 2.01.723 3.109.832V24a1 1 0 0 1 2 0l.001 1.95a9.936 9.936 0 0 0 3.108-.83l-.975-1.692a1 1 0 1 1 1.732-1l.976 1.689c.875-.631 1.644-1.4 2.275-2.275l-1.69-.976a1 1 0 0 1 1-1.732l1.692.975c.436-.964.722-2.01.832-3.108L24 17a1 1 0 0 1-1-1h-7Z"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g fill="currentColor" fill-rule="evenodd"><path fill-opacity="0.33" fill-rule="nonzero" d="M5 7h22v18H5z"/><rect width="18" height="4" x="7" y="11" rx="1"/><rect width="12" height="4" x="7" y="16" rx="1"/><path d="M22 4a1 1 0 0 1 1 1v1h3a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3V5a1 1 0 1 1 2 0v1h10V5a1 1 0 0 1 1-1ZM9 8H6v16h20V8h-3v1a1 1 0 0 1-2 0V8H11v1a1 1 0 0 1-2 0V8Z"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g fill="currentColor" fill-rule="evenodd"><path fill-opacity="0.33" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M4 4h24v24H4z"/><rect width="6" height="14" x="6" y="6" rx="1"/><rect width="6" height="20" x="13" y="6" fill-opacity="0.33" fill-rule="nonzero" rx="1"/><rect width="6" height="8" x="20" y="6" rx="1"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g fill="none" fill-rule="evenodd" stroke="currentColor" stroke-width="2"><circle cx="16" cy="16" r="11" fill="currentColor" fill-opacity="0.33"/><path stroke-linecap="round" stroke-linejoin="round" d="m10 17 4 4 7-10"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g fill="currentColor" fill-rule="evenodd"><path fill-opacity="0.33" fill-rule="nonzero" d="m4 28 6-24h12l6 24z"/><path d="m4 28 6-24h1L6 28zM28 28 22 4h-1l5 24zM10.667 28h2l2-24h-1zM21.333 28h-2l-2-24h1z"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g fill="currentColor" fill-rule="evenodd"><circle cx="16" cy="16" r="11" fill-opacity="0.33" stroke="currentColor" stroke-width="2"/><path d="M15.277 7.485a.5.5 0 0 1 .139.139l3.066 4.599a.5.5 0 0 1-.416.777H16c0 5.189 1.824 7.714 5.577 8.003a1 1 0 1 1-.154 1.994c-2.372-.182-4.184-1.087-5.424-2.665L16 24a1 1 0 0 1-2 0V13h-2.066a.5.5 0 0 1-.416-.777l3.066-4.599a.5.5 0 0 1 .693-.139Z"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g fill="currentColor" fill-rule="evenodd"><rect width="22" height="22" x="5" y="5" fill-opacity="0.33" stroke="currentColor" stroke-linejoin="round" stroke-width="2" rx="2"/><path fill-rule="nonzero" d="M10 24V8h5.076c1.923 0 3.177.08 3.761.24.898.24 1.65.762 2.255 1.566S22 11.65 22 12.922c0 .983-.175 1.808-.524 2.478-.349.67-.792 1.195-1.33 1.577-.538.382-1.085.635-1.64.758-.755.153-1.849.23-3.28.23h-2.063V24H10Zm3.163-13.293v4.54h1.731c1.247 0 2.08-.084 2.5-.251.42-.167.75-.43.989-.786.239-.356.358-.771.358-1.244 0-.582-.168-1.062-.502-1.44a2.175 2.175 0 0 0-1.272-.71c-.378-.073-1.136-.11-2.276-.11h-1.528Z"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g fill="currentColor" fill-rule="evenodd"><circle cx="16" cy="16" r="11" fill-opacity="0.33" stroke="currentColor" stroke-width="2"/><rect width="12" height="2" x="10" y="15" rx="1"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g fill="currentColor" fill-rule="evenodd"><path fill-opacity="0.33" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M8.222 7.449c.018 4.733 1.433 8.504 4.242 11.314 2.81 2.81 6.582 4.224 11.314 4.242-4.296 4.296-11.26 4.296-15.556 0-4.296-4.295-4.296-11.26 0-15.556Z"/><path d="m23.713 17.187-1.462 1.024a.5.5 0 0 1-.765-.555l.522-1.707a.5.5 0 0 0-.177-.546l-1.426-1.074a.5.5 0 0 1 .293-.9l1.784-.03a.5.5 0 0 0 .464-.337l.581-1.688a.5.5 0 0 1 .946 0l.58 1.688a.5.5 0 0 0 .465.337l1.784.03a.5.5 0 0 1 .293.9l-1.426 1.074a.5.5 0 0 0-.177.546l.522 1.707a.5.5 0 0 1-.765.555l-1.462-1.024a.5.5 0 0 0-.574 0ZM16.713 10.187l-1.462 1.024a.5.5 0 0 1-.765-.555l.522-1.707a.5.5 0 0 0-.177-.546L13.405 7.33a.5.5 0 0 1 .293-.9l1.784-.03a.5.5 0 0 0 .464-.337l.581-1.688a.5.5 0 0 1 .946 0l.58 1.688a.5.5 0 0 0 .465.337l1.784.03a.5.5 0 0 1 .293.9l-1.426 1.074a.5.5 0 0 0-.177.546l.522 1.707a.5.5 0 0 1-.765.555l-1.462-1.024a.5.5 0 0 0-.574 0Z"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g fill="currentColor" fill-rule="evenodd"><g transform="translate(4 4)"><path d="M7 0a7 7 0 1 1 0 14A7 7 0 0 1 7 0Zm0 .875a6.125 6.125 0 0 0-5.927 7.673A9.638 9.638 0 0 1 8.55 1.072 6.135 6.135 0 0 0 7 .875Z"/><circle cx="7" cy="7" r="7" fill-opacity="0.33" fill-rule="nonzero"/></g><path fill-opacity="0.33" fill-rule="nonzero" d="m16 13 9.5 9.5L28 20l.071 8.071L20 28l2.5-2.5L13 16z"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g fill="currentColor" fill-rule="evenodd"><circle cx="16" cy="16" r="11" fill-opacity="0.33" stroke="currentColor" stroke-linejoin="round" stroke-width="2"/><circle cx="10" cy="16" r="2"/><circle cx="16" cy="16" r="2"/><circle cx="22" cy="16" r="2"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g fill="currentColor" fill-rule="evenodd"><circle cx="16" cy="16" r="11" fill-opacity="0.33" stroke="currentColor" stroke-width="2"/><path d="M16 10a1 1 0 0 1 1 1v4h4a1 1 0 0 1 0 2h-4v4a1 1 0 0 1-2 0v-4h-4a1 1 0 0 1 0-2h4v-4a1 1 0 0 1 1-1Z"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g fill="currentColor" fill-rule="evenodd"><g transform="translate(14 4)"><path d="M7 0a7 7 0 1 1 0 14A7 7 0 0 1 7 0Zm0 .875a6.125 6.125 0 0 0-5.927 7.673A9.638 9.638 0 0 1 8.55 1.072 6.135 6.135 0 0 0 7 .875Z"/><circle cx="7" cy="7" r="7" fill-opacity="0.33" fill-rule="nonzero"/></g><path fill-opacity="0.33" fill-rule="nonzero" d="M4.715 27.971 8 26l10-9-3-3-9 10-1.971 3.285a.5.5 0 0 0 .686.686Z"/><path fill-opacity="0.33" fill-rule="nonzero" d="M4.715 27.971 8 26l10-9-3-3-9 10-1.971 3.285a.5.5 0 0 0 .686.686Z"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g fill="currentColor" fill-rule="evenodd"><circle cx="9" cy="8" r="3" fill-opacity="0.33" stroke="currentColor" stroke-linejoin="round" stroke-width="2"/><circle cx="9" cy="24" r="3" fill-opacity="0.33" stroke="currentColor" stroke-linejoin="round" stroke-width="2"/><path d="M8 11h2v10H8z"/><circle cx="23" cy="24" r="3" fill-opacity="0.33" stroke="currentColor" stroke-linejoin="round" stroke-width="2"/><rect width="2" height="9" x="22" y="12" rx="1"/><path d="M26.536 4.464a1 1 0 0 1 0 1.415l-5.657 5.657a1 1 0 0 1-1.415-1.415l5.657-5.657a1 1 0 0 1 1.415 0Z"/><path d="M26.536 11.536a1 1 0 0 1-1.415 0l-5.657-5.657a1 1 0 0 1 1.415-1.415l5.657 5.657a1 1 0 0 1 0 1.415Z"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g fill="none" fill-rule="evenodd"><circle cx="9" cy="8" r="3" fill="currentColor" fill-opacity="0.33" stroke="currentColor" stroke-linejoin="round" stroke-width="2"/><circle cx="23" cy="18" r="3" fill="currentColor" fill-opacity="0.33" stroke="currentColor" stroke-linejoin="round" stroke-width="2"/><circle cx="9" cy="24" r="3" fill="currentColor" fill-opacity="0.33" stroke="currentColor" stroke-linejoin="round" stroke-width="2"/><path fill="currentColor" d="M8 11h2v10H8z"/><path stroke="currentColor" stroke-width="2" d="M20 18h-2c-4.667 0-7.667-2.333-9-7"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g fill="none" fill-rule="evenodd"><circle cx="9" cy="8" r="3" fill="currentColor" fill-opacity="0.33" stroke="currentColor" stroke-linejoin="round" stroke-width="2"/><circle cx="23" cy="24" r="3" fill="currentColor" fill-opacity="0.33" stroke="currentColor" stroke-linejoin="round" stroke-width="2"/><circle cx="9" cy="24" r="3" fill="currentColor" fill-opacity="0.33" stroke="currentColor" stroke-linejoin="round" stroke-width="2"/><path fill="currentColor" d="M8 11h2v10H8z"/><path stroke="currentColor" stroke-width="2" d="M23 21v-9c0-2.667-1.333-4-4-4"/><path fill="currentColor" d="M19 4.207v7.586a.5.5 0 0 1-.854.353l-3.792-3.792a.5.5 0 0 1 0-.708l3.792-3.792a.5.5 0 0 1 .854.353Z"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g fill="currentColor" fill-rule="evenodd"><rect width="20" height="4" x="4" y="4" rx="2"/><rect width="16" height="4" x="4" y="10.667" rx="2"/><rect width="12" height="4" x="4" y="17.333" rx="2"/><rect width="8" height="4" x="4" y="24" rx="2"/><path fill-opacity="0.33" fill-rule="nonzero" d="M24.64 12.794a1 1 0 0 1 .128.128l2.865 3.438a1 1 0 0 1-.768 1.64l-.866-.001L26 27a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1l-.001-9.001-.864.001a1 1 0 0 1-.768-1.64l2.865-3.438a1 1 0 0 1 1.408-.128Z"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g fill="currentColor" fill-rule="evenodd" transform="scale(1 -1) rotate(22 87.345 9.324)"><circle cx="4.796" cy="5.23" r="2.214"/><path fill-opacity="0.33" fill-rule="nonzero" d="m6.796 6.167 5.718 5.735-1.045 1.042-5.713-5.73c.081-.143.234-.328.457-.553.224-.225.418-.39.583-.494Z"/><path fill-opacity="0.33" fill-rule="nonzero" d="m6.796 6.167 5.718 5.735-1.045 1.042-5.713-5.73c.081-.143.234-.328.457-.553.224-.225.418-.39.583-.494Z"/><circle cx="18.817" cy="15.928" r="2.029"/><path fill-opacity="0.33" fill-rule="nonzero" d="m12.34 11.772 5.362 2.92c.048.137.003.331-.136.583-.14.252-.279.396-.418.435l-5.506-2.637.698-1.3Z"/><path fill-opacity="0.33" fill-rule="nonzero" d="m12.34 11.772 5.362 2.92c.048.137.003.331-.136.583-.14.252-.279.396-.418.435l-5.506-2.637.698-1.3Z"/><circle cx="11.807" cy="12.423" r="4.059"/><path fill-opacity="0.33" fill-rule="nonzero" d="m12.049 16.461-.8 6.227-1.46-.211.793-6.19c.208-.042.462-.042.762 0 .3.043.535.101.705.174Z"/><path fill-opacity="0.33" fill-rule="nonzero" d="m12.049 16.461-.8 6.227-1.46-.211.793-6.19c.208-.042.462-.042.762 0 .3.043.535.101.705.174ZM8.675 13.04c.237.13.414.338.529.623.115.285.138.527.068.726L3.21 17.477l-.874-2.034 6.339-2.404Z"/><path fill-opacity="0.33" fill-rule="nonzero" d="M8.675 13.04c.237.13.414.338.529.623.115.285.138.527.068.726L3.21 17.477l-.874-2.034 6.339-2.404Z"/><circle cx="10.515" cy="22.569" r="2.398"/><circle cx="2.767" cy="16.481" r="2.767"/><path fill-opacity="0.33" fill-rule="nonzero" d="m18.779 2.823 1.607 1.157-6.073 6.617a.914.914 0 0 1-.666-.236 1.573 1.573 0 0 1-.461-.716l5.593-6.822Z"/><path fill-opacity="0.33" fill-rule="nonzero" d="m18.779 2.823 1.607 1.157-6.073 6.617a.914.914 0 0 1-.666-.236 1.573 1.573 0 0 1-.461-.716l5.593-6.822Z"/><circle cx="19.7" cy="3.136" r="3.136"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g fill="currentColor" fill-rule="evenodd"><circle cx="16" cy="16" r="11" fill-opacity="0.33" fill-rule="nonzero"/><path fill-rule="nonzero" d="M16 4c6.627 0 12 5.373 12 12s-5.373 12-12 12S4 22.627 4 16 9.373 4 16 4Zm0 2C10.477 6 6 10.477 6 16s4.477 10 10 10 10-4.477 10-10S21.523 6 16 6Z"/><path d="M16 24.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm-3.8-14.326c1.939-2.585 5.721-3.005 7.6-.5 1.571 2.095.788 4.81-.934 6.643l-.159.164C17.378 17.811 17 18.441 17 19.774a1 1 0 0 1-2 0c0-1.912.57-2.944 2.08-4.492l.213-.215c1.214-1.214 1.78-3.028.907-4.193-1.006-1.341-3.202-1.097-4.4.5a1 1 0 0 1-1.6-1.2Z"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" fill-opacity="0.33" stroke="currentColor" viewBox="0 0 24 24"><circle cx="12" cy="12" r="9" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><circle cx="9.5" cy="9.5" r="1.5"/><circle cx="14.5" cy="9.5" r="1.5"/><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.462 14.394a7 7 0 0 1-8.924 0"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g fill="none" fill-rule="evenodd"><circle cx="16" cy="16" r="11" fill="currentColor" fill-opacity="0.33" fill-rule="nonzero"/><g stroke="currentColor" stroke-linecap="round" stroke-width="2"><path d="M5.387 13.096A11.012 11.012 0 0 0 5 16c0 6.075 4.925 11 11 11s11-4.925 11-11S22.075 5 16 5a11 11 0 0 0-9.892 6.184"/><path stroke-linejoin="round" d="m5.314 5.248.73 5.956L12 10.472"/></g><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16 9v7l4 4"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g fill="none" fill-rule="evenodd"><circle cx="16" cy="16" r="11" fill="currentColor" fill-opacity="0.33" fill-rule="nonzero"/><g stroke="currentColor" stroke-linecap="round" stroke-width="2"><path d="M5.387 13.096A11.012 11.012 0 0 0 5 16c0 6.075 4.925 11 11 11s11-4.925 11-11S22.075 5 16 5a11 11 0 0 0-9.892 6.184"/><path stroke-linejoin="round" d="m5.314 5.248.73 5.956L12 10.472"/></g></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g fill="currentColor" fill-rule="evenodd"><rect width="26" height="2" x="3" y="22" rx="1"/><path fill-opacity="0.33" fill-rule="nonzero" d="M16 10c-6.233 0-9.9 3.333-11 10h22c-1.1-6.667-4.767-10-11-10Z"/><path fill-rule="nonzero" d="M18 6a1 1 0 0 1 0 2h-1l.001 1.027c5.758.321 9.44 3.465 10.873 9.231l.082.342c.029.132.044.266.044.401 0 1.105-.996 2-2.221 1.999H6.223c-.154 0-.308-.014-.459-.043-1.2-.228-1.967-1.288-1.717-2.366C5.417 12.616 9.13 9.355 15 9.027V8h-1a1 1 0 0 1 0-2h4Zm-2 5c-5.47 0-8.73 2.58-10 7.998L26 19l-.08-.328C24.596 13.475 21.36 11 16 11Z"/><path d="M15 20h2v3h-2z"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g fill="currentColor" fill-rule="evenodd"><path fill-opacity="0.33" fill-rule="nonzero" d="M17.647 4.838c.22.805.309 1.375.321 1.903.959.47 1.83.811 2.643 1.283.984-.402 1.255-.547 1.657-.805l.088-.058 1.418.941 1.244 1.242c-.405.696-.734 1.143-1.08 1.506.347 1.016.722 1.873.964 2.777 1.071.418 1.34.512 1.838.621l.111.024.299 3.374c-.728.207-1.272.3-1.774.323-.583.96-.924 1.832-1.396 2.642.424 1.007.557 1.273.836 1.703l.062.095-2.145 2.651c-.731-.417-1.196-.757-1.577-1.12-1.006.347-1.862.722-2.772.964-.41 1.014-.504 1.295-.612 1.798l-.023.11-3.395.351c-.22-.82-.306-1.386-.319-1.904-.965-.47-1.834-.808-2.644-1.277-.982.407-1.253.55-1.654.807l-.088.057-1.427-.94-1.233-1.237a6.833 6.833 0 0 1 1.026-1.466c-.301-1.058-.677-1.914-.918-2.82-1.062-.419-1.334-.514-1.832-.623l-.11-.024-.31-3.379c.763-.209 1.316-.299 1.82-.317.547-.97.886-1.842 1.355-2.65-.431-1.007-.562-1.273-.84-1.704l-.062-.095 2.154-2.65c.734.42 1.196.759 1.575 1.12 1.01-.347 1.867-.722 2.773-.964.409-1.014.503-1.295.611-1.797l.024-.112 3.392-.35ZM16 11a5 5 0 1 0 0 10 5 5 0 0 0 0-10Z"/><path fill-rule="nonzero" d="M17.559 4.001h-3.115c-.46 0-.865.298-.996.744l-.09.314a7.275 7.275 0 0 0-.185.952l-.028.27-.109.032c-.62.19-1.217.437-1.788.74l-.097.054-.21-.17a7.468 7.468 0 0 0-1.105-.708 1.05 1.05 0 0 0-1.22.184L6.413 8.616A1.043 1.043 0 0 0 6.22 9.82l.163.296c.168.29.351.563.55.819l.174.214-.053.098c-.305.571-.552 1.17-.741 1.79l-.032.111-.017.001c-.501.046-1.013.147-1.526.303-.441.13-.738.54-.738.994v3.11c0 .46.298.864.744.995l.301.088c.303.08.608.142.914.183l.323.034.031.111c.19.62.437 1.217.74 1.788l.054.095-.164.202c-.263.339-.5.71-.713 1.11-.211.396-.138.877.16 1.199l1.121 1.127 1.107 1.101c.317.318.803.391 1.203.191l.296-.162c.29-.168.563-.35.819-.55l.215-.175.098.055a9.98 9.98 0 0 0 1.788.74l.11.031.027.263c.053.424.146.852.276 1.282.13.44.54.736.994.736h3.115c.46 0 .865-.298.996-.743l.09-.315c.084-.315.145-.633.185-.951l.027-.272.112-.031a9.95 9.95 0 0 0 1.79-.741l.093-.054.212.172c.34.263.708.5 1.102.707.393.21.874.137 1.196-.16l1.124-1.123 1.1-1.105c.318-.317.392-.804.192-1.203l-.165-.296a7.566 7.566 0 0 0-.55-.818l-.173-.213.057-.1c.306-.571.554-1.17.742-1.788l.03-.105h.015a7.415 7.415 0 0 0 1.534-.309c.434-.127.73-.538.73-.992v-3.11c.026-.441-.292-.863-.743-.996l-.301-.086a7.32 7.32 0 0 0-.908-.18l-.33-.036-.03-.108a10.092 10.092 0 0 0-.74-1.789l-.057-.1.17-.208c.262-.338.5-.708.71-1.104a1.05 1.05 0 0 0-.184-1.223l-1.099-1.099-1.098-1.102a1.044 1.044 0 0 0-1.206-.194l-.296.165c-.29.17-.563.352-.818.55l-.214.173-.101-.057a10.05 10.05 0 0 0-1.789-.743l-.107-.031-.027-.271a7.439 7.439 0 0 0-.278-1.279 1.034 1.034 0 0 0-.993-.73Zm-.683 1.922c.071.384.098.702.093 1.013l-.012.859.838.187c.924.207 1.8.571 2.604 1.083l.723.46.594-.606c.327-.308.534-.478.729-.617l.693.578.61.61a4.97 4.97 0 0 1-.654.79l-.617.599.46.726c.51.806.872 1.681 1.08 2.61l.184.826h.93c.416.016.667.041.887.08l.06 1.757a4.962 4.962 0 0 1-.952.096h-.928l-.182.83a7.968 7.968 0 0 1-1.077 2.592l-.463.724.608.596c.305.324.475.53.613.722l-1.188 1.308a4.969 4.969 0 0 1-.784-.65l-.6-.619-.728.465a8.059 8.059 0 0 1-2.6 1.077l-.84.187.012.851a6.584 6.584 0 0 1-.075.94l-1.765.081c-.073-.39-.1-.705-.095-1.012l.012-.86-.84-.187a8.102 8.102 0 0 1-2.602-1.078l-.727-.462-.593.611c-.326.309-.53.479-.725.616l-.701-.579-.61-.613c.205-.304.42-.562.653-.785l.625-.6-.465-.73a8.136 8.136 0 0 1-1.079-2.603l-.185-.826h-.916a6.625 6.625 0 0 1-.896-.082l-.065-1.757c.354-.067.652-.095.939-.095h.939l.184-.827a8.118 8.118 0 0 1 1.079-2.606l.462-.727-.612-.594a6.53 6.53 0 0 1-.612-.717l1.194-1.311c.326.223.569.428.785.65l.6.619.726-.462c.8-.509 1.674-.87 2.604-1.079l.838-.187-.012-.851c.012-.442.036-.706.075-.939l1.767-.082Z"/><path d="M16 10.001a6 6 0 1 1 0 12 6 6 0 0 1 0-12Zm0 2a4 4 0 1 0 0 8 4 4 0 0 0 0-8Z"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g fill="none" fill-rule="evenodd" stroke="currentColor" stroke-linejoin="round" stroke-width="2"><circle cx="16" cy="16" r="11" fill="currentColor" fill-opacity="0.33"/><path d="M5 16h4l2.5-3.5L16 22l4-12.5 2.5 6.5H27"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g fill="currentColor" fill-rule="evenodd" transform="rotate(45 10.46 25.253)"><path fill-opacity="0.33" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M3.2 15 0 17.571V21l4-.857M12.8 15l3.2 2.571V21l-4-.857"/><path fill-opacity="0.33" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M3.2 15 0 17.571V21l4-.857M12.8 15l3.2 2.571V21l-4-.857"/><path fill-opacity="0.33" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M8 0C2 5.333 1 12.667 5 22h6c4-9.333 3-16.667-3-22Z"/><circle cx="8" cy="10" r="2"/><path d="M7 24h2c1.333 2.333 1 4.667-1 7-2-2.333-2.333-4.667-1-7Z"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g fill="none" fill-rule="evenodd"><path fill="currentColor" fill-opacity="0.33" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M5 7h22v14H5z"/><path fill="currentColor" d="M14 21h4v3h-4z"/><rect width="8" height="2" x="12" y="24" fill="currentColor" rx="1"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m11 17-3-3 3-3M21 17l3-3-3-3"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="m14 18 4-8"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g fill="none" fill-rule="evenodd"><g fill="currentColor" fill-rule="nonzero" transform="matrix(-1 0 0 1 27.95 4)"><path fill-opacity="0.33" d="m22.95 20.45-7-6.5h-2l-.5 2.5 6.5 6.5z"/><path fill-opacity="0.33" d="m22.95 20.45-7-6.5h-2l-.5 2.5 6.5 6.5z"/><circle cx="7.95" cy="7.95" r="7" fill-opacity="0.33"/><path d="M8.173 0c2.257 0 4.3.915 5.78 2.394a8.148 8.148 0 0 1 2.393 5.78 8.135 8.135 0 0 1-1.295 4.416h1.095c.23 0 .452.075.632.213l.103.09 6.715 6.715a1.036 1.036 0 0 1 .093 1.363l-.093.107-2.518 2.518a1.036 1.036 0 0 1-1.364.093l-.106-.093-6.714-6.715a1.04 1.04 0 0 1-.296-.598l-.009-.137.001-1.095a8.135 8.135 0 0 1-4.417 1.295c-2.257 0-4.3-.914-5.78-2.393A8.148 8.148 0 0 1 0 8.173c0-2.257.915-4.3 2.394-5.78A8.148 8.148 0 0 1 8.174 0Zm7.277 14.45h-1v1l5.893 5.94 1.047-1.047-5.94-5.893ZM8.173 2.079a6.076 6.076 0 0 0-4.31 1.785 6.076 6.076 0 0 0-1.784 4.31c0 1.682.682 3.206 1.785 4.309a6.076 6.076 0 0 0 4.31 1.785 6.076 6.076 0 0 0 4.309-1.785 6.076 6.076 0 0 0 1.785-4.31 6.076 6.076 0 0 0-1.785-4.31 6.076 6.076 0 0 0-4.31-1.784Z"/></g><circle cx="20" cy="16" r="1" fill="currentColor"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M20 13.5c0-1.5 2-1.5 2-3.5s-3-3-4-.5"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g fill="none" fill-rule="evenodd"><path fill="currentColor" fill-opacity="0.33" fill-rule="nonzero" d="M27 24.5 20 18h-2l-.5 2.5L24 27z"/><path fill="currentColor" fill-opacity="0.33" fill-rule="nonzero" d="M27 24.5 20 18h-2l-.5 2.5L24 27z"/><circle cx="12" cy="12" r="7" fill="currentColor" fill-opacity="0.33" fill-rule="nonzero"/><path fill="currentColor" fill-rule="nonzero" d="M12.223 4.05c2.257 0 4.3.915 5.78 2.394a8.148 8.148 0 0 1 2.393 5.78 8.135 8.135 0 0 1-1.295 4.416h1.095c.23 0 .452.075.632.213l.103.09 6.715 6.715a1.036 1.036 0 0 1 .093 1.363l-.093.107-2.518 2.518a1.036 1.036 0 0 1-1.364.093l-.106-.093-6.714-6.715a1.04 1.04 0 0 1-.296-.598l-.009-.137.001-1.095a8.135 8.135 0 0 1-4.417 1.295c-2.257 0-4.3-.914-5.78-2.393a8.148 8.148 0 0 1-2.393-5.78c0-2.257.915-4.3 2.394-5.78a8.148 8.148 0 0 1 5.78-2.393ZM19.5 18.5h-1v1l5.893 5.94 1.047-1.047L19.5 18.5ZM12.223 6.129a6.076 6.076 0 0 0-4.31 1.785 6.076 6.076 0 0 0-1.784 4.31c0 1.682.682 3.206 1.785 4.309a6.076 6.076 0 0 0 4.31 1.785 6.076 6.076 0 0 0 4.309-1.785 6.076 6.076 0 0 0 1.785-4.31 6.076 6.076 0 0 0-1.785-4.31 6.076 6.076 0 0 0-4.31-1.784Z"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m9.5 13 2.138 2L15 9.5"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g fill="none" fill-rule="evenodd"><path fill="currentColor" fill-opacity="0.33" fill-rule="nonzero" d="M7 7h5l3.5-1.5L20 7h5v20H7z"/><path fill="currentColor" fill-rule="nonzero" d="M24.9 6c.608 0 1.1.448 1.1 1v20c0 .552-.492 1-1.1 1H7.1c-.608 0-1.1-.448-1.1-1V7c0-.552.492-1 1.1-1H13c-.495.495-.805 1.162-.934 2H8v18h16V8h-4.066c-.13-.838-.44-1.505-.934-2Z"/><path fill="currentColor" fill-rule="nonzero" d="M16 4c-3.219 0-5 1.781-5 5a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1c0-3.219-1.781-5-5-5Zm.207 2.003c1.559.046 2.402.618 2.684 1.873l.024.124h-5.831l.025-.124C13.403 6.566 14.309 6 16 6l.207.003Z"/><rect width="7" height="2" x="16" y="12" fill="currentColor" rx="1"/><rect width="7" height="2" x="16" y="17" fill="currentColor" rx="1"/><rect width="7" height="2" x="16" y="22" fill="currentColor" rx="1"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m10 13.5 1.5 1.5 2-3.5M10 18.5l1.5 1.5 2-3.5"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g fill="currentColor" fill-rule="evenodd"><circle cx="7.5" cy="7.5" r="3.5" fill-opacity="0.33" fill-rule="nonzero"/><circle cx="16" cy="7.5" r="3.5" fill-opacity="0.33" fill-rule="nonzero"/><circle cx="24.5" cy="7.5" r="3.5" fill-opacity="0.33" fill-rule="nonzero"/><circle cx="7.5" cy="7.5" r="2.5"/><circle cx="7.5" cy="16" r="3.5" fill-opacity="0.33" fill-rule="nonzero"/><circle cx="16" cy="16" r="3.5" fill-opacity="0.33" fill-rule="nonzero"/><circle cx="24.5" cy="16" r="3.5" fill-opacity="0.33" fill-rule="nonzero"/><circle cx="16" cy="16" r="2.5"/><circle cx="7.5" cy="24.5" r="3.5" fill-opacity="0.33" fill-rule="nonzero"/><circle cx="16" cy="24.5" r="3.5" fill-opacity="0.33" fill-rule="nonzero"/><circle cx="24.5" cy="24.5" r="3.5" fill-opacity="0.33" fill-rule="nonzero"/><circle cx="24.5" cy="24.5" r="2.5"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g fill="currentColor" fill-rule="evenodd"><path fill-opacity="0.33" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M4 4h24v24H4z"/><circle cx="16" cy="9" r="3" fill-opacity="0.33" fill-rule="nonzero"/><circle cx="16" cy="16" r="3" fill-opacity="0.33" fill-rule="nonzero"/><circle cx="9" cy="9" r="3" fill-opacity="0.33" fill-rule="nonzero"/><circle cx="23" cy="9" r="3" fill-opacity="0.33" fill-rule="nonzero"/><circle cx="9" cy="9" r="2"/><circle cx="9" cy="16" r="3" fill-opacity="0.33" fill-rule="nonzero"/><circle cx="23" cy="16" r="3" fill-opacity="0.33" fill-rule="nonzero"/><circle cx="23" cy="23" r="3" fill-opacity="0.33" fill-rule="nonzero"/><circle cx="16" cy="16" r="2"/><circle cx="9" cy="23" r="3" fill-opacity="0.33" fill-rule="nonzero"/><circle cx="16" cy="23" r="3" fill-opacity="0.33" fill-rule="nonzero"/><circle cx="23" cy="23" r="2"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g fill="none" fill-rule="evenodd" stroke="currentColor" stroke-linejoin="round" stroke-width="2"><circle cx="8" cy="24" r="3" fill="currentColor" fill-opacity="0.33"/><path stroke-linecap="round" d="M17 24a9 9 0 0 0-9-9M27 24C27 13.507 18.493 5 8 5"/><path stroke-linecap="round" d="M22 24c0-7.732-6.268-14-14-14"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g fill="currentColor" fill-rule="evenodd"><path fill-opacity="0.33" fill-rule="nonzero" d="m20 5 7 7v8l-7 7h-8l-7-7v-8l7-7h8Zm0 6h-8l-1 2v6l1 2h8l1-2v-6l-1-2Z"/><path fill-opacity="0.33" fill-rule="nonzero" d="M11.5 5h9L18 11h-4zM11.5 27h9L18 21h-4z"/><g fill-opacity="0.33" fill-rule="nonzero"><path d="M27 11.5v9L21 18v-4zM5 11.5v9l6-2.5v-4z"/></g><path d="M16 4c1.845 0 3.397.155 4.66.471.518.13.806.683.614 1.181l-.02.053a11.606 11.606 0 0 1 5.04 5.041l.054-.02a.889.889 0 0 1 1.181.614c.316 1.263.471 2.815.471 4.66 0 1.845-.155 3.397-.471 4.66a.889.889 0 0 1-1.181.614l-.053-.02a11.606 11.606 0 0 1-5.041 5.04l.02.054a.889.889 0 0 1-.614 1.181c-1.263.316-2.815.471-4.66.471-1.845 0-3.397-.155-4.66-.471a.889.889 0 0 1-.614-1.181l.02-.053a11.606 11.606 0 0 1-5.04-5.041l-.054.02a.889.889 0 0 1-1.181-.614C4.155 19.397 4 17.845 4 16c0-1.845.155-3.397.471-4.66a.889.889 0 0 1 1.181-.614l.053.02a11.606 11.606 0 0 1 5.041-5.04l-.02-.054a.889.889 0 0 1 .614-1.181C12.603 4.155 14.155 4 16 4Zm1.612 17.778h-3.224l-1.625 4.225.116.018c.896.134 1.937.201 3.121.201l.39-.002a20.514 20.514 0 0 0 2.73-.199l.116-.018-1.624-4.225Zm-7.72-2.134-2.516.968a9.823 9.823 0 0 0 4.012 4.012l.968-2.516a7.147 7.147 0 0 1-2.464-2.464Zm9.752 2.464.968 2.516a9.823 9.823 0 0 0 4.012-4.012l-2.516-.968a7.147 7.147 0 0 1-2.464 2.464Zm-.665-10.532-.043.065a.889.889 0 0 1-.714.359h-4.444a.889.889 0 0 1-.758-.424 5.354 5.354 0 0 0-1.444 1.445c.26.159.424.444.424.757v4.444a.889.889 0 0 1-.424.758c.384.569.875 1.06 1.445 1.444a.886.886 0 0 1 .757-.424h4.444c.313 0 .598.164.758.424a5.354 5.354 0 0 0 1.444-1.445.886.886 0 0 1-.424-.757v-4.444c0-.313.164-.598.424-.758a5.354 5.354 0 0 0-1.445-1.444Zm7.024 1.187-4.225 1.625v3.224l4.225 1.624.018-.115c.119-.797.185-1.707.199-2.732l.002-.389c0-1.184-.067-2.225-.2-3.12l-.02-.117Zm-20.006 0-.018.116c-.134.896-.201 1.937-.201 3.121l.002.39c.014 1.024.08 1.934.199 2.73l.018.116 4.225-1.624v-3.224l-4.225-1.625Zm1.38-1.375 2.515.968a7.147 7.147 0 0 1 2.464-2.464l-.968-2.516a9.823 9.823 0 0 0-4.012 4.012Zm13.235-4.012-.968 2.516a7.147 7.147 0 0 1 2.464 2.464l2.516-.968a9.823 9.823 0 0 0-4.012-4.012ZM16 5.778c-1.184 0-2.225.067-3.12.2l-.117.02 1.625 4.224h3.224l1.624-4.225-.115-.018a20.514 20.514 0 0 0-2.732-.199Z"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path fill="currentColor" fill-rule="evenodd" d="M24.036 10.495c-.286 1.013-.536 1.756-.75 2.229-.107 1.215-.215 2.836-.429 4.052-.143.81-.428 1.755-.857 2.836.098 3.013.17 4.7.214 5.065.068.545.536.81.536 1.215s-.214.608-1.286.608c-1.071 0-1.821-.405-2.143-1.62-.214-.811-.357-1.621-.428-2.432-.286-1.553-.536-2.498-.75-2.836-.322-.507-3-1.317-4.822-1.317-1.821 0-1.392.71-2.892 2.127-1.5 1.418-2.358 1.925-2.893 2.735-.252.382-.643.608-.643 1.317 0 .71.428 1.204.428 1.418 0 .27-.392.473-1.178.608-.929 0-1.5-.101-1.714-.304-.322-.304-.429-.81-.429-1.52 0-.472.179-1.384.536-2.734.785-1.013 1.321-1.756 1.607-2.229.428-.709.964-3.444 1.178-4.558.143-.743.536-1.385 1.179-1.925-.786-1.013-1.321-1.823-1.607-2.43-.429-.913-.643-2.432-.214-2.533.428-.102.857 1.52 1.5 2.33.428.54.964 1.046 1.607 1.519h3c.964 0 2.25.101 3.321-.203 1.072-.303 2.25-.81 3.429-2.228 1.178-1.418 2.357-3.444 3.428-3.85 1.072-.405 2.357-.405 2.465-.202.107.203-.108.71.214.912.321.202.964.608.964.81 0 .203 0 .507.857 1.114.857.608 1.393 1.115 1.393 1.824 0 .709-1.071 2.52-1.928 2.723-.858.203-1.5-1.087-1.822-1.812a9.777 9.777 0 0 1-1.071-.709Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="currentColor" fill-opacity="0.33" stroke="currentColor" stroke-width="2" d="M14 9V5a3 3 0 0 0-3-3l-4 9v11h11.28a2 2 0 0 0 2-1.7l1.38-9a2 2 0 0 0-2-2.3zM7 22H4a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h3"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g fill="currentColor" fill-rule="evenodd"><rect width="6" height="6" x="4" y="4" fill-opacity="0.33" fill-rule="nonzero" rx="2"/><rect width="6" height="6" x="13" y="4" rx="2"/><rect width="6" height="6" x="22" y="4" fill-opacity="0.33" fill-rule="nonzero" rx="2"/><rect width="6" height="6" x="22" y="13" fill-opacity="0.33" fill-rule="nonzero" rx="2"/><rect width="6" height="6" x="22" y="22" fill-opacity="0.33" fill-rule="nonzero" rx="2"/><rect width="6" height="6" x="13" y="13" fill-opacity="0.33" fill-rule="nonzero" rx="2"/><rect width="6" height="6" x="13" y="22" fill-opacity="0.33" fill-rule="nonzero" rx="2"/><rect width="6" height="6" x="4" y="13" fill-opacity="0.33" fill-rule="nonzero" rx="2"/><rect width="6" height="6" x="4" y="22" fill-opacity="0.33" fill-rule="nonzero" rx="2"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g fill="currentColor" fill-rule="evenodd"><rect width="20" height="4" x="4" y="17.333" rx="2"/><rect width="16" height="4" x="4" y="4" rx="2"/><rect width="12" height="4" x="4" y="24" rx="2"/><rect width="8" height="4" x="4" y="10.667" rx="2"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g fill="currentColor" fill-rule="evenodd"><path d="M14 26v-8h-1.586a1 1 0 0 1-.707-1.707l3.586-3.586a1 1 0 0 1 1.414 0l3.586 3.586A1 1 0 0 1 19.586 18H18v8a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1Z"/><path fill-opacity="0.33" stroke="currentColor" stroke-width="2" d="M19.5 7c1.506 0 2.87.605 3.863 1.585a5.483 5.483 0 0 1 1.603 4.531 3.99 3.99 0 0 1 2.384 1.697c.411.628.65 1.38.65 2.187a3.986 3.986 0 0 1-1.11 2.766 3.987 3.987 0 0 1-2.696 1.23L8.5 21a3.489 3.489 0 0 1-2.475-1.025A3.489 3.489 0 0 1 5 17.5c0-.752.237-1.449.64-2.019a3.51 3.51 0 0 1 2.391-1.45 4.499 4.499 0 0 1 6.775-4.396A5.486 5.486 0 0 1 19.5 7Z"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g fill="currentColor" fill-opacity="0.33" fill-rule="evenodd" stroke="currentColor" stroke-width="2"><circle cx="16" cy="16" r="11"/><path stroke-linejoin="round" d="M16 20a8 8 0 0 1 7.133 4.373A10.953 10.953 0 0 1 16 27c-2.722 0-5.212-.988-7.133-2.626A7.999 7.999 0 0 1 16 20Z"/><circle cx="16" cy="15" r="5"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g fill="currentColor" fill-rule="evenodd"><g fill-opacity="0.33" stroke="currentColor" stroke-width="2" transform="translate(11 7)"><circle cx="8" cy="6" r="5"/><path stroke-linejoin="round" d="M0 19c2.667.667 5.333 1 8 1s5.333-.333 8-1c-.485-5.333-3.152-8-8-8s-7.515 2.667-8 8Z"/></g><g fill-rule="nonzero"><path fill-opacity="0.33" d="M13 5c-3 0-5 2-5 5 0 2 1 3.667 3 5-4 2-6 4.667-6 8 1.333.667 3.333 1 6 1 2-4 4-6 6-6a6.54 6.54 0 0 1-3-3c0-2 .333-3.667 1-5 .667-1.333 1.667-2 3-2-1.333-2-3-3-5-3Z"/><path d="M13 4a6.003 6.003 0 0 1 5.664 4.014 4.482 4.482 0 0 0-1.913.596 4 4 0 1 0-2.63 5.23c.2.74.657 1.564 1.368 2.474a8.768 8.768 0 0 0-2.217-.31L13 16c-4.035 0-6.268 1.975-6.898 6.196l-.005.034.557.12c1.511.31 3.022.509 4.532.597-.124.35-.186.701-.186 1.053 0 .35.112.668.336.957a34.06 34.06 0 0 1-6.579-.987 1 1 0 0 1-.753-1.06c.39-4.283 2.154-7.081 5.199-8.265A6 6 0 0 1 13 4Z"/></g></g></svg>