brd-ui-kit 0.1.71 → 0.1.72

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 (114) hide show
  1. package/dist/brd-ui-kit.css +1 -1
  2. package/dist/components/basic-table/basic-table.d.ts +3 -1
  3. package/dist/components/input-contact/input-contact.d.ts +2 -2
  4. package/dist/components/ui/calendar/calendar.d.ts +19 -0
  5. package/dist/components/ui/calendar/calendar.styles.d.ts +4 -0
  6. package/dist/components/ui/calendar/index.d.ts +2 -0
  7. package/dist/components/ui/calendar.d.ts +2 -0
  8. package/dist/components/ui/icon/icon-presets.d.ts +35 -0
  9. package/dist/components/ui/icon/icon.d.ts +11 -7
  10. package/dist/components/ui/icon/index.d.ts +3 -1
  11. package/dist/components/ui/table/table.d.ts +2 -1
  12. package/dist/components-app-pagination-app-pagination.cjs +1 -1
  13. package/dist/components-app-pagination-app-pagination.cjs.map +1 -1
  14. package/dist/components-app-pagination-app-pagination.js +35 -35
  15. package/dist/components-app-pagination-app-pagination.js.map +1 -1
  16. package/dist/components-app-sidebar-app-sidebar.cjs +1 -1
  17. package/dist/components-app-sidebar-app-sidebar.cjs.map +1 -1
  18. package/dist/components-app-sidebar-app-sidebar.js +16 -16
  19. package/dist/components-app-sidebar-app-sidebar.js.map +1 -1
  20. package/dist/components-avatar-uploader-avatar-uploader.cjs +1 -1
  21. package/dist/components-avatar-uploader-avatar-uploader.cjs.map +1 -1
  22. package/dist/components-avatar-uploader-avatar-uploader.js +3 -4
  23. package/dist/components-avatar-uploader-avatar-uploader.js.map +1 -1
  24. package/dist/components-basic-avatar-basic-avatar.cjs +2 -2
  25. package/dist/components-basic-avatar-basic-avatar.cjs.map +1 -1
  26. package/dist/components-basic-avatar-basic-avatar.js +12 -12
  27. package/dist/components-basic-avatar-basic-avatar.js.map +1 -1
  28. package/dist/components-basic-table-basic-table.cjs +2 -2
  29. package/dist/components-basic-table-basic-table.cjs.map +1 -1
  30. package/dist/components-basic-table-basic-table.js +259 -255
  31. package/dist/components-basic-table-basic-table.js.map +1 -1
  32. package/dist/components-files-uploader-files-uploader.cjs +3 -3
  33. package/dist/components-files-uploader-files-uploader.cjs.map +1 -1
  34. package/dist/components-files-uploader-files-uploader.js +29 -29
  35. package/dist/components-files-uploader-files-uploader.js.map +1 -1
  36. package/dist/components-input-contact-input-contact.cjs +4 -8
  37. package/dist/components-input-contact-input-contact.cjs.map +1 -1
  38. package/dist/components-input-contact-input-contact.js +92 -109
  39. package/dist/components-input-contact-input-contact.js.map +1 -1
  40. package/dist/components-input-password-input-password.cjs +1 -1
  41. package/dist/components-input-password-input-password.cjs.map +1 -1
  42. package/dist/components-input-password-input-password.js +2 -2
  43. package/dist/components-input-password-input-password.js.map +1 -1
  44. package/dist/components-ui-button-button.styles.cjs +4 -4
  45. package/dist/components-ui-button-button.styles.cjs.map +1 -1
  46. package/dist/components-ui-button-button.styles.js +5 -5
  47. package/dist/components-ui-button-button.styles.js.map +1 -1
  48. package/dist/components-ui-calendar-calendar.cjs +13 -0
  49. package/dist/components-ui-calendar-calendar.cjs.map +1 -0
  50. package/dist/components-ui-calendar-calendar.js +3761 -0
  51. package/dist/components-ui-calendar-calendar.js.map +1 -0
  52. package/dist/components-ui-calendar-calendar.styles.cjs +14 -0
  53. package/dist/components-ui-calendar-calendar.styles.cjs.map +1 -0
  54. package/dist/components-ui-calendar-calendar.styles.js +34 -0
  55. package/dist/components-ui-calendar-calendar.styles.js.map +1 -0
  56. package/dist/components-ui-calendar.cjs +2 -0
  57. package/dist/components-ui-calendar.cjs.map +1 -0
  58. package/dist/components-ui-calendar.js +6 -0
  59. package/dist/components-ui-calendar.js.map +1 -0
  60. package/dist/components-ui-checkbox-checkbox.cjs +1 -1
  61. package/dist/components-ui-checkbox-checkbox.cjs.map +1 -1
  62. package/dist/components-ui-checkbox-checkbox.js +12 -11
  63. package/dist/components-ui-checkbox-checkbox.js.map +1 -1
  64. package/dist/components-ui-combobox-combobox.cjs +4 -4
  65. package/dist/components-ui-combobox-combobox.cjs.map +1 -1
  66. package/dist/components-ui-combobox-combobox.js +4 -4
  67. package/dist/components-ui-combobox-combobox.js.map +1 -1
  68. package/dist/components-ui-dialog-dialog.cjs +1 -1
  69. package/dist/components-ui-dialog-dialog.cjs.map +1 -1
  70. package/dist/components-ui-dialog-dialog.js +4 -10
  71. package/dist/components-ui-dialog-dialog.js.map +1 -1
  72. package/dist/components-ui-icon-icon-presets.cjs +2 -0
  73. package/dist/components-ui-icon-icon-presets.cjs.map +1 -0
  74. package/dist/components-ui-icon-icon-presets.js +14 -0
  75. package/dist/components-ui-icon-icon-presets.js.map +1 -0
  76. package/dist/components-ui-icon-icon.cjs +1 -1
  77. package/dist/components-ui-icon-icon.cjs.map +1 -1
  78. package/dist/components-ui-icon-icon.js +62714 -34
  79. package/dist/components-ui-icon-icon.js.map +1 -1
  80. package/dist/components-ui-icon.cjs +1 -1
  81. package/dist/components-ui-icon.js +4 -2
  82. package/dist/components-ui-icon.js.map +1 -1
  83. package/dist/components-ui-pagination-pagination.cjs +1 -1
  84. package/dist/components-ui-pagination-pagination.cjs.map +1 -1
  85. package/dist/components-ui-pagination-pagination.js +50 -50
  86. package/dist/components-ui-pagination-pagination.js.map +1 -1
  87. package/dist/components-ui-select-select.cjs +1 -1
  88. package/dist/components-ui-select-select.cjs.map +1 -1
  89. package/dist/components-ui-select-select.js +1 -1
  90. package/dist/components-ui-select-select.js.map +1 -1
  91. package/dist/components-ui-sonner-sonner.cjs +1 -1
  92. package/dist/components-ui-sonner-sonner.cjs.map +1 -1
  93. package/dist/components-ui-sonner-sonner.js +14 -14
  94. package/dist/components-ui-sonner-sonner.js.map +1 -1
  95. package/dist/components-ui-table-table.cjs +4 -4
  96. package/dist/components-ui-table-table.cjs.map +1 -1
  97. package/dist/components-ui-table-table.js +89 -85
  98. package/dist/components-ui-table-table.js.map +1 -1
  99. package/dist/index.cjs +1 -1
  100. package/dist/index.d.ts +2 -0
  101. package/dist/index.js +23 -20
  102. package/dist/index.js.map +1 -1
  103. package/dist/types/types.d.ts +2 -2
  104. package/package.json +27 -16
  105. package/dist/components/ui/icon/icon-dictionary.d.ts +0 -60
  106. package/dist/components/ui/icon/overrides.d.ts +0 -21
  107. package/dist/components-ui-icon-icon-dictionary.cjs +0 -2
  108. package/dist/components-ui-icon-icon-dictionary.cjs.map +0 -1
  109. package/dist/components-ui-icon-icon-dictionary.js +0 -63
  110. package/dist/components-ui-icon-icon-dictionary.js.map +0 -1
  111. package/dist/components-ui-icon-overrides.cjs +0 -2
  112. package/dist/components-ui-icon-overrides.cjs.map +0 -1
  113. package/dist/components-ui-icon-overrides.js +0 -175
  114. package/dist/components-ui-icon-overrides.js.map +0 -1
@@ -1,2 +1,2 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const c=require("react/jsx-runtime"),o=require("./lib-utils.cjs"),w=require("./components-ui-icon-icon-dictionary.cjs"),y={xs:"w-2.5 h-2.5",sm:"w-3.75 h-3.75",md:"w-5 h-5",lg:"w-6.25 h-6.25"},h=({type:e,size:s="md",viewBox:i="0 0 24 24",strokeWidth:t=1.5,classes:n,color:r,className:a,...m})=>{const l=w.dictionary[e],u=y[s],d=o.cn(u,a,n?.icon),p=o.cn(n?.wrapper);return c.jsx("div",{...m,className:p,children:c.jsx(l,{viewBox:i,strokeWidth:t,className:d,color:r})})};exports.Icon=h;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const p=require("react/jsx-runtime"),j=require("./lib-utils.cjs"),M=require("react"),L=require("./components-ui-icon-icon-presets.cjs");function B(...r){return r.filter(Boolean).join(" ")}function H(r){if(typeof r=="number")return Number.isFinite(r)?{value:r,unit:""}:null;const s=r.trim().match(/^(-?\d*\.?\d+)([a-z%]*)$/i);if(!s)return null;const i=Number(s[1]);return Number.isFinite(i)?{value:i,unit:(s[2]??"").toLowerCase()}:null}function b(r,e,s,i){if(!s)return r;const t=H(e),n=H(r);if(!t||t.value===0||!n)return r;const C=t.unit!==""&&t.unit!=="px",u=n.unit!==""&&n.unit!=="px";return C&&!u||t.unit!==""&&n.unit!==""&&t.unit!==n.unit?r:n.value*i/t.value}const V=M.forwardRef(({color:r="currentColor",size:e=24,strokeWidth:s=1.5,absoluteStrokeWidth:i=!0,className:t,children:n,iconNode:C,viewBox:u,absoluteStrokeBase:k,...a},l)=>{const h=b(s,e,i,k);return p.jsxs("svg",{ref:l,xmlns:"http://www.w3.org/2000/svg",width:e,height:e,viewBox:u,fill:"none",stroke:r,strokeWidth:h,strokeLinecap:"round",strokeLinejoin:"round",className:B("br-icon",t),...a,children:[C.map(([d,c],w)=>M.createElement(d,{key:`${d}-${c.d??c.cx??c.points??w}`,...c})),n]})});V.displayName="IconBase";function o(r,e,s={}){const i=s.viewBox??"0 0 32 32",t=s.absoluteStrokeBase??32,n=M.forwardRef(({className:C,...u},k)=>p.jsx(V,{ref:k,iconNode:e,viewBox:i,absoluteStrokeBase:t,className:B(`br-icon-${r}`,C),...u}));return n.displayName=r,n}const S=o("acorn",[["path",{d:"M16.875 8.75V10C16.875 14.1406 10 16.875 10 18.75C10 16.875 3.125 14.1406 3.125 10V8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 4.375H13.75C14.7446 4.375 15.6984 4.77009 16.4016 5.47335C17.1049 6.17661 17.5 7.13044 17.5 8.125C17.5 8.29075 17.4341 8.44975 17.3169 8.56694C17.1997 8.68412 17.0407 8.75 16.875 8.75H3.125C2.95924 8.75 2.80027 8.68412 2.68306 8.56694C2.56585 8.44975 2.5 8.29075 2.5 8.125C2.5 7.13044 2.89509 6.17661 3.59835 5.47335C4.30161 4.77009 5.25544 4.375 6.25 4.375Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 4.375V3.75C10 3.08696 10.2634 2.45108 10.7323 1.98223C11.2011 1.51339 11.8369 1.25 12.5 1.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),v=o("address-book",[["path",{d:"M10.625 11.25C12.0057 11.25 13.125 10.1307 13.125 8.75C13.125 7.36931 12.0057 6.25 10.625 6.25C9.24431 6.25 8.125 7.36931 8.125 8.75C8.125 10.1307 9.24431 11.25 10.625 11.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 5.625H4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 10H4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 14.375H4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 13.125C7.31162 12.5428 7.87781 12.0703 8.52869 11.7449C9.17956 11.4194 9.89731 11.25 10.625 11.25C11.3527 11.25 12.0704 11.4194 12.7213 11.7449C13.3722 12.0703 13.9384 12.5428 14.375 13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.875 16.875V3.125C16.875 2.77982 16.5952 2.5 16.25 2.5H5C4.65482 2.5 4.375 2.77982 4.375 3.125V16.875C4.375 17.2202 4.65482 17.5 5 17.5H16.25C16.5952 17.5 16.875 17.2202 16.875 16.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),x=o("address-book-tabs",[["path",{d:"M14.375 12.5H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 7.5H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 3.125H3.75C3.40482 3.125 3.125 3.40482 3.125 3.75V16.25C3.125 16.5952 3.40482 16.875 3.75 16.875H16.25C16.5952 16.875 16.875 16.5952 16.875 16.25V3.75C16.875 3.40482 16.5952 3.125 16.25 3.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.75 11.25C9.78556 11.25 10.625 10.4106 10.625 9.375C10.625 8.33944 9.78556 7.5 8.75 7.5C7.71444 7.5 6.875 8.33944 6.875 9.375C6.875 10.4106 7.71444 11.25 8.75 11.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 13.125C6.52731 12.0469 7.58519 11.25 8.75 11.25C9.91481 11.25 10.9734 12.0461 11.25 13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 3.125V16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),g=o("airplane",[["path",{d:"M11.875 7.5L18.125 10.625V13.125L11.875 11.875V14.375L13.125 15.625V18.125L10 16.875L6.875 18.125V15.625L8.125 14.375V11.875L1.875 13.125V10.625L8.125 7.5V3.75C8.125 3.25272 8.32256 2.77581 8.67419 2.42417C9.02581 2.07254 9.50275 1.875 10 1.875C10.4972 1.875 10.9742 2.07254 11.3258 2.42417C11.6774 2.77581 11.875 3.25272 11.875 3.75V7.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Z=o("airplane-in-flight",[["path",{d:"M5.625 16.875H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.2498 8.125H16.2498C16.9129 8.125 17.5487 8.38838 18.0176 8.85725C18.4864 9.32606 18.7498 9.96194 18.7498 10.625V12.5H4.77013C4.23254 12.5 3.70926 12.3268 3.27792 12.0059C2.84658 11.685 2.53016 11.2336 2.3756 10.7187L1.27638 7.05469C1.24838 6.96138 1.24257 6.86281 1.25943 6.76687C1.27628 6.67087 1.31535 6.58019 1.37348 6.502C1.43162 6.42388 1.50723 6.36037 1.59428 6.31656C1.68133 6.27281 1.7774 6.25 1.87482 6.25H2.49982L4.37482 8.125H7.25843L6.28262 5.19766C6.25131 5.10376 6.24278 5.00378 6.25768 4.90594C6.27256 4.80809 6.3105 4.71519 6.36831 4.63486C6.42612 4.55454 6.50218 4.48909 6.59025 4.44391C6.67831 4.39874 6.77587 4.37512 6.87481 4.375H7.49981L11.2498 8.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),m=o("airplane-landing",[["path",{d:"M8.125 16.875H19.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.6875 5.89536L8.125 6.87504V3.75004C8.125 3.65101 8.1485 3.55339 8.19363 3.46522C8.23875 3.37707 8.30419 3.30089 8.38456 3.24298C8.46488 3.18507 8.55781 3.14708 8.65575 3.13215C8.75363 3.11721 8.85369 3.12576 8.94763 3.15707L9.375 3.30004L11.25 7.76879L16.2937 9.17504C16.8209 9.32141 17.2855 9.63666 17.6163 10.0724C17.9471 10.5082 18.1258 11.0405 18.125 11.5875V14.375L4.32578 10.511C3.80054 10.3638 3.33781 10.049 3.00817 9.61447C2.67854 9.17985 2.50008 8.64941 2.5 8.10397V3.75004C2.49999 3.65101 2.52352 3.55339 2.56864 3.46522C2.61377 3.37707 2.6792 3.30089 2.75954 3.24298C2.83989 3.18507 2.93284 3.14708 3.03074 3.13215C3.12865 3.11721 3.2287 3.12576 3.32266 3.15707L3.75 3.30004L4.6875 5.89536Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),f=o("airplane-takeoff",[["path",{d:"M1.875 16.875H13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.87492 9.10233L4.58195 6.87496C4.50396 6.80477 4.44488 6.71608 4.41018 6.61708C4.37548 6.51808 4.36627 6.41189 4.38339 6.30839C4.40052 6.20486 4.44342 6.10732 4.50816 6.02474C4.5729 5.94217 4.65738 5.87723 4.75382 5.8359L5.31242 5.62496L9.80692 7.27889L14.0913 4.72027C14.6056 4.41762 15.2112 4.30892 15.7987 4.4138C16.3861 4.51868 16.9167 4.83023 17.2944 5.29215L18.7499 7.15933L7.23349 14.0343C6.7683 14.3052 6.22806 14.4187 5.69317 14.3579C5.15828 14.2971 4.6573 14.0652 4.26476 13.6968L1.44757 10.9375C1.3718 10.8665 1.31493 10.7776 1.28209 10.6791C1.24924 10.5806 1.24146 10.4755 1.25945 10.3732C1.27744 10.2709 1.32063 10.1748 1.38512 10.0933C1.44961 10.012 1.53337 9.94789 1.62882 9.90702L1.87492 9.78671L4.35851 10.625L6.87492 9.10233Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),y=o("airplane-taxiing",[["path",{d:"M11.2498 8.125H16.2498C16.9129 8.125 17.5487 8.38838 18.0176 8.85725C18.4864 9.32606 18.7498 9.96194 18.7498 10.625V12.5H4.77013C4.23254 12.5 3.70926 12.3268 3.27792 12.0059C2.84658 11.685 2.53016 11.2336 2.3756 10.7187L1.27638 7.05469C1.24838 6.96138 1.24257 6.86281 1.25943 6.76687C1.27628 6.67087 1.31535 6.58019 1.37348 6.502C1.43162 6.42388 1.50723 6.36037 1.59428 6.31656C1.68133 6.27281 1.7774 6.25 1.87482 6.25H2.49982L4.37482 8.125H7.25843L6.28262 5.19766C6.25131 5.10376 6.24278 5.00378 6.25768 4.90594C6.27256 4.80809 6.3105 4.71519 6.36831 4.63486C6.42612 4.55454 6.50218 4.48909 6.59025 4.44391C6.67831 4.39874 6.77587 4.37512 6.87481 4.375H7.49981L11.2498 8.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 16.7188C16.8541 16.7188 17.3438 16.2291 17.3438 15.625C17.3438 15.0209 16.8541 14.5312 16.25 14.5312C15.6459 14.5312 15.1562 15.0209 15.1562 15.625C15.1562 16.2291 15.6459 16.7188 16.25 16.7188Z",fill:"currentColor",stroke:"none"}],["path",{d:"M8.75 16.7188C9.35406 16.7188 9.84375 16.2291 9.84375 15.625C9.84375 15.0209 9.35406 14.5312 8.75 14.5312C8.14594 14.5312 7.65625 15.0209 7.65625 15.625C7.65625 16.2291 8.14594 16.7188 8.75 16.7188Z",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),P=o("airplane-tilt",[["path",{d:"M6.875 17.4999L8.75 15.6249V13.7499L10.625 11.8749L14.375 17.4999L16.25 15.6249L13.75 8.74995L16.3281 6.32807C16.6804 5.97584 16.8782 5.4981 16.8782 4.99996C16.8782 4.50182 16.6804 4.02407 16.3281 3.67184C15.9759 3.31959 15.4981 3.1217 15 3.1217C14.5019 3.1217 14.0241 3.31959 13.6719 3.67184L11.25 6.24995L4.375 3.74996L2.5 5.62496L8.125 9.37495L6.25 11.2499H4.375L2.5 13.1249L5.625 14.3749L6.875 17.4999Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),T=o("airplay",[["path",{d:"M10 12.5L13.75 16.875H6.25L10 12.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 15H3.75C3.41848 15 3.10054 14.8683 2.86612 14.6339C2.63169 14.3994 2.5 14.0815 2.5 13.75V5C2.5 4.66848 2.63169 4.35054 2.86612 4.11612C3.10054 3.88169 3.41848 3.75 3.75 3.75H16.25C16.5815 3.75 16.8994 3.88169 17.1339 4.11612C17.3683 4.35054 17.5 4.66848 17.5 5V13.75C17.5 14.0815 17.3683 14.3994 17.1339 14.6339C16.8994 14.8683 16.5815 15 16.25 15H15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),A=o("air-traffic-control",[["path",{d:"M10 5.625V1.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 1.875H11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 5.625L11.875 12.5V18.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 5.625L8.125 12.5V18.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.17131 12.5C5.04295 12.5 4.91771 12.4605 4.8126 12.3868C4.70749 12.3132 4.62761 12.2089 4.58381 12.0882L2.53849 6.46331C2.50424 6.36894 2.49322 6.26775 2.50635 6.16823C2.51948 6.06873 2.55638 5.97384 2.61393 5.89162C2.67149 5.80939 2.74799 5.74223 2.83699 5.69583C2.92598 5.64941 3.02484 5.62512 3.12521 5.625H16.8752C16.9756 5.625 17.0746 5.6492 17.1637 5.69556C17.2528 5.74191 17.3294 5.80905 17.387 5.8913C17.4447 5.97354 17.4816 6.06847 17.4948 6.16804C17.508 6.26763 17.497 6.36888 17.4627 6.46331L15.4174 12.0882C15.3736 12.2089 15.2937 12.3132 15.1886 12.3868C15.0835 12.4605 14.9583 12.5 14.8299 12.5H5.17131Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),F=o("alarm",[["path",{d:"M10 17.5C13.7969 17.5 16.875 14.4219 16.875 10.625C16.875 6.82806 13.7969 3.75 10 3.75C6.20304 3.75 3.125 6.82806 3.125 10.625C3.125 14.4219 6.20304 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 2.5L1.875 5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 2.5L18.125 5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 6.25V10.625H14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),D=o("alien",[["path",{d:"M16.875 8.75C16.875 12.5469 12.5 18.125 10 18.125C7.5 18.125 3.125 12.5469 3.125 8.75C3.125 6.92663 3.84933 5.17796 5.13864 3.88864C6.42794 2.59933 8.17663 1.875 10 1.875C11.8234 1.875 13.5721 2.59933 14.8614 3.88864C16.1507 5.17796 16.875 6.92663 16.875 8.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 11.25C7.46194 11.25 6.82606 10.9866 6.35725 10.5177C5.88839 10.0489 5.625 9.41306 5.625 8.75C5.625 8.58425 5.69085 8.42525 5.80806 8.30806C5.92527 8.19088 6.08424 8.125 6.25 8.125C6.91306 8.125 7.54894 8.38838 8.01775 8.85725C8.48662 9.32606 8.75 9.96194 8.75 10.625C8.75 10.7907 8.68412 10.9497 8.56694 11.0669C8.44975 11.1841 8.29075 11.25 8.125 11.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 8.125C13.9157 8.125 14.0747 8.19088 14.1919 8.30806C14.3091 8.42525 14.375 8.58425 14.375 8.75C14.375 9.41306 14.1116 10.0489 13.6427 10.5177C13.1739 10.9866 12.5381 11.25 11.875 11.25C11.7093 11.25 11.5503 11.1841 11.4331 11.0669C11.3159 10.9497 11.25 10.7907 11.25 10.625C11.25 9.96194 11.5134 9.32606 11.9823 8.85725C12.4511 8.38838 13.0869 8.125 13.75 8.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.75 14.375H11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),q=o("align-bottom",[["path",{d:"M16.875 16.875H3.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 6.25V13.75C11.25 14.0952 11.5298 14.375 11.875 14.375H15C15.3452 14.375 15.625 14.0952 15.625 13.75V6.25C15.625 5.90482 15.3452 5.625 15 5.625H11.875C11.5298 5.625 11.25 5.90482 11.25 6.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 2.5H5C4.65482 2.5 4.375 2.77982 4.375 3.125V13.75C4.375 14.0952 4.65482 14.375 5 14.375H8.125C8.47019 14.375 8.75 14.0952 8.75 13.75V3.125C8.75 2.77982 8.47019 2.5 8.125 2.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),R=o("align-bottom-simple",[["path",{d:"M4.375 18.125H15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 2.5H7.5C7.15481 2.5 6.875 2.77982 6.875 3.125V15C6.875 15.3452 7.15481 15.625 7.5 15.625H12.5C12.8452 15.625 13.125 15.3452 13.125 15V3.125C13.125 2.77982 12.8452 2.5 12.5 2.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),U=o("align-center-horizontal",[["path",{d:"M10 2.5V4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 15.625V17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 8.75V11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 4.375H5.625C5.27982 4.375 5 4.65482 5 5V8.125C5 8.47019 5.27982 8.75 5.625 8.75H14.375C14.7202 8.75 15 8.47019 15 8.125V5C15 4.65482 14.7202 4.375 14.375 4.375Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 11.25H3.75C3.40482 11.25 3.125 11.5298 3.125 11.875V15C3.125 15.3452 3.40482 15.625 3.75 15.625H16.25C16.5952 15.625 16.875 15.3452 16.875 15V11.875C16.875 11.5298 16.5952 11.25 16.25 11.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),N=o("align-center-horizontal-simple",[["path",{d:"M10 3.75V6.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 13.125V16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 6.875H3.75C3.40482 6.875 3.125 7.15481 3.125 7.5V12.5C3.125 12.8452 3.40482 13.125 3.75 13.125H16.25C16.5952 13.125 16.875 12.8452 16.875 12.5V7.5C16.875 7.15481 16.5952 6.875 16.25 6.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),G=o("align-center-vertical",[["path",{d:"M17.5 10H15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 10H2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 10H8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 14.375V5.625C15.625 5.27982 15.3452 5 15 5H11.875C11.5298 5 11.25 5.27982 11.25 5.625V14.375C11.25 14.7202 11.5298 15 11.875 15H15C15.3452 15 15.625 14.7202 15.625 14.375Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 3.125H5C4.65482 3.125 4.375 3.40482 4.375 3.75V16.25C4.375 16.5952 4.65482 16.875 5 16.875H8.125C8.47019 16.875 8.75 16.5952 8.75 16.25V3.75C8.75 3.40482 8.47019 3.125 8.125 3.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),z=o("align-center-vertical-simple",[["path",{d:"M12.5 3.125H7.5C7.15481 3.125 6.875 3.40482 6.875 3.75V16.25C6.875 16.5952 7.15481 16.875 7.5 16.875H12.5C12.8452 16.875 13.125 16.5952 13.125 16.25V3.75C13.125 3.40482 12.8452 3.125 12.5 3.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 10H13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 10H3.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),E=o("align-left",[["path",{d:"M3.125 3.125V16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 4.375H6.25C5.90482 4.375 5.625 4.65482 5.625 5V8.125C5.625 8.47019 5.90482 8.75 6.25 8.75H13.75C14.0952 8.75 14.375 8.47019 14.375 8.125V5C14.375 4.65482 14.0952 4.375 13.75 4.375Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.875 11.25H6.25C5.90482 11.25 5.625 11.5298 5.625 11.875V15C5.625 15.3452 5.90482 15.625 6.25 15.625H16.875C17.2202 15.625 17.5 15.3452 17.5 15V11.875C17.5 11.5298 17.2202 11.25 16.875 11.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),O=o("align-left-simple",[["path",{d:"M2.5 4.375V15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.5 6.875H5.625C5.27982 6.875 5 7.15481 5 7.5V12.5C5 12.8452 5.27982 13.125 5.625 13.125H17.5C17.8452 13.125 18.125 12.8452 18.125 12.5V7.5C18.125 7.15481 17.8452 6.875 17.5 6.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),W=o("align-right",[["path",{d:"M16.875 3.125V16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 8.75H13.75C14.0952 8.75 14.375 8.47019 14.375 8.125V5C14.375 4.65482 14.0952 4.375 13.75 4.375H6.25C5.90482 4.375 5.625 4.65482 5.625 5V8.125C5.625 8.47019 5.90482 8.75 6.25 8.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 11.25H3.125C2.77982 11.25 2.5 11.5298 2.5 11.875V15C2.5 15.3452 2.77982 15.625 3.125 15.625H13.75C14.0952 15.625 14.375 15.3452 14.375 15V11.875C14.375 11.5298 14.0952 11.25 13.75 11.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),I=o("align-right-simple",[["path",{d:"M17.5 4.375V15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 6.875H2.5C2.15482 6.875 1.875 7.15481 1.875 7.5V12.5C1.875 12.8452 2.15482 13.125 2.5 13.125H14.375C14.7202 13.125 15 12.8452 15 12.5V7.5C15 7.15481 14.7202 6.875 14.375 6.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),X=o("align-top",[["path",{d:"M16.875 3.125H3.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 13.75V6.25C15.625 5.90482 15.3452 5.625 15 5.625H11.875C11.5298 5.625 11.25 5.90482 11.25 6.25V13.75C11.25 14.0952 11.5298 14.375 11.875 14.375H15C15.3452 14.375 15.625 14.0952 15.625 13.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 5.625H5C4.65482 5.625 4.375 5.90482 4.375 6.25V16.875C4.375 17.2202 4.65482 17.5 5 17.5H8.125C8.47019 17.5 8.75 17.2202 8.75 16.875V6.25C8.75 5.90482 8.47019 5.625 8.125 5.625Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),K=o("align-top-simple",[["path",{d:"M4.375 2.5H15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 5H7.5C7.15481 5 6.875 5.27982 6.875 5.625V17.5C6.875 17.8452 7.15481 18.125 7.5 18.125H12.5C12.8452 18.125 13.125 17.8452 13.125 17.5V5.625C13.125 5.27982 12.8452 5 12.5 5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),J=o("amazon-logo",[["path",{d:"M18.75 13.125L17.5 14.375C17.5 14.375 14.6875 17.5 10 17.5C5.3125 17.5 2.5 14.375 2.5 14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 13.125H18.75V15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.6875 13.75C11.586 13.75 13.125 12.211 13.125 10.3125C13.125 8.414 11.586 6.875 9.6875 6.875C7.789 6.875 6.25 8.414 6.25 10.3125C6.25 12.211 7.789 13.75 9.6875 13.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 13.75V6.56253C13.1252 5.79037 12.8656 5.04058 12.3877 4.43403C11.9099 3.82747 11.2417 3.39947 10.4909 3.21899C9.74013 3.03852 8.95044 3.11608 8.24913 3.43918C7.54781 3.76228 6.97569 4.3121 6.625 5.00003",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Q=o("ambulance",[["path",{d:"M15 16.875C16.0356 16.875 16.875 16.0356 16.875 15C16.875 13.9644 16.0356 13.125 15 13.125C13.9644 13.125 13.125 13.9644 13.125 15C13.125 16.0356 13.9644 16.875 15 16.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 16.875C7.28556 16.875 8.125 16.0356 8.125 15C8.125 13.9644 7.28556 13.125 6.25 13.125C5.21447 13.125 4.375 13.9644 4.375 15C4.375 16.0356 5.21447 16.875 6.25 16.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 15H8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 15H2.5C2.33424 15 2.17527 14.9341 2.05806 14.8169C1.94085 14.6997 1.875 14.5407 1.875 14.375V5.625C1.875 5.45924 1.94085 5.30027 2.05806 5.18306C2.17527 5.06585 2.33424 5 2.5 5H14.375V13.232",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 9.375H10.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.75 7.5V11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 9.375H19.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 6.25H17.7016C17.8261 6.24994 17.9478 6.28713 18.0511 6.35669C18.1544 6.42631 18.2346 6.52519 18.2812 6.64063L19.375 9.375V14.375C19.375 14.5407 19.3091 14.6997 19.1919 14.8169C19.0747 14.9341 18.9157 15 18.75 15H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Y=o("anchor",[["path",{d:"M10 18.125V6.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 6.25C11.0356 6.25 11.875 5.41053 11.875 4.375C11.875 3.33947 11.0356 2.5 10 2.5C8.96444 2.5 8.125 3.33947 8.125 4.375C8.125 5.41053 8.96444 6.25 10 6.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 9.375H13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.875 11.25C16.875 16.25 10 13.125 10 18.125C10 13.125 3.125 16.25 3.125 11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),_=o("anchor-simple",[["path",{d:"M10 6.875C11.0356 6.875 11.875 6.03553 11.875 5C11.875 3.96447 11.0356 3.125 10 3.125C8.96444 3.125 8.125 3.96447 8.125 5C8.125 6.03553 8.96444 6.875 10 6.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 16.875V6.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 9.375H2.5C2.5 11.3641 3.29018 13.2718 4.6967 14.6783C6.10322 16.0848 8.01087 16.875 10 16.875C11.9891 16.875 13.8968 16.0848 15.3033 14.6783C16.7098 13.2718 17.5 11.3641 17.5 9.375H15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),$=o("android-logo",[["path",{d:"M12.8125 12.6562C13.4166 12.6562 13.9062 12.1666 13.9062 11.5625C13.9062 10.9584 13.4166 10.4688 12.8125 10.4688C12.2084 10.4688 11.7188 10.9584 11.7188 11.5625C11.7188 12.1666 12.2084 12.6562 12.8125 12.6562Z",fill:"currentColor",stroke:"none"}],["path",{d:"M7.1875 12.6562C7.79156 12.6562 8.28125 12.1666 8.28125 11.5625C8.28125 10.9584 7.79156 10.4688 7.1875 10.4688C6.58344 10.4688 6.09375 10.9584 6.09375 11.5625C6.09375 12.1666 6.58344 12.6562 7.1875 12.6562Z",fill:"currentColor",stroke:"none"}],["path",{d:"M1.875 14.375V12.5884C1.875 8.09773 5.48047 4.39068 9.97106 4.37505C11.0405 4.37125 12.1002 4.5786 13.0893 4.98521C14.0784 5.39183 14.9775 5.98971 15.7351 6.74454C16.4926 7.49942 17.0936 8.39642 17.5038 9.38405C17.9139 10.3717 18.125 11.4306 18.125 12.5V14.375C18.125 14.5408 18.0591 14.6998 17.9419 14.817C17.8247 14.9342 17.6657 15 17.5 15H2.5C2.33424 15 2.17527 14.9342 2.05806 14.817C1.94085 14.6998 1.875 14.5408 1.875 14.375Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 3.75L4.92734 6.17734",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.5 3.75L15.0859 6.16406",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),o1=o("angle",[["path",{d:"M8.125 5.625C10.1141 5.625 12.0218 6.41519 13.4283 7.82169C14.8348 9.22825 15.625 11.1359 15.625 13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.625 2.5V15.625H18.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 5.625H5.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),r1=o("angular-logo",[["path",{d:"M10 18.125L16.25 15L17.5 5.625L10 2.5L2.5 5.625L3.75 15L10 18.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 12.5L10 6.875L6.875 12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.9165 10.625H12.0837",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),e1=o("aperture",[["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 2.5L12.8656 10.5234",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.50488 6.25L11.8861 7.77969",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.50488 13.75L9.02048 7.25708",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.9999 17.5L7.13428 9.47656",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.4955 13.75L8.11426 12.2203",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.4951 6.25L10.9795 12.743",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),n1=o("apple-logo",[["path",{d:"M16.8753 5.74373C15.9791 4.89529 14.4534 4.37498 13.1253 4.37498C11.9893 4.37234 10.8866 4.75828 10.0003 5.46873C9.1324 4.77286 8.0564 4.38779 6.94402 4.37498C4.06277 4.33592 1.80184 6.74216 1.87527 9.62422C1.90664 10.8597 2.18276 12.0767 2.68766 13.2048C3.19256 14.3328 3.91619 15.3496 4.81668 16.1961C5.28053 16.6332 5.89415 16.8762 6.53152 16.875H13.3831C13.7234 16.8763 14.0603 16.8077 14.3729 16.6733C14.6855 16.5389 14.9672 16.3417 15.2003 16.0937C16.4385 14.7656 16.8753 13.5 16.8753 13.5C15.5635 12.5992 15.0003 11.0883 15.0003 9.37653C15.0003 7.94684 15.9128 6.65703 16.8753 5.74529V5.74373Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 0.625H13.0469C12.4924 0.624721 11.9536 0.808769 11.5152 1.14819C11.0767 1.48761 10.7636 1.96315 10.625 2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),t1=o("apple-podcasts-logo",[["path",{d:"M10 11.25C11.0356 11.25 11.875 10.4106 11.875 9.375C11.875 8.33944 11.0356 7.5 10 7.5C8.96444 7.5 8.125 8.33944 8.125 9.375C8.125 10.4106 8.96444 11.25 10 11.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.2783 17.4999H9.7221C9.44078 17.5014 9.1671 17.4091 8.9441 17.2376C8.72116 17.0661 8.56166 16.8253 8.49085 16.5531L7.53847 12.8031C7.49297 12.6173 7.49053 12.4236 7.53135 12.2368C7.57216 12.05 7.65516 11.8749 7.77391 11.7251C7.89272 11.5753 8.04422 11.4546 8.21678 11.3722C8.38935 11.2898 8.57853 11.248 8.76972 11.2499H11.2307C11.4219 11.248 11.611 11.2898 11.7836 11.3722C11.9562 11.4546 12.1077 11.5753 12.2265 11.7251C12.3453 11.8749 12.4282 12.05 12.469 12.2368C12.5098 12.4236 12.5074 12.6173 12.4619 12.8031L11.5096 16.5531C11.4387 16.8253 11.2792 17.0661 11.0563 17.2376C10.8333 17.4091 10.5596 17.5014 10.2783 17.4999Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.18203 11.3422C4.97597 10.5996 4.94437 9.81941 5.0897 9.06253C5.23502 8.30566 5.55334 7.59266 6.01978 6.97916C6.48625 6.36566 7.08819 5.86831 7.77862 5.52592C8.46906 5.18353 9.22931 5.00537 10 5.00537C10.7707 5.00537 11.5309 5.18353 12.2214 5.52592C12.9118 5.86831 13.5137 6.36566 13.9802 6.97916C14.4467 7.59266 14.765 8.30566 14.9103 9.06253C15.0556 9.81941 15.024 10.5996 14.8179 11.3422",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.83047 16.2352C4.49326 15.3408 3.47904 14.0402 2.93758 12.5253C2.39612 11.0104 2.3561 9.36161 2.82343 7.82223C3.29076 6.28292 4.24067 4.9346 5.53292 3.97643C6.82519 3.01825 8.39125 2.50098 10 2.50098C11.6087 2.50098 13.1748 3.01825 14.4671 3.97643C15.7593 4.9346 16.7093 6.28292 17.1766 7.82223C17.6439 9.36161 17.6039 11.0104 17.0624 12.5253C16.5209 14.0402 15.5067 15.3408 14.1695 16.2352",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),s1=o("approximate-equals",[["path",{d:"M3.125 12.6258C8.75 7.9625 11.25 17.0375 16.875 12.3743",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 7.62581C8.75 2.9625 11.25 12.0375 16.875 7.37425",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),i1=o("app-store-logo",[["path",{d:"M11.4517 8.13049L16.2501 16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 2.5L10 5.67344",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.48828 15L3.75 16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.8747 2.5L5.96533 12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.0347 12.5H18.1253",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.875 12.5H11.1305",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),C1=o("app-window",[["path",{d:"M16.875 3.75H3.125C2.77982 3.75 2.5 4.02982 2.5 4.375V15.625C2.5 15.9702 2.77982 16.25 3.125 16.25H16.875C17.2202 16.25 17.5 15.9702 17.5 15.625V4.375C17.5 4.02982 17.2202 3.75 16.875 3.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.3125 7.65625C5.91656 7.65625 6.40625 7.16656 6.40625 6.5625C6.40625 5.95844 5.91656 5.46875 5.3125 5.46875C4.70844 5.46875 4.21875 5.95844 4.21875 6.5625C4.21875 7.16656 4.70844 7.65625 5.3125 7.65625Z",fill:"currentColor",stroke:"none"}],["path",{d:"M8.4375 7.65625C9.04156 7.65625 9.53125 7.16656 9.53125 6.5625C9.53125 5.95844 9.04156 5.46875 8.4375 5.46875C7.83344 5.46875 7.34375 5.95844 7.34375 6.5625C7.34375 7.16656 7.83344 7.65625 8.4375 7.65625Z",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),u1=o("archive",[["path",{d:"M17.5 4.375H2.5C2.15482 4.375 1.875 4.65482 1.875 5V6.875C1.875 7.22019 2.15482 7.5 2.5 7.5H17.5C17.8452 7.5 18.125 7.22019 18.125 6.875V5C18.125 4.65482 17.8452 4.375 17.5 4.375Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.875 7.5V15C16.875 15.1657 16.8091 15.3247 16.6919 15.4419C16.5747 15.5591 16.4157 15.625 16.25 15.625H3.75C3.58424 15.625 3.42527 15.5591 3.30806 15.4419C3.19085 15.3247 3.125 15.1657 3.125 15V7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 10.625H11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),k1=o("armchair",[["path",{d:"M6.25 10.625H13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 7.5V5.625C3.75 4.96196 4.01339 4.32607 4.48223 3.85723C4.95107 3.38839 5.58696 3.125 6.25 3.125H13.75C14.4131 3.125 15.0489 3.38839 15.5177 3.85723C15.9866 4.32607 16.25 4.96196 16.25 5.625V7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 13.125V10C6.25 9.50557 6.10338 9.02219 5.82868 8.61107C5.55397 8.19994 5.16353 7.8795 4.70671 7.69031C4.24989 7.50106 3.74723 7.45156 3.26228 7.54806C2.77733 7.6445 2.33186 7.88263 1.98223 8.23225C1.6326 8.58188 1.3945 9.02732 1.29804 9.51225C1.20158 9.99725 1.25108 10.4999 1.4403 10.9567C1.62952 11.4135 1.94995 11.804 2.36108 12.0787C2.7722 12.3534 3.25555 12.5 3.75 12.5V15.625C3.75 15.7908 3.81585 15.9498 3.93306 16.0669C4.05027 16.1841 4.20924 16.25 4.375 16.25H15.625C15.7908 16.25 15.9498 16.1841 16.0669 16.0669C16.1841 15.9498 16.25 15.7908 16.25 15.625V12.5C16.7444 12.5 17.2278 12.3534 17.6389 12.0787C18.0501 11.804 18.3705 11.4135 18.5597 10.9567C18.7489 10.4999 18.7984 9.99725 18.7019 9.51225C18.6055 9.02732 18.3674 8.58188 18.0178 8.23225C17.6681 7.88263 17.2227 7.6445 16.7378 7.54806C16.2528 7.45156 15.7501 7.50106 15.2933 7.69031C14.8365 7.8795 14.446 8.19994 14.1713 8.61107C13.8966 9.02219 13.75 9.50557 13.75 10V13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),a1=o("arrow-arc-left",[["path",{d:"M6.875 11.875H1.875V6.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.5 14.3751C17.4999 12.8918 17.06 11.4418 16.2359 10.2086C15.4118 8.97527 14.2405 8.01402 12.8701 7.4464C11.4997 6.87877 9.99175 6.73021 8.53694 7.01958C7.08212 7.30896 5.74577 8.02321 4.69687 9.07202L1.875 11.8751",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),d1=o("arrow-arc-right",[["path",{d:"M13.125 11.875H18.125V6.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 14.3751C2.50007 12.8918 2.93998 11.4418 3.76409 10.2085C4.58821 8.97527 5.75952 8.01402 7.12994 7.4464C8.50031 6.87877 10.0083 6.73021 11.4631 7.01958C12.9179 7.30896 14.2543 8.02321 15.3031 9.07202L18.125 11.8751",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),c1=o("arrow-bend-double-up-left",[["path",{d:"M6.25 11.875L2.5 8.125L6.25 4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 11.875L6.25 8.125L10 4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.5 15.625C17.5 13.6359 16.7098 11.7282 15.3033 10.3217C13.8968 8.91519 11.9891 8.125 10 8.125H6.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),L1=o("arrow-bend-double-up-right",[["path",{d:"M13.75 11.875L17.5 8.125L13.75 4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 11.875L13.75 8.125L10 4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 15.625C2.5 13.6359 3.29018 11.7282 4.6967 10.3217C6.10322 8.91519 8.01087 8.125 10 8.125H13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),p1=o("arrow-bend-down-left",[["path",{d:"M6.25 8.125L2.5 11.875L6.25 15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.5 4.375C17.5 6.36413 16.7098 8.27175 15.3033 9.67831C13.8968 11.0848 11.9891 11.875 10 11.875H2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),l1=o("arrow-bend-down-right",[["path",{d:"M13.75 8.125L17.5 11.875L13.75 15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 4.375C2.5 6.36413 3.29018 8.27175 4.6967 9.67831C6.10322 11.0848 8.01087 11.875 10 11.875H17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),h1=o("arrow-bend-left-down",[["path",{d:"M11.875 13.75L8.125 17.5L4.375 13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 2.5C13.6359 2.5 11.7282 3.29018 10.3217 4.6967C8.91519 6.10322 8.125 8.01087 8.125 10V17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),M1=o("arrow-bend-left-up",[["path",{d:"M11.875 6.25L8.125 2.5L4.375 6.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 17.5C13.6359 17.5 11.7282 16.7098 10.3217 15.3033C8.91519 13.8968 8.125 11.9891 8.125 10V2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),j1=o("arrow-bend-right-down",[["path",{d:"M8.125 13.75L11.875 17.5L15.625 13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 2.5C6.36413 2.5 8.27175 3.29018 9.67831 4.6967C11.0848 6.10322 11.875 8.01087 11.875 10V17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),H1=o("arrow-bend-right-up",[["path",{d:"M8.125 6.25L11.875 2.5L15.625 6.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 17.5C6.36413 17.5 8.27175 16.7098 9.67831 15.3033C11.0848 13.8968 11.875 11.9891 11.875 10V2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),B1=o("arrow-bend-up-left",[["path",{d:"M6.25 11.875L2.5 8.125L6.25 4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.5 15.625C17.5 13.6359 16.7098 11.7282 15.3033 10.3217C13.8968 8.91519 11.9891 8.125 10 8.125H2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),V1=o("arrow-bend-up-right",[["path",{d:"M13.75 11.875L17.5 8.125L13.75 4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 15.625C2.5 13.6359 3.29018 11.7282 4.6967 10.3217C6.10322 8.91519 8.01087 8.125 10 8.125H17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),w1=o("arrow-circle-down",[["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 10.625L10 13.125L12.5 10.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 6.875V13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),b1=o("arrow-circle-down-left",[["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 8.75V12.5H11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 7.5L7.5 12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),S1=o("arrow-circle-down-right",[["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 12.5L7.5 7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 8.75V12.5H8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),v1=o("arrow-circle-left",[["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 10H13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.375 7.5L6.875 10L9.375 12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),x1=o("arrow-circle-right",[["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 10H13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.625 7.5L13.125 10L10.625 12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),g1=o("arrow-circle-up",[["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 9.375L10 6.875L12.5 9.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 13.125V6.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Z1=o("arrow-circle-up-left",[["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 7.5H7.5V11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 12.5L7.5 7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),m1=o("arrow-circle-up-right",[["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 7.5L7.5 12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.75 7.5H12.5V11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),f1=o("arrow-clockwise",[["path",{d:"M14.375 8.125H18.125V4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.7188 15.0001C13.7361 15.9274 12.5017 16.5446 11.1702 16.7745C9.83862 17.0044 8.46887 16.8368 7.232 16.2927C5.99517 15.7486 4.94609 14.852 4.21585 13.7151C3.48562 12.5781 3.10662 11.2512 3.12621 9.90012C3.1458 8.549 3.5631 7.23362 4.32599 6.11831C5.08887 5.00301 6.1635 4.13725 7.41562 3.6292C8.66769 3.12115 10.0417 2.99335 11.3661 3.26175C12.6904 3.53015 13.9063 4.18287 14.8618 5.13833L18.1251 8.12506",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),y1=o("arrow-counter-clockwise",[["path",{d:"M1.875 4.375V8.125H5.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.28047 15C6.26319 15.9275 7.49744 16.5448 8.82894 16.7748C10.1605 17.0048 11.5302 16.8373 12.7672 16.2933C14.0041 15.7493 15.0532 14.8528 15.7836 13.7159C16.5139 12.579 16.8929 11.2521 16.8735 9.90103C16.854 8.54991 16.4368 7.23447 15.674 6.11912C14.9112 5.00376 13.8366 4.13791 12.5846 3.62977C11.3325 3.12163 9.95844 2.99371 8.63412 3.26201C7.30975 3.53031 6.09385 4.18293 5.13828 5.13833L1.875 8.12503",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),P1=o("arrow-down",[["path",{d:"M10 3.125V16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 11.25L10 16.875L15.625 11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),T1=o("arrow-down-left",[["path",{d:"M15 5L5 15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 15H5V6.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),A1=o("arrow-down-right",[["path",{d:"M5 5L15 15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 15H15V6.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),F1=o("arrow-elbow-down-left",[["path",{d:"M7.5 10L3.75 13.75L7.5 17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15 2.5V13.75H3.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),D1=o("arrow-elbow-down-right",[["path",{d:"M13.125 10L16.875 13.75L13.125 17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.625 2.5V13.75H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),q1=o("arrow-elbow-left",[["path",{d:"M7.5 6.25H1.875V11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M18.125 7.5L10.625 15L1.875 6.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),R1=o("arrow-elbow-left-down",[["path",{d:"M10.625 13.125L6.875 16.875L3.125 13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M18.125 5.625H6.875V16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),U1=o("arrow-elbow-left-up",[["path",{d:"M10.625 7.5L6.875 3.75L3.125 7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M18.125 15H6.875V3.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),N1=o("arrow-elbow-right",[["path",{d:"M12.5 6.25H18.125V11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.875 7.5L9.375 15L18.125 6.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),G1=o("arrow-elbow-right-down",[["path",{d:"M10 12.5L13.75 16.25L17.5 12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 5H13.75V16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),z1=o("arrow-elbow-right-up",[["path",{d:"M9.375 7.5L13.125 3.75L16.875 7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.875 15H13.125V3.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),E1=o("arrow-elbow-up-left",[["path",{d:"M7.5 10L3.75 6.25L7.5 2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15 17.5V6.25H3.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),O1=o("arrow-elbow-up-right",[["path",{d:"M13.125 10L16.875 6.25L13.125 2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.625 17.5V6.25H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),W1=o("arrow-fat-down",[["path",{d:"M2.5 10.625L10 18.125L17.5 10.625H13.75V3.75C13.75 3.58424 13.6841 3.42527 13.5669 3.30806C13.4497 3.19085 13.2907 3.125 13.125 3.125H6.875C6.70925 3.125 6.55025 3.19085 6.43306 3.30806C6.31588 3.42527 6.25 3.58424 6.25 3.75V10.625H2.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),I1=o("arrow-fat-left",[["path",{d:"M9.375 2.5L1.875 10L9.375 17.5V13.75H16.25C16.4157 13.75 16.5747 13.6841 16.6919 13.5669C16.8091 13.4497 16.875 13.2907 16.875 13.125V6.875C16.875 6.70925 16.8091 6.55025 16.6919 6.43306C16.5747 6.31588 16.4157 6.25 16.25 6.25H9.375V2.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),X1=o("arrow-fat-line-down",[["path",{d:"M2.5 10.625L10 18.125L17.5 10.625H13.75V5.625H6.25V10.625H2.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 3.125H6.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),K1=o("arrow-fat-line-left",[["path",{d:"M9.375 2.5L1.875 10L9.375 17.5V13.75H14.375V6.25H9.375V2.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.875 13.75V6.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),J1=o("arrow-fat-line-right",[["path",{d:"M10.625 2.5L18.125 10L10.625 17.5V13.75H5.625V6.25H10.625V2.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 13.75V6.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Q1=o("arrow-fat-lines-down",[["path",{d:"M2.5 10.625L10 18.125L17.5 10.625H13.75V8.125H6.25V10.625H2.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 3.125H6.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 5.625H6.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Y1=o("arrow-fat-lines-left",[["path",{d:"M9.375 2.5L1.875 10L9.375 17.5V13.75H11.875V6.25H9.375V2.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.875 13.75V6.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 13.75V6.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),_1=o("arrow-fat-lines-right",[["path",{d:"M10.625 2.5L18.125 10L10.625 17.5V13.75H8.125V6.25H10.625V2.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 13.75V6.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.625 13.75V6.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),$1=o("arrow-fat-lines-up",[["path",{d:"M2.5 9.375L10 1.875L17.5 9.375H13.75V11.875H6.25V9.375H2.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 16.875H6.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 14.375H6.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),o5=o("arrow-fat-line-up",[["path",{d:"M2.5 9.375L10 1.875L17.5 9.375H13.75V14.375H6.25V9.375H2.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 16.875H6.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),r5=o("arrow-fat-right",[["path",{d:"M10.625 2.5L18.125 10L10.625 17.5V13.75H3.75C3.58424 13.75 3.42527 13.6841 3.30806 13.5669C3.19085 13.4497 3.125 13.2907 3.125 13.125V6.875C3.125 6.70925 3.19085 6.55025 3.30806 6.43306C3.42527 6.31588 3.58424 6.25 3.75 6.25H10.625V2.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),e5=o("arrow-fat-up",[["path",{d:"M2.5 9.375L10 1.875L17.5 9.375H13.75V16.25C13.75 16.4157 13.6841 16.5747 13.5669 16.6919C13.4497 16.8091 13.2907 16.875 13.125 16.875H6.875C6.70925 16.875 6.55025 16.8091 6.43306 16.6919C6.31588 16.5747 6.25 16.4157 6.25 16.25V9.375H2.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),n5=o("arrow-left",[["path",{d:"M16.875 10H3.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.75 4.375L3.125 10L8.75 15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),t5=o("arrow-line-down",[["path",{d:"M10 2.5V14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 8.75L10 14.375L15.625 8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 16.875H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),s5=o("arrow-line-down-left",[["path",{d:"M3.75 3.75H17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.625 16.25L14.375 7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.625 8.75V16.25H13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),i5=o("arrow-line-down-right",[["path",{d:"M3.125 3.125H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 6.875L15 15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15 8.125V15.625H7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),C5=o("arrow-line-left",[["path",{d:"M17.5 10H5.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 4.375L5.625 10L11.25 15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 3.125V16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),u5=o("arrow-line-right",[["path",{d:"M2.5 10H14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.75 4.375L14.375 10L8.75 15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.875 3.125V16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),k5=o("arrow-line-up",[["path",{d:"M10 17.5V5.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 11.25L10 5.625L15.625 11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 3.125H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),a5=o("arrow-line-up-left",[["path",{d:"M3.75 16.25H17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 3.75H5.625V11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.625 3.75L14.375 12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),d5=o("arrow-line-up-right",[["path",{d:"M3.125 16.875H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 13.125L15 4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 4.375H15V11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),c5=o("arrow-right",[["path",{d:"M3.125 10H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 4.375L16.875 10L11.25 15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),L5=o("arrows-clockwise",[["path",{d:"M13.125 7.5H16.875V3.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.875 7.49988L14.6656 5.29053C13.3861 4.01107 11.6538 3.28763 9.84438 3.27709C8.03494 3.26656 6.29431 3.9698 5 5.23428",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 12.5H3.125V16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 12.5L5.33437 14.7094C6.61387 15.9888 8.34619 16.7123 10.1556 16.7228C11.9651 16.7333 13.7057 16.0301 15 14.7656",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),p5=o("arrows-counter-clockwise",[["path",{d:"M6.875 7.5H3.125V3.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 7.49988L5.33437 5.29053C6.61387 4.01107 8.34619 3.28763 10.1556 3.27709C11.9651 3.26656 13.7057 3.9698 15 5.23428",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 12.5H16.875V16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.875 12.5L14.6656 14.7094C13.3861 15.9888 11.6538 16.7123 9.84438 16.7228C8.03494 16.7333 6.29431 16.0301 5 14.7656",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),l5=o("arrows-down-up",[["path",{d:"M8.75 13.75L6.25 16.25L3.75 13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 3.75V16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 6.25L13.75 3.75L16.25 6.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 16.25V3.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),h5=o("arrows-horizontal",[["path",{d:"M4.375 7.5L1.875 10L4.375 12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 7.5L18.125 10L15.625 12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.875 10H18.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),M5=o("arrows-in",[["path",{d:"M15 8.125H11.875V5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 3.75L11.875 8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5 11.875H8.125V15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 16.25L8.125 11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 15V11.875H15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 16.25L11.875 11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 5V8.125H5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 3.75L8.125 8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),j5=o("arrows-in-cardinal",[["path",{d:"M10 1.875V7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 5L10 7.5L7.5 5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 18.125V12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 15L10 12.5L7.5 15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M18.125 10H12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15 12.5L12.5 10L15 7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.875 10H7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5 12.5L7.5 10L5 7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),H5=o("arrows-in-line-horizontal",[["path",{d:"M10 3.125V16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.25 10H7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5 7.5L7.5 10L5 12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M18.75 10H12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15 12.5L12.5 10L15 7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),B5=o("arrows-in-line-vertical",[["path",{d:"M16.875 10H3.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 1.25V7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 5L10 7.5L7.5 5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 18.75V12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 15L10 12.5L12.5 15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),V5=o("arrows-in-simple",[["path",{d:"M11.25 5V8.75H15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 3.75L11.25 8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5 11.25H8.75V15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 16.25L8.75 11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),w5=o("arrows-left-right",[["path",{d:"M13.75 11.25L16.25 13.75L13.75 16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 13.75H16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 8.75L3.75 6.25L6.25 3.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 6.25H3.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),b5=o("arrows-merge",[["path",{d:"M10 18.125V12.5L5.625 8.125V3.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 15.625L10 18.125L7.5 15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 3.125V8.125L10 12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),S5=o("arrows-out",[["path",{d:"M12.5 3.75H16.25V7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 8.125L16.25 3.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 16.25H3.75V12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 11.875L3.75 16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 12.5V16.25H12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 11.875L16.25 16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 7.5V3.75H7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 8.125L3.75 3.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),v5=o("arrows-out-cardinal",[["path",{d:"M10 12.5V18.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 7.5V1.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 4.375L10 1.875L12.5 4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 15.625L10 18.125L12.5 15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 10H1.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 10H18.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 7.5L18.125 10L15.625 12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 7.5L1.875 10L4.375 12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),x5=o("arrows-out-line-horizontal",[["path",{d:"M10 3.125V16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 10H1.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 12.5L1.25 10L3.75 7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 10H18.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 7.5L18.75 10L16.25 12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),g5=o("arrows-out-line-vertical",[["path",{d:"M16.875 10H3.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 7.5V1.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 3.75L10 1.25L12.5 3.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 12.5V18.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 16.25L10 18.75L7.5 16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Z5=o("arrows-out-simple",[["path",{d:"M12.5 3.75H16.25V7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 8.75L16.25 3.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 16.25H3.75V12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.75 11.25L3.75 16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),m5=o("arrow-square-down",[["path",{d:"M16.25 3.125H3.75C3.40482 3.125 3.125 3.40482 3.125 3.75V16.25C3.125 16.5952 3.40482 16.875 3.75 16.875H16.25C16.5952 16.875 16.875 16.5952 16.875 16.25V3.75C16.875 3.40482 16.5952 3.125 16.25 3.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 10.625L10 13.125L12.5 10.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 6.875V13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),f5=o("arrow-square-down-left",[["path",{d:"M3.125 3.75V16.25C3.125 16.5952 3.40482 16.875 3.75 16.875H16.25C16.5952 16.875 16.875 16.5952 16.875 16.25V3.75C16.875 3.40482 16.5952 3.125 16.25 3.125H3.75C3.40482 3.125 3.125 3.40482 3.125 3.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 8.75V12.5H11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 7.5L7.5 12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),y5=o("arrow-square-down-right",[["path",{d:"M16.875 16.25V3.75C16.875 3.40482 16.5952 3.125 16.25 3.125H3.75C3.40482 3.125 3.125 3.40482 3.125 3.75V16.25C3.125 16.5952 3.40482 16.875 3.75 16.875H16.25C16.5952 16.875 16.875 16.5952 16.875 16.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 12.5L7.5 7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 8.75V12.5H8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),P5=o("arrow-square-in",[["path",{d:"M3.125 16.875L9.375 10.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.375 15.625L9.37419 10.6257L4.375 10.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 14.375H16.25C16.4157 14.375 16.5747 14.3091 16.6919 14.1919C16.8091 14.0747 16.875 13.9157 16.875 13.75V3.75C16.875 3.58424 16.8091 3.42527 16.6919 3.30806C16.5747 3.19085 16.4157 3.125 16.25 3.125H6.25C6.08424 3.125 5.92527 3.19085 5.80806 3.30806C5.69085 3.42527 5.625 3.58424 5.625 3.75V7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),T5=o("arrow-square-left",[["path",{d:"M16.875 16.25V3.75C16.875 3.40482 16.5952 3.125 16.25 3.125H3.75C3.40482 3.125 3.125 3.40482 3.125 3.75V16.25C3.125 16.5952 3.40482 16.875 3.75 16.875H16.25C16.5952 16.875 16.875 16.5952 16.875 16.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 10H13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.375 7.5L6.875 10L9.375 12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),A5=o("arrow-square-out",[["path",{d:"M10.625 9.375L16.875 3.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.875 8.125L16.8743 3.12578L11.875 3.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 10.625V16.25C14.375 16.4157 14.3091 16.5747 14.1919 16.6919C14.0747 16.8091 13.9157 16.875 13.75 16.875H3.75C3.58424 16.875 3.42527 16.8091 3.30806 16.6919C3.19085 16.5747 3.125 16.4157 3.125 16.25V6.25C3.125 6.08424 3.19085 5.92527 3.30806 5.80806C3.42527 5.69085 3.58424 5.625 3.75 5.625H9.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),F5=o("arrow-square-right",[["path",{d:"M16.875 16.25V3.75C16.875 3.40482 16.5952 3.125 16.25 3.125H3.75C3.40482 3.125 3.125 3.40482 3.125 3.75V16.25C3.125 16.5952 3.40482 16.875 3.75 16.875H16.25C16.5952 16.875 16.875 16.5952 16.875 16.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 10H13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.625 7.5L13.125 10L10.625 12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),D5=o("arrow-square-up",[["path",{d:"M16.25 3.125H3.75C3.40482 3.125 3.125 3.40482 3.125 3.75V16.25C3.125 16.5952 3.40482 16.875 3.75 16.875H16.25C16.5952 16.875 16.875 16.5952 16.875 16.25V3.75C16.875 3.40482 16.5952 3.125 16.25 3.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 9.375L10 6.875L12.5 9.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 13.125V6.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),q5=o("arrow-square-up-left",[["path",{d:"M16.875 16.25V3.75C16.875 3.40482 16.5952 3.125 16.25 3.125H3.75C3.40482 3.125 3.125 3.40482 3.125 3.75V16.25C3.125 16.5952 3.40482 16.875 3.75 16.875H16.25C16.5952 16.875 16.875 16.5952 16.875 16.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 7.5H7.5V11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 12.5L7.5 7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),R5=o("arrow-square-up-right",[["path",{d:"M3.125 3.75V16.25C3.125 16.5952 3.40482 16.875 3.75 16.875H16.25C16.5952 16.875 16.875 16.5952 16.875 16.25V3.75C16.875 3.40482 16.5952 3.125 16.25 3.125H3.75C3.40482 3.125 3.125 3.40482 3.125 3.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 7.5L7.5 12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.75 7.5H12.5V11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),U5=o("arrows-split",[["path",{d:"M7.5 14.375L5 16.875L2.5 14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.5 14.375L15 16.875L12.5 14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 1.875V5.625L5 10.625V16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 5.625L15 10.625V16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),N5=o("arrows-vertical",[["path",{d:"M7.5 4.375L10 1.875L12.5 4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 18.125V1.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 15.625L10 18.125L7.5 15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),G5=o("arrow-u-down-left",[["path",{d:"M6.25 9.375L2.5 13.125L6.25 16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 4.375H13.125C14.2853 4.375 15.3981 4.83594 16.2186 5.65641C17.0391 6.47688 17.5 7.58969 17.5 8.75C17.5 9.91031 17.0391 11.0231 16.2186 11.8436C15.3981 12.6641 14.2853 13.125 13.125 13.125H2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),z5=o("arrow-u-down-right",[["path",{d:"M13.75 9.375L17.5 13.125L13.75 16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 4.375H6.875C5.71467 4.375 4.60188 4.83594 3.78141 5.65641C2.96094 6.47688 2.5 7.58969 2.5 8.75C2.5 9.91031 2.96094 11.0231 3.78141 11.8436C4.60188 12.6641 5.71467 13.125 6.875 13.125H17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),E5=o("arrow-u-left-down",[["path",{d:"M10.625 13.75L6.875 17.5L3.125 13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 13.75V6.875C15.625 5.71467 15.1641 4.60188 14.3436 3.78141C13.5231 2.96094 12.4103 2.5 11.25 2.5C10.0897 2.5 8.97687 2.96094 8.15644 3.78141C7.33594 4.60188 6.875 5.71467 6.875 6.875V17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),O5=o("arrow-u-left-up",[["path",{d:"M10.625 6.25L6.875 2.5L3.125 6.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 6.25V13.125C15.625 14.2853 15.1641 15.3981 14.3436 16.2186C13.5231 17.0391 12.4103 17.5 11.25 17.5C10.0897 17.5 8.97687 17.0391 8.15644 16.2186C7.33594 15.3981 6.875 14.2853 6.875 13.125V2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),W5=o("arrow-up",[["path",{d:"M10 16.875V3.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 8.75L10 3.125L15.625 8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),I5=o("arrow-up-left",[["path",{d:"M15 15L5 5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 5H5V13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),X5=o("arrow-up-right",[["path",{d:"M5 15L15 5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 5H15V13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),K5=o("arrow-u-right-down",[["path",{d:"M9.375 13.75L13.125 17.5L16.875 13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 13.75V6.875C4.375 5.71467 4.83594 4.60188 5.65641 3.78141C6.47688 2.96094 7.58969 2.5 8.75 2.5C9.91031 2.5 11.0231 2.96094 11.8436 3.78141C12.6641 4.60188 13.125 5.71467 13.125 6.875V17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),J5=o("arrow-u-right-up",[["path",{d:"M9.375 6.25L13.125 2.5L16.875 6.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 6.25V13.125C4.375 14.2853 4.83594 15.3981 5.65641 16.2186C6.47688 17.0391 7.58969 17.5 8.75 17.5C9.91031 17.5 11.0231 17.0391 11.8436 16.2186C12.6641 15.3981 13.125 14.2853 13.125 13.125V2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Q5=o("arrow-u-up-left",[["path",{d:"M6.25 10.625L2.5 6.875L6.25 3.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 15.625H13.125C14.2853 15.625 15.3981 15.1641 16.2186 14.3436C17.0391 13.5231 17.5 12.4103 17.5 11.25C17.5 10.0897 17.0391 8.97687 16.2186 8.15644C15.3981 7.33594 14.2853 6.875 13.125 6.875H2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Y5=o("arrow-u-up-right",[["path",{d:"M13.75 10.625L17.5 6.875L13.75 3.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 15.625H6.875C5.71467 15.625 4.60188 15.1641 3.78141 14.3436C2.96094 13.5231 2.5 12.4103 2.5 11.25C2.5 10.0897 2.96094 8.97687 3.78141 8.15644C4.60188 7.33594 5.71467 6.875 6.875 6.875H17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),_5=o("article",[["path",{d:"M16.875 3.75H3.125C2.77982 3.75 2.5 4.02982 2.5 4.375V15.625C2.5 15.9702 2.77982 16.25 3.125 16.25H16.875C17.2202 16.25 17.5 15.9702 17.5 15.625V4.375C17.5 4.02982 17.2202 3.75 16.875 3.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 7.5H13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 10H13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 12.5H13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),$5=o("article-medium",[["path",{d:"M1.875 4.375H3.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.375 4.375H10.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.875 10.625H3.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.75 10.625H10.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 8.125H18.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 10.625H18.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 13.125H18.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 15.625H18.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 10.625V4.375L6.25 9.375L9.375 4.375V10.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),o2=o("article-ny-times",[["path",{d:"M10 8.125H18.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 10.625H18.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 13.125H18.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 15.625H18.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 5.625V4.375H2.5V5.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5 10.625H7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 4.375V10.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),r2=o("asclepius",[["path",{d:"M10 1.875V18.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 12.9773C12.6966 13.1532 12.8539 13.3686 12.9616 13.6095C13.0694 13.8503 13.125 14.1112 13.125 14.375C13.125 14.8722 12.9274 15.3492 12.5758 15.7008C12.2242 16.0524 11.7472 16.25 11.25 16.25H7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 3.75H13.8281C14.4704 3.75 15.0864 4.00516 15.5406 4.45935C15.9948 4.91354 16.25 5.52956 16.25 6.17188V6.25C16.25 6.91306 15.9866 7.54894 15.5177 8.01775C15.0489 8.48662 14.4131 8.75 13.75 8.75H7.5C7.00275 8.75 6.52581 8.94756 6.17418 9.29919C5.82254 9.65081 5.625 10.1278 5.625 10.625C5.625 11.1222 5.82254 11.5992 6.17418 11.9508C6.52581 12.3024 7.00275 12.5 7.5 12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 3.75V4.375C6.875 5.03804 6.61163 5.67393 6.14277 6.14277C5.67393 6.61163 5.03804 6.875 4.375 6.875H2.5V6.25C2.5 5.58696 2.76339 4.95107 3.23223 4.48223C3.70107 4.01339 4.33696 3.75 5 3.75H7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),e2=o("asterisk",[["path",{d:"M10 3.125V16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 6.25L16.25 13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 13.75L16.25 6.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),n2=o("asterisk-simple",[["path",{d:"M10 3.125V10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 7.5L10 10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.625 15.625L10 10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 15.625L10 10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 7.5L10 10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),t2=o("at",[["path",{d:"M10 13.125C11.7259 13.125 13.125 11.7259 13.125 10C13.125 8.27413 11.7259 6.875 10 6.875C8.27413 6.875 6.875 8.27413 6.875 10C6.875 11.7259 8.27413 13.125 10 13.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 16.25C13.1867 17.0399 11.5336 17.5 10 17.5C8.51663 17.5 7.06663 17.0601 5.83323 16.236C4.59986 15.4119 3.63856 14.2406 3.07091 12.8701C2.50325 11.4997 2.35473 9.99169 2.64411 8.53681C2.9335 7.082 3.64781 5.74559 4.6967 4.6967C5.74559 3.64781 7.082 2.9335 8.53681 2.64411C9.99169 2.35473 11.4997 2.50325 12.8701 3.07091C14.2406 3.63856 15.4119 4.59986 16.236 5.83323C17.0601 7.06663 17.5 8.51663 17.5 10C17.5 11.7258 16.875 13.125 15.3125 13.125C13.75 13.125 13.125 11.7258 13.125 10V6.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),s2=o("atom",[["path",{d:"M16.4265 16.4264C17.7729 15.08 15.9872 11.1113 12.438 7.56211C8.88879 4.01293 4.92012 2.22721 3.57373 3.5736C2.22733 4.91999 4.01306 8.88868 7.56223 12.4379C11.1115 15.9871 15.0801 17.7727 16.4265 16.4264Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.438 12.4379C15.9872 8.88868 17.7729 4.92 16.4265 3.5736C15.0801 2.22721 11.1115 4.01293 7.56223 7.56212C4.01306 11.1113 2.22733 15.08 3.57373 16.4264C4.92012 17.7727 8.88879 15.9871 12.438 12.4379Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 11.0938C10.6041 11.0938 11.0938 10.6041 11.0938 10C11.0938 9.39594 10.6041 8.90625 10 8.90625C9.39594 8.90625 8.90625 9.39594 8.90625 10C8.90625 10.6041 9.39594 11.0938 10 11.0938Z",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),i2=o("avocado",[["path",{d:"M10 15.625C11.7259 15.625 13.125 14.2259 13.125 12.5C13.125 10.7741 11.7259 9.375 10 9.375C8.27413 9.375 6.875 10.7741 6.875 12.5C6.875 14.2259 8.27413 15.625 10 15.625Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.46312 3.75002C6.72312 3.01087 7.20812 2.37174 7.85 1.92237C8.49187 1.47301 9.25844 1.23599 10.0419 1.24461C10.8254 1.25323 11.5865 1.50705 12.2184 1.97042C12.8502 2.43381 13.321 3.08346 13.5647 3.82814L15.8944 10.4125C16.2287 11.3608 16.3293 12.3758 16.1876 13.3713C16.0459 14.3668 15.6662 15.3135 15.0805 16.1308C14.4949 16.9482 13.7207 17.6122 12.8236 18.0665C11.9265 18.5208 10.9331 18.7519 9.92762 18.7403C8.92219 18.7286 7.93437 18.4745 7.04806 17.9996C6.16174 17.5247 5.4031 16.843 4.83654 16.0122C4.26998 15.1815 3.91222 14.2263 3.79362 13.2278C3.67503 12.2293 3.7991 11.2169 4.15532 10.2766L6.46312 3.75002Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),C2=o("axe",[["path",{d:"M12.8495 14.8165C12.7667 14.8994 12.6623 14.9573 12.5482 14.9837C12.434 15.0101 12.3148 15.0039 12.204 14.9658C12.0932 14.9277 11.9954 14.8592 11.9217 14.7681C11.848 14.6771 11.8013 14.5672 11.787 14.4509C11.2331 10.2994 8.47373 7.59149 7.14248 6.65711C7.06761 6.60492 7.00511 6.53692 6.9593 6.45799C6.91355 6.37899 6.88561 6.29099 6.87748 6.20005C6.86936 6.10912 6.88123 6.01753 6.9123 5.9317C6.94342 5.84587 6.99292 5.76789 7.05736 5.70324L10.0784 2.68214C10.1431 2.61784 10.221 2.56845 10.3068 2.53746C10.3925 2.50647 10.484 2.49461 10.5749 2.50272C10.6657 2.51084 10.7536 2.53872 10.8325 2.58443C10.9114 2.63014 10.9794 2.69255 11.0315 2.7673C11.969 4.09542 14.6737 6.85792 18.8253 7.41186C18.9416 7.42611 19.0515 7.47274 19.1425 7.54649C19.2336 7.62024 19.302 7.71805 19.3402 7.8288C19.3783 7.93961 19.3845 8.05886 19.3582 8.17299C19.3317 8.28711 19.2738 8.39155 19.1909 8.47436L12.8495 14.8165Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.8579 3.76723L13.3595 2.26567C13.6084 2.01759 13.9455 1.8783 14.297 1.8783C14.6484 1.8783 14.9855 2.01759 15.2345 2.26567C15.4825 2.51461 15.6218 2.85173 15.6218 3.20317C15.6218 3.55461 15.4825 3.89173 15.2345 4.14067L13.8829 5.49223",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.86737 9.5079L2.89079 16.4845C2.64186 16.7325 2.30474 16.8718 1.95329 16.8718C1.60185 16.8718 1.26473 16.7325 1.01579 16.4845C0.767718 16.2355 0.628418 15.8984 0.628418 15.547C0.628418 15.1955 0.767718 14.8584 1.01579 14.6095L8.14469 7.48059",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),u2=o("baby",[["path",{d:"M7.1875 11.0938C7.79156 11.0938 8.28125 10.6041 8.28125 10C8.28125 9.39594 7.79156 8.90625 7.1875 8.90625C6.58344 8.90625 6.09375 9.39594 6.09375 10C6.09375 10.6041 6.58344 11.0938 7.1875 11.0938Z",fill:"currentColor",stroke:"none"}],["path",{d:"M12.8125 11.0938C13.4166 11.0938 13.9062 10.6041 13.9062 10C13.9062 9.39594 13.4166 8.90625 12.8125 8.90625C12.2084 8.90625 11.7188 9.39594 11.7188 10C11.7188 10.6041 12.2084 11.0938 12.8125 11.0938Z",fill:"currentColor",stroke:"none"}],["path",{d:"M12.1875 13.125C11.531 13.5335 10.7733 13.75 10 13.75C9.22675 13.75 8.469 13.5335 7.8125 13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 2.5C8.75 4.0625 8.75 5.625 8.75 5.625C8.75 5.95652 8.88169 6.27444 9.11613 6.50887C9.35056 6.74331 9.6685 6.875 10 6.875C10.3315 6.875 10.6494 6.74331 10.8839 6.50887C11.1183 6.27444 11.25 5.95652 11.25 5.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),k2=o("baby-carriage",[["path",{d:"M3.75 8.75H18.125C18.125 10.2418 17.5324 11.6726 16.4775 12.7275C15.4226 13.7824 13.9918 14.375 12.5 14.375H9.375C7.88319 14.375 6.45244 13.7824 5.39752 12.7275C4.34263 11.6726 3.75 10.2418 3.75 8.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 8.75V3.75C11.25 3.58424 11.3159 3.42527 11.4331 3.30806C11.5503 3.19085 11.7093 3.125 11.875 3.125H12.5C13.9918 3.125 15.4226 3.71763 16.4775 4.77253C17.5324 5.82742 18.125 7.25819 18.125 8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.25 6.25C1.91304 6.25 2.54893 6.51338 3.01777 6.98225C3.48661 7.45106 3.75 8.08694 3.75 8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 18.5938C7.47906 18.5938 7.96875 18.1041 7.96875 17.5C7.96875 16.8959 7.47906 16.4062 6.875 16.4062C6.27094 16.4062 5.78125 16.8959 5.78125 17.5C5.78125 18.1041 6.27094 18.5938 6.875 18.5938Z",fill:"currentColor",stroke:"none"}],["path",{d:"M15 18.5938C15.6041 18.5938 16.0938 18.1041 16.0938 17.5C16.0938 16.8959 15.6041 16.4062 15 16.4062C14.3959 16.4062 13.9062 16.8959 13.9062 17.5C13.9062 18.1041 14.3959 18.5938 15 18.5938Z",fill:"currentColor",stroke:"none"}],["path",{d:"M11.25 8.75001L16.3617 4.66016",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),a2=o("backpack",[["path",{d:"M7.5 3.75H12.5C13.4946 3.75 14.4484 4.14509 15.1516 4.84835C15.8549 5.55161 16.25 6.50544 16.25 7.5V16.875C16.25 17.0407 16.1841 17.1997 16.0669 17.3169C15.9497 17.4341 15.7907 17.5 15.625 17.5H4.375C4.20924 17.5 4.05027 17.4341 3.93306 17.3169C3.81585 17.1997 3.75 17.0407 3.75 16.875V7.5C3.75 6.50544 4.14509 5.55161 4.84835 4.84835C5.55161 4.14509 6.50544 3.75 7.5 3.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 17.5V11.875C6.25 11.5435 6.38169 11.2256 6.61613 10.9911C6.85056 10.7567 7.1685 10.625 7.5 10.625H12.5C12.8315 10.625 13.1494 10.7567 13.3839 10.9911C13.6183 11.2256 13.75 11.5435 13.75 11.875V17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 3.75V2.5C7.5 2.16848 7.63169 1.85054 7.86613 1.61612C8.10056 1.38169 8.4185 1.25 8.75 1.25H11.25C11.5815 1.25 11.8994 1.38169 12.1339 1.61612C12.3683 1.85054 12.5 2.16848 12.5 2.5V3.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.75 6.875H11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 13.125H13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 13.125V14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),d2=o("backspace",[["path",{d:"M4.81797 15.9469L1.25 10L4.81797 4.05313C4.87354 3.96064 4.9521 3.88411 5.04602 3.83099C5.13994 3.77787 5.24601 3.74997 5.35391 3.75H16.875C17.0407 3.75 17.1997 3.81585 17.3169 3.93306C17.4341 4.05027 17.5 4.20924 17.5 4.375V15.625C17.5 15.7907 17.4341 15.9497 17.3169 16.0669C17.1997 16.1841 17.0407 16.25 16.875 16.25H5.35391C5.24601 16.2501 5.13994 16.2221 5.04602 16.169C4.9521 16.1159 4.87354 16.0394 4.81797 15.9469Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 8.125L8.75 11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 11.875L8.75 8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),c2=o("bag",[["path",{d:"M16.875 5.625H3.125C2.77982 5.625 2.5 5.90482 2.5 6.25V15.625C2.5 15.9702 2.77982 16.25 3.125 16.25H16.875C17.2202 16.25 17.5 15.9702 17.5 15.625V6.25C17.5 5.90482 17.2202 5.625 16.875 5.625Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 7.5V5C6.875 4.1712 7.20425 3.37634 7.79031 2.79029C8.37631 2.20424 9.17119 1.875 10 1.875C10.8288 1.875 11.6237 2.20424 12.2097 2.79029C12.7957 3.37634 13.125 4.1712 13.125 5V7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),L2=o("bag-simple",[["path",{d:"M16.875 5.625H3.125C2.77982 5.625 2.5 5.90482 2.5 6.25V15.625C2.5 15.9702 2.77982 16.25 3.125 16.25H16.875C17.2202 16.25 17.5 15.9702 17.5 15.625V6.25C17.5 5.90482 17.2202 5.625 16.875 5.625Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 5.625V5C6.875 4.1712 7.20425 3.37634 7.79031 2.79029C8.37631 2.20424 9.17119 1.875 10 1.875C10.8288 1.875 11.6237 2.20424 12.2097 2.79029C12.7957 3.37634 13.125 4.1712 13.125 5V5.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),p2=o("balloon",[["path",{d:"M16.25 8.125C16.25 11.5766 13.4516 15.625 10 15.625C6.54844 15.625 3.75 11.5766 3.75 8.125C3.75 6.46738 4.40848 4.87769 5.58058 3.70558C6.75269 2.53348 8.34238 1.875 10 1.875C11.6576 1.875 13.2473 2.53348 14.4194 3.70558C15.5915 4.87769 16.25 6.46738 16.25 8.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.625 4.375C11.4027 4.51447 12.119 4.88871 12.6776 5.44737C13.2363 6.00603 13.6105 6.72231 13.75 7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.7743 15.557L11.875 18.125H8.125L9.22575 15.557",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),l2=o("bandaids",[["path",{d:"M3.85683 7.39298C3.38794 6.92411 3.12451 6.28817 3.12451 5.62504C3.12451 4.96192 3.38794 4.32597 3.85683 3.85707C4.32572 3.38818 4.96168 3.12476 5.6248 3.12476C6.28794 3.12476 6.92388 3.38818 7.39276 3.85707L16.1428 12.607C16.6116 13.076 16.8751 13.7119 16.8751 14.375C16.8751 15.0382 16.6116 15.6741 16.1428 16.143C15.6739 16.6119 15.0379 16.8754 14.3748 16.8754C13.7117 16.8754 13.0757 16.6119 12.6068 16.143L3.85683 7.39298Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.6068 3.85707C13.0757 3.38818 13.7117 3.12476 14.3748 3.12476C14.7031 3.12476 15.0283 3.18943 15.3316 3.31508C15.6349 3.44073 15.9106 3.6249 16.1428 3.85707C16.3749 4.08925 16.5591 4.36487 16.6848 4.66822C16.8104 4.97157 16.8751 5.2967 16.8751 5.62504C16.8751 5.95339 16.8104 6.27848 16.6848 6.58186C16.5591 6.88523 16.3749 7.16086 16.1428 7.39298L7.39276 16.143C7.16057 16.3752 6.88494 16.5594 6.58163 16.685C6.27826 16.8107 5.95314 16.8754 5.6248 16.8754C5.29646 16.8754 4.97133 16.8107 4.66798 16.685C4.36463 16.5594 4.08901 16.3752 3.85683 16.143C3.38794 15.6741 3.12451 15.0382 3.12451 14.375C3.12451 13.7119 3.38794 13.076 3.85683 12.607L12.6068 3.85707Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{opacity:"0.5",d:"M10 10.3125C10.1726 10.3125 10.3125 10.1726 10.3125 10C10.3125 9.82744 10.1726 9.6875 10 9.6875C9.82744 9.6875 9.6875 9.82744 9.6875 10C9.6875 10.1726 9.82744 10.3125 10 10.3125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 10.7812C10.4315 10.7812 10.7812 10.4315 10.7812 10C10.7812 9.5685 10.4315 9.21875 10 9.21875C9.5685 9.21875 9.21875 9.5685 9.21875 10C9.21875 10.4315 9.5685 10.7812 10 10.7812Z",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),h2=o("bank",[["path",{d:"M1.875 7.5H18.125L10 2.5L1.875 7.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 7.5V13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 7.5V13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 7.5V13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 7.5V13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 13.75H17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.25 16.25H18.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),M2=o("barbell",[["path",{d:"M6.875 4.375H5C4.65482 4.375 4.375 4.65482 4.375 5V15C4.375 15.3452 4.65482 15.625 5 15.625H6.875C7.22019 15.625 7.5 15.3452 7.5 15V5C7.5 4.65482 7.22019 4.375 6.875 4.375Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15 4.375H13.125C12.7798 4.375 12.5 4.65482 12.5 5V15C12.5 15.3452 12.7798 15.625 13.125 15.625H15C15.3452 15.625 15.625 15.3452 15.625 15V5C15.625 4.65482 15.3452 4.375 15 4.375Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 6.25H17.5C17.6657 6.25 17.8247 6.31588 17.9419 6.43306C18.0591 6.55025 18.125 6.70925 18.125 6.875V13.125C18.125 13.2907 18.0591 13.4497 17.9419 13.5669C17.8247 13.6841 17.6657 13.75 17.5 13.75H15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 13.75H2.5C2.33424 13.75 2.17527 13.6841 2.05806 13.5669C1.94085 13.4497 1.875 13.2907 1.875 13.125V6.875C1.875 6.70925 1.94085 6.55025 2.05806 6.43306C2.17527 6.31588 2.33424 6.25 2.5 6.25H4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 10H12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M18.125 10H19.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M0.625 10H1.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),j2=o("barcode",[["path",{d:"M14.375 3.75H17.5V6.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.625 16.25H2.5V13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.5 13.125V16.25H14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 6.875V3.75H5.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 6.875V13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 6.875V13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 6.875V13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.75 6.875V13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),H2=o("barn",[["path",{d:"M18.75 10L15.625 5.62504L10.3469 1.97973C10.2442 1.9112 10.1234 1.87463 10 1.87463C9.87656 1.87463 9.75581 1.9112 9.65312 1.97973L4.375 5.62504L1.25 10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.25 15.625H18.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.625 15.625V9.375H14.375V15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 9.375L5.625 15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.625 9.375L14.375 15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.75 6.875H11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 8.25V15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.5 8.25V15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),B2=o("barricade",[["path",{d:"M17.5 5.625H2.5C2.15482 5.625 1.875 5.90482 1.875 6.25V11.875C1.875 12.2202 2.15482 12.5 2.5 12.5H17.5C17.8452 12.5 18.125 12.2202 18.125 11.875V6.25C18.125 5.90482 17.8452 5.625 17.5 5.625Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.5625 5.625L13.4375 12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.1875 5.625L18.125 11.5625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.875 6.5625L7.8125 12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15 12.5V15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5 12.5V15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),V2=o("baseball",[["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.8752 11.25C6.80401 11.6753 6.69576 12.0936 6.55176 12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.55176 7.5C6.69576 7.90644 6.80401 8.32469 6.8752 8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.73926 4.65466C4.95038 4.86188 5.14891 5.08154 5.33379 5.31248",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.33379 14.6875C5.14891 14.9184 4.95038 15.1381 4.73926 15.3453",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 11.25C13.1963 11.6753 13.3044 12.0936 13.4484 12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.4484 7.5C13.3044 7.90644 13.1963 8.32469 13.125 8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.2611 4.65466C15.0499 4.86188 14.8514 5.08154 14.6665 5.31248",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.6665 14.6875C14.8514 14.9184 15.0499 15.1381 15.2611 15.3453",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),w2=o("baseball-cap",[["path",{d:"M2.5 10C2.5 8.01087 3.29018 6.10322 4.6967 4.6967C6.10322 3.29018 8.01087 2.5 10 2.5C11.9891 2.5 13.8968 3.29018 15.3033 4.6967C16.7098 6.10322 17.5 8.01087 17.5 10V14.375C17.4999 14.6061 17.4357 14.8326 17.3146 15.0294C17.1934 15.2263 17.0201 15.3856 16.8139 15.4899C16.6077 15.5941 16.3766 15.6391 16.1463 15.62C15.916 15.6008 15.6956 15.5182 15.5094 15.3813C14.2602 14.4734 12.4219 13.75 10 13.75C7.57812 13.75 5.73984 14.4734 4.49062 15.3813C4.30447 15.5182 4.084 15.6008 3.85371 15.62C3.62342 15.6391 3.39232 15.5941 3.18609 15.4899C2.97985 15.3856 2.80655 15.2263 2.68544 15.0294C2.56432 14.8326 2.50013 14.6061 2.5 14.375V10Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 11.875C4.6637 10.2522 7.29537 9.375 10 9.375C12.7046 9.375 15.3363 10.2522 17.5 11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.90625 9.76094C7.23206 5.26797 10 2.5 10 2.5C10 2.5 12.768 5.26797 13.0938 9.76094",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),b2=o("baseball-helmet",[["path",{d:"M6.875 13.75C7.73794 13.75 8.4375 13.0504 8.4375 12.1875C8.4375 11.3246 7.73794 10.625 6.875 10.625C6.01206 10.625 5.3125 11.3246 5.3125 12.1875C5.3125 13.0504 6.01206 13.75 6.875 13.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.875 10C16.875 8.01087 16.0848 6.10322 14.6783 4.6967C13.2718 3.29018 11.3641 2.5 9.375 2.5C7.38587 2.5 5.47822 3.29018 4.0717 4.6967C2.66518 6.10322 1.875 8.01087 1.875 10V11.875C1.875 13.2011 2.40178 14.4729 3.33947 15.4106C4.27715 16.3482 5.54892 16.875 6.875 16.875C8.20106 16.875 9.47288 16.3482 10.4106 15.4106C11.3482 14.4729 11.875 13.2011 11.875 11.875V10H19.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 16.875H10C11.3261 16.875 12.5979 16.3482 13.5356 15.4106C14.4732 14.4729 15 13.2011 15 11.875V10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),S2=o("basket",[["path",{d:"M10 9.375V13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 6.875L10 1.875L5.625 6.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.125 9.375L13.6875 13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.875 9.375L6.3125 13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.875 6.875H18.125L16.9476 15.7078C16.9276 15.8579 16.8537 15.9956 16.7397 16.0953C16.6258 16.1951 16.4796 16.25 16.3281 16.25H3.67188C3.52045 16.25 3.37418 16.1951 3.26023 16.0953C3.14628 15.9956 3.07241 15.8579 3.05234 15.7078L1.875 6.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),v2=o("basketball",[["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.6875 4.7063C5.38217 5.40159 5.93295 6.22702 6.30831 7.13536C6.68369 8.04374 6.87625 9.01717 6.875 10C6.87625 10.9829 6.68369 11.9564 6.30831 12.8647C5.93295 13.773 5.38217 14.5985 4.6875 15.2938",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.3127 4.7063C13.9119 6.11204 13.1255 8.01561 13.1255 10C13.1255 11.9845 13.9119 13.888 15.3127 15.2938",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 10H17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 2.5V17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),x2=o("bathtub",[["path",{d:"M5.625 15V16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 15V16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 7.5H10.625V11.25H15.625V7.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 8.125H18.75V11.25C18.75 12.2446 18.3549 13.1984 17.6516 13.9016C16.9484 14.6049 15.9946 15 15 15H5C4.00544 15 3.05161 14.6049 2.34835 13.9016C1.64509 13.1984 1.25 12.2446 1.25 11.25V8.125H10.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 8.125V4.0625C4.375 3.6481 4.53962 3.25067 4.83264 2.95765C5.12567 2.66462 5.5231 2.5 5.9375 2.5C6.30137 2.49915 6.65469 2.6226 6.93881 2.84992C7.22294 3.07725 7.42094 3.3948 7.5 3.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),g2=o("battery-charging",[["path",{d:"M15.625 5H2.5C1.80964 5 1.25 5.55964 1.25 6.25V13.75C1.25 14.4404 1.80964 15 2.5 15H15.625C16.3154 15 16.875 14.4404 16.875 13.75V6.25C16.875 5.55964 16.3154 5 15.625 5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M19.375 7.5V12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.0625 12.5L10.3125 10H7.8125L9.0625 7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Z2=o("battery-charging-vertical",[["path",{d:"M10 13.125L11.25 10.625H8.75L10 8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 0.625H12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 3.125H6.25C5.55964 3.125 5 3.68464 5 4.375V17.5C5 18.1904 5.55964 18.75 6.25 18.75H13.75C14.4404 18.75 15 18.1904 15 17.5V4.375C15 3.68464 14.4404 3.125 13.75 3.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),m2=o("battery-empty",[["path",{d:"M15.625 5H2.5C1.80964 5 1.25 5.55964 1.25 6.25V13.75C1.25 14.4404 1.80964 15 2.5 15H15.625C16.3154 15 16.875 14.4404 16.875 13.75V6.25C16.875 5.55964 16.3154 5 15.625 5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M19.375 7.5V12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),f2=o("battery-full",[["path",{d:"M15.625 5H2.5C1.80964 5 1.25 5.55964 1.25 6.25V13.75C1.25 14.4404 1.80964 15 2.5 15H15.625C16.3154 15 16.875 14.4404 16.875 13.75V6.25C16.875 5.55964 16.3154 5 15.625 5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 7.5V12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.625 7.5V12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 7.5V12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 7.5V12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M19.375 7.5V12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),y2=o("battery-high",[["path",{d:"M15.625 5H2.5C1.80964 5 1.25 5.55964 1.25 6.25V13.75C1.25 14.4404 1.80964 15 2.5 15H15.625C16.3154 15 16.875 14.4404 16.875 13.75V6.25C16.875 5.55964 16.3154 5 15.625 5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.625 7.5V12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 7.5V12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 7.5V12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M19.375 7.5V12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),P2=o("battery-low",[["path",{d:"M15.625 5H2.5C1.80964 5 1.25 5.55964 1.25 6.25V13.75C1.25 14.4404 1.80964 15 2.5 15H15.625C16.3154 15 16.875 14.4404 16.875 13.75V6.25C16.875 5.55964 16.3154 5 15.625 5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 7.5V12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M19.375 7.5V12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),T2=o("battery-medium",[["path",{d:"M15.625 5H2.5C1.80964 5 1.25 5.55964 1.25 6.25V13.75C1.25 14.4404 1.80964 15 2.5 15H15.625C16.3154 15 16.875 14.4404 16.875 13.75V6.25C16.875 5.55964 16.3154 5 15.625 5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 7.5V12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 7.5V12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M19.375 7.5V12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),A2=o("battery-plus",[["path",{d:"M9.0625 7.8125V12.1875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 10H11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 5H2.5C1.80964 5 1.25 5.55964 1.25 6.25V13.75C1.25 14.4404 1.80964 15 2.5 15H15.625C16.3154 15 16.875 14.4404 16.875 13.75V6.25C16.875 5.55964 16.3154 5 15.625 5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M19.375 7.5V12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),F2=o("battery-plus-vertical",[["path",{d:"M7.5 0.625H12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 3.125H6.25C5.55964 3.125 5 3.68464 5 4.375V17.5C5 18.1904 5.55964 18.75 6.25 18.75H13.75C14.4404 18.75 15 18.1904 15 17.5V4.375C15 3.68464 14.4404 3.125 13.75 3.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 8.75V13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.8125 10.9375H12.1875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),D2=o("battery-vertical-empty",[["path",{d:"M7.5 0.625H12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 3.125H6.25C5.55964 3.125 5 3.68464 5 4.375V17.5C5 18.1904 5.55964 18.75 6.25 18.75H13.75C14.4404 18.75 15 18.1904 15 17.5V4.375C15 3.68464 14.4404 3.125 13.75 3.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),q2=o("battery-vertical-full",[["path",{d:"M7.5 0.625H12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 3.125H6.25C5.55964 3.125 5 3.68464 5 4.375V17.5C5 18.1904 5.55964 18.75 6.25 18.75H13.75C14.4404 18.75 15 18.1904 15 17.5V4.375C15 3.68464 14.4404 3.125 13.75 3.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 6.25H12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 9.375H12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 12.5H12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 15.625H12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),R2=o("battery-vertical-high",[["path",{d:"M7.5 0.625H12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 3.125H6.25C5.55964 3.125 5 3.68464 5 4.375V17.5C5 18.1904 5.55964 18.75 6.25 18.75H13.75C14.4404 18.75 15 18.1904 15 17.5V4.375C15 3.68464 14.4404 3.125 13.75 3.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 9.375H12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 12.5H12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 15.625H12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),U2=o("battery-vertical-low",[["path",{d:"M7.5 0.625H12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 3.125H6.25C5.55964 3.125 5 3.68464 5 4.375V17.5C5 18.1904 5.55964 18.75 6.25 18.75H13.75C14.4404 18.75 15 18.1904 15 17.5V4.375C15 3.68464 14.4404 3.125 13.75 3.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 15.625H12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),N2=o("battery-vertical-medium",[["path",{d:"M7.5 0.625H12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 3.125H6.25C5.55964 3.125 5 3.68464 5 4.375V17.5C5 18.1904 5.55964 18.75 6.25 18.75H13.75C14.4404 18.75 15 18.1904 15 17.5V4.375C15 3.68464 14.4404 3.125 13.75 3.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 12.5H12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 15.625H12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),G2=o("battery-warning",[["path",{d:"M15.625 5H2.5C1.80964 5 1.25 5.55964 1.25 6.25V13.75C1.25 14.4404 1.80964 15 2.5 15H15.625C16.3154 15 16.875 14.4404 16.875 13.75V6.25C16.875 5.55964 16.3154 5 15.625 5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M19.375 7.5V12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.0625 7.5V9.6875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.0625 12.9688C9.494 12.9688 9.84375 12.619 9.84375 12.1875C9.84375 11.756 9.494 11.4062 9.0625 11.4062C8.631 11.4062 8.28125 11.756 8.28125 12.1875C8.28125 12.619 8.631 12.9688 9.0625 12.9688Z",fill:"currentColor",stroke:"none"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),z2=o("battery-warning-vertical",[["path",{d:"M10 7.5V10.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 14.2188C10.4315 14.2188 10.7812 13.869 10.7812 13.4375C10.7812 13.006 10.4315 12.6562 10 12.6562C9.5685 12.6562 9.21875 13.006 9.21875 13.4375C9.21875 13.869 9.5685 14.2188 10 14.2188Z",fill:"currentColor",stroke:"none"}],["path",{d:"M7.5 0.625H12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 3.125H6.25C5.55964 3.125 5 3.68464 5 4.375V17.5C5 18.1904 5.55964 18.75 6.25 18.75H13.75C14.4404 18.75 15 18.1904 15 17.5V4.375C15 3.68464 14.4404 3.125 13.75 3.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),E2=o("beach-ball",[["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.5572 2.66248C12.5309 5.10168 12.8476 7.75366 12.4759 10.3535C12.104 12.9534 11.0567 15.4103 9.43848 17.4789",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.521 10.5617C4.58956 8.94344 7.04644 7.89613 9.64638 7.52438C12.2463 7.15257 14.8982 7.46932 17.3374 8.44294",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.19141 3.53674C8.634 4.23699 10.8576 5.54894 12.6516 7.34846C14.4511 9.14246 15.7631 11.366 16.4632 13.8086",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),O2=o("beanie",[["path",{d:"M16.875 13.125H3.125C2.77982 13.125 2.5 13.4048 2.5 13.75V16.25C2.5 16.5952 2.77982 16.875 3.125 16.875H16.875C17.2202 16.875 17.5 16.5952 17.5 16.25V13.75C17.5 13.4048 17.2202 13.125 16.875 13.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.625 13.125V16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 13.125V16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 13.125V16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 13.125V11.25C3.125 9.42663 3.84933 7.67794 5.13864 6.38862C6.42794 5.09933 8.17663 4.375 10 4.375C11.8234 4.375 13.5721 5.09933 14.8614 6.38862C16.1507 7.67794 16.875 9.42663 16.875 11.25V13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 4.375C10.8629 4.375 11.5625 3.67544 11.5625 2.8125C11.5625 1.94956 10.8629 1.25 10 1.25C9.13706 1.25 8.4375 1.94956 8.4375 2.8125C8.4375 3.67544 9.13706 4.375 10 4.375Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),W2=o("bed",[["path",{d:"M8.75 13.125V6.25H16.875C17.5381 6.25 18.1739 6.51338 18.6427 6.98225C19.1116 7.45106 19.375 8.08694 19.375 8.75V13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.875 16.25V3.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.875 13.125H19.375V16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.75 6.25H1.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),I2=o("beer-bottle",[["path",{d:"M16.25 1.25L18.75 3.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.8753 1.875L11.8753 5.625L8.75031 6.25L2.24171 12.7586C2.1256 12.8747 2.0335 13.0125 1.97066 13.1642C1.90783 13.3158 1.87549 13.4784 1.87549 13.6426C1.87549 13.8068 1.90783 13.9693 1.97066 14.121C2.0335 14.2727 2.1256 14.4105 2.24171 14.5266L5.47374 17.7586C5.58981 17.8747 5.72763 17.9668 5.8793 18.0296C6.03098 18.0925 6.19354 18.1248 6.35774 18.1248C6.52187 18.1248 6.68449 18.0925 6.83612 18.0296C6.98781 17.9668 7.12562 17.8747 7.24168 17.7586L13.7503 11.25L14.3753 8.125L18.1253 3.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 7.5L12.5 12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 16.875L3.125 11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),X2=o("beer-stein",[["path",{d:"M3.75 5.625H15V16.25C15 16.4157 14.9341 16.5747 14.8169 16.6919C14.6997 16.8091 14.5407 16.875 14.375 16.875H4.375C4.20924 16.875 4.05027 16.8091 3.93306 16.6919C3.81585 16.5747 3.75 16.4157 3.75 16.25V5.625Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15 7.5H16.875C17.2065 7.5 17.5244 7.63169 17.7589 7.86613C17.9933 8.10056 18.125 8.4185 18.125 8.75V13.75C18.125 14.0815 17.9933 14.3994 17.7589 14.6339C17.5244 14.8683 17.2065 15 16.875 15H15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 8.125V14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 8.125V14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 5.625C3.75 3.55391 5.70859 1.875 8.125 1.875C9.42113 1.875 10.5852 2.35781 11.3859 3.125H12.5C13.1631 3.125 13.7989 3.38839 14.2677 3.85723C14.7366 4.32607 15 4.96196 15 5.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),K2=o("behance-logo",[["path",{d:"M2.5 9.6875H7.34375C8.04825 9.6875 8.72388 9.96738 9.222 10.4655C9.72013 10.9636 10 11.6392 10 12.3438C10 13.0483 9.72013 13.7239 9.222 14.222C8.72388 14.7201 8.04825 15 7.34375 15H2.5V5H7.03125C7.65287 5 8.249 5.24693 8.68856 5.68647C9.12806 6.12601 9.375 6.72213 9.375 7.34375C9.375 7.96537 9.12806 8.5615 8.68856 9.00106C8.249 9.44056 7.65287 9.6875 7.03125 9.6875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 6.25H18.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M18.125 13.75C17.6798 14.3436 17.0379 14.7594 16.3141 14.9231C15.5903 15.0867 14.832 14.9874 14.1747 14.6431C13.5174 14.2987 13.0041 13.7316 12.7267 13.0434C12.4492 12.3552 12.4257 11.5907 12.6604 10.8868C12.895 10.1828 13.3725 9.58537 14.0074 9.20124C14.6423 8.81712 15.3931 8.67149 16.1256 8.79037C16.858 8.90924 17.5243 9.28481 18.0051 9.84999C18.486 10.4151 18.75 11.133 18.75 11.875H12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),J2=o("bell",[["path",{d:"M7.5 15C7.5 15.6631 7.76338 16.2989 8.23225 16.7677C8.70106 17.2366 9.33694 17.5 10 17.5C10.6631 17.5 11.2989 17.2366 11.7677 16.7677C12.2366 16.2989 12.5 15.6631 12.5 15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.37515 8.125C4.37515 6.63319 4.96778 5.20242 6.02268 4.14753C7.07759 3.09263 8.50828 2.5 10.0002 2.5C11.492 2.5 12.9227 3.09263 13.9776 4.14753C15.0325 5.20242 15.6252 6.63319 15.6252 8.125C15.6252 10.9234 16.2736 13.1719 16.7892 14.0625C16.844 14.1574 16.8728 14.2649 16.873 14.3744C16.873 14.484 16.8443 14.5916 16.7898 14.6866C16.7352 14.7815 16.6566 14.8604 16.5619 14.9154C16.4672 14.9704 16.3597 14.9996 16.2502 15H3.75015C3.64076 14.9993 3.53346 14.97 3.43897 14.9149C3.34448 14.8598 3.26611 14.7808 3.2117 14.6859C3.15729 14.591 3.12874 14.4834 3.12891 14.3741C3.12908 14.2647 3.15795 14.1573 3.21265 14.0625C3.72749 13.1719 4.37515 10.9227 4.37515 8.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Q2=o("bell-ringing",[["path",{d:"M7.5 15C7.5 15.6631 7.76338 16.2989 8.23225 16.7677C8.70106 17.2366 9.33694 17.5 10 17.5C10.6631 17.5 11.2989 17.2366 11.7677 16.7677C12.2366 16.2989 12.5 15.6631 12.5 15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 1.875C15.5819 2.64509 16.5608 3.72406 17.2101 5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.79004 5C3.43939 3.72406 4.41828 2.64509 5.6252 1.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.37515 8.75C4.37515 7.25819 4.96778 5.82742 6.02268 4.77253C7.07759 3.71763 8.50828 3.125 10.0002 3.125C11.492 3.125 12.9227 3.71763 13.9776 4.77253C15.0325 5.82742 15.6252 7.25819 15.6252 8.75C15.6252 11.5484 16.2736 13.1719 16.7892 14.0625C16.844 14.1574 16.8728 14.2649 16.873 14.3744C16.873 14.484 16.8443 14.5916 16.7898 14.6866C16.7352 14.7815 16.6566 14.8604 16.5619 14.9154C16.4672 14.9704 16.3597 14.9996 16.2502 15H3.75015C3.64076 14.9993 3.53346 14.97 3.43897 14.9149C3.34448 14.8598 3.26611 14.7808 3.2117 14.6859C3.15729 14.591 3.12874 14.4834 3.12891 14.3741C3.12908 14.2647 3.15795 14.1573 3.21265 14.0625C3.72749 13.1719 4.37515 11.5477 4.37515 8.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Y2=o("bell-simple",[["path",{d:"M7.5 17.5H12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.37515 8.125C4.37515 6.63319 4.96778 5.20242 6.02268 4.14753C7.07759 3.09263 8.50828 2.5 10.0002 2.5C11.492 2.5 12.9227 3.09263 13.9776 4.14753C15.0325 5.20242 15.6252 6.63319 15.6252 8.125C15.6252 10.9234 16.2736 13.1719 16.7892 14.0625C16.844 14.1574 16.8728 14.2649 16.873 14.3744C16.873 14.484 16.8443 14.5916 16.7898 14.6866C16.7352 14.7815 16.6566 14.8604 16.5619 14.9154C16.4672 14.9704 16.3597 14.9996 16.2502 15H3.75015C3.64076 14.9993 3.53346 14.97 3.43897 14.9149C3.34448 14.8598 3.26611 14.7808 3.2117 14.6859C3.15729 14.591 3.12874 14.4834 3.12891 14.3741C3.12908 14.2647 3.15795 14.1573 3.21265 14.0625C3.72749 13.1719 4.37515 10.9227 4.37515 8.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),_2=o("bell-simple-ringing",[["path",{d:"M7.49463 17.5015H12.4946",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 1.875C15.5819 2.64509 16.5608 3.72406 17.2101 5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.79004 5C3.43939 3.72406 4.41828 2.64509 5.6252 1.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.37515 8.75C4.37515 7.25819 4.96778 5.82742 6.02268 4.77253C7.07759 3.71763 8.50828 3.125 10.0002 3.125C11.492 3.125 12.9227 3.71763 13.9776 4.77253C15.0325 5.82742 15.6252 7.25819 15.6252 8.75C15.6252 11.5484 16.2736 13.1719 16.7892 14.0625C16.844 14.1574 16.8728 14.2649 16.873 14.3744C16.873 14.484 16.8443 14.5916 16.7898 14.6866C16.7352 14.7815 16.6566 14.8604 16.5619 14.9154C16.4672 14.9704 16.3597 14.9996 16.2502 15H3.75015C3.64076 14.9993 3.53346 14.97 3.43897 14.9149C3.34448 14.8598 3.26611 14.7808 3.2117 14.6859C3.15729 14.591 3.12874 14.4834 3.12891 14.3741C3.12908 14.2647 3.15795 14.1573 3.21265 14.0625C3.72749 13.1719 4.37515 11.5477 4.37515 8.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),$2=o("bell-simple-slash",[["path",{d:"M3.75 3.12488L16.25 16.8749",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 17.4999H12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.5455 14.9999H3.75015C3.64076 14.9993 3.53346 14.9699 3.43897 14.9148C3.34448 14.8597 3.26611 14.7807 3.2117 14.6858C3.15729 14.5909 3.12874 14.4834 3.12891 14.374C3.12908 14.2646 3.15795 14.1572 3.21265 14.0624C3.72749 13.1718 4.37515 10.9226 4.37515 8.12491C4.37327 6.97803 4.72371 5.8583 5.37906 4.91711",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.2251 3.23117C8.08085 2.74582 9.04891 2.49341 10.0327 2.49912C11.0165 2.50482 11.9816 2.76845 12.8317 3.26369C13.6817 3.75893 14.387 4.46846 14.8772 5.32147C15.3673 6.17447 15.6252 7.14112 15.6251 8.12494C15.6251 10.3984 16.0532 12.3093 16.4899 13.4218",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),oo=o("bell-simple-z",[["path",{d:"M7.5 17.5H12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.75 7.5H11.25L8.75 11.25H11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.37515 8.125C4.37515 6.63319 4.96778 5.20242 6.02268 4.14753C7.07759 3.09263 8.50828 2.5 10.0002 2.5C11.492 2.5 12.9227 3.09263 13.9776 4.14753C15.0325 5.20242 15.6252 6.63319 15.6252 8.125C15.6252 10.9234 16.2736 13.1719 16.7892 14.0625C16.844 14.1574 16.8728 14.2649 16.873 14.3744C16.873 14.484 16.8443 14.5916 16.7898 14.6866C16.7352 14.7815 16.6566 14.8604 16.5619 14.9154C16.4672 14.9704 16.3597 14.9996 16.2502 15H3.75015C3.64076 14.9993 3.53346 14.97 3.43897 14.9149C3.34448 14.8598 3.26611 14.7808 3.2117 14.6859C3.15729 14.591 3.12874 14.4834 3.12891 14.3741C3.12908 14.2647 3.15795 14.1573 3.21265 14.0625C3.72749 13.1719 4.37515 10.9227 4.37515 8.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),ro=o("bell-slash",[["path",{d:"M3.75 3.12488L16.25 16.8749",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 14.9999C7.5 15.6629 7.76338 16.2988 8.23225 16.7676C8.70106 17.2365 9.33694 17.4999 10 17.4999C10.6631 17.4999 11.2989 17.2365 11.7677 16.7676C12.2366 16.2988 12.5 15.6629 12.5 14.9999",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.2251 3.23117C8.08085 2.74582 9.04891 2.49341 10.0327 2.49912C11.0165 2.50482 11.9816 2.76845 12.8317 3.26369C13.6817 3.75893 14.387 4.46846 14.8772 5.32147C15.3673 6.17447 15.6252 7.14112 15.6251 8.12494C15.6251 10.3984 16.0532 12.3093 16.4899 13.4218",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.5455 14.9999H3.75015C3.64076 14.9993 3.53346 14.9699 3.43897 14.9148C3.34448 14.8597 3.26611 14.7807 3.2117 14.6858C3.15729 14.5909 3.12874 14.4834 3.12891 14.374C3.12908 14.2646 3.15795 14.1572 3.21265 14.0624C3.72749 13.1718 4.37515 10.9226 4.37515 8.12491C4.37327 6.97803 4.72371 5.8583 5.37906 4.91711",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),eo=o("bell-z",[["path",{d:"M8.75 7.5H11.25L8.75 11.25H11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 15C7.5 15.6631 7.76338 16.2989 8.23225 16.7677C8.70106 17.2366 9.33694 17.5 10 17.5C10.6631 17.5 11.2989 17.2366 11.7677 16.7677C12.2366 16.2989 12.5 15.6631 12.5 15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.37515 8.125C4.37515 6.63319 4.96778 5.20242 6.02268 4.14753C7.07759 3.09263 8.50828 2.5 10.0002 2.5C11.492 2.5 12.9227 3.09263 13.9776 4.14753C15.0325 5.20242 15.6252 6.63319 15.6252 8.125C15.6252 10.9234 16.2736 13.1719 16.7892 14.0625C16.844 14.1574 16.8728 14.2649 16.873 14.3744C16.873 14.484 16.8443 14.5916 16.7898 14.6866C16.7352 14.7815 16.6566 14.8604 16.5619 14.9154C16.4672 14.9704 16.3597 14.9996 16.2502 15H3.75015C3.64076 14.9993 3.53346 14.97 3.43897 14.9149C3.34448 14.8598 3.26611 14.7808 3.2117 14.6859C3.15729 14.591 3.12874 14.4834 3.12891 14.3741C3.12908 14.2647 3.15795 14.1573 3.21265 14.0625C3.72749 13.1719 4.37515 10.9227 4.37515 8.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),no=o("belt",[["path",{d:"M11.25 10H14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 6.25H8.75C8.40481 6.25 8.125 6.52981 8.125 6.875V13.125C8.125 13.4702 8.40481 13.75 8.75 13.75H13.75C14.0952 13.75 14.375 13.4702 14.375 13.125V6.875C14.375 6.52981 14.0952 6.25 13.75 6.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 6.875H0.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 13.125H0.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M19.375 6.875H14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M19.375 13.125H14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 6.25V13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),to=o("bezier-curve",[["path",{d:"M1.25 6.25H8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 6.25H18.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 8.125C11.0356 8.125 11.875 7.28556 11.875 6.25C11.875 5.21447 11.0356 4.375 10 4.375C8.96444 4.375 8.125 5.21447 8.125 6.25C8.125 7.28556 8.96444 8.125 10 8.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 15.625C4.16053 15.625 5 14.7856 5 13.75C5 12.7144 4.16053 11.875 3.125 11.875C2.08947 11.875 1.25 12.7144 1.25 13.75C1.25 14.7856 2.08947 15.625 3.125 15.625Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.875 15.625C17.9106 15.625 18.75 14.7856 18.75 13.75C18.75 12.7144 17.9106 11.875 16.875 11.875C15.8394 11.875 15 12.7144 15 13.75C15 14.7856 15.8394 15.625 16.875 15.625Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.8579 6.50391C13.0959 6.85234 14.2115 7.54047 15.0784 8.49047C15.9453 9.44047 16.5287 10.6143 16.7626 11.879",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.2373 11.879C3.47127 10.6143 4.05474 9.44059 4.9216 8.49059C5.78846 7.54059 6.90404 6.85241 8.14197 6.50391",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),so=o("bicycle",[["path",{d:"M16.25 6.25C16.25 5.91848 16.1183 5.60054 15.8839 5.36612C15.6494 5.13169 15.3315 5 15 5H11.875L16.25 12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 15.625C17.9759 15.625 19.375 14.2259 19.375 12.5C19.375 10.7741 17.9759 9.375 16.25 9.375C14.5241 9.375 13.125 10.7741 13.125 12.5C13.125 14.2259 14.5241 15.625 16.25 15.625Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 15.625C5.47589 15.625 6.875 14.2259 6.875 12.5C6.875 10.7741 5.47589 9.375 3.75 9.375C2.02411 9.375 0.625 10.7741 0.625 12.5C0.625 14.2259 2.02411 15.625 3.75 15.625Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 5H5.9375L10.3125 12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.3336 7.5H7.39606L3.75 12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),io=o("binary",[["path",{d:"M7.34375 8.75C8.63819 8.75 9.6875 7.35087 9.6875 5.625C9.6875 3.89911 8.63819 2.5 7.34375 2.5C6.04933 2.5 5 3.89911 5 5.625C5 7.35087 6.04933 8.75 7.34375 8.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.9688 17.5C14.2632 17.5 15.3125 16.1009 15.3125 14.375C15.3125 12.6491 14.2632 11.25 12.9688 11.25C11.6743 11.25 10.625 12.6491 10.625 14.375C10.625 16.1009 11.6743 17.5 12.9688 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 8.75V2.5L11.875 3.54141",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 17.5V11.25L5.625 12.2914",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Co=o("binoculars",[["path",{d:"M8.125 6.875H11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.9367 12.0562L14.5266 4.29681C14.1749 3.94521 13.6981 3.74768 13.2008 3.74768C12.7035 3.74768 12.2266 3.94521 11.875 4.29681V13.1249",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.12518 13.1249V4.29681C7.77356 3.94521 7.29668 3.74768 6.79943 3.74768C6.30218 3.74768 5.82526 3.94521 5.47363 4.29681L2.06348 12.0562",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5 16.25C6.72587 16.25 8.125 14.8509 8.125 13.125C8.125 11.3991 6.72587 10 5 10C3.27411 10 1.875 11.3991 1.875 13.125C1.875 14.8509 3.27411 16.25 5 16.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15 16.25C16.7259 16.25 18.125 14.8509 18.125 13.125C18.125 11.3991 16.7259 10 15 10C13.2741 10 11.875 11.3991 11.875 13.125C11.875 14.8509 13.2741 16.25 15 16.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),uo=o("biohazard",[["path",{d:"M10 14.6875C12.4162 14.6875 14.375 12.7287 14.375 10.3125C14.375 7.89625 12.4162 5.9375 10 5.9375C7.58375 5.9375 5.625 7.89625 5.625 10.3125C5.625 12.7287 7.58375 14.6875 10 14.6875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 16.2367C15.4899 16.7225 14.5897 16.9414 13.6914 16.859C12.7931 16.7766 11.9478 16.3975 11.2886 15.7816C10.6296 15.1656 10.1943 14.3478 10.0513 13.4571C9.90839 12.5665 10.066 11.6536 10.4993 10.8623C10.9325 10.0711 11.6168 9.44658 12.4442 9.0872C13.2716 8.72789 14.1951 8.65414 15.0691 8.87764C15.943 9.10114 16.7177 9.60914 17.271 10.3216C17.8244 11.0341 18.1248 11.9105 18.125 12.8125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.875 12.8125C1.87521 11.9105 2.17566 11.0341 2.72898 10.3216C3.28229 9.60914 4.05701 9.10114 4.93096 8.87764C5.80492 8.65414 6.72844 8.72789 7.55581 9.0872C8.38325 9.44658 9.0675 10.0711 9.50075 10.8623C9.934 11.6536 10.0916 12.5665 9.94869 13.4571C9.80575 14.3478 9.37044 15.1656 8.71137 15.7816C8.05231 16.3975 7.20694 16.7766 6.30862 16.859C5.41033 16.9414 4.51014 16.7225 3.75 16.2367",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 2.17114C12.6819 2.59094 13.3246 3.26937 13.7001 4.09779C14.0756 4.9262 14.1622 5.85668 13.9462 6.74017C13.7301 7.62374 13.2237 8.40917 12.5083 8.97074C11.7928 9.53236 10.9096 9.83755 10 9.83755C9.09044 9.83755 8.20719 9.53236 7.49169 8.97074C6.77625 8.40917 6.26987 7.62374 6.05381 6.74017C5.83772 5.85668 5.92439 4.9262 6.29994 4.09779C6.67544 3.26937 7.31812 2.59094 8.125 2.17114",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),ko=o("bird",[["path",{d:"M12.8125 6.40625C13.4166 6.40625 13.9062 5.91656 13.9062 5.3125C13.9062 4.70844 13.4166 4.21875 12.8125 4.21875C12.2084 4.21875 11.7188 4.70844 11.7188 5.3125C11.7188 5.91656 12.2084 6.40625 12.8125 6.40625Z",fill:"currentColor",stroke:"none"}],["path",{d:"M8.1249 7.77505V6.00709C8.1249 3.75943 9.92178 1.88599 12.1671 1.87505C13.0698 1.87037 13.9484 2.1665 14.6641 2.71668C15.3798 3.26686 15.8918 4.03975 16.1194 4.91334L18.1249 6.25005L16.2499 7.50005V9.37505C16.2499 11.3642 15.4597 13.2718 14.0532 14.6784C12.6467 16.0849 10.739 16.8751 8.7499 16.8751H1.8749C1.75712 16.8751 1.64171 16.8419 1.54198 16.7792C1.44225 16.7166 1.36226 16.627 1.31123 16.5209C1.26019 16.4147 1.24019 16.2963 1.25353 16.1792C1.26687 16.0622 1.31301 15.9514 1.38662 15.8594L8.1249 7.77505Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.9999 10L4.271 16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),ao=o("blueprint",[["path",{d:"M1.875 13.75V5C1.875 4.50272 2.07254 4.02581 2.42417 3.67418C2.77581 3.32254 3.25272 3.125 3.75 3.125H5V11.875H3.75C3.25272 11.875 2.77581 12.0726 2.42417 12.4242C2.07254 12.7758 1.875 13.2528 1.875 13.75ZM1.875 13.75C1.875 14.2472 2.07254 14.7242 2.42417 15.0758C2.77581 15.4274 3.25272 15.625 3.75 15.625H18.125V5H5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 7.5V12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 7.5V12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 8.75H15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 11.25H15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),co=o("bluetooth",[["path",{d:"M10 2.5L15 6.25L10 10V2.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 10L15 13.75L10 17.5V10Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5 6.25L10 10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5 13.75L10 10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Lo=o("bluetooth-connected",[["path",{d:"M10 2.5L15 6.25L10 10V2.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 10L15 13.75L10 17.5V10Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5 6.25L10 10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5 13.75L10 10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.6875 11.0938C5.29156 11.0938 5.78125 10.6041 5.78125 10C5.78125 9.39594 5.29156 8.90625 4.6875 8.90625C4.08344 8.90625 3.59375 9.39594 3.59375 10C3.59375 10.6041 4.08344 11.0938 4.6875 11.0938Z",fill:"currentColor",stroke:"none"}],["path",{d:"M15.9375 11.0938C16.5416 11.0938 17.0312 10.6041 17.0312 10C17.0312 9.39594 16.5416 8.90625 15.9375 8.90625C15.3334 8.90625 14.8438 9.39594 14.8438 10C14.8438 10.6041 15.3334 11.0938 15.9375 11.0938Z",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),po=o("bluetooth-slash",[["path",{d:"M5 13.75L10 10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 3.125L16.875 16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 5.59609V2.5L15 6.25L12.3805 8.21487",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.4257 14.1804L10 17.5V10L11.9641 11.4734",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),lo=o("bluetooth-x",[["path",{d:"M8.75 10L13.75 13.75L8.75 17.5V10Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 6.25L8.75 10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 13.75L8.75 10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M18.125 4.375L14.375 8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M18.125 8.125L14.375 4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 8.125L8.75 10V2.5L11.25 4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),ho=o("boat",[["path",{d:"M10 3.75V1.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 13.125V6.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.5 11.875C17.5 16.25 10 18.125 10 18.125C10 18.125 2.5 16.25 2.5 11.875V9.82575C2.49999 9.69462 2.54126 9.56675 2.61796 9.46031C2.69466 9.35388 2.80289 9.27431 2.92734 9.23281L10 6.875L17.0726 9.23281C17.1971 9.27431 17.3054 9.35388 17.3821 9.46031C17.4588 9.56675 17.5 9.69462 17.5 9.82575V11.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 8.75V4.375C4.375 4.20924 4.44085 4.05027 4.55806 3.93306C4.67527 3.81585 4.83424 3.75 5 3.75H15C15.1657 3.75 15.3247 3.81585 15.4419 3.93306C15.5591 4.05027 15.625 4.20924 15.625 4.375V8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Mo=o("bomb",[["path",{d:"M6.875 5H10.625C10.7907 5 10.9497 5.06585 11.0669 5.18306C11.1842 5.30027 11.25 5.45924 11.25 5.625V6.77031C12.566 7.34469 13.6441 8.35462 14.3031 9.63037C14.962 10.9061 15.1616 12.3699 14.8682 13.7754C14.5748 15.1811 13.8064 16.4427 12.6922 17.3484C11.578 18.2541 10.1859 18.7486 8.75 18.7486C7.31412 18.7486 5.92204 18.2541 4.80782 17.3484C3.6936 16.4427 2.92521 15.1811 2.63184 13.7754C2.33848 12.3699 2.53804 10.9061 3.19697 9.63037C3.8559 8.35462 4.93401 7.34469 6.25 6.77031V5.625C6.25 5.45924 6.31587 5.30027 6.43306 5.18306C6.55025 5.06585 6.70925 5 6.875 5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.75 5C8.75 5 8.75 1.875 11.25 1.875C13.75 1.875 14.375 6.25 16.875 6.25C19.375 6.25 19.375 3.125 19.375 3.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 16.25C7.34731 16.1105 6.631 15.7363 6.07237 15.1776C5.51371 14.619 5.13947 13.9027 5 13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),jo=o("bone",[["path",{d:"M4.39998 15.5999C4.05119 15.6543 3.69443 15.6235 3.36014 15.5101C3.02586 15.3966 2.72399 15.204 2.48031 14.9486C2.23663 14.6933 2.05838 14.3826 1.96077 14.0434C1.86317 13.7042 1.84911 13.3464 1.9198 13.0005C1.99048 12.6546 2.14383 12.3311 2.36672 12.0573C2.58961 11.7836 2.87543 11.5679 3.19979 11.4286C3.52415 11.2893 3.87739 11.2306 4.22937 11.2574C4.58135 11.2843 4.9216 11.3959 5.22107 11.5828C5.34121 11.6603 5.4843 11.6943 5.62648 11.6791C5.76865 11.6639 5.90131 11.6004 6.00232 11.4992L11.5008 6.00074C11.602 5.89972 11.6655 5.76706 11.6807 5.62489C11.6959 5.48271 11.6619 5.33963 11.5844 5.21949C11.3975 4.92001 11.2859 4.57976 11.259 4.22778C11.2322 3.87581 11.2909 3.52256 11.4302 3.19821C11.5695 2.87385 11.7852 2.58803 12.0589 2.36513C12.3327 2.14224 12.6562 1.9889 13.0021 1.91821C13.3479 1.84752 13.7058 1.86158 14.045 1.95919C14.3842 2.05679 14.6948 2.23504 14.9502 2.47873C15.2056 2.72241 15.3982 3.02428 15.5117 3.35856C15.6251 3.69284 15.6559 4.04961 15.6015 4.39839C15.9504 4.34401 16.3071 4.37484 16.6414 4.48826C16.9757 4.60169 17.2775 4.79432 17.5212 5.04972C17.7649 5.30511 17.9432 5.61569 18.0407 5.95493C18.1384 6.29414 18.1524 6.65201 18.0817 6.99783C18.011 7.3437 17.8577 7.66726 17.6348 7.94101C17.4119 8.21476 17.1261 8.43045 16.8017 8.56976C16.4774 8.70908 16.1241 8.76776 15.7722 8.74095C15.4202 8.71408 15.0799 8.60245 14.7805 8.41558C14.6603 8.33808 14.5172 8.30408 14.375 8.31926C14.2329 8.33445 14.1002 8.39795 13.9992 8.4992L8.50073 13.9976C8.39954 14.0986 8.33604 14.2313 8.32085 14.3735C8.30567 14.5156 8.3396 14.6587 8.41717 14.7789C8.60404 15.0783 8.71567 15.4186 8.74254 15.7706C8.76935 16.1225 8.71067 16.4758 8.57135 16.8001C8.43204 17.1245 8.21635 17.4103 7.9426 17.6332C7.66885 17.8561 7.34529 18.0095 6.99942 18.0801C6.6536 18.1508 6.29573 18.1368 5.95652 18.0391C5.61728 17.9416 5.3067 17.7633 5.0513 17.5196C4.7959 17.276 4.60327 16.9741 4.48985 16.6398C4.37644 16.3055 4.3456 15.9488 4.39998 15.5999Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Ho=o("book",[["path",{d:"M3.75 16.875C3.75 16.3778 3.94754 15.9008 4.29918 15.5492C4.65081 15.1976 5.12772 15 5.625 15H16.25V2.5H5.625C5.12772 2.5 4.65081 2.69754 4.29918 3.04918C3.94754 3.40081 3.75 3.87772 3.75 4.375V16.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 16.875V17.5H15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Bo=o("book-bookmark",[["path",{d:"M13.75 2.5V10L11.2493 8.125L8.75 10V2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 16.875C3.75 16.3778 3.94754 15.9008 4.29918 15.5492C4.65081 15.1976 5.12772 15 5.625 15H16.25V2.5H5.625C5.12772 2.5 4.65081 2.69754 4.29918 3.04918C3.94754 3.40081 3.75 3.87772 3.75 4.375V16.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 16.875V17.5H15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Vo=o("bookmark",[["path",{d:"M15 17.5L10 14.375L5 17.5V3.75C5 3.58424 5.06585 3.42527 5.18306 3.30806C5.30027 3.19085 5.45924 3.125 5.625 3.125H14.375C14.5407 3.125 14.6997 3.19085 14.8169 3.30806C14.9341 3.42527 15 3.58424 15 3.75V17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15 13.75L9.99919 10.625L5 13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),wo=o("bookmarks",[["path",{d:"M13.125 17.5L8.75 14.375L4.375 17.5V5.625C4.375 5.45924 4.44085 5.30027 4.55806 5.18306C4.67527 5.06585 4.83424 5 5 5H12.5C12.6657 5 12.8247 5.06585 12.9419 5.18306C13.0591 5.30027 13.125 5.45924 13.125 5.625V17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 5V3.125C6.875 2.95924 6.94088 2.80027 7.05806 2.68306C7.17525 2.56585 7.33425 2.5 7.5 2.5H15C15.1657 2.5 15.3247 2.56585 15.4419 2.68306C15.5591 2.80027 15.625 2.95924 15.625 3.125V15L13.125 13.2148",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),bo=o("bookmark-simple",[["path",{d:"M15 17.5L10 14.375L5 17.5V3.75C5 3.58424 5.06585 3.42527 5.18306 3.30806C5.30027 3.19085 5.45924 3.125 5.625 3.125H14.375C14.5407 3.125 14.6997 3.19085 14.8169 3.30806C14.9341 3.42527 15 3.58424 15 3.75V17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),So=o("bookmarks-simple",[["path",{d:"M13.125 17.5L8.75 14.375L4.375 17.5V5.625C4.375 5.45924 4.44085 5.30027 4.55806 5.18306C4.67527 5.06585 4.83424 5 5 5H12.5C12.6657 5 12.8247 5.06585 12.9419 5.18306C13.0591 5.30027 13.125 5.45924 13.125 5.625V17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 2.5H15C15.1657 2.5 15.3247 2.56585 15.4419 2.68306C15.5591 2.80027 15.625 2.95924 15.625 3.125V15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),vo=o("book-open",[["path",{d:"M10 6.875C10 6.21196 10.2634 5.57607 10.7323 5.10723C11.2011 4.63839 11.8369 4.375 12.5 4.375H18.125V15.625H12.5C11.8369 15.625 11.2011 15.8884 10.7323 16.3573C10.2634 16.8261 10 17.4619 10 18.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.875 15.625H7.5C8.16306 15.625 8.79894 15.8884 9.26775 16.3573C9.73662 16.8261 10 17.4619 10 18.125V6.875C10 6.21196 9.73662 5.57607 9.26775 5.10723C8.79894 4.63839 8.16306 4.375 7.5 4.375H1.875V15.625Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),xo=o("book-open-text",[["path",{d:"M10 6.875C10 6.21196 10.2634 5.57607 10.7323 5.10723C11.2011 4.63839 11.8369 4.375 12.5 4.375H18.125V15.625H12.5C11.8369 15.625 11.2011 15.8884 10.7323 16.3573C10.2634 16.8261 10 17.4619 10 18.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.875 15.625H7.5C8.16306 15.625 8.79894 15.8884 9.26775 16.3573C9.73662 16.8261 10 17.4619 10 18.125V6.875C10 6.21196 9.73662 5.57607 9.26775 5.10723C8.79894 4.63839 8.16306 4.375 7.5 4.375H1.875V15.625Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 7.5H15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 10H15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 12.5H15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),go=o("book-open-user",[["path",{d:"M10 8.75C10 8.08694 10.2634 7.45106 10.7323 6.98225C11.2011 6.51338 11.8369 6.25 12.5 6.25H18.125V15.625H12.5C11.8369 15.625 11.2011 15.8884 10.7323 16.3573C10.2634 16.8261 10 17.4619 10 18.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.875 15.625H7.5C8.16306 15.625 8.79894 15.8884 9.26775 16.3573C9.73662 16.8261 10 17.4619 10 18.125V8.75C10 8.08694 9.73662 7.45106 9.26775 6.98225C8.79894 6.51338 8.16306 6.25 7.5 6.25H1.875V15.625Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 3.75C7.79106 3.36189 8.16856 3.04688 8.60244 2.82991C9.03637 2.61296 9.51488 2.5 10 2.5C10.4851 2.5 10.9636 2.61296 11.3976 2.82991C11.8314 3.04688 12.2089 3.36189 12.5 3.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Zo=o("books",[["path",{d:"M8.125 3.125H4.375C4.02982 3.125 3.75 3.40482 3.75 3.75V16.25C3.75 16.5952 4.02982 16.875 4.375 16.875H8.125C8.47019 16.875 8.75 16.5952 8.75 16.25V3.75C8.75 3.40482 8.47019 3.125 8.125 3.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.0054 16.0757L13.3484 16.857C13.2677 16.8742 13.1846 16.8752 13.1036 16.8601C13.0225 16.8449 12.9453 16.8139 12.8763 16.7688C12.8074 16.7237 12.748 16.6654 12.7016 16.5973C12.6552 16.5292 12.6228 16.4526 12.6062 16.3719L10.014 4.04686C9.97911 3.88405 10.0101 3.71405 10.1001 3.57397C10.1901 3.4339 10.3319 3.33512 10.4944 3.2992L14.1515 2.51795C14.2321 2.5008 14.3153 2.49977 14.3963 2.5149C14.4773 2.53003 14.5545 2.56104 14.6235 2.60612C14.6925 2.65122 14.7519 2.7095 14.7982 2.77764C14.8446 2.84577 14.8771 2.92239 14.8937 3.00311L17.4859 15.3281C17.5207 15.4909 17.4897 15.6609 17.3997 15.801C17.3097 15.9411 17.168 16.0399 17.0054 16.0757Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 5.625H8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 14.375H8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.4033 5.89683L15.2823 4.84839",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.9209 8.36252L15.8006 7.31409",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.2178 14.5265L17.0967 13.478",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),mo=o("boot",[["path",{d:"M11.875 9.375H8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 6.875H8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M18.75 13.125V15.625C18.75 15.7907 18.6841 15.9497 18.5669 16.0669C18.4497 16.1841 18.2907 16.25 18.125 16.25H16.0851C15.9881 16.2499 15.8924 16.2274 15.8054 16.1844L14.8196 15.6906C14.7326 15.6476 14.6369 15.6251 14.5399 15.625H13.2726C13.1756 15.6251 13.0799 15.6476 12.9929 15.6906L12.0071 16.1844C11.9201 16.2274 11.8244 16.2499 11.7274 16.25H9.52263C9.42563 16.2499 9.32994 16.2274 9.24294 16.1844L8.25706 15.6906C8.17006 15.6476 8.07437 15.6251 7.97737 15.625H6.71013C6.61313 15.6251 6.51744 15.6476 6.43044 15.6906L5.44453 16.1844C5.35759 16.2274 5.26188 16.2499 5.16484 16.25H3.125C2.95924 16.25 2.80027 16.1841 2.68306 16.0669C2.56585 15.9497 2.5 15.7907 2.5 15.625V13.125C3.22031 10.6203 3.4375 6.19922 2.5 3.75H11.25C11.4157 3.75 11.5747 3.81585 11.6919 3.93306C11.8091 4.05027 11.875 4.20924 11.875 4.375V9.375H15C15.9946 9.375 16.9484 9.77006 17.6516 10.4734C18.3549 11.1766 18.75 12.1304 18.75 13.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 13.125H18.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),fo=o("boules",[["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.0876 3.16248L3.1626 13.0875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.303 4.6969L4.69678 15.3031",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.8376 6.91248L6.9126 16.8375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),yo=o("bounding-box",[["path",{d:"M16.25 3.125H13.75C13.4048 3.125 13.125 3.40482 13.125 3.75V6.25C13.125 6.59519 13.4048 6.875 13.75 6.875H16.25C16.5952 6.875 16.875 6.59519 16.875 6.25V3.75C16.875 3.40482 16.5952 3.125 16.25 3.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 3.125H3.75C3.40482 3.125 3.125 3.40482 3.125 3.75V6.25C3.125 6.59519 3.40482 6.875 3.75 6.875H6.25C6.59519 6.875 6.875 6.59519 6.875 6.25V3.75C6.875 3.40482 6.59519 3.125 6.25 3.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 13.125H13.75C13.4048 13.125 13.125 13.4048 13.125 13.75V16.25C13.125 16.5952 13.4048 16.875 13.75 16.875H16.25C16.5952 16.875 16.875 16.5952 16.875 16.25V13.75C16.875 13.4048 16.5952 13.125 16.25 13.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 13.125H3.75C3.40482 13.125 3.125 13.4048 3.125 13.75V16.25C3.125 16.5952 3.40482 16.875 3.75 16.875H6.25C6.59519 16.875 6.875 16.5952 6.875 16.25V13.75C6.875 13.4048 6.59519 13.125 6.25 13.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5 13.125V6.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 15H6.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15 6.875V13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 5H13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Po=o("bowl-food",[["path",{d:"M3.75 8.75C3.75 7.09238 4.40848 5.50269 5.58058 4.33058C6.75269 3.15848 8.34238 2.5 10 2.5C11.6576 2.5 13.2473 3.15848 14.4194 4.33058C15.5915 5.50269 16.25 7.09238 16.25 8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7 8.75C7.28819 7.33831 8.05525 6.06951 9.17138 5.15837C10.2875 4.24723 11.6842 3.74971 13.125 3.75C13.3497 3.75012 13.5743 3.76211 13.7976 3.78594",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.5205 8.74997C10.9276 7.81878 11.5554 7.00066 12.3494 6.36634C13.1436 5.73206 14.0801 5.30064 15.0783 5.10938",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 15.5703C5.5692 14.9718 4.46274 14.0109 3.68717 12.8018C2.9116 11.5928 2.49955 10.1864 2.5 8.75H17.5C17.5004 10.1864 17.0884 11.5928 16.3128 12.8018C15.5373 14.0109 14.4308 14.9718 13.125 15.5703V16.25C13.125 16.4157 13.0591 16.5747 12.9419 16.6919C12.8247 16.8091 12.6657 16.875 12.5 16.875H7.5C7.33425 16.875 7.17525 16.8091 7.05806 16.6919C6.94088 16.5747 6.875 16.4157 6.875 16.25V15.5703Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),To=o("bowling-ball",[["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.3125 10.1562C10.9166 10.1562 11.4062 9.66656 11.4062 9.0625C11.4062 8.45844 10.9166 7.96875 10.3125 7.96875C9.70844 7.96875 9.21875 8.45844 9.21875 9.0625C9.21875 9.66656 9.70844 10.1562 10.3125 10.1562Z",fill:"currentColor",stroke:"none"}],["path",{d:"M12.8125 8.28125C13.4166 8.28125 13.9062 7.79156 13.9062 7.1875C13.9062 6.58344 13.4166 6.09375 12.8125 6.09375C12.2084 6.09375 11.7188 6.58344 11.7188 7.1875C11.7188 7.79156 12.2084 8.28125 12.8125 8.28125Z",fill:"currentColor",stroke:"none"}],["path",{d:"M13.4375 11.4062C14.0416 11.4062 14.5312 10.9166 14.5312 10.3125C14.5312 9.70844 14.0416 9.21875 13.4375 9.21875C12.8334 9.21875 12.3438 9.70844 12.3438 10.3125C12.3438 10.9166 12.8334 11.4062 13.4375 11.4062Z",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Ao=o("bowl-steam",[["path",{d:"M6.875 16.1953C5.5692 15.5968 4.46274 14.6359 3.68717 13.4268C2.9116 12.2178 2.49955 10.8114 2.5 9.375H17.5C17.5004 10.8114 17.0884 12.2178 16.3128 13.4268C15.5373 14.6359 14.4308 15.5968 13.125 16.1953V16.875C13.125 17.0407 13.0591 17.1997 12.9419 17.3169C12.8247 17.4341 12.6657 17.5 12.5 17.5H7.5C7.33425 17.5 7.17525 17.4341 7.05806 17.3169C6.94088 17.1997 6.875 17.0407 6.875 16.875V16.1953Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 6.875C13.125 6.875 11.7188 6.4375 13.125 4.6875C14.5312 2.9375 13.125 2.5 13.125 2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 6.875C10 6.875 8.59375 6.4375 10 4.6875C11.4062 2.9375 10 2.5 10 2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 6.875C6.875 6.875 5.46875 6.4375 6.875 4.6875C8.28125 2.9375 6.875 2.5 6.875 2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Fo=o("box-arrow-down",[["path",{d:"M16.25 16.875H3.75C3.58424 16.875 3.42527 16.8091 3.30806 16.6919C3.19085 16.5747 3.125 16.4157 3.125 16.25V5.625L4.375 3.125H15.625L16.875 5.625V16.25C16.875 16.4157 16.8091 16.5747 16.6919 16.6919C16.5747 16.8091 16.4157 16.875 16.25 16.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 5.625H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 8.125V14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 11.875L10 14.375L12.5 11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Do=o("box-arrow-up",[["path",{d:"M16.25 16.875H3.75C3.58424 16.875 3.42527 16.8091 3.30806 16.6919C3.19085 16.5747 3.125 16.4157 3.125 16.25V5.625L4.375 3.125H15.625L16.875 5.625V16.25C16.875 16.4157 16.8091 16.5747 16.6919 16.6919C16.5747 16.8091 16.4157 16.875 16.25 16.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 5.625H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 8.125V14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 10.625L10 8.125L12.5 10.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),qo=o("boxing-glove",[["path",{d:"M5.625 8.125V5.625C5.625 4.63044 6.02009 3.67661 6.72338 2.97335C7.42663 2.27009 8.38044 1.875 9.375 1.875H13.125C14.1196 1.875 15.0734 2.27009 15.7766 2.97335C16.4799 3.67661 16.875 4.63044 16.875 5.625V9.2875C16.8751 9.34562 16.8669 9.4035 16.8508 9.45938L15.625 13.75V16.875C15.625 17.0407 15.5591 17.1997 15.4419 17.3169C15.3247 17.4341 15.1657 17.5 15 17.5H6.25C6.08424 17.5 5.92527 17.4341 5.80806 17.3169C5.69085 17.1997 5.625 17.0407 5.625 16.875V13.75L2.63672 10.7961C2.54811 10.6852 2.49989 10.5474 2.5 10.4055V8.125C2.5 7.62775 2.69754 7.15081 3.04918 6.79919C3.40081 6.44756 3.87772 6.25 4.375 6.25H5.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 12.5L13.125 15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 12.5L8.125 15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Ro=o("brackets-angle",[["path",{d:"M6.25 3.125L1.875 10L6.25 16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 3.125L18.125 10L13.75 16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Uo=o("brackets-curly",[["path",{d:"M6.25 3.125C1.25 3.125 6.25 10 1.25 10C6.25 10 1.25 16.875 6.25 16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 3.125C18.75 3.125 13.75 10 18.75 10C13.75 10 18.75 16.875 13.75 16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),No=o("brackets-round",[["path",{d:"M5.625 3.125C5.625 3.125 2.5 5 2.5 10C2.5 15 5.625 16.875 5.625 16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 3.125C14.375 3.125 17.5 5 17.5 10C17.5 15 14.375 16.875 14.375 16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Go=o("brackets-square",[["path",{d:"M6.25 3.125H3.125V16.875H6.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 3.125H16.875V16.875H13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),zo=o("brain",[["path",{d:"M6.875 10.625C7.49306 10.625 8.09725 10.8082 8.61119 11.1517C9.12506 11.4951 9.52563 11.9831 9.76213 12.5541C9.99863 13.1251 10.0606 13.7534 9.93994 14.3597C9.81938 14.9659 9.52175 15.5227 9.08469 15.9597C8.64769 16.3967 8.09088 16.6944 7.48469 16.8149C6.87844 16.9356 6.25013 16.8736 5.67911 16.6371C5.10809 16.4006 4.62004 16.0001 4.27666 15.4862C3.93327 14.9723 3.75 14.3681 3.75 13.75V13.2243",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 10.625C12.5069 10.625 11.9028 10.8082 11.3889 11.1517C10.8749 11.4951 10.4744 11.9831 10.2379 12.5541C10.0014 13.1251 9.93944 13.7534 10.0601 14.3597C10.1806 14.9659 10.4783 15.5227 10.9153 15.9597C11.3523 16.3967 11.9091 16.6944 12.5154 16.8149C13.1216 16.9356 13.7499 16.8736 14.3209 16.6371C14.8919 16.4006 15.3799 16.0001 15.7234 15.4862C16.0668 14.9723 16.25 14.3681 16.25 13.75V13.2243",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.62495 13.4375H4.99995C4.11474 13.4383 3.2578 13.1259 2.58076 12.5556C1.90372 11.9854 1.45025 11.194 1.30058 10.3216C1.15091 9.44906 1.31471 8.55181 1.76298 7.7885C2.21125 7.02519 2.91509 6.44506 3.74995 6.15078V5.625C3.74995 4.7962 4.07919 4.00134 4.66524 3.41529C5.25129 2.82924 6.04615 2.5 6.87494 2.5C7.70375 2.5 8.49863 2.82924 9.08469 3.41529C9.67069 4.00134 9.99994 4.7962 9.99994 5.625V13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 13.4375H15C15.8852 13.4383 16.7421 13.1259 17.4192 12.5556C18.0963 11.9854 18.5497 11.194 18.6994 10.3216C18.8491 9.44906 18.6852 8.55181 18.237 7.7885C17.7887 7.02519 17.0849 6.44506 16.25 6.15078V5.625C16.25 4.7962 15.9207 4.00134 15.3347 3.41529C14.7487 2.82924 13.9538 2.5 13.125 2.5C12.2962 2.5 11.5013 2.82924 10.9153 3.41529C10.3293 4.00134 10 4.7962 10 5.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 8.75H15.3125C14.7323 8.75 14.1759 8.51956 13.7657 8.10931C13.3554 7.69906 13.125 7.14269 13.125 6.5625V6.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 8.75H4.6875C5.26766 8.75 5.82406 8.51956 6.23429 8.10931C6.64456 7.69906 6.875 7.14269 6.875 6.5625V6.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Eo=o("brandy",[["path",{d:"M15.7633 3.125C16.4381 4.1626 16.8203 5.36314 16.8696 6.59988C16.9188 7.83669 16.6332 9.06381 16.043 10.1517C15.4527 11.2397 14.5797 12.1481 13.5162 12.7812C12.4526 13.4142 11.2377 13.7484 10 13.7484C8.76225 13.7484 7.54744 13.4142 6.48387 12.7812C5.42022 12.1481 4.54723 11.2397 3.957 10.1517C3.36677 9.06381 3.08121 7.83669 3.13044 6.59988C3.17967 5.36314 3.56188 4.1626 4.23672 3.125H15.7633Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 13.75V17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 17.5H13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 6.875H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Oo=o("bread",[["path",{d:"M3.75 8.75C3.08696 8.75 2.45108 8.48662 1.98223 8.01775C1.51339 7.54894 1.25 6.91306 1.25 6.25C1.25 5.58696 1.51339 4.95107 1.98223 4.48223C2.45108 4.01339 3.08696 3.75 3.75 3.75H11.25C11.9131 3.75 12.5489 4.01339 13.0177 4.48223C13.4866 4.95107 13.75 5.58696 13.75 6.25C13.75 6.91306 13.4866 7.54894 13.0177 8.01775C12.5489 8.48662 11.9131 8.75 11.25 8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 3.75H15.625C16.2881 3.75 16.9239 4.01339 17.3927 4.48223C17.8616 4.95107 18.125 5.58696 18.125 6.25C18.125 6.91306 17.8616 7.54894 17.3927 8.01775C16.9239 8.48662 16.2881 8.75 15.625 8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 8.67188V15.625C11.875 15.7907 11.8091 15.9497 11.6919 16.0669C11.5747 16.1841 11.4157 16.25 11.25 16.25H3.75C3.58424 16.25 3.42527 16.1841 3.30806 16.0669C3.19085 15.9497 3.125 15.7907 3.125 15.625V8.67188",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 8.67188V15.625C16.25 15.7907 16.1841 15.9497 16.0669 16.0669C15.9497 16.1841 15.7907 16.25 15.625 16.25H11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Wo=o("bridge",[["path",{d:"M5 4.375V15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15 4.375V15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.875 9.01169C2.79855 8.63813 3.58944 7.99713 4.14622 7.171C4.70302 6.34488 5.00032 5.37125 5 4.375C5 5.70108 5.52678 6.97288 6.46444 7.91056C7.40212 8.84819 8.67394 9.375 10 9.375C11.3261 9.375 12.5979 8.84819 13.5356 7.91056C14.4732 6.97288 15 5.70108 15 4.375C14.9997 5.37125 15.297 6.34488 15.8537 7.171C16.4106 7.99713 17.2014 8.63813 18.125 9.01169",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 9.01172V13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 9.01172V13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.875 13.125H18.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Io=o("briefcase",[["path",{d:"M8.75 8.75H11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.875 5H3.125C2.77982 5 2.5 5.27982 2.5 5.625V15.625C2.5 15.9702 2.77982 16.25 3.125 16.25H16.875C17.2202 16.25 17.5 15.9702 17.5 15.625V5.625C17.5 5.27982 17.2202 5 16.875 5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 5V3.75C13.125 3.41848 12.9933 3.10054 12.7589 2.86612C12.5244 2.63169 12.2065 2.5 11.875 2.5H8.125C7.7935 2.5 7.47556 2.63169 7.24113 2.86612C7.00669 3.10054 6.875 3.41848 6.875 3.75V5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.5 9.24304C15.2207 10.5618 12.6333 11.2542 10 11.25C7.36681 11.2542 4.77939 10.5621 2.5 9.24379",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Xo=o("briefcase-metal",[["path",{d:"M16.875 5H3.125C2.77982 5 2.5 5.27982 2.5 5.625V15.625C2.5 15.9702 2.77982 16.25 3.125 16.25H16.875C17.2202 16.25 17.5 15.9702 17.5 15.625V5.625C17.5 5.27982 17.2202 5 16.875 5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 5V3.75C13.125 3.41848 12.9933 3.10054 12.7589 2.86612C12.5244 2.63169 12.2065 2.5 11.875 2.5H8.125C7.7935 2.5 7.47556 2.63169 7.24113 2.86612C7.00669 3.10054 6.875 3.41848 6.875 3.75V5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 13.125H17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 8.125H17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Ko=o("broadcast",[["path",{d:"M10 12.5C11.3807 12.5 12.5 11.3807 12.5 10C12.5 8.61931 11.3807 7.5 10 7.5C8.61931 7.5 7.5 8.61931 7.5 10C7.5 11.3807 8.61931 12.5 10 12.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.1929 6.25C15.1162 7.28081 15.6269 8.61606 15.6269 10C15.6269 11.3839 15.1162 12.7192 14.1929 13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.80702 13.75C4.88364 12.7192 4.37305 11.3839 4.37305 10C4.37305 8.61606 4.88364 7.28081 5.80702 6.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 3.87659C17.8545 5.51091 18.7535 7.70971 18.7535 10C18.7535 12.2903 17.8545 14.4891 16.25 16.1235",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75006 16.1235C2.14553 14.4891 1.24658 12.2903 1.24658 10C1.24658 7.70971 2.14553 5.51091 3.75006 3.87659",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Jo=o("broom",[["path",{d:"M8.75 17.5C7.63537 16.5058 6.84594 15.1991 6.48438 13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15 11.8751C15 14.3493 16.0399 16.4845 18.125 17.5001H4.76563C3.31035 15.9893 2.49813 13.9728 2.5 11.8751C2.5 9.67118 3.37735 7.89931 4.80235 6.4345C4.88877 6.34681 4.99916 6.28662 5.11966 6.2615C5.24016 6.23634 5.36541 6.24733 5.47969 6.29306L7.4625 7.09619C7.61543 7.15725 7.77893 7.1875 7.94356 7.18512C8.10818 7.18281 8.27075 7.148 8.42187 7.08269C8.57306 7.01731 8.70981 6.92275 8.82431 6.80444C8.93875 6.68612 9.02875 6.54631 9.08906 6.39306L10.7297 2.24386C11.0539 1.46261 11.9383 1.04699 12.7321 1.34308C12.9289 1.41626 13.109 1.52837 13.2616 1.67272C13.4141 1.81707 13.536 1.9907 13.6199 2.18323C13.7039 2.37576 13.7482 2.58324 13.7501 2.79325C13.7521 3.00328 13.7116 3.21154 13.6312 3.40558L11.9633 7.554C11.8411 7.86162 11.846 8.20512 11.9768 8.50919C12.1076 8.81325 12.3536 9.053 12.6609 9.17587L14.6094 9.94462C14.7249 9.99137 14.8239 10.0716 14.8935 10.1751C14.9631 10.2786 15.0002 10.4004 15 10.5251V11.8751Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.43213 8.2478L15.0626 12.9001",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Qo=o("browser",[["path",{d:"M16.875 3.75H3.125C2.77982 3.75 2.5 4.02982 2.5 4.375V15.625C2.5 15.9702 2.77982 16.25 3.125 16.25H16.875C17.2202 16.25 17.5 15.9702 17.5 15.625V4.375C17.5 4.02982 17.2202 3.75 16.875 3.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 7.5H17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Yo=o("browsers",[["path",{d:"M14.375 6.25H3.125C2.77982 6.25 2.5 6.52981 2.5 6.875V15.625C2.5 15.9702 2.77982 16.25 3.125 16.25H14.375C14.7202 16.25 15 15.9702 15 15.625V6.875C15 6.52981 14.7202 6.25 14.375 6.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5 6.25V4.375C5 4.20924 5.06585 4.05027 5.18306 3.93306C5.30027 3.81585 5.45924 3.75 5.625 3.75H16.875C17.0407 3.75 17.1997 3.81585 17.3169 3.93306C17.4341 4.05027 17.5 4.20924 17.5 4.375V13.125C17.5 13.2907 17.4341 13.4497 17.3169 13.5669C17.1997 13.6841 17.0407 13.75 16.875 13.75H15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 8.75H15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),_o=o("bug",[["path",{d:"M12.1875 7.96875C12.619 7.96875 12.9688 7.619 12.9688 7.1875C12.9688 6.756 12.619 6.40625 12.1875 6.40625C11.756 6.40625 11.4062 6.756 11.4062 7.1875C11.4062 7.619 11.756 7.96875 12.1875 7.96875Z",fill:"currentColor",stroke:"none"}],["path",{d:"M7.8125 7.96875C8.244 7.96875 8.59375 7.619 8.59375 7.1875C8.59375 6.756 8.244 6.40625 7.8125 6.40625C7.381 6.40625 7.03125 6.756 7.03125 7.1875C7.03125 7.619 7.381 7.96875 7.8125 7.96875Z",fill:"currentColor",stroke:"none"}],["path",{d:"M10 10V17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 11.25C16.25 12.9076 15.5915 14.4973 14.4194 15.6694C13.2473 16.8415 11.6576 17.5 10 17.5C8.34238 17.5 6.75269 16.8415 5.58058 15.6694C4.40848 14.4973 3.75 12.9076 3.75 11.25V8.75C3.75 7.09238 4.40848 5.50269 5.58058 4.33058C6.75269 3.15848 8.34238 2.5 10 2.5C11.6576 2.5 13.2473 3.15848 14.4194 4.33058C15.5915 5.50269 16.25 7.09238 16.25 8.75V11.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M18.1251 14.375L15.8735 13.3915",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M18.1251 5.625L15.8735 6.60856",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.875 5.625L4.12656 6.60856",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.875 14.375L4.12656 13.3915",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.25 10H18.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),$o=o("bug-beetle",[["path",{d:"M15.625 8.75C15.625 5.6434 13.1066 3.125 10 3.125C6.89337 3.125 4.375 5.6434 4.375 8.75V12.5C4.375 15.6066 6.89337 18.125 10 18.125C13.1066 18.125 15.625 15.6066 15.625 12.5V8.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 11.25H17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 11.25H4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 13.75H4.51406",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 8.75H17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 11.25V18.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.4858 13.75H17.4999",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 2.5L13.6523 4.47266",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 2.5L6.34763 4.47266",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),o7=o("bug-droid",[["path",{d:"M3.75 8.75C3.75 7.09238 4.40848 5.50269 5.58058 4.33058C6.75269 3.15848 8.34238 2.5 10 2.5C11.6576 2.5 13.2473 3.15848 14.4194 4.33058C15.5915 5.50269 16.25 7.09238 16.25 8.75V11.875C16.25 13.5326 15.5915 15.1223 14.4194 16.2944C13.2473 17.4665 11.6576 18.125 10 18.125C8.34238 18.125 6.75269 17.4665 5.58058 16.2944C4.40848 15.1223 3.75 13.5326 3.75 11.875V8.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 10H3.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.1875 7.96875C12.619 7.96875 12.9688 7.619 12.9688 7.1875C12.9688 6.756 12.619 6.40625 12.1875 6.40625C11.756 6.40625 11.4062 6.756 11.4062 7.1875C11.4062 7.619 11.756 7.96875 12.1875 7.96875Z",fill:"currentColor",stroke:"none"}],["path",{d:"M7.8125 7.96875C8.244 7.96875 8.59375 7.619 8.59375 7.1875C8.59375 6.756 8.244 6.40625 7.8125 6.40625C7.381 6.40625 7.03125 6.756 7.03125 7.1875C7.03125 7.619 7.381 7.96875 7.8125 7.96875Z",fill:"currentColor",stroke:"none"}],["path",{d:"M15.6251 2.5L14.0962 4.02891",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 2.5L5.90391 4.02891",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),r7=o("building",[["path",{d:"M1.875 18.125H18.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 1.875V18.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 18.125V1.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 5H8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 5H12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 8.125H8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 8.125H12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 11.25H8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 11.25H12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 18.125V14.375H11.875V18.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 1.875H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),e7=o("building-apartment",[["path",{d:"M1.25 16.875H18.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.5 16.875V5.625H13.75V3.125H6.25V8.125H2.5V16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.375 5.625H10.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.375 8.125H10.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 8.125H15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5 10.625H6.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5 13.125H6.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.375 10.625H10.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 10.625H15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 13.125H15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.75 16.875V13.125H11.25V16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),n7=o("building-office",[["path",{d:"M1.875 16.875H19.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 6.25H7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 6.25H11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 9.375H7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 9.375H11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 16.875V12.5H10.625V16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 3.125V16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 16.875V3.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 3.125H14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.5 16.875V6.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 6.875H18.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),t7=o("buildings",[["path",{d:"M10.625 16.8749V2.49987C10.6249 2.38676 10.5942 2.27578 10.536 2.17878C10.4778 2.08177 10.3944 2.00238 10.2946 1.94906C10.1949 1.89573 10.0826 1.87047 9.96956 1.87599C9.85656 1.88149 9.74719 1.91756 9.65313 1.98034L3.40313 6.14674C3.3174 6.20394 3.24714 6.28144 3.19862 6.37237C3.15009 6.46325 3.12481 6.56475 3.125 6.66781V16.8749",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.625 6.87488H16.25C16.4157 6.87488 16.5747 6.94075 16.6919 7.05794C16.8091 7.17513 16.875 7.33413 16.875 7.49988V16.8749",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.25 16.8749H18.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 8.74988V9.99988",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.625 8.74988V9.99988",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.625 13.1249V14.3749",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 13.1249V14.3749",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),s7=o("bulldozer",[["path",{d:"M15 13.75H17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 11.25H3.125C1.74429 11.25 0.625 12.3693 0.625 13.75C0.625 15.1307 1.74429 16.25 3.125 16.25H12.5C13.8807 16.25 15 15.1307 15 13.75C15 12.3693 13.8807 11.25 12.5 11.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 3.75V11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M19.375 11.25H18.75C18.4185 11.25 18.1006 11.3817 17.8661 11.6161C17.6317 11.8506 17.5 12.1685 17.5 12.5V15C17.5 15.3315 17.6317 15.6494 17.8661 15.8839C18.1006 16.1183 18.4185 16.25 18.75 16.25H19.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 13.75H12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.25 12.0961V4.375C1.25 4.20924 1.31585 4.05027 1.43306 3.93306C1.55027 3.81585 1.70924 3.75 1.875 3.75H8.95856C9.08188 3.75005 9.20244 3.78658 9.305 3.85497C9.40762 3.92336 9.48769 4.02057 9.53519 4.13437L12.5 11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),i7=o("bus",[["path",{d:"M3.75 5.625H16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 8.75H16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 14.375H3.75V5C3.75 4.50272 3.94754 4.02581 4.29918 3.67418C4.65081 3.32254 5.12772 3.125 5.625 3.125H14.375C14.8722 3.125 15.3492 3.32254 15.7008 3.67418C16.0524 4.02581 16.25 4.50272 16.25 5V14.375Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 14.375V16.25C16.25 16.4157 16.1841 16.5747 16.0669 16.6919C15.9497 16.8091 15.7907 16.875 15.625 16.875H13.75C13.5843 16.875 13.4253 16.8091 13.3081 16.6919C13.1909 16.5747 13.125 16.4157 13.125 16.25V14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 14.375V16.25C6.875 16.4157 6.80912 16.5747 6.69194 16.6919C6.57475 16.8091 6.41575 16.875 6.25 16.875H4.375C4.20924 16.875 4.05027 16.8091 3.93306 16.6919C3.81585 16.5747 3.75 16.4157 3.75 16.25V14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.1875 12.3438C7.619 12.3438 7.96875 11.994 7.96875 11.5625C7.96875 11.131 7.619 10.7812 7.1875 10.7812C6.756 10.7812 6.40625 11.131 6.40625 11.5625C6.40625 11.994 6.756 12.3438 7.1875 12.3438Z",fill:"currentColor",stroke:"none"}],["path",{d:"M12.8125 12.3438C13.244 12.3438 13.5938 11.994 13.5938 11.5625C13.5938 11.131 13.244 10.7812 12.8125 10.7812C12.381 10.7812 12.0312 11.131 12.0312 11.5625C12.0312 11.994 12.381 12.3438 12.8125 12.3438Z",fill:"currentColor",stroke:"none"}],["path",{d:"M18.75 6.25V8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.25 6.25V8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),C7=o("butterfly",[["path",{d:"M10 4.375V14.0625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.6688 11.8703C15.2977 11.9078 16.9735 11.7695 17.5876 9.35231C18.2196 6.8625 18.7673 3.75 16.3227 3.75C13.8782 3.75 10.0001 7.48437 10.0001 9.97419C10.0001 7.48437 6.12197 3.75 3.67744 3.75C1.2329 3.75 1.78056 6.8625 2.41259 9.35231C3.02665 11.7695 4.70244 11.9078 5.33134 11.8703",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.87509 11.25C6.33359 11.3087 5.82065 11.5229 5.39822 11.8667C4.97579 12.2105 4.6619 12.6693 4.49449 13.1875C4.32707 13.7058 4.31327 14.2615 4.45475 14.7875C4.59623 15.3134 4.88694 15.7872 5.29179 16.1516C5.69664 16.5159 6.1983 16.7553 6.73621 16.8408C7.27415 16.9263 7.82527 16.8543 8.32315 16.6333C8.82102 16.4124 9.24427 16.0521 9.54184 15.5959C9.8394 15.1398 9.99859 14.6072 10.0001 14.0625C10.0035 14.6047 10.1635 15.1343 10.4608 15.5877C10.7582 16.0411 11.1803 16.3988 11.6763 16.6178C12.1722 16.8369 12.721 16.9079 13.2563 16.8223C13.7917 16.7368 14.291 16.4983 14.694 16.1356C15.097 15.7729 15.3866 15.3014 15.5278 14.778C15.6691 14.2545 15.6561 13.7014 15.4903 13.1851C15.3246 12.6689 15.0131 12.2116 14.5935 11.8683C14.1738 11.525 13.6639 11.3103 13.1251 11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),u7=o("cable-car",[["path",{d:"M1.25 5.625L18.75 2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15 8.125H5C3.96447 8.125 3.125 8.96444 3.125 10V15C3.125 16.0356 3.96447 16.875 5 16.875H15C16.0356 16.875 16.875 16.0356 16.875 15V10C16.875 8.96444 16.0356 8.125 15 8.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 13.125H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 4.0625V8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 8.125V13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 8.125V13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),k7=o("cactus",[["path",{d:"M3.125 16.875H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 16.875V10.625H6.5625C5.3193 10.625 4.12701 10.1311 3.24794 9.25206C2.36886 8.373 1.875 7.18069 1.875 5.9375C1.875 5.5231 2.03962 5.12567 2.33264 4.83264C2.62567 4.53962 3.0231 4.375 3.4375 4.375C3.8519 4.375 4.24933 4.53962 4.54236 4.83264C4.83538 5.12567 5 5.5231 5 5.9375C5 6.14269 5.04041 6.34588 5.11894 6.53544C5.19746 6.725 5.31256 6.89725 5.45764 7.04238C5.75067 7.33538 6.1481 7.5 6.5625 7.5H7.5V4.375C7.5 3.71196 7.76338 3.07607 8.23225 2.60723C8.70106 2.13839 9.33694 1.875 10 1.875C10.6631 1.875 11.2989 2.13839 11.7677 2.60723C12.2366 3.07607 12.5 3.71196 12.5 4.375V10.625H13.4375C13.6427 10.625 13.8459 10.5846 14.0354 10.5061C14.225 10.4276 14.3972 10.3124 14.5424 10.1674C14.6874 10.0222 14.8026 9.85 14.8811 9.66044C14.9596 9.47088 15 9.26769 15 9.0625C15 8.64813 15.1646 8.25069 15.4576 7.95762C15.7507 7.66462 16.1481 7.5 16.5625 7.5C16.9769 7.5 17.3743 7.66462 17.6674 7.95762C17.9604 8.25069 18.125 8.64813 18.125 9.0625C18.125 10.3057 17.6311 11.498 16.7521 12.3771C15.873 13.2561 14.6807 13.75 13.4375 13.75H12.5V16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),a7=o("cake",[["path",{d:"M10 5.625V7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 7.5H16.25C16.5815 7.5 16.8994 7.63169 17.1339 7.86613C17.3683 8.10056 17.5 8.4185 17.5 8.75V10.5727C17.5 11.9352 16.432 13.0868 15.0703 13.1243C14.7362 13.1336 14.4036 13.0759 14.0922 12.9546C13.7808 12.8332 13.4968 12.6506 13.2572 12.4176C13.0176 12.1846 12.8271 11.9059 12.697 11.598C12.5669 11.2901 12.5 10.9592 12.5 10.625C12.5 11.2881 12.2366 11.9239 11.7677 12.3927C11.2989 12.8616 10.6631 13.125 10 13.125C9.33694 13.125 8.70106 12.8616 8.23225 12.3927C7.76338 11.9239 7.5 11.2881 7.5 10.625C7.50012 10.9593 7.43319 11.2902 7.30319 11.5982C7.17319 11.9062 6.98275 12.185 6.74306 12.4181C6.50344 12.6512 6.21948 12.8339 5.908 12.9552C5.59652 13.0767 5.26386 13.1344 4.92969 13.125C3.56797 13.0867 2.5 11.9352 2.5 10.5727V8.75C2.5 8.4185 2.63169 8.10056 2.86612 7.86613C3.10054 7.63169 3.41848 7.5 3.75 7.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.875 12.2578V15.625C16.875 15.9566 16.7433 16.2745 16.5089 16.5089C16.2744 16.7433 15.9565 16.875 15.625 16.875H4.375C4.04348 16.875 3.72554 16.7433 3.49112 16.5089C3.25669 16.2745 3.125 15.9566 3.125 15.625V12.2578",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 3.75C11.875 4.24728 11.6774 4.72419 11.3258 5.07582C10.9742 5.42746 10.4972 5.625 10 5.625C9.50275 5.625 9.02581 5.42746 8.67419 5.07582C8.32256 4.72419 8.125 4.24728 8.125 3.75C8.125 1.875 10 0.625 10 0.625C10 0.625 11.875 1.875 11.875 3.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),d7=o("calculator",[["path",{d:"M13.75 5H6.25V8.75H13.75V5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 16.875V3.125C16.25 2.77982 15.9702 2.5 15.625 2.5H4.375C4.02982 2.5 3.75 2.77982 3.75 3.125V16.875C3.75 17.2202 4.02982 17.5 4.375 17.5H15.625C15.9702 17.5 16.25 17.2202 16.25 16.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 12.3438C7.3065 12.3438 7.65625 11.994 7.65625 11.5625C7.65625 11.131 7.3065 10.7812 6.875 10.7812C6.4435 10.7812 6.09375 11.131 6.09375 11.5625C6.09375 11.994 6.4435 12.3438 6.875 12.3438Z",fill:"currentColor",stroke:"none"}],["path",{d:"M10 12.3438C10.4315 12.3438 10.7812 11.994 10.7812 11.5625C10.7812 11.131 10.4315 10.7812 10 10.7812C9.5685 10.7812 9.21875 11.131 9.21875 11.5625C9.21875 11.994 9.5685 12.3438 10 12.3438Z",fill:"currentColor",stroke:"none"}],["path",{d:"M13.125 12.3438C13.5565 12.3438 13.9062 11.994 13.9062 11.5625C13.9062 11.131 13.5565 10.7812 13.125 10.7812C12.6935 10.7812 12.3438 11.131 12.3438 11.5625C12.3438 11.994 12.6935 12.3438 13.125 12.3438Z",fill:"currentColor",stroke:"none"}],["path",{d:"M6.875 15.4688C7.3065 15.4688 7.65625 15.119 7.65625 14.6875C7.65625 14.256 7.3065 13.9062 6.875 13.9062C6.4435 13.9062 6.09375 14.256 6.09375 14.6875C6.09375 15.119 6.4435 15.4688 6.875 15.4688Z",fill:"currentColor",stroke:"none"}],["path",{d:"M10 15.4688C10.4315 15.4688 10.7812 15.119 10.7812 14.6875C10.7812 14.256 10.4315 13.9062 10 13.9062C9.5685 13.9062 9.21875 14.256 9.21875 14.6875C9.21875 15.119 9.5685 15.4688 10 15.4688Z",fill:"currentColor",stroke:"none"}],["path",{d:"M13.125 15.4688C13.5565 15.4688 13.9062 15.119 13.9062 14.6875C13.9062 14.256 13.5565 13.9062 13.125 13.9062C12.6935 13.9062 12.3438 14.256 12.3438 14.6875C12.3438 15.119 12.6935 15.4688 13.125 15.4688Z",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),c7=o("calendar",[["path",{d:"M16.25 3.125H3.75C3.40482 3.125 3.125 3.40482 3.125 3.75V16.25C3.125 16.5952 3.40482 16.875 3.75 16.875H16.25C16.5952 16.875 16.875 16.5952 16.875 16.25V3.75C16.875 3.40482 16.5952 3.125 16.25 3.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 1.875V4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 1.875V4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 6.875H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 10L8.125 9.375V14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.7922 10C10.8777 9.85276 10.9924 9.72451 11.1293 9.6232C11.2662 9.52183 11.4223 9.44951 11.5881 9.4107C11.7539 9.37189 11.9259 9.36739 12.0936 9.39739C12.2612 9.42745 12.4209 9.49139 12.5629 9.58539C12.705 9.67939 12.8263 9.80139 12.9194 9.94395C13.0126 10.0865 13.0757 10.2466 13.1047 10.4144C13.1338 10.5822 13.1283 10.7542 13.0885 10.9198C13.0488 11.0853 12.9756 11.2411 12.8734 11.3773L10.625 14.375H13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),L7=o("calendar-blank",[["path",{d:"M16.25 3.125H3.75C3.40482 3.125 3.125 3.40482 3.125 3.75V16.25C3.125 16.5952 3.40482 16.875 3.75 16.875H16.25C16.5952 16.875 16.875 16.5952 16.875 16.25V3.75C16.875 3.40482 16.5952 3.125 16.25 3.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 1.875V4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 1.875V4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 6.875H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),p7=o("calendar-check",[["path",{d:"M16.25 3.125H3.75C3.40482 3.125 3.125 3.40482 3.125 3.75V16.25C3.125 16.5952 3.40482 16.875 3.75 16.875H16.25C16.5952 16.875 16.875 16.5952 16.875 16.25V3.75C16.875 3.40482 16.5952 3.125 16.25 3.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 1.875V4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 1.875V4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 6.875H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.1875 11.875L9.0625 13.75L12.8125 10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),l7=o("calendar-dot",[["path",{d:"M16.25 3.125H3.75C3.40482 3.125 3.125 3.40482 3.125 3.75V16.25C3.125 16.5952 3.40482 16.875 3.75 16.875H16.25C16.5952 16.875 16.875 16.5952 16.875 16.25V3.75C16.875 3.40482 16.5952 3.125 16.25 3.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 1.875V4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 1.875V4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 6.875H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 12.9688C10.6041 12.9688 11.0938 12.4791 11.0938 11.875C11.0938 11.2709 10.6041 10.7812 10 10.7812C9.39594 10.7812 8.90625 11.2709 8.90625 11.875C8.90625 12.4791 9.39594 12.9688 10 12.9688Z",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),h7=o("calendar-dots",[["path",{d:"M16.25 3.125H3.75C3.40482 3.125 3.125 3.40482 3.125 3.75V16.25C3.125 16.5952 3.40482 16.875 3.75 16.875H16.25C16.5952 16.875 16.875 16.5952 16.875 16.25V3.75C16.875 3.40482 16.5952 3.125 16.25 3.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 1.875V4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 1.875V4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 6.875H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 11.0938C10.4315 11.0938 10.7812 10.744 10.7812 10.3125C10.7812 9.881 10.4315 9.53125 10 9.53125C9.5685 9.53125 9.21875 9.881 9.21875 10.3125C9.21875 10.744 9.5685 11.0938 10 11.0938Z",fill:"currentColor",stroke:"none"}],["path",{d:"M13.4375 11.0938C13.869 11.0938 14.2188 10.744 14.2188 10.3125C14.2188 9.881 13.869 9.53125 13.4375 9.53125C13.006 9.53125 12.6562 9.881 12.6562 10.3125C12.6562 10.744 13.006 11.0938 13.4375 11.0938Z",fill:"currentColor",stroke:"none"}],["path",{d:"M6.5625 14.2188C6.994 14.2188 7.34375 13.869 7.34375 13.4375C7.34375 13.006 6.994 12.6562 6.5625 12.6562C6.13102 12.6562 5.78125 13.006 5.78125 13.4375C5.78125 13.869 6.13102 14.2188 6.5625 14.2188Z",fill:"currentColor",stroke:"none"}],["path",{d:"M10 14.2188C10.4315 14.2188 10.7812 13.869 10.7812 13.4375C10.7812 13.006 10.4315 12.6562 10 12.6562C9.5685 12.6562 9.21875 13.006 9.21875 13.4375C9.21875 13.869 9.5685 14.2188 10 14.2188Z",fill:"currentColor",stroke:"none"}],["path",{d:"M13.4375 14.2188C13.869 14.2188 14.2188 13.869 14.2188 13.4375C14.2188 13.006 13.869 12.6562 13.4375 12.6562C13.006 12.6562 12.6562 13.006 12.6562 13.4375C12.6562 13.869 13.006 14.2188 13.4375 14.2188Z",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),M7=o("calendar-heart",[["path",{d:"M16.25 3.125H3.75C3.40482 3.125 3.125 3.40482 3.125 3.75V16.25C3.125 16.5952 3.40482 16.875 3.75 16.875H16.25C16.5952 16.875 16.875 16.5952 16.875 16.25V3.75C16.875 3.40482 16.5952 3.125 16.25 3.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 1.875V4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 1.875V4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 9.375C10 8.87775 10.1976 8.40081 10.5492 8.04919C10.9008 7.69756 11.3778 7.5 11.875 7.5C12.3722 7.5 12.8492 7.69756 13.2008 8.04919C13.5524 8.40081 13.75 8.87775 13.75 9.375C13.75 11.875 10 13.75 10 13.75C10 13.75 6.25 11.875 6.25 9.375C6.25 8.87775 6.44756 8.40081 6.79919 8.04919C7.15081 7.69756 7.62775 7.5 8.125 7.5C8.62225 7.5 9.09919 7.69756 9.45081 8.04919C9.80244 8.40081 10 8.87775 10 9.375Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),j7=o("calendar-minus",[["path",{d:"M16.25 3.125H3.75C3.40482 3.125 3.125 3.40482 3.125 3.75V16.25C3.125 16.5952 3.40482 16.875 3.75 16.875H16.25C16.5952 16.875 16.875 16.5952 16.875 16.25V3.75C16.875 3.40482 16.5952 3.125 16.25 3.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 1.875V4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 1.875V4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 6.875H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 11.875H11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),H7=o("calendar-plus",[["path",{d:"M16.25 3.125H3.75C3.40482 3.125 3.125 3.40482 3.125 3.75V16.25C3.125 16.5952 3.40482 16.875 3.75 16.875H16.25C16.5952 16.875 16.875 16.5952 16.875 16.25V3.75C16.875 3.40482 16.5952 3.125 16.25 3.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 1.875V4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 1.875V4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 6.875H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 11.875H8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 10V13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),B7=o("calendar-slash",[["path",{d:"M13.75 1.875V4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 16.875H3.75C3.58424 16.875 3.42527 16.8091 3.30806 16.6919C3.19085 16.5747 3.125 16.4157 3.125 16.25V3.75C3.125 3.58424 3.19085 3.42527 3.30806 3.30806C3.42527 3.19085 3.58424 3.125 3.75 3.125L16.25 16.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.12891 3.125H16.25C16.4158 3.125 16.5748 3.19085 16.692 3.30806C16.8092 3.42527 16.875 3.58424 16.875 3.75V13.8461",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.5376 6.875H16.8751",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 6.875H7.15938",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),V7=o("calendar-star",[["path",{d:"M16.25 3.125H3.75C3.40482 3.125 3.125 3.40482 3.125 3.75V16.25C3.125 16.5952 3.40482 16.875 3.75 16.875H16.25C16.5952 16.875 16.875 16.5952 16.875 16.25V3.75C16.875 3.40482 16.5952 3.125 16.25 3.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 1.875V4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 1.875V4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 12.3859L12.3179 13.75L11.6875 11.2039L13.75 9.50081L11.043 9.29219L10 6.875L8.95706 9.29219L6.25 9.50081L8.3125 11.2039L7.68206 13.75L10 12.3859Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),w7=o("calendar-x",[["path",{d:"M16.25 3.125H3.75C3.40482 3.125 3.125 3.40482 3.125 3.75V16.25C3.125 16.5952 3.40482 16.875 3.75 16.875H16.25C16.5952 16.875 16.875 16.5952 16.875 16.25V3.75C16.875 3.40482 16.5952 3.125 16.25 3.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 1.875V4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 1.875V4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 6.875H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 10L8.125 13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 13.75L8.125 10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),b7=o("call-bell",[["path",{d:"M1.875 13.75H18.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.875 16.25H18.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 5V2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 2.5H11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 13.75V11.875C3.125 10.0516 3.84933 8.30294 5.13864 7.01362C6.42794 5.72433 8.17663 5 10 5C11.8234 5 13.5721 5.72433 14.8614 7.01362C16.1507 8.30294 16.875 10.0516 16.875 11.875V13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),S7=o("camera",[["path",{d:"M16.25 16.25H3.75C3.41848 16.25 3.10054 16.1183 2.86612 15.8839C2.63169 15.6494 2.5 15.3315 2.5 15V6.25C2.5 5.91848 2.63169 5.60054 2.86612 5.36612C3.10054 5.13169 3.41848 5 3.75 5H6.25L7.5 3.125H12.5L13.75 5H16.25C16.5815 5 16.8994 5.13169 17.1339 5.36612C17.3683 5.60054 17.5 5.91848 17.5 6.25V15C17.5 15.3315 17.3683 15.6494 17.1339 15.8839C16.8994 16.1183 16.5815 16.25 16.25 16.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 13.125C11.5533 13.125 12.8125 11.8658 12.8125 10.3125C12.8125 8.75919 11.5533 7.5 10 7.5C8.44669 7.5 7.1875 8.75919 7.1875 10.3125C7.1875 11.8658 8.44669 13.125 10 13.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),v7=o("camera-plus",[["path",{d:"M10 8.125V13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 10.625H12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 5L7.31481 3.40313C7.37188 3.31762 7.44912 3.2475 7.53975 3.19899C7.63037 3.15048 7.73156 3.12506 7.83437 3.125H12.1656C12.2684 3.12506 12.3696 3.15048 12.4602 3.19899C12.5509 3.2475 12.6281 3.31762 12.6851 3.40313L13.75 5H16.25C16.5815 5 16.8994 5.13169 17.1339 5.36612C17.3683 5.60054 17.5 5.91848 17.5 6.25V15C17.5 15.3315 17.3683 15.6494 17.1339 15.8839C16.8994 16.1183 16.5815 16.25 16.25 16.25H3.75C3.41848 16.25 3.10054 16.1183 2.86612 15.8839C2.63169 15.6494 2.5 15.3315 2.5 15V6.25C2.5 5.91848 2.63169 5.60054 2.86612 5.36612C3.10054 5.13169 3.41848 5 3.75 5H6.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),x7=o("camera-rotate",[["path",{d:"M16.25 16.25H3.75C3.41848 16.25 3.10054 16.1183 2.86612 15.8839C2.63169 15.6494 2.5 15.3315 2.5 15V6.25C2.5 5.91848 2.63169 5.60054 2.86612 5.36612C3.10054 5.13169 3.41848 5 3.75 5H6.25L7.5 3.125H12.5L13.75 5H16.25C16.5815 5 16.8994 5.13169 17.1339 5.36612C17.3683 5.60054 17.5 5.91848 17.5 6.25V15C17.5 15.3315 17.3683 15.6494 17.1339 15.8839C16.8994 16.1183 16.5815 16.25 16.25 16.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 7.5V9.375H11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.75 11.25H6.875V13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 9.375L12.2094 8.41563C11.6775 7.88375 10.9717 7.56156 10.2214 7.50813C9.47112 7.45475 8.72681 7.67375 8.125 8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 12.5C11.2731 12.9511 10.5287 13.17 9.77844 13.1164C9.02819 13.0629 8.32238 12.7406 7.79063 12.2086L6.875 11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),g7=o("camera-slash",[["path",{d:"M3.75 3.125L16.25 16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.0423 12.2461C11.7763 12.5274 11.4551 12.7508 11.0987 12.9021C10.7423 13.0535 10.3586 13.1297 9.97141 13.1259C9.58422 13.1221 9.20203 13.0384 8.84872 12.88C8.49541 12.7217 8.1786 12.4921 7.9181 12.2056C7.65766 11.9191 7.45909 11.582 7.33497 11.2153C7.21084 10.8485 7.16378 10.4601 7.19672 10.0743C7.22966 9.68851 7.34184 9.31369 7.52634 8.97332C7.71091 8.63288 7.96366 8.33426 8.26891 8.09607",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.34375 3.35938L7.5 3.125H12.5L13.75 5H16.25C16.5815 5 16.8994 5.13169 17.1339 5.36612C17.3683 5.60054 17.5 5.91848 17.5 6.25V14.5312",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.682 16.25H3.75C3.41848 16.25 3.10054 16.1183 2.86612 15.8839C2.63169 15.6494 2.5 15.3315 2.5 15V6.25C2.5 5.91848 2.63169 5.60054 2.86612 5.36612C3.10054 5.13169 3.41848 5 3.75 5H5.45469",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Z7=o("campfire",[["path",{d:"M3.125 13.125L16.875 17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.875 13.125L3.125 17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 10.625C11.875 11.1222 11.6774 11.5992 11.3258 11.9508C10.9742 12.3024 10.4972 12.5 10 12.5C9.50275 12.5 9.02581 12.3024 8.67419 11.9508C8.32256 11.5992 8.125 11.1222 8.125 10.625C8.125 8.75 10 7.5 10 7.5C10 7.5 11.875 8.75 11.875 10.625Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.0625 8.4375C14.0625 9.51494 13.6345 10.5483 12.8726 11.3101C12.1108 12.072 11.0774 12.5 10 12.5C8.92256 12.5 7.88925 12.072 7.12738 11.3101C6.3655 10.5483 5.9375 9.51494 5.9375 8.4375C5.9375 5 10 2.5 10 2.5C10 2.5 14.0625 5 14.0625 8.4375Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),m7=o("car",[["path",{d:"M1.25 8.75H18.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.5 13.75V15.625C17.5 15.7907 17.4341 15.9497 17.3169 16.0669C17.1997 16.1841 17.0407 16.25 16.875 16.25H15C14.8343 16.25 14.6753 16.1841 14.5581 16.0669C14.4409 15.9497 14.375 15.7907 14.375 15.625V13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.625 13.75V15.625C5.625 15.7907 5.55915 15.9497 5.44194 16.0669C5.32473 16.1841 5.16576 16.25 5 16.25H3.125C2.95924 16.25 2.80027 16.1841 2.68306 16.0669C2.56585 15.9497 2.5 15.7907 2.5 15.625V13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5 11.25H6.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 11.25H15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.5 8.75L15.1649 3.49609C15.1157 3.38564 15.0356 3.29179 14.9343 3.22592C14.8329 3.16006 14.7146 3.125 14.5938 3.125H5.40625C5.28537 3.125 5.16708 3.16006 5.06571 3.22592C4.96435 3.29179 4.88426 3.38564 4.83516 3.49609L2.5 8.75V13.75H17.5V8.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),f7=o("car-battery",[["path",{d:"M11.875 10.625H14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 9.375V11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.625 10.625H8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.5 6.25H2.5C2.15482 6.25 1.875 6.52981 1.875 6.875V14.375C1.875 14.7202 2.15482 15 2.5 15H17.5C17.8452 15 18.125 14.7202 18.125 14.375V6.875C18.125 6.52981 17.8452 6.25 17.5 6.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 6.25V4.375C4.375 4.20924 4.44085 4.05027 4.55806 3.93306C4.67527 3.81585 4.83424 3.75 5 3.75H7.5C7.66575 3.75 7.82475 3.81585 7.94194 3.93306C8.05912 4.05027 8.125 4.20924 8.125 4.375V6.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 6.25V4.375C11.875 4.20924 11.9409 4.05027 12.0581 3.93306C12.1753 3.81585 12.3343 3.75 12.5 3.75H15C15.1657 3.75 15.3247 3.81585 15.4419 3.93306C15.5591 4.05027 15.625 4.20924 15.625 4.375V6.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),y7=o("cardholder",[["path",{d:"M16.25 4.375H3.75C3.05964 4.375 2.5 4.93464 2.5 5.625V14.375C2.5 15.0654 3.05964 15.625 3.75 15.625H16.25C16.9404 15.625 17.5 15.0654 17.5 14.375V5.625C17.5 4.93464 16.9404 4.375 16.25 4.375Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 9.375H7.5C7.5 10.0381 7.76338 10.6739 8.23225 11.1427C8.70106 11.6116 9.33694 11.875 10 11.875C10.6631 11.875 11.2989 11.6116 11.7677 11.1427C12.2366 10.6739 12.5 10.0381 12.5 9.375H17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 6.875H17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),P7=o("cards",[["path",{d:"M14.375 6.25H3.125C2.77982 6.25 2.5 6.52981 2.5 6.875V15.625C2.5 15.9702 2.77982 16.25 3.125 16.25H14.375C14.7202 16.25 15 15.9702 15 15.625V6.875C15 6.52981 14.7202 6.25 14.375 6.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5 3.75H16.875C17.0407 3.75 17.1997 3.81585 17.3169 3.93306C17.4341 4.05027 17.5 4.20924 17.5 4.375V13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),T7=o("cards-three",[["path",{d:"M16.25 7.5H3.75C3.40482 7.5 3.125 7.77981 3.125 8.125V15.625C3.125 15.9702 3.40482 16.25 3.75 16.25H16.25C16.5952 16.25 16.875 15.9702 16.875 15.625V8.125C16.875 7.77981 16.5952 7.5 16.25 7.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 5H15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.625 2.5H14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),A7=o("caret-circle-double-down",[["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 6.875L10 9.375L7.5 6.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 11.25L10 13.75L7.5 11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),F7=o("caret-circle-double-left",[["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 12.5L10.625 10L13.125 7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.75 12.5L6.25 10L8.75 7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),D7=o("caret-circle-double-right",[["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 12.5L9.375 10L6.875 7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 12.5L13.75 10L11.25 7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),q7=o("caret-circle-double-up",[["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 13.125L10 10.625L12.5 13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 8.75L10 6.25L12.5 8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),R7=o("caret-circle-down",[["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 8.75L10 11.875L13.125 8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),U7=o("caret-circle-left",[["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 6.875L8.125 10L11.25 13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),N7=o("caret-circle-right",[["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.75 6.875L11.875 10L8.75 13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),G7=o("caret-circle-up",[["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 11.25L10 8.125L13.125 11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),z7=o("caret-circle-up-down",[["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 8.125L10 5.625L12.5 8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 11.875L10 14.375L7.5 11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),E7=o("caret-double-down",[["path",{d:"M16.25 10.625L10 16.875L3.75 10.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 4.375L10 10.625L3.75 4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),O7=o("caret-double-left",[["path",{d:"M15.625 16.25L9.375 10L15.625 3.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.375 16.25L3.125 10L9.375 3.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),W7=o("caret-double-right",[["path",{d:"M4.375 3.75L10.625 10L4.375 16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.625 3.75L16.875 10L10.625 16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),I7=o("caret-double-up",[["path",{d:"M3.75 15.625L10 9.375L16.25 15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 9.375L10 3.125L16.25 9.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),X7=o("caret-down",[["path",{d:"M16.25 7.5L10 13.75L3.75 7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),K7=o("caret-left",[["path",{d:"M12.5 16.25L6.25 10L12.5 3.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),J7=o("caret-line-down",[["path",{d:"M16.25 5.625L10 11.875L3.75 5.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 15H16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Q7=o("caret-line-left",[["path",{d:"M15 16.25L8.75 10L15 3.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.625 3.75V16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Y7=o("caret-line-right",[["path",{d:"M5 3.75L11.25 10L5 16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 3.75V16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),_7=o("caret-line-up",[["path",{d:"M3.75 15L10 8.75L16.25 15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 5.625H16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),$7=o("caret-right",[["path",{d:"M7.5 3.75L13.75 10L7.5 16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),or=o("caret-up",[["path",{d:"M3.75 12.5L10 6.25L16.25 12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),rr=o("caret-up-down",[["path",{d:"M6.25 13.75L10 17.5L13.75 13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 6.25L10 2.5L13.75 6.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),er=o("car-profile",[["path",{d:"M5 15.625C6.03553 15.625 6.875 14.7856 6.875 13.75C6.875 12.7144 6.03553 11.875 5 11.875C3.96447 11.875 3.125 12.7144 3.125 13.75C3.125 14.7856 3.96447 15.625 5 15.625Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15 15.625C16.0356 15.625 16.875 14.7856 16.875 13.75C16.875 12.7144 16.0356 11.875 15 11.875C13.9644 11.875 13.125 12.7144 13.125 13.75C13.125 14.7856 13.9644 15.625 15 15.625Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 13.75H13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.875 13.75H18.75C18.9157 13.75 19.0747 13.6841 19.1919 13.5669C19.3091 13.4497 19.375 13.2907 19.375 13.125V10C19.375 9.83425 19.3091 9.67525 19.1919 9.55806C19.0747 9.44088 18.9157 9.375 18.75 9.375H16.25L12.6828 5.80781C12.5657 5.69082 12.4069 5.62507 12.2414 5.625H3.45937C3.35658 5.62506 3.25539 5.65047 3.16478 5.69899C3.07415 5.7475 2.99689 5.81762 2.93984 5.90312L0.625 9.375V13.125C0.625 13.2907 0.69085 13.4497 0.808056 13.5669C0.925269 13.6841 1.08424 13.75 1.25 13.75H3.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 9.375H0.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),nr=o("carrot",[["path",{d:"M17.5 2.5L14.3438 5.65625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.42272 17.4219C3.30463 17.4843 3.16967 17.5071 3.03761 17.4872C2.90555 17.4673 2.78335 17.4056 2.68892 17.3111C2.59449 17.2167 2.53278 17.0945 2.51286 16.9624C2.49293 16.8304 2.51583 16.6954 2.57819 16.5773C2.57819 16.5773 5.00007 8.75 8.15631 5.65623C8.97681 4.83572 10.0897 4.37476 11.2501 4.37476C12.4104 4.37476 13.5233 4.83572 14.3438 5.65623C15.1643 6.47675 15.6253 7.58962 15.6253 8.75C15.6253 9.91037 15.1643 11.0232 14.3438 11.8437C11.2501 15 3.42272 17.4219 3.42272 17.4219Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M18.1253 5.625H14.312",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 5.68828V1.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.75 11.875L11.0703 14.1953",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.15625 5.65601L11.25 8.74976",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),tr=o("car-simple",[["path",{d:"M1.25 8.75H18.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.875 16.25H15C14.8343 16.25 14.6753 16.1841 14.5581 16.0669C14.4409 15.9497 14.375 15.7907 14.375 15.625V13.75H5.625V15.625C5.625 15.7907 5.55915 15.9497 5.44194 16.0669C5.32473 16.1841 5.16576 16.25 5 16.25H3.125C2.95924 16.25 2.80027 16.1841 2.68306 16.0669C2.56585 15.9497 2.5 15.7907 2.5 15.625V8.75L4.83516 3.49609C4.88426 3.38564 4.96435 3.29179 5.06571 3.22592C5.16708 3.16006 5.28537 3.125 5.40625 3.125H14.5938C14.7146 3.125 14.8329 3.16006 14.9343 3.22592C15.0356 3.29179 15.1157 3.38564 15.1649 3.49609L17.5 8.75V15.625C17.5 15.7907 17.4341 15.9497 17.3169 16.0669C17.1997 16.1841 17.0407 16.25 16.875 16.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),sr=o("cash-register",[["path",{d:"M18.125 12.5H1.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.875 12.5L3.63203 5.47344C3.66583 5.33822 3.74385 5.21819 3.8537 5.13241C3.96354 5.04663 4.09891 5.00002 4.23828 5H15.7617C15.9011 5.00002 16.0364 5.04663 16.1463 5.13241C16.2561 5.21819 16.3342 5.33822 16.3679 5.47344L18.125 12.5V15C18.125 15.1657 18.0591 15.3247 17.9419 15.4419C17.8247 15.5591 17.6657 15.625 17.5 15.625H2.5C2.33424 15.625 2.17527 15.5591 2.05806 15.4419C1.94085 15.3247 1.875 15.1657 1.875 15V12.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.625 7.5H6.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.375 7.5H10.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 7.5H14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.625 10H6.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.375 10H10.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 10H14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.625 5V3.125C5.625 2.95924 5.69085 2.80027 5.80806 2.68306C5.92527 2.56585 6.08424 2.5 6.25 2.5H9.375C9.54075 2.5 9.69975 2.56585 9.81694 2.68306C9.93412 2.80027 10 2.95924 10 3.125V5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),ir=o("cassette-tape",[["path",{d:"M17.5 4.375H2.5C2.15482 4.375 1.875 4.65482 1.875 5V15C1.875 15.3452 2.15482 15.625 2.5 15.625H17.5C17.8452 15.625 18.125 15.3452 18.125 15V5C18.125 4.65482 17.8452 4.375 17.5 4.375Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5 15.625L6.875 13.125H13.125L15 15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 10.625C14.7856 10.625 15.625 9.78556 15.625 8.75C15.625 7.71444 14.7856 6.875 13.75 6.875C12.7144 6.875 11.875 7.71444 11.875 8.75C11.875 9.78556 12.7144 10.625 13.75 10.625Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 10.625C7.28556 10.625 8.125 9.78556 8.125 8.75C8.125 7.71444 7.28556 6.875 6.25 6.875C5.21447 6.875 4.375 7.71444 4.375 8.75C4.375 9.78556 5.21447 10.625 6.25 10.625Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 6.875H13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 10.625H6.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Cr=o("castle-turret",[["path",{d:"M15 17.5V8.75L16.0672 7.68281C16.1842 7.56569 16.2499 7.40694 16.25 7.24144V3.75C16.25 3.58424 16.1841 3.42527 16.0669 3.30806C15.9497 3.19085 15.7907 3.125 15.625 3.125H13.75V5.625H11.25V3.125H8.75V5.625H6.25V3.125H4.375C4.20924 3.125 4.05027 3.19085 3.93306 3.30806C3.81585 3.42527 3.75 3.58424 3.75 3.75V7.24144C3.75007 7.40694 3.81583 7.56569 3.93281 7.68281L5 8.75V17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 17.5V13.125C8.125 12.6278 8.32256 12.1508 8.67419 11.7992C9.02581 11.4476 9.50275 11.25 10 11.25C10.4972 11.25 10.9742 11.4476 11.3258 11.7992C11.6774 12.1508 11.875 12.6278 11.875 13.125V17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 17.5H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),ur=o("cat",[["path",{d:"M10 15V17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 3.75V6.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 13.75L10 15L8.75 13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 4.14136V6.87497",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 4.14136V6.87497",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.28125 5.28125C6.65331 4.28602 8.305 3.75009 10 3.75009C11.695 3.75009 13.3467 4.28602 14.7187 5.28125L16.4328 3.30938C16.5201 3.22197 16.6314 3.1624 16.7526 3.13819C16.8737 3.11398 16.9993 3.12623 17.1135 3.17338C17.2277 3.22053 17.3254 3.30047 17.3942 3.4031C17.4629 3.50573 17.4998 3.62645 17.5 3.75V10.625C17.5 14.4219 14.1406 17.5 10 17.5C5.85938 17.5 2.5 14.4219 2.5 10.625V3.75C2.4999 3.62632 2.53651 3.50539 2.60518 3.40252C2.67384 3.29965 2.77149 3.21946 2.88576 3.17212C3.00002 3.12477 3.12576 3.11239 3.24707 3.13655C3.36837 3.16071 3.47978 3.22031 3.56719 3.30782L5.28125 5.28125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.5625 12.0312C7.16656 12.0312 7.65625 11.5416 7.65625 10.9375C7.65625 10.3334 7.16656 9.84375 6.5625 9.84375C5.95844 9.84375 5.46875 10.3334 5.46875 10.9375C5.46875 11.5416 5.95844 12.0312 6.5625 12.0312Z",fill:"currentColor",stroke:"none"}],["path",{d:"M13.4375 12.0312C14.0416 12.0312 14.5312 11.5416 14.5312 10.9375C14.5312 10.3334 14.0416 9.84375 13.4375 9.84375C12.8334 9.84375 12.3438 10.3334 12.3438 10.9375C12.3438 11.5416 12.8334 12.0312 13.4375 12.0312Z",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),kr=o("cell-signal-full",[["path",{d:"M12.5 5.625V15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 2.5V15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.375 8.75V15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 11.875V15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 15V15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),ar=o("cell-signal-high",[["path",{d:"M12.5 5.625V15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.375 8.75V15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 11.875V15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 15V15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),dr=o("cell-signal-low",[["path",{d:"M6.25 11.875V15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 15V15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),cr=o("cell-signal-medium",[["path",{d:"M9.375 8.75V15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 11.875V15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 15V15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Lr=o("cell-signal-none",[["path",{d:"M3.125 15V15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),pr=o("cell-signal-slash",[["path",{d:"M6.25 11.875V15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 15V15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 3.125L16.25 16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 12.75V15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 5.625V9.03356",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 2.5V12.4711",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.375 9.3125V15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),lr=o("cell-signal-x",[["path",{d:"M16.25 11.875L12.5 15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 15.625L12.5 11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 5.625V8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 2.5V8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.375 8.75V15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 11.875V15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 15V15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),hr=o("cell-tower",[["path",{d:"M4.375 18.125L10 6.875L15.625 18.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.925 7.43521C6.8435 6.98496 6.86181 6.52234 6.97868 6.08001C7.09562 5.63766 7.30818 5.22637 7.6015 4.87521C7.89481 4.52404 8.26162 4.24156 8.67606 4.04772C9.0905 3.85389 9.54243 3.75342 10 3.75342C10.4576 3.75342 10.9095 3.85389 11.3239 4.04772C11.7384 4.24156 12.1052 4.52404 12.3985 4.87521C12.6918 5.22637 12.9044 5.63766 13.0213 6.08001C13.1382 6.52234 13.1565 6.98496 13.075 7.43521",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.51016 10.264C4.88001 9.42904 4.49518 8.43491 4.39888 7.39329C4.3026 6.35166 4.49867 5.30379 4.96508 4.36747C5.43149 3.43114 6.14975 2.64341 7.03919 2.09279C7.92863 1.54218 8.95394 1.25049 10 1.25049C11.0461 1.25049 12.0714 1.54218 12.9608 2.09279C13.8503 2.64341 14.5685 3.43114 15.0349 4.36747C15.5013 5.30379 15.6974 6.35166 15.6011 7.39329C15.5048 8.43491 15.12 9.42904 14.4899 10.264",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.625 15.625H14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 13.125H13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Mr=o("certificate",[["path",{d:"M5.625 10.625H9.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.625 8.125H9.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.3125 13.125C17.211 13.125 18.75 11.586 18.75 9.6875C18.75 7.789 17.211 6.25 15.3125 6.25C13.414 6.25 11.875 7.789 11.875 9.6875C11.875 11.586 13.414 13.125 15.3125 13.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 15H3.125C2.95924 15 2.80027 14.9341 2.68306 14.8169C2.56585 14.6997 2.5 14.5407 2.5 14.375V4.375C2.5 4.20924 2.56585 4.05027 2.68306 3.93306C2.80027 3.81585 2.95924 3.75 3.125 3.75H16.875C17.0407 3.75 17.1997 3.81585 17.3169 3.93306C17.4341 4.05027 17.5 4.20924 17.5 4.375V7.03594",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 12.3391V17.5L15.3125 16.25L17.5 17.5V12.3391",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),jr=o("chair",[["path",{d:"M15 2.5H5C4.65482 2.5 4.375 2.77982 4.375 3.125V6.875C4.375 7.22019 4.65482 7.5 5 7.5H15C15.3452 7.5 15.625 7.22019 15.625 6.875V3.125C15.625 2.77982 15.3452 2.5 15 2.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 11.25H3.75C3.40482 11.25 3.125 11.5298 3.125 11.875V13.125C3.125 13.4702 3.40482 13.75 3.75 13.75H16.25C16.5952 13.75 16.875 13.4702 16.875 13.125V11.875C16.875 11.5298 16.5952 11.25 16.25 11.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 7.5V11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 7.5V11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15 13.75V17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5 13.75V17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Hr=o("chalkboard",[["path",{d:"M2.5 15.625V4.375C2.5 4.20924 2.56585 4.05027 2.68306 3.93306C2.80027 3.81585 2.95924 3.75 3.125 3.75H16.875C17.0407 3.75 17.1997 3.81585 17.3169 3.93306C17.4341 4.05027 17.5 4.20924 17.5 4.375V15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.25 15.625H18.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.375 15.625V13.125H15V15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5 15.625V6.25H15V10.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Br=o("chalkboard-simple",[["path",{d:"M2.5 15.625V4.375C2.5 4.20924 2.56585 4.05027 2.68306 3.93306C2.80027 3.81585 2.95924 3.75 3.125 3.75H16.875C17.0407 3.75 17.1997 3.81585 17.3169 3.93306C17.4341 4.05027 17.5 4.20924 17.5 4.375V10.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.25 15.625H18.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 15.625V13.125H17.5V15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Vr=o("chalkboard-teacher",[["path",{d:"M8.125 13.75C9.50569 13.75 10.625 12.6307 10.625 11.25C10.625 9.86931 9.50569 8.75 8.125 8.75C6.74431 8.75 5.625 9.86931 5.625 11.25C5.625 12.6307 6.74431 13.75 8.125 13.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.17109 16.25C4.52567 15.5014 5.08548 14.8688 5.78542 14.4259C6.48538 13.9829 7.29669 13.7478 8.125 13.7478C8.95331 13.7478 9.76462 13.9829 10.4646 14.4259C11.1645 14.8688 11.7243 15.5014 12.0789 16.25H16.875C17.0407 16.25 17.1997 16.1841 17.3169 16.0669C17.4341 15.9497 17.5 15.7907 17.5 15.625V4.375C17.5 4.20924 17.4341 4.05027 17.3169 3.93306C17.1997 3.81585 17.0407 3.75 16.875 3.75H3.125C2.95924 3.75 2.80027 3.81585 2.68306 3.93306C2.56585 4.05027 2.5 4.20924 2.5 4.375V15.625C2.5 15.7907 2.56585 15.9497 2.68306 16.0669C2.80027 16.1841 2.95924 16.25 3.125 16.25H4.17109Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 13.75H15V6.25H5V7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),wr=o("champagne",[["path",{d:"M7.5 18.75H11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.63264 1.25H11.117C11.117 1.25 15.1795 13.75 9.37482 13.75C3.57016 13.75 7.63264 1.25 7.63264 1.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.375 13.75V18.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.1875 4.84375C17.619 4.84375 17.9688 4.49398 17.9688 4.0625C17.9688 3.63102 17.619 3.28125 17.1875 3.28125C16.756 3.28125 16.4062 3.63102 16.4062 4.0625C16.4062 4.49398 16.756 4.84375 17.1875 4.84375Z",fill:"currentColor",stroke:"none"}],["path",{d:"M15.3125 2.34375C15.744 2.34375 16.0938 1.99398 16.0938 1.5625C16.0938 1.13102 15.744 0.78125 15.3125 0.78125C14.881 0.78125 14.5312 1.13102 14.5312 1.5625C14.5312 1.99398 14.881 2.34375 15.3125 2.34375Z",fill:"currentColor",stroke:"none"}],["path",{d:"M15.3125 8.59375C15.744 8.59375 16.0938 8.244 16.0938 7.8125C16.0938 7.381 15.744 7.03125 15.3125 7.03125C14.881 7.03125 14.5312 7.381 14.5312 7.8125C14.5312 8.244 14.881 8.59375 15.3125 8.59375Z",fill:"currentColor",stroke:"none"}],["path",{d:"M6.57812 5.625H12.1719",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),br=o("charging-station",[["path",{d:"M8.75 13.125L10 10H7.5L8.75 6.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 16.875V4.375C4.375 4.04348 4.50669 3.72554 4.74112 3.49112C4.97554 3.25669 5.29348 3.125 5.625 3.125H11.875C12.2065 3.125 12.5244 3.25669 12.7589 3.49112C12.9933 3.72554 13.125 4.04348 13.125 4.375V16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 16.875H15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 8.75H15C15.3315 8.75 15.6494 8.88169 15.8839 9.11613C16.1183 9.35056 16.25 9.6685 16.25 10V13.125C16.25 13.4565 16.3817 13.7744 16.6161 14.0089C16.8506 14.2433 17.1685 14.375 17.5 14.375C17.8315 14.375 18.1494 14.2433 18.3839 14.0089C18.6183 13.7744 18.75 13.4565 18.75 13.125V6.76794C18.75 6.60369 18.7177 6.44106 18.6548 6.28931C18.5919 6.13757 18.4998 5.9997 18.3836 5.88359L16.875 4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Sr=o("chart-bar",[["path",{d:"M3.75 16.25V10.625H7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.5 16.25H2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 16.25V6.875H11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 16.25V3.125H16.25V16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),vr=o("chart-bar-horizontal",[["path",{d:"M3.75 16.875V3.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 4.375H13.75V8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 8.125H17.5V11.875H3.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 11.875V15.625H3.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),xr=o("chart-donut",[["path",{d:"M10 13.125V17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.50384 6.25C2.67836 7.67975 2.34771 9.342 2.56318 10.9788C2.77865 12.6157 3.5282 14.1357 4.69558 15.3031C5.86295 16.4706 7.38294 17.2203 9.01975 17.4358C10.6566 17.6514 12.3188 17.3208 13.7486 16.4954C15.1785 15.67 16.296 14.3959 16.9279 12.8706C17.5598 11.3454 17.6708 9.65425 17.2436 8.0595C16.8165 6.46475 15.8751 5.05551 14.5654 4.05033C13.2557 3.04515 11.6509 2.5002 9.99994 2.5V6.875C10.6878 6.87512 11.3564 7.10225 11.9021 7.52113C12.4478 7.94 12.8399 8.52725 13.0179 9.19169C13.1958 9.85619 13.1495 10.5608 12.8862 11.1963C12.6229 11.8318 12.1572 12.3626 11.5614 12.7065C10.9657 13.0504 10.2731 13.1881 9.59106 13.0982C8.90906 13.0084 8.27581 12.696 7.78938 12.2096C7.303 11.7231 6.99075 11.0898 6.90094 10.4078C6.81119 9.72581 6.94894 9.03325 7.29288 8.4375L3.50384 6.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.98044 10.8093L2.75391 11.9413",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),gr=o("chart-line",[["path",{d:"M17.5 16.25H2.5V3.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.5 7.5L12.5 11.875L7.5 8.125L2.5 12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Zr=o("chart-line-down",[["path",{d:"M15.625 13.125L10 7.5L7.5 10L2.5 5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 10V13.125H12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.5 16.25H2.5V3.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),mr=o("chart-line-up",[["path",{d:"M17.5 16.25H2.5V3.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 5.625L10 11.25L7.5 8.75L2.5 13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 8.75V5.625H12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),fr=o("chart-pie",[["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 10V2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.495 6.25L3.50439 13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),yr=o("chart-pie-slice",[["path",{d:"M2.62502 11.3672C2.29959 9.61069 2.61183 7.79563 3.50554 6.24885C4.39924 4.70205 5.81573 3.52504 7.50003 2.92969V8.55469L2.62502 11.3672Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.99991 10.0328V2.5C11.3139 2.50019 12.6048 2.84563 13.7433 3.50169C14.8819 4.15775 15.8281 5.10142 16.4872 6.23821C17.1462 7.375 17.4951 8.665 17.4987 9.979C17.5024 11.293 17.1608 12.5849 16.5081 13.7254C15.8554 14.8659 14.9145 15.8148 13.7797 16.4772C12.6448 17.1397 11.3559 17.4923 10.0419 17.4999C8.72791 17.5074 7.43497 17.1696 6.2926 16.5203C5.15022 15.8709 4.19848 14.9329 3.53271 13.8L9.99991 10.0328Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Pr=o("chart-polar",[["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 14.375C12.4162 14.375 14.375 12.4162 14.375 10C14.375 7.58375 12.4162 5.625 10 5.625C7.58375 5.625 5.625 7.58375 5.625 10C5.625 12.4162 7.58375 14.375 10 14.375Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 2.5V17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 10H17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Tr=o("chart-scatter",[["path",{d:"M17.5 16.25H2.5V3.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.3125 12.3438C10.744 12.3438 11.0938 11.994 11.0938 11.5625C11.0938 11.131 10.744 10.7812 10.3125 10.7812C9.881 10.7812 9.53125 11.131 9.53125 11.5625C9.53125 11.994 9.881 12.3438 10.3125 12.3438Z",fill:"currentColor",stroke:"none"}],["path",{d:"M8.4375 7.96875C8.869 7.96875 9.21875 7.619 9.21875 7.1875C9.21875 6.756 8.869 6.40625 8.4375 6.40625C8.006 6.40625 7.65625 6.756 7.65625 7.1875C7.65625 7.619 8.006 7.96875 8.4375 7.96875Z",fill:"currentColor",stroke:"none"}],["path",{d:"M5.9375 13.5938C6.369 13.5938 6.71875 13.244 6.71875 12.8125C6.71875 12.381 6.369 12.0312 5.9375 12.0312C5.50602 12.0312 5.15625 12.381 5.15625 12.8125C5.15625 13.244 5.50602 13.5938 5.9375 13.5938Z",fill:"currentColor",stroke:"none"}],["path",{d:"M13.4375 9.84375C13.869 9.84375 14.2188 9.494 14.2188 9.0625C14.2188 8.631 13.869 8.28125 13.4375 8.28125C13.006 8.28125 12.6562 8.631 12.6562 9.0625C12.6562 9.494 13.006 9.84375 13.4375 9.84375Z",fill:"currentColor",stroke:"none"}],["path",{d:"M15.3125 6.71875C15.744 6.71875 16.0938 6.369 16.0938 5.9375C16.0938 5.50602 15.744 5.15625 15.3125 5.15625C14.881 5.15625 14.5312 5.50602 14.5312 5.9375C14.5312 6.369 14.881 6.71875 15.3125 6.71875Z",fill:"currentColor",stroke:"none"}],["path",{d:"M14.6875 13.5938C15.119 13.5938 15.4688 13.244 15.4688 12.8125C15.4688 12.381 15.119 12.0312 14.6875 12.0312C14.256 12.0312 13.9062 12.381 13.9062 12.8125C13.9062 13.244 14.256 13.5938 14.6875 13.5938Z",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Ar=o("chat",[["path",{d:"M3.52734 17.9774C3.43631 18.0539 3.32531 18.1029 3.20739 18.1186C3.08947 18.1343 2.96952 18.116 2.86164 18.0659C2.75376 18.0157 2.66242 17.9359 2.59836 17.8356C2.5343 17.7354 2.50018 17.6189 2.5 17.5V5C2.5 4.83424 2.56585 4.67527 2.68306 4.55806C2.80027 4.44085 2.95924 4.375 3.125 4.375H16.875C17.0407 4.375 17.1997 4.44085 17.3169 4.55806C17.4341 4.67527 17.5 4.83424 17.5 5V15C17.5 15.1657 17.4341 15.3247 17.3169 15.4419C17.1997 15.5591 17.0407 15.625 16.875 15.625H6.25L3.52734 17.9774Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Fr=o("chat-centered",[["path",{d:"M8.20856 15L9.45856 17.1875C9.51319 17.2833 9.59219 17.363 9.68756 17.4184C9.78294 17.4738 9.89125 17.5029 10.0016 17.5029C10.1119 17.5029 10.2202 17.4738 10.3156 17.4184C10.4109 17.363 10.4899 17.2833 10.5446 17.1875L11.7946 15H16.875C17.0407 15 17.1997 14.9341 17.3169 14.8169C17.4341 14.6997 17.5 14.5407 17.5 14.375V4.375C17.5 4.20924 17.4341 4.05027 17.3169 3.93306C17.1997 3.81585 17.0407 3.75 16.875 3.75H3.125C2.95924 3.75 2.80027 3.81585 2.68306 3.93306C2.56585 4.05027 2.5 4.20924 2.5 4.375V14.375C2.5 14.5407 2.56585 14.6997 2.68306 14.8169C2.80027 14.9341 2.95924 15 3.125 15H8.20856Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Dr=o("chat-centered-dots",[["path",{d:"M10 10.4688C10.6041 10.4688 11.0938 9.97906 11.0938 9.375C11.0938 8.77094 10.6041 8.28125 10 8.28125C9.39594 8.28125 8.90625 8.77094 8.90625 9.375C8.90625 9.97906 9.39594 10.4688 10 10.4688Z",fill:"currentColor",stroke:"none"}],["path",{d:"M6.5625 10.4688C7.16656 10.4688 7.65625 9.97906 7.65625 9.375C7.65625 8.77094 7.16656 8.28125 6.5625 8.28125C5.95844 8.28125 5.46875 8.77094 5.46875 9.375C5.46875 9.97906 5.95844 10.4688 6.5625 10.4688Z",fill:"currentColor",stroke:"none"}],["path",{d:"M13.4375 10.4688C14.0416 10.4688 14.5312 9.97906 14.5312 9.375C14.5312 8.77094 14.0416 8.28125 13.4375 8.28125C12.8334 8.28125 12.3438 8.77094 12.3438 9.375C12.3438 9.97906 12.8334 10.4688 13.4375 10.4688Z",fill:"currentColor",stroke:"none"}],["path",{d:"M8.20856 15L9.45856 17.1875C9.51319 17.2833 9.59219 17.363 9.68756 17.4184C9.78294 17.4738 9.89125 17.5029 10.0016 17.5029C10.1119 17.5029 10.2202 17.4738 10.3156 17.4184C10.4109 17.363 10.4899 17.2833 10.5446 17.1875L11.7946 15H16.875C17.0407 15 17.1997 14.9341 17.3169 14.8169C17.4341 14.6997 17.5 14.5407 17.5 14.375V4.375C17.5 4.20924 17.4341 4.05027 17.3169 3.93306C17.1997 3.81585 17.0407 3.75 16.875 3.75H3.125C2.95924 3.75 2.80027 3.81585 2.68306 3.93306C2.56585 4.05027 2.5 4.20924 2.5 4.375V14.375C2.5 14.5407 2.56585 14.6997 2.68306 14.8169C2.80027 14.9341 2.95924 15 3.125 15H8.20856Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),qr=o("chat-centered-slash",[["path",{d:"M3.75 3.125L16.25 16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.31797 3.75H3.125C2.95924 3.75 2.80027 3.81585 2.68306 3.93306C2.56585 4.05027 2.5 4.20924 2.5 4.375V14.375C2.5 14.5407 2.56585 14.6997 2.68306 14.8169C2.80027 14.9341 2.95924 15 3.125 15H8.20856L9.45856 17.1875C9.51319 17.2833 9.59219 17.363 9.68756 17.4184C9.78294 17.4738 9.89125 17.5029 10.0016 17.5029C10.1119 17.5029 10.2202 17.4738 10.3156 17.4184C10.4109 17.363 10.4899 17.2833 10.5446 17.1875L11.7946 15H14.5484",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.4999 14.5312V4.375C17.4999 4.20924 17.434 4.05027 17.3168 3.93306C17.1997 3.81585 17.0407 3.75 16.8749 3.75H7.69678",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Rr=o("chat-centered-text",[["path",{d:"M7.5 8.125H12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 10.625H12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.20856 15L9.45856 17.1875C9.51319 17.2833 9.59219 17.363 9.68756 17.4184C9.78294 17.4738 9.89125 17.5029 10.0016 17.5029C10.1119 17.5029 10.2202 17.4738 10.3156 17.4184C10.4109 17.363 10.4899 17.2833 10.5446 17.1875L11.7946 15H16.875C17.0407 15 17.1997 14.9341 17.3169 14.8169C17.4341 14.6997 17.5 14.5407 17.5 14.375V4.375C17.5 4.20924 17.4341 4.05027 17.3169 3.93306C17.1997 3.81585 17.0407 3.75 16.875 3.75H3.125C2.95924 3.75 2.80027 3.81585 2.68306 3.93306C2.56585 4.05027 2.5 4.20924 2.5 4.375V14.375C2.5 14.5407 2.56585 14.6997 2.68306 14.8169C2.80027 14.9341 2.95924 15 3.125 15H8.20856Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Ur=o("chat-circle",[["path",{d:"M6.24431 16.493C7.81972 17.4047 9.67297 17.7125 11.4585 17.3588C13.2441 17.0051 14.84 16.0141 15.9489 14.5706C17.0578 13.1271 17.6038 11.3295 17.4852 9.51314C17.3667 7.69677 16.5916 5.98552 15.3045 4.69842C14.0173 3.41131 12.3061 2.63622 10.4897 2.51765C8.67335 2.39908 6.87585 2.94512 5.43232 4.05398C3.9888 5.16283 2.99782 6.75883 2.64412 8.54439C2.29042 10.3299 2.59815 12.1831 3.50993 13.7586L2.53259 16.6765C2.49587 16.7866 2.49053 16.9048 2.5172 17.0178C2.54386 17.1308 2.60147 17.2341 2.68355 17.3162C2.76563 17.3983 2.86895 17.4559 2.98193 17.4826C3.09492 17.5092 3.21309 17.5039 3.32322 17.4671L6.24431 16.493Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Nr=o("chat-circle-dots",[["path",{d:"M10 11.0938C10.6041 11.0938 11.0938 10.6041 11.0938 10C11.0938 9.39594 10.6041 8.90625 10 8.90625C9.39594 8.90625 8.90625 9.39594 8.90625 10C8.90625 10.6041 9.39594 11.0938 10 11.0938Z",fill:"currentColor",stroke:"none"}],["path",{d:"M6.5625 11.0938C7.16656 11.0938 7.65625 10.6041 7.65625 10C7.65625 9.39594 7.16656 8.90625 6.5625 8.90625C5.95844 8.90625 5.46875 9.39594 5.46875 10C5.46875 10.6041 5.95844 11.0938 6.5625 11.0938Z",fill:"currentColor",stroke:"none"}],["path",{d:"M13.4375 11.0938C14.0416 11.0938 14.5312 10.6041 14.5312 10C14.5312 9.39594 14.0416 8.90625 13.4375 8.90625C12.8334 8.90625 12.3438 9.39594 12.3438 10C12.3438 10.6041 12.8334 11.0938 13.4375 11.0938Z",fill:"currentColor",stroke:"none"}],["path",{d:"M6.24431 16.493C7.81972 17.4047 9.67297 17.7125 11.4585 17.3588C13.2441 17.0051 14.84 16.0141 15.9489 14.5706C17.0578 13.1271 17.6038 11.3295 17.4852 9.51314C17.3667 7.69677 16.5916 5.98552 15.3045 4.69842C14.0173 3.41131 12.3061 2.63622 10.4897 2.51765C8.67335 2.39908 6.87585 2.94512 5.43232 4.05398C3.9888 5.16283 2.99782 6.75883 2.64412 8.54439C2.29042 10.3299 2.59815 12.1831 3.50993 13.7586L2.53259 16.6765C2.49587 16.7866 2.49053 16.9048 2.5172 17.0178C2.54386 17.1308 2.60147 17.2341 2.68355 17.3162C2.76563 17.3983 2.86895 17.4559 2.98193 17.4826C3.09492 17.5092 3.21309 17.5039 3.32322 17.4671L6.24431 16.493Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Gr=o("chat-circle-slash",[["path",{d:"M3.75 3.125L16.25 16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.6072 13.5516C17.3433 12.1852 17.6373 10.624 17.4488 9.08335C17.2603 7.54272 16.5984 6.09857 15.5545 4.94998C14.5106 3.8014 13.136 3.00498 11.6203 2.67055C10.1047 2.33613 8.5226 2.48017 7.09229 3.08282",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.95479 4.45312C3.68706 5.60548 2.85206 7.15712 2.58868 8.84994C2.3253 10.5428 2.64943 12.2748 3.50714 13.7578L2.53292 16.6766C2.4962 16.7867 2.49087 16.9049 2.51753 17.0178C2.54419 17.1308 2.60179 17.2341 2.68388 17.3162C2.76596 17.3983 2.86928 17.4559 2.98227 17.4826C3.09525 17.5092 3.21342 17.5039 3.32355 17.4672L6.24464 16.493C7.62223 17.2892 9.21742 17.6268 10.7995 17.4567C12.3815 17.2866 13.8685 16.6178 15.0454 15.5469",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),zr=o("chat-circle-text",[["path",{d:"M7.5 8.75H12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 11.25H12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.24431 16.493C7.81972 17.4047 9.67297 17.7125 11.4585 17.3588C13.2441 17.0051 14.84 16.0141 15.9489 14.5706C17.0578 13.1271 17.6038 11.3295 17.4852 9.51314C17.3667 7.69677 16.5916 5.98552 15.3045 4.69842C14.0173 3.41131 12.3061 2.63622 10.4897 2.51765C8.67335 2.39908 6.87585 2.94512 5.43232 4.05398C3.9888 5.16283 2.99782 6.75883 2.64412 8.54439C2.29042 10.3299 2.59815 12.1831 3.50993 13.7586L2.53259 16.6765C2.49587 16.7866 2.49053 16.9048 2.5172 17.0178C2.54386 17.1308 2.60147 17.2341 2.68355 17.3162C2.76563 17.3983 2.86895 17.4559 2.98193 17.4826C3.09492 17.5092 3.21309 17.5039 3.32322 17.4671L6.24431 16.493Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Er=o("chat-dots",[["path",{d:"M10 11.0938C10.6041 11.0938 11.0938 10.6041 11.0938 10C11.0938 9.39594 10.6041 8.90625 10 8.90625C9.39594 8.90625 8.90625 9.39594 8.90625 10C8.90625 10.6041 9.39594 11.0938 10 11.0938Z",fill:"currentColor",stroke:"none"}],["path",{d:"M6.5625 11.0938C7.16656 11.0938 7.65625 10.6041 7.65625 10C7.65625 9.39594 7.16656 8.90625 6.5625 8.90625C5.95844 8.90625 5.46875 9.39594 5.46875 10C5.46875 10.6041 5.95844 11.0938 6.5625 11.0938Z",fill:"currentColor",stroke:"none"}],["path",{d:"M13.4375 11.0938C14.0416 11.0938 14.5312 10.6041 14.5312 10C14.5312 9.39594 14.0416 8.90625 13.4375 8.90625C12.8334 8.90625 12.3438 9.39594 12.3438 10C12.3438 10.6041 12.8334 11.0938 13.4375 11.0938Z",fill:"currentColor",stroke:"none"}],["path",{d:"M3.52734 17.9774C3.43631 18.0539 3.32531 18.1029 3.20739 18.1186C3.08947 18.1343 2.96952 18.116 2.86164 18.0659C2.75376 18.0157 2.66242 17.9359 2.59836 17.8356C2.5343 17.7354 2.50018 17.6189 2.5 17.5V5C2.5 4.83424 2.56585 4.67527 2.68306 4.55806C2.80027 4.44085 2.95924 4.375 3.125 4.375H16.875C17.0407 4.375 17.1997 4.44085 17.3169 4.55806C17.4341 4.67527 17.5 4.83424 17.5 5V15C17.5 15.1657 17.4341 15.3247 17.3169 15.4419C17.1997 15.5591 17.0407 15.625 16.875 15.625H6.25L3.52734 17.9774Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Or=o("chats",[["path",{d:"M5.59219 11.25L2.5 13.75V3.75C2.5 3.58424 2.56585 3.42527 2.68306 3.30806C2.80027 3.19085 2.95924 3.125 3.125 3.125H13.125C13.2907 3.125 13.4497 3.19085 13.5669 3.30806C13.6841 3.42527 13.75 3.58424 13.75 3.75V10.625C13.75 10.7907 13.6841 10.9497 13.5669 11.0669C13.4497 11.1841 13.2907 11.25 13.125 11.25H5.59219Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 11.25V14.375C6.25 14.5407 6.31588 14.6997 6.43306 14.8169C6.55025 14.9341 6.70925 15 6.875 15H14.4078L17.5 17.5V7.5C17.5 7.33425 17.4341 7.17525 17.3169 7.05806C17.1997 6.94088 17.0407 6.875 16.875 6.875H13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Wr=o("chats-circle",[["path",{d:"M2.53882 10.7813C1.90215 9.59184 1.71418 8.21315 2.00918 6.89672C2.3042 5.58024 3.06253 4.41365 4.14591 3.60967C5.22929 2.80568 6.56558 2.41785 7.91102 2.5169C9.25652 2.61594 10.5216 3.19527 11.4755 4.14924C12.4295 5.10321 13.0088 6.36828 13.1079 7.71372C13.207 9.05922 12.8191 10.3955 12.0151 11.4788C11.2111 12.5622 10.0445 13.3206 8.72808 13.6156C7.41158 13.9106 6.03295 13.7227 4.84351 13.086L2.67476 13.7235C2.56707 13.7551 2.45285 13.7571 2.3441 13.7293C2.23535 13.7016 2.13608 13.6451 2.05672 13.5657C1.97735 13.4863 1.92082 13.3871 1.89307 13.2783C1.86532 13.1696 1.86735 13.0553 1.89898 12.9477L2.53882 10.7813Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.8075 6.25854C13.7525 6.30992 14.6691 6.59886 15.4728 7.09861C16.2764 7.59836 16.9409 8.29279 17.4048 9.11761C17.8688 9.94242 18.1171 10.871 18.1269 11.8172C18.1366 12.7635 17.9075 13.697 17.4606 14.5312L18.0981 16.6999C18.1298 16.8076 18.1318 16.9219 18.1041 17.0306C18.0763 17.1394 18.0198 17.2386 17.9404 17.318C17.861 17.3974 17.7618 17.4539 17.653 17.4816C17.5443 17.5094 17.4301 17.5074 17.3224 17.4757L15.156 16.8359C14.4403 17.2186 13.6504 17.442 12.8403 17.4909C12.0303 17.5398 11.2192 17.4129 10.4627 17.119C9.70627 16.825 9.02233 16.371 8.45777 15.788C7.89321 15.205 7.46139 14.5069 7.19189 13.7414",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Ir=o("chat-slash",[["path",{d:"M3.75 3.125L16.25 16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.1133 15.625H6.25L3.52734 17.9774C3.43631 18.0539 3.32531 18.1029 3.20739 18.1186C3.08947 18.1343 2.96952 18.116 2.86164 18.0659C2.75376 18.0157 2.66242 17.9359 2.59836 17.8356C2.5343 17.7354 2.50018 17.6189 2.5 17.5V5C2.5 4.83424 2.56585 4.67527 2.68306 4.55806C2.80027 4.44085 2.95924 4.375 3.125 4.375H4.88672",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.26465 4.375H16.8748C17.0405 4.375 17.1995 4.44085 17.3167 4.55806C17.4339 4.67527 17.4998 4.83424 17.4998 5V14.5312",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Xr=o("chats-teardrop",[["path",{d:"M7.5 13.75H2.5C2.33424 13.75 2.17527 13.6841 2.05806 13.5669C1.94085 13.4497 1.875 13.2907 1.875 13.125V8.125C1.875 6.63319 2.46763 5.20242 3.52253 4.14753C4.57742 3.09263 6.00816 2.5 7.5 2.5C8.99181 2.5 10.4226 3.09263 11.4775 4.14753C12.5324 5.20242 13.125 6.63319 13.125 8.125C13.125 9.61681 12.5324 11.0476 11.4775 12.1025C10.4226 13.1574 8.99181 13.75 7.5 13.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.19531 13.7499C7.58313 14.8469 8.30156 15.7965 9.25156 16.4681C10.2016 17.1397 11.3366 17.5002 12.5 17.4999H17.5C17.6657 17.4999 17.8247 17.4341 17.9419 17.3169C18.0592 17.1997 18.125 17.0407 18.125 16.8749V11.8749C18.1249 10.4364 17.5738 9.05255 16.5848 8.00792C15.5958 6.9633 14.2442 6.33723 12.8078 6.25854",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Kr=o("chat-teardrop",[["path",{d:"M10.3125 16.875H3.75C3.58424 16.875 3.42527 16.8091 3.30806 16.6919C3.19085 16.5747 3.125 16.4157 3.125 16.25V9.6875C3.125 7.78125 3.88225 5.95309 5.23017 4.60517C6.57806 3.25725 8.40625 2.5 10.3125 2.5C11.2564 2.5 12.191 2.68591 13.0631 3.04712C13.9351 3.40832 14.7274 3.93775 15.3948 4.60517C16.0623 5.27259 16.5917 6.06494 16.9529 6.93694C17.3141 7.809 17.5 8.74362 17.5 9.6875C17.5 10.6314 17.3141 11.566 16.9529 12.4381C16.5917 13.3101 16.0623 14.1024 15.3948 14.7698C14.7274 15.4373 13.9351 15.9667 13.0631 16.3279C12.191 16.6891 11.2564 16.875 10.3125 16.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Jr=o("chat-teardrop-dots",[["path",{d:"M10.3125 11.0938C10.9166 11.0938 11.4062 10.6041 11.4062 10C11.4062 9.39594 10.9166 8.90625 10.3125 8.90625C9.70844 8.90625 9.21875 9.39594 9.21875 10C9.21875 10.6041 9.70844 11.0938 10.3125 11.0938Z",fill:"currentColor",stroke:"none"}],["path",{d:"M6.875 11.0938C7.47906 11.0938 7.96875 10.6041 7.96875 10C7.96875 9.39594 7.47906 8.90625 6.875 8.90625C6.27094 8.90625 5.78125 9.39594 5.78125 10C5.78125 10.6041 6.27094 11.0938 6.875 11.0938Z",fill:"currentColor",stroke:"none"}],["path",{d:"M13.75 11.0938C14.3541 11.0938 14.8438 10.6041 14.8438 10C14.8438 9.39594 14.3541 8.90625 13.75 8.90625C13.1459 8.90625 12.6562 9.39594 12.6562 10C12.6562 10.6041 13.1459 11.0938 13.75 11.0938Z",fill:"currentColor",stroke:"none"}],["path",{d:"M10.3125 16.875H3.75C3.58424 16.875 3.42527 16.8091 3.30806 16.6919C3.19085 16.5747 3.125 16.4157 3.125 16.25V9.6875C3.125 7.78125 3.88225 5.95309 5.23017 4.60517C6.57806 3.25725 8.40625 2.5 10.3125 2.5C11.2564 2.5 12.191 2.68591 13.0631 3.04712C13.9351 3.40832 14.7274 3.93775 15.3948 4.60517C16.0623 5.27259 16.5917 6.06494 16.9529 6.93694C17.3141 7.809 17.5 8.74362 17.5 9.6875C17.5 10.6314 17.3141 11.566 16.9529 12.4381C16.5917 13.3101 16.0623 14.1024 15.3948 14.7698C14.7274 15.4373 13.9351 15.9667 13.0631 16.3279C12.191 16.6891 11.2564 16.875 10.3125 16.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Qr=o("chat-teardrop-slash",[["path",{d:"M3.75 3.125L16.25 16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.8117 15.293C13.537 16.3192 11.949 16.8776 10.3125 16.875H3.75001C3.58424 16.875 3.42527 16.8092 3.30806 16.692C3.19086 16.5747 3.12501 16.4158 3.12501 16.25V9.68753C3.12259 7.81522 3.85307 6.01632 5.16016 4.67578",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.20215 3.20315C8.17277 2.73767 9.2359 2.49732 10.3123 2.50002C11.2562 2.50002 12.1908 2.68593 13.0629 3.04714C13.9349 3.40834 14.7272 3.93777 15.3946 4.60519C16.0621 5.27261 16.5915 6.06495 16.9527 6.937C17.3139 7.809 17.4998 8.74362 17.4998 9.6875C17.5019 10.9957 17.1452 12.2796 16.4686 13.3992",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Yr=o("chat-teardrop-text",[["path",{d:"M7.5 8.75H12.8125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 11.25H12.8125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.3125 16.875H3.75C3.58424 16.875 3.42527 16.8091 3.30806 16.6919C3.19085 16.5747 3.125 16.4157 3.125 16.25V9.6875C3.125 7.78125 3.88225 5.95309 5.23017 4.60517C6.57806 3.25725 8.40625 2.5 10.3125 2.5C11.2564 2.5 12.191 2.68591 13.0631 3.04712C13.9351 3.40832 14.7274 3.93775 15.3948 4.60517C16.0623 5.27259 16.5917 6.06494 16.9529 6.93694C17.3141 7.809 17.5 8.74362 17.5 9.6875C17.5 10.6314 17.3141 11.566 16.9529 12.4381C16.5917 13.3101 16.0623 14.1024 15.3948 14.7698C14.7274 15.4373 13.9351 15.9667 13.0631 16.3279C12.191 16.6891 11.2564 16.875 10.3125 16.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),_r=o("chat-text",[["path",{d:"M3.52734 17.9774C3.43631 18.0539 3.32531 18.1029 3.20739 18.1186C3.08947 18.1343 2.96952 18.116 2.86164 18.0659C2.75376 18.0157 2.66242 17.9359 2.59836 17.8356C2.5343 17.7354 2.50018 17.6189 2.5 17.5V5C2.5 4.83424 2.56585 4.67527 2.68306 4.55806C2.80027 4.44085 2.95924 4.375 3.125 4.375H16.875C17.0407 4.375 17.1997 4.44085 17.3169 4.55806C17.4341 4.67527 17.5 4.83424 17.5 5V15C17.5 15.1657 17.4341 15.3247 17.3169 15.4419C17.1997 15.5591 17.0407 15.625 16.875 15.625H6.25L3.52734 17.9774Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 8.75H12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 11.25H12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),$r=o("check",[["path",{d:"M3.125 11.25L7.5 15.625L17.5 5.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),o6=o("check-circle",[["path",{d:"M6.875 10.625L8.75 12.5L13.125 8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),r6=o("checkerboard",[["path",{d:"M16.25 3.125H3.75C3.40482 3.125 3.125 3.40482 3.125 3.75V16.25C3.125 16.5952 3.40482 16.875 3.75 16.875H16.25C16.5952 16.875 16.875 16.5952 16.875 16.25V3.75C16.875 3.40482 16.5952 3.125 16.25 3.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 3.125V16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.875 10H3.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 11.875L8.125 16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5 10L10 15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 5L15 10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 3.125L16.875 8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),e6=o("check-fat",[["path",{d:"M8.12509 11.518L15.8079 3.93282C15.866 3.87471 15.9349 3.82861 16.0108 3.79716C16.0867 3.76571 16.168 3.74951 16.2501 3.74951C16.3322 3.74951 16.4136 3.76571 16.4895 3.79716C16.5653 3.82861 16.6342 3.87471 16.6923 3.93282L18.5673 5.77657C18.6254 5.83461 18.6715 5.90354 18.703 5.97942C18.7344 6.05529 18.7506 6.13662 18.7506 6.21876C18.7506 6.30087 18.7344 6.38225 18.703 6.45812C18.6715 6.53394 18.6254 6.60287 18.5673 6.66094L8.53603 16.6922C8.47796 16.7503 8.40909 16.7964 8.33321 16.8279C8.25734 16.8593 8.17596 16.8755 8.09384 16.8755C8.01171 16.8755 7.9304 16.8593 7.85453 16.8279C7.77865 16.7964 7.70971 16.7503 7.65165 16.6922L2.05791 11.0672C1.94079 10.95 1.875 10.7911 1.875 10.6254C1.875 10.4597 1.94079 10.3008 2.05791 10.1836L3.93291 8.30862C3.99096 8.2505 4.05989 8.20437 4.13576 8.17294C4.21164 8.1415 4.29296 8.12531 4.3751 8.12531C4.45723 8.12531 4.53856 8.1415 4.61444 8.17294C4.69031 8.20437 4.75924 8.2505 4.81729 8.30862L8.12509 11.518Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),n6=o("checks",[["path",{d:"M1.25 10.1789L4.25 13.125L11.25 6.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.84082 11.25L11.7502 13.125L18.7502 6.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),t6=o("check-square",[["path",{d:"M6.875 10.625L8.75 12.5L13.125 8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 3.125H3.75C3.40482 3.125 3.125 3.40482 3.125 3.75V16.25C3.125 16.5952 3.40482 16.875 3.75 16.875H16.25C16.5952 16.875 16.875 16.5952 16.875 16.25V3.75C16.875 3.40482 16.5952 3.125 16.25 3.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),s6=o("check-square-offset",[["path",{d:"M3.125 11.25V3.75C3.125 3.58424 3.19085 3.42527 3.30806 3.30806C3.42527 3.19085 3.58424 3.125 3.75 3.125H16.25C16.4157 3.125 16.5747 3.19085 16.6919 3.30806C16.8091 3.42527 16.875 3.58424 16.875 3.75V16.25C16.875 16.4157 16.8091 16.5747 16.6919 16.6919C16.5747 16.8091 16.4157 16.875 16.25 16.875H10.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 15L5 16.875L9.375 12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),i6=o("cheers",[["path",{d:"M9.99969 4.375L12.4997 3.75C12.4997 3.75 14.5684 6.9805 15.5388 10.6024C15.6251 10.9199 15.6478 11.2514 15.6058 11.5778C15.5636 11.9041 15.4576 12.2189 15.2935 12.5042C15.1294 12.7895 14.9107 13.0396 14.6498 13.2401C14.3889 13.4406 14.091 13.5877 13.7731 13.6729C13.4553 13.758 13.1238 13.7796 12.7975 13.7363C12.4713 13.693 12.1569 13.5858 11.8722 13.4207C11.5875 13.2556 11.3383 13.036 11.1386 12.7744C10.9391 12.5127 10.7931 12.2143 10.7091 11.8961C9.73875 8.27425 9.99969 4.375 9.99969 4.375Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.771 13.6638L14.8929 17.849",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.875 17.3181L13.125 18.3228",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.0001 2.5L7.50012 1.875C7.50012 1.875 5.43135 5.10547 4.46104 8.72731C4.37474 9.04488 4.35198 9.37637 4.39407 9.70275C4.43615 10.0291 4.54225 10.3439 4.70629 10.6292C4.87033 10.9145 5.08907 11.1646 5.34997 11.3651C5.61087 11.5656 5.90879 11.7127 6.22665 11.7979C6.5445 11.883 6.87606 11.9046 7.20225 11.8613C7.5285 11.818 7.84294 11.7108 8.12762 11.5457C8.41231 11.3806 8.66156 11.161 8.86119 10.8994C9.06075 10.6377 9.20675 10.3393 9.29075 10.0211C10.179 6.39062 10.0001 2.5 10.0001 2.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.22881 11.7888L5.10693 15.974",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 15.4431L6.875 16.4478",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.0381 7.64687L14.0576 6.64062",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.91575 5.91636L5.87744 4.90698",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15 3.125L16.25 2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 5.625H17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 2.5L3.125 1.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 5H1.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),C6=o("cheese",[["path",{d:"M1.875 12.5H2.45781C3.50859 12.5 4.39453 11.6406 4.375 10.5891C4.36559 10.0981 4.16389 9.63031 3.81328 9.28644C3.46266 8.9425 2.99112 8.74994 2.5 8.75H1.875V6.875H18.125V14.375C18.125 14.5407 18.0591 14.6997 17.9419 14.8169C17.8247 14.9341 17.6657 15 17.5 15H1.875V12.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.875 6.875L14.375 3.125C15.3696 3.125 16.3234 3.52009 17.0266 4.22335C17.7299 4.92661 18.125 5.88044 18.125 6.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 15V14.375C6.25 13.7119 6.51338 13.0761 6.98225 12.6073C7.45106 12.1384 8.08694 11.875 8.75 11.875C9.41306 11.875 10.0489 12.1384 10.5177 12.6073C10.9866 13.0761 11.25 13.7119 11.25 14.375V15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.2906 6.875C15.5098 7.25506 15.6251 7.68612 15.625 8.12487C15.6249 8.56362 15.5092 8.99462 15.2898 9.3745C15.0703 9.75444 14.7547 10.0699 14.3747 10.2892C13.9947 10.5086 13.5638 10.624 13.125 10.624C12.6862 10.624 12.2553 10.5086 11.8753 10.2892C11.4953 10.0699 11.1797 9.75444 10.9602 9.3745C10.7408 8.99462 10.6251 8.56362 10.625 8.12487C10.6249 7.68612 10.7402 7.25506 10.9594 6.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),u6=o("chef-hat",[["path",{d:"M7.5 12.5L6.875 10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 12.5L13.125 10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 12.5V10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.5666 5.0875C14.0808 4.97443 14.6131 4.9709 15.1287 5.07715C15.6444 5.1834 16.1319 5.39704 16.5595 5.70417C16.9871 6.0113 17.3453 6.40506 17.6107 6.85975C17.8761 7.31444 18.0427 7.81994 18.0998 8.34331C18.1569 8.86675 18.1031 9.39625 17.9421 9.8975C17.7809 10.3987 17.5161 10.8604 17.1647 11.2526C16.8134 11.6446 16.3834 11.9584 15.9028 12.1733C15.4222 12.3882 14.9017 12.4996 14.3752 12.5H5.62517C5.09868 12.4996 4.57819 12.3882 4.09756 12.1733C3.61694 11.9584 3.18696 11.6446 2.83561 11.2526C2.48426 10.8604 2.21941 10.3987 2.05831 9.8975C1.89719 9.39625 1.84344 8.86675 1.90053 8.34331C1.95762 7.81994 2.12429 7.31444 2.38968 6.85975C2.65507 6.40506 3.01323 6.0113 3.44086 5.70417C3.86848 5.39704 4.35599 5.1834 4.87165 5.07715C5.38731 4.9709 5.91956 4.97443 6.43375 5.0875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 6.25C6.25 5.25544 6.64506 4.30161 7.34837 3.59835C8.05162 2.89509 9.00544 2.5 10 2.5C10.9946 2.5 11.9484 2.89509 12.6516 3.59835C13.3549 4.30161 13.75 5.25544 13.75 6.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 12.2866V16.2499C15.625 16.4157 15.5591 16.5746 15.4419 16.6918C15.3247 16.8091 15.1657 16.8749 15 16.8749H5C4.83424 16.8749 4.67527 16.8091 4.55806 16.6918C4.44085 16.5746 4.375 16.4157 4.375 16.2499V12.2866",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),k6=o("cherries",[["path",{d:"M6.875 17.5002C9.63644 17.5002 11.875 15.2617 11.875 12.5002C11.875 9.73881 9.63644 7.50024 6.875 7.50024C4.11357 7.50024 1.875 9.73881 1.875 12.5002C1.875 15.2617 4.11357 17.5002 6.875 17.5002Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.75 10.6252C8.75 10.6252 8.125 11.2502 6.875 11.2502C5.625 11.2502 5 10.6252 5 10.6252",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 9.37524C15.625 9.37524 15 10.0002 13.75 10.0002C12.5 10.0002 11.875 9.37524 11.875 9.37524",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 10.0002C13.125 1.2502 4.375 2.50021 4.375 2.50021C8.125 5.00021 6.875 11.2502 6.875 11.2502",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.67236 8.3595C10.2419 7.55737 11.0354 6.94106 11.9534 6.58775C12.8716 6.23445 13.8735 6.15982 14.8338 6.37319C15.7941 6.58656 16.6701 7.0785 17.3522 7.78737C18.0343 8.49625 18.4921 9.39062 18.6683 10.3584C18.8446 11.3262 18.7314 12.3246 18.343 13.2284C17.9546 14.1322 17.3081 14.9013 16.4847 15.4395C15.6612 15.9777 14.6973 16.2611 13.7136 16.254C12.7299 16.247 11.7701 15.95 10.9544 15.4001",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),a6=o("church",[["path",{d:"M5.625 16.875H8.75V13.125C8.75 12.7935 8.88169 12.4756 9.11613 12.2411C9.35056 12.0067 9.6685 11.875 10 11.875C10.3315 11.875 10.6494 12.0067 10.8839 12.2411C11.1183 12.4756 11.25 12.7935 11.25 13.125V16.875H14.375V8.125L10 5.625L5.625 8.125V16.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 5.625V1.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 3.125H11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 10L17.5 11.875V16.875H14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.625 10L2.5 11.875V16.875H5.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),d6=o("cigarette",[["path",{d:"M17.5 10.625H2.5C2.15482 10.625 1.875 10.9048 1.875 11.25V13.75C1.875 14.0952 2.15482 14.375 2.5 14.375H17.5C17.8452 14.375 18.125 14.0952 18.125 13.75V11.25C18.125 10.9048 17.8452 10.625 17.5 10.625Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 14.375V10.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 8.125C16.25 8.125 14.8438 7.5 16.25 5C17.6562 2.5 16.25 1.875 16.25 1.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 8.125C13.125 8.125 11.7188 7.5 13.125 5C14.5312 2.5 13.125 1.875 13.125 1.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),c6=o("cigarette-slash",[["path",{d:"M6.875 14.375V10.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 8.125C16.25 8.125 14.8438 7.5 16.25 5C17.6562 2.5 16.25 1.875 16.25 1.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 8.125C13.125 8.125 11.7188 7.5 13.125 5C14.5312 2.5 13.125 1.875 13.125 1.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 3.125L16.25 16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.9468 10.625H17.4999C17.6657 10.625 17.8247 10.6909 17.9418 10.8081C18.0591 10.9253 18.1249 11.0843 18.1249 11.25V13.75C18.1249 13.9157 18.0591 14.0747 17.9418 14.1919C17.8247 14.3091 17.6657 14.375 17.4999 14.375H17.3562",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.9774 14.375H2.5C2.33424 14.375 2.17527 14.3091 2.05806 14.1919C1.94085 14.0747 1.875 13.9157 1.875 13.75V11.25C1.875 11.0843 1.94085 10.9253 2.05806 10.8081C2.17527 10.6909 2.33424 10.625 2.5 10.625H10.568",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),L6=o("circle",[["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),p6=o("circle-dashed",[["path",{d:"M8.125 2.73429C9.35462 2.41507 10.6454 2.41507 11.875 2.73429",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.77246 7.99222C3.11102 6.76803 3.75638 5.65049 4.64746 4.74536",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.64746 15.2553C3.75615 14.3497 3.11078 13.2316 2.77246 12.0068",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 17.2656C10.6454 17.5849 9.35462 17.5849 8.125 17.2656",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.2271 12.0076C16.8885 13.2318 16.2431 14.3493 15.3521 15.2544",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.3521 4.74438C16.2434 5.64995 16.8887 6.76807 17.2271 7.99282",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),l6=o("circle-half",[["path",{d:"M15 4.41016V15.5899",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 2.92749V17.0728",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 2.5V17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),h6=o("circle-half-tilt",[["path",{d:"M10 10V17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15 5V15.5899",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 7.5V17.0726",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 12.5V17.0726",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.001 17.5C14.1431 17.5 17.501 14.1421 17.501 10C17.501 5.85786 14.1431 2.5 10.001 2.5C5.85884 2.5 2.50098 5.85786 2.50098 10C2.50098 14.1421 5.85884 17.5 10.001 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.3038 4.69678L4.69678 15.303",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),M6=o("circle-notch",[["path",{d:"M13.125 3.125C14.4334 3.73521 15.5402 4.70643 16.3152 5.92439C17.0903 7.14231 17.5014 8.55638 17.5 10C17.5 11.9891 16.7098 13.8968 15.3033 15.3033C13.8968 16.7098 11.9891 17.5 10 17.5C8.01087 17.5 6.10322 16.7098 4.6967 15.3033C3.29018 13.8968 2.5 11.9891 2.5 10C2.49865 8.55638 2.90968 7.14231 3.68475 5.92439C4.45982 4.70643 5.56665 3.73521 6.875 3.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),j6=o("circles-four",[["path",{d:"M6.25 8.75C7.63069 8.75 8.75 7.63069 8.75 6.25C8.75 4.86929 7.63069 3.75 6.25 3.75C4.86929 3.75 3.75 4.86929 3.75 6.25C3.75 7.63069 4.86929 8.75 6.25 8.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 8.75C15.1307 8.75 16.25 7.63069 16.25 6.25C16.25 4.86929 15.1307 3.75 13.75 3.75C12.3693 3.75 11.25 4.86929 11.25 6.25C11.25 7.63069 12.3693 8.75 13.75 8.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 16.25C7.63069 16.25 8.75 15.1307 8.75 13.75C8.75 12.3693 7.63069 11.25 6.25 11.25C4.86929 11.25 3.75 12.3693 3.75 13.75C3.75 15.1307 4.86929 16.25 6.25 16.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 16.25C15.1307 16.25 16.25 15.1307 16.25 13.75C16.25 12.3693 15.1307 11.25 13.75 11.25C12.3693 11.25 11.25 12.3693 11.25 13.75C11.25 15.1307 12.3693 16.25 13.75 16.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),H6=o("circles-three",[["path",{d:"M10 8.75C11.5533 8.75 12.8125 7.49081 12.8125 5.9375C12.8125 4.3842 11.5533 3.125 10 3.125C8.44669 3.125 7.1875 4.3842 7.1875 5.9375C7.1875 7.49081 8.44669 8.75 10 8.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.6875 16.25C16.2408 16.25 17.5 14.9908 17.5 13.4375C17.5 11.8842 16.2408 10.625 14.6875 10.625C13.1342 10.625 11.875 11.8842 11.875 13.4375C11.875 14.9908 13.1342 16.25 14.6875 16.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.3125 16.25C6.86581 16.25 8.125 14.9908 8.125 13.4375C8.125 11.8842 6.86581 10.625 5.3125 10.625C3.7592 10.625 2.5 11.8842 2.5 13.4375C2.5 14.9908 3.7592 16.25 5.3125 16.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),B6=o("circles-three-plus",[["path",{d:"M6.25 8.75C7.63069 8.75 8.75 7.63069 8.75 6.25C8.75 4.86929 7.63069 3.75 6.25 3.75C4.86929 3.75 3.75 4.86929 3.75 6.25C3.75 7.63069 4.86929 8.75 6.25 8.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 8.75C15.1307 8.75 16.25 7.63069 16.25 6.25C16.25 4.86929 15.1307 3.75 13.75 3.75C12.3693 3.75 11.25 4.86929 11.25 6.25C11.25 7.63069 12.3693 8.75 13.75 8.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 16.25C7.63069 16.25 8.75 15.1307 8.75 13.75C8.75 12.3693 7.63069 11.25 6.25 11.25C4.86929 11.25 3.75 12.3693 3.75 13.75C3.75 15.1307 4.86929 16.25 6.25 16.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 11.25V16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 13.75H11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),V6=o("circuitry",[["path",{d:"M13.125 9.375C13.8154 9.375 14.375 8.81537 14.375 8.125C14.375 7.43463 13.8154 6.875 13.125 6.875C12.4346 6.875 11.875 7.43463 11.875 8.125C11.875 8.81537 12.4346 9.375 13.125 9.375Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 14.375C7.56537 14.375 8.125 13.8154 8.125 13.125C8.125 12.4346 7.56537 11.875 6.875 11.875C6.18464 11.875 5.625 12.4346 5.625 13.125C5.625 13.8154 6.18464 14.375 6.875 14.375Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 16.875V12.5L6.875 7.5V3.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 11.875V7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 3.125H3.75C3.40482 3.125 3.125 3.40482 3.125 3.75V16.25C3.125 16.5952 3.40482 16.875 3.75 16.875H16.25C16.5952 16.875 16.875 16.5952 16.875 16.25V3.75C16.875 3.40482 16.5952 3.125 16.25 3.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.625 3.125V5.625L12.2414 7.24144",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),w6=o("city",[["path",{d:"M1.25 16.875H18.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 16.875V3.125H2.5V16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.5 16.875V6.875H12.5V16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 10.625H7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5 5.625V6.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5 9.375V10.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5 13.125V14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 13.125V14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15 13.125V14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15 9.375V10.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),b6=o("clipboard",[["path",{d:"M12.5 3.125H15.625C15.7907 3.125 15.9497 3.19085 16.0669 3.30806C16.1841 3.42527 16.25 3.58424 16.25 3.75V16.875C16.25 17.0407 16.1841 17.1997 16.0669 17.3169C15.9497 17.4341 15.7907 17.5 15.625 17.5H4.375C4.20924 17.5 4.05027 17.4341 3.93306 17.3169C3.81585 17.1997 3.75 17.0407 3.75 16.875V3.75C3.75 3.58424 3.81585 3.42527 3.93306 3.30806C4.05027 3.19085 4.20924 3.125 4.375 3.125H7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 5.625V5C6.875 4.1712 7.20425 3.37634 7.79031 2.79029C8.37631 2.20424 9.17119 1.875 10 1.875C10.8288 1.875 11.6237 2.20424 12.2097 2.79029C12.7957 3.37634 13.125 4.1712 13.125 5V5.625H6.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),S6=o("clipboard-text",[["path",{d:"M7.5 11.875H12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 9.375H12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 3.125H15.625C15.7907 3.125 15.9497 3.19085 16.0669 3.30806C16.1841 3.42527 16.25 3.58424 16.25 3.75V16.875C16.25 17.0407 16.1841 17.1997 16.0669 17.3169C15.9497 17.4341 15.7907 17.5 15.625 17.5H4.375C4.20924 17.5 4.05027 17.4341 3.93306 17.3169C3.81585 17.1997 3.75 17.0407 3.75 16.875V3.75C3.75 3.58424 3.81585 3.42527 3.93306 3.30806C4.05027 3.19085 4.20924 3.125 4.375 3.125H7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 5.625V5C6.875 4.1712 7.20425 3.37634 7.79031 2.79029C8.37631 2.20424 9.17119 1.875 10 1.875C10.8288 1.875 11.6237 2.20424 12.2097 2.79029C12.7957 3.37634 13.125 4.1712 13.125 5V5.625H6.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),v6=o("clock",[["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 5.625V10H14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),x6=o("clock-afternoon",[["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 10H10L13.125 13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),g6=o("clock-clockwise",[["path",{d:"M10 6.25V10L13.125 11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 8.125H17.5V5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.7188 15.0001C13.736 15.9274 12.5018 16.5446 11.1702 16.7745C9.83865 17.0044 8.46884 16.8368 7.23203 16.2927C5.99517 15.7486 4.94609 14.852 4.21585 13.7151C3.48562 12.5781 3.10662 11.2512 3.12621 9.90012C3.1458 8.549 3.5631 7.23362 4.32599 6.11831C5.08887 5.00301 6.1635 4.13725 7.41559 3.6292C8.66772 3.12115 10.0418 2.99335 11.3661 3.26175C12.6904 3.53015 13.9063 4.18287 14.8618 5.13833C15.7813 6.06958 16.5407 6.94768 17.5001 8.12506",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Z6=o("clock-countdown",[["path",{d:"M17.5 10.625C17.182 14.475 13.9321 17.5 10 17.5C8.01087 17.5 6.10322 16.7098 4.6967 15.3033C3.29018 13.8968 2.5 11.9891 2.5 10C2.5 6.06797 5.525 2.81797 9.375 2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 5.625V10H14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 3.59375C12.9315 3.59375 13.2812 3.24398 13.2812 2.8125C13.2812 2.38102 12.9315 2.03125 12.5 2.03125C12.0685 2.03125 11.7188 2.38102 11.7188 2.8125C11.7188 3.24398 12.0685 3.59375 12.5 3.59375Z",fill:"currentColor",stroke:"none"}],["path",{d:"M15.3125 5.46875C15.744 5.46875 16.0938 5.11898 16.0938 4.6875C16.0938 4.25602 15.744 3.90625 15.3125 3.90625C14.881 3.90625 14.5312 4.25602 14.5312 4.6875C14.5312 5.11898 14.881 5.46875 15.3125 5.46875Z",fill:"currentColor",stroke:"none"}],["path",{d:"M17.1875 8.28125C17.619 8.28125 17.9688 7.9315 17.9688 7.5C17.9688 7.0685 17.619 6.71875 17.1875 6.71875C16.756 6.71875 16.4062 7.0685 16.4062 7.5C16.4062 7.9315 16.756 8.28125 17.1875 8.28125Z",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),m6=o("clock-counter-clockwise",[["path",{d:"M10 6.25V10L13.125 11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.625 8.125H2.5V5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.28125 15.0001C6.26406 15.9274 7.49831 16.5446 8.82987 16.7745C10.1614 17.0044 11.5312 16.8368 12.7681 16.2927C14.0049 15.7486 15.054 14.852 15.7842 13.7151C16.5144 12.5781 16.8934 11.2512 16.8739 9.90012C16.8542 8.549 16.4369 7.23362 15.6741 6.11831C14.9112 5.00301 13.8366 4.13725 12.5844 3.6292C11.3324 3.12115 9.95831 2.99335 8.634 3.26175C7.30962 3.53015 6.09377 4.18287 5.13828 5.13833C4.21875 6.06958 3.45937 6.94768 2.5 8.12506",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),f6=o("clock-user",[["path",{d:"M13.75 8.125L10 10V5.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 17.5C8.51663 17.5 7.06663 17.0601 5.83323 16.236C4.59986 15.4119 3.63856 14.2406 3.07091 12.8701C2.50325 11.4997 2.35473 9.99169 2.64411 8.53681C2.9335 7.082 3.64781 5.74559 4.6967 4.6967C5.74559 3.64781 7.082 2.9335 8.53681 2.64411C9.99169 2.35473 11.4997 2.50325 12.8701 3.07091C14.2406 3.63856 15.4119 4.59986 16.236 5.83323C17.0601 7.06663 17.5 8.51663 17.5 10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 17.5C12.7867 16.4219 13.7969 15.625 15 15.625C16.2031 15.625 17.2133 16.4219 17.5 17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15 15.625C16.0356 15.625 16.875 14.7856 16.875 13.75C16.875 12.7144 16.0356 11.875 15 11.875C13.9644 11.875 13.125 12.7144 13.125 13.75C13.125 14.7856 13.9644 15.625 15 15.625Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),y6=o("closed-captioning",[["path",{d:"M17.5 4.375H2.5C2.15482 4.375 1.875 4.65482 1.875 5V15C1.875 15.3452 2.15482 15.625 2.5 15.625H17.5C17.8452 15.625 18.125 15.3452 18.125 15V5C18.125 4.65482 17.8452 4.375 17.5 4.375Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.74998 12.1656C8.36992 12.3848 7.93886 12.5001 7.50011 12.5C7.06136 12.4999 6.63042 12.3842 6.25048 12.1648C5.87057 11.9453 5.5551 11.6297 5.33577 11.2497C5.11644 10.8697 5.00098 10.4388 5.00098 10C5.00098 9.56125 5.11644 9.13025 5.33577 8.75025C5.5551 8.37025 5.87057 8.05469 6.25048 7.83519C6.63042 7.61575 7.06136 7.50013 7.50011 7.5C7.93886 7.49988 8.36992 7.61519 8.74998 7.83438",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15 12.1656C14.6199 12.3848 14.1889 12.5001 13.7501 12.5C13.3114 12.4999 12.8804 12.3842 12.5005 12.1648C12.1205 11.9453 11.8051 11.6297 11.5858 11.2497C11.3664 10.8697 11.251 10.4388 11.251 10C11.251 9.56125 11.3664 9.13025 11.5858 8.75025C11.8051 8.37025 12.1205 8.05469 12.5005 7.83519C12.8804 7.61575 13.3114 7.50013 13.7501 7.5C14.1889 7.49988 14.6199 7.61519 15 7.83438",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),P6=o("cloud",[["path",{d:"M6.24997 10C6.24997 8.76388 6.61654 7.5555 7.30329 6.52769C7.99004 5.49988 8.96616 4.69881 10.1082 4.22576C11.2502 3.75271 12.5069 3.62894 13.7193 3.87009C14.9317 4.11125 16.0453 4.70651 16.9194 5.58059C17.7935 6.45469 18.3887 7.56831 18.6299 8.78069C18.871 9.99306 18.7473 11.2498 18.2742 12.3918C17.8012 13.5338 17.0001 14.5099 15.9723 15.1967C14.9445 15.8834 13.7361 16.25 12.5 16.25H5.62497C5.00463 16.2492 4.39154 16.1166 3.82639 15.8607C3.26124 15.605 2.75694 15.2319 2.34697 14.7664C1.93699 14.3008 1.63072 13.7534 1.44846 13.1604C1.2662 12.5674 1.21212 11.9425 1.28982 11.327C1.36752 10.7116 1.57522 10.1197 1.89914 9.59063C2.22305 9.06156 2.65577 8.60744 3.16859 8.25838C3.68141 7.90931 4.26259 7.67325 4.87358 7.56594C5.48457 7.45863 6.11141 7.4825 6.71247 7.63594",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),T6=o("cloud-arrow-down",[["path",{d:"M7.49997 16.25H5.62498C5.00463 16.2493 4.39154 16.1166 3.82639 15.8608C3.26124 15.6049 2.75694 15.2319 2.34697 14.7664C1.93699 14.3008 1.63072 13.7534 1.44846 13.1604C1.2662 12.5674 1.21213 11.9425 1.28983 11.327C1.36753 10.7116 1.57523 10.1197 1.89914 9.59064C2.22305 9.06157 2.65577 8.60739 3.16859 8.25832C3.68141 7.90926 4.26259 7.67326 4.87358 7.56595C5.48458 7.45864 6.11141 7.48251 6.71247 7.63595",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 10C6.25 9.00969 6.48531 8.0335 6.93663 7.152C7.38788 6.27044 8.04219 5.50879 8.84556 4.92974C9.64894 4.35068 10.5784 3.97083 11.5574 3.82148C12.5364 3.67213 13.5369 3.75756 14.4764 4.07073C15.4159 4.3839 16.2676 4.91584 16.9611 5.62272C17.6548 6.32963 18.1704 7.19119 18.4657 8.13644C18.761 9.08175 18.8274 10.0836 18.6595 11.0596C18.4916 12.0356 18.0942 12.9578 17.5 13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.375 13.75L11.875 16.25L14.375 13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 10V16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),A6=o("cloud-arrow-up",[["path",{d:"M8.74997 16.25H5.62498C5.00463 16.2493 4.39154 16.1166 3.82639 15.8608C3.26124 15.6049 2.75694 15.2319 2.34697 14.7664C1.93699 14.3008 1.63072 13.7534 1.44846 13.1604C1.2662 12.5674 1.21213 11.9425 1.28983 11.327C1.36753 10.7116 1.57523 10.1197 1.89914 9.59064C2.22305 9.06157 2.65577 8.60739 3.16859 8.25832C3.68141 7.90926 4.26259 7.67326 4.87358 7.56595C5.48458 7.45864 6.11141 7.48251 6.71247 7.63595",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.375 12.5L11.875 10L14.375 12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 16.25V10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 10C6.25025 8.87325 6.55513 7.7675 7.13231 6.79981C7.7095 5.83215 8.53756 5.03849 9.52881 4.50286C10.5201 3.96721 11.6378 3.70951 12.7635 3.75702C13.8893 3.80453 14.9813 4.15549 15.9239 4.77274C16.8665 5.39 17.6248 6.25063 18.1184 7.2635C18.6119 8.27638 18.8226 9.40381 18.7279 10.5266C18.6332 11.6494 18.2368 12.7256 17.5806 13.6416C16.9243 14.5575 16.0327 15.279 15 15.7297",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),F6=o("cloud-check",[["path",{d:"M6.24998 10C6.24998 8.76388 6.61653 7.5555 7.30328 6.52769C7.99003 5.49988 8.96616 4.69881 10.1082 4.22576C11.2502 3.75271 12.5069 3.62894 13.7193 3.87009C14.9317 4.11125 16.0453 4.70651 16.9194 5.58059C17.7935 6.45469 18.3887 7.56831 18.6299 8.78069C18.871 9.99306 18.7473 11.2498 18.2742 12.3918C17.8012 13.5338 17.0001 14.5099 15.9723 15.1967C14.9445 15.8834 13.7361 16.25 12.5 16.25H5.62498C5.00463 16.2492 4.39154 16.1166 3.82639 15.8607C3.26124 15.605 2.75694 15.2319 2.34697 14.7664C1.93699 14.3008 1.63072 13.7534 1.44846 13.1604C1.2662 12.5674 1.21213 11.9425 1.28983 11.327C1.36753 10.7116 1.57523 10.1197 1.89914 9.59063C2.22305 9.06156 2.65577 8.60744 3.16859 8.25838C3.68141 7.90931 4.26259 7.67325 4.87358 7.56594C5.48458 7.45863 6.11141 7.4825 6.71247 7.63594",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.375 10.625L11.25 12.5L15 8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),D6=o("cloud-fog",[["path",{d:"M9.375 15.625H5.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 15.625H12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 18.125H8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.87512 7.50011C6.93525 6.46348 7.29756 5.46716 7.91731 4.63408C8.53712 3.801 9.38725 3.16761 10.3629 2.8121C11.3384 2.45658 12.3968 2.39449 13.4072 2.63349C14.4177 2.87249 15.3361 3.40211 16.0491 4.15701C16.762 4.9119 17.2383 5.85902 17.4192 6.88148C17.6002 7.90398 17.4777 8.95705 17.0671 9.91073C16.6565 10.8644 15.9756 11.677 15.1085 12.2482C14.2414 12.8194 13.226 13.1243 12.1876 13.1251H5.93762C5.43891 13.1246 4.94628 13.0156 4.49391 12.8057C4.04155 12.5958 3.64028 12.2899 3.31794 11.9094C2.99561 11.5289 2.75993 11.0827 2.62727 10.602C2.49461 10.1213 2.46814 9.61742 2.5497 9.12542C2.63126 8.63342 2.81889 8.16511 3.09958 7.75286C3.38026 7.34067 3.74728 6.99442 4.17516 6.7383C4.60305 6.48211 5.08155 6.32211 5.57746 6.26936C6.07336 6.21664 6.57481 6.27242 7.04699 6.43292",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),q6=o("cloud-lightning",[["path",{d:"M6.87512 6.87511C6.93525 5.83849 7.29756 4.84216 7.91731 4.00908C8.53712 3.176 9.38725 2.54261 10.3629 2.1871C11.3384 1.83158 12.3968 1.76949 13.4072 2.00849C14.4177 2.24749 15.3361 2.77711 16.0491 3.53201C16.762 4.2869 17.2383 5.23402 17.4192 6.25648C17.6002 7.27898 17.4777 8.33205 17.0671 9.28573C16.6565 10.2394 15.9756 11.052 15.1085 11.6232C14.2414 12.1944 13.226 12.4993 12.1876 12.5001H5.93762C5.43891 12.4996 4.94628 12.3906 4.49391 12.1807C4.04155 11.9708 3.64028 11.6649 3.31794 11.2844C2.99561 10.9039 2.75993 10.4577 2.62727 9.97698C2.49461 9.4963 2.46814 8.99242 2.5497 8.50042C2.63126 8.00842 2.81889 7.54011 3.09958 7.12786C3.38026 6.71567 3.74728 6.36942 4.17516 6.11328C4.60305 5.8571 5.08155 5.6971 5.57746 5.64437C6.07336 5.59164 6.57481 5.64745 7.04699 5.80791",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.375 18.75L11.25 15.625H8.125L10 12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),R6=o("cloud-moon",[["path",{d:"M4.92178 10.8538C4.19516 10.5449 3.55186 10.0685 3.04435 9.46371C2.53684 8.85883 2.1795 8.14258 2.00146 7.37333C2.8277 7.56283 3.68854 7.5394 4.50323 7.30515C5.31792 7.0709 6.05976 6.63358 6.65915 6.03417C7.25859 5.43477 7.6959 4.69292 7.93015 3.87823C8.1644 3.06355 8.18784 2.20271 7.99834 1.37646C9.10046 1.6306 10.0838 2.25088 10.7879 3.13602C11.492 4.02116 11.8752 5.11888 11.8749 6.2499C11.8749 6.32802 11.8749 6.40615 11.8694 6.48427",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.12512 11.2499C8.18525 10.2132 8.54756 9.21693 9.16731 8.38386C9.78712 7.55074 10.6372 6.91736 11.6129 6.56186C12.5884 6.20634 13.6468 6.14425 14.6572 6.38324C15.6677 6.62224 16.5861 7.15186 17.2991 7.90674C18.012 8.66168 18.4883 9.6088 18.6692 10.6312C18.8502 11.6537 18.7277 12.7068 18.3171 13.6605C17.9065 14.6142 17.2256 15.4268 16.3585 15.998C15.4914 16.5692 14.476 16.8741 13.4376 16.8749H7.18762C6.68893 16.8744 6.19628 16.7654 5.74391 16.5555C5.29155 16.3456 4.89028 16.0397 4.56794 15.6592C4.24561 15.2786 4.00993 14.8325 3.87727 14.3517C3.74461 13.871 3.71814 13.3672 3.7997 12.8752C3.88126 12.3832 4.06889 11.9149 4.34958 11.5026C4.63026 11.0904 4.99728 10.7442 5.42516 10.488C5.85305 10.2319 6.33156 10.0719 6.82743 10.0191C7.32337 9.96636 7.82481 10.0222 8.29699 10.1827",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),U6=o("cloud-rain",[["path",{d:"M9.375 18.75L11.875 15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 16.25L10 12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.87512 6.87511C6.93525 5.83849 7.29756 4.84216 7.91731 4.00908C8.53712 3.176 9.38725 2.54261 10.3629 2.1871C11.3384 1.83158 12.3968 1.76949 13.4072 2.00849C14.4177 2.24749 15.3361 2.77711 16.0491 3.53201C16.762 4.2869 17.2383 5.23402 17.4192 6.25648C17.6002 7.27898 17.4777 8.33205 17.0671 9.28573C16.6565 10.2394 15.9756 11.052 15.1085 11.6232C14.2414 12.1944 13.226 12.4993 12.1876 12.5001H5.93762C5.43891 12.4996 4.94628 12.3906 4.49391 12.1807C4.04155 11.9708 3.64028 11.6649 3.31794 11.2844C2.99561 10.9039 2.75993 10.4577 2.62727 9.97698C2.49461 9.4963 2.46814 8.99242 2.5497 8.50042C2.63126 8.00842 2.81889 7.54011 3.09958 7.12786C3.38026 6.71567 3.74728 6.36942 4.17516 6.11328C4.60305 5.8571 5.08155 5.6971 5.57746 5.64437C6.07336 5.59164 6.57481 5.64745 7.04699 5.80791",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),N6=o("cloud-slash",[["path",{d:"M3.75 3.125L16.25 16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.1477 15.6633C14.319 16.0511 13.4149 16.2514 12.5 16.25H5.62498C5.00463 16.2493 4.39154 16.1166 3.82639 15.8608C3.26124 15.6049 2.75694 15.2319 2.34697 14.7664C1.93699 14.3008 1.63072 13.7534 1.44846 13.1604C1.2662 12.5674 1.21213 11.9425 1.28983 11.327C1.36753 10.7116 1.57523 10.1197 1.89914 9.59064C2.22305 9.06157 2.65577 8.60739 3.16859 8.25832C3.68141 7.90926 4.26259 7.67326 4.87358 7.56595C5.48458 7.45864 6.11141 7.48251 6.71247 7.63595",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.79932 4.96255C10.0444 4.04635 11.5849 3.62411 13.1232 3.7774C14.6614 3.93068 16.0883 4.64861 17.1282 5.79249C18.168 6.93638 18.7471 8.42506 18.7534 9.97094C18.7598 11.5168 18.193 13.0101 17.1626 14.1626",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25001 10.0001C6.24842 8.88368 6.54713 7.7873 7.11488 6.82593",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),G6=o("cloud-snow",[["path",{d:"M5.9375 16.0938C6.369 16.0938 6.71875 15.744 6.71875 15.3125C6.71875 14.881 6.369 14.5312 5.9375 14.5312C5.50602 14.5312 5.15625 14.881 5.15625 15.3125C5.15625 15.744 5.50602 16.0938 5.9375 16.0938Z",fill:"currentColor",stroke:"none"}],["path",{d:"M9.0625 17.3438C9.494 17.3438 9.84375 16.994 9.84375 16.5625C9.84375 16.131 9.494 15.7812 9.0625 15.7812C8.631 15.7812 8.28125 16.131 8.28125 16.5625C8.28125 16.994 8.631 17.3438 9.0625 17.3438Z",fill:"currentColor",stroke:"none"}],["path",{d:"M12.8125 16.0938C13.244 16.0938 13.5938 15.744 13.5938 15.3125C13.5938 14.881 13.244 14.5312 12.8125 14.5312C12.381 14.5312 12.0312 14.881 12.0312 15.3125C12.0312 15.744 12.381 16.0938 12.8125 16.0938Z",fill:"currentColor",stroke:"none"}],["path",{d:"M5.3125 19.2188C5.74398 19.2188 6.09375 18.869 6.09375 18.4375C6.09375 18.006 5.74398 17.6562 5.3125 17.6562C4.88102 17.6562 4.53125 18.006 4.53125 18.4375C4.53125 18.869 4.88102 19.2188 5.3125 19.2188Z",fill:"currentColor",stroke:"none"}],["path",{d:"M12.1875 19.2188C12.619 19.2188 12.9688 18.869 12.9688 18.4375C12.9688 18.006 12.619 17.6562 12.1875 17.6562C11.756 17.6562 11.4062 18.006 11.4062 18.4375C11.4062 18.869 11.756 19.2188 12.1875 19.2188Z",fill:"currentColor",stroke:"none"}],["path",{d:"M6.87512 6.87511C6.93525 5.83849 7.29756 4.84216 7.91731 4.00908C8.53712 3.176 9.38725 2.54261 10.3629 2.1871C11.3384 1.83158 12.3968 1.76949 13.4072 2.00849C14.4177 2.24749 15.3361 2.77711 16.0491 3.53201C16.762 4.2869 17.2383 5.23402 17.4192 6.25648C17.6002 7.27898 17.4777 8.33205 17.0671 9.28573C16.6565 10.2394 15.9756 11.052 15.1085 11.6232C14.2414 12.1944 13.226 12.4993 12.1876 12.5001H5.93762C5.43891 12.4996 4.94628 12.3906 4.49391 12.1807C4.04155 11.9708 3.64028 11.6649 3.31794 11.2844C2.99561 10.9039 2.75993 10.4577 2.62727 9.97698C2.49461 9.4963 2.46814 8.99242 2.5497 8.50042C2.63126 8.00842 2.81889 7.54011 3.09958 7.12786C3.38026 6.71567 3.74728 6.36942 4.17516 6.11328C4.60305 5.8571 5.08155 5.6971 5.57746 5.64437C6.07336 5.59164 6.57481 5.64745 7.04699 5.80791",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),z6=o("cloud-sun",[["path",{d:"M6.84844 4.43208L6.52344 2.58521",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.42852 5.97349L2.89258 4.89771",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.80684 8.77417L1.95996 9.09992",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.6499 5.054L10.7249 3.51807",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.49963 11.2501C7.55976 10.2135 7.92207 9.21717 8.54182 8.38411C9.16163 7.55098 10.0118 6.91761 10.9874 6.56211C11.9629 6.20658 13.0213 6.14449 14.0318 6.38348C15.0423 6.62248 15.9606 7.15211 16.6736 7.90698C17.3865 8.66192 17.8628 9.60904 18.0438 10.6315C18.2247 11.654 18.1023 12.707 17.6916 13.6607C17.281 14.6144 16.6001 15.427 15.733 15.9982C14.8659 16.5694 13.8505 16.8743 12.8121 16.8751H6.56213C6.06343 16.8746 5.57079 16.7656 5.11843 16.5557C4.66606 16.3458 4.26479 16.0399 3.94245 15.6594C3.62012 15.2789 3.38444 14.8327 3.25178 14.352C3.11912 13.8713 3.09265 13.3674 3.17421 12.8754C3.25577 12.3834 3.4434 11.9151 3.72409 11.5029C4.00478 11.0907 4.37179 10.7444 4.79968 10.4883C5.22756 10.2321 5.70606 10.0721 6.20197 10.0194C6.69788 9.96661 7.19932 10.0224 7.67151 10.1829",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.65974 10.5743C4.30891 10.1664 4.04997 9.68773 3.90052 9.17086C3.75105 8.65398 3.71457 8.11098 3.79354 7.57879C3.8725 7.04654 4.06507 6.53754 4.35817 6.08637C4.65126 5.63516 5.03802 5.25231 5.49217 4.96381C5.94633 4.67531 6.45727 4.48792 6.99027 4.41436C7.5232 4.3408 8.06583 4.3828 8.58114 4.5375C9.09645 4.6922 9.57245 4.95598 9.97683 5.31093C10.3811 5.66588 10.7044 6.10368 10.9246 6.59461",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),E6=o("cloud-warning",[["path",{d:"M6.24998 10C6.24998 8.76388 6.61653 7.5555 7.30328 6.52769C7.99003 5.49988 8.96616 4.69881 10.1082 4.22576C11.2502 3.75271 12.5069 3.62894 13.7193 3.87009C14.9317 4.11125 16.0453 4.70651 16.9194 5.58059C17.7935 6.45469 18.3887 7.56831 18.6299 8.78069C18.871 9.99306 18.7473 11.2498 18.2742 12.3918C17.8012 13.5338 17.0001 14.5099 15.9723 15.1967C14.9445 15.8834 13.7361 16.25 12.5 16.25H5.62498C5.00463 16.2492 4.39154 16.1166 3.82639 15.8607C3.26124 15.605 2.75694 15.2319 2.34697 14.7664C1.93699 14.3008 1.63072 13.7534 1.44846 13.1604C1.2662 12.5674 1.21213 11.9425 1.28983 11.327C1.36753 10.7116 1.57523 10.1197 1.89914 9.59063C2.22305 9.06156 2.65577 8.60744 3.16859 8.25838C3.68141 7.90931 4.26259 7.67325 4.87358 7.56594C5.48458 7.45863 6.11141 7.4825 6.71247 7.63594",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 10V6.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 13.5938C12.9315 13.5938 13.2812 13.244 13.2812 12.8125C13.2812 12.381 12.9315 12.0312 12.5 12.0312C12.0685 12.0312 11.7188 12.381 11.7188 12.8125C11.7188 13.244 12.0685 13.5938 12.5 13.5938Z",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),O6=o("cloud-x",[["path",{d:"M6.24998 10C6.24998 8.76388 6.61653 7.5555 7.30328 6.52769C7.99003 5.49988 8.96616 4.69881 10.1082 4.22576C11.2502 3.75271 12.5069 3.62894 13.7193 3.87009C14.9317 4.11125 16.0453 4.70651 16.9194 5.58059C17.7935 6.45469 18.3887 7.56831 18.6299 8.78069C18.871 9.99306 18.7473 11.2498 18.2742 12.3918C17.8012 13.5338 17.0001 14.5099 15.9723 15.1967C14.9445 15.8834 13.7361 16.25 12.5 16.25H5.62498C5.00463 16.2492 4.39154 16.1166 3.82639 15.8607C3.26124 15.605 2.75694 15.2319 2.34697 14.7664C1.93699 14.3008 1.63072 13.7534 1.44846 13.1604C1.2662 12.5674 1.21213 11.9425 1.28983 11.327C1.36753 10.7116 1.57523 10.1197 1.89914 9.59063C2.22305 9.06156 2.65577 8.60744 3.16859 8.25838C3.68141 7.90931 4.26259 7.67325 4.87358 7.56594C5.48458 7.45863 6.11141 7.4825 6.71247 7.63594",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 8.75L10.625 12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.625 8.75L14.375 12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),W6=o("clover",[["path",{d:"M10 9.375C10 9.375 17.0312 1.875 10 1.875C2.96875 1.875 10 9.375 10 9.375Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 9.375C10 9.375 2.5 2.34375 2.5 9.375C2.5 16.4062 10 9.375 10 9.375Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 9.375C10 9.375 2.96875 16.875 10 16.875C17.0312 16.875 10 9.375 10 9.375Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 9.375C10 9.375 17.5 16.4062 17.5 9.375C17.5 2.34375 10 9.375 10 9.375Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 9.375C10 9.375 15 13.75 16.25 18.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),I6=o("club",[["path",{d:"M13.1115 7.71801C13.7738 7.48133 14.4893 7.43564 15.1764 7.5862C15.8634 7.73676 16.4943 8.07751 16.9969 8.56951C17.4994 9.06151 17.8536 9.68495 18.0188 10.3686C18.1839 11.0523 18.1534 11.7686 17.9309 12.4358C17.7084 13.1031 17.3026 13.6942 16.7601 14.1418C16.2176 14.5895 15.5601 14.8755 14.8628 14.9672C14.1655 15.059 13.4564 14.9528 12.8166 14.6607C12.1767 14.3687 11.6319 13.9026 11.2443 13.3157L12.4998 17.5001H7.49982L8.75526 13.3157C8.36769 13.9026 7.82288 14.3687 7.18301 14.6607C6.54319 14.9528 5.8341 15.059 5.13677 14.9672C4.43944 14.8755 3.78197 14.5895 3.23945 14.1418C2.69692 13.6942 2.29122 13.1031 2.06866 12.4358C1.84611 11.7686 1.81567 11.0523 1.98084 10.3686C2.14601 9.68495 2.50011 9.06151 3.00272 8.56951C3.50532 8.07751 4.13616 7.73676 4.8232 7.5862C5.51023 7.43564 6.22576 7.48133 6.88807 7.71801C6.50857 7.1537 6.28963 6.49683 6.25476 5.81771C6.21983 5.13857 6.37026 4.46271 6.68994 3.86249C7.00957 3.26226 7.48644 2.76026 8.06951 2.41021C8.65251 2.06016 9.31976 1.87524 9.99982 1.87524C10.6798 1.87524 11.3471 2.06016 11.9301 2.41021C12.5131 2.76026 12.99 3.26226 13.3096 3.86249C13.6293 4.46271 13.7798 5.13857 13.7448 5.81771C13.7099 6.49683 13.491 7.1537 13.1115 7.71801Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),X6=o("coat-hanger",[["path",{d:"M7.49988 5.625C7.49988 4.96196 7.76331 4.32607 8.23213 3.85723C8.701 3.38839 9.33688 3.125 9.99988 3.125C10.6629 3.125 11.2988 3.38839 11.7677 3.85723C12.2365 4.32607 12.4999 4.96196 12.4999 5.625L1.50147 13.875C1.39663 13.9536 1.31916 14.0632 1.28001 14.1883C1.24086 14.3133 1.24201 14.4476 1.28329 14.5719C1.32458 14.6963 1.40391 14.8045 1.51007 14.8813C1.61624 14.9582 1.74386 14.9997 1.87491 15H18.1249C18.256 14.9998 18.3838 14.9584 18.4901 14.8817C18.5963 14.8049 18.6758 14.6967 18.7172 14.5722C18.7586 14.4479 18.7598 14.3136 18.7206 14.1884C18.6815 14.0633 18.604 13.9537 18.4991 13.875L9.99988 7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),K6=o("coda-logo",[["path",{d:"M13.75 13.75C13.1699 13.7462 12.5986 13.608 12.0809 13.3461C11.5634 13.0841 11.1136 12.7056 10.767 12.2404C10.4204 11.7752 10.1865 11.2359 10.0836 10.6651C9.98075 10.0941 10.0118 9.50713 10.1741 8.95019C10.3366 8.39331 10.626 7.88162 11.0196 7.4555C11.4132 7.02937 11.9004 6.70037 12.4427 6.49444C12.985 6.28844 13.5677 6.21109 14.145 6.26844C14.7222 6.32581 15.2784 6.51631 15.7696 6.825C15.8167 6.85506 15.8711 6.87194 15.9269 6.87381C15.9829 6.87569 16.0383 6.86256 16.0873 6.83575C16.1364 6.80887 16.1774 6.76944 16.206 6.72137C16.2346 6.67331 16.2498 6.61844 16.25 6.5625V3.75C16.25 3.58424 16.1841 3.42527 16.0669 3.30806C15.9497 3.19085 15.7907 3.125 15.625 3.125H4.375C4.20924 3.125 4.05027 3.19085 3.93306 3.30806C3.81585 3.42527 3.75 3.58424 3.75 3.75V16.25C3.75 16.4157 3.81585 16.5747 3.93306 16.6919C4.05027 16.8091 4.20924 16.875 4.375 16.875H15.625C15.7907 16.875 15.9497 16.8091 16.0669 16.6919C16.1841 16.5747 16.25 16.4157 16.25 16.25V13.4375C16.2498 13.3818 16.2348 13.3271 16.2064 13.2792C16.178 13.2313 16.1373 13.1918 16.0886 13.1649C16.0398 13.1379 15.9847 13.1246 15.9291 13.1261C15.8734 13.1276 15.8191 13.1439 15.7719 13.1734C15.1484 13.5734 14.5524 13.782 13.75 13.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),J6=o("code",[["path",{d:"M5 6.875L1.25 10L5 13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15 6.875L18.75 10L15 13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 3.125L7.5 16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Q6=o("code-block",[["path",{d:"M5 2.5L2.5 5L5 7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 2.5L10.625 5L8.125 7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 3.75H15.625C15.7907 3.75 15.9497 3.81585 16.0669 3.93306C16.1841 4.05027 16.25 4.20924 16.25 4.375V15.625C16.25 15.7907 16.1841 15.9497 16.0669 16.0669C15.9497 16.1841 15.7907 16.25 15.625 16.25H4.375C4.20924 16.25 4.05027 16.1841 3.93306 16.0669C3.81585 15.9497 3.75 15.7907 3.75 15.625V10.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Y6=o("codepen-logo",[["path",{d:"M18.125 7.5V12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.875 7.5V12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 3.125V8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 11.875V16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.875 12.5L10 8.125L18.125 12.5L10 16.875L1.875 12.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.875 7.5L10 3.125L18.125 7.5L10 11.875L1.875 7.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),_6=o("codesandbox-logo",[["path",{d:"M10.3 1.95317L17.175 5.71723C17.2732 5.77095 17.3551 5.85003 17.4123 5.94623C17.4694 6.04243 17.4998 6.15221 17.5 6.26414V13.736C17.4998 13.8479 17.4694 13.9576 17.4123 14.0539C17.3551 14.1501 17.2732 14.2291 17.175 14.2829L10.3 18.047C10.208 18.0973 10.1049 18.1236 10 18.1236C9.89513 18.1236 9.792 18.0973 9.7 18.047L2.825 14.2829C2.72683 14.2291 2.64488 14.1501 2.58772 14.0539C2.53055 13.9576 2.50026 13.8479 2.5 13.736V6.26414C2.50026 6.15221 2.53055 6.04243 2.58772 5.94623C2.64488 5.85003 2.72683 5.77095 2.825 5.71723L9.7 1.95317C9.792 1.90285 9.89513 1.87646 10 1.87646C10.1049 1.87646 10.208 1.90285 10.3 1.95317Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 10V18.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.50244 9.82275L6.2501 11.8751V16.1595",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.5 9.82178L13.75 11.8749V16.1593",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.49561 3.7063L10.0003 5.62505L13.505 3.7063",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.58936 5.94214L10.0003 9.99992L17.4112 5.94214",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),$6=o("code-simple",[["path",{d:"M6.875 5L1.25 10L6.875 15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 5L18.75 10L13.125 15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),oe=o("coffee",[["path",{d:"M6.50781 16.875C5.31162 16.3261 4.29811 15.4454 3.58767 14.3376C2.87723 13.2296 2.49973 11.9411 2.5 10.625V6.875H16.25V10.625C16.2502 11.9411 15.8728 13.2296 15.1623 14.3376C14.4519 15.4454 13.4384 16.3261 12.2422 16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 1.875V4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.375 1.875V4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 1.875V4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 16.875H16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.2499 6.875C16.913 6.875 17.5488 7.13838 18.0177 7.60725C18.4865 8.07606 18.7499 8.71194 18.7499 9.375V10C18.7499 10.6631 18.4865 11.2989 18.0177 11.7677C17.5488 12.2366 16.913 12.5 16.2499 12.5H15.9858",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),re=o("coffee-bean",[["path",{d:"M14.359 14.3592C17.7294 10.9888 18.5099 6.30488 16.1024 3.89735C13.6949 1.48983 9.011 2.27041 5.64057 5.64081C2.27016 9.01119 1.48959 13.6951 3.89711 16.1027C6.30463 18.5102 10.9886 17.7296 14.359 14.3592Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.1021 3.89771C14.1873 4.28833 10.8756 5.61645 9.99982 10.0001C9.124 14.3836 5.8123 15.7102 3.89746 16.1024",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),ee=o("coin",[["path",{d:"M10 11.875C14.4873 11.875 18.125 10.1961 18.125 8.125C18.125 6.05393 14.4873 4.375 10 4.375C5.51269 4.375 1.875 6.05393 1.875 8.125C1.875 10.1961 5.51269 11.875 10 11.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 11.875V15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.875 8.125V11.875C1.875 13.75 5 15.625 10 15.625C15 15.625 18.125 13.75 18.125 11.875V8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15 11.1023V14.8523",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5 11.1023V14.8523",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),ne=o("coins",[["path",{d:"M7.5 9.375C10.9517 9.375 13.75 8.11581 13.75 6.5625C13.75 5.0092 10.9517 3.75 7.5 3.75C4.04822 3.75 1.25 5.0092 1.25 6.5625C1.25 8.11581 4.04822 9.375 7.5 9.375Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.25 6.5625V9.6875C1.25 11.2406 4.04844 12.5 7.5 12.5C10.9516 12.5 13.75 11.2406 13.75 9.6875V6.5625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5 9.14062V12.2656",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.7501 7.55615C16.6033 7.81709 18.7501 8.95146 18.7501 10.3124C18.7501 11.8655 15.9517 13.1249 12.5001 13.1249C10.9689 13.1249 9.56575 12.8773 8.479 12.4655",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 12.4437V13.4375C6.25 14.9906 9.04844 16.25 12.5 16.25C15.9516 16.25 18.75 14.9906 18.75 13.4375V10.3125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15 12.8906V16.0156",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 9.14062V16.0156",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),te=o("coin-vertical",[["path",{d:"M8.125 17.5C10.5412 17.5 12.5 14.1421 12.5 10C12.5 5.85786 10.5412 2.5 8.125 2.5C5.70876 2.5 3.75 5.85786 3.75 10C3.75 14.1421 5.70876 17.5 8.125 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 2.5H11.875C14.2914 2.5 16.25 5.85938 16.25 10C16.25 14.1406 14.2914 17.5 11.875 17.5H8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.3857 5H15.1357",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 10H16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.3857 15H15.1357",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),se=o("columns",[["path",{d:"M8.75 16.25V3.75C8.75 3.40482 8.47019 3.125 8.125 3.125H5C4.65482 3.125 4.375 3.40482 4.375 3.75V16.25C4.375 16.5952 4.65482 16.875 5 16.875H8.125C8.47019 16.875 8.75 16.5952 8.75 16.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 16.25V3.75C15.625 3.40482 15.3452 3.125 15 3.125H11.875C11.5298 3.125 11.25 3.40482 11.25 3.75V16.25C11.25 16.5952 11.5298 16.875 11.875 16.875H15C15.3452 16.875 15.625 16.5952 15.625 16.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),ie=o("columns-plus-left",[["path",{d:"M10.625 16.25V3.75C10.625 3.40482 10.3452 3.125 10 3.125H8.125C7.77981 3.125 7.5 3.40482 7.5 3.75V16.25C7.5 16.5952 7.77981 16.875 8.125 16.875H10C10.3452 16.875 10.625 16.5952 10.625 16.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 16.25V3.75C16.25 3.40482 15.9702 3.125 15.625 3.125H13.75C13.4048 3.125 13.125 3.40482 13.125 3.75V16.25C13.125 16.5952 13.4048 16.875 13.75 16.875H15.625C15.9702 16.875 16.25 16.5952 16.25 16.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.25 10H5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 8.125V11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Ce=o("columns-plus-right",[["path",{d:"M6.875 16.25V3.75C6.875 3.40482 6.59519 3.125 6.25 3.125H4.375C4.02982 3.125 3.75 3.40482 3.75 3.75V16.25C3.75 16.5952 4.02982 16.875 4.375 16.875H6.25C6.59519 16.875 6.875 16.5952 6.875 16.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 16.25V3.75C12.5 3.40482 12.2202 3.125 11.875 3.125H10C9.65481 3.125 9.375 3.40482 9.375 3.75V16.25C9.375 16.5952 9.65481 16.875 10 16.875H11.875C12.2202 16.875 12.5 16.5952 12.5 16.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15 10H18.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.875 8.125V11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),ue=o("command",[["path",{d:"M14.0625 3.75C14.6427 3.75 15.1991 3.98047 15.6093 4.39071C16.0196 4.80094 16.25 5.35734 16.25 5.9375C16.25 6.51769 16.0196 7.07406 15.6093 7.48431C15.1991 7.89456 14.6427 8.125 14.0625 8.125H11.875V5.9375C11.875 5.35734 12.1054 4.80094 12.5157 4.39071C12.9259 3.98047 13.4823 3.75 14.0625 3.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 8.125H5.9375C5.35734 8.125 4.80094 7.89456 4.39071 7.48431C3.98047 7.07406 3.75 6.51769 3.75 5.9375C3.75 5.35734 3.98047 4.80094 4.39071 4.39071C4.80094 3.98047 5.35734 3.75 5.9375 3.75C6.51769 3.75 7.07406 3.98047 7.48431 4.39071C7.89456 4.80094 8.125 5.35734 8.125 5.9375V8.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 11.875H14.0625C14.6427 11.875 15.1991 12.1054 15.6093 12.5157C16.0196 12.9259 16.25 13.4823 16.25 14.0625C16.25 14.6427 16.0196 15.1991 15.6093 15.6093C15.1991 16.0196 14.6427 16.25 14.0625 16.25C13.4823 16.25 12.9259 16.0196 12.5157 15.6093C12.1054 15.1991 11.875 14.6427 11.875 14.0625V11.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.9375 16.25C5.35734 16.25 4.80094 16.0196 4.39071 15.6093C3.98047 15.1991 3.75 14.6427 3.75 14.0625C3.75 13.4823 3.98047 12.9259 4.39071 12.5157C4.80094 12.1054 5.35734 11.875 5.9375 11.875H8.125V14.0625C8.125 14.6427 7.89456 15.1991 7.48431 15.6093C7.07406 16.0196 6.51769 16.25 5.9375 16.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 8.125H8.125V11.875H11.875V8.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),ke=o("compass",[["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 6.25L8.75 8.75L6.25 13.75L11.25 11.25L13.75 6.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),ae=o("compass-rose",[["path",{d:"M10 0.625L8.125 8.125L10 10L11.875 8.125L10 0.625Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 19.375L8.125 11.875L10 10L11.875 11.875L10 19.375Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 8.125L19.375 10L11.875 11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 8.125L0.625 10L8.125 11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.15381 9.36785C3.30132 7.7696 4.0034 6.27328 5.13836 5.13835C6.27333 4.0034 7.76958 3.30132 9.3679 3.15381",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.3679 16.8461C7.76958 16.6986 6.27333 15.9966 5.13836 14.8616C4.0034 13.7266 3.30132 12.2304 3.15381 10.6321",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.8459 10.6321C16.6984 12.2304 15.9963 13.7266 14.8614 14.8616C13.7264 15.9966 12.2301 16.6986 10.6318 16.8461",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.6318 3.15381C12.2301 3.30132 13.7264 4.0034 14.8614 5.13835C15.9963 6.27328 16.6984 7.7696 16.8459 9.36785",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),de=o("compass-tool",[["path",{d:"M10 8.75C11.3807 8.75 12.5 7.63069 12.5 6.25C12.5 4.86929 11.3807 3.75 10 3.75C8.61931 3.75 7.5 4.86929 7.5 6.25C7.5 7.63069 8.61931 8.75 10 8.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 3.75V1.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.0156 8.53516L15 17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5 17.5L8.98438 8.53516",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 9.375C15.1118 11.6007 12.6719 13.125 10 13.125C9.03791 13.1264 8.08628 12.9251 7.20703 12.5344",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),ce=o("computer-tower",[["path",{d:"M12.5 5.625H7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 8.125H7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 16.875V3.125C15.625 2.77982 15.3452 2.5 15 2.5H5C4.65482 2.5 4.375 2.77982 4.375 3.125V16.875C4.375 17.2202 4.65482 17.5 5 17.5H15C15.3452 17.5 15.625 17.2202 15.625 16.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 14.8438C10.4315 14.8438 10.7812 14.494 10.7812 14.0625C10.7812 13.631 10.4315 13.2812 10 13.2812C9.5685 13.2812 9.21875 13.631 9.21875 14.0625C9.21875 14.494 9.5685 14.8438 10 14.8438Z",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Le=o("confetti",[["path",{d:"M3.16341 16.0564L7.26573 4.77668C7.30067 4.68032 7.35929 4.59432 7.43629 4.52667C7.51329 4.45902 7.60611 4.41191 7.70611 4.3897C7.80617 4.3675 7.91023 4.37092 8.00861 4.39964C8.10698 4.42837 8.19648 4.48147 8.26886 4.55403L15.447 11.7322C15.5194 11.8046 15.5723 11.8942 15.6009 11.9925C15.6294 12.0908 15.6327 12.1947 15.6104 12.2947C15.5882 12.3946 15.541 12.4873 15.4734 12.5642C15.4058 12.6411 15.3199 12.6997 15.2235 12.7345L3.94388 16.8368C3.83495 16.8767 3.71692 16.8845 3.60369 16.8595C3.49045 16.8344 3.38673 16.7775 3.30472 16.6955C3.22271 16.6135 3.16585 16.5098 3.14081 16.3966C3.11578 16.2833 3.12362 16.1653 3.16341 16.0564Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 5.625C13.125 5.625 13.125 3.75 15 3.75C16.875 3.75 16.875 1.875 16.875 1.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 1.25V3.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.875 8.75L18.125 10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.875 6.25L18.75 5.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.10107 7.97583L12.0245 13.8993",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.89951 15.3993L4.60107 12.1008",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),pe=o("contactless-payment",[["path",{d:"M7.03125 8.125C7.339 8.70206 7.5 9.346 7.5 10C7.5 10.654 7.339 11.2979 7.03125 11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.4062 5.625C12.1244 6.97144 12.5 8.474 12.5 10C12.5 11.526 12.1244 13.0286 11.4062 14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.21875 6.875C9.73169 7.83675 10 8.91 10 10C10 11.09 9.73169 12.1632 9.21875 13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),le=o("control",[["path",{d:"M4.375 9.375L10 3.75L15.625 9.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),he=o("cookie",[["path",{d:"M12.1875 14.2188C12.619 14.2188 12.9688 13.869 12.9688 13.4375C12.9688 13.006 12.619 12.6562 12.1875 12.6562C11.756 12.6562 11.4062 13.006 11.4062 13.4375C11.4062 13.869 11.756 14.2188 12.1875 14.2188Z",fill:"currentColor",stroke:"none"}],["path",{d:"M7.1875 13.5938C7.619 13.5938 7.96875 13.244 7.96875 12.8125C7.96875 12.381 7.619 12.0312 7.1875 12.0312C6.756 12.0312 6.40625 12.381 6.40625 12.8125C6.40625 13.244 6.756 13.5938 7.1875 13.5938Z",fill:"currentColor",stroke:"none"}],["path",{d:"M6.5625 9.21875C6.994 9.21875 7.34375 8.869 7.34375 8.4375C7.34375 8.006 6.994 7.65625 6.5625 7.65625C6.13102 7.65625 5.78125 8.006 5.78125 8.4375C5.78125 8.869 6.13102 9.21875 6.5625 9.21875Z",fill:"currentColor",stroke:"none"}],["path",{d:"M10.3125 10.4688C10.744 10.4688 11.0938 10.119 11.0938 9.6875C11.0938 9.256 10.744 8.90625 10.3125 8.90625C9.881 8.90625 9.53125 9.256 9.53125 9.6875C9.53125 10.119 9.881 10.4688 10.3125 10.4688Z",fill:"currentColor",stroke:"none"}],["path",{d:"M17.5 10C16.5054 10 15.5516 9.60494 14.8484 8.90163C14.1451 8.19838 13.75 7.24456 13.75 6.25C12.7554 6.25 11.8016 5.85491 11.0984 5.15165C10.3951 4.44839 10 3.49456 10 2.5C8.51663 2.5 7.06663 2.93987 5.83323 3.76397C4.59986 4.58809 3.63856 5.75943 3.07091 7.12987C2.50325 8.50031 2.35473 10.0083 2.64411 11.4632C2.9335 12.9181 3.64781 14.2544 4.6967 15.3033C5.74559 16.3522 7.082 17.0665 8.53681 17.3559C9.99169 17.6452 11.4997 17.4967 12.8701 16.9291C14.2406 16.3614 15.4119 15.4001 16.236 14.1667C17.0601 12.9334 17.5 11.4834 17.5 10Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Me=o("cooking-pot",[["path",{d:"M7.5 1.25V3.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 1.25V3.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 1.25V3.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 6.25H16.875V14.375C16.875 14.8722 16.6774 15.3492 16.3258 15.7008C15.9742 16.0524 15.4972 16.25 15 16.25H5C4.50272 16.25 4.02581 16.0524 3.67418 15.7008C3.32254 15.3492 3.125 14.8722 3.125 14.375V6.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M19.375 7.5L16.875 9.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M0.625 7.5L3.125 9.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),je=o("copy",[["path",{d:"M13.125 13.125H16.875V3.125H6.875V6.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 6.875H3.125V16.875H13.125V6.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),He=o("copyleft",[["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 8.12502C7.8935 7.60033 8.44219 7.2127 9.06825 7.01714C9.69425 6.82158 10.366 6.82795 10.9882 7.03539C11.6104 7.24277 12.1516 7.6407 12.5351 8.17277C12.9186 8.70489 13.125 9.34414 13.125 10C13.125 10.6559 12.9186 11.2951 12.5351 11.8273C12.1516 12.3593 11.6104 12.7573 10.9882 12.9646C10.366 13.1721 9.69425 13.1785 9.06825 12.9829C8.44219 12.7873 7.8935 12.3997 7.5 11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Be=o("copyright",[["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 11.875C12.1065 12.3997 11.5578 12.7873 10.9318 12.9829C10.3058 13.1785 9.634 13.1721 9.01181 12.9646C8.38956 12.7573 7.84837 12.3593 7.46487 11.8273C7.08137 11.2951 6.875 10.6559 6.875 10C6.875 9.34414 7.08137 8.70489 7.46487 8.17277C7.84837 7.6407 8.38956 7.24277 9.01181 7.03539C9.634 6.82795 10.3058 6.82158 10.9318 7.01714C11.5578 7.2127 12.1065 7.60033 12.5 8.12502",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Ve=o("copy-simple",[["path",{d:"M14.375 5.625H3.125V16.875H14.375V5.625Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.625 3.125H16.875V14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),we=o("corners-in",[["path",{d:"M16.25 7.5H12.5V3.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 12.5H7.5V16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 16.25V12.5H16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 3.75V7.5H3.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),be=o("corners-out",[["path",{d:"M13.125 3.75H16.25V6.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 16.25H3.75V13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 13.125V16.25H13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 6.875V3.75H6.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Se=o("couch",[["path",{d:"M1.875 8.75V5.625C1.875 5.45924 1.94085 5.30027 2.05806 5.18306C2.17527 5.06585 2.33424 5 2.5 5H17.5C17.6657 5 17.8247 5.06585 17.9419 5.18306C18.0591 5.30027 18.125 5.45924 18.125 5.625V8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.875 13.75V15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 13.75V15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 11.25V9.375C16.25 9.20925 16.3159 9.05025 16.4331 8.93306C16.5503 8.81588 16.7093 8.75 16.875 8.75H18.125C18.2907 8.75 18.4497 8.81588 18.5669 8.93306C18.6841 9.05025 18.75 9.20925 18.75 9.375V13.125C18.75 13.2907 18.6841 13.4497 18.5669 13.5669C18.4497 13.6841 18.2907 13.75 18.125 13.75H1.875C1.70924 13.75 1.55027 13.6841 1.43306 13.5669C1.31585 13.4497 1.25 13.2907 1.25 13.125V9.375C1.25 9.20925 1.31585 9.05025 1.43306 8.93306C1.55027 8.81588 1.70924 8.75 1.875 8.75H3.125C3.29076 8.75 3.44973 8.81588 3.56694 8.93306C3.68415 9.05025 3.75 9.20925 3.75 9.375V11.25H16.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 5V11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),ve=o("court-basketball",[["path",{d:"M17.5 4.375H2.5C2.15482 4.375 1.875 4.65482 1.875 5V15C1.875 15.3452 2.15482 15.625 2.5 15.625H17.5C17.8452 15.625 18.125 15.3452 18.125 15V5C18.125 4.65482 17.8452 4.375 17.5 4.375Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 4.375V15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M18.125 13.125H16.875C16.0462 13.125 15.2513 12.7957 14.6653 12.2097C14.0793 11.6237 13.75 10.8288 13.75 10C13.75 9.17119 14.0793 8.37631 14.6653 7.79031C15.2513 7.20425 16.0462 6.875 16.875 6.875H18.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.875 13.125H3.125C3.9538 13.125 4.74866 12.7957 5.33471 12.2097C5.92076 11.6237 6.25 10.8288 6.25 10C6.25 9.17119 5.92076 8.37631 5.33471 7.79031C4.74866 7.20425 3.9538 6.875 3.125 6.875H1.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),xe=o("cow",[["path",{d:"M4.375 1.875C4.375 2.86956 4.77009 3.82339 5.47335 4.52665C6.17661 5.22991 7.13044 5.625 8.125 5.625H11.875C12.8696 5.625 13.8234 5.22991 14.5266 4.52665C15.2299 3.82339 15.625 2.86956 15.625 1.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 12.5H6.25C4.86929 12.5 3.75 13.6193 3.75 15C3.75 16.3807 4.86929 17.5 6.25 17.5H13.75C15.1307 17.5 16.25 16.3807 16.25 15C16.25 13.6193 15.1307 12.5 13.75 12.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 15H7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 15H13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.8125 10.7812C8.41656 10.7812 8.90625 10.2916 8.90625 9.6875C8.90625 9.08344 8.41656 8.59375 7.8125 8.59375C7.20844 8.59375 6.71875 9.08344 6.71875 9.6875C6.71875 10.2916 7.20844 10.7812 7.8125 10.7812Z",fill:"currentColor",stroke:"none"}],["path",{d:"M12.1875 10.7812C12.7916 10.7812 13.2812 10.2916 13.2812 9.6875C13.2812 9.08344 12.7916 8.59375 12.1875 8.59375C11.5834 8.59375 11.0938 9.08344 11.0938 9.6875C11.0938 10.2916 11.5834 10.7812 12.1875 10.7812Z",fill:"currentColor",stroke:"none"}],["path",{d:"M12.5 5.625H15.0609C15.9272 5.62476 16.7669 5.92447 17.4373 6.47319C18.1077 7.02194 18.5674 7.78588 18.7383 8.63513C18.7551 8.72531 18.7519 8.81806 18.7289 8.90688C18.7059 8.99563 18.6636 9.07825 18.6051 9.14887C18.5466 9.2195 18.4732 9.27631 18.3903 9.31544C18.3073 9.3545 18.2167 9.37481 18.125 9.375H15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.4999 5.625H4.93896C4.07264 5.62476 3.23296 5.92447 2.5626 6.47319C1.89223 7.02194 1.43254 7.78588 1.26162 8.63513C1.24477 8.72531 1.24796 8.81806 1.27097 8.90688C1.29399 8.99563 1.33627 9.07825 1.3948 9.14887C1.45333 9.2195 1.52668 9.27631 1.60965 9.31544C1.69263 9.3545 1.78319 9.37481 1.8749 9.375H4.9999",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5 12.8344V8.125C5 7.46194 5.26339 6.82606 5.73223 6.35725C6.20107 5.88839 6.83694 5.625 7.5 5.625H12.5C13.1631 5.625 13.7989 5.88839 14.2677 6.35725C14.7366 6.82606 15 7.46194 15 8.125V12.8344",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),ge=o("cowboy-hat",[["path",{d:"M3.125 10C6.25 15 10 15 10 15C10 15 13.75 15 16.875 10C17.5381 10 18.1739 10.2634 18.6427 10.7323C19.1116 11.2011 19.375 11.8369 19.375 12.5C19.375 13.1631 19.1116 13.7989 18.6427 14.2677C18.1739 14.7366 17.5381 15 16.875 15H3.125C2.46196 15 1.82608 14.7366 1.35723 14.2677C0.888394 13.7989 0.625 13.1631 0.625 12.5C0.625 11.8369 0.888394 11.2011 1.35723 10.7323C1.82608 10.2634 2.46196 10 3.125 10Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.11475 12.514L6.68269 4.2601C6.70263 4.15407 6.74963 4.05501 6.81919 3.97254C6.88875 3.89008 6.9785 3.82702 7.07963 3.7895C7.18075 3.75199 7.28988 3.74129 7.39638 3.75845C7.50294 3.77561 7.60319 3.82005 7.68738 3.88744L9.60925 5.48822C9.72013 5.57698 9.85788 5.62533 9.99988 5.62533C10.1419 5.62533 10.2797 5.57698 10.3905 5.48822L12.3124 3.88744C12.3966 3.82005 12.4969 3.77561 12.6034 3.75845C12.7099 3.74129 12.8191 3.75199 12.9202 3.7895C13.0213 3.82702 13.1111 3.89008 13.1806 3.97254C13.2501 4.05501 13.2972 4.15407 13.3171 4.2601L14.8851 12.514",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.47314 10.625H14.5263",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Ze=o("cpu",[["path",{d:"M11.875 8.125H8.125V11.875H11.875V8.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 3.75H4.375C4.02982 3.75 3.75 4.02982 3.75 4.375V15.625C3.75 15.9702 4.02982 16.25 4.375 16.25H15.625C15.9702 16.25 16.25 15.9702 16.25 15.625V4.375C16.25 4.02982 15.9702 3.75 15.625 3.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 8.125H18.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 11.875H18.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.875 8.125H3.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.875 11.875H3.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 16.25V18.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 16.25V18.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 1.875V3.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 1.875V3.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),me=o("crane",[["path",{d:"M1.875 13.125H10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.875 15.625V7.5C1.875 7.33425 1.94085 7.17525 2.05806 7.05806C2.17527 6.94088 2.33424 6.875 2.5 6.875H8.125L10 13.125V15.625C10 15.7907 9.93412 15.9497 9.81694 16.0669C9.69975 16.1841 9.54075 16.25 9.375 16.25H2.5C2.33424 16.25 2.17527 16.1841 2.05806 16.0669C1.94085 15.9497 1.875 15.7907 1.875 15.625Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 6.875V13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 6.875L17.5 1.875V12.5C17.5 12.6657 17.4341 12.8247 17.3169 12.9419C17.1997 13.0591 17.0407 13.125 16.875 13.125H15.625C15.4593 13.125 15.3003 13.0591 15.1831 12.9419C15.0659 12.8247 15 12.6657 15 12.5V11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),fe=o("crane-tower",[["path",{d:"M1.875 16.875H10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.875 6.875H18.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 11.875H8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.875 6.875V14.375C16.875 14.5407 16.8091 14.6997 16.6919 14.8169C16.5747 14.9341 16.4157 15 16.25 15H15C14.8343 15 14.6753 14.9341 14.5581 14.8169C14.4409 14.6997 14.375 14.5407 14.375 14.375V13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 16.875V3.125H6.25L8.125 6.875V16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),ye=o("credit-card",[["path",{d:"M17.5 4.375H2.5C2.15482 4.375 1.875 4.65482 1.875 5V15C1.875 15.3452 2.15482 15.625 2.5 15.625H17.5C17.8452 15.625 18.125 15.3452 18.125 15V5C18.125 4.65482 17.8452 4.375 17.5 4.375Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 13.125H15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.375 13.125H10.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.875 7.5H18.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Pe=o("cricket",[["path",{d:"M13.5672 2.68354L5.18355 11.0672C4.93947 11.3113 4.93947 11.707 5.18355 11.9511L9.29967 16.0672C9.54374 16.3113 9.93949 16.3113 10.1835 16.0672L18.5672 7.68356C18.8113 7.4395 18.8113 7.04375 18.5672 6.79969L14.451 2.68354C14.207 2.43947 13.8112 2.43947 13.5672 2.68354Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 11.2498L3.125 18.1248",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 8.12476H13.125V13.1248",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.6875 6.24976C5.55044 6.24976 6.25 5.5502 6.25 4.68726C6.25 3.82431 5.55044 3.12476 4.6875 3.12476C3.82456 3.12476 3.125 3.82431 3.125 4.68726C3.125 5.5502 3.82456 6.24976 4.6875 6.24976Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Te=o("crop",[["path",{d:"M5 1.875V15H18.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.875 5H5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 5H15V12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15 15V18.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Ae=o("cross",[["path",{d:"M8.75 1.875H11.25C11.4157 1.875 11.5747 1.94085 11.6919 2.05806C11.8091 2.17527 11.875 2.33424 11.875 2.5V6.25H15.625C15.7907 6.25 15.9497 6.31588 16.0669 6.43306C16.1841 6.55025 16.25 6.70925 16.25 6.875V9.375C16.25 9.54075 16.1841 9.69975 16.0669 9.81694C15.9497 9.93412 15.7907 10 15.625 10H11.875V17.5C11.875 17.6657 11.8091 17.8247 11.6919 17.9419C11.5747 18.0591 11.4157 18.125 11.25 18.125H8.75C8.58425 18.125 8.42525 18.0591 8.30806 17.9419C8.19088 17.8247 8.125 17.6657 8.125 17.5V10H4.375C4.20924 10 4.05027 9.93412 3.93306 9.81694C3.81585 9.69975 3.75 9.54075 3.75 9.375V6.875C3.75 6.70925 3.81585 6.55025 3.93306 6.43306C4.05027 6.31588 4.20924 6.25 4.375 6.25H8.125V2.5C8.125 2.33424 8.19088 2.17527 8.30806 2.05806C8.42525 1.94085 8.58425 1.875 8.75 1.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Fe=o("crosshair",[["path",{d:"M10 18.125V15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 16.875C13.7969 16.875 16.875 13.7969 16.875 10C16.875 6.20304 13.7969 3.125 10 3.125C6.20304 3.125 3.125 6.20304 3.125 10C3.125 13.7969 6.20304 16.875 10 16.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 1.875V4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.875 10H4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M18.125 10H15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 12.5C11.3807 12.5 12.5 11.3807 12.5 10C12.5 8.61931 11.3807 7.5 10 7.5C8.61931 7.5 7.5 8.61931 7.5 10C7.5 11.3807 8.61931 12.5 10 12.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),De=o("crosshair-simple",[["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 2.5V5.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 14.375V17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 10H5.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 10H17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),qe=o("crown",[["path",{d:"M10 5.625C10.8629 5.625 11.5625 4.92544 11.5625 4.0625C11.5625 3.19956 10.8629 2.5 10 2.5C9.13706 2.5 8.4375 3.19956 8.4375 4.0625C8.4375 4.92544 9.13706 5.625 10 5.625Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.1875 7.8125C18.0504 7.8125 18.75 7.11294 18.75 6.25C18.75 5.38706 18.0504 4.6875 17.1875 4.6875C16.3246 4.6875 15.625 5.38706 15.625 6.25C15.625 7.11294 16.3246 7.8125 17.1875 7.8125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.8125 7.8125C3.67544 7.8125 4.375 7.11294 4.375 6.25C4.375 5.38706 3.67544 4.6875 2.8125 4.6875C1.94956 4.6875 1.25 5.38706 1.25 6.25C1.25 7.11294 1.94956 7.8125 2.8125 7.8125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.37673 5.49609L6.87517 11.25L3.79785 7.46253",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.2024 7.46253L13.1251 11.25L10.6235 5.49609",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.06934 7.7915L4.28809 15.1033C4.31249 15.2491 4.38781 15.3816 4.50067 15.4771C4.61354 15.5726 4.75662 15.6251 4.90449 15.6251H15.0951C15.243 15.6251 15.3861 15.5726 15.4989 15.4771C15.6118 15.3816 15.6871 15.2491 15.7116 15.1033L16.9303 7.7915",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Re=o("crown-cross",[["path",{d:"M10 13.75V0.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 2.5H11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.875 9.0625C1.875 7.98506 2.30301 6.95175 3.06488 6.18988C3.82674 5.42801 4.86006 5 5.9375 5C8.18125 5 10 6.50625 10 8.75C10 6.50625 11.8188 5 14.0625 5C15.1399 5 16.1733 5.42801 16.9351 6.18988C17.697 6.95175 18.125 7.98506 18.125 9.0625C18.125 13.125 14.375 14.375 14.375 14.375V16.25C14.375 16.4157 14.3091 16.5747 14.1919 16.6919C14.0747 16.8091 13.9157 16.875 13.75 16.875H6.25C6.08424 16.875 5.92527 16.8091 5.80806 16.6919C5.69085 16.5747 5.625 16.4157 5.625 16.25V14.375C5.625 14.375 1.875 13.125 1.875 9.0625Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Ue=o("crown-simple",[["path",{d:"M4.27401 15.6249H15.7256C15.8726 15.625 16.0148 15.5732 16.1274 15.4788C16.24 15.3843 16.3157 15.2532 16.3412 15.1085L18.1146 6.98353C18.1369 6.84978 18.1151 6.71247 18.0526 6.59228C17.9899 6.47203 17.89 6.37541 17.7677 6.31691C17.6454 6.25847 17.5074 6.24136 17.3746 6.26816C17.2417 6.29497 17.1211 6.36422 17.0311 6.46553L13.7498 9.99991L10.567 2.8632C10.5169 2.75496 10.4369 2.66331 10.3364 2.59909C10.2359 2.53486 10.1191 2.50073 9.9998 2.50073C9.88055 2.50073 9.76374 2.53486 9.66324 2.59909C9.56274 2.66331 9.48274 2.75496 9.43261 2.8632L6.2498 9.99991L2.96855 6.46553C2.87868 6.36278 2.75763 6.29222 2.6239 6.26478C2.49016 6.23726 2.35111 6.25434 2.22799 6.31328C2.10486 6.37228 2.00444 6.46997 1.94207 6.59141C1.87971 6.71291 1.85882 6.85141 1.88261 6.98584L3.65604 15.1108C3.68214 15.2555 3.7584 15.3864 3.87143 15.4804C3.98445 15.5744 4.127 15.6256 4.27401 15.6249Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Ne=o("cube",[["path",{d:"M2.55469 6.00952L10 10.0845L17.4453 6.00952",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.3 1.95317L17.175 5.71723C17.2732 5.77095 17.3551 5.85003 17.4123 5.94623C17.4694 6.04242 17.4998 6.15221 17.5 6.26409V13.736C17.4998 13.8479 17.4694 13.9577 17.4123 14.0538C17.3551 14.1501 17.2732 14.2292 17.175 14.2828L10.3 18.0469C10.208 18.0973 10.1049 18.1237 10 18.1237C9.89513 18.1237 9.792 18.0973 9.7 18.0469L2.825 14.2828C2.72683 14.2292 2.64488 14.1501 2.58772 14.0538C2.53055 13.9577 2.50026 13.8479 2.5 13.736V6.26409C2.50026 6.15221 2.53055 6.04242 2.58772 5.94623C2.64488 5.85003 2.72683 5.77095 2.825 5.71723L9.7 1.95317C9.792 1.90284 9.89513 1.87646 10 1.87646C10.1049 1.87646 10.208 1.90284 10.3 1.95317Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 10.0852V18.1251",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Ge=o("cube-focus",[["path",{d:"M14.375 3.75H17.5V6.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.625 16.25H2.5V13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.5 13.125V16.25H14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 6.875V3.75H5.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 5L14.375 7.5V12.5L10 15L5.625 12.5V7.5L10 5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.625 7.5L10 10L14.375 7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 10V15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),ze=o("cube-transparent",[["path",{d:"M16.875 7.5H7.5V16.875H16.875V7.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 3.125H3.125V12.5H12.5V3.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 3.125L16.875 7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 3.125L7.5 7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 12.5L7.5 16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 12.5L16.875 16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Ee=o("currency-btc",[["path",{d:"M5.625 3.75H6.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.625 15.625H6.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.75 3.75V1.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 3.75V1.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.75 17.5V15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 17.5V15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 9.375H12.5C13.3288 9.375 14.1237 9.70425 14.7097 10.2903C15.2957 10.8763 15.625 11.6712 15.625 12.5C15.625 13.3288 15.2957 14.1237 14.7097 14.7097C14.1237 15.2957 13.3288 15.625 12.5 15.625H6.875V3.75H11.5625C12.3084 3.75 13.0238 4.04632 13.5512 4.57376C14.0787 5.10121 14.375 5.81658 14.375 6.5625C14.375 7.30844 14.0787 8.02381 13.5512 8.55125C13.0238 9.07869 12.3084 9.375 11.5625 9.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Oe=o("currency-circle-dollar",[["path",{d:"M10 5.625V6.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 13.125V14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 13.125H10.9375C11.3519 13.125 11.7493 12.9604 12.0424 12.6674C12.3354 12.3743 12.5 11.9769 12.5 11.5625C12.5 11.1481 12.3354 10.7507 12.0424 10.4576C11.7493 10.1646 11.3519 10 10.9375 10H9.0625C8.64813 10 8.25069 9.83538 7.95762 9.54238C7.66462 9.24931 7.5 8.85187 7.5 8.4375C7.5 8.02313 7.66462 7.62569 7.95762 7.33262C8.25069 7.03962 8.64813 6.875 9.0625 6.875H11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),We=o("currency-cny",[["path",{d:"M5 4.375H15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 8.75H16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 8.75V13.125C11.875 13.6222 12.0726 14.0992 12.4242 14.4508C12.7758 14.8024 13.2528 15 13.75 15H16.875V13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 8.75V10C8.125 11.3261 7.59819 12.5979 6.66056 13.5356C5.72285 14.4732 4.45108 15 3.125 15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Ie=o("currency-dollar",[["path",{d:"M10 1.875V18.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 6.875C14.375 6.46463 14.2942 6.05826 14.1371 5.67911C13.9801 5.29998 13.7499 4.95547 13.4597 4.66529C13.1695 4.37511 12.825 4.14492 12.4459 3.98787C12.0668 3.83083 11.6604 3.75 11.25 3.75H8.75C7.92119 3.75 7.12631 4.07924 6.54031 4.66529C5.95424 5.25134 5.625 6.0462 5.625 6.875C5.625 7.70381 5.95424 8.49869 6.54031 9.08469C7.12631 9.67075 7.92119 10 8.75 10H11.875C12.7038 10 13.4987 10.3293 14.0847 10.9153C14.6707 11.5013 15 12.2962 15 13.125C15 13.9538 14.6707 14.7487 14.0847 15.3347C13.4987 15.9207 12.7038 16.25 11.875 16.25H8.125C7.29619 16.25 6.50131 15.9207 5.91529 15.3347C5.32924 14.7487 5 13.9538 5 13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Xe=o("currency-dollar-simple",[["path",{d:"M10 1.875V3.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 16.25V18.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 6.875C14.375 6.46463 14.2942 6.05826 14.1371 5.67911C13.9801 5.29998 13.7499 4.95547 13.4597 4.66529C13.1695 4.37511 12.825 4.14492 12.4459 3.98787C12.0668 3.83083 11.6604 3.75 11.25 3.75H8.75C7.92119 3.75 7.12631 4.07924 6.54031 4.66529C5.95424 5.25134 5.625 6.0462 5.625 6.875C5.625 7.70381 5.95424 8.49869 6.54031 9.08469C7.12631 9.67075 7.92119 10 8.75 10H11.875C12.7038 10 13.4987 10.3293 14.0847 10.9153C14.6707 11.5013 15 12.2962 15 13.125C15 13.9538 14.6707 14.7487 14.0847 15.3347C13.4987 15.9207 12.7038 16.25 11.875 16.25H8.125C7.29619 16.25 6.50131 15.9207 5.91529 15.3347C5.32924 14.7487 5 13.9538 5 13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Ke=o("currency-eth",[["path",{d:"M10 1.25V18.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.875 10L10 13.125L3.125 10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 1.25L16.875 10L10 18.75L3.125 10L10 1.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Je=o("currency-eur",[["path",{d:"M3.125 8.75024H10.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 11.2502H9.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 15.4428C13.5656 16.1667 12.564 16.6409 11.4911 16.8081C10.4181 16.9753 9.31969 16.8284 8.32844 16.385C7.33719 15.9417 6.49544 15.2209 5.90481 14.3097C5.31418 13.3984 4.99993 12.3357 5 11.2499V8.74987C4.99993 7.66394 5.31418 6.60125 5.90481 5.69004C6.49544 4.77882 7.33719 4.05803 8.32844 3.61469C9.31969 3.17134 10.4181 3.0244 11.4911 3.19159C12.564 3.35878 13.5656 3.83296 14.375 4.55689",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Qe=o("currency-gbp",[["path",{d:"M4.375 10.0002H10.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 16.2502H4.6875C5.43342 16.2502 6.14879 15.9539 6.67625 15.4264C7.20369 14.899 7.5 14.1836 7.5 13.4377V6.56269C7.49988 5.91075 7.68513 5.27219 8.03419 4.72155C8.38325 4.17091 8.88175 3.73089 9.47144 3.45283C10.0611 3.17477 10.7177 3.07014 11.3646 3.15116C12.0116 3.23217 12.6221 3.49548 13.125 3.91037",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Ye=o("currency-inr",[["path",{d:"M5.625 6.25H15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.625 3.125H15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.4375 3.125C9.51494 3.125 10.5483 3.55301 11.3101 4.31488C12.072 5.07674 12.5 6.11006 12.5 7.1875C12.5 8.26494 12.072 9.29825 11.3101 10.0601C10.5483 10.822 9.51494 11.25 8.4375 11.25H5.625L12.5 17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),_e=o("currency-jpy",[["path",{d:"M6.25 13.125H13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 10.625H13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 10.625V16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 3.75L10 10.625L4.375 3.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),$e=o("currency-krw",[["path",{d:"M1.25 10.625H18.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.875 5.625L5.9375 15.625L10 5.625L14.0625 15.625L18.125 5.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),o3=o("currency-kzt",[["path",{d:"M4.375 7.5H15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 4.375H15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 7.5V16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),r3=o("currency-ngn",[["path",{d:"M3.125 11.25H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 8.75H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5 16.4062V3.59375L15 16.4062V3.59375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),e3=o("currency-rub",[["path",{d:"M4.375 13.75H11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 16.875V3.125H11.5625C12.6399 3.125 13.6733 3.55301 14.4351 4.31488C15.197 5.07674 15.625 6.11006 15.625 7.1875C15.625 8.26494 15.197 9.29825 14.4351 10.0601C13.6733 10.822 12.6399 11.25 11.5625 11.25H4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),n3=o("cursor",[["path",{d:"M12.6837 10.8086C12.6116 10.7366 12.5581 10.6481 12.528 10.5507C12.4979 10.4534 12.4921 10.3501 12.5111 10.2499C12.53 10.1498 12.5731 10.0558 12.6367 9.97619C12.7003 9.89656 12.7824 9.83362 12.8759 9.793L16.5017 8.40081C16.6156 8.34906 16.7114 8.26431 16.7766 8.15756C16.8418 8.05081 16.8735 7.92687 16.8675 7.80193C16.8616 7.67693 16.8182 7.55662 16.7431 7.45656C16.668 7.3565 16.5646 7.28131 16.4462 7.24068L3.94076 3.15707C3.83217 3.12363 3.71652 3.12043 3.60624 3.14781C3.49597 3.17519 3.39524 3.23211 3.3149 3.31245C3.23455 3.3928 3.17763 3.49352 3.15025 3.6038C3.12287 3.71407 3.12607 3.82973 3.15951 3.93832L7.24075 16.4461C7.28137 16.5644 7.35662 16.6679 7.45669 16.743C7.55675 16.8181 7.67706 16.8614 7.802 16.8674C7.927 16.8734 8.05087 16.8417 8.15769 16.7765C8.26444 16.7112 8.34919 16.6155 8.40094 16.5016L9.79312 12.8758C9.83375 12.7824 9.89662 12.7002 9.97625 12.6366C10.0559 12.5731 10.1499 12.5299 10.2501 12.5109C10.3502 12.492 10.4534 12.4978 10.5508 12.5279C10.6482 12.558 10.7367 12.6115 10.8087 12.6836L14.8173 16.6922C14.9345 16.8094 15.0934 16.8751 15.2591 16.8751C15.4248 16.8751 15.5837 16.8094 15.7009 16.6922L16.6923 15.7032C16.8094 15.5859 16.8752 15.4271 16.8752 15.2614C16.8752 15.0957 16.8094 14.9367 16.6923 14.8196L12.6837 10.8086Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),t3=o("cursor-click",[["path",{d:"M7.5 1.25V1.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.25 7.5H1.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 2.5L10.625 1.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 10L1.25 10.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.6837 10.8084C12.6116 10.7364 12.5581 10.6479 12.528 10.5505C12.4979 10.4531 12.4921 10.3499 12.5111 10.2497C12.53 10.1496 12.5731 10.0556 12.6367 9.97594C12.7003 9.89632 12.7824 9.83338 12.8759 9.79275L16.5017 8.40057C16.6156 8.34882 16.7114 8.26407 16.7766 8.15732C16.8418 8.05057 16.8735 7.92663 16.8675 7.80169C16.8616 7.67669 16.8182 7.55638 16.7431 7.45632C16.668 7.35625 16.5646 7.28107 16.4462 7.24044L3.94076 3.15683C3.83217 3.12339 3.71652 3.12018 3.60624 3.14757C3.49597 3.17494 3.39524 3.23187 3.3149 3.31221C3.23455 3.39255 3.17763 3.49328 3.15025 3.60355C3.12287 3.71383 3.12607 3.82948 3.15951 3.93808L7.24075 16.4459C7.28137 16.5642 7.35662 16.6676 7.45669 16.7428C7.55675 16.8178 7.67706 16.8612 7.802 16.8672C7.927 16.8731 8.05087 16.8414 8.15769 16.7763C8.26444 16.711 8.34919 16.6153 8.40094 16.5014L9.79312 12.8756C9.83375 12.7821 9.89662 12.7 9.97625 12.6364C10.0559 12.5728 10.1499 12.5296 10.2501 12.5107C10.3502 12.4918 10.4534 12.4976 10.5508 12.5277C10.6482 12.5578 10.7367 12.6113 10.8087 12.6834L14.8173 16.692C14.9345 16.8091 15.0934 16.8749 15.2591 16.8749C15.4248 16.8749 15.5837 16.8091 15.7009 16.692L16.6923 15.7029C16.8094 15.5857 16.8752 15.4268 16.8752 15.2611C16.8752 15.0954 16.8094 14.9365 16.6923 14.8193L12.6837 10.8084Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),s3=o("cursor-text",[["path",{d:"M10 6.25C10 5.58696 10.2634 4.95107 10.7323 4.48223C11.2011 4.01339 11.8369 3.75 12.5 3.75H13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 16.25H12.5C11.8369 16.25 11.2011 15.9866 10.7323 15.5177C10.2634 15.0489 10 14.4131 10 13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 16.25H7.5C8.16306 16.25 8.79894 15.9866 9.26775 15.5177C9.73662 15.0489 10 14.4131 10 13.75V6.25C10 5.58696 9.73662 4.95107 9.26775 4.48223C8.79894 4.01339 8.16306 3.75 7.5 3.75H6.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 10H11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),i3=o("cylinder",[["path",{d:"M10 7.5C12.7614 7.5 15 6.2408 15 4.6875C15 3.1342 12.7614 1.875 10 1.875C7.23856 1.875 5 3.1342 5 4.6875C5 6.2408 7.23856 7.5 10 7.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5 4.6875V15.3125C5 16.8656 7.23831 18.125 10 18.125C12.7617 18.125 15 16.8656 15 15.3125V4.6875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),C3=o("database",[["path",{d:"M10 10C13.7969 10 16.875 8.32106 16.875 6.25C16.875 4.17893 13.7969 2.5 10 2.5C6.20304 2.5 3.125 4.17893 3.125 6.25C3.125 8.32106 6.20304 10 10 10Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 6.25V10C3.125 12.0711 6.20313 13.75 10 13.75C13.7969 13.75 16.875 12.0711 16.875 10V6.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 10V13.75C3.125 15.8211 6.20313 17.5 10 17.5C13.7969 17.5 16.875 15.8211 16.875 13.75V10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),u3=o("desk",[["path",{d:"M1.875 5.625V15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M18.125 5.625V15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 5.625V10.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M0.625 5.625H19.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.875 10.625H18.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5 8.125H6.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 8.125H15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),k3=o("desktop",[["path",{d:"M3.75 15H16.25C16.9404 15 17.5 14.4404 17.5 13.75V5C17.5 4.30964 16.9404 3.75 16.25 3.75H3.75C3.05964 3.75 2.5 4.30964 2.5 5V13.75C2.5 14.4404 3.05964 15 3.75 15Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 17.5H7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 11.875H17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 15V17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),a3=o("desktop-tower",[["path",{d:"M11.25 14.375H2.5C2.16848 14.375 1.85054 14.2433 1.61612 14.0089C1.38169 13.7744 1.25 13.4565 1.25 13.125V7.5C1.25 7.1685 1.38169 6.85056 1.61612 6.61613C1.85054 6.38169 2.16848 6.25 2.5 6.25H11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.75 16.875H5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 5.625H13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 8.125H13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M18.125 3.125H11.875C11.5298 3.125 11.25 3.40482 11.25 3.75V16.25C11.25 16.5952 11.5298 16.875 11.875 16.875H18.125C18.4702 16.875 18.75 16.5952 18.75 16.25V3.75C18.75 3.40482 18.4702 3.125 18.125 3.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 14.375V16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15 15.1562C15.6041 15.1562 16.0938 14.6666 16.0938 14.0625C16.0938 13.4584 15.6041 12.9688 15 12.9688C14.3959 12.9688 13.9062 13.4584 13.9062 14.0625C13.9062 14.6666 14.3959 15.1562 15 15.1562Z",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),d3=o("detective",[["path",{d:"M0.625 9.375H19.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.9375 16.25C7.14562 16.25 8.125 15.2706 8.125 14.0625C8.125 12.8544 7.14562 11.875 5.9375 11.875C4.72938 11.875 3.75 12.8544 3.75 14.0625C3.75 15.2706 4.72938 16.25 5.9375 16.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.0625 16.25C15.2706 16.25 16.25 15.2706 16.25 14.0625C16.25 12.8544 15.2706 11.875 14.0625 11.875C12.8544 11.875 11.875 12.8544 11.875 14.0625C11.875 15.2706 12.8544 16.25 14.0625 16.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.10303 14.375H11.8968",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 9.3749L7.02263 4.00693C7.07925 3.92942 7.15294 3.86598 7.238 3.82154C7.32306 3.7771 7.41719 3.75284 7.51319 3.75065C7.60913 3.74846 7.70425 3.7684 7.79125 3.80891C7.87825 3.84942 7.95475 3.90943 8.01481 3.98428L9.02575 5.15615C9.14294 5.30186 9.29125 5.41944 9.45988 5.50023C9.62844 5.58101 9.81306 5.62295 10 5.62295C10.1869 5.62295 10.3716 5.58101 10.5401 5.50023C10.7088 5.41944 10.8571 5.30186 10.9742 5.15615L11.9852 3.98428C12.0453 3.90943 12.1218 3.84942 12.2088 3.80891C12.2958 3.7684 12.3909 3.74846 12.4868 3.75065C12.5828 3.75284 12.6769 3.7771 12.762 3.82154C12.8471 3.86598 12.9207 3.92942 12.9774 4.00693L16.875 9.3749",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),c3=o("device-mobile",[["path",{d:"M13.75 1.875H6.25C5.55964 1.875 5 2.43464 5 3.125V16.875C5 17.5654 5.55964 18.125 6.25 18.125H13.75C14.4404 18.125 15 17.5654 15 16.875V3.125C15 2.43464 14.4404 1.875 13.75 1.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5 4.375H15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5 15.625H15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),L3=o("device-mobile-camera",[["path",{d:"M15 16.875V3.125C15 2.43464 14.4404 1.875 13.75 1.875H6.25C5.55964 1.875 5 2.43464 5 3.125V16.875C5 17.5654 5.55964 18.125 6.25 18.125H13.75C14.4404 18.125 15 17.5654 15 16.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 5.78125C10.6041 5.78125 11.0938 5.29156 11.0938 4.6875C11.0938 4.08344 10.6041 3.59375 10 3.59375C9.39594 3.59375 8.90625 4.08344 8.90625 4.6875C8.90625 5.29156 9.39594 5.78125 10 5.78125Z",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),p3=o("device-mobile-slash",[["path",{d:"M3.75 3.125L16.25 16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15 15.5002V16.8752C15 17.2067 14.8683 17.5247 14.6339 17.7591C14.3994 17.9936 14.0815 18.1252 13.75 18.1252H6.25C5.91848 18.1252 5.60054 17.9936 5.36612 17.7591C5.13169 17.5247 5 17.2067 5 16.8752V4.50024",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.99219 1.875H13.75C14.0815 1.875 14.3994 2.00669 14.6339 2.24112C14.8683 2.47554 15 2.79348 15 3.125V11.7836",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),l3=o("device-mobile-speaker",[["path",{d:"M15 16.875V3.125C15 2.43464 14.4404 1.875 13.75 1.875H6.25C5.55964 1.875 5 2.43464 5 3.125V16.875C5 17.5654 5.55964 18.125 6.25 18.125H13.75C14.4404 18.125 15 17.5654 15 16.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 4.375H12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),h3=o("device-rotate",[["path",{d:"M15.625 16.875H6.25C5.91848 16.875 5.60054 16.7433 5.36612 16.5089C5.13169 16.2744 5 15.9565 5 15.625V8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 3.125H13.75C14.0815 3.125 14.3994 3.25669 14.6339 3.49112C14.8683 3.72554 15 4.04348 15 4.375V11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 15L15.625 16.875L13.75 18.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 1.25L4.375 3.125L6.25 5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),M3=o("devices",[["path",{d:"M18.75 15V7.5C18.75 6.80963 18.1904 6.25 17.5 6.25H13.75C13.0596 6.25 12.5 6.80963 12.5 7.5V15C12.5 15.6904 13.0596 16.25 13.75 16.25H17.5C18.1904 16.25 18.75 15.6904 18.75 15Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 16.25H6.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 13.75H3.125C2.79348 13.75 2.47554 13.6183 2.24112 13.3839C2.00669 13.1494 1.875 12.8315 1.875 12.5V5C1.875 4.66848 2.00669 4.35054 2.24112 4.11612C2.47554 3.88169 2.79348 3.75 3.125 3.75H14.375C14.7065 3.75 15.0244 3.88169 15.2589 4.11612C15.4933 4.35054 15.625 4.66848 15.625 5V6.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15 8.75H16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),j3=o("device-tablet",[["path",{d:"M16.25 16.25V3.75C16.25 3.05964 15.6904 2.5 15 2.5H5C4.30964 2.5 3.75 3.05964 3.75 3.75V16.25C3.75 16.9404 4.30964 17.5 5 17.5H15C15.6904 17.5 16.25 16.9404 16.25 16.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 5H16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 15H16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),H3=o("device-tablet-camera",[["path",{d:"M16.25 16.25V3.75C16.25 3.05964 15.6904 2.5 15 2.5H5C4.30964 2.5 3.75 3.05964 3.75 3.75V16.25C3.75 16.9404 4.30964 17.5 5 17.5H15C15.6904 17.5 16.25 16.9404 16.25 16.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 6.09375C10.4315 6.09375 10.7812 5.74398 10.7812 5.3125C10.7812 4.88102 10.4315 4.53125 10 4.53125C9.5685 4.53125 9.21875 4.88102 9.21875 5.3125C9.21875 5.74398 9.5685 6.09375 10 6.09375Z",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),B3=o("device-tablet-speaker",[["path",{d:"M16.25 16.25V3.75C16.25 3.05964 15.6904 2.5 15 2.5H5C4.30964 2.5 3.75 3.05964 3.75 3.75V16.25C3.75 16.9404 4.30964 17.5 5 17.5H15C15.6904 17.5 16.25 16.9404 16.25 16.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 5H12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),V3=o("dev-to-logo",[["path",{d:"M18.125 5H1.875C1.52982 5 1.25 5.27982 1.25 5.625V14.375C1.25 14.7202 1.52982 15 1.875 15H18.125C18.4702 15 18.75 14.7202 18.75 14.375V5.625C18.75 5.27982 18.4702 5 18.125 5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 7.5H9.375V12.5H11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.625 10H9.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.4375 7.5L14.8438 12.5L16.25 7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 7.5H5C5.49728 7.5 5.97419 7.69756 6.32581 8.04919C6.67744 8.40081 6.875 8.87775 6.875 9.375V10.625C6.875 11.1222 6.67744 11.5992 6.32581 11.9508C5.97419 12.3024 5.49728 12.5 5 12.5H4.375V7.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),w3=o("diamond",[["path",{d:"M9.56007 2.05716L2.05643 9.56077C1.81387 9.80333 1.81387 10.1966 2.05643 10.4391L9.56007 17.9428C9.80263 18.1853 10.1959 18.1853 10.4384 17.9428L17.942 10.4391C18.1846 10.1966 18.1846 9.80333 17.942 9.56077L10.4384 2.05716C10.1959 1.81461 9.80263 1.81461 9.56007 2.05716Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),b3=o("diamonds-four",[["path",{d:"M10.001 1.87451L6.87598 4.99959L10.001 8.12465L13.1262 4.99959L10.001 1.87451Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.001 11.8752L6.87598 15.0003L10.001 18.1254L13.1262 15.0003L10.001 11.8752Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.001 6.87451L11.876 9.99957L15.001 13.1246L18.1262 9.99957L15.001 6.87451Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.00106 6.87524L1.87598 10.0003L5.00106 13.1254L8.12615 10.0003L5.00106 6.87524Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),S3=o("dice-five",[["path",{d:"M15 3.125H5C3.96447 3.125 3.125 3.96447 3.125 5V15C3.125 16.0356 3.96447 16.875 5 16.875H15C16.0356 16.875 16.875 16.0356 16.875 15V5C16.875 3.96447 16.0356 3.125 15 3.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.1875 8.28125C7.79156 8.28125 8.28125 7.79156 8.28125 7.1875C8.28125 6.58344 7.79156 6.09375 7.1875 6.09375C6.58344 6.09375 6.09375 6.58344 6.09375 7.1875C6.09375 7.79156 6.58344 8.28125 7.1875 8.28125Z",fill:"currentColor",stroke:"none"}],["path",{d:"M10 11.0938C10.6041 11.0938 11.0938 10.6041 11.0938 10C11.0938 9.39594 10.6041 8.90625 10 8.90625C9.39594 8.90625 8.90625 9.39594 8.90625 10C8.90625 10.6041 9.39594 11.0938 10 11.0938Z",fill:"currentColor",stroke:"none"}],["path",{d:"M12.8125 8.28125C13.4166 8.28125 13.9062 7.79156 13.9062 7.1875C13.9062 6.58344 13.4166 6.09375 12.8125 6.09375C12.2084 6.09375 11.7188 6.58344 11.7188 7.1875C11.7188 7.79156 12.2084 8.28125 12.8125 8.28125Z",fill:"currentColor",stroke:"none"}],["path",{d:"M7.1875 13.9062C7.79156 13.9062 8.28125 13.4166 8.28125 12.8125C8.28125 12.2084 7.79156 11.7188 7.1875 11.7188C6.58344 11.7188 6.09375 12.2084 6.09375 12.8125C6.09375 13.4166 6.58344 13.9062 7.1875 13.9062Z",fill:"currentColor",stroke:"none"}],["path",{d:"M12.8125 13.9062C13.4166 13.9062 13.9062 13.4166 13.9062 12.8125C13.9062 12.2084 13.4166 11.7188 12.8125 11.7188C12.2084 11.7188 11.7188 12.2084 11.7188 12.8125C11.7188 13.4166 12.2084 13.9062 12.8125 13.9062Z",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),v3=o("dice-four",[["path",{d:"M15 3.125H5C3.96447 3.125 3.125 3.96447 3.125 5V15C3.125 16.0356 3.96447 16.875 5 16.875H15C16.0356 16.875 16.875 16.0356 16.875 15V5C16.875 3.96447 16.0356 3.125 15 3.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.8125 8.90625C8.41656 8.90625 8.90625 8.41656 8.90625 7.8125C8.90625 7.20844 8.41656 6.71875 7.8125 6.71875C7.20844 6.71875 6.71875 7.20844 6.71875 7.8125C6.71875 8.41656 7.20844 8.90625 7.8125 8.90625Z",fill:"currentColor",stroke:"none"}],["path",{d:"M12.1875 8.90625C12.7916 8.90625 13.2812 8.41656 13.2812 7.8125C13.2812 7.20844 12.7916 6.71875 12.1875 6.71875C11.5834 6.71875 11.0938 7.20844 11.0938 7.8125C11.0938 8.41656 11.5834 8.90625 12.1875 8.90625Z",fill:"currentColor",stroke:"none"}],["path",{d:"M7.8125 13.2812C8.41656 13.2812 8.90625 12.7916 8.90625 12.1875C8.90625 11.5834 8.41656 11.0938 7.8125 11.0938C7.20844 11.0938 6.71875 11.5834 6.71875 12.1875C6.71875 12.7916 7.20844 13.2812 7.8125 13.2812Z",fill:"currentColor",stroke:"none"}],["path",{d:"M12.1875 13.2812C12.7916 13.2812 13.2812 12.7916 13.2812 12.1875C13.2812 11.5834 12.7916 11.0938 12.1875 11.0938C11.5834 11.0938 11.0938 11.5834 11.0938 12.1875C11.0938 12.7916 11.5834 13.2812 12.1875 13.2812Z",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),x3=o("dice-one",[["path",{d:"M15 3.125H5C3.96447 3.125 3.125 3.96447 3.125 5V15C3.125 16.0356 3.96447 16.875 5 16.875H15C16.0356 16.875 16.875 16.0356 16.875 15V5C16.875 3.96447 16.0356 3.125 15 3.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 11.0938C10.6041 11.0938 11.0938 10.6041 11.0938 10C11.0938 9.39594 10.6041 8.90625 10 8.90625C9.39594 8.90625 8.90625 9.39594 8.90625 10C8.90625 10.6041 9.39594 11.0938 10 11.0938Z",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),g3=o("dice-six",[["path",{d:"M15 3.125H5C3.96447 3.125 3.125 3.96447 3.125 5V15C3.125 16.0356 3.96447 16.875 5 16.875H15C16.0356 16.875 16.875 16.0356 16.875 15V5C16.875 3.96447 16.0356 3.125 15 3.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.1875 7.65625C7.79156 7.65625 8.28125 7.16656 8.28125 6.5625C8.28125 5.95844 7.79156 5.46875 7.1875 5.46875C6.58344 5.46875 6.09375 5.95844 6.09375 6.5625C6.09375 7.16656 6.58344 7.65625 7.1875 7.65625Z",fill:"currentColor",stroke:"none"}],["path",{d:"M12.8125 7.65625C13.4166 7.65625 13.9062 7.16656 13.9062 6.5625C13.9062 5.95844 13.4166 5.46875 12.8125 5.46875C12.2084 5.46875 11.7188 5.95844 11.7188 6.5625C11.7188 7.16656 12.2084 7.65625 12.8125 7.65625Z",fill:"currentColor",stroke:"none"}],["path",{d:"M7.1875 11.0938C7.79156 11.0938 8.28125 10.6041 8.28125 10C8.28125 9.39594 7.79156 8.90625 7.1875 8.90625C6.58344 8.90625 6.09375 9.39594 6.09375 10C6.09375 10.6041 6.58344 11.0938 7.1875 11.0938Z",fill:"currentColor",stroke:"none"}],["path",{d:"M12.8125 11.0938C13.4166 11.0938 13.9062 10.6041 13.9062 10C13.9062 9.39594 13.4166 8.90625 12.8125 8.90625C12.2084 8.90625 11.7188 9.39594 11.7188 10C11.7188 10.6041 12.2084 11.0938 12.8125 11.0938Z",fill:"currentColor",stroke:"none"}],["path",{d:"M7.1875 14.5312C7.79156 14.5312 8.28125 14.0416 8.28125 13.4375C8.28125 12.8334 7.79156 12.3438 7.1875 12.3438C6.58344 12.3438 6.09375 12.8334 6.09375 13.4375C6.09375 14.0416 6.58344 14.5312 7.1875 14.5312Z",fill:"currentColor",stroke:"none"}],["path",{d:"M12.8125 14.5312C13.4166 14.5312 13.9062 14.0416 13.9062 13.4375C13.9062 12.8334 13.4166 12.3438 12.8125 12.3438C12.2084 12.3438 11.7188 12.8334 11.7188 13.4375C11.7188 14.0416 12.2084 14.5312 12.8125 14.5312Z",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Z3=o("dice-three",[["path",{d:"M15 3.125H5C3.96447 3.125 3.125 3.96447 3.125 5V15C3.125 16.0356 3.96447 16.875 5 16.875H15C16.0356 16.875 16.875 16.0356 16.875 15V5C16.875 3.96447 16.0356 3.125 15 3.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.1875 8.28125C7.79156 8.28125 8.28125 7.79156 8.28125 7.1875C8.28125 6.58344 7.79156 6.09375 7.1875 6.09375C6.58344 6.09375 6.09375 6.58344 6.09375 7.1875C6.09375 7.79156 6.58344 8.28125 7.1875 8.28125Z",fill:"currentColor",stroke:"none"}],["path",{d:"M10 11.0938C10.6041 11.0938 11.0938 10.6041 11.0938 10C11.0938 9.39594 10.6041 8.90625 10 8.90625C9.39594 8.90625 8.90625 9.39594 8.90625 10C8.90625 10.6041 9.39594 11.0938 10 11.0938Z",fill:"currentColor",stroke:"none"}],["path",{d:"M12.8125 13.9062C13.4166 13.9062 13.9062 13.4166 13.9062 12.8125C13.9062 12.2084 13.4166 11.7188 12.8125 11.7188C12.2084 11.7188 11.7188 12.2084 11.7188 12.8125C11.7188 13.4166 12.2084 13.9062 12.8125 13.9062Z",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),m3=o("dice-two",[["path",{d:"M15 3.125H5C3.96447 3.125 3.125 3.96447 3.125 5V15C3.125 16.0356 3.96447 16.875 5 16.875H15C16.0356 16.875 16.875 16.0356 16.875 15V5C16.875 3.96447 16.0356 3.125 15 3.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.4375 9.53125C9.04156 9.53125 9.53125 9.04156 9.53125 8.4375C9.53125 7.83344 9.04156 7.34375 8.4375 7.34375C7.83344 7.34375 7.34375 7.83344 7.34375 8.4375C7.34375 9.04156 7.83344 9.53125 8.4375 9.53125Z",fill:"currentColor",stroke:"none"}],["path",{d:"M11.5625 12.6562C12.1666 12.6562 12.6562 12.1666 12.6562 11.5625C12.6562 10.9584 12.1666 10.4688 11.5625 10.4688C10.9584 10.4688 10.4688 10.9584 10.4688 11.5625C10.4688 12.1666 10.9584 12.6562 11.5625 12.6562Z",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),f3=o("disc",[["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 12.5C11.3807 12.5 12.5 11.3807 12.5 10C12.5 8.61931 11.3807 7.5 10 7.5C8.61931 7.5 7.5 8.61931 7.5 10C7.5 11.3807 8.61931 12.5 10 12.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.5 10H12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.3033 4.69678L11.7681 8.23196",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),y3=o("disco-ball",[["path",{d:"M8.75 1.25V5.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.75 18.125C12.2017 18.125 15 15.3267 15 11.875C15 8.42325 12.2017 5.625 8.75 5.625C5.29822 5.625 2.5 8.42325 2.5 11.875C2.5 15.3267 5.29822 18.125 8.75 18.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 11.875C11.25 16.25 8.75 18.125 8.75 18.125C8.75 18.125 6.25 16.25 6.25 11.875C6.25 7.5 8.75 5.625 8.75 5.625C8.75 5.625 11.25 7.5 11.25 11.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 11.875H15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M18.125 5.625V8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M19.375 6.875H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 1.25V5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 3.125H12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),P3=o("discord-logo",[["path",{d:"M6.25 6.1179C7.47188 5.78446 8.73344 5.61862 10 5.62493C11.2666 5.61862 12.5281 5.78446 13.75 6.1179",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 13.8818C12.5281 14.2153 11.2666 14.3811 10 14.3748C8.73344 14.3811 7.47188 14.2153 6.25 13.8818",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.1875 12.0312C7.79156 12.0312 8.28125 11.5416 8.28125 10.9375C8.28125 10.3334 7.79156 9.84375 7.1875 9.84375C6.58344 9.84375 6.09375 10.3334 6.09375 10.9375C6.09375 11.5416 6.58344 12.0312 7.1875 12.0312Z",fill:"currentColor",stroke:"none"}],["path",{d:"M12.8125 12.0312C13.4166 12.0312 13.9062 11.5416 13.9062 10.9375C13.9062 10.3334 13.4166 9.84375 12.8125 9.84375C12.2084 9.84375 11.7188 10.3334 11.7188 10.9375C11.7188 11.5416 12.2084 12.0312 12.8125 12.0312Z",fill:"currentColor",stroke:"none"}],["path",{d:"M11.9875 5.7569L12.3781 4.2233C12.4171 4.069 12.5129 3.93507 12.6462 3.8482C12.7796 3.76132 12.9407 3.72789 13.0976 3.75455L15.9133 4.21862C16.0349 4.23836 16.1481 4.29326 16.2389 4.37656C16.3297 4.45985 16.3941 4.5679 16.4242 4.68737L18.7312 13.7788C18.7665 13.9217 18.7502 14.0724 18.6851 14.2045C18.6201 14.3366 18.5106 14.4414 18.3758 14.5006L13.1414 16.8209C13.062 16.857 12.976 16.8764 12.8887 16.8778C12.8016 16.8793 12.715 16.8628 12.6344 16.8294C12.5538 16.7959 12.4809 16.7464 12.4204 16.6836C12.3598 16.6209 12.3126 16.5464 12.2821 16.4647L11.4844 14.3014",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.01244 5.7569L7.62182 4.2233C7.58275 4.069 7.48707 3.93507 7.35369 3.8482C7.22038 3.76132 7.05919 3.72789 6.90225 3.75455L4.08664 4.21862C3.96502 4.23836 3.85184 4.29326 3.76105 4.37656C3.67025 4.45985 3.60583 4.5679 3.5757 4.68737L1.26867 13.7772C1.23342 13.9201 1.24975 14.0709 1.31479 14.2029C1.37981 14.335 1.48937 14.4399 1.62414 14.4991L6.8585 16.8194C6.93794 16.8554 7.02394 16.8748 7.11113 16.8763C7.19838 16.8777 7.28494 16.8612 7.3655 16.8278C7.44613 16.7944 7.51894 16.7448 7.57957 16.6821C7.64019 16.6193 7.68725 16.5448 7.71788 16.4631L8.51557 14.3014",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),T3=o("divide",[["path",{d:"M3.125 10H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 6.09375C10.6041 6.09375 11.0938 5.60406 11.0938 5C11.0938 4.39594 10.6041 3.90625 10 3.90625C9.39594 3.90625 8.90625 4.39594 8.90625 5C8.90625 5.60406 9.39594 6.09375 10 6.09375Z",fill:"currentColor",stroke:"none"}],["path",{d:"M10 16.0938C10.6041 16.0938 11.0938 15.6041 11.0938 15C11.0938 14.3959 10.6041 13.9062 10 13.9062C9.39594 13.9062 8.90625 14.3959 8.90625 15C8.90625 15.6041 9.39594 16.0938 10 16.0938Z",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),A3=o("dna",[["path",{d:"M7.5 3.75H15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5 1.875V4.02344C4.99998 5.06808 5.29086 6.09209 5.84004 6.98075C6.38925 7.86937 7.175 8.5875 8.10938 9.05469L11.8906 10.9453C12.825 11.4125 13.6107 12.1306 14.1599 13.0192C14.7091 13.9079 15 14.9319 15 15.9766V18.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5 16.25H12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.42871 6.25H14.5405",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.45947 13.75H11.5712",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.29531 11.4431C6.58381 11.9657 6.00529 12.6484 5.60654 13.4359C5.20779 14.2236 5.00001 15.0939 5 15.9767V18.1251",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.9999 1.875V4.02344C14.9995 4.90583 14.7916 5.77574 14.3928 6.56287C13.9941 7.35006 13.4158 8.03238 12.7046 8.55469",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),F3=o("dog",[["path",{d:"M7.1875 12.0312C7.79156 12.0312 8.28125 11.5416 8.28125 10.9375C8.28125 10.3334 7.79156 9.84375 7.1875 9.84375C6.58344 9.84375 6.09375 10.3334 6.09375 10.9375C6.09375 11.5416 6.58344 12.0312 7.1875 12.0312Z",fill:"currentColor",stroke:"none"}],["path",{d:"M12.8125 12.0312C13.4166 12.0312 13.9062 11.5416 13.9062 10.9375C13.9062 10.3334 13.4166 9.84375 12.8125 9.84375C12.2084 9.84375 11.7188 10.3334 11.7188 10.9375C11.7188 11.5416 12.2084 12.0312 12.8125 12.0312Z",fill:"currentColor",stroke:"none"}],["path",{d:"M10 15V16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 13.75L10 15L8.75 13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 3.75H11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.12517 3.75008L3.93532 2.51883C3.85265 2.49821 3.76664 2.4947 3.68256 2.50853C3.59849 2.52236 3.51813 2.55324 3.44643 2.59926C3.37473 2.64528 3.31319 2.70548 3.2656 2.77616C3.21801 2.84683 3.18537 2.92649 3.1697 3.01024L1.88688 9.88521C1.76657 10.5282 2.59001 10.9008 2.99313 10.3868L8.12517 3.75008Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 3.75008L16.0649 2.51883C16.1475 2.49821 16.2335 2.4947 16.3176 2.50853C16.4017 2.52236 16.482 2.55324 16.5538 2.59926C16.6254 2.64528 16.687 2.70548 16.7346 2.77616C16.7821 2.84683 16.8148 2.92649 16.8304 3.01024L18.1133 9.88521C18.2336 10.5282 17.4102 10.9008 17.0071 10.3868L11.875 3.75008Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 9.40479V14.3751C16.25 15.0382 15.9866 15.674 15.5177 16.1428C15.0489 16.6117 14.4131 16.8751 13.75 16.8751H6.25C5.58696 16.8751 4.95107 16.6117 4.48223 16.1428C4.01339 15.674 3.75 15.0382 3.75 14.3751V9.40479",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),D3=o("door",[["path",{d:"M1.875 17.5H18.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 17.5V3.125C4.375 2.95924 4.44085 2.80027 4.55806 2.68306C4.67527 2.56585 4.83424 2.5 5 2.5H15C15.1657 2.5 15.3247 2.56585 15.4419 2.68306C15.5591 2.80027 15.625 2.95924 15.625 3.125V17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.1875 11.4062C12.7916 11.4062 13.2812 10.9166 13.2812 10.3125C13.2812 9.70844 12.7916 9.21875 12.1875 9.21875C11.5834 9.21875 11.0938 9.70844 11.0938 10.3125C11.0938 10.9166 11.5834 11.4062 12.1875 11.4062Z",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),q3=o("door-open",[["path",{d:"M1.875 17.5H18.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 17.5V3.125C4.375 2.95924 4.44085 2.80027 4.55806 2.68306C4.67527 2.56585 4.83424 2.5 5 2.5H15C15.1657 2.5 15.3247 2.56585 15.4419 2.68306C15.5591 2.80027 15.625 2.95924 15.625 3.125V17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.3125 11.4062C10.9166 11.4062 11.4062 10.9166 11.4062 10.3125C11.4062 9.70844 10.9166 9.21875 10.3125 9.21875C9.70844 9.21875 9.21875 9.70844 9.21875 10.3125C9.21875 10.9166 9.70844 11.4062 10.3125 11.4062Z",fill:"currentColor",stroke:"none"}],["path",{d:"M13.125 2.5V17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),R3=o("dot",[["path",{d:"M10 11.0938C10.6041 11.0938 11.0938 10.6041 11.0938 10C11.0938 9.39594 10.6041 8.90625 10 8.90625C9.39594 8.90625 8.90625 9.39594 8.90625 10C8.90625 10.6041 9.39594 11.0938 10 11.0938Z",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),U3=o("dot-outline",[["path",{d:"M10 11.875C11.0356 11.875 11.875 11.0356 11.875 10C11.875 8.96444 11.0356 8.125 10 8.125C8.96444 8.125 8.125 8.96444 8.125 10C8.125 11.0356 8.96444 11.875 10 11.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),N3=o("dots-nine",[["path",{d:"M4.6875 5.78125C5.29156 5.78125 5.78125 5.29156 5.78125 4.6875C5.78125 4.08344 5.29156 3.59375 4.6875 3.59375C4.08344 3.59375 3.59375 4.08344 3.59375 4.6875C3.59375 5.29156 4.08344 5.78125 4.6875 5.78125Z",fill:"currentColor",stroke:"none"}],["path",{d:"M10 5.78125C10.6041 5.78125 11.0938 5.29156 11.0938 4.6875C11.0938 4.08344 10.6041 3.59375 10 3.59375C9.39594 3.59375 8.90625 4.08344 8.90625 4.6875C8.90625 5.29156 9.39594 5.78125 10 5.78125Z",fill:"currentColor",stroke:"none"}],["path",{d:"M15.3125 5.78125C15.9166 5.78125 16.4062 5.29156 16.4062 4.6875C16.4062 4.08344 15.9166 3.59375 15.3125 3.59375C14.7084 3.59375 14.2188 4.08344 14.2188 4.6875C14.2188 5.29156 14.7084 5.78125 15.3125 5.78125Z",fill:"currentColor",stroke:"none"}],["path",{d:"M4.6875 11.0938C5.29156 11.0938 5.78125 10.6041 5.78125 10C5.78125 9.39594 5.29156 8.90625 4.6875 8.90625C4.08344 8.90625 3.59375 9.39594 3.59375 10C3.59375 10.6041 4.08344 11.0938 4.6875 11.0938Z",fill:"currentColor",stroke:"none"}],["path",{d:"M10 11.0938C10.6041 11.0938 11.0938 10.6041 11.0938 10C11.0938 9.39594 10.6041 8.90625 10 8.90625C9.39594 8.90625 8.90625 9.39594 8.90625 10C8.90625 10.6041 9.39594 11.0938 10 11.0938Z",fill:"currentColor",stroke:"none"}],["path",{d:"M15.3125 11.0938C15.9166 11.0938 16.4062 10.6041 16.4062 10C16.4062 9.39594 15.9166 8.90625 15.3125 8.90625C14.7084 8.90625 14.2188 9.39594 14.2188 10C14.2188 10.6041 14.7084 11.0938 15.3125 11.0938Z",fill:"currentColor",stroke:"none"}],["path",{d:"M4.6875 16.4062C5.29156 16.4062 5.78125 15.9166 5.78125 15.3125C5.78125 14.7084 5.29156 14.2188 4.6875 14.2188C4.08344 14.2188 3.59375 14.7084 3.59375 15.3125C3.59375 15.9166 4.08344 16.4062 4.6875 16.4062Z",fill:"currentColor",stroke:"none"}],["path",{d:"M10 16.4062C10.6041 16.4062 11.0938 15.9166 11.0938 15.3125C11.0938 14.7084 10.6041 14.2188 10 14.2188C9.39594 14.2188 8.90625 14.7084 8.90625 15.3125C8.90625 15.9166 9.39594 16.4062 10 16.4062Z",fill:"currentColor",stroke:"none"}],["path",{d:"M15.3125 16.4062C15.9166 16.4062 16.4062 15.9166 16.4062 15.3125C16.4062 14.7084 15.9166 14.2188 15.3125 14.2188C14.7084 14.2188 14.2188 14.7084 14.2188 15.3125C14.2188 15.9166 14.7084 16.4062 15.3125 16.4062Z",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),G3=o("dots-six",[["path",{d:"M4.6875 8.28125C5.29156 8.28125 5.78125 7.79156 5.78125 7.1875C5.78125 6.58344 5.29156 6.09375 4.6875 6.09375C4.08344 6.09375 3.59375 6.58344 3.59375 7.1875C3.59375 7.79156 4.08344 8.28125 4.6875 8.28125Z",fill:"currentColor",stroke:"none"}],["path",{d:"M10 8.28125C10.6041 8.28125 11.0938 7.79156 11.0938 7.1875C11.0938 6.58344 10.6041 6.09375 10 6.09375C9.39594 6.09375 8.90625 6.58344 8.90625 7.1875C8.90625 7.79156 9.39594 8.28125 10 8.28125Z",fill:"currentColor",stroke:"none"}],["path",{d:"M15.3125 8.28125C15.9166 8.28125 16.4062 7.79156 16.4062 7.1875C16.4062 6.58344 15.9166 6.09375 15.3125 6.09375C14.7084 6.09375 14.2188 6.58344 14.2188 7.1875C14.2188 7.79156 14.7084 8.28125 15.3125 8.28125Z",fill:"currentColor",stroke:"none"}],["path",{d:"M4.6875 13.9062C5.29156 13.9062 5.78125 13.4166 5.78125 12.8125C5.78125 12.2084 5.29156 11.7188 4.6875 11.7188C4.08344 11.7188 3.59375 12.2084 3.59375 12.8125C3.59375 13.4166 4.08344 13.9062 4.6875 13.9062Z",fill:"currentColor",stroke:"none"}],["path",{d:"M10 13.9062C10.6041 13.9062 11.0938 13.4166 11.0938 12.8125C11.0938 12.2084 10.6041 11.7188 10 11.7188C9.39594 11.7188 8.90625 12.2084 8.90625 12.8125C8.90625 13.4166 9.39594 13.9062 10 13.9062Z",fill:"currentColor",stroke:"none"}],["path",{d:"M15.3125 13.9062C15.9166 13.9062 16.4062 13.4166 16.4062 12.8125C16.4062 12.2084 15.9166 11.7188 15.3125 11.7188C14.7084 11.7188 14.2188 12.2084 14.2188 12.8125C14.2188 13.4166 14.7084 13.9062 15.3125 13.9062Z",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),z3=o("dots-six-vertical",[["path",{d:"M7.1875 5.78125C7.79156 5.78125 8.28125 5.29156 8.28125 4.6875C8.28125 4.08344 7.79156 3.59375 7.1875 3.59375C6.58344 3.59375 6.09375 4.08344 6.09375 4.6875C6.09375 5.29156 6.58344 5.78125 7.1875 5.78125Z",fill:"currentColor",stroke:"none"}],["path",{d:"M12.8125 5.78125C13.4166 5.78125 13.9062 5.29156 13.9062 4.6875C13.9062 4.08344 13.4166 3.59375 12.8125 3.59375C12.2084 3.59375 11.7188 4.08344 11.7188 4.6875C11.7188 5.29156 12.2084 5.78125 12.8125 5.78125Z",fill:"currentColor",stroke:"none"}],["path",{d:"M7.1875 11.0938C7.79156 11.0938 8.28125 10.6041 8.28125 10C8.28125 9.39594 7.79156 8.90625 7.1875 8.90625C6.58344 8.90625 6.09375 9.39594 6.09375 10C6.09375 10.6041 6.58344 11.0938 7.1875 11.0938Z",fill:"currentColor",stroke:"none"}],["path",{d:"M12.8125 11.0938C13.4166 11.0938 13.9062 10.6041 13.9062 10C13.9062 9.39594 13.4166 8.90625 12.8125 8.90625C12.2084 8.90625 11.7188 9.39594 11.7188 10C11.7188 10.6041 12.2084 11.0938 12.8125 11.0938Z",fill:"currentColor",stroke:"none"}],["path",{d:"M7.1875 16.4062C7.79156 16.4062 8.28125 15.9166 8.28125 15.3125C8.28125 14.7084 7.79156 14.2188 7.1875 14.2188C6.58344 14.2188 6.09375 14.7084 6.09375 15.3125C6.09375 15.9166 6.58344 16.4062 7.1875 16.4062Z",fill:"currentColor",stroke:"none"}],["path",{d:"M12.8125 16.4062C13.4166 16.4062 13.9062 15.9166 13.9062 15.3125C13.9062 14.7084 13.4166 14.2188 12.8125 14.2188C12.2084 14.2188 11.7188 14.7084 11.7188 15.3125C11.7188 15.9166 12.2084 16.4062 12.8125 16.4062Z",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),E3=o("dots-three",[["path",{d:"M10 11.0938C10.6041 11.0938 11.0938 10.6041 11.0938 10C11.0938 9.39594 10.6041 8.90625 10 8.90625C9.39594 8.90625 8.90625 9.39594 8.90625 10C8.90625 10.6041 9.39594 11.0938 10 11.0938Z",fill:"currentColor",stroke:"none"}],["path",{d:"M4.6875 11.0938C5.29156 11.0938 5.78125 10.6041 5.78125 10C5.78125 9.39594 5.29156 8.90625 4.6875 8.90625C4.08344 8.90625 3.59375 9.39594 3.59375 10C3.59375 10.6041 4.08344 11.0938 4.6875 11.0938Z",fill:"currentColor",stroke:"none"}],["path",{d:"M15.3125 11.0938C15.9166 11.0938 16.4062 10.6041 16.4062 10C16.4062 9.39594 15.9166 8.90625 15.3125 8.90625C14.7084 8.90625 14.2188 9.39594 14.2188 10C14.2188 10.6041 14.7084 11.0938 15.3125 11.0938Z",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),O3=o("dots-three-circle",[["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.5625 11.0938C7.16656 11.0938 7.65625 10.6041 7.65625 10C7.65625 9.39594 7.16656 8.90625 6.5625 8.90625C5.95844 8.90625 5.46875 9.39594 5.46875 10C5.46875 10.6041 5.95844 11.0938 6.5625 11.0938Z",fill:"currentColor",stroke:"none"}],["path",{d:"M10.0938 11.0938C10.6978 11.0938 11.1875 10.6041 11.1875 10C11.1875 9.39594 10.6978 8.90625 10.0938 8.90625C9.48969 8.90625 9 9.39594 9 10C9 10.6041 9.48969 11.0938 10.0938 11.0938Z",fill:"currentColor",stroke:"none"}],["path",{d:"M13.4375 11.0938C14.0416 11.0938 14.5312 10.6041 14.5312 10C14.5312 9.39594 14.0416 8.90625 13.4375 8.90625C12.8334 8.90625 12.3438 9.39594 12.3438 10C12.3438 10.6041 12.8334 11.0938 13.4375 11.0938Z",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),W3=o("dots-three-circle-vertical",[["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 7.65625C10.6041 7.65625 11.0938 7.16656 11.0938 6.5625C11.0938 5.95844 10.6041 5.46875 10 5.46875C9.39594 5.46875 8.90625 5.95844 8.90625 6.5625C8.90625 7.16656 9.39594 7.65625 10 7.65625Z",fill:"currentColor",stroke:"none"}],["path",{d:"M10 11.0938C10.6041 11.0938 11.0938 10.6041 11.0938 10C11.0938 9.39594 10.6041 8.90625 10 8.90625C9.39594 8.90625 8.90625 9.39594 8.90625 10C8.90625 10.6041 9.39594 11.0938 10 11.0938Z",fill:"currentColor",stroke:"none"}],["path",{d:"M10 14.5312C10.6041 14.5312 11.0938 14.0416 11.0938 13.4375C11.0938 12.8334 10.6041 12.3438 10 12.3438C9.39594 12.3438 8.90625 12.8334 8.90625 13.4375C8.90625 14.0416 9.39594 14.5312 10 14.5312Z",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),I3=o("dots-three-outline",[["path",{d:"M10 11.875C11.0356 11.875 11.875 11.0356 11.875 10C11.875 8.96444 11.0356 8.125 10 8.125C8.96444 8.125 8.125 8.96444 8.125 10C8.125 11.0356 8.96444 11.875 10 11.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 11.875C4.78553 11.875 5.625 11.0356 5.625 10C5.625 8.96444 4.78553 8.125 3.75 8.125C2.71447 8.125 1.875 8.96444 1.875 10C1.875 11.0356 2.71447 11.875 3.75 11.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 11.875C17.2856 11.875 18.125 11.0356 18.125 10C18.125 8.96444 17.2856 8.125 16.25 8.125C15.2144 8.125 14.375 8.96444 14.375 10C14.375 11.0356 15.2144 11.875 16.25 11.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),X3=o("dots-three-outline-vertical",[["path",{d:"M10 11.875C11.0356 11.875 11.875 11.0356 11.875 10C11.875 8.96444 11.0356 8.125 10 8.125C8.96444 8.125 8.125 8.96444 8.125 10C8.125 11.0356 8.96444 11.875 10 11.875Z",fill:"currentColor",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 5.625C11.0356 5.625 11.875 4.78553 11.875 3.75C11.875 2.71447 11.0356 1.875 10 1.875C8.96444 1.875 8.125 2.71447 8.125 3.75C8.125 4.78553 8.96444 5.625 10 5.625Z",fill:"currentColor",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 18.125C11.0356 18.125 11.875 17.2856 11.875 16.25C11.875 15.2144 11.0356 14.375 10 14.375C8.96444 14.375 8.125 15.2144 8.125 16.25C8.125 17.2856 8.96444 18.125 10 18.125Z",fill:"currentColor",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),K3=o("dots-three-vertical",[["path",{d:"M10 5.78125C10.6041 5.78125 11.0938 5.29156 11.0938 4.6875C11.0938 4.08344 10.6041 3.59375 10 3.59375C9.39594 3.59375 8.90625 4.08344 8.90625 4.6875C8.90625 5.29156 9.39594 5.78125 10 5.78125Z",fill:"currentColor",stroke:"none"}],["path",{d:"M10 11.0938C10.6041 11.0938 11.0938 10.6041 11.0938 10C11.0938 9.39594 10.6041 8.90625 10 8.90625C9.39594 8.90625 8.90625 9.39594 8.90625 10C8.90625 10.6041 9.39594 11.0938 10 11.0938Z",fill:"currentColor",stroke:"none"}],["path",{d:"M10 16.4062C10.6041 16.4062 11.0938 15.9166 11.0938 15.3125C11.0938 14.7084 10.6041 14.2188 10 14.2188C9.39594 14.2188 8.90625 14.7084 8.90625 15.3125C8.90625 15.9166 9.39594 16.4062 10 16.4062Z",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),J3=o("download",[["path",{d:"M14.375 10H17.5C17.6657 10 17.8247 10.0659 17.9419 10.1831C18.0591 10.3003 18.125 10.4593 18.125 10.625V15.625C18.125 15.7907 18.0591 15.9497 17.9419 16.0669C17.8247 16.1841 17.6657 16.25 17.5 16.25H2.5C2.33424 16.25 2.17527 16.1841 2.05806 16.0669C1.94085 15.9497 1.875 15.7907 1.875 15.625V10.625C1.875 10.4593 1.94085 10.3003 2.05806 10.1831C2.17527 10.0659 2.33424 10 2.5 10H5.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 1.875V10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 6.25L10 10L13.75 6.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.6875 14.2188C15.2916 14.2188 15.7812 13.7291 15.7812 13.125C15.7812 12.5209 15.2916 12.0312 14.6875 12.0312C14.0834 12.0312 13.5938 12.5209 13.5938 13.125C13.5938 13.7291 14.0834 14.2188 14.6875 14.2188Z",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Q3=o("download-simple",[["path",{d:"M10 11.25V2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.875 11.25V16.25H3.125V11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 8.125L10 11.25L6.875 8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Y3=o("dress",[["path",{d:"M12.4995 2.75156V0.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.49951 0.625V2.75156",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.6249 17.4999C15.7283 17.4999 15.8301 17.4742 15.9211 17.4251C16.0121 17.3761 16.0895 17.3052 16.1464 17.2189C16.2033 17.1326 16.2379 17.0334 16.2471 16.9305C16.2563 16.8275 16.2398 16.7239 16.1991 16.6288L12.4999 8.74988L14.2858 5.94678C14.3443 5.84957 14.3751 5.73831 14.3751 5.6249C14.3751 5.5115 14.3443 5.40023 14.2858 5.30303L12.4999 2.75146L11.953 3.4374C11.7188 3.73051 11.4217 3.96716 11.0836 4.12978C10.7454 4.29241 10.3751 4.37686 9.99988 4.37686C9.62469 4.37686 9.25432 4.29241 8.91625 4.12978C8.57813 3.96716 8.281 3.73051 8.04675 3.4374L7.49988 2.75225L5.71397 5.30303C5.65556 5.40023 5.62471 5.5115 5.62471 5.6249C5.62471 5.73831 5.65556 5.84957 5.71397 5.94678L7.49988 8.74988L3.80147 16.6288C3.76078 16.7238 3.74428 16.8274 3.75344 16.9303C3.76259 17.0332 3.79712 17.1323 3.85394 17.2186C3.91075 17.3049 3.98807 17.3758 4.07899 17.4248C4.1699 17.4739 4.27157 17.4998 4.3749 17.4999H15.6249Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.49951 8.75H12.4995",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),_3=o("dresser",[["path",{d:"M10.625 15H9.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.625 5H9.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.625 10H9.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 2.5H4.375C4.02982 2.5 3.75 2.77982 3.75 3.125V16.875C3.75 17.2202 4.02982 17.5 4.375 17.5H15.625C15.9702 17.5 16.25 17.2202 16.25 16.875V3.125C16.25 2.77982 15.9702 2.5 15.625 2.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 7.5H16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 12.5H16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),$3=o("dribbble-logo",[["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.54688 16.0368C6.65963 14.1936 8.22975 12.6693 10.1051 11.6116C11.9803 10.554 14.0971 9.99881 16.25 10C16.6711 10 17.0883 10.0211 17.5 10.0618",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.6873 4.14771C13.5164 5.58692 12.0392 6.74687 10.3634 7.543C8.6875 8.33919 6.85519 8.75156 4.9998 8.75006C4.20916 8.75025 3.42026 8.67594 2.64355 8.52819",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.71338 3.25708C8.59313 4.35973 10.1517 5.9349 11.2344 7.82621C12.3171 9.71746 12.8862 11.8591 12.8853 14.0383C12.8859 15.0595 12.7619 16.077 12.5158 17.068",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),o8=o("drone",[["path",{d:"M11.875 8.12476L14.375 5.62476",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.625 14.3748L8.125 11.8748",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 11.8748L14.375 14.3748",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.625 5.62476L8.125 8.12476",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.4102 4.99983C11.5693 4.55258 11.8392 4.1529 12.1945 3.83803C12.5497 3.52315 12.9789 3.30334 13.4421 3.19906C13.9052 3.09478 14.3872 3.10943 14.8432 3.24165C15.2991 3.37386 15.7142 3.61935 16.0497 3.95521C16.3852 4.29108 16.6302 4.70641 16.7619 5.16251C16.8937 5.6186 16.9078 6.10061 16.803 6.56363C16.6982 7.02669 16.4779 7.45563 16.1627 7.81056C15.8474 8.1655 15.4475 8.43488 15 8.59356",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15 11.4102C15.4478 11.5687 15.8481 11.838 16.1637 12.1931C16.4792 12.5482 16.6997 12.9773 16.8046 13.4406C16.9094 13.9039 16.8952 14.3862 16.7633 14.8425C16.6314 15.2988 16.386 15.7143 16.0502 16.0502C15.7143 16.3861 15.2988 16.6314 14.8425 16.7633C14.3862 16.8952 13.9039 16.9094 13.4406 16.8046C12.9773 16.6997 12.5482 16.4792 12.1931 16.1637C11.838 15.8482 11.5687 15.4478 11.4102 15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.59355 15C8.43486 15.4475 8.16549 15.8474 7.81055 16.1627C7.45561 16.478 7.02668 16.6982 6.56361 16.803C6.10061 16.9078 5.6186 16.8937 5.16251 16.762C4.70641 16.6302 4.29108 16.3852 3.95521 16.0497C3.61935 15.7142 3.37386 15.2991 3.24165 14.8432C3.10943 14.3872 3.09478 13.9052 3.19906 13.4421C3.30334 12.979 3.52316 12.5497 3.83803 12.1945C4.1529 11.8392 4.55258 11.5693 4.99983 11.4102",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.9997 8.59372C4.5528 8.43435 4.15348 8.16453 3.8389 7.80935C3.52433 7.45416 3.30471 7.02516 3.20051 6.56228C3.0963 6.09941 3.11089 5.6177 3.24291 5.16198C3.37493 4.70625 3.6201 4.29134 3.9556 3.95584C4.29109 3.62035 4.70601 3.37518 5.16173 3.24316C5.61745 3.11113 6.09917 3.09655 6.56205 3.20075C7.02493 3.30496 7.45393 3.52457 7.80911 3.83915C8.1643 4.15373 8.43411 4.55305 8.59343 4.99995",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 8.12476H8.125V11.8748H11.875V8.12476Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),r8=o("drop",[["path",{d:"M16.25 11.25C16.25 5.625 10 1.25 10 1.25C10 1.25 3.75 5.625 3.75 11.25C3.75 12.9076 4.40848 14.4973 5.58058 15.6694C6.75269 16.8415 8.34238 17.5 10 17.5C11.6576 17.5 13.2473 16.8415 14.4194 15.6694C15.5915 14.4973 16.25 12.9076 16.25 11.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.625 15C12.1875 14.7367 13.4851 13.4375 13.75 11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),e8=o("dropbox-logo",[["path",{d:"M5.9375 3.75L1.875 6.5625L5.9375 9.375L10 6.5625L5.9375 3.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.0625 3.75L10 6.5625L14.0625 9.375L18.125 6.5625L14.0625 3.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.9375 9.375L1.875 12.1875L5.9375 15L10 12.1875L5.9375 9.375Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.0625 9.375L10 12.1875L14.0625 15L18.125 12.1875L14.0625 9.375Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.13379 16.5203L10.0002 17.8125L11.8666 16.5203",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),n8=o("drop-half",[["path",{d:"M16.25 11.25C16.25 5.625 10 1.25 10 1.25C10 1.25 3.75 5.625 3.75 11.25C3.75 12.9076 4.40848 14.4973 5.58058 15.6694C6.75269 16.8415 8.34238 17.5 10 17.5C11.6576 17.5 13.2473 16.8415 14.4194 15.6694C15.5915 14.4973 16.25 12.9076 16.25 11.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 17.5V1.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 10H16.1484",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 7.5H15.3618",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 12.5H16.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 15H15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 5H13.8266",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),t8=o("drop-half-bottom",[["path",{d:"M16.25 11.25C16.25 5.625 10 1.25 10 1.25C10 1.25 3.75 5.625 3.75 11.25C3.75 12.9076 4.40848 14.4973 5.58058 15.6694C6.75269 16.8415 8.34238 17.5 10 17.5C11.6576 17.5 13.2473 16.8415 14.4194 15.6694C15.5915 14.4973 16.25 12.9076 16.25 11.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.85156 10H16.1484",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.875 12.5H16.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5 15H15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),s8=o("drop-simple",[["path",{d:"M16.25 11.25C16.25 5.625 10 1.25 10 1.25C10 1.25 3.75 5.625 3.75 11.25C3.75 12.9076 4.40848 14.4973 5.58058 15.6694C6.75269 16.8415 8.34238 17.5 10 17.5C11.6576 17.5 13.2473 16.8415 14.4194 15.6694C15.5915 14.4973 16.25 12.9076 16.25 11.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),i8=o("drop-slash",[["path",{d:"M3.75 3.125L16.25 16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.0264 12.9125C16.1749 12.3708 16.2501 11.8117 16.2498 11.25C16.2498 5.625 9.9998 1.25 9.9998 1.25C9.08918 1.92066 8.24043 2.67158 7.46387 3.49375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.85156 5.43677C4.69609 7.06256 3.75 9.06256 3.75 11.2501C3.74993 12.5327 4.14453 13.7844 4.88026 14.8352C5.61598 15.8859 6.65719 16.6849 7.86256 17.1236C9.06794 17.5622 10.3791 17.6194 11.6181 17.2873C12.8571 16.9552 13.9639 16.2499 14.7882 15.2672",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),C8=o("ear",[["path",{d:"M12.5 16.875C11.8696 17.6383 11.0672 18.125 10 18.125C9.08831 18.125 8.214 17.7628 7.56931 17.1182C6.92469 16.4735 6.5625 15.5992 6.5625 14.6875C6.5625 11.4461 3.75 12.5 3.75 8.125C3.75 6.46738 4.40848 4.87769 5.58058 3.70558C6.75269 2.53348 8.34238 1.875 10 1.875C11.6576 1.875 13.2473 2.53348 14.4194 3.70558C15.5915 4.87769 16.25 6.46738 16.25 8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.5828 13.125C13.4453 13.3634 13.2329 13.5498 12.9786 13.6552C12.7244 13.7606 12.4424 13.7791 12.1765 13.7079C11.9106 13.6367 11.6757 13.4797 11.5082 13.2612C11.3406 13.0429 11.2499 12.7752 11.25 12.5C11.25 10.625 13.125 10 13.125 8.125C13.125 7.29619 12.7957 6.50131 12.2097 5.91529C11.6237 5.32924 10.8288 5 10 5C9.17119 5 8.37631 5.32924 7.79031 5.91529C7.20425 6.50131 6.875 7.29619 6.875 8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),u8=o("ear-slash",[["path",{d:"M3.75 3.125L16.25 16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.79688 2.75772C7.74556 2.19149 8.82738 1.88687 9.93213 1.87488C11.0369 1.86289 12.1251 2.14395 13.0859 2.68944C14.0466 3.23493 14.8456 4.02535 15.4014 4.98017C15.9572 5.93499 16.2501 7.02009 16.25 8.12491",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 16.8751C11.8696 17.6384 11.0672 18.1251 10 18.1251C9.08831 18.1251 8.214 17.7629 7.56931 17.1183C6.92469 16.4736 6.5625 15.5993 6.5625 14.6876C6.5625 11.4462 3.75001 12.5001 3.75001 8.12509C3.7478 6.80178 4.16761 5.51224 4.94845 4.44385",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.14301 6.85693C6.96551 7.25606 6.87419 7.68812 6.87501 8.12487",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.8125 9.37497C13.0177 8.99028 13.125 8.56097 13.125 8.12497C13.1252 7.62722 13.0066 7.13659 12.779 6.69397C12.5513 6.25134 12.2212 5.86949 11.8161 5.58021C11.4111 5.29094 10.9427 5.10261 10.4502 5.03089C9.95769 4.95918 9.45512 5.00617 8.98438 5.16794",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.2086 13.5297C13.021 13.6588 12.8016 13.7343 12.5741 13.7478C12.3468 13.7613 12.12 13.7124 11.9184 13.6064C11.7167 13.5003 11.5479 13.3413 11.4301 13.1463C11.3123 12.9513 11.25 12.7278 11.25 12.5C11.2488 12.1796 11.3071 11.8617 11.4219 11.5625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),k8=o("egg",[["path",{d:"M16.25 11.875C16.25 13.5326 15.5915 15.1223 14.4194 16.2944C13.2473 17.4665 11.6576 18.125 10 18.125C8.34238 18.125 6.75269 17.4665 5.58058 16.2944C4.40848 15.1223 3.75 13.5326 3.75 11.875C3.75 6.875 7.5 1.875 10 1.875C12.5 1.875 16.25 6.875 16.25 11.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),a8=o("egg-crack",[["path",{d:"M16.25 11.875C16.25 13.5326 15.5915 15.1223 14.4194 16.2944C13.2473 17.4665 11.6576 18.125 10 18.125C8.34238 18.125 6.75269 17.4665 5.58058 16.2944C4.40848 15.1223 3.75 13.5326 3.75 11.875C3.75 6.875 7.5 1.875 10 1.875C12.5 1.875 16.25 6.875 16.25 11.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 11.8749L12.5 8.74988L10 8.12488L13.4906 4.21313",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),d8=o("eject",[["path",{d:"M3.125 13.125V15C3.125 15.3452 3.40482 15.625 3.75 15.625H16.25C16.5952 15.625 16.875 15.3452 16.875 15V13.125C16.875 12.7798 16.5952 12.5 16.25 12.5H3.75C3.40482 12.5 3.125 12.7798 3.125 13.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.29612 8.95534L9.05706 2.90068C9.17919 2.77389 9.32569 2.67304 9.48769 2.60415C9.64975 2.53526 9.824 2.49976 10 2.49976C10.1761 2.49976 10.3503 2.53526 10.5124 2.60415C10.6744 2.67304 10.8209 2.77389 10.943 2.90068L16.7039 8.95534C17.0828 9.35378 16.7914 9.99991 16.2352 9.99991H3.768C3.20862 9.99991 2.91722 9.35378 3.29612 8.95534Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),c8=o("eject-simple",[["path",{d:"M17.5 15.625H2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.64217 10.8438L9.02186 2.96874C9.1398 2.82346 9.28867 2.70632 9.45761 2.62587C9.62655 2.54541 9.8113 2.50366 9.99842 2.50366C10.1855 2.50366 10.3703 2.54541 10.5392 2.62587C10.7082 2.70632 10.857 2.82346 10.975 2.96874L17.3578 10.8438C17.4329 10.9364 17.4803 11.0485 17.4945 11.167C17.5087 11.2854 17.489 11.4056 17.4379 11.5134C17.3868 11.6212 17.3062 11.7123 17.2055 11.7763C17.1048 11.8403 16.988 11.8745 16.8687 11.875H3.13123C3.01191 11.8745 2.89515 11.8403 2.79444 11.7763C2.69372 11.7123 2.61315 11.6212 2.56202 11.5134C2.51089 11.4056 2.49128 11.2854 2.50546 11.167C2.51964 11.0485 2.56704 10.9364 2.64217 10.8438Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),L8=o("elevator",[["path",{d:"M16.25 3.125H3.75C3.40482 3.125 3.125 3.40482 3.125 3.75V16.25C3.125 16.5952 3.40482 16.875 3.75 16.875H16.25C16.5952 16.875 16.875 16.5952 16.875 16.25V3.75C16.875 3.40482 16.5952 3.125 16.25 3.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 16.875V8.125H5.625V16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 16.875V8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.75 5.625H11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),p8=o("empty",[["path",{d:"M10 16.875C13.7969 16.875 16.875 13.7969 16.875 10C16.875 6.20304 13.7969 3.125 10 3.125C6.20304 3.125 3.125 6.20304 3.125 10C3.125 13.7969 6.20304 16.875 10 16.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 3.125L3.75 16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),l8=o("engine",[["path",{d:"M1.25 8.4375V13.4375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.8125 2.5H12.8125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.5 13.75L14.5578 16.6922C14.4407 16.8092 14.2819 16.8749 14.1164 16.875H8.07106C7.90556 16.8749 7.74681 16.8092 7.62969 16.6922L4.55781 13.6203C4.44083 13.5032 4.37507 13.3444 4.375 13.1789V6.25C4.375 6.08424 4.44085 5.92527 4.55806 5.80806C4.67527 5.69085 4.83424 5.625 5 5.625H14.1164C14.2819 5.62507 14.4407 5.69082 14.5578 5.80781L17.5 8.75H18.75C18.9157 8.75 19.0747 8.81588 19.1919 8.93306C19.3091 9.05025 19.375 9.20925 19.375 9.375V13.125C19.375 13.2907 19.3091 13.4497 19.1919 13.5669C19.0747 13.6841 18.9157 13.75 18.75 13.75H17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.25 10.9375H4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.3125 2.5V5.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),h8=o("envelope",[["path",{d:"M17.5 4.375L10 11.25L2.5 4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 4.375H17.5V15C17.5 15.1657 17.4341 15.3247 17.3169 15.4419C17.1997 15.5591 17.0407 15.625 16.875 15.625H3.125C2.95924 15.625 2.80027 15.5591 2.68306 15.4419C2.56585 15.3247 2.5 15.1657 2.5 15V4.375Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.63659 10L2.69287 15.4484",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.307 15.4484L11.3633 10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),M8=o("envelope-open",[["path",{d:"M17.5 7.5V15.625C17.5 15.7907 17.4341 15.9497 17.3169 16.0669C17.1997 16.1841 17.0407 16.25 16.875 16.25H3.125C2.95924 16.25 2.80027 16.1841 2.68306 16.0669C2.56585 15.9497 2.5 15.7907 2.5 15.625V7.5L10 2.5L17.5 7.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.63659 11.875L2.69287 16.0734",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.307 16.0734L11.3633 11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.5 7.5L11.3641 11.875H8.63675L2.5 7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),j8=o("envelope-simple",[["path",{d:"M2.5 4.375H17.5V15C17.5 15.1657 17.4341 15.3247 17.3169 15.4419C17.1997 15.5591 17.0407 15.625 16.875 15.625H3.125C2.95924 15.625 2.80027 15.5591 2.68306 15.4419C2.56585 15.3247 2.5 15.1657 2.5 15V4.375Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.5 4.375L10 11.25L2.5 4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),H8=o("envelope-simple-open",[["path",{d:"M2.5 7.5V15.625C2.5 15.7907 2.56585 15.9497 2.68306 16.0669C2.80027 16.1841 2.95924 16.25 3.125 16.25H16.875C17.0407 16.25 17.1997 16.1841 17.3169 16.0669C17.4341 15.9497 17.5 15.7907 17.5 15.625V7.5L10 2.5L2.5 7.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.5 7.5L11.3641 11.875H8.63675L2.5 7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),B8=o("equalizer",[["path",{d:"M1.875 7.5H5.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.875 10H5.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.875 12.5H5.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.875 15H5.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 10H11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 12.5H11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 15H11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 7.5H18.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 5H18.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 10H18.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 12.5H18.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 15H18.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),V8=o("equals",[["path",{d:"M3.125 12.5H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 7.5H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),w8=o("eraser",[["path",{d:"M7.5 8.125L12.5 13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.74979 16.8751L17.1334 8.49144C17.2495 8.37538 17.3416 8.23756 17.4045 8.08588C17.4673 7.93425 17.4996 7.77163 17.4996 7.6075C17.4996 7.44331 17.4673 7.28075 17.4045 7.12906C17.3416 6.97738 17.2495 6.83956 17.1334 6.7235L13.9013 3.49146C13.7853 3.37536 13.6475 3.28326 13.4958 3.22042C13.3442 3.15758 13.1815 3.12524 13.0174 3.12524C12.8532 3.12524 12.6907 3.15758 12.539 3.22042C12.3873 3.28326 12.2495 3.37536 12.1334 3.49146L2.86622 12.7586C2.75012 12.8748 2.65802 13.0126 2.59518 13.1642C2.53234 13.3159 2.5 13.4784 2.5 13.6426C2.5 13.8068 2.53234 13.9694 2.59518 14.1211C2.65802 14.2728 2.75012 14.4106 2.86622 14.5266L5.21466 16.8751H16.8748",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),b8=o("escalator-down",[["path",{d:"M13.75 6.25L15.625 8.125L17.5 6.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 3.75V8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 3.75H6.875L14.375 11.875H17.5C17.6657 11.875 17.8247 11.9409 17.9419 12.0581C18.0591 12.1753 18.125 12.3343 18.125 12.5V15.625C18.125 15.7907 18.0591 15.9497 17.9419 16.0669C17.8247 16.1841 17.6657 16.25 17.5 16.25H13.125L5.625 8.125H2.5C2.33424 8.125 2.17527 8.05912 2.05806 7.94194C1.94085 7.82475 1.875 7.66575 1.875 7.5V4.375C1.875 4.20924 1.94085 4.05027 2.05806 3.93306C2.17527 3.81585 2.33424 3.75 2.5 3.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),S8=o("escalator-up",[["path",{d:"M2.5 16.25H6.875L14.375 8.125H17.5C17.6657 8.125 17.8247 8.05912 17.9419 7.94194C18.0591 7.82475 18.125 7.66575 18.125 7.5V4.375C18.125 4.20924 18.0591 4.05027 17.9419 3.93306C17.8247 3.81585 17.6657 3.75 17.5 3.75H13.125L5.625 11.875H2.5C2.33424 11.875 2.17527 11.9409 2.05806 12.0581C1.94085 12.1753 1.875 12.3343 1.875 12.5V15.625C1.875 15.7907 1.94085 15.9497 2.05806 16.0669C2.17527 16.1841 2.33424 16.25 2.5 16.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 13.75L15.625 11.875L17.5 13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 11.875V16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),v8=o("exam",[["path",{d:"M2.5 16.875V4.375C2.5 4.20924 2.56585 4.05027 2.68306 3.93306C2.80027 3.81585 2.95924 3.75 3.125 3.75H16.875C17.0407 3.75 17.1997 3.81585 17.3169 3.93306C17.4341 4.05027 17.5 4.20924 17.5 4.375V16.875L15 15.625L12.5 16.875L10 15.625L7.5 16.875L5 15.625L2.5 16.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5 12.5L7.5 7.5L10 12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.625 11.25H9.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 10H15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 8.125V11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),x8=o("exclamation-mark",[["path",{d:"M10 16.7188C10.6041 16.7188 11.0938 16.2291 11.0938 15.625C11.0938 15.0209 10.6041 14.5312 10 14.5312C9.39594 14.5312 8.90625 15.0209 8.90625 15.625C8.90625 16.2291 9.39594 16.7188 10 16.7188Z",fill:"currentColor",stroke:"none"}],["path",{d:"M10 3.75V11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),g8=o("exclude",[["path",{d:"M12.8838 9.13354L17.8838 14.1335",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.4775 11.4773L16.4775 16.4773",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.13379 12.8835L14.1338 17.8835",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.86621 2.11646L10.8662 7.11644",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.52246 3.52271L8.52244 8.52269",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.11572 5.86548L7.11572 10.8655",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 13.125C10.6066 13.125 13.125 10.6066 13.125 7.5C13.125 4.3934 10.6066 1.875 7.5 1.875C4.3934 1.875 1.875 4.3934 1.875 7.5C1.875 10.6066 4.3934 13.125 7.5 13.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 18.125C15.6066 18.125 18.125 15.6066 18.125 12.5C18.125 9.39337 15.6066 6.875 12.5 6.875C9.39337 6.875 6.875 9.39337 6.875 12.5C6.875 15.6066 9.39337 18.125 12.5 18.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Z8=o("exclude-square",[["path",{d:"M12.5 3.125H3.125V12.5H12.5V3.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.875 7.5H7.5V16.875H16.875V7.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 3.125L7.5 7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 3.125L11.875 7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 7.5L7.5 11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 12.5L16.875 16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 8.125L16.875 12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 12.5L12.5 16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),m8=o("export",[["path",{d:"M13.75 8.125H15.625C15.7907 8.125 15.9497 8.19088 16.0669 8.30806C16.1841 8.42525 16.25 8.58425 16.25 8.75V16.25C16.25 16.4157 16.1841 16.5747 16.0669 16.6919C15.9497 16.8091 15.7907 16.875 15.625 16.875H4.375C4.20924 16.875 4.05027 16.8091 3.93306 16.6919C3.81585 16.5747 3.75 16.4157 3.75 16.25V8.75C3.75 8.58425 3.81585 8.42525 3.93306 8.30806C4.05027 8.19088 4.20924 8.125 4.375 8.125H6.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 5L10 1.875L13.125 5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 1.875V10.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),f8=o("eye",[["path",{d:"M10 4.375C3.75 4.375 1.25 10 1.25 10C1.25 10 3.75 15.625 10 15.625C16.25 15.625 18.75 10 18.75 10C18.75 10 16.25 4.375 10 4.375Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 13.125C11.7259 13.125 13.125 11.7259 13.125 10C13.125 8.27413 11.7259 6.875 10 6.875C8.27413 6.875 6.875 8.27413 6.875 10C6.875 11.7259 8.27413 13.125 10 13.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),y8=o("eye-closed",[["path",{d:"M2.5 8.125C3.81328 9.75075 6.22109 11.875 10 11.875C13.7789 11.875 16.1867 9.75075 17.5 8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.4999 13.1251L15.6733 9.92896",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5002 15L11.9463 11.6758",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 15L8.05387 11.6758",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 13.1251L4.32656 9.92896",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),P8=o("eyedropper",[["path",{d:"M14.2524 8.8415L14.6337 9.2235C14.7498 9.33956 14.8419 9.47737 14.9047 9.62906C14.9676 9.78075 14.9999 9.94331 14.9999 10.1075C14.9999 10.2717 14.9676 10.4342 14.9047 10.5859C14.8419 10.7376 14.7498 10.8754 14.6337 10.9915L13.9306 11.6946C13.8133 11.8117 13.6544 11.8775 13.4888 11.8775C13.3231 11.8775 13.1641 11.8117 13.0469 11.6946L8.30788 6.95318C8.19075 6.836 8.125 6.67706 8.125 6.51137C8.125 6.34568 8.19075 6.1868 8.30788 6.0696L9.011 5.36648C9.12706 5.25037 9.26488 5.15827 9.41656 5.09543C9.56825 5.0326 9.73081 5.00026 9.895 5.00026C10.0592 5.00026 10.2217 5.0326 10.3734 5.09543C10.5251 5.15827 10.6629 5.25037 10.779 5.36648L11.161 5.74773L13.1141 3.78679C13.9571 2.94382 15.3306 2.89226 16.1954 3.70866C16.408 3.90953 16.5781 4.15099 16.6957 4.41876C16.8134 4.68653 16.8762 4.97517 16.8803 5.26761C16.8845 5.56006 16.8299 5.85036 16.7199 6.12137C16.6099 6.39237 16.4467 6.63856 16.2399 6.84537L14.2524 8.8415Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.4463 11.0892L8.01815 15.5181C7.69703 15.8403 7.29409 16.0688 6.85272 16.1789C6.4114 16.289 5.94833 16.2766 5.51349 16.1431L3.95099 16.8259C3.83587 16.8763 3.70824 16.8907 3.58477 16.8674C3.46129 16.8442 3.34769 16.7842 3.2588 16.6954C3.19501 16.6316 3.15194 16.5501 3.13522 16.4614C3.11849 16.3728 3.12889 16.2812 3.16505 16.1986L3.88302 14.5533C3.73397 14.1117 3.71131 13.6372 3.8176 13.1834C3.9239 12.7297 4.15492 12.3147 4.48458 11.9853L8.91347 7.55713",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),T8=o("eyedropper-sample",[["path",{d:"M14.2524 8.8415L14.6337 9.2235C14.7498 9.33956 14.8419 9.47737 14.9047 9.62906C14.9676 9.78075 14.9999 9.94331 14.9999 10.1075C14.9999 10.2717 14.9676 10.4342 14.9047 10.5859C14.8419 10.7376 14.7498 10.8754 14.6337 10.9915L13.9306 11.6946C13.8133 11.8117 13.6544 11.8775 13.4888 11.8775C13.3231 11.8775 13.1641 11.8117 13.0469 11.6946L8.30788 6.95318C8.19075 6.836 8.125 6.67706 8.125 6.51137C8.125 6.34568 8.19075 6.1868 8.30788 6.0696L9.011 5.36648C9.12706 5.25037 9.26488 5.15827 9.41656 5.09543C9.56825 5.0326 9.73081 5.00026 9.895 5.00026C10.0592 5.00026 10.2217 5.0326 10.3734 5.09543C10.5251 5.15827 10.6629 5.25037 10.779 5.36648L11.161 5.74773L13.1141 3.78679C13.9571 2.94382 15.3306 2.89226 16.1954 3.70866C16.408 3.90953 16.5781 4.15099 16.6957 4.41876C16.8134 4.68653 16.8762 4.97517 16.8803 5.26761C16.8845 5.56006 16.8299 5.85036 16.7199 6.12137C16.6099 6.39237 16.4467 6.63856 16.2399 6.84537L14.2524 8.8415Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.4463 11.0892L8.01815 15.5181C7.69703 15.8403 7.29409 16.0688 6.85272 16.1789C6.4114 16.289 5.94833 16.2766 5.51349 16.1431L3.95099 16.8259C3.83587 16.8763 3.70824 16.8907 3.58477 16.8674C3.46129 16.8442 3.34769 16.7842 3.2588 16.6954C3.19501 16.6316 3.15194 16.5501 3.13522 16.4614C3.11849 16.3728 3.12889 16.2812 3.16505 16.1986L3.88302 14.5533C3.73397 14.1117 3.71131 13.6372 3.8176 13.1834C3.9239 12.7297 4.15492 12.3147 4.48458 11.9853L8.91347 7.55713",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.08447 12.5H11.0353",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),A8=o("eyeglasses",[["path",{d:"M5.3125 15.625C6.86581 15.625 8.125 14.3658 8.125 12.8125C8.125 11.2592 6.86581 10 5.3125 10C3.7592 10 2.5 11.2592 2.5 12.8125C2.5 14.3658 3.7592 15.625 5.3125 15.625Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.6875 15.625C16.2408 15.625 17.5 14.3658 17.5 12.8125C17.5 11.2592 16.2408 10 14.6875 10C13.1342 10 11.875 11.2592 11.875 12.8125C11.875 14.3658 13.1342 15.625 14.6875 15.625Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 12.5H11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 12.8125V5.625C2.5 5.12772 2.69754 4.65081 3.04918 4.29918C3.40081 3.94754 3.87772 3.75 4.375 3.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 3.75C16.1222 3.75 16.5992 3.94754 16.9508 4.29918C17.3024 4.65081 17.5 5.12772 17.5 5.625V12.8125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),F8=o("eyes",[["path",{d:"M4.375 11.875C5.41053 11.875 6.25 11.0356 6.25 10C6.25 8.96444 5.41053 8.125 4.375 8.125C3.33947 8.125 2.5 8.96444 2.5 10C2.5 11.0356 3.33947 11.875 4.375 11.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 11.875C12.9106 11.875 13.75 11.0356 13.75 10C13.75 8.96444 12.9106 8.125 11.875 8.125C10.8394 8.125 10 8.96444 10 10C10 11.0356 10.8394 11.875 11.875 11.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 16.875C15.8211 16.875 17.5 13.7969 17.5 10C17.5 6.20304 15.8211 3.125 13.75 3.125C11.6789 3.125 10 6.20304 10 10C10 13.7969 11.6789 16.875 13.75 16.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 16.875C8.32106 16.875 10 13.7969 10 10C10 6.20304 8.32106 3.125 6.25 3.125C4.17893 3.125 2.5 6.20304 2.5 10C2.5 13.7969 4.17893 16.875 6.25 16.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),D8=o("eye-slash",[["path",{d:"M3.75 3.125L16.25 16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.1021 12.3123C11.4888 12.8698 10.6791 13.1609 9.85118 13.1215C9.02324 13.0821 8.24487 12.7154 7.6873 12.1021C7.12974 11.4888 6.83862 10.6791 6.87805 9.85113C6.91743 9.02319 7.28412 8.24482 7.89743 7.68726",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.5884 6.93066C11.2528 7.05785 11.8579 7.39723 12.3129 7.89779C12.7679 8.39829 13.0483 9.03298 13.1118 9.70641",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.2976 13.2109C18.0007 11.6859 18.7499 10 18.7499 10C18.7499 10 16.2499 4.37501 9.9999 4.37501C9.45871 4.37427 8.91834 4.41817 8.38428 4.50626",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.78125 5.35962C2.59609 6.97212 1.25 10.0002 1.25 10.0002C1.25 10.0002 3.75 15.6252 10 15.6252C11.4644 15.6367 12.9106 15.2993 14.2188 14.6409",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),q8=o("facebook-logo",[["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 6.875H11.875C11.3778 6.875 10.9008 7.07256 10.5492 7.42419C10.1976 7.77581 10 8.25275 10 8.75V17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 11.25H12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),R8=o("face-mask",[["path",{d:"M3.125 6.02268C3.12499 5.89432 3.16451 5.76908 3.23817 5.66397C3.31183 5.55886 3.41607 5.47897 3.53672 5.43517L9.78669 3.16252C9.9245 3.11249 10.0755 3.11249 10.2132 3.16252L16.4632 5.43517C16.5839 5.47897 16.6882 5.55886 16.7618 5.66397C16.8355 5.76908 16.875 5.89432 16.875 6.02268V10.625C16.875 15 10 16.25 10 16.25C10 16.25 3.125 15 3.125 10.625V6.02268Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 8.125H13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 10.625H13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.6729 11.875H17.5002C17.9975 11.875 18.4744 11.6774 18.826 11.3258C19.1776 10.9742 19.3752 10.4972 19.3752 10V8.125C19.3752 7.62775 19.1776 7.15081 18.826 6.79919C18.4744 6.44756 17.9975 6.25 17.5002 6.25H16.8752",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.32734 11.875H2.5C2.00272 11.875 1.52581 11.6774 1.17417 11.3258C0.822544 10.9742 0.625 10.4972 0.625 10V8.125C0.625 7.62775 0.822544 7.15081 1.17417 6.79919C1.52581 6.44756 2.00272 6.25 2.5 6.25H3.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),U8=o("factory",[["path",{d:"M11.9961 9.77813L13.0469 2.41172C13.0682 2.2625 13.1427 2.12599 13.2567 2.02736C13.3707 1.92873 13.5165 1.87462 13.6672 1.875H15.0828C15.2336 1.87462 15.3794 1.92873 15.4933 2.02736C15.6073 2.12599 15.6818 2.2625 15.7032 2.41172L16.875 10.625V16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 13.75H8.4375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.5625 13.75H13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.875 10.625H13.125L8.125 6.875V10.625L3.125 6.875V16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.875 16.875H18.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),N8=o("faders",[["path",{d:"M10 9.375V16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 3.125V6.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 15.625V16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 3.125V13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.5 13.125H13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 13.125V16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 3.125V10.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 10.625H6.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 6.875H8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),G8=o("faders-horizontal",[["path",{d:"M14.375 6.25H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 6.25H11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.375 13.75H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 13.75H6.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 4.375V8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 11.875V15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),z8=o("fallout-shelter",[["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 6.25H12.5L10 10L7.5 6.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 10H15L12.5 13.75L10 10Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5 10H10L7.5 13.75L5 10Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),E8=o("fan",[["path",{d:"M9.99951 11.875C11.0351 11.875 11.8745 11.0356 11.8745 10C11.8745 8.96444 11.0351 8.125 9.99951 8.125C8.96395 8.125 8.12451 8.96444 8.12451 10C8.12451 11.0356 8.96395 11.875 9.99951 11.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.14876 9.69825C7.62926 9.48263 7.16013 9.16144 6.7712 8.75506C6.38226 8.34869 6.08193 7.86594 5.88927 7.3375C5.69661 6.809 5.6158 6.24625 5.65196 5.6849C5.68811 5.12355 5.84046 4.57583 6.09933 4.07643C6.3582 3.57703 6.71795 3.13683 7.15582 2.78372C7.5937 2.43061 8.10013 2.17227 8.64307 2.02508C9.18595 1.87789 9.75351 1.84506 10.3098 1.92866C10.8661 2.01226 11.3989 2.21046 11.8746 2.51072L10.455 8.17794",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.6637 11.7542C10.738 12.3126 10.6954 12.8803 10.5386 13.4213C10.3817 13.9623 10.1141 14.4648 9.75263 14.8968C9.39119 15.3288 8.94382 15.681 8.43901 15.9309C7.93419 16.1808 7.38294 16.3229 6.82026 16.3484C6.25751 16.3739 5.69567 16.282 5.17036 16.0787C4.64504 15.8754 4.16776 15.565 3.7688 15.1674C3.36985 14.7697 3.05795 14.2934 2.85291 13.7688C2.64787 13.2442 2.55419 12.6826 2.57779 12.1198L8.19576 10.5151",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.1865 8.54726C11.6329 8.20376 12.1459 7.95683 12.6928 7.8222C13.2397 7.68751 13.8086 7.66801 14.3635 7.76501C14.9183 7.86201 15.447 8.07326 15.9158 8.38545C16.3846 8.6977 16.7834 9.10395 17.0868 9.57851C17.3902 10.0531 17.5916 10.5855 17.6783 11.1421C17.7649 11.6986 17.7348 12.2671 17.59 12.8115C17.4451 13.3558 17.1887 13.864 16.837 14.304C16.4852 14.7438 16.0458 15.1058 15.5467 15.3668L11.3483 11.3043",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),O8=o("farm",[["path",{d:"M10 11.0938C12.5575 9.95646 15.326 9.37083 18.125 9.37502",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.8818 12.6743C14.5787 12.1427 16.3467 11.8732 18.1248 11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.3818 14.625C16.2866 14.4584 17.2048 14.3747 18.1248 14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.875 14.375C4.82617 14.3702 7.71256 15.2402 10.1695 16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.875 11.875C6.45569 11.869 10.8549 13.6649 14.1227 16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.875 9.37501C4.8737 9.37207 7.8345 10.0448 10.5376 11.3433C13.2406 12.6416 15.6163 14.5324 17.4883 16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 9.85469V6.25L11.25 2.5L16.25 6.25V9.46175",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.375 10.8289V7.5H13.125V10.0047",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),W8=o("fast-forward",[["path",{d:"M3.125 5.61312V14.3866C3.12596 14.497 3.1565 14.6052 3.21346 14.6999C3.27043 14.7945 3.35172 14.8722 3.44887 14.9248C3.54604 14.9773 3.65551 15.0029 3.76591 14.9988C3.8763 14.9947 3.98358 14.9611 4.07656 14.9014L10.9664 10.5147C11.0532 10.4597 11.1247 10.3837 11.1742 10.2937C11.2238 10.2037 11.2498 10.1026 11.2498 9.99982C11.2498 9.89707 11.2238 9.796 11.1742 9.706C11.1247 9.616 11.0532 9.53994 10.9664 9.485L4.07656 5.09828C3.98358 5.03864 3.8763 5.00502 3.76591 5.00092C3.65551 4.99681 3.54604 5.02237 3.44887 5.07494C3.35172 5.12751 3.27043 5.20517 3.21346 5.29982C3.1565 5.39447 3.12596 5.50266 3.125 5.61312Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 5.61312V14.3866C11.2509 14.497 11.2815 14.6052 11.3384 14.6999C11.3954 14.7945 11.4767 14.8722 11.5739 14.9248C11.6711 14.9773 11.7805 15.0029 11.8909 14.9988C12.0013 14.9947 12.1086 14.9611 12.2016 14.9014L19.0914 10.5147C19.1782 10.4597 19.2497 10.3837 19.2992 10.2937C19.3488 10.2037 19.3748 10.1026 19.3748 9.99982C19.3748 9.89707 19.3488 9.796 19.2992 9.706C19.2497 9.616 19.1782 9.53994 19.0914 9.485L12.2016 5.09828C12.1086 5.03864 12.0013 5.00502 11.8909 5.00092C11.7805 4.99681 11.6711 5.02237 11.5739 5.07494C11.4767 5.12751 11.3954 5.20517 11.3384 5.29982C11.2815 5.39447 11.2509 5.50266 11.25 5.61312Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),I8=o("fast-forward-circle",[["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.9375 7.1875V12.8125L14.6875 10L10.9375 7.1875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.5625 7.1875L10.3125 10L6.5625 12.8125V7.1875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),X8=o("feather",[["path",{d:"M14.375 5.625L2.5 17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.4328 14.8172C11.3157 14.9342 11.1569 14.9999 10.9914 15H5V9.00859C5.00007 8.84303 5.06582 8.68428 5.18281 8.56716L10.6562 3.15622C11.4767 2.33571 12.5896 1.87476 13.75 1.87476C14.3246 1.87476 14.8935 1.98792 15.4243 2.2078C15.9551 2.42767 16.4375 2.74995 16.8438 3.15622C17.25 3.56251 17.5723 4.04482 17.7922 4.57565C18.0121 5.10647 18.1253 5.67541 18.1253 6.24997C18.1253 6.82453 18.0121 7.39347 17.7922 7.92428C17.5723 8.45516 17.25 8.93747 16.8438 9.34372L11.4328 14.8172Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.75 5.04053V11.2499",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.625 9.375H16.8125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),K8=o("fediverse-logo",[["path",{d:"M11.5625 5C12.4254 5 13.125 4.30044 13.125 3.4375C13.125 2.57456 12.4254 1.875 11.5625 1.875C10.6996 1.875 10 2.57456 10 3.4375C10 4.30044 10.6996 5 11.5625 5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.5625 11.25C17.4254 11.25 18.125 10.5504 18.125 9.6875C18.125 8.82456 17.4254 8.125 16.5625 8.125C15.6996 8.125 15 8.82456 15 9.6875C15 10.5504 15.6996 11.25 16.5625 11.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.1875 18.125C13.0504 18.125 13.75 17.4254 13.75 16.5625C13.75 15.6996 13.0504 15 12.1875 15C11.3246 15 10.625 15.6996 10.625 16.5625C10.625 17.4254 11.3246 18.125 12.1875 18.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 15.9375C5.23794 15.9375 5.9375 15.2379 5.9375 14.375C5.9375 13.5121 5.23794 12.8125 4.375 12.8125C3.51206 12.8125 2.8125 13.5121 2.8125 14.375C2.8125 15.2379 3.51206 15.9375 4.375 15.9375Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.0625 8.125C4.92544 8.125 5.625 7.42544 5.625 6.5625C5.625 5.69956 4.92544 5 4.0625 5C3.19956 5 2.5 5.69956 2.5 6.5625C2.5 7.42544 3.19956 8.125 4.0625 8.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.7232 11.0063L13.0264 15.2438",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5381 4.65771L15.5865 8.46708",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.50537 5.96177L10.1194 4.03833",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.0016 9.76172L10 9.99997",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 9.99995L11.2007 4.95776",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.41504 7.34521L10.0002 9.9999",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 10L11.6929 15.0797",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.683 16.1415L5.87988 14.7961",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.6084 13.4156L9.99982 10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.3125 12.8142L4.125 8.12354",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),J8=o("figma-logo",[["path",{d:"M13.125 12.5C14.5057 12.5 15.625 11.3807 15.625 10C15.625 8.61931 14.5057 7.5 13.125 7.5C11.7443 7.5 10.625 8.61931 10.625 10C10.625 11.3807 11.7443 12.5 13.125 12.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.625 7.5H13.125C13.7881 7.5 14.4239 7.23662 14.8927 6.76775C15.3616 6.29894 15.625 5.66304 15.625 5C15.625 4.33696 15.3616 3.70107 14.8927 3.23223C14.4239 2.76339 13.7881 2.5 13.125 2.5H10.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.625 2.5H7.5C6.83694 2.5 6.20107 2.76339 5.73223 3.23223C5.26339 3.70107 5 4.33696 5 5C5 5.66304 5.26339 6.29894 5.73223 6.76775C6.20107 7.23662 6.83694 7.5 7.5 7.5H10.625V2.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.625 7.5H7.5C6.83694 7.5 6.20107 7.76338 5.73223 8.23225C5.26339 8.70106 5 9.33694 5 10C5 10.6631 5.26339 11.2989 5.73223 11.7677C6.20107 12.2366 6.83694 12.5 7.5 12.5H10.625V7.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.625 12.5H7.8125C7.25625 12.5 6.7125 12.6649 6.24996 12.974C5.78745 13.2831 5.42696 13.7223 5.21409 14.2362C5.00122 14.7501 4.94552 15.3156 5.05404 15.8612C5.16256 16.4067 5.43043 16.9079 5.82376 17.3012C6.2171 17.6946 6.71825 17.9624 7.26381 18.0709C7.80938 18.1795 8.37488 18.1238 8.88881 17.9109C9.40269 17.6981 9.84194 17.3376 10.151 16.8751C10.4601 16.4125 10.625 15.8687 10.625 15.3125V12.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Q8=o("file",[["path",{d:"M15.625 17.5H4.375C4.20924 17.5 4.05027 17.4341 3.93306 17.3169C3.81585 17.1997 3.75 17.0407 3.75 16.875V3.125C3.75 2.95924 3.81585 2.80027 3.93306 2.68306C4.05027 2.56585 4.20924 2.5 4.375 2.5H11.875L16.25 6.875V16.875C16.25 17.0407 16.1841 17.1997 16.0669 17.3169C15.9497 17.4341 15.7907 17.5 15.625 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 2.5V6.875H16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Y8=o("file-archive",[["path",{d:"M11.875 2.5V6.875H16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 17.5C15.7907 17.5 15.9497 17.4341 16.0669 17.3169C16.1841 17.1997 16.25 17.0407 16.25 16.875V6.875L11.875 2.5H4.375C4.20924 2.5 4.05027 2.56585 3.93306 2.68306C3.81585 2.80027 3.75 2.95924 3.75 3.125V16.875C3.75 17.0407 3.81585 17.1997 3.93306 17.3169C4.05027 17.4341 4.20924 17.5 4.375 17.5H15.625Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 17.5V8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 12.5H9.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 10H9.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 15H9.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),_8=o("file-arrow-down",[["path",{d:"M15.625 17.5H4.375C4.20924 17.5 4.05027 17.4341 3.93306 17.3169C3.81585 17.1997 3.75 17.0407 3.75 16.875V3.125C3.75 2.95924 3.81585 2.80027 3.93306 2.68306C4.05027 2.56585 4.20924 2.5 4.375 2.5H11.875L16.25 6.875V16.875C16.25 17.0407 16.1841 17.1997 16.0669 17.3169C15.9497 17.4341 15.7907 17.5 15.625 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 2.5V6.875H16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 9.375V14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 12.5L10 14.375L11.875 12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),$8=o("file-arrow-up",[["path",{d:"M15.625 17.5H4.375C4.20924 17.5 4.05027 17.4341 3.93306 17.3169C3.81585 17.1997 3.75 17.0407 3.75 16.875V3.125C3.75 2.95924 3.81585 2.80027 3.93306 2.68306C4.05027 2.56585 4.20924 2.5 4.375 2.5H11.875L16.25 6.875V16.875C16.25 17.0407 16.1841 17.1997 16.0669 17.3169C15.9497 17.4341 15.7907 17.5 15.625 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 2.5V6.875H16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 11.25L10 9.375L11.875 11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 14.375V9.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),o4=o("file-audio",[["path",{d:"M3.75 15.625V12.5H5.625L7.5 10.625V17.5L5.625 15.625H3.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 11.875C10.3807 12.0993 10.6963 12.4191 10.9154 12.8027C11.1347 13.1864 11.25 13.6206 11.25 14.0625C11.25 14.5044 11.1347 14.9386 10.9154 15.3223C10.6963 15.7059 10.3807 16.0257 10 16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 2.5V6.875H16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 17.5H15.625C15.7907 17.5 15.9497 17.4341 16.0669 17.3169C16.1841 17.1997 16.25 17.0407 16.25 16.875V6.875L11.875 2.5H4.375C4.20924 2.5 4.05027 2.56585 3.93306 2.68306C3.81585 2.80027 3.75 2.95924 3.75 3.125V9.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),r4=o("file-c",[["path",{d:"M6.25 15.6929C6.09055 15.866 5.89743 16.0047 5.68249 16.1005C5.46754 16.1962 5.2353 16.2471 5 16.25C3.96406 16.25 3.125 15.2703 3.125 14.0625C3.125 12.8547 3.96406 11.875 5 11.875C5.2353 11.8779 5.46754 11.9288 5.68249 12.0245C5.89743 12.1203 6.09055 12.259 6.25 12.4321",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.375 17.5H15.625C15.7907 17.5 15.9497 17.4341 16.0669 17.3169C16.1841 17.1997 16.25 17.0407 16.25 16.875V6.875L11.875 2.5H4.375C4.20924 2.5 4.05027 2.56585 3.93306 2.68306C3.81585 2.80027 3.75 2.95924 3.75 3.125V8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 2.5V6.875H16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),e4=o("file-cloud",[["path",{d:"M11.875 2.5V6.875H16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 17.5H15.625C15.7907 17.5 15.9497 17.4341 16.0669 17.3169C16.1841 17.1997 16.25 17.0407 16.25 16.875V6.875L11.875 2.5H4.375C4.20924 2.5 4.05027 2.56585 3.93306 2.68306C3.81585 2.80027 3.75 2.95924 3.75 3.125V10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.12969 13.125H4.6875C4.10734 13.125 3.55094 13.3554 3.14071 13.7657C2.73047 14.1759 2.5 14.7323 2.5 15.3125C2.5 15.8927 2.73047 16.4491 3.14071 16.8593C3.55094 17.2696 4.10734 17.5 4.6875 17.5H8.4375C9.10406 17.4999 9.75619 17.3061 10.3146 16.9421C10.8729 16.5781 11.3134 16.0596 11.5824 15.4498C11.8514 14.8399 11.9374 14.165 11.8297 13.5073C11.722 12.8494 11.4254 12.2371 10.9761 11.7449C10.5266 11.2526 9.94381 10.9016 9.2985 10.7346C8.65325 10.5676 7.97331 10.5919 7.34156 10.8043C6.70975 11.0168 6.1534 11.4084 5.74016 11.9314C5.32693 12.4544 5.07466 13.0862 5.01406 13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),n4=o("file-code",[["path",{d:"M11.875 2.5V6.875H16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 10L13.75 11.875L11.875 13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 10L6.25 11.875L8.125 13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 17.5C15.7907 17.5 15.9497 17.4341 16.0669 17.3169C16.1841 17.1997 16.25 17.0407 16.25 16.875V6.875L11.875 2.5H4.375C4.20924 2.5 4.05027 2.56585 3.93306 2.68306C3.81585 2.80027 3.75 2.95924 3.75 3.125V16.875C3.75 17.0407 3.81585 17.1997 3.93306 17.3169C4.05027 17.4341 4.20924 17.5 4.375 17.5H15.625Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),t4=o("file-cpp",[["path",{d:"M6.25 15.6929C6.09055 15.866 5.89743 16.0047 5.68249 16.1005C5.46754 16.1962 5.2353 16.2471 5 16.25C3.96406 16.25 3.125 15.2703 3.125 14.0625C3.125 12.8547 3.96406 11.875 5 11.875C5.2353 11.8779 5.46754 11.9288 5.68249 12.0245C5.89743 12.1203 6.09055 12.259 6.25 12.4321",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 8.75V3.125C3.75 2.95924 3.81585 2.80027 3.93306 2.68306C4.05027 2.56585 4.20924 2.5 4.375 2.5H11.875L16.25 6.875V8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 2.5V6.875H16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.4375 14.0625H11.5625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 12.5V15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 14.0625H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.3125 12.5V15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),s4=o("file-c-sharp",[["path",{d:"M6.25 15.6929C6.09055 15.866 5.89743 16.0047 5.68249 16.1005C5.46754 16.1962 5.2353 16.2471 5 16.25C3.96406 16.25 3.125 15.2703 3.125 14.0625C3.125 12.8547 3.96406 11.875 5 11.875C5.2353 11.8779 5.46754 11.9288 5.68249 12.0245C5.89743 12.1203 6.09055 12.259 6.25 12.4321",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 17.5V6.875L11.875 2.5H4.375C4.20924 2.5 4.05027 2.56585 3.93306 2.68306C3.81585 2.80027 3.75 2.95924 3.75 3.125V8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 2.5V6.875H16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.75 12.5H13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.75 15H13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 11.25V16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 11.25V16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),i4=o("file-css",[["path",{d:"M6.25 15.6929C6.09055 15.866 5.89743 16.0047 5.68249 16.1005C5.46754 16.1962 5.2353 16.2471 5 16.25C3.96406 16.25 3.125 15.2703 3.125 14.0625C3.125 12.8547 3.96406 11.875 5 11.875C5.2353 11.8779 5.46754 11.9288 5.68249 12.0245C5.89743 12.1203 6.09055 12.259 6.25 12.4321",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.9296 12C10.9296 12 8.63045 11.3922 8.44527 12.8594C8.26014 14.3266 11.4476 13.65 11.2406 15.2594C11.0476 16.7563 8.75777 16.1188 8.75777 16.1188",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.9296 12C15.9296 12 13.6305 11.3922 13.4453 12.8594C13.2601 14.3266 16.4476 13.65 16.2406 15.2594C16.0476 16.7563 13.7578 16.1188 13.7578 16.1188",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 8.75V3.125C3.75 2.95924 3.81585 2.80027 3.93306 2.68306C4.05027 2.56585 4.20924 2.5 4.375 2.5H11.875L16.25 6.875V8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 2.5V6.875H16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),C4=o("file-csv",[["path",{d:"M3.75 8.75V3.125C3.75 2.95924 3.81585 2.80027 3.93306 2.68306C4.05027 2.56585 4.20924 2.5 4.375 2.5H11.875L16.25 6.875V8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 2.5V6.875H16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 15.6929C6.09055 15.866 5.89743 16.0047 5.68249 16.1005C5.46754 16.1962 5.2353 16.2471 5 16.25C3.96406 16.25 3.125 15.2703 3.125 14.0625C3.125 12.8547 3.96406 11.875 5 11.875C5.2353 11.8779 5.46754 11.9288 5.68249 12.0245C5.89743 12.1203 6.09055 12.259 6.25 12.4321",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.9296 12C10.9296 12 8.63045 11.3922 8.44527 12.8594C8.26014 14.3266 11.4476 13.65 11.2406 15.2594C11.0476 16.7563 8.75777 16.1188 8.75777 16.1188",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 11.875L14.6875 16.25L16.25 11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),u4=o("file-dashed",[["path",{d:"M5.625 17.5H4.375C4.20924 17.5 4.05027 17.4341 3.93306 17.3169C3.81585 17.1997 3.75 17.0407 3.75 16.875V14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.375 2.5H11.875L16.25 6.875V10.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 5V3.125C3.75 2.95924 3.81585 2.80027 3.93306 2.68306C4.05027 2.56585 4.20924 2.5 4.375 2.5H6.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 2.5V6.875H16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 13.75V16.875C16.25 17.0407 16.1841 17.1997 16.0669 17.3169C15.9497 17.4341 15.7907 17.5 15.625 17.5H15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 8.125V11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.75 17.5H11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),k4=o("file-doc",[["path",{d:"M3.75 8.75V3.125C3.75 2.95924 3.81585 2.80027 3.93306 2.68306C4.05027 2.56585 4.20924 2.5 4.375 2.5H11.875L16.25 6.875V8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 2.5V6.875H16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.8125 11.875V16.25H4.0625C4.64266 16.25 5.19906 16.0196 5.60929 15.6093C6.01953 15.1991 6.25 14.6427 6.25 14.0625C6.25 13.4823 6.01953 12.9259 5.60929 12.5157C5.19906 12.1054 4.64266 11.875 4.0625 11.875H2.8125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.875 15.6929C16.7156 15.866 16.5224 16.0047 16.3075 16.1005C16.0926 16.1962 15.8603 16.2471 15.625 16.25C14.5891 16.25 13.75 15.2703 13.75 14.0625C13.75 12.8547 14.5891 11.875 15.625 11.875C15.8603 11.8779 16.0926 11.9288 16.3075 12.0245C16.5224 12.1203 16.7156 12.259 16.875 12.4321",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 16.25C11.0356 16.25 11.875 15.2706 11.875 14.0625C11.875 12.8544 11.0356 11.875 10 11.875C8.96444 11.875 8.125 12.8544 8.125 14.0625C8.125 15.2706 8.96444 16.25 10 16.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),a4=o("file-html",[["path",{d:"M3.75 9.375V3.125C3.75 2.95924 3.81585 2.80027 3.93306 2.68306C4.05027 2.56585 4.20924 2.5 4.375 2.5H11.875L16.25 6.875V9.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 2.5V6.875H16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.875 12.5V16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.6875 12.5V16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.8125 12.5V16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.0625 12.5H6.5625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.6875 14.375H1.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.9375 16.25V12.5L12.8125 15L14.6875 12.5V16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.875 12.5V16.25H19.0625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),d4=o("file-image",[["path",{d:"M11.875 17.5L8.125 11.875L5.96563 15.1141L4.6875 13.125L1.875 17.5H11.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 2.5V6.875H16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15 17.5H15.625C15.7907 17.5 15.9497 17.4341 16.0669 17.3169C16.1841 17.1997 16.25 17.0407 16.25 16.875V6.875L11.875 2.5H4.375C4.20924 2.5 4.05027 2.56585 3.93306 2.68306C3.81585 2.80027 3.75 2.95924 3.75 3.125V10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),c4=o("file-ini",[["path",{d:"M3.125 11.875V16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.375 11.875V16.25L6.25 11.875V16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 11.875V16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 17.5V6.875L11.875 2.5H4.375C4.20924 2.5 4.05027 2.56585 3.93306 2.68306C3.81585 2.80027 3.75 2.95924 3.75 3.125V8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 2.5V6.875H16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),L4=o("file-jpg",[["path",{d:"M3.75 8.75V3.125C3.75 2.95924 3.81585 2.80027 3.93306 2.68306C4.05027 2.56585 4.20924 2.5 4.375 2.5H11.875L16.25 6.875V8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 2.5V6.875H16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 15H9.375C9.78937 15 10.1868 14.8354 10.4799 14.5424C10.7729 14.2493 10.9375 13.8519 10.9375 13.4375C10.9375 13.0231 10.7729 12.6257 10.4799 12.3326C10.1868 12.0396 9.78937 11.875 9.375 11.875H8.125V16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 14.375H16.25V15.6929C16.0906 15.866 15.8974 16.0047 15.6825 16.1005C15.4676 16.1962 15.2353 16.2471 15 16.25C13.9649 16.25 13.125 15.2703 13.125 14.0625C13.125 12.8547 13.9649 11.875 15 11.875C15.3349 11.876 15.6616 11.9781 15.9375 12.168",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.8125 14.8438C2.8125 15.2167 2.96066 15.5744 3.22438 15.8381C3.48811 16.1018 3.84579 16.25 4.21875 16.25C4.59171 16.25 4.94939 16.1018 5.21312 15.8381C5.47684 15.5744 5.625 15.2167 5.625 14.8438V11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),p4=o("file-js",[["path",{d:"M13.75 17.5H15.625C15.7907 17.5 15.9497 17.4341 16.0669 17.3169C16.1841 17.1997 16.25 17.0407 16.25 16.875V6.875L11.875 2.5H4.375C4.20924 2.5 4.05027 2.56585 3.93306 2.68306C3.81585 2.80027 3.75 2.95924 3.75 3.125V8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 2.5V6.875H16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.6171 12C10.6171 12 8.31795 11.3922 8.13277 12.8594C7.94764 14.3266 11.1351 13.65 10.9281 15.2594C10.7351 16.7563 8.44527 16.1188 8.44527 16.1188",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.8125 14.8438C2.8125 15.2167 2.96066 15.5744 3.22438 15.8381C3.48811 16.1018 3.84579 16.25 4.21875 16.25C4.59171 16.25 4.94939 16.1018 5.21312 15.8381C5.47684 15.5744 5.625 15.2167 5.625 14.8438V11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),l4=o("file-jsx",[["path",{d:"M3.75 8.75V3.125C3.75 2.95924 3.81585 2.80027 3.93306 2.68306C4.05027 2.56585 4.20924 2.5 4.375 2.5H11.875L16.25 6.875V8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 2.5V6.875H16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.6171 12C10.6171 12 8.31795 11.3922 8.13277 12.8594C7.94764 14.3266 11.1351 13.65 10.9281 15.2594C10.7351 16.7563 8.44527 16.1188 8.44527 16.1188",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.8125 14.8438C2.8125 15.2167 2.96066 15.5744 3.22438 15.8381C3.48811 16.1018 3.84579 16.25 4.21875 16.25C4.59171 16.25 4.94939 16.1018 5.21312 15.8381C5.47684 15.5744 5.625 15.2167 5.625 14.8438V11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 11.875L16.25 16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 11.875L13.125 16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),h4=o("file-lock",[["path",{d:"M9.375 14.375H3.75V17.5H9.375V14.375Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5 14.375V13.4375C5 13.0231 5.16462 12.6257 5.45764 12.3326C5.75067 12.0396 6.1481 11.875 6.5625 11.875C6.97687 11.875 7.37431 12.0396 7.66738 12.3326C7.96038 12.6257 8.125 13.0231 8.125 13.4375V14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 2.5V6.875H16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 17.5H15.625C15.7907 17.5 15.9497 17.4341 16.0669 17.3169C16.1841 17.1997 16.25 17.0407 16.25 16.875V6.875L11.875 2.5H4.375C4.20924 2.5 4.05027 2.56585 3.93306 2.68306C3.81585 2.80027 3.75 2.95924 3.75 3.125V10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),M4=o("file-magnifying-glass",[["path",{d:"M15.625 17.5H4.375C4.20924 17.5 4.05027 17.4341 3.93306 17.3169C3.81585 17.1997 3.75 17.0407 3.75 16.875V3.125C3.75 2.95924 3.81585 2.80027 3.93306 2.68306C4.05027 2.56585 4.20924 2.5 4.375 2.5H11.875L16.25 6.875V16.875C16.25 17.0407 16.1841 17.1997 16.0669 17.3169C15.9497 17.4341 15.7907 17.5 15.625 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 2.5V6.875H16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.6875 13.75C10.8956 13.75 11.875 12.7706 11.875 11.5625C11.875 10.3544 10.8956 9.375 9.6875 9.375C8.47938 9.375 7.5 10.3544 7.5 11.5625C7.5 12.7706 8.47938 13.75 9.6875 13.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.2344 13.1094L12.5 14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),j4=o("file-md",[["path",{d:"M16.25 17.5V6.875L11.875 2.5H4.375C4.20924 2.5 4.05027 2.56585 3.93306 2.68306C3.81585 2.80027 3.75 2.95924 3.75 3.125V8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 2.5V6.875H16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 11.875V16.25H11.25C11.8302 16.25 12.3866 16.0196 12.7968 15.6093C13.2071 15.1991 13.4375 14.6427 13.4375 14.0625C13.4375 13.4823 13.2071 12.9259 12.7968 12.5157C12.3866 12.1054 11.8302 11.875 11.25 11.875H10Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 16.25V11.875L5.3125 15L3.125 11.875V16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),H4=o("file-minus",[["path",{d:"M15.625 17.5H4.375C4.20924 17.5 4.05027 17.4341 3.93306 17.3169C3.81585 17.1997 3.75 17.0407 3.75 16.875V3.125C3.75 2.95924 3.81585 2.80027 3.93306 2.68306C4.05027 2.56585 4.20924 2.5 4.375 2.5H11.875L16.25 6.875V16.875C16.25 17.0407 16.1841 17.1997 16.0669 17.3169C15.9497 17.4341 15.7907 17.5 15.625 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 2.5V6.875H16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 11.875H11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),B4=o("file-pdf",[["path",{d:"M16.875 11.875H14.375V16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 14.375H14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 15H5C5.4144 15 5.81183 14.8354 6.10486 14.5424C6.39787 14.2493 6.5625 13.8519 6.5625 13.4375C6.5625 13.0231 6.39787 12.6257 6.10486 12.3326C5.81183 12.0396 5.4144 11.875 5 11.875H3.75V16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.75 11.875V16.25H10C10.5802 16.25 11.1366 16.0196 11.5468 15.6093C11.9571 15.1991 12.1875 14.6427 12.1875 14.0625C12.1875 13.4823 11.9571 12.9259 11.5468 12.5157C11.1366 12.1054 10.5802 11.875 10 11.875H8.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 8.75V3.125C3.75 2.95924 3.81585 2.80027 3.93306 2.68306C4.05027 2.56585 4.20924 2.5 4.375 2.5H11.875L16.25 6.875V8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 2.5V6.875H16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),V4=o("file-plus",[["path",{d:"M15.625 17.5H4.375C4.20924 17.5 4.05027 17.4341 3.93306 17.3169C3.81585 17.1997 3.75 17.0407 3.75 16.875V3.125C3.75 2.95924 3.81585 2.80027 3.93306 2.68306C4.05027 2.56585 4.20924 2.5 4.375 2.5H11.875L16.25 6.875V16.875C16.25 17.0407 16.1841 17.1997 16.0669 17.3169C15.9497 17.4341 15.7907 17.5 15.625 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 2.5V6.875H16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 11.875H11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 10V13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),w4=o("file-png",[["path",{d:"M3.75 8.75V3.125C3.75 2.95924 3.81585 2.80027 3.93306 2.68306C4.05027 2.56585 4.20924 2.5 4.375 2.5H11.875L16.25 6.875V8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 2.5V6.875H16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.4375 15H4.6875C5.1019 15 5.49933 14.8354 5.79236 14.5424C6.08538 14.2493 6.25 13.8519 6.25 13.4375C6.25 13.0231 6.08538 12.6257 5.79236 12.3326C5.49933 12.0396 5.1019 11.875 4.6875 11.875H3.4375V16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 14.375H16.875V15.6929C16.7156 15.866 16.5224 16.0047 16.3075 16.1005C16.0926 16.1962 15.8603 16.2471 15.625 16.25C14.5899 16.25 13.75 15.2703 13.75 14.0625C13.75 12.8547 14.5899 11.875 15.625 11.875C15.9599 11.876 16.2866 11.9781 16.5625 12.168",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.4375 16.25V11.875L11.5625 16.25V11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),b4=o("file-ppt",[["path",{d:"M16.875 11.875H13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.3125 11.875V16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 15H5C5.4144 15 5.81183 14.8354 6.10486 14.5424C6.39787 14.2493 6.5625 13.8519 6.5625 13.4375C6.5625 13.0231 6.39787 12.6257 6.10486 12.3326C5.81183 12.0396 5.4144 11.875 5 11.875H3.75V16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.0625 15H10.3125C10.7269 15 11.1243 14.8354 11.4174 14.5424C11.7104 14.2493 11.875 13.8519 11.875 13.4375C11.875 13.0231 11.7104 12.6257 11.4174 12.3326C11.1243 12.0396 10.7269 11.875 10.3125 11.875H9.0625V16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 8.75V3.125C3.75 2.95924 3.81585 2.80027 3.93306 2.68306C4.05027 2.56585 4.20924 2.5 4.375 2.5H11.875L16.25 6.875V8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 2.5V6.875H16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),S4=o("file-py",[["path",{d:"M13.125 17.5H15.625C15.7907 17.5 15.9497 17.4341 16.0669 17.3169C16.1841 17.1997 16.25 17.0407 16.25 16.875V6.875L11.875 2.5H4.375C4.20924 2.5 4.05027 2.56585 3.93306 2.68306C3.81585 2.80027 3.75 2.95924 3.75 3.125V8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 2.5V6.875H16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 15H5C5.4144 15 5.81183 14.8354 6.10486 14.5424C6.39787 14.2493 6.5625 13.8519 6.5625 13.4375C6.5625 13.0231 6.39787 12.6257 6.10486 12.3326C5.81183 12.0396 5.4144 11.875 5 11.875H3.75V16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.4375 11.875L10 14.375L11.5625 11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 14.375V16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),v4=o("file-rs",[["path",{d:"M14.375 17.5H15.625C15.7907 17.5 15.9497 17.4341 16.0669 17.3169C16.1841 17.1997 16.25 17.0407 16.25 16.875V6.875L11.875 2.5H4.375C4.20924 2.5 4.05027 2.56585 3.93306 2.68306C3.81585 2.80027 3.75 2.95924 3.75 3.125V8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 2.5V6.875H16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 15H5C5.4144 15 5.81183 14.8354 6.10486 14.5424C6.39787 14.2493 6.5625 13.8519 6.5625 13.4375C6.5625 13.0231 6.39787 12.6257 6.10486 12.3326C5.81183 12.0396 5.4144 11.875 5 11.875H3.75V16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.56238 16.25L5.72803 14.8203",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.2421 12C11.2421 12 8.94295 11.3922 8.75777 12.8594C8.57264 14.3266 11.7601 13.65 11.5531 15.2594C11.3601 16.7563 9.07027 16.1188 9.07027 16.1188",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),x4=o("files",[["path",{d:"M13.125 17.5H4.375C4.20924 17.5 4.05027 17.4341 3.93306 17.3169C3.81585 17.1997 3.75 17.0407 3.75 16.875V5.625C3.75 5.45924 3.81585 5.30027 3.93306 5.18306C4.05027 5.06585 4.20924 5 4.375 5H10.625L13.75 8.125V16.875C13.75 17.0407 13.6841 17.1997 13.5669 17.3169C13.4497 17.4341 13.2907 17.5 13.125 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 5V3.125C6.25 2.95924 6.31588 2.80027 6.43306 2.68306C6.55025 2.56585 6.70925 2.5 6.875 2.5H13.125L16.25 5.625V14.375C16.25 14.5407 16.1841 14.6997 16.0669 14.8169C15.9497 14.9341 15.7907 15 15.625 15H13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 11.875H10.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 14.375H10.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),g4=o("file-sql",[["path",{d:"M3.75 8.75V3.125C3.75 2.95924 3.81585 2.80027 3.93306 2.68306C4.05027 2.56585 4.20924 2.5 4.375 2.5H11.875L16.25 6.875V8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 2.5V6.875H16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.1875 16.25H15V11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.24214 12C6.24214 12 3.94293 11.3922 3.75777 12.8594C3.57261 14.3266 6.76013 13.65 6.55306 15.2594C6.36013 16.7563 4.07027 16.1188 4.07027 16.1188",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.625 16.25C11.6606 16.25 12.5 15.2706 12.5 14.0625C12.5 12.8544 11.6606 11.875 10.625 11.875C9.58944 11.875 8.75 12.8544 8.75 14.0625C8.75 15.2706 9.58944 16.25 10.625 16.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 15L12.5 16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Z4=o("file-svg",[["path",{d:"M3.75 8.75V3.125C3.75 2.95924 3.81585 2.80027 3.93306 2.68306C4.05027 2.56585 4.20924 2.5 4.375 2.5H11.875L16.25 6.875V8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 2.5V6.875H16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.92964 12C5.92964 12 3.63043 11.3922 3.44527 12.8594C3.26011 14.3266 6.44763 13.65 6.24058 15.2594C6.04761 16.7563 3.75777 16.1188 3.75777 16.1188",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 11.875L9.6875 16.25L11.25 11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 14.375H16.25V15.6929C16.0906 15.866 15.8974 16.0047 15.6825 16.1005C15.4676 16.1962 15.2353 16.2471 15 16.25C13.9649 16.25 13.125 15.2703 13.125 14.0625C13.125 12.8547 13.9649 11.875 15 11.875C15.3349 11.876 15.6616 11.9781 15.9375 12.168",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),m4=o("file-text",[["path",{d:"M15.625 17.5H4.375C4.20924 17.5 4.05027 17.4341 3.93306 17.3169C3.81585 17.1997 3.75 17.0407 3.75 16.875V3.125C3.75 2.95924 3.81585 2.80027 3.93306 2.68306C4.05027 2.56585 4.20924 2.5 4.375 2.5H11.875L16.25 6.875V16.875C16.25 17.0407 16.1841 17.1997 16.0669 17.3169C15.9497 17.4341 15.7907 17.5 15.625 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 2.5V6.875H16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 10.625H12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 13.125H12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),f4=o("file-ts",[["path",{d:"M13.75 17.5H15.625C15.7907 17.5 15.9497 17.4341 16.0669 17.3169C16.1841 17.1997 16.25 17.0407 16.25 16.875V6.875L11.875 2.5H4.375C4.20924 2.5 4.05027 2.56585 3.93306 2.68306C3.81585 2.80027 3.75 2.95924 3.75 3.125V8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 2.5V6.875H16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.6171 12C10.6171 12 8.31795 11.3922 8.13277 12.8594C7.94764 14.3266 11.1351 13.65 10.9281 15.2594C10.7351 16.7563 8.44527 16.1188 8.44527 16.1188",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 11.875H3.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.6875 11.875V16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),y4=o("file-tsx",[["path",{d:"M3.75 8.75V3.125C3.75 2.95924 3.81585 2.80027 3.93306 2.68306C4.05027 2.56585 4.20924 2.5 4.375 2.5H11.875L16.25 6.875V8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 2.5V6.875H16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 11.875L16.25 16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 11.875L13.125 16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.6171 12C10.6171 12 8.31795 11.3922 8.13277 12.8594C7.94764 14.3266 11.1351 13.65 10.9281 15.2594C10.7351 16.7563 8.44527 16.1188 8.44527 16.1188",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 11.875H3.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.6875 11.875V16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),P4=o("file-txt",[["path",{d:"M3.75 8.75V3.125C3.75 2.95924 3.81585 2.80027 3.93306 2.68306C4.05027 2.56585 4.20924 2.5 4.375 2.5H11.875L16.25 6.875V8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 2.5V6.875H16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.4375 11.875L11.5625 16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.5625 11.875L8.4375 16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.5625 11.875H3.4375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5 11.875V16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.5625 11.875H13.4375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15 11.875V16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),T4=o("file-video",[["path",{d:"M11.875 2.5V6.875H16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15 17.5H15.625C15.7907 17.5 15.9497 17.4341 16.0669 17.3169C16.1841 17.1997 16.25 17.0407 16.25 16.875V6.875L11.875 2.5H4.375C4.20924 2.5 4.05027 2.56585 3.93306 2.68306C3.81585 2.80027 3.75 2.95924 3.75 3.125V8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.75 11.875H3.75C3.40482 11.875 3.125 12.1548 3.125 12.5V16.25C3.125 16.5952 3.40482 16.875 3.75 16.875H8.75C9.09519 16.875 9.375 16.5952 9.375 16.25V12.5C9.375 12.1548 9.09519 11.875 8.75 11.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.375 13.4375L11.875 11.875V16.875L9.375 15.3125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),A4=o("file-vue",[["path",{d:"M3.75 8.75V3.125C3.75 2.95924 3.81585 2.80027 3.93306 2.68306C4.05027 2.56585 4.20924 2.5 4.375 2.5H11.875L16.25 6.875V8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 2.5V6.875H16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 14.0625H13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 11.875L4.6875 16.25L6.25 11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 16.25H13.75V11.875H16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.4375 11.875V14.8438C8.4375 15.2167 8.58569 15.5744 8.84938 15.8381C9.11313 16.1018 9.47081 16.25 9.84375 16.25C10.2167 16.25 10.5744 16.1018 10.8381 15.8381C11.1018 15.5744 11.25 15.2167 11.25 14.8438V11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),F4=o("file-x",[["path",{d:"M15.625 17.5H4.375C4.20924 17.5 4.05027 17.4341 3.93306 17.3169C3.81585 17.1997 3.75 17.0407 3.75 16.875V3.125C3.75 2.95924 3.81585 2.80027 3.93306 2.68306C4.05027 2.56585 4.20924 2.5 4.375 2.5H11.875L16.25 6.875V16.875C16.25 17.0407 16.1841 17.1997 16.0669 17.3169C15.9497 17.4341 15.7907 17.5 15.625 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 2.5V6.875H16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 10L11.875 13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 10L8.125 13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),D4=o("file-xls",[["path",{d:"M3.75 8.75V3.125C3.75 2.95924 3.81585 2.80027 3.93306 2.68306C4.05027 2.56585 4.20924 2.5 4.375 2.5H11.875L16.25 6.875V8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 2.5V6.875H16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.5625 16.25H9.375V11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 11.875L6.875 16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 11.875L3.75 16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.9296 12C15.9296 12 13.6305 11.3922 13.4453 12.8594C13.2601 14.3266 16.4476 13.65 16.2406 15.2594C16.0476 16.7563 13.7578 16.1188 13.7578 16.1188",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),q4=o("file-zip",[["path",{d:"M13.125 15H14.375C14.7894 15 15.1868 14.8354 15.4799 14.5424C15.7729 14.2493 15.9375 13.8519 15.9375 13.4375C15.9375 13.0231 15.7729 12.6257 15.4799 12.3326C15.1868 12.0396 14.7894 11.875 14.375 11.875H13.125V16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 11.875V16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 11.875H6.875L4.375 16.25H6.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 8.75V3.125C3.75 2.95924 3.81585 2.80027 3.93306 2.68306C4.05027 2.56585 4.20924 2.5 4.375 2.5H11.875L16.25 6.875V8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 2.5V6.875H16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),R4=o("film-reel",[["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 17.5H18.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 7.5C10.6904 7.5 11.25 6.94037 11.25 6.25C11.25 5.55964 10.6904 5 10 5C9.30963 5 8.75 5.55964 8.75 6.25C8.75 6.94037 9.30963 7.5 10 7.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 15C10.6904 15 11.25 14.4404 11.25 13.75C11.25 13.0596 10.6904 12.5 10 12.5C9.30963 12.5 8.75 13.0596 8.75 13.75C8.75 14.4404 9.30963 15 10 15Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 11.25C14.4404 11.25 15 10.6904 15 10C15 9.30963 14.4404 8.75 13.75 8.75C13.0596 8.75 12.5 9.30963 12.5 10C12.5 10.6904 13.0596 11.25 13.75 11.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 11.25C6.94037 11.25 7.5 10.6904 7.5 10C7.5 9.30963 6.94037 8.75 6.25 8.75C5.55964 8.75 5 9.30963 5 10C5 10.6904 5.55964 11.25 6.25 11.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),U4=o("film-script",[["path",{d:"M15.625 2.5H4.375C4.02982 2.5 3.75 2.77982 3.75 3.125V16.875C3.75 17.2202 4.02982 17.5 4.375 17.5H15.625C15.9702 17.5 16.25 17.2202 16.25 16.875V3.125C16.25 2.77982 15.9702 2.5 15.625 2.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.5625 7.03125C6.994 7.03125 7.34375 6.6815 7.34375 6.25C7.34375 5.81852 6.994 5.46875 6.5625 5.46875C6.13102 5.46875 5.78125 5.81852 5.78125 6.25C5.78125 6.6815 6.13102 7.03125 6.5625 7.03125Z",fill:"currentColor",stroke:"none"}],["path",{d:"M6.5625 14.5312C6.994 14.5312 7.34375 14.1815 7.34375 13.75C7.34375 13.3185 6.994 12.9688 6.5625 12.9688C6.13102 12.9688 5.78125 13.3185 5.78125 13.75C5.78125 14.1815 6.13102 14.5312 6.5625 14.5312Z",fill:"currentColor",stroke:"none"}],["path",{d:"M6.5625 10.7812C6.994 10.7812 7.34375 10.4315 7.34375 10C7.34375 9.5685 6.994 9.21875 6.5625 9.21875C6.13102 9.21875 5.78125 9.5685 5.78125 10C5.78125 10.4315 6.13102 10.7812 6.5625 10.7812Z",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),N4=o("film-slate",[["path",{d:"M3.125 8.75H16.875V15.625C16.875 15.7907 16.8091 15.9497 16.6919 16.0669C16.5747 16.1841 16.4157 16.25 16.25 16.25H3.75C3.58424 16.25 3.42527 16.1841 3.30806 16.0669C3.19085 15.9497 3.125 15.7907 3.125 15.625V8.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.15868 8.74988L16.2501 5.29439L15.6126 2.95064C15.5686 2.79418 15.4647 2.66139 15.3234 2.58109C15.1821 2.50079 15.0148 2.47946 14.8579 2.52173L2.95712 5.66158C2.87934 5.68138 2.80627 5.71644 2.74215 5.7647C2.67803 5.81297 2.62413 5.87349 2.58357 5.94275C2.54302 6.01201 2.51662 6.08863 2.50591 6.16817C2.4952 6.24772 2.50039 6.32857 2.52118 6.40613L3.15868 8.74988Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.29004 5.0459L9.02363 7.20213",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.8916 3.83203L13.6252 5.9875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),G4=o("film-strip",[["path",{d:"M16.875 3.75H3.125C2.77982 3.75 2.5 4.02982 2.5 4.375V15.625C2.5 15.9702 2.77982 16.25 3.125 16.25H16.875C17.2202 16.25 17.5 15.9702 17.5 15.625V4.375C17.5 4.02982 17.2202 3.75 16.875 3.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 3.75V16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 6.25H17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 13.75H17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 3.75V6.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 3.75V6.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 13.75V16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 13.75V16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),z4=o("fingerprint",[["path",{d:"M3.96045 14.4469C4.64671 13.0651 5.00268 11.5428 5.00029 10C4.99897 9.24981 5.16688 8.509 5.49151 7.83269C5.81614 7.15637 6.28912 6.56194 6.87531 6.09375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 10C10.0037 12.542 9.35831 15.0429 8.125 17.2656",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 10C7.5 9.33694 7.76338 8.70106 8.23225 8.23225C8.70106 7.76338 9.33694 7.5 10 7.5C10.6631 7.5 11.2989 7.76338 11.7677 8.23225C12.2366 8.70106 12.5 9.33694 12.5 10C12.5036 12.577 11.9358 15.1227 10.8375 17.4539",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.0751 14.375C17.3585 12.9339 17.5008 11.4687 17.5001 10C17.5001 8.01087 16.7099 6.10322 15.3034 4.6967C13.8969 3.29018 11.9892 2.5 10.0001 2.5C8.011 2.5 6.10332 3.29018 4.69679 4.6967C3.29027 6.10322 2.5001 8.01087 2.5001 10C2.50091 10.8516 2.35639 11.6971 2.07275 12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.25106 12.5C6.98412 13.8141 6.50606 15.0763 5.83545 16.2375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.375 5.03901C9.58238 5.0136 9.79106 5.00082 10 5.00073C11.3261 5.00073 12.5979 5.52752 13.5356 6.46522C14.4732 7.40291 15 8.67466 15 10.0007C14.9994 10.8365 14.9473 11.6714 14.8438 12.5007",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.3705 15C14.2518 15.4625 14.1169 15.9183 13.9658 16.3672",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),E4=o("fingerprint-simple",[["path",{d:"M13.7499 10C13.7531 12.4438 13.2772 14.8644 12.3491 17.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.7946 7.50012C12.2882 6.93424 11.6219 6.53543 10.884 6.35643C10.1461 6.17741 9.37119 6.22665 8.66181 6.49762C7.95244 6.76862 7.34206 7.24856 6.91144 7.87393C6.48075 8.49937 6.25012 9.24074 6.25 10.0001C6.25262 11.9061 5.76859 13.7812 4.84375 15.4477",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 2.92667C8.63144 2.52796 9.84194 2.40627 11.0301 2.57178C12.2182 2.7373 13.3494 3.18521 14.3288 3.87796C15.3082 4.57072 16.1072 5.48815 16.659 6.55336C17.2107 7.61855 17.4991 8.80049 17.5 10.0001C17.5009 11.6824 17.3139 13.3594 16.9422 15.0001",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.81934 13.1252C2.26903 12.1449 2.50117 11.0788 2.4998 10.0002C2.49877 8.94492 2.72097 7.90129 3.15184 6.93792C3.5827 5.97451 4.21247 5.11316 4.9998 4.4104",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.63848 16.25C8.48223 16.5953 8.31135 16.9339 8.12598 17.2656",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 10C10.0022 11.2648 9.84475 12.5247 9.53125 13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),O4=o("finn-the-human",[["path",{d:"M13.125 8.75H6.875C5.49429 8.75 4.375 9.86931 4.375 11.25V11.875C4.375 13.2557 5.49429 14.375 6.875 14.375H13.125C14.5057 14.375 15.625 13.2557 15.625 11.875V11.25C15.625 9.86931 14.5057 8.75 13.125 8.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.875 5.625C1.875 5.12772 2.07254 4.65081 2.42417 4.29918C2.77581 3.94754 3.25272 3.75 3.75 3.75C4.24728 3.75 4.72419 3.94754 5.07582 4.29918C5.42746 4.65081 5.625 5.12772 5.625 5.625H14.375C14.375 5.12772 14.5726 4.65081 14.9242 4.29918C15.2758 3.94754 15.7528 3.75 16.25 3.75C16.7472 3.75 17.2242 3.94754 17.5758 4.29918C17.9274 4.65081 18.125 5.12772 18.125 5.625V11.875C18.125 13.2011 17.5982 14.4729 16.6606 15.4106C15.7229 16.3482 14.4511 16.875 13.125 16.875H6.875C5.54892 16.875 4.27715 16.3482 3.33947 15.4106C2.40178 14.4729 1.875 13.2011 1.875 11.875V5.625Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.1875 12.3438C7.619 12.3438 7.96875 11.994 7.96875 11.5625C7.96875 11.131 7.619 10.7812 7.1875 10.7812C6.756 10.7812 6.40625 11.131 6.40625 11.5625C6.40625 11.994 6.756 12.3438 7.1875 12.3438Z",fill:"currentColor",stroke:"none"}],["path",{d:"M12.8125 12.3438C13.244 12.3438 13.5938 11.994 13.5938 11.5625C13.5938 11.131 13.244 10.7812 12.8125 10.7812C12.381 10.7812 12.0312 11.131 12.0312 11.5625C12.0312 11.994 12.381 12.3438 12.8125 12.3438Z",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),W4=o("fire",[["path",{d:"M10.625 15C12.1875 14.7367 13.4851 13.4375 13.75 11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.75 7.5L10.8024 1.875C12.4891 3.275 16.25 6.88675 16.25 11.25C16.25 12.9076 15.5915 14.4973 14.4194 15.6694C13.2473 16.8415 11.6576 17.5 10 17.5C8.34238 17.5 6.75269 16.8415 5.58058 15.6694C4.40848 14.4973 3.75 12.9076 3.75 11.25C3.75 8.86175 4.87656 6.69844 6.17188 5L8.75 7.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),I4=o("fire-extinguisher",[["path",{d:"M13.125 18.75H8.125C7.95925 18.75 7.80025 18.6841 7.68306 18.5669C7.56588 18.4497 7.5 18.2907 7.5 18.125V8.125C7.5 7.29619 7.82925 6.50131 8.41531 5.91529C9.00131 5.32924 9.79619 5 10.625 5C11.4538 5 12.2487 5.32924 12.8347 5.91529C13.4207 6.50131 13.75 7.29619 13.75 8.125V18.125C13.75 18.2907 13.6841 18.4497 13.5669 18.5669C13.4497 18.6841 13.2907 18.75 13.125 18.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5 13.125H13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.625 5V2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 0.625L10.625 2.5L16.875 4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5 16.25V8.125C5 6.63319 5.59263 5.20242 6.6475 4.14753C7.70244 3.09263 9.13319 2.5 10.625 2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),X4=o("fire-simple",[["path",{d:"M8.75 7.5L10.8024 1.875C12.4891 3.275 16.25 6.88675 16.25 11.25C16.25 12.9076 15.5915 14.4973 14.4194 15.6694C13.2473 16.8415 11.6576 17.5 10 17.5C8.34238 17.5 6.75269 16.8415 5.58058 15.6694C4.40848 14.4973 3.75 12.9076 3.75 11.25C3.75 8.86175 4.87656 6.69844 6.17188 5L8.75 7.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),K4=o("fire-truck",[["path",{d:"M14.375 9.375H19.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 6.25H17.7016C17.8261 6.24994 17.9478 6.28713 18.0511 6.35669C18.1544 6.42631 18.2346 6.52519 18.2812 6.64063L19.375 9.375V14.375C19.375 14.5407 19.3091 14.6997 19.1919 14.8169C19.0747 14.9341 18.9157 15 18.75 15H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15 16.875C16.0356 16.875 16.875 16.0356 16.875 15C16.875 13.9644 16.0356 13.125 15 13.125C13.9644 13.125 13.125 13.9644 13.125 15C13.125 16.0356 13.9644 16.875 15 16.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 16.875C7.28556 16.875 8.125 16.0356 8.125 15C8.125 13.9644 7.28556 13.125 6.25 13.125C5.21447 13.125 4.375 13.9644 4.375 15C4.375 16.0356 5.21447 16.875 6.25 16.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 15H8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 15H2.5C2.33424 15 2.17527 14.9341 2.05806 14.8169C1.94085 14.6997 1.875 14.5407 1.875 14.375V10.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.875 8.125H11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.875 5H11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 5V8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 5V8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 5V8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 5V13.232",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),J4=o("first-aid",[["path",{d:"M7.5 12.5H3.125C2.95924 12.5 2.80027 12.4341 2.68306 12.3169C2.56585 12.1997 2.5 12.0407 2.5 11.875V8.125C2.5 7.95925 2.56585 7.80025 2.68306 7.68306C2.80027 7.56588 2.95924 7.5 3.125 7.5H7.5V3.125C7.5 2.95924 7.56588 2.80027 7.68306 2.68306C7.80025 2.56585 7.95925 2.5 8.125 2.5H11.875C12.0407 2.5 12.1997 2.56585 12.3169 2.68306C12.4341 2.80027 12.5 2.95924 12.5 3.125V7.5H16.875C17.0407 7.5 17.1997 7.56588 17.3169 7.68306C17.4341 7.80025 17.5 7.95925 17.5 8.125V11.875C17.5 12.0407 17.4341 12.1997 17.3169 12.3169C17.1997 12.4341 17.0407 12.5 16.875 12.5H12.5V16.875C12.5 17.0407 12.4341 17.1997 12.3169 17.3169C12.1997 17.4341 12.0407 17.5 11.875 17.5H8.125C7.95925 17.5 7.80025 17.4341 7.68306 17.3169C7.56588 17.1997 7.5 17.0407 7.5 16.875V12.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Q4=o("first-aid-kit",[["path",{d:"M16.875 5H3.125C2.77982 5 2.5 5.27982 2.5 5.625V15.625C2.5 15.9702 2.77982 16.25 3.125 16.25H16.875C17.2202 16.25 17.5 15.9702 17.5 15.625V5.625C17.5 5.27982 17.2202 5 16.875 5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 5V3.75C13.125 3.41848 12.9933 3.10054 12.7589 2.86612C12.5244 2.63169 12.2065 2.5 11.875 2.5H8.125C7.7935 2.5 7.47556 2.63169 7.24113 2.86612C7.00669 3.10054 6.875 3.41848 6.875 3.75V5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 8.75V12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 10.625H8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Y4=o("fish",[["path",{d:"M12.1875 6.71851C12.619 6.71851 12.9688 6.36876 12.9688 5.93726C12.9688 5.50578 12.619 5.15601 12.1875 5.15601C11.756 5.15601 11.4062 5.50578 11.4062 5.93726C11.4062 6.36876 11.756 6.71851 12.1875 6.71851Z",fill:"currentColor",stroke:"none"}],["path",{d:"M0.625 13.7397L5.00547 14.9944L6.25544 19.3749L8.13044 14.9944C20.1961 14.7077 17.1875 3.02173 17.1094 2.89048C16.9742 2.81235 5.29297 -0.192338 5 11.8671L0.625 13.7397Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.5174 13.0953C14.0044 13.1638 13.4825 13.1155 12.9907 12.9541C12.4989 12.7927 12.0499 12.5223 11.6772 12.1631C11.3045 11.8039 11.0178 11.3653 10.8383 10.8798C10.6589 10.3943 10.5914 9.87456 10.6409 9.35931C10.1259 9.40875 9.60636 9.34125 9.12105 9.16194C8.63573 8.98263 8.19723 8.69606 7.83811 8.32369C7.47898 7.95125 7.20855 7.50256 7.04692 7.01106C6.88536 6.51956 6.8368 5.99797 6.90492 5.48511",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),_4=o("fish-simple",[["path",{d:"M12.1875 6.71875C12.619 6.71875 12.9688 6.369 12.9688 5.9375C12.9688 5.50602 12.619 5.15625 12.1875 5.15625C11.756 5.15625 11.4062 5.50602 11.4062 5.9375C11.4062 6.369 11.756 6.71875 12.1875 6.71875Z",fill:"currentColor",stroke:"none"}],["path",{d:"M1.25 14.3648C21.25 18.7499 17.1875 3.02339 17.1094 2.89058C16.9758 2.81245 1.25 -1.25005 5.63281 18.7499",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.8163 11.8633C13.8143 11.7563 11.9225 10.9128 10.5048 9.49512C9.08716 8.07744 8.24372 6.18564 8.13672 4.18359",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),$4=o("flag",[["path",{d:"M3.75 17.5V4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 13.7498C8.75 9.41941 12.5 18.0803 17.5 13.7498V4.37485C12.5 8.70534 8.75 0.0443845 3.75 4.37485",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),o0=o("flag-banner",[["path",{d:"M11.875 17.5L18.125 4.375H3.125L6.875 8.125L3.125 11.875H14.5539",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),r0=o("flag-banner-fold",[["path",{d:"M11.875 17.5L18.125 3.75H11.875L8.75 10.625H15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.75 10.625L7.89762 12.5H2.1875L5.3125 9.0625L2.1875 5.625H11.0226",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),e0=o("flag-checkered",[["path",{d:"M13.125 5.42798V14.803",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 9.06235C8.75 4.73189 12.5 13.3928 17.5 9.06235",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 3.32178V12.6968",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 13.7498C8.75 9.41941 12.5 18.0803 17.5 13.7498V4.37485C12.5 8.70534 8.75 0.0443845 3.75 4.37485V17.4998",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),n0=o("flag-pennant",[["path",{d:"M4.375 13.125L18.75 8.125L4.375 3.125V16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),t0=o("flame",[["path",{d:"M16.25 11.25C16.25 5.625 10 1.875 10 1.875C10 1.875 3.75 5.625 3.75 11.25C3.75 12.9076 4.40848 14.4973 5.58058 15.6694C6.75269 16.8415 8.34238 17.5 10 17.5C11.6576 17.5 13.2473 16.8415 14.4194 15.6694C15.5915 14.4973 16.25 12.9076 16.25 11.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 14.375C6.875 15.2038 7.20425 15.9987 7.79031 16.5847C8.37631 17.1707 9.17119 17.5 10 17.5C10.8288 17.5 11.6237 17.1707 12.2097 16.5847C12.7957 15.9987 13.125 15.2038 13.125 14.375C13.125 11.25 10 9.375 10 9.375C10 9.375 6.875 11.25 6.875 14.375Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),s0=o("flashlight",[["path",{d:"M5.625 1.875H14.375C14.5407 1.875 14.6997 1.94085 14.8169 2.05806C14.9341 2.17527 15 2.33424 15 2.5V6.04141C15 6.17664 14.9561 6.30825 14.875 6.41638L13.25 8.58362C13.1689 8.69175 13.125 8.82338 13.125 8.95856V17.5C13.125 17.6657 13.0591 17.8247 12.9419 17.9419C12.8247 18.0591 12.6657 18.125 12.5 18.125H7.5C7.33425 18.125 7.17525 18.0591 7.05806 17.9419C6.94088 17.8247 6.875 17.6657 6.875 17.5V8.95856C6.875 8.82338 6.83113 8.69175 6.75 8.58362L5.125 6.41638C5.04386 6.30825 5 6.17664 5 6.04141V2.5C5 2.33424 5.06585 2.17527 5.18306 2.05806C5.30027 1.94085 5.45924 1.875 5.625 1.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 9.375V11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5 5H15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),i0=o("flask",[["path",{d:"M6.875 2.5H13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.8752 2.5V7.74531L16.7853 15.9281C16.8423 16.0229 16.8731 16.1311 16.8745 16.2417C16.876 16.3523 16.8482 16.4613 16.7937 16.5575C16.7393 16.6538 16.6603 16.7339 16.5648 16.7897C16.4693 16.8454 16.3608 16.8749 16.2502 16.875H3.7502C3.63955 16.8751 3.53087 16.8457 3.43527 16.79C3.33968 16.7343 3.26058 16.6542 3.20608 16.5579C3.15158 16.4616 3.12362 16.3525 3.12505 16.2419C3.12649 16.1312 3.15727 16.023 3.21426 15.9281L8.12522 7.74531V2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.59619 11.9594C6.62978 11.7657 8.09622 11.8492 10.0001 12.8126C12.5197 14.0883 14.2775 13.8211 15.2735 13.4102",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),C0=o("flip-horizontal",[["path",{d:"M7.54901 2.88195C7.81226 2.25461 8.74976 2.44445 8.74976 3.12492V15.6249C8.74976 15.7907 8.68394 15.9496 8.56676 16.0669C8.44951 16.1841 8.29057 16.2499 8.12476 16.2499H3.12479C3.02156 16.2499 2.91993 16.2244 2.82897 16.1756C2.73802 16.1268 2.66057 16.0562 2.60355 15.9702C2.54652 15.8842 2.51169 15.7853 2.50217 15.6826C2.49266 15.5797 2.50875 15.4762 2.54901 15.3812L7.54901 2.88195Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.4507 2.88195C12.1875 2.25461 11.25 2.44445 11.25 3.12492V15.6249C11.25 15.7907 11.3159 15.9496 11.4331 16.0669C11.5503 16.1841 11.7093 16.2499 11.875 16.2499H16.875C16.9782 16.2499 17.0799 16.2244 17.1708 16.1756C17.2618 16.1268 17.3392 16.0562 17.3962 15.9702C17.4532 15.8842 17.4881 15.7853 17.4976 15.6826C17.5071 15.5797 17.4911 15.4762 17.4507 15.3812L12.4507 2.88195Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),u0=o("flip-vertical",[["path",{d:"M4.61875 2.54998C4.52376 2.50975 4.42029 2.49365 4.31757 2.50313C4.21484 2.51261 4.11607 2.54737 4.03004 2.6043C3.94402 2.66124 3.87343 2.73858 3.82456 2.82943C3.7757 2.92029 3.75008 3.02182 3.75 3.12498V8.125C3.75 8.29075 3.81585 8.44969 3.93306 8.56694C4.05027 8.68413 4.20924 8.75 4.375 8.75H16.875C17.5563 8.75 17.7461 7.8125 17.1187 7.54919L4.61875 2.54998Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.118 12.4507C17.743 12.1851 17.5555 11.25 16.8743 11.25H4.375C4.20924 11.25 4.05027 11.3159 3.93306 11.4331C3.81585 11.5503 3.75 11.7093 3.75 11.875V16.875C3.74996 16.9782 3.77547 17.0799 3.82429 17.1708C3.8731 17.2618 3.94367 17.3392 4.02972 17.3962C4.11576 17.4532 4.21459 17.4881 4.31738 17.4976C4.42016 17.5071 4.5237 17.4911 4.61875 17.4507L17.118 12.4507Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),k0=o("floppy-disk",[["path",{d:"M16.875 6.50856V16.25C16.875 16.4157 16.8091 16.5747 16.6919 16.6919C16.5747 16.8091 16.4157 16.875 16.25 16.875H3.75C3.58424 16.875 3.42527 16.8091 3.30806 16.6919C3.19085 16.5747 3.125 16.4157 3.125 16.25V3.75C3.125 3.58424 3.19085 3.42527 3.30806 3.30806C3.42527 3.19085 3.58424 3.125 3.75 3.125H13.4914C13.6569 3.12507 13.8157 3.19083 13.9328 3.30781L16.6922 6.06719C16.8092 6.18431 16.8749 6.34306 16.875 6.50856Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 16.875V11.875C6.25 11.7093 6.31588 11.5503 6.43306 11.4331C6.55025 11.3159 6.70925 11.25 6.875 11.25H13.125C13.2907 11.25 13.4497 11.3159 13.5669 11.4331C13.6841 11.5503 13.75 11.7093 13.75 11.875V16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 5.625H7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),a0=o("floppy-disk-back",[["path",{d:"M3.125 6.50856V16.25C3.125 16.4157 3.19085 16.5747 3.30806 16.6919C3.42527 16.8091 3.58424 16.875 3.75 16.875H16.25C16.4157 16.875 16.5747 16.8091 16.6919 16.6919C16.8091 16.5747 16.875 16.4157 16.875 16.25V3.75C16.875 3.58424 16.8091 3.42527 16.6919 3.30806C16.5747 3.19085 16.4157 3.125 16.25 3.125H6.50856C6.34306 3.12507 6.18431 3.19083 6.06719 3.30781L3.30781 6.06719C3.19083 6.18431 3.12507 6.34306 3.125 6.50856Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 14.375C11.3807 14.375 12.5 13.2557 12.5 11.875C12.5 10.4943 11.3807 9.375 10 9.375C8.61931 9.375 7.5 10.4943 7.5 11.875C7.5 13.2557 8.61931 14.375 10 14.375Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 3.18125V6.25C6.25 6.41575 6.31588 6.57475 6.43306 6.69194C6.55025 6.80912 6.70925 6.875 6.875 6.875H13.125C13.2907 6.875 13.4497 6.80912 13.5669 6.69194C13.6841 6.57475 13.75 6.41575 13.75 6.25V3.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),d0=o("flow-arrow",[["path",{d:"M3.75 16.25C5.13071 16.25 6.25 15.1307 6.25 13.75C6.25 12.3693 5.13071 11.25 3.75 11.25C2.36929 11.25 1.25 12.3693 1.25 13.75C1.25 15.1307 2.36929 16.25 3.75 16.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 3.75L18.75 6.25L16.25 8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 13.75C13.125 13.75 9.375 6.25 16.25 6.25H18.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),c0=o("flower",[["path",{d:"M10 12.5C11.3807 12.5 12.5 11.3807 12.5 10C12.5 8.61931 11.3807 7.5 10 7.5C8.61931 7.5 7.5 8.61931 7.5 10C7.5 11.3807 8.61931 12.5 10 12.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.72731 7.84763C8.11013 6.68438 7.5 5.30078 7.5 4.375C7.5 3.71196 7.76338 3.07607 8.23225 2.60723C8.70106 2.13839 9.33694 1.875 10 1.875C10.6631 1.875 11.2989 2.13839 11.7677 2.60723C12.2366 3.07607 12.5 3.71196 12.5 4.375C12.5 5.30078 11.8898 6.68438 11.2726 7.84763",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.49986 10.0258C6.18345 9.97897 4.68033 9.81566 3.87876 9.35241C3.59018 9.19047 3.33661 8.97291 3.13277 8.71222C2.92892 8.45159 2.77885 8.15303 2.69125 7.83397C2.60365 7.51484 2.58026 7.18153 2.62246 6.85334C2.66465 6.52516 2.77158 6.20859 2.93704 5.92203C3.1025 5.63546 3.32321 5.3846 3.58636 5.18399C3.84951 4.98337 4.14987 4.83699 4.47002 4.75333C4.79017 4.66968 5.12375 4.65041 5.4514 4.69665C5.77905 4.74289 6.09426 4.85371 6.3788 5.0227C7.18036 5.4852 8.07405 6.70553 8.77248 7.82191",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.77248 12.1781C8.07405 13.2944 7.18036 14.5147 6.3788 14.9772C6.09426 15.1462 5.77905 15.2571 5.4514 15.3033C5.12375 15.3496 4.79017 15.3303 4.47002 15.2466C4.14987 15.163 3.84951 15.0166 3.58636 14.816C3.32321 14.6154 3.1025 14.3645 2.93704 14.0779C2.77158 13.7914 2.66465 13.4748 2.62246 13.1466C2.58026 12.8184 2.60365 12.4851 2.69125 12.166C2.77885 11.8469 2.92892 11.5484 3.13277 11.2877C3.33661 11.0271 3.59018 10.8095 3.87876 10.6476C4.68033 10.1843 6.18345 10.0226 7.49986 9.97412",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.2726 12.1523C11.8898 13.3157 12.5 14.6992 12.5 15.625C12.5 16.2881 12.2366 16.924 11.7677 17.3928C11.2989 17.8617 10.6631 18.125 10 18.125C9.33694 18.125 8.70106 17.8617 8.23225 17.3928C7.76338 16.924 7.5 16.2881 7.5 15.625C7.5 14.6992 8.11013 13.3157 8.72731 12.1523",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.4997 9.97412C13.8161 10.021 15.3192 10.1843 16.1208 10.6476C16.4094 10.8095 16.6629 11.0271 16.8667 11.2877C17.0706 11.5484 17.2207 11.8469 17.3083 12.166C17.3959 12.4851 17.4193 12.8184 17.3771 13.1466C17.3349 13.4748 17.2279 13.7914 17.0625 14.0779C16.8971 14.3645 16.6763 14.6154 16.4132 14.816C16.1501 15.0166 15.8497 15.163 15.5295 15.2466C15.2094 15.3303 14.8758 15.3496 14.5481 15.3033C14.2205 15.2571 13.9052 15.1462 13.6208 14.9772C12.8192 14.5147 11.9255 13.2944 11.2271 12.1781",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.2271 7.82191C11.9255 6.70553 12.8192 5.4852 13.6208 5.0227C13.9052 4.85371 14.2205 4.74289 14.5481 4.69665C14.8758 4.65041 15.2094 4.66968 15.5295 4.75333C15.8497 4.83699 16.1501 4.98337 16.4132 5.18399C16.6763 5.3846 16.8971 5.63546 17.0625 5.92203C17.2279 6.20859 17.3349 6.52516 17.3771 6.85334C17.4193 7.18153 17.3959 7.51484 17.3083 7.83397C17.2207 8.15303 17.0706 8.45159 16.8667 8.71222C16.6629 8.97291 16.4094 9.19047 16.1208 9.35241C15.3192 9.81566 13.8161 9.97741 12.4997 10.0258",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),L0=o("flower-lotus",[["path",{d:"M10.0005 15.625C10.0005 15.625 13.1255 13.9063 13.1255 9.31094C13.1255 5.71719 11.2075 3.87813 10.3762 3.25156C10.2679 3.17006 10.1361 3.12598 10.0005 3.12598C9.86493 3.12598 9.73305 3.17006 9.62474 3.25156C8.79349 3.87813 6.87549 5.71406 6.87549 9.31094C6.87549 13.9063 10.0005 15.625 10.0005 15.625Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.39074 6.3125C6.35011 5.46878 5.35636 5.13987 4.76574 5.01409C4.61036 4.98096 4.44822 5.00674 4.31077 5.08643C4.17334 5.16612 4.07042 5.29403 4.02199 5.44534C3.71886 6.38281 3.33605 8.54375 4.88996 11.2477C6.44386 13.9516 9.03605 15.4196 9.99699 15.6227",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.6099 6.3125C13.6505 5.46722 14.6411 5.14065 15.2317 5.01409C15.3871 4.98096 15.5492 5.00674 15.6867 5.08643C15.8241 5.16612 15.9271 5.29403 15.9755 5.44534C16.2786 6.38281 16.6614 8.54375 15.1075 11.2477C13.5536 13.9516 10.9614 15.4196 10.0005 15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.0005 15.6251C11.2012 15.6251 13.1857 15.611 15.4692 14.2469C17.7528 12.8829 18.4919 11.1735 18.7286 10.2985C18.7729 10.1406 18.7529 9.97163 18.673 9.82844C18.5931 9.68531 18.4597 9.57956 18.3021 9.53444C17.5133 9.338 16.6905 9.32094 15.8942 9.48444",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.1065 9.48444C3.31025 9.32094 2.48746 9.338 1.69868 9.53444C1.54103 9.57956 1.40765 9.68531 1.32771 9.82844C1.24778 9.97163 1.22779 10.1406 1.27212 10.2985C1.5065 11.1735 2.2479 12.8821 4.5315 14.2469C6.81512 15.6118 8.7995 15.6251 10.0002 15.6251",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),p0=o("flower-tulip",[["path",{d:"M10 18.125V13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 4.375C5.4076 4.375 6.99731 5.03348 8.16944 6.20558C9.3415 7.37769 10 8.96738 10 10.625V13.75C8.34238 13.75 6.75269 13.0915 5.58058 11.9194C4.40848 10.7473 3.75 9.15762 3.75 7.5V4.375Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 13.75V10.625C10 8.96738 10.6585 7.37769 11.8306 6.20558C13.0027 5.03348 14.5924 4.375 16.25 4.375V7.5C16.25 9.15762 15.5915 10.7473 14.4194 11.9194C13.2473 13.0915 11.6576 13.75 10 13.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 16.25L10 18.125L13.75 16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.77881 5.15625C7.81243 2.96875 9.99993 1.875 9.99993 1.875C9.99993 1.875 12.1874 2.96875 13.221 5.15625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),l0=o("flying-saucer",[["path",{d:"M13.125 15L13.75 16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 15V17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 15L6.25 16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.8281 5.37656C16.7414 5.98516 18.75 7.26562 18.75 8.75C18.75 10.8211 14.8328 12.5 10 12.5C5.16719 12.5 1.25 10.8211 1.25 8.75C1.25 7.26562 3.27031 5.97734 6.19922 5.37109",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.625 7.80459C5.62514 8.08584 5.72051 8.35878 5.89556 8.57897C6.07062 8.79916 6.31506 8.95353 6.58906 9.01709C7.70906 9.26378 8.85319 9.38384 10 9.37491C11.1462 9.38378 12.2899 9.26378 13.4094 9.01709C13.6832 8.95309 13.9276 8.79859 14.1028 8.57859C14.2781 8.35853 14.3739 8.08584 14.375 7.80459V7.49991C14.3751 6.92047 14.26 6.34678 14.0365 5.81219C13.8131 5.27759 13.4856 4.7927 13.0733 4.38568C12.6608 3.97866 12.1717 3.65761 11.6342 3.44118C11.0967 3.22474 10.5216 3.11724 9.94219 3.12489C7.5375 3.15614 5.625 5.16083 5.625 7.56472V7.80459Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),h0=o("folder",[["path",{d:"M16.9445 16.25H3.07656C2.92378 16.2496 2.77736 16.1887 2.66932 16.0807C2.56129 15.9726 2.50041 15.8262 2.5 15.6734V6.25H16.875C17.0407 6.25 17.1997 6.31588 17.3169 6.43306C17.4341 6.55025 17.5 6.70925 17.5 6.875V15.6945C17.5 15.8419 17.4415 15.9831 17.3373 16.0873C17.2331 16.1915 17.0919 16.25 16.9445 16.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 6.25V4.375C2.5 4.20924 2.56585 4.05027 2.68306 3.93306C2.80027 3.81585 2.95924 3.75 3.125 3.75H7.24144C7.40694 3.75007 7.56569 3.81583 7.68281 3.93281L10 6.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),M0=o("folder-dashed",[["path",{d:"M6.875 16.25H3.07656C2.92378 16.2496 2.77736 16.1887 2.66932 16.0807C2.56129 15.9726 2.50041 15.8262 2.5 15.6734V15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 16.25H10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.5 11.875V15.6945C17.5 15.8419 17.4415 15.9831 17.3373 16.0873C17.2331 16.1915 17.0919 16.25 16.9445 16.25H15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 6.25H16.875C17.0407 6.25 17.1997 6.31588 17.3169 6.43306C17.4341 6.55025 17.5 6.70925 17.5 6.875V8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 6.25V4.375C2.5 4.20924 2.56585 4.05027 2.68306 3.93306C2.80027 3.81585 2.95924 3.75 3.125 3.75H7.24144C7.40694 3.75007 7.56569 3.81583 7.68281 3.93281L10 6.25H2.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 9.375V11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),j0=o("folder-lock",[["path",{d:"M2.5 6.25V4.375C2.5 4.20924 2.56585 4.05027 2.68306 3.93306C2.80027 3.81585 2.95924 3.75 3.125 3.75H7.24144C7.40694 3.75007 7.56569 3.81583 7.68281 3.93281L10 6.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.5 13.125H11.875V16.25H17.5V13.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.79375 16.25H3.07656C2.92378 16.2496 2.77736 16.1887 2.66932 16.0807C2.56129 15.9726 2.50041 15.8262 2.5 15.6734V6.25H16.875C17.0407 6.25 17.1997 6.31588 17.3169 6.43306C17.4341 6.55025 17.5 6.70925 17.5 6.875V8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 13.125V12.1875C13.125 11.7731 13.2896 11.3757 13.5826 11.0826C13.8757 10.7896 14.2731 10.625 14.6875 10.625C15.1019 10.625 15.4993 10.7896 15.7924 11.0826C16.0854 11.3757 16.25 11.7731 16.25 12.1875V13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),H0=o("folder-minus",[["path",{d:"M16.9445 16.25H3.07656C2.92378 16.2496 2.77736 16.1887 2.66932 16.0807C2.56129 15.9726 2.50041 15.8262 2.5 15.6734V6.25H16.875C17.0407 6.25 17.1997 6.31588 17.3169 6.43306C17.4341 6.55025 17.5 6.70925 17.5 6.875V15.6945C17.5 15.8419 17.4415 15.9831 17.3373 16.0873C17.2331 16.1915 17.0919 16.25 16.9445 16.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 6.25V4.375C2.5 4.20924 2.56585 4.05027 2.68306 3.93306C2.80027 3.81585 2.95924 3.75 3.125 3.75H7.24144C7.40694 3.75007 7.56569 3.81583 7.68281 3.93281L10 6.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 11.25H11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),B0=o("folder-open",[["path",{d:"M2.5 16.25V5C2.5 4.83424 2.56585 4.67527 2.68306 4.55806C2.80027 4.44085 2.95924 4.375 3.125 4.375H7.29144C7.42662 4.375 7.55825 4.41886 7.66638 4.5L10 6.25H15.625C15.7907 6.25 15.9497 6.31588 16.0669 6.43306C16.1841 6.55025 16.25 6.70925 16.25 6.875V8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 16.25L4.85781 9.17737C4.8993 9.05287 4.97889 8.94462 5.08532 8.86794C5.19174 8.79125 5.3196 8.75 5.45078 8.75H18.125C18.2241 8.75 18.3217 8.7735 18.4098 8.81863C18.498 8.86375 18.5741 8.92919 18.6321 9.00956C18.69 9.08988 18.7279 9.18281 18.7429 9.28075C18.7578 9.37863 18.7493 9.47869 18.7179 9.57263L16.4914 16.25H2.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),V0=o("folder-plus",[["path",{d:"M16.9445 16.25H3.07656C2.92378 16.2496 2.77736 16.1887 2.66932 16.0807C2.56129 15.9726 2.50041 15.8262 2.5 15.6734V6.25H16.875C17.0407 6.25 17.1997 6.31588 17.3169 6.43306C17.4341 6.55025 17.5 6.70925 17.5 6.875V15.6945C17.5 15.8419 17.4415 15.9831 17.3373 16.0873C17.2331 16.1915 17.0919 16.25 16.9445 16.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 6.25V4.375C2.5 4.20924 2.56585 4.05027 2.68306 3.93306C2.80027 3.81585 2.95924 3.75 3.125 3.75H7.24144C7.40694 3.75007 7.56569 3.81583 7.68281 3.93281L10 6.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 11.25H11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 9.375V13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),w0=o("folders",[["path",{d:"M15.625 8.75V15.6945C15.625 15.7675 15.6106 15.8397 15.5827 15.9071C15.5548 15.9745 15.5139 16.0358 15.4623 16.0873C15.4108 16.1389 15.3495 16.1798 15.2821 16.2077C15.2147 16.2356 15.1425 16.25 15.0695 16.25H3.125C2.95924 16.25 2.80027 16.1841 2.68306 16.0669C2.56585 15.9497 2.5 15.7907 2.5 15.625V6.875C2.5 6.70925 2.56585 6.55025 2.68306 6.43306C2.80027 6.31588 2.95924 6.25 3.125 6.25H6.66644C6.80162 6.25 6.93325 6.29387 7.04138 6.375L9.375 8.125H15C15.1657 8.125 15.3247 8.19088 15.4419 8.30806C15.5591 8.42525 15.625 8.58425 15.625 8.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5 6.25V4.375C5 4.20924 5.06585 4.05027 5.18306 3.93306C5.30027 3.81585 5.45924 3.75 5.625 3.75H9.16644C9.30162 3.75 9.43325 3.79386 9.54138 3.875L11.875 5.625H17.5C17.6657 5.625 17.8247 5.69085 17.9419 5.80806C18.0591 5.92527 18.125 6.08424 18.125 6.25V13.1945C18.125 13.3419 18.0665 13.4831 17.9623 13.5873C17.8581 13.6915 17.7169 13.75 17.5695 13.75H15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),b0=o("folder-simple",[["path",{d:"M17.5 6.875V15.6945C17.5 15.8419 17.4415 15.9831 17.3373 16.0873C17.2331 16.1915 17.0919 16.25 16.9445 16.25H3.125C2.95924 16.25 2.80027 16.1841 2.68306 16.0669C2.56585 15.9497 2.5 15.7907 2.5 15.625V5C2.5 4.83424 2.56585 4.67527 2.68306 4.55806C2.80027 4.44085 2.95924 4.375 3.125 4.375H7.29144C7.42662 4.375 7.55825 4.41886 7.66638 4.5L10 6.25H16.875C17.0407 6.25 17.1997 6.31588 17.3169 6.43306C17.4341 6.55025 17.5 6.70925 17.5 6.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),S0=o("folder-simple-dashed",[["path",{d:"M2.5 6.25V5C2.5 4.83424 2.56585 4.67527 2.68306 4.55806C2.80027 4.44085 2.95924 4.375 3.125 4.375H7.29144C7.42662 4.375 7.55825 4.41886 7.66638 4.5L10 6.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 16.25H3.07656C2.92378 16.2496 2.77736 16.1887 2.66932 16.0807C2.56129 15.9726 2.50041 15.8262 2.5 15.6734V15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 16.25H10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.5 11.875V15.6945C17.5 15.8419 17.4415 15.9831 17.3373 16.0873C17.2331 16.1915 17.0919 16.25 16.9445 16.25H15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 6.25H16.875C17.0407 6.25 17.1997 6.31588 17.3169 6.43306C17.4341 6.55025 17.5 6.70925 17.5 6.875V8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 9.375V11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),v0=o("folder-simple-lock",[["path",{d:"M8.75 16.25H3.125C2.95924 16.25 2.80027 16.1841 2.68306 16.0669C2.56585 15.9497 2.5 15.7907 2.5 15.625V5C2.5 4.83424 2.56585 4.67527 2.68306 4.55806C2.80027 4.44085 2.95924 4.375 3.125 4.375H7.29144C7.42662 4.375 7.55825 4.41886 7.66638 4.5L9.83362 6.125C9.94175 6.20614 10.0734 6.25 10.2086 6.25H16.875C17.0407 6.25 17.1997 6.31588 17.3169 6.43306C17.4341 6.55025 17.5 6.70925 17.5 6.875V8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.5 13.125H11.875V16.25H17.5V13.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 13.125V12.1875C13.125 11.7731 13.2896 11.3757 13.5826 11.0826C13.8757 10.7896 14.2731 10.625 14.6875 10.625C15.1019 10.625 15.4993 10.7896 15.7924 11.0826C16.0854 11.3757 16.25 11.7731 16.25 12.1875V13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),x0=o("folder-simple-minus",[["path",{d:"M17.5 6.875V15.6945C17.5 15.8419 17.4415 15.9831 17.3373 16.0873C17.2331 16.1915 17.0919 16.25 16.9445 16.25H3.125C2.95924 16.25 2.80027 16.1841 2.68306 16.0669C2.56585 15.9497 2.5 15.7907 2.5 15.625V5C2.5 4.83424 2.56585 4.67527 2.68306 4.55806C2.80027 4.44085 2.95924 4.375 3.125 4.375H7.29144C7.42662 4.375 7.55825 4.41886 7.66638 4.5L10 6.25H16.875C17.0407 6.25 17.1997 6.31588 17.3169 6.43306C17.4341 6.55025 17.5 6.70925 17.5 6.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 11.25H11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),g0=o("folder-simple-plus",[["path",{d:"M17.5 6.875V15.6945C17.5 15.8419 17.4415 15.9831 17.3373 16.0873C17.2331 16.1915 17.0919 16.25 16.9445 16.25H3.125C2.95924 16.25 2.80027 16.1841 2.68306 16.0669C2.56585 15.9497 2.5 15.7907 2.5 15.625V5C2.5 4.83424 2.56585 4.67527 2.68306 4.55806C2.80027 4.44085 2.95924 4.375 3.125 4.375H7.29144C7.42662 4.375 7.55825 4.41886 7.66638 4.5L10 6.25H16.875C17.0407 6.25 17.1997 6.31588 17.3169 6.43306C17.4341 6.55025 17.5 6.70925 17.5 6.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 11.25H11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 9.375V13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Z0=o("folder-simple-star",[["path",{d:"M9.375 16.25H3.125C2.95924 16.25 2.80027 16.1841 2.68306 16.0669C2.56585 15.9497 2.5 15.7907 2.5 15.625V5C2.5 4.83424 2.56585 4.67527 2.68306 4.55806C2.80027 4.44085 2.95924 4.375 3.125 4.375H7.29144C7.42662 4.375 7.55825 4.41886 7.66638 4.5L10 6.25H16.875C17.0407 6.25 17.1997 6.31588 17.3169 6.43306C17.4341 6.55025 17.5 6.70925 17.5 6.875V9.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 15.5109L16.6929 16.875L16.0625 14.3289L18.125 12.6258L15.418 12.4172L14.375 10L13.332 12.4172L10.625 12.6258L12.6875 14.3289L12.0571 16.875L14.375 15.5109Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),m0=o("folder-simple-user",[["path",{d:"M12.5 17.5C12.7867 16.4219 13.7969 15.625 15 15.625C16.2031 15.625 17.2133 16.4219 17.5 17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15 15.625C16.0356 15.625 16.875 14.7856 16.875 13.75C16.875 12.7144 16.0356 11.875 15 11.875C13.9644 11.875 13.125 12.7144 13.125 13.75C13.125 14.7856 13.9644 15.625 15 15.625Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.375 16.25H3.125C2.95924 16.25 2.80027 16.1841 2.68306 16.0669C2.56585 15.9497 2.5 15.7907 2.5 15.625V5C2.5 4.83424 2.56585 4.67527 2.68306 4.55806C2.80027 4.44085 2.95924 4.375 3.125 4.375H7.29144C7.42662 4.375 7.55825 4.41886 7.66638 4.5L9.83362 6.125C9.94175 6.20614 10.0734 6.25 10.2086 6.25H16.875C17.0407 6.25 17.1997 6.31588 17.3169 6.43306C17.4341 6.55025 17.5 6.70925 17.5 6.875V9.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),f0=o("folder-star",[["path",{d:"M2.5 6.25V4.375C2.5 4.20924 2.56585 4.05027 2.68306 3.93306C2.80027 3.81585 2.95924 3.75 3.125 3.75H7.24144C7.40694 3.75007 7.56569 3.81583 7.68281 3.93281L10 6.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.41875 16.25H3.07656C2.92378 16.2496 2.77736 16.1887 2.66932 16.0807C2.56129 15.9726 2.50041 15.8262 2.5 15.6734V6.25H16.875C17.0407 6.25 17.1997 6.31588 17.3169 6.43306C17.4341 6.55025 17.5 6.70925 17.5 6.875V9.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 15.5109L16.6929 16.875L16.0625 14.3289L18.125 12.6258L15.418 12.4172L14.375 10L13.332 12.4172L10.625 12.6258L12.6875 14.3289L12.0571 16.875L14.375 15.5109Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),y0=o("folder-user",[["path",{d:"M12.5 17.5C12.7867 16.4219 13.7969 15.625 15 15.625C16.2031 15.625 17.2133 16.4219 17.5 17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15 15.625C16.0356 15.625 16.875 14.7856 16.875 13.75C16.875 12.7144 16.0356 11.875 15 11.875C13.9644 11.875 13.125 12.7144 13.125 13.75C13.125 14.7856 13.9644 15.625 15 15.625Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 6.25V4.375C2.5 4.20924 2.56585 4.05027 2.68306 3.93306C2.80027 3.81585 2.95924 3.75 3.125 3.75H7.24144C7.40694 3.75007 7.56569 3.81583 7.68281 3.93281L10 6.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.41875 16.25H3.07656C2.92378 16.2496 2.77736 16.1887 2.66932 16.0807C2.56129 15.9726 2.50041 15.8262 2.5 15.6734V6.25H16.875C17.0407 6.25 17.1997 6.31588 17.3169 6.43306C17.4341 6.55025 17.5 6.70925 17.5 6.875V9.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),P0=o("football",[["path",{d:"M14.5733 14.5735C11.2139 17.9329 6.55294 17.6633 4.31151 17.2836C3.91286 17.2162 3.54508 17.0265 3.25921 16.7406C2.97333 16.4547 2.78355 16.0869 2.7162 15.6883C2.33651 13.4469 2.06854 8.78443 5.42635 5.4266C8.78419 2.06878 13.4467 2.33675 15.6881 2.71644C16.0867 2.78379 16.4545 2.97358 16.7404 3.25945C17.0263 3.54533 17.216 3.91311 17.2834 4.31175C17.6631 6.55318 17.9311 11.2157 14.5733 14.5735Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 10L10 11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 8.125L11.875 10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 7.5L7.5 12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.3633 2.61328L17.3867 8.63675",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.61328 11.3633L8.63674 17.3867",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),T0=o("football-helmet",[["path",{d:"M6.5625 13.5938C6.994 13.5938 7.34375 13.244 7.34375 12.8125C7.34375 12.381 6.994 12.0312 6.5625 12.0312C6.13102 12.0312 5.78125 12.381 5.78125 12.8125C5.78125 13.244 6.13102 13.5938 6.5625 13.5938Z",fill:"currentColor",stroke:"none"}],["path",{d:"M9.375 15.625C9.46863 15.625 9.56106 15.604 9.6455 15.5635C9.72994 15.523 9.80413 15.464 9.86275 15.391C9.92131 15.3179 9.96269 15.2327 9.98388 15.1415C10.0051 15.0502 10.0055 14.9555 9.98519 14.864L8.76488 10.7609C8.7445 10.6695 8.74494 10.5747 8.76613 10.4835C8.78731 10.3923 8.82869 10.307 8.88725 10.234C8.94588 10.161 9.02006 10.102 9.1045 10.0615C9.18894 10.021 9.28138 9.99997 9.375 9.99997H16.875V9.68747C16.8751 8.73497 16.6859 7.7919 16.3183 6.91309C15.9507 6.03435 15.4121 5.23741 14.7338 4.56863C14.0555 3.89986 13.251 3.37258 12.3671 3.01745C11.4833 2.66233 10.5376 2.48643 9.58519 2.5C5.67578 2.55547 2.5 5.775 2.5 9.68747C2.49928 10.8578 2.78461 12.0105 3.33117 13.0454C3.87773 14.0802 4.66895 14.9658 5.63594 15.625H9.375Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.5623 10L13.4615 16.4274C13.4998 16.5569 13.5791 16.6705 13.6874 16.7512C13.7957 16.8319 13.9272 16.8753 14.0623 16.875H16.8748C17.0406 16.875 17.1995 16.8091 17.3168 16.6919C17.434 16.5747 17.4998 16.4157 17.4998 16.25V13.75C17.4998 13.5843 17.434 13.4253 17.3168 13.3081C17.1995 13.1909 17.0406 13.125 16.8748 13.125H9.46777",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),A0=o("footprints",[["path",{d:"M11.875 15H16.25V15.9375C16.25 16.5177 16.0196 17.0741 15.6093 17.4843C15.1991 17.8946 14.6427 18.125 14.0625 18.125C13.4823 18.125 12.9259 17.8946 12.5157 17.4843C12.1054 17.0741 11.875 16.5177 11.875 15.9375V15Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 13.125H8.125V14.0625C8.125 14.6427 7.89456 15.1991 7.48431 15.6093C7.07406 16.0196 6.51769 16.25 5.9375 16.25C5.35734 16.25 4.80094 16.0196 4.39071 15.6093C3.98047 15.1991 3.75 14.6427 3.75 14.0625V13.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.96421 10.625C1.91733 8.125 4.02202 1.875 5.93765 1.875C7.85325 1.875 9.95793 8.125 7.91106 10.625H3.96421Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.0892 12.5C10.0423 10 12.147 3.75 14.0626 3.75C15.9783 3.75 18.083 10 16.0361 12.5H12.0892Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),F0=o("fork-knife",[["path",{d:"M6.25 3.125V6.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 10V17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 13.125H11.875C11.875 13.125 11.875 5 16.25 3.125V17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 3.125L3.125 6.875C3.125 7.70381 3.45424 8.49869 4.04029 9.08469C4.62634 9.67075 5.4212 10 6.25 10C7.07881 10 7.87369 9.67075 8.45969 9.08469C9.04575 8.49869 9.375 7.70381 9.375 6.875L8.75 3.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),D0=o("four-k",[["path",{d:"M2.5 3.75H17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 16.25H17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 6.25V13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 6.25L11.25 11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 13.75L13 9.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.75 11.875H3.125L7.5 6.25V13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),q0=o("frame-corners",[["path",{d:"M12.5 6.25H15V8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 13.75H5V11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.875 3.75H3.125C2.77982 3.75 2.5 4.02982 2.5 4.375V15.625C2.5 15.9702 2.77982 16.25 3.125 16.25H16.875C17.2202 16.25 17.5 15.9702 17.5 15.625V4.375C17.5 4.02982 17.2202 3.75 16.875 3.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),R0=o("framer-logo",[["path",{d:"M4.375 8.125V13.125L10 18.75V13.125H15.625L4.375 3.125H15.625V8.125H4.375Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),U0=o("function",[["path",{d:"M5.625 10H14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 16.875H6.66331C7.24887 16.8751 7.81594 16.6696 8.26556 16.2944C8.71513 15.9192 9.01875 15.3981 9.12344 14.8219L10.8766 5.17812C10.9813 4.60196 11.2849 4.08081 11.7344 3.70559C12.1841 3.33038 12.7511 3.1249 13.3368 3.125H15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),N0=o("funnel",[["path",{d:"M2.66391 4.79531C2.58258 4.70581 2.52896 4.59464 2.50956 4.47527C2.49016 4.35591 2.5058 4.23348 2.5546 4.12282C2.60339 4.01217 2.68323 3.91806 2.78445 3.85188C2.88567 3.78571 3.00391 3.75031 3.12485 3.75H16.8748C16.9959 3.75001 17.1144 3.78518 17.2158 3.85124C17.3173 3.9173 17.3974 4.01141 17.4463 4.12211C17.4953 4.23282 17.5111 4.35538 17.4918 4.47489C17.4724 4.5944 17.4188 4.70571 17.3373 4.79531L11.8748 10.625V15.207C11.8749 15.3099 11.8496 15.4113 11.8011 15.5021C11.7525 15.5928 11.6823 15.6703 11.5967 15.7273L9.09669 17.3937C9.00269 17.4565 8.89338 17.4926 8.7805 17.4981C8.66756 17.5036 8.55525 17.4784 8.45556 17.4252C8.35581 17.372 8.27238 17.2927 8.21413 17.1958C8.15594 17.0989 8.12506 16.9881 8.12481 16.875V10.625L2.66391 4.79531Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),G0=o("funnel-simple",[["path",{d:"M5 10.625H15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.875 6.875H18.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 14.375H11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),z0=o("funnel-simple-x",[["path",{d:"M5 10.625H15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.875 6.875H18.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 14.375H10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 13.75L16.875 17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.875 13.75L13.125 17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),E0=o("funnel-x",[["path",{d:"M2.66391 4.79531C2.58258 4.70581 2.52896 4.59464 2.50956 4.47527C2.49016 4.35591 2.5058 4.23348 2.5546 4.12282C2.60339 4.01217 2.68323 3.91806 2.78445 3.85188C2.88567 3.78571 3.00391 3.75031 3.12485 3.75H16.8748C16.9959 3.75001 17.1144 3.78518 17.2158 3.85124C17.3173 3.9173 17.3974 4.01141 17.4463 4.12211C17.4953 4.23282 17.5111 4.35538 17.4918 4.47489C17.4724 4.5944 17.4188 4.70571 17.3373 4.79531L11.8748 10.625V15.207C11.8749 15.3099 11.8496 15.4113 11.8011 15.5021C11.7525 15.5928 11.6823 15.6703 11.5967 15.7273L9.09669 17.3937C9.00269 17.4565 8.89338 17.4926 8.7805 17.4981C8.66756 17.5036 8.55525 17.4784 8.45556 17.4252C8.35581 17.372 8.27238 17.2927 8.21413 17.1958C8.15594 17.0989 8.12506 16.9881 8.12481 16.875V10.625L2.66391 4.79531Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15 13.125L18.75 16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M18.75 13.125L15 16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),O0=o("game-controller",[["path",{d:"M11.875 8.125H13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.625 8.125H8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 6.875V9.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.27428 11.875L4.98443 15.6094C4.65545 15.9382 4.23023 16.1536 3.77049 16.2243C3.31077 16.295 2.84047 16.2173 2.42789 16.0026C2.01532 15.7877 1.68194 15.4471 1.47618 15.0299C1.27041 14.6127 1.20297 14.1409 1.28364 13.6828L2.56177 7.10938C2.72688 6.16981 3.21736 5.31831 3.94729 4.70409C4.67721 4.08987 5.59999 3.75211 6.55397 3.75H13.4375C14.515 3.75 15.5483 4.17801 16.3102 4.93988C17.072 5.70174 17.5 6.73506 17.5 7.8125C17.5 8.88994 17.072 9.92325 16.3102 10.6851C15.5483 11.447 14.515 11.875 13.4375 11.875H8.27428Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.7256 11.875L15.0155 15.6094C15.3444 15.9382 15.7696 16.1536 16.2294 16.2243C16.6891 16.295 17.1594 16.2173 17.572 16.0026C17.9846 15.7877 18.318 15.4471 18.5237 15.0299C18.7295 14.6127 18.7969 14.1409 18.7162 13.6828L17.4381 7.10938",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),W0=o("garage",[["path",{d:"M1.25 15.625H18.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.5 15.6249V7.70856C17.5002 7.6055 17.4749 7.504 17.4264 7.41306C17.3779 7.32219 17.3076 7.24469 17.2219 7.18744L10.3469 2.60387C10.2442 2.53535 10.1234 2.49878 10 2.49878C9.87656 2.49878 9.75581 2.53535 9.65313 2.60387L2.77813 7.18744C2.6924 7.24469 2.62214 7.32219 2.57362 7.41306C2.52509 7.504 2.49981 7.6055 2.5 7.70856V15.6249",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.625 15.625V10.625H14.375V15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 10.625V15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.625 13.125H14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),I0=o("gas-can",[["path",{d:"M9.63356 2.50024H15.625C15.7907 2.50024 15.9497 2.56609 16.0669 2.6833C16.1841 2.80051 16.25 2.95948 16.25 3.12524V16.8752C16.25 17.041 16.1841 17.2 16.0669 17.3172C15.9497 17.4344 15.7907 17.5002 15.625 17.5002H4.375C4.20924 17.5002 4.05027 17.4344 3.93306 17.3172C3.81585 17.2 3.75 17.041 3.75 16.8752V8.38381C3.75007 8.21831 3.81583 8.05956 3.93281 7.94243L9.19219 2.68306C9.30931 2.56607 9.46806 2.50032 9.63356 2.50024Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.625 5.00024H13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 9.37524L13.75 15.0002",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 9.37524L6.25 15.0002",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.18281 6.69219L3.93281 5.44219C3.87471 5.38415 3.82861 5.31522 3.79715 5.23934C3.7657 5.16347 3.74951 5.08214 3.74951 5.00001C3.74951 4.91787 3.7657 4.83654 3.79715 4.76067C3.82861 4.68479 3.87471 4.61586 3.93281 4.55782L5.80781 2.68282C5.86586 2.62471 5.93479 2.57861 6.01066 2.54716C6.08654 2.51571 6.16787 2.49951 6.25 2.49951C6.33213 2.49951 6.41344 2.51571 6.48932 2.54716C6.56519 2.57861 6.63413 2.62471 6.69219 2.68282L7.94219 3.93282",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),X0=o("gas-pump",[["path",{d:"M4.375 16.875V4.375C4.375 4.04348 4.50669 3.72554 4.74112 3.49112C4.97554 3.25669 5.29348 3.125 5.625 3.125H11.875C12.2065 3.125 12.5244 3.25669 12.7589 3.49112C12.9933 3.72554 13.125 4.04348 13.125 4.375V16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 16.875H15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 8.75H15C15.3315 8.75 15.6494 8.88169 15.8839 9.11613C16.1183 9.35056 16.25 9.6685 16.25 10V13.125C16.25 13.4565 16.3817 13.7744 16.6161 14.0089C16.8506 14.2433 17.1685 14.375 17.5 14.375C17.8315 14.375 18.1494 14.2433 18.3839 14.0089C18.6183 13.7744 18.75 13.4565 18.75 13.125V6.76794C18.75 6.60369 18.7177 6.44106 18.6548 6.28931C18.5919 6.13757 18.4998 5.9997 18.3836 5.88359L16.875 4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.625 8.75H6.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),K0=o("gauge",[["path",{d:"M1.875 13.7501V11.9633C1.875 7.47269 5.48047 3.76568 9.97106 3.75005C11.0405 3.74625 12.1002 3.9536 13.0893 4.36021C14.0784 4.76683 14.9775 5.36471 15.7351 6.11956C16.4926 6.87444 17.0936 7.77138 17.5038 8.75906C17.9139 9.74669 18.125 10.8056 18.125 11.8751V13.7501C18.125 13.9158 18.0591 14.0748 17.9419 14.192C17.8247 14.3092 17.6657 14.3751 17.5 14.3751H2.5C2.33424 14.3751 2.17527 14.3092 2.05806 14.192C1.94085 14.0748 1.875 13.9158 1.875 13.7501Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 3.75V6.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 14.375L13.125 7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 10.625H18.0297",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.98389 10.625H4.37529",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),J0=o("gavel",[["path",{d:"M9.55902 1.43233L4.55903 6.43233C4.31496 6.6764 4.31496 7.07215 4.55903 7.31621L5.80918 8.5664C6.05325 8.81046 6.44896 8.81046 6.69308 8.5664L11.6931 3.56635C11.9371 3.32228 11.9371 2.92655 11.6931 2.68247L10.443 1.43233C10.1988 1.18825 9.80315 1.18825 9.55902 1.43233Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.434 8.30731L11.434 13.3073C11.19 13.5514 11.19 13.9471 11.434 14.1912L12.6841 15.4414C12.9283 15.6854 13.324 15.6854 13.5681 15.4414L18.5681 10.4413C18.8121 10.1973 18.8121 9.8015 18.5681 9.55744L17.318 8.30731C17.0738 8.06325 16.6781 8.06325 16.434 8.30731Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.3799 3.87939L16.1205 8.62",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.00488 8.25415L11.7455 12.9948",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.3127 11.5625L4.76579 17.1094C4.51686 17.3574 4.17974 17.4968 3.82829 17.4968C3.47685 17.4968 3.13973 17.3574 2.89079 17.1094C2.64272 16.8604 2.50342 16.5233 2.50342 16.1719C2.50342 15.8204 2.64272 15.4833 2.89079 15.2344L8.43769 9.6875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Q0=o("gear",[["path",{d:"M10.0005 13.125C11.7264 13.125 13.1255 11.7259 13.1255 10C13.1255 8.27413 11.7264 6.875 10.0005 6.875C8.27461 6.875 6.87549 8.27413 6.87549 10C6.87549 11.7259 8.27461 13.125 10.0005 13.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.23691 13.9133C2.89158 13.3184 2.62701 12.6803 2.4502 12.0156L3.76113 10.3749C3.74629 10.1241 3.74629 9.87263 3.76113 9.62181L2.45098 7.98119C2.6275 7.31644 2.89152 6.678 3.23613 6.08276L5.32285 5.84839C5.48949 5.66065 5.66715 5.483 5.85488 5.31636L6.08926 3.23042C6.68368 2.88745 7.321 2.62499 7.98456 2.44995L9.62518 3.76089C9.876 3.74604 10.1275 3.74604 10.3783 3.76089L12.0189 2.45073C12.6837 2.62725 13.3221 2.89128 13.9174 3.23589L14.1517 5.32261C14.3395 5.48924 14.5172 5.6669 14.6838 5.85464L16.7697 6.08901C17.1151 6.68381 17.3796 7.322 17.5564 7.98669L16.2455 9.62731C16.2604 9.87813 16.2604 10.1296 16.2455 10.3804L17.5557 12.0211C17.3804 12.6856 17.1177 13.324 16.7744 13.9195L14.6877 14.1539C14.5211 14.3416 14.3434 14.5193 14.1557 14.6859L13.9213 16.7718C13.3265 17.1172 12.6883 17.3818 12.0236 17.5586L10.383 16.2476C10.1322 16.2624 9.88068 16.2624 9.62987 16.2476L7.98925 17.5578C7.32468 17.3825 6.68631 17.1198 6.09082 16.7765L5.85645 14.6898C5.66871 14.5232 5.49105 14.3455 5.32441 14.1578L3.23691 13.9133Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Y0=o("gear-fine",[["path",{d:"M10 16.25C13.4517 16.25 16.25 13.4517 16.25 10C16.25 6.54825 13.4517 3.75 10 3.75C6.54825 3.75 3.75 6.54825 3.75 10C3.75 13.4517 6.54825 16.25 10 16.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 10H18.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 9.99988L5.9375 2.96313",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 10L5.9375 17.0368",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 3.75V1.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.5876 6.875L2.96338 5.9375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 10H1.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.5876 13.125L2.96338 14.0625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 16.25V18.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 15.4126L14.0625 17.0368",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.4126 13.125L17.0368 14.0625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.4126 6.875L17.0368 5.9375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 4.58735L14.0625 2.96313",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),_0=o("gear-six",[["path",{d:"M10 13.125C11.7259 13.125 13.125 11.7259 13.125 10C13.125 8.27413 11.7259 6.875 10 6.875C8.27413 6.875 6.875 8.27413 6.875 10C6.875 11.7259 8.27413 13.125 10 13.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.1603 16.1024C10.0556 16.1024 9.95009 16.1024 9.84778 16.1024L7.34384 17.5C6.36909 17.1721 5.46501 16.6632 4.67902 16L4.66964 13.1875C4.61417 13.1 4.56183 13.0117 4.51339 12.9211L2.02355 11.5031C1.82744 10.5112 1.82744 9.49037 2.02355 8.49844L4.51105 7.08438C4.56183 6.99456 4.61417 6.90544 4.6673 6.81794L4.6798 4.00547C5.46509 3.34034 6.36897 2.82957 7.34384 2.5L9.84384 3.89766C9.94853 3.89766 10.054 3.89766 10.1563 3.89766L12.6563 2.5C13.6311 2.82788 14.5352 3.33679 15.3212 4L15.3306 6.8125C15.386 6.9 15.4384 6.98831 15.4868 7.07894L17.9751 8.49612C18.1712 9.48806 18.1712 10.5088 17.9751 11.5008L15.4876 12.9148C15.4368 13.0047 15.3845 13.0938 15.3313 13.1813L15.3188 15.9938C14.5341 16.659 13.6308 17.17 12.6563 17.5L10.1603 16.1024Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),$0=o("gender-female",[["path",{d:"M10 13.125C13.1066 13.125 15.625 10.6066 15.625 7.5C15.625 4.3934 13.1066 1.875 10 1.875C6.89337 1.875 4.375 4.3934 4.375 7.5C4.375 10.6066 6.89337 13.125 10 13.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 13.125V18.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 16.25H13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),on=o("gender-intersex",[["path",{d:"M9.375 13.125C11.7912 13.125 13.75 11.1662 13.75 8.75C13.75 6.33375 11.7912 4.375 9.375 4.375C6.95875 4.375 5 6.33375 5 8.75C5 11.1662 6.95875 13.125 9.375 13.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.375 13.125V18.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 15.625H11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 2.5H16.25V5.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.7656 5.98437L16.25 2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),rn=o("gender-male",[["path",{d:"M8.125 17.5C11.2316 17.5 13.75 14.9816 13.75 11.875C13.75 8.76837 11.2316 6.25 8.125 6.25C5.0184 6.25 2.5 8.76837 2.5 11.875C2.5 14.9816 5.0184 17.5 8.125 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.1025 7.89762L16.8752 3.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 3.125H16.875V6.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),en=o("gender-neuter",[["path",{d:"M10 13.75C13.1066 13.75 15.625 11.2316 15.625 8.125C15.625 5.0184 13.1066 2.5 10 2.5C6.89337 2.5 4.375 5.0184 4.375 8.125C4.375 11.2316 6.89337 13.75 10 13.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 13.75V18.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),nn=o("gender-nonbinary",[["path",{d:"M10 18.125C12.7614 18.125 15 15.8864 15 13.125C15 10.3636 12.7614 8.125 10 8.125C7.23856 8.125 5 10.3636 5 13.125C5 15.8864 7.23856 18.125 10 18.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 8.125V3.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 5.625L13.125 1.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 1.875L13.125 5.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),tn=o("gender-transgender",[["path",{d:"M7.5 17.5C10.2614 17.5 12.5 15.2614 12.5 12.5C12.5 9.73856 10.2614 7.5 7.5 7.5C4.73857 7.5 2.5 9.73856 2.5 12.5C2.5 15.2614 4.73857 17.5 7.5 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.0352 8.96487L16.875 3.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 3.125H16.875V6.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 5L15 8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),sn=o("ghost",[["path",{d:"M7.8125 9.84375C8.244 9.84375 8.59375 9.494 8.59375 9.0625C8.59375 8.631 8.244 8.28125 7.8125 8.28125C7.381 8.28125 7.03125 8.631 7.03125 9.0625C7.03125 9.494 7.381 9.84375 7.8125 9.84375Z",fill:"currentColor",stroke:"none"}],["path",{d:"M12.1875 9.84375C12.619 9.84375 12.9688 9.494 12.9688 9.0625C12.9688 8.631 12.619 8.28125 12.1875 8.28125C11.756 8.28125 11.4062 8.631 11.4062 9.0625C11.4062 9.494 11.756 9.84375 12.1875 9.84375Z",fill:"currentColor",stroke:"none"}],["path",{d:"M16.875 16.875L14.5836 15L12.2914 16.875L10 15L7.70856 16.875L5.41641 15L3.125 16.875V9.375C3.125 7.55163 3.84933 5.80296 5.13864 4.51364C6.42794 3.22433 8.17663 2.5 10 2.5C11.8234 2.5 13.5721 3.22433 14.8614 4.51364C16.1507 5.80296 16.875 7.55163 16.875 9.375V16.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Cn=o("gif",[["path",{d:"M10.625 5.625V14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M18.125 5.625H13.75V14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.5 10H13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.625 10H7.5V11.875C7.5 12.5381 7.23662 13.1739 6.76775 13.6427C6.29894 14.1116 5.66304 14.375 5 14.375C4.33696 14.375 3.70107 14.1116 3.23223 13.6427C2.76339 13.1739 2.5 12.5381 2.5 11.875V8.125C2.5 7.46194 2.76339 6.82606 3.23223 6.35725C3.70107 5.88839 4.33696 5.625 5 5.625C6.16484 5.625 7.22269 6.42187 7.5 7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),un=o("gift",[["path",{d:"M16.875 6.25H3.125C2.77982 6.25 2.5 6.52981 2.5 6.875V9.375C2.5 9.72019 2.77982 10 3.125 10H16.875C17.2202 10 17.5 9.72019 17.5 9.375V6.875C17.5 6.52981 17.2202 6.25 16.875 6.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 10V15.625C16.25 15.7907 16.1841 15.9497 16.0669 16.0669C15.9497 16.1841 15.7907 16.25 15.625 16.25H4.375C4.20924 16.25 4.05027 16.1841 3.93306 16.0669C3.81585 15.9497 3.75 15.7907 3.75 15.625V10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 6.25V16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.8117 2.43849C14.5414 3.16818 14.5844 4.39631 13.8117 5.08068C12.4906 6.25019 10 6.25019 10 6.25019C10 6.25019 10 3.75959 11.1719 2.43849C11.8539 1.66584 13.082 1.70881 13.8117 2.43849Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.18801 2.43849C5.45832 3.16818 5.41535 4.39631 6.18801 5.08068C7.50913 6.25019 9.99976 6.25019 9.99976 6.25019C9.99976 6.25019 9.99976 3.75959 8.82788 2.43849C8.14582 1.66584 6.91769 1.70881 6.18801 2.43849Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),kn=o("git-branch",[["path",{d:"M6.25 13.125V11.25C6.25 10.9185 6.38169 10.6006 6.61613 10.3661C6.85056 10.1317 7.1685 10 7.5 10H14.375C14.7065 10 15.0244 9.86831 15.2589 9.63387C15.4933 9.39944 15.625 9.0815 15.625 8.75V6.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 6.875V13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 6.875C7.28556 6.875 8.125 6.03553 8.125 5C8.125 3.96447 7.28556 3.125 6.25 3.125C5.21447 3.125 4.375 3.96447 4.375 5C4.375 6.03553 5.21447 6.875 6.25 6.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 6.875C16.6606 6.875 17.5 6.03553 17.5 5C17.5 3.96447 16.6606 3.125 15.625 3.125C14.5894 3.125 13.75 3.96447 13.75 5C13.75 6.03553 14.5894 6.875 15.625 6.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 16.875C7.28556 16.875 8.125 16.0356 8.125 15C8.125 13.9644 7.28556 13.125 6.25 13.125C5.21447 13.125 4.375 13.9644 4.375 15C4.375 16.0356 5.21447 16.875 6.25 16.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),an=o("git-commit",[["path",{d:"M10 13.75C12.0711 13.75 13.75 12.0711 13.75 10C13.75 7.92894 12.0711 6.25 10 6.25C7.92894 6.25 6.25 7.92894 6.25 10C6.25 12.0711 7.92894 13.75 10 13.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M0.625 10H6.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 10H19.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),dn=o("git-diff",[["path",{d:"M15.625 13.125V8.64294C15.625 8.47869 15.5927 8.31606 15.5298 8.16431C15.4669 8.01256 15.3748 7.87469 15.2586 7.75856L11.25 3.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 7.5V3.75H15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 6.875V11.357C4.37498 11.5213 4.40732 11.6839 4.47019 11.8357C4.53306 11.9874 4.62522 12.1253 4.74141 12.2414L8.75 16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.75 12.5V16.25H5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 6.875C5.41053 6.875 6.25 6.03553 6.25 5C6.25 3.96447 5.41053 3.125 4.375 3.125C3.33947 3.125 2.5 3.96447 2.5 5C2.5 6.03553 3.33947 6.875 4.375 6.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 16.875C16.6606 16.875 17.5 16.0356 17.5 15C17.5 13.9644 16.6606 13.125 15.625 13.125C14.5894 13.125 13.75 13.9644 13.75 15C13.75 16.0356 14.5894 16.875 15.625 16.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),cn=o("git-fork",[["path",{d:"M5 6.875V8.75C5 9.0815 5.13169 9.39944 5.36612 9.63387C5.60054 9.86831 5.91848 10 6.25 10H13.75C14.0815 10 14.3994 9.86831 14.6339 9.63387C14.8683 9.39944 15 9.0815 15 8.75V6.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 10V13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5 6.875C6.03553 6.875 6.875 6.03553 6.875 5C6.875 3.96447 6.03553 3.125 5 3.125C3.96447 3.125 3.125 3.96447 3.125 5C3.125 6.03553 3.96447 6.875 5 6.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 16.875C11.0356 16.875 11.875 16.0356 11.875 15C11.875 13.9644 11.0356 13.125 10 13.125C8.96444 13.125 8.125 13.9644 8.125 15C8.125 16.0356 8.96444 16.875 10 16.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15 6.875C16.0356 6.875 16.875 6.03553 16.875 5C16.875 3.96447 16.0356 3.125 15 3.125C13.9644 3.125 13.125 3.96447 13.125 5C13.125 6.03553 13.9644 6.875 15 6.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Ln=o("github-logo",[["path",{d:"M9.36175 4.375C8.99431 3.80006 8.48806 3.32692 7.88962 2.99923C7.29112 2.67153 6.61981 2.49984 5.9375 2.5C5.634 3.02473 5.45196 3.61081 5.40478 4.21514C5.35759 4.81948 5.44646 5.42671 5.66484 5.99219C5.2373 6.62181 5.00594 7.364 5 8.125V8.75C5 9.74456 5.39509 10.6984 6.09835 11.4016C6.80163 12.1049 7.75544 12.5 8.75 12.5H12.5C13.4946 12.5 14.4484 12.1049 15.1516 11.4016C15.8549 10.6984 16.25 9.74456 16.25 8.75V8.125C16.2441 7.364 16.0127 6.62181 15.5852 5.99219C15.8036 5.42671 15.8924 4.81948 15.8452 4.21514C15.7981 3.61081 15.616 3.02473 15.3125 2.5C14.6302 2.49984 13.9589 2.67153 13.3604 2.99923C12.7619 3.32692 12.2557 3.80006 11.8883 4.375H9.36175Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 18.125V15C8.125 14.3369 8.38838 13.7011 8.85725 13.2323C9.32606 12.7634 9.96194 12.5 10.625 12.5C11.2881 12.5 11.9239 12.7634 12.3927 13.2323C12.8616 13.7011 13.125 14.3369 13.125 15V18.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 16.25H5.625C4.96196 16.25 4.32607 15.9866 3.85723 15.5177C3.38839 15.0489 3.125 14.4131 3.125 13.75C3.125 13.0869 2.86161 12.4511 2.39277 11.9823C1.92392 11.5134 1.28804 11.25 0.625 11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),pn=o("gitlab-logo",[["path",{d:"M13.6995 7.49988L15.2346 3.32955C15.2565 3.26699 15.2981 3.2132 15.3531 3.17623C15.4081 3.13925 15.4736 3.12107 15.5398 3.12441C15.606 3.12776 15.6694 3.15243 15.7204 3.19476C15.7715 3.23709 15.8074 3.29479 15.8229 3.35924L17.3768 9.30613C17.5757 10.0574 17.5411 10.8516 17.2778 11.5828C17.0145 12.3141 16.5348 12.9478 15.9026 13.3999L10.1792 17.4436C10.1275 17.4802 10.0658 17.4998 10.0026 17.4998C9.93934 17.4998 9.87765 17.4802 9.82603 17.4436L4.10023 13.3999C3.46798 12.9478 2.98829 12.3141 2.72496 11.5828C2.46162 10.8516 2.42711 10.0574 2.62601 9.30613L4.17992 3.35924C4.19609 3.29566 4.23219 3.23895 4.28294 3.19738C4.33369 3.15582 4.39643 3.13161 4.46194 3.12829C4.52745 3.12497 4.5923 3.14272 4.64699 3.17894C4.70169 3.21516 4.74334 3.26794 4.76586 3.32955L6.30102 7.49988H13.6995Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.2057 8.65942L7.29785 15.6594",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.7027 15.6594L2.79492 8.65942",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),ln=o("gitlab-logo-simple",[["path",{d:"M13.6995 7.49988L15.2346 3.32955C15.2565 3.26699 15.2981 3.2132 15.3531 3.17623C15.4081 3.13925 15.4736 3.12107 15.5398 3.12441C15.606 3.12776 15.6694 3.15243 15.7204 3.19476C15.7715 3.23709 15.8074 3.29479 15.8229 3.35924L17.3768 9.30613C17.5757 10.0574 17.5411 10.8516 17.2778 11.5828C17.0145 12.3141 16.5348 12.9478 15.9026 13.3999L10.1792 17.4436C10.1275 17.4802 10.0658 17.4998 10.0026 17.4998C9.93934 17.4998 9.87765 17.4802 9.82603 17.4436L4.10023 13.3999C3.46798 12.9478 2.98829 12.3141 2.72496 11.5828C2.46162 10.8516 2.42711 10.0574 2.62601 9.30613L4.17992 3.35924C4.19609 3.29566 4.23219 3.23895 4.28294 3.19738C4.33369 3.15582 4.39643 3.13161 4.46194 3.12829C4.52745 3.12497 4.5923 3.14272 4.64699 3.17894C4.70169 3.21516 4.74334 3.26794 4.76586 3.32955L6.30102 7.49988H13.6995Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),hn=o("git-merge",[["path",{d:"M6.25 17.5C7.28556 17.5 8.125 16.6606 8.125 15.625C8.125 14.5894 7.28556 13.75 6.25 13.75C5.21447 13.75 4.375 14.5894 4.375 15.625C4.375 16.6606 5.21447 17.5 6.25 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 6.25C7.28556 6.25 8.125 5.41053 8.125 4.375C8.125 3.33947 7.28556 2.5 6.25 2.5C5.21447 2.5 4.375 3.33947 4.375 4.375C4.375 5.41053 5.21447 6.25 6.25 6.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 13.125C17.2856 13.125 18.125 12.2856 18.125 11.25C18.125 10.2144 17.2856 9.375 16.25 9.375C15.2144 9.375 14.375 10.2144 14.375 11.25C14.375 12.2856 15.2144 13.125 16.25 13.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 11.25L10.4688 10.6914C10.1686 10.6486 9.89431 10.4981 9.69688 10.2679L6.25 6.25V13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Mn=o("git-pull-request",[["path",{d:"M5.625 16.875C6.66056 16.875 7.5 16.0356 7.5 15C7.5 13.9644 6.66056 13.125 5.625 13.125C4.58947 13.125 3.75 13.9644 3.75 15C3.75 16.0356 4.58947 16.875 5.625 16.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.625 6.875C6.66056 6.875 7.5 6.03553 7.5 5C7.5 3.96447 6.66056 3.125 5.625 3.125C4.58947 3.125 3.75 3.96447 3.75 5C3.75 6.03553 4.58947 6.875 5.625 6.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.625 6.875V13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 16.875C16.6606 16.875 17.5 16.0356 17.5 15C17.5 13.9644 16.6606 13.125 15.625 13.125C14.5894 13.125 13.75 13.9644 13.75 15C13.75 16.0356 14.5894 16.875 15.625 16.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 13.125V8.64294C15.625 8.47869 15.5927 8.31606 15.5298 8.16431C15.4669 8.01256 15.3748 7.87469 15.2586 7.75856L11.25 3.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 7.5V3.75H15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),jn=o("globe",[["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 10C13.125 15 10 17.5 10 17.5C10 17.5 6.875 15 6.875 10C6.875 5 10 2.5 10 2.5C10 2.5 13.125 5 13.125 10Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.92676 7.5H17.0736",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.92676 12.5H17.0736",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Hn=o("globe-hemisphere-east",[["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.408 16.0688L13.6767 15.3368C13.5984 15.2581 13.5005 15.2018 13.3932 15.1735L11.7189 14.7337C11.5702 14.6946 11.4412 14.602 11.3564 14.4738C11.2717 14.3455 11.2372 14.1904 11.2596 14.0384L11.4455 12.7728C11.4613 12.6659 11.5045 12.565 11.5709 12.4798C11.6373 12.3946 11.7247 12.3281 11.8244 12.2868L14.2033 11.2978C14.3132 11.2521 14.4339 11.2388 14.5512 11.2594C14.6684 11.2801 14.7772 11.3338 14.8651 11.4141L16.7971 13.1806",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.94434 14.4257L4.71934 13.9164C4.80517 13.8597 4.87567 13.7827 4.9246 13.6922C4.97352 13.6017 4.99935 13.5005 4.9998 13.3977L5.01621 10.5672C5.01706 10.4445 5.05372 10.3248 5.12168 10.2227L6.7576 7.77737C6.80454 7.70769 6.86497 7.64825 6.93541 7.6025C7.00579 7.55675 7.08472 7.52563 7.16741 7.51106C7.2501 7.4965 7.33485 7.49869 7.41666 7.51763C7.49847 7.5365 7.57566 7.57169 7.64354 7.62112L9.19122 8.63675C9.32154 8.73056 9.48279 8.77112 9.64197 8.75L12.0998 8.41719C12.2515 8.39681 12.3905 8.3215 12.4904 8.20544L14.2232 6.1875C14.3206 6.07451 14.3744 5.93041 14.3748 5.78125V3.90625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Bn=o("globe-hemisphere-west",[["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.92822 9.62975L6.96885 7.81256C7.02379 7.71737 7.10279 7.63844 7.19798 7.58356C7.29317 7.52869 7.40117 7.49987 7.51104 7.50006H8.81648C8.92204 7.50025 9.02585 7.47331 9.11804 7.42194L10.0782 6.89381C10.1205 6.87106 10.1596 6.843 10.1946 6.81019L12.2977 4.90942C12.4024 4.81425 12.4717 4.68639 12.4942 4.54676C12.5168 4.40712 12.4913 4.26395 12.422 4.14067L11.6017 2.67114",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.29517 4.15869L4.37486 6.3345C4.3127 6.48175 4.30935 6.64731 4.36549 6.797L5.26392 9.19306C5.30084 9.29094 5.36174 9.37806 5.44105 9.44631C5.52035 9.51456 5.61552 9.56175 5.71784 9.58369L7.39204 9.94387C7.48492 9.96375 7.57204 10.0046 7.64673 10.0632C7.72148 10.1218 7.78185 10.1967 7.82329 10.2821L8.12017 10.897C8.17142 11.0026 8.25129 11.0917 8.35079 11.154C8.45029 11.2163 8.56529 11.2493 8.68267 11.2493H9.76079",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.6477 13.4749L12.5555 10.9577C12.4812 10.9124 12.3982 10.8829 12.3118 10.8711L10.529 10.6304C10.3951 10.6122 10.2589 10.6381 10.1409 10.7038C10.0229 10.7696 9.92936 10.8718 9.87429 10.9952L8.80398 13.3968C8.75423 13.5086 8.73842 13.6324 8.75842 13.7531C8.77842 13.8738 8.83336 13.986 8.91648 14.0757L10.4587 15.664C10.5255 15.7359 10.5745 15.8225 10.6017 15.9168C10.6288 16.0111 10.6334 16.1106 10.6149 16.207L10.3673 17.4914",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Vn=o("globe-simple",[["path",{d:"M2.5 10H17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 10C13.125 15 10 17.5 10 17.5C10 17.5 6.875 15 6.875 10C6.875 5 10 2.5 10 2.5C10 2.5 13.125 5 13.125 10Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),wn=o("globe-simple-x",[["path",{d:"M13.125 13.125L16.875 16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.875 13.125L13.125 16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 10H17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 17.5C8.51663 17.5 7.06663 17.0601 5.83323 16.236C4.59986 15.4119 3.63856 14.2406 3.07091 12.8701C2.50325 11.4997 2.35473 9.99169 2.64411 8.53681C2.9335 7.082 3.64781 5.74559 4.6967 4.6967C5.74559 3.64781 7.082 2.9335 8.53681 2.64411C9.99169 2.35473 11.4997 2.50325 12.8701 3.07091C14.2406 3.63856 15.4119 4.59986 16.236 5.83323C17.0601 7.06663 17.5 8.51663 17.5 10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 17.5C10 17.5 6.875 15 6.875 10C6.875 5 10 2.5 10 2.5C10 2.5 13.125 5 13.125 10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),bn=o("globe-stand",[["path",{d:"M10.6245 13.75C13.7311 13.75 16.2495 11.2316 16.2495 8.125C16.2495 5.0184 13.7311 2.5 10.6245 2.5C7.51789 2.5 4.99951 5.0184 4.99951 8.125C4.99951 11.2316 7.51789 13.75 10.6245 13.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.12451 18.75H13.1245",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.6245 16.25V18.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.2498 13.9883C14.7128 15.4442 12.6683 16.2427 10.5515 16.2139C8.43464 16.1851 6.41264 15.3311 4.91589 13.8339C3.41917 12.3367 2.56594 10.3144 2.53783 8.19756C2.50971 6.08068 3.30894 4.03645 4.76537 2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Sn=o("globe-x",[["path",{d:"M10 17.5C8.51663 17.5 7.06663 17.0601 5.83323 16.236C4.59986 15.4119 3.63856 14.2406 3.07091 12.8701C2.50325 11.4997 2.35473 9.99169 2.64411 8.53681C2.9335 7.082 3.64781 5.74559 4.6967 4.6967C5.74559 3.64781 7.082 2.9335 8.53681 2.64411C9.99169 2.35473 11.4997 2.50325 12.8701 3.07091C14.2406 3.63856 15.4119 4.59986 16.236 5.83323C17.0601 7.06663 17.5 8.51663 17.5 10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 17.5C10 17.5 6.875 15 6.875 10C6.875 5 10 2.5 10 2.5C10 2.5 13.125 5 13.125 10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.92676 7.5H17.0736",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.92676 12.5H10.0002",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 13.125L16.875 16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.875 13.125L13.125 16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),vn=o("goggles",[["path",{d:"M8.125 11.875H11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M18.125 11.875C18.125 13.2555 15.7555 14.375 14.375 14.375C13.7119 14.375 13.0761 14.1116 12.6073 13.6427C12.1384 13.1739 11.875 12.5381 11.875 11.875C11.875 11.2119 12.1384 10.5761 12.6073 10.1073C13.0761 9.63838 13.7119 9.375 14.375 9.375C15.7555 9.375 18.125 10.4945 18.125 11.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 11.875C8.125 12.5381 7.86162 13.1739 7.39275 13.6427C6.92394 14.1116 6.28806 14.375 5.625 14.375C4.24453 14.375 1.875 13.2555 1.875 11.875C1.875 10.4945 4.24453 9.375 5.625 9.375C6.28806 9.375 6.92394 9.63838 7.39275 10.1073C7.86162 10.5761 8.125 11.2119 8.125 11.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.9478 9.82275L16.7681 13.6431",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.63965 9.88989L7.39275 13.643",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M18.125 11.875C18.4565 11.875 18.7744 11.7433 19.0089 11.5089C19.2433 11.2744 19.375 10.9565 19.375 10.625C19.375 9.29894 18.8482 8.02712 17.9106 7.08944C16.9729 6.15178 15.7011 5.625 14.375 5.625H5.625C4.29892 5.625 3.02715 6.15178 2.08947 7.08944C1.15178 8.02712 0.625 9.29894 0.625 10.625C0.625 10.9565 0.756694 11.2744 0.991119 11.5089C1.22554 11.7433 1.54348 11.875 1.875 11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),xn=o("golf",[["path",{d:"M12.8125 8.59375C13.244 8.59375 13.5938 8.244 13.5938 7.8125C13.5938 7.381 13.244 7.03125 12.8125 7.03125C12.381 7.03125 12.0312 7.381 12.0312 7.8125C12.0312 8.244 12.381 8.59375 12.8125 8.59375Z",fill:"currentColor",stroke:"none"}],["path",{d:"M10.3125 11.0938C10.744 11.0938 11.0938 10.744 11.0938 10.3125C11.0938 9.881 10.744 9.53125 10.3125 9.53125C9.881 9.53125 9.53125 9.881 9.53125 10.3125C9.53125 10.744 9.881 11.0938 10.3125 11.0938Z",fill:"currentColor",stroke:"none"}],["path",{d:"M10 13.75C13.4517 13.75 16.25 10.9517 16.25 7.5C16.25 4.04822 13.4517 1.25 10 1.25C6.54825 1.25 3.75 4.04822 3.75 7.5C3.75 10.9517 6.54825 13.75 10 13.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 16.25V19.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 15.625C12.1547 15.9961 11.1008 16.25 10 16.25C8.89919 16.25 7.84531 15.9961 6.875 15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),gn=o("goodreads-logo",[["path",{d:"M5.625 6.875C5.625 5.71467 6.08594 4.60188 6.90644 3.78141C7.72687 2.96094 8.83969 2.5 10 2.5C11.1603 2.5 12.2731 2.96094 13.0936 3.78141C13.9141 4.60188 14.375 5.71467 14.375 6.875V8.75C14.375 9.91031 13.9141 11.0231 13.0936 11.8436C12.2731 12.6641 11.1603 13.125 10 13.125C8.83969 13.125 7.72687 12.6641 6.90644 11.8436C6.08594 11.0231 5.625 9.91031 5.625 8.75V6.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 2.5V13.125C14.375 14.2853 13.9141 15.3981 13.0936 16.2186C12.2731 17.0391 11.1603 17.5 10 17.5C8.51562 17.5 7.04062 16.7586 6.25 15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Zn=o("google-cardboard-logo",[["path",{d:"M1.875 15V5C1.875 4.83424 1.94085 4.67527 2.05806 4.55806C2.17527 4.44085 2.33424 4.375 2.5 4.375H17.5C17.6657 4.375 17.8247 4.44085 17.9419 4.55806C18.0591 4.67527 18.125 4.83424 18.125 5V15C18.125 15.1657 18.0591 15.3247 17.9419 15.4419C17.8247 15.5591 17.6657 15.625 17.5 15.625H12.5L10.4422 13.5672C10.3841 13.5091 10.3152 13.463 10.2393 13.4315C10.1634 13.4001 10.0821 13.3839 10 13.3839C9.91787 13.3839 9.83656 13.4001 9.76069 13.4315C9.68481 13.463 9.61587 13.5091 9.55781 13.5672L7.5 15.625H2.5C2.33424 15.625 2.17527 15.5591 2.05806 15.4419C1.94085 15.3247 1.875 15.1657 1.875 15Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 11.875C7.28556 11.875 8.125 11.0356 8.125 10C8.125 8.96444 7.28556 8.125 6.25 8.125C5.21447 8.125 4.375 8.96444 4.375 10C4.375 11.0356 5.21447 11.875 6.25 11.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 11.875C14.7856 11.875 15.625 11.0356 15.625 10C15.625 8.96444 14.7856 8.125 13.75 8.125C12.7144 8.125 11.875 8.96444 11.875 10C11.875 11.0356 12.7144 11.875 13.75 11.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),mn=o("google-chrome-logo",[["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 13.125C11.7259 13.125 13.125 11.7259 13.125 10C13.125 8.27413 11.7259 6.875 10 6.875C8.27413 6.875 6.875 8.27413 6.875 10C6.875 11.7259 8.27413 13.125 10 13.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 6.875H16.8195",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.706 11.5625L9.2959 17.4688",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.29393 11.5625L3.88379 5.65625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),fn=o("google-drive-logo",[["path",{d:"M7.31644 2.79375C7.37263 2.70391 7.45069 2.62981 7.54331 2.57843C7.636 2.52704 7.74019 2.50005 7.84613 2.5H12.1539C12.2599 2.50005 12.3641 2.52704 12.4568 2.57843C12.5494 2.62981 12.6275 2.70391 12.6836 2.79375L18.0298 11.5578C18.0897 11.6536 18.1226 11.7638 18.1249 11.8767C18.1273 11.9896 18.0989 12.1011 18.043 12.1992L15.9079 15.9375C15.8529 16.0326 15.7739 16.1116 15.6787 16.1665C15.5835 16.2214 15.4755 16.2502 15.3657 16.25H4.63442C4.52455 16.2502 4.41658 16.2214 4.32139 16.1665C4.2262 16.1116 4.14716 16.0326 4.09223 15.9375L1.95707 12.1992C1.90112 12.1011 1.8728 11.9896 1.87513 11.8767C1.87748 11.7638 1.91038 11.6536 1.97035 11.5578L7.31644 2.79375Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.30615 16.1564L12.4538 2.57666",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.6936 16.1564L7.5459 2.57666",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.875 11.875H18.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),yn=o("google-logo",[["path",{d:"M10 10H16.875C16.8748 11.6188 16.3034 13.1857 15.2614 14.4245C14.2194 15.6634 12.7738 16.4948 11.1789 16.7725C9.58406 17.05 7.94244 16.756 6.54313 15.942C5.14386 15.128 4.07668 13.8464 3.52956 12.3228C2.98244 10.7993 2.99049 9.13159 3.55228 7.61334C4.11408 6.09517 5.19358 4.82391 6.60069 4.02349C8.00775 3.22307 9.65213 2.94484 11.2442 3.23781C12.8363 3.53077 14.2739 4.37614 15.3039 5.62501",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Pn=o("google-photos-logo",[["path",{d:"M10 10V1.875C10.9422 1.87441 11.8655 2.14009 12.6634 2.64142C13.4612 3.14274 14.1011 3.85931 14.5094 4.70853C14.9177 5.55774 15.0777 6.50506 14.9709 7.44125C14.8643 8.37744 14.4952 9.26444 13.9062 10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 9.99997H1.875C1.87441 9.05772 2.14009 8.13447 2.64142 7.33659C3.14274 6.53878 3.85931 5.89884 4.70853 5.49057C5.55774 5.08228 6.50506 4.92228 7.44125 5.029C8.37744 5.1357 9.26444 5.50479 10 6.0937",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.99972 10V18.125C9.05747 18.1256 8.13422 17.8599 7.33635 17.3586C6.53853 16.8573 5.8986 16.1407 5.49032 15.2915C5.08204 14.4423 4.92204 13.4949 5.02875 12.5587C5.13546 11.6226 5.50455 10.7356 6.09346 10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 10H18.125C18.1256 10.9422 17.8599 11.8655 17.3586 12.6634C16.8573 13.4612 16.1407 14.1011 15.2915 14.5094C14.4423 14.9177 13.4949 15.0777 12.5587 14.9709C11.6226 14.8643 10.7356 14.4952 10 13.9062",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Tn=o("google-play-logo",[["path",{d:"M4.375 17.5108C4.37667 17.6202 4.40702 17.7272 4.46299 17.8212C4.51897 17.9151 4.59862 17.9927 4.69399 18.0462C4.78935 18.0998 4.89709 18.1273 5.00646 18.1262C5.11581 18.1251 5.22296 18.0952 5.31719 18.0397L18.4297 10.5343C18.5266 10.4827 18.6076 10.4057 18.6641 10.3115C18.7206 10.2174 18.7505 10.1097 18.7505 9.99991C18.7505 9.89009 18.7206 9.78241 18.6641 9.68828C18.6076 9.59409 18.5266 9.51716 18.4297 9.46553L5.31719 1.96004C5.22296 1.90453 5.11581 1.87471 5.00646 1.87357C4.89709 1.87243 4.78935 1.9 4.69399 1.95353C4.59862 2.00707 4.51897 2.08469 4.46299 2.17864C4.40702 2.2726 4.37667 2.3796 4.375 2.48895V17.5108Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.55713 2.05688L15.0001 12.4998",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.55713 17.9429L14.9985 7.50146",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),An=o("google-podcasts-logo",[["path",{d:"M10 1.25V3.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 5V7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 16.25V18.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 6.875V13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 5V9.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 10.625V15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 8.75V11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 12.5V15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.5 8.75V11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Fn=o("gps",[["path",{d:"M10 18.75V16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 16.25C13.4517 16.25 16.25 13.4517 16.25 10C16.25 6.54825 13.4517 3.75 10 3.75C6.54825 3.75 3.75 6.54825 3.75 10C3.75 13.4517 6.54825 16.25 10 16.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 1.25V3.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.25 10H3.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M18.75 10H16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Dn=o("gps-fix",[["path",{d:"M10 18.75V16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 16.25C13.4517 16.25 16.25 13.4517 16.25 10C16.25 6.54825 13.4517 3.75 10 3.75C6.54825 3.75 3.75 6.54825 3.75 10C3.75 13.4517 6.54825 16.25 10 16.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 1.25V3.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.25 10H3.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M18.75 10H16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 12.5C11.3807 12.5 12.5 11.3807 12.5 10C12.5 8.61931 11.3807 7.5 10 7.5C8.61931 7.5 7.5 8.61931 7.5 10C7.5 11.3807 8.61931 12.5 10 12.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),qn=o("gps-slash",[["path",{d:"M10 18.75V16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 1.25V3.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.25 10H3.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M18.75 10H16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 3.125L16.25 16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.204 14.625C12.9774 15.7399 11.3581 16.3219 9.70233 16.243C8.04658 16.164 6.49002 15.4305 5.37508 14.2039C4.26014 12.9772 3.67813 11.358 3.7571 9.70225C3.83608 8.0465 4.56955 6.48994 5.79618 5.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.99512 4.07811C9.14743 3.68752 10.3887 3.64177 11.5666 3.94647C12.7446 4.25116 13.808 4.89305 14.6264 5.7934C15.4447 6.69375 15.9826 7.81337 16.1738 9.015C16.3651 10.2166 16.2014 11.4479 15.7029 12.5578",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Rn=o("gradient",[["path",{d:"M2.5 8.125H8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 8.125H17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 11.25H5.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 11.25H17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 11.25H11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 14.375H4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 14.375H8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 14.375H13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 14.375H17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 5H17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Un=o("graduation-cap",[["path",{d:"M0.625 7.5L10 2.5L19.375 7.5L10 12.5L0.625 7.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 7.5L14.375 9.83362V18.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.875 8.83374V12.9916C16.8754 13.1443 16.8198 13.2919 16.7188 13.4064C15.8359 14.39 13.6797 16.2501 10 16.2501C6.32031 16.2501 4.16563 14.39 3.28125 13.4064C3.18023 13.2919 3.12465 13.1443 3.125 12.9916V8.83374",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Nn=o("grains",[["path",{d:"M10 17.5C8.34238 17.5 6.75269 16.8415 5.58058 15.6694C4.40848 14.4973 3.75 12.9076 3.75 11.25V9.375C5.4076 9.375 6.99731 10.0335 8.16944 11.2056C9.3415 12.3777 10 13.9674 10 15.625V17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 17.5V15.625C10 14.8043 10.1617 13.9915 10.4757 13.2333C10.7899 12.4749 11.2502 11.7859 11.8306 11.2056C12.4109 10.6252 13.0999 10.1649 13.8583 9.85075C14.6165 9.53669 15.4293 9.375 16.25 9.375V11.25C16.25 12.9076 15.5915 14.4973 14.4194 15.6694C13.2473 16.8415 11.6576 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 9.375V5C14.5924 5 13.0027 5.65848 11.8306 6.83056C10.6585 8.00269 10 9.59238 10 11.25V15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 9.375V5C5.4076 5 6.99731 5.65848 8.16944 6.83056C9.3415 8.00269 10 9.59238 10 11.25V15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.56641 5.66953C7.47034 3.13984 10 1.875 10 1.875C10 1.875 12.5297 3.13984 13.4375 5.67031",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Gn=o("grains-slash",[["path",{d:"M10 17.5C8.34238 17.5 6.75269 16.8415 5.58058 15.6694C4.40848 14.4973 3.75 12.9076 3.75 11.25V9.375C5.4076 9.375 6.99731 10.0335 8.16944 11.2056C9.3415 12.3777 10 13.9674 10 15.625V17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 3.125L16.25 16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.2504 9.375V5C15.2615 4.99925 14.2867 5.23345 13.4061 5.68331C12.5255 6.13318 11.7644 6.78581 11.1855 7.5875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.0265 12.9125C16.175 12.3708 16.2502 11.8117 16.2499 11.25V9.37501C15.2677 9.37345 14.2991 9.60451 13.4233 10.0493",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.4618 11.6077C10.5156 12.7322 9.99776 14.1552 10 15.6249V17.4999C10.9129 17.5006 11.8148 17.3011 12.6422 16.9153C13.4695 16.5295 14.2021 15.9669 14.7883 15.267",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 9.375V5C4.43083 4.99922 5.10721 5.10979 5.75234 5.32735",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.69531 3.75C8.34269 2.98957 9.12375 2.3541 10 1.875C10 1.875 12.5305 3.13984 13.4375 5.67031",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),zn=o("graph",[["path",{d:"M9.23822 8.28657L8.26172 6.08813",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.846 8.71802L11.7788 9.40708",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.1451 13.2243L11.4795 11.1509",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.59822 11.2454L5.77637 13.7547",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 11.875C11.0356 11.875 11.875 11.0356 11.875 10C11.875 8.96444 11.0356 8.125 10 8.125C8.96444 8.125 8.125 8.96444 8.125 10C8.125 11.0356 8.96444 11.875 10 11.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 6.25C8.53556 6.25 9.375 5.41053 9.375 4.375C9.375 3.33947 8.53556 2.5 7.5 2.5C6.46444 2.5 5.625 3.33947 5.625 4.375C5.625 5.41053 6.46444 6.25 7.5 6.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 10C16.6606 10 17.5 9.16056 17.5 8.125C17.5 7.08944 16.6606 6.25 15.625 6.25C14.5894 6.25 13.75 7.08944 13.75 8.125C13.75 9.16056 14.5894 10 15.625 10Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 16.25C16.6606 16.25 17.5 15.4106 17.5 14.375C17.5 13.3394 16.6606 12.5 15.625 12.5C14.5894 12.5 13.75 13.3394 13.75 14.375C13.75 15.4106 14.5894 16.25 15.625 16.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 16.875C5.41053 16.875 6.25 16.0356 6.25 15C6.25 13.9644 5.41053 13.125 4.375 13.125C3.33947 13.125 2.5 13.9644 2.5 15C2.5 16.0356 3.33947 16.875 4.375 16.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),En=o("graphics-card",[["path",{d:"M1.25 14.375H18.125C18.2907 14.375 18.4497 14.3091 18.5669 14.1919C18.6841 14.0747 18.75 13.9157 18.75 13.75V5C18.75 4.83424 18.6841 4.67527 18.5669 4.55806C18.4497 4.44085 18.2907 4.375 18.125 4.375H1.25V16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 11.875C15.1307 11.875 16.25 10.7557 16.25 9.375C16.25 7.99431 15.1307 6.875 13.75 6.875C12.3693 6.875 11.25 7.99431 11.25 9.375C11.25 10.7557 12.3693 11.875 13.75 11.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 16.25V14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 14.375V16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.75 16.25V14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.9819 7.60693L15.5179 11.1429",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 11.875C7.63069 11.875 8.75 10.7557 8.75 9.375C8.75 7.99431 7.63069 6.875 6.25 6.875C4.86929 6.875 3.75 7.99431 3.75 9.375C3.75 10.7557 4.86929 11.875 6.25 11.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.48193 7.60693L8.01788 11.1429",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),On=o("greater-than",[["path",{d:"M5 4.375L16.875 10L5 15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Wn=o("greater-than-or-equal",[["path",{d:"M4.375 3.75L16.25 8.125L4.375 12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 15.625H4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),In=o("grid-four",[["path",{d:"M15.625 3.75H4.375C4.02982 3.75 3.75 4.02982 3.75 4.375V15.625C3.75 15.9702 4.02982 16.25 4.375 16.25H15.625C15.9702 16.25 16.25 15.9702 16.25 15.625V4.375C16.25 4.02982 15.9702 3.75 15.625 3.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 3.75V16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 10H16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Xn=o("grid-nine",[["path",{d:"M16.875 4.375H3.125C2.77982 4.375 2.5 4.65482 2.5 5V15C2.5 15.3452 2.77982 15.625 3.125 15.625H16.875C17.2202 15.625 17.5 15.3452 17.5 15V5C17.5 4.65482 17.2202 4.375 16.875 4.375Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 4.375V15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 4.375V15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 8.125H17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 11.875H17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Kn=o("guitar",[["path",{d:"M15.9375 0.9375L19.0625 4.0625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 4.375L15.625 6.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.69307 8.75007C4.94002 8.746 5.18039 8.66988 5.38469 8.53113C5.58899 8.39232 5.7483 8.19688 5.84307 7.96882C5.97727 7.62932 6.17961 7.32088 6.43757 7.06257C7.7837 5.71649 10.3298 6.08055 12.1251 7.87507C13.9204 9.66963 14.2837 12.2165 12.9376 13.5626C12.678 13.8211 12.3679 14.0235 12.0266 14.1571C11.7986 14.2519 11.6031 14.4112 11.4644 14.6155C11.3256 14.8198 11.2495 15.0602 11.2454 15.3071C11.2157 16.2501 10.8899 17.1094 10.2501 17.7501C8.59382 19.4063 5.45948 18.9587 3.25011 16.7501C1.04073 14.5415 0.593853 11.4063 2.25011 9.75007C2.89073 9.11025 3.75011 8.78444 4.69307 8.75007Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 13.125L6.875 15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.75 13.125C9.78556 13.125 10.625 12.2856 10.625 11.25C10.625 10.2144 9.78556 9.375 8.75 9.375C7.71444 9.375 6.875 10.2144 6.875 11.25C6.875 12.2856 7.71444 13.125 8.75 13.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.75 9.375L16.5625 1.5625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.625 11.25L18.4375 3.4375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Jn=o("hair-dryer",[["path",{d:"M13.125 8.75C14.1606 8.75 15 7.91056 15 6.875C15 5.83947 14.1606 5 13.125 5C12.0894 5 11.25 5.83947 11.25 6.875C11.25 7.91056 12.0894 8.75 13.125 8.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.875 8.84531V4.90469C1.87501 4.75681 1.92744 4.61372 2.023 4.50086C2.11855 4.38801 2.25103 4.31268 2.39688 4.28828L13.125 2.5C14.2853 2.5 15.3981 2.96094 16.2186 3.78141C17.0391 4.60188 17.5 5.71467 17.5 6.875C17.5 8.03531 17.0391 9.14813 16.2186 9.96856C15.3981 10.7891 14.2853 11.25 13.125 11.25L2.39688 9.46175C2.25103 9.43731 2.11855 9.362 2.023 9.24913C1.92744 9.13625 1.87501 8.99319 1.875 8.84531Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 16.25V16.875C11.875 17.5381 12.1384 18.1739 12.6073 18.6427C13.0761 19.1116 13.7119 19.375 14.375 19.375H15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.8196 10.3215L13.2914 15.8833C13.2418 15.9925 13.1617 16.0851 13.0609 16.1501C12.9601 16.2151 12.8426 16.2497 12.7227 16.2497H11.25C11.0843 16.2497 10.9253 16.1838 10.8081 16.0667C10.6909 15.9494 10.625 15.7905 10.625 15.6247V10.8333",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Qn=o("hamburger",[["path",{d:"M3.75554 7.5C3.66155 7.50094 3.56856 7.48062 3.4835 7.44056C3.39844 7.40056 3.3235 7.34187 3.26426 7.26894C3.20502 7.19594 3.163 7.11056 3.14133 7.01906C3.11967 6.92763 3.11892 6.83244 3.13913 6.74062C3.64695 4.33984 6.52506 2.5 10.0001 2.5C13.4751 2.5 16.3532 4.33984 16.861 6.74062C16.8812 6.83244 16.8805 6.92763 16.8588 7.01906C16.8371 7.11056 16.7951 7.19594 16.7359 7.26894C16.6766 7.34187 16.6017 7.40056 16.5166 7.44056C16.4316 7.48062 16.3386 7.50094 16.2446 7.5H3.75554Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.875 13.75L5.3125 12.5L8.4375 13.75L11.5625 12.5L14.6875 13.75L18.125 12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.875 10H18.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 13.1824V14.3754C16.25 15.0384 15.9866 15.6743 15.5177 16.1432C15.0489 16.612 14.4131 16.8754 13.75 16.8754H6.25C5.58696 16.8754 4.95107 16.612 4.48223 16.1432C4.01339 15.6743 3.75 15.0384 3.75 14.3754V13.0684",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Yn=o("hammer",[["path",{d:"M8.4375 9.06274L10.9375 11.5627",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.8172 7.80786L14.6875 10.9375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.1251 5.00023L4.20088 3.88851C4.8393 3.25001 5.59724 2.74351 6.43144 2.39794C7.26563 2.05237 8.15969 1.87451 9.06263 1.87451C9.9655 1.87451 10.8596 2.05237 11.6938 2.39794C12.5279 2.74351 13.2859 3.25001 13.9243 3.88851L19.1923 9.19244C19.3094 9.30962 19.3752 9.4685 19.3752 9.63419C19.3752 9.79994 19.3094 9.95881 19.1923 10.076L16.9533 12.3174C16.836 12.4346 16.6771 12.5003 16.5114 12.5003C16.3458 12.5003 16.1868 12.4346 16.0696 12.3174L13.1251 9.37525L5.18291 17.3174C5.06571 17.4346 4.90681 17.5003 4.74112 17.5003C4.57543 17.5003 4.41652 17.4346 4.29932 17.3174L2.68291 15.7034C2.56579 15.5862 2.5 15.4272 2.5 15.2616C2.5 15.0959 2.56579 14.9369 2.68291 14.8197L10.6251 6.87525L6.23291 2.48304",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),_n=o("hand",[["path",{d:"M13.1252 5.9375C13.1252 5.5231 13.2898 5.12567 13.5828 4.83264C13.8759 4.53962 14.2733 4.375 14.6877 4.375C15.1021 4.375 15.4995 4.53962 15.7926 4.83264C16.0856 5.12567 16.2502 5.5231 16.2502 5.9375V11.875C16.2502 12.6957 16.0886 13.5085 15.7744 14.2667C15.4604 15.0251 15 15.7141 14.4196 16.2944C13.8392 16.8748 13.1502 17.3351 12.3919 17.6493C11.6337 17.9633 10.8209 18.125 10.0002 18.125C6.54862 18.125 5.2541 16.4625 2.70957 11.0938C2.50563 10.7351 2.45185 10.3102 2.55996 9.91206C2.66807 9.51387 2.92928 9.17463 3.28661 8.96831C3.64393 8.762 4.06835 8.70544 4.46725 8.81087C4.86615 8.91631 5.20715 9.17531 5.41582 9.53125L6.87518 11.875V4.6875C6.87518 4.2731 7.03981 3.87567 7.33281 3.58264C7.62587 3.28962 8.02331 3.125 8.43768 3.125C8.85212 3.125 9.2495 3.28962 9.54256 3.58264C9.83556 3.87567 10.0002 4.2731 10.0002 4.6875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 9.375V3.4375C10 3.0231 10.1646 2.62567 10.4576 2.33264C10.7507 2.03962 11.1481 1.875 11.5625 1.875C11.9769 1.875 12.3743 2.03962 12.6674 2.33264C12.9604 2.62567 13.125 3.0231 13.125 3.4375V9.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),$n=o("hand-arrow-down",[["path",{d:"M3.75 16.25H1.25C1.08424 16.25 0.925269 16.1841 0.808056 16.0669C0.69085 15.9497 0.625 15.7907 0.625 15.625V12.5C0.625 12.3343 0.69085 12.1753 0.808056 12.0581C0.925269 11.9409 1.08424 11.875 1.25 11.875H3.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.75 12.5H11.25L16.4844 11.2961C16.6768 11.2434 16.8788 11.2357 17.0747 11.2738C17.2706 11.3118 17.4551 11.3945 17.6137 11.5154C17.7725 11.6363 17.9012 11.7923 17.9899 11.971C18.0785 12.1498 18.1248 12.3466 18.125 12.5461C18.1251 12.787 18.0581 13.0232 17.9314 13.2281C17.8047 13.4331 17.6234 13.5986 17.4078 13.7063L14.375 15L9.375 16.25H3.75V11.875L5.70312 9.92188C5.8777 9.74794 6.08486 9.61007 6.31275 9.51626C6.54062 9.42238 6.78481 9.37438 7.03125 9.37501H10.9375C11.3519 9.37501 11.7493 9.53963 12.0424 9.83263C12.3354 10.1257 12.5 10.5231 12.5 10.9375C12.5 11.3519 12.3354 11.7493 12.0424 12.0424C11.7493 12.3354 11.3519 12.5 10.9375 12.5H8.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15 1.875V8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.5 5.625L15 8.125L12.5 5.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),ot=o("hand-arrow-up",[["path",{d:"M3.75 16.25H1.25C1.08424 16.25 0.925269 16.1841 0.808056 16.0669C0.69085 15.9497 0.625 15.7907 0.625 15.625V12.5C0.625 12.3343 0.69085 12.1753 0.808056 12.0581C0.925269 11.9409 1.08424 11.875 1.25 11.875H3.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.75 12.5H11.25L16.4844 11.2961C16.6768 11.2434 16.8788 11.2357 17.0747 11.2738C17.2706 11.3118 17.4551 11.3945 17.6137 11.5154C17.7725 11.6363 17.9012 11.7923 17.9899 11.971C18.0785 12.1498 18.1248 12.3466 18.125 12.5461C18.1251 12.787 18.0581 13.0232 17.9314 13.2281C17.8047 13.4331 17.6234 13.5986 17.4078 13.7063L14.375 15L9.375 16.25H3.75V11.875L5.70312 9.92188C5.8777 9.74794 6.08486 9.61007 6.31275 9.51626C6.54062 9.42238 6.78481 9.37438 7.03125 9.37501H10.9375C11.3519 9.37501 11.7493 9.53963 12.0424 9.83263C12.3354 10.1257 12.5 10.5231 12.5 10.9375C12.5 11.3519 12.3354 11.7493 12.0424 12.0424C11.7493 12.3354 11.3519 12.5 10.9375 12.5H8.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15 1.875V8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 4.375L15 1.875L17.5 4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),rt=o("handbag",[["path",{d:"M16.3804 5.625H3.61947C3.46585 5.62498 3.31752 5.68112 3.20241 5.78285C3.0873 5.88458 3.01334 6.02488 2.99447 6.17734L1.88119 15.5524C1.87089 15.6403 1.87941 15.7294 1.90617 15.8139C1.93294 15.8983 1.97734 15.9761 2.03644 16.0421C2.09554 16.108 2.16797 16.1607 2.24896 16.1965C2.32995 16.2324 2.41763 16.2506 2.50619 16.25H17.4937C17.5823 16.2506 17.6699 16.2324 17.7509 16.1965C17.8319 16.1607 17.9044 16.108 17.9634 16.0421C18.0226 15.9761 18.0669 15.8983 18.0937 15.8139C18.1205 15.7294 18.129 15.6403 18.1187 15.5524L17.0054 6.17734C16.9866 6.02488 16.9126 5.88458 16.7975 5.78285C16.6824 5.68112 16.534 5.62498 16.3804 5.625Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 8.125V5C6.875 4.1712 7.20425 3.37634 7.79031 2.79029C8.37631 2.20424 9.17119 1.875 10 1.875C10.8288 1.875 11.6237 2.20424 12.2097 2.79029C12.7957 3.37634 13.125 4.1712 13.125 5V8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),et=o("handbag-simple",[["path",{d:"M16.3804 5.625H3.61947C3.46585 5.62498 3.31752 5.68112 3.20241 5.78285C3.0873 5.88458 3.01334 6.02488 2.99447 6.17734L1.88119 15.5524C1.87089 15.6403 1.87941 15.7294 1.90617 15.8139C1.93294 15.8983 1.97734 15.9761 2.03644 16.0421C2.09554 16.108 2.16797 16.1607 2.24896 16.1965C2.32995 16.2324 2.41763 16.2506 2.50619 16.25H17.4937C17.5823 16.2506 17.6699 16.2324 17.7509 16.1965C17.8319 16.1607 17.9044 16.108 17.9634 16.0421C18.0226 15.9761 18.0669 15.8983 18.0937 15.8139C18.1205 15.7294 18.129 15.6403 18.1187 15.5524L17.0054 6.17734C16.9866 6.02488 16.9126 5.88458 16.7975 5.78285C16.6824 5.68112 16.534 5.62498 16.3804 5.625Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 5.625V5C6.875 4.1712 7.20425 3.37634 7.79031 2.79029C8.37631 2.20424 9.17119 1.875 10 1.875C10.8288 1.875 11.6237 2.20424 12.2097 2.79029C12.7957 3.37634 13.125 4.1712 13.125 5V5.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),nt=o("hand-coins",[["path",{d:"M15.9375 8.74976C17.1456 8.74976 18.125 7.77038 18.125 6.56226C18.125 5.35413 17.1456 4.37476 15.9375 4.37476C14.7294 4.37476 13.75 5.35413 13.75 6.56226C13.75 7.77038 14.7294 8.74976 15.9375 8.74976Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 16.25H1.25C1.08424 16.25 0.925269 16.1841 0.808056 16.0669C0.69085 15.9497 0.625 15.7907 0.625 15.625V12.5C0.625 12.3343 0.69085 12.1753 0.808056 12.0581C0.925269 11.9409 1.08424 11.875 1.25 11.875H3.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.75 12.4998H11.25L16.4844 11.2959C16.6768 11.2431 16.8788 11.2354 17.0747 11.2735C17.2706 11.3116 17.4551 11.3943 17.6137 11.5152C17.7725 11.6361 17.9012 11.792 17.9899 11.9708C18.0785 12.1495 18.1248 12.3463 18.125 12.5459C18.1251 12.7868 18.0581 13.0229 17.9314 13.2279C17.8047 13.4328 17.6234 13.5984 17.4078 13.706L14.375 14.9998L9.375 16.2498H3.75V11.8748L5.70312 9.92164C5.8777 9.7477 6.08486 9.60982 6.31275 9.51601C6.54062 9.42214 6.78481 9.37414 7.03125 9.37476H10.9375C11.3519 9.37476 11.7493 9.53939 12.0424 9.83239C12.3354 10.1254 12.5 10.5229 12.5 10.9373C12.5 11.3517 12.3354 11.7491 12.0424 12.0421C11.7493 12.3351 11.3519 12.4998 10.9375 12.4998H8.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.7497 6.66307C13.3251 6.86382 12.8472 6.92263 12.3867 6.83081C11.9261 6.73894 11.5073 6.50132 11.1922 6.15303C10.8772 5.80475 10.6826 5.36431 10.6372 4.89686C10.5918 4.42941 10.6981 3.95977 10.9403 3.55739C11.1825 3.15502 11.5478 2.84128 11.9821 2.66258C12.4164 2.48388 12.8967 2.44972 13.352 2.56512C13.8072 2.68053 14.2132 2.93939 14.51 3.30342C14.8067 3.66744 14.9784 4.1173 14.9997 4.58647",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),tt=o("hand-deposit",[["path",{d:"M9.375 10V1.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 3.75L9.375 1.25L11.875 3.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 10C15.3282 10.5718 16.117 11.3808 16.6647 12.3481C17.2123 13.3154 17.5001 14.408 17.5 15.5195V18.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 6.875H5C4.83424 6.875 4.67527 6.94088 4.55806 7.05806C4.44085 7.17525 4.375 7.33425 4.375 7.5V15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5736 18.75L10.8346 16.0938C10.6306 15.7351 10.5769 15.3103 10.6849 14.9121C10.7931 14.5139 11.0543 14.1746 11.4116 13.9683C11.7689 13.762 12.1934 13.7054 12.5923 13.8109C12.9912 13.9163 13.3321 14.1753 13.5408 14.5312L14.3752 15.8054V7.5C14.3752 7.33425 14.3094 7.17525 14.1921 7.05806C14.0749 6.94088 13.9159 6.875 13.7502 6.875H12.5002",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),st=o("hand-eye",[["path",{d:"M10 13.9062C10.4315 13.9062 10.7812 13.5565 10.7812 13.125C10.7812 12.6935 10.4315 12.3438 10 12.3438C9.5685 12.3438 9.21875 12.6935 9.21875 13.125C9.21875 13.5565 9.5685 13.9062 10 13.9062Z",fill:"currentColor",stroke:"none"}],["path",{d:"M6.875 5.9375V3.4375C6.875 3.0231 7.03962 2.62567 7.33262 2.33264C7.62569 2.03962 8.02313 1.875 8.4375 1.875C8.85187 1.875 9.24931 2.03962 9.54238 2.33264C9.83538 2.62567 10 3.0231 10 3.4375V8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 4.6875C10 4.2731 10.1646 3.87567 10.4576 3.58264C10.7507 3.28962 11.1481 3.125 11.5625 3.125C11.9769 3.125 12.3743 3.28962 12.6674 3.58264C12.9604 3.87567 13.125 4.2731 13.125 4.6875V9.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 9.375V9.0625C13.125 8.64813 13.2896 8.25069 13.5826 7.95762C13.8757 7.66462 14.2731 7.5 14.6875 7.5C15.1019 7.5 15.4993 7.66462 15.7924 7.95762C16.0854 8.25069 16.25 8.64813 16.25 9.0625V11.875C16.25 13.5326 15.5915 15.1223 14.4194 16.2944C13.2473 17.4665 11.6576 18.125 10 18.125C8.34238 18.125 6.75269 17.4665 5.58058 16.2944C4.40848 15.1223 3.75 13.5326 3.75 11.875V5.9375C3.75 5.5231 3.91462 5.12567 4.20764 4.83264C4.50067 4.53962 4.8981 4.375 5.3125 4.375C5.7269 4.375 6.12433 4.53962 6.41738 4.83264C6.71038 5.12567 6.875 5.5231 6.875 5.9375V8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 13.125C6.25 13.125 7.5 10.625 10 10.625C12.5 10.625 13.75 13.125 13.75 13.125C13.75 13.125 12.5 15.625 10 15.625C7.5 15.625 6.25 13.125 6.25 13.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),it=o("hand-fist",[["path",{d:"M10 8.125C10 8.62225 9.80244 9.09919 9.45081 9.45081C9.09919 9.80244 8.62225 10 8.125 10C7.62775 10 7.15081 9.80244 6.79919 9.45081C6.44756 9.09919 6.25 8.62225 6.25 8.125V5C6.25 4.50272 6.44756 4.02581 6.79919 3.67418C7.15081 3.32254 7.62775 3.125 8.125 3.125C8.62225 3.125 9.09919 3.32254 9.45081 3.67418C9.80244 4.02581 10 4.50272 10 5V8.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 5C10 4.50272 10.1976 4.02581 10.5492 3.67418C10.9008 3.32254 11.3778 3.125 11.875 3.125C12.3722 3.125 12.8492 3.32254 13.2008 3.67418C13.5524 4.02581 13.75 4.50272 13.75 5V6.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 13.75C10 12.9212 10.3293 12.1263 10.9153 11.5403C11.5013 10.9543 12.2962 10.625 13.125 10.625H11.875C11.3778 10.625 10.9008 10.4274 10.5492 10.0758C10.1976 9.72419 10 9.24725 10 8.75V7.5C10 7.33425 10.0659 7.17525 10.1831 7.05806C10.3003 6.94088 10.4593 6.875 10.625 6.875H15.625C16.1222 6.875 16.5992 7.07256 16.9508 7.42419C17.3024 7.77581 17.5 8.25275 17.5 8.75V10C17.5 11.9891 16.7098 13.8968 15.3033 15.3033C13.8968 16.7098 11.9891 17.5 10 17.5C8.01087 17.5 6.10322 16.7098 4.6967 15.3033C3.29018 13.8968 2.5 11.9891 2.5 10V6.875C2.5 6.37775 2.69754 5.90081 3.04918 5.54918C3.40081 5.19754 3.87772 5 4.375 5C4.87228 5 5.34919 5.19754 5.70082 5.54918C6.05246 5.90081 6.25 6.37775 6.25 6.875V8.125C6.25 8.62225 6.05246 9.09919 5.70082 9.45081C5.34919 9.80244 4.87228 10 4.375 10C3.87772 10 3.40081 9.80244 3.04918 9.45081C2.69754 9.09919 2.5 8.62225 2.5 8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Ct=o("hand-grabbing",[["path",{d:"M10 7.1875C10 6.77313 9.83538 6.37569 9.54238 6.08264C9.24931 5.78962 8.85187 5.625 8.4375 5.625C8.02313 5.625 7.62569 5.78962 7.33262 6.08264C7.03962 6.37569 6.875 6.77313 6.875 7.1875V9.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 8.4375V7.1875C13.125 6.77313 12.9604 6.37569 12.6674 6.08264C12.3743 5.78962 11.9769 5.625 11.5625 5.625C11.1481 5.625 10.7507 5.78962 10.4576 6.08264C10.1646 6.37569 10 6.77313 10 7.1875V9.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 11.875V9.375H5.3125C4.8981 9.375 4.50067 9.53962 4.20764 9.83262C3.91462 10.1257 3.75 10.5231 3.75 10.9375V11.875C3.75 13.5326 4.40848 15.1223 5.58058 16.2944C6.75269 17.4665 8.34238 18.125 10 18.125C11.6576 18.125 13.2473 17.4665 14.4194 16.2944C15.5915 15.1223 16.25 13.5326 16.25 11.875V8.4375C16.25 8.02313 16.0854 7.62569 15.7924 7.33262C15.4993 7.03962 15.1019 6.875 14.6875 6.875C14.2731 6.875 13.8757 7.03962 13.5826 7.33262C13.2896 7.62569 13.125 8.02313 13.125 8.4375V9.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),ut=o("hand-heart",[["path",{d:"M3.75 16.25H1.25C1.08424 16.25 0.925269 16.1841 0.808056 16.0669C0.69085 15.9497 0.625 15.7907 0.625 15.625V12.5C0.625 12.3343 0.69085 12.1753 0.808056 12.0581C0.925269 11.9409 1.08424 11.875 1.25 11.875H3.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.75 12.5H11.25L16.4844 11.2961C16.6768 11.2434 16.8788 11.2357 17.0747 11.2738C17.2706 11.3118 17.4551 11.3945 17.6137 11.5154C17.7725 11.6363 17.9012 11.7923 17.9899 11.971C18.0785 12.1498 18.1248 12.3466 18.125 12.5461C18.1251 12.787 18.0581 13.0232 17.9314 13.2281C17.8047 13.4331 17.6234 13.5986 17.4078 13.7063L14.375 15L9.375 16.25H3.75V11.875L5.70312 9.92188C5.8777 9.74794 6.08486 9.61007 6.31275 9.51626C6.54062 9.42238 6.78481 9.37438 7.03125 9.37501H10.9375C11.3519 9.37501 11.7493 9.53963 12.0424 9.83263C12.3354 10.1257 12.5 10.5231 12.5 10.9375C12.5 11.3519 12.3354 11.7493 12.0424 12.0424C11.7493 12.3354 11.3519 12.5 10.9375 12.5H8.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.55706 9.37498C6.79688 8.41561 6.25 7.38749 6.25 6.24997C6.25 4.55544 7.63044 3.12497 9.33281 3.12497C9.94125 3.11783 10.5379 3.29246 11.0465 3.6265C11.5551 3.96054 11.9524 4.43877 12.1875 4.99997C12.4226 4.43877 12.8199 3.96054 13.3285 3.6265C13.8371 3.29246 14.4337 3.11783 15.0422 3.12497C16.7445 3.12497 18.125 4.55544 18.125 6.24997C18.125 8.53355 15.9234 10.5523 14.2016 11.8219",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),kt=o("hand-palm",[["path",{d:"M10 4.6875C10 4.2731 10.1646 3.87567 10.4576 3.58264C10.7507 3.28962 11.1481 3.125 11.5625 3.125C11.9769 3.125 12.3743 3.28962 12.6674 3.58264C12.9604 3.87567 13.125 4.2731 13.125 4.6875V9.0625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 5.9375V3.4375C6.875 3.0231 7.03962 2.62567 7.33262 2.33264C7.62569 2.03962 8.02313 1.875 8.4375 1.875C8.85187 1.875 9.24931 2.03962 9.54238 2.33264C9.83538 2.62567 10 3.0231 10 3.4375V8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 13.75C10 12.9212 10.3293 12.1263 10.9153 11.5403C11.5013 10.9543 12.2962 10.625 13.125 10.625V9.0625C13.125 8.64813 13.2896 8.25069 13.5826 7.95762C13.8757 7.66462 14.2731 7.5 14.6875 7.5C15.1019 7.5 15.4993 7.66462 15.7924 7.95762C16.0854 8.25069 16.25 8.64813 16.25 9.0625V11.875C16.25 13.5326 15.5915 15.1223 14.4194 16.2944C13.2473 17.4665 11.6576 18.125 10 18.125C8.34238 18.125 6.75269 17.4665 5.58058 16.2944C4.40848 15.1223 3.75 13.5326 3.75 11.875V5.9375C3.75 5.5231 3.91462 5.12567 4.20764 4.83264C4.50067 4.53962 4.8981 4.375 5.3125 4.375C5.7269 4.375 6.12433 4.53962 6.41738 4.83264C6.71038 5.12567 6.875 5.5231 6.875 5.9375V9.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),at=o("hand-peace",[["path",{d:"M5.62514 10.2813C5.22243 10.1951 4.87003 9.95343 4.64458 9.6088C4.41913 9.26411 4.33886 8.84443 4.42122 8.44093C4.50359 8.03736 4.74194 7.68274 5.08443 7.45399C5.42692 7.2253 5.84586 7.14105 6.25013 7.21961L7.87594 7.53211C8.07856 7.57149 8.27138 7.65061 8.44331 7.76493C8.61519 7.87924 8.76269 8.02649 8.87738 8.19818C8.992 8.36986 9.0715 8.56255 9.11119 8.76511C9.15094 8.96774 9.15012 9.17618 9.10887 9.37843C9.06756 9.58068 8.98662 9.7728 8.87069 9.94355C8.75469 10.1144 8.60606 10.2605 8.43331 10.3735C8.26056 10.4865 8.06712 10.5642 7.86412 10.602C7.66119 10.6398 7.45281 10.637 7.25094 10.5938L5.62514 10.2813Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 11.9313V12.5001C4.37498 13.2424 4.52189 13.9774 4.80725 14.6626C5.09262 15.3479 5.5108 15.9699 6.03769 16.4928C6.56456 17.0157 7.18975 17.4291 7.87719 17.7093C8.56463 17.9894 9.30069 18.1307 10.043 18.125C13.1446 18.1016 15.625 15.5313 15.625 12.4297V12.1688C15.625 11.3018 15.3246 10.4616 14.775 9.79118C14.2253 9.12074 13.4603 8.66143 12.6102 8.49149L10.9375 8.15711C10.5333 8.07855 10.1143 8.1628 9.77181 8.39149C9.42931 8.62024 9.19094 8.97486 9.10856 9.37843C9.02625 9.78193 9.1065 10.2016 9.33194 10.5463C9.55737 10.8909 9.90981 11.1326 10.3125 11.2188L11.5132 11.4587C11.2907 11.8698 11.2057 12.3415 11.2709 12.8045C11.3359 13.2675 11.5477 13.6974 11.875 14.0313",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.62514 13.4627C5.22243 13.3765 4.87003 13.1348 4.64458 12.7901C4.41913 12.4455 4.33886 12.0258 4.42122 11.6223C4.50359 11.2188 4.74194 10.8641 5.08443 10.6354C5.42692 10.4067 5.84586 10.3224 6.25013 10.401L7.03138 10.5573C7.4375 10.6401 7.79406 10.8809 8.02262 11.2267C8.25119 11.5724 8.333 11.9949 8.25013 12.401C8.16725 12.8071 7.92644 13.1636 7.58069 13.3922C7.23487 13.6208 6.8125 13.7026 6.40638 13.6198L5.62514 13.4627Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.91963 7.54147L6.929 3.84223C6.87138 3.64265 6.85413 3.43357 6.87825 3.22724C6.90238 3.02091 6.96738 2.82146 7.0695 2.64055C7.17163 2.45965 7.30881 2.30094 7.473 2.17368C7.63719 2.04642 7.82513 1.95319 8.02581 1.89942C8.22644 1.84566 8.43581 1.83245 8.64169 1.86057C8.8475 1.88869 9.04563 1.95757 9.2245 2.06317C9.40344 2.16879 9.55944 2.30901 9.6835 2.47564C9.80756 2.64227 9.89713 2.83197 9.947 3.03364L11.3415 8.23753",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.7607 8.321L13.1779 3.03351C13.2914 2.64041 13.5546 2.30753 13.9109 2.10639C14.2672 1.90525 14.6882 1.85189 15.0834 1.95778C15.4787 2.06366 15.8166 2.32036 16.0246 2.6727C16.2326 3.02503 16.2941 3.4449 16.1959 3.8421L14.6427 9.63819",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),dt=o("hand-pointing",[["path",{d:"M3.33457 11.0938C3.13063 10.7351 3.07685 10.3102 3.18496 9.91206C3.29307 9.51387 3.55428 9.17463 3.91161 8.96831C4.26893 8.762 4.69335 8.70544 5.09225 8.81087C5.49115 8.91631 5.83215 9.17531 6.04082 9.53125L7.50018 11.875V3.4375C7.50018 3.0231 7.66481 2.62567 7.95781 2.33264C8.25087 2.03962 8.64831 1.875 9.06268 1.875C9.47712 1.875 9.8745 2.03962 10.1676 2.33264C10.4606 2.62567 10.6252 3.0231 10.6252 3.4375V7.8125C10.6252 7.39813 10.7898 7.00069 11.0828 6.70762C11.3759 6.41462 11.7733 6.25 12.1877 6.25C12.6021 6.25 12.9995 6.41462 13.2926 6.70762C13.5856 7.00069 13.7502 7.39813 13.7502 7.8125V9.0625C13.7502 8.64813 13.9148 8.25069 14.2078 7.95762C14.5009 7.66462 14.8983 7.5 15.3127 7.5C15.7271 7.5 16.1245 7.66462 16.4176 7.95762C16.7106 8.25069 16.8752 8.64813 16.8752 9.0625V11.875C16.8752 12.6957 16.7136 13.5085 16.3994 14.2667C16.0854 15.0251 15.625 15.7141 15.0446 16.2944C14.4642 16.8748 13.7752 17.3351 13.0169 17.6493C12.2587 17.9633 11.4459 18.125 10.6252 18.125C7.17362 18.125 6.26506 16.25 3.33457 11.0938Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),ct=o("hands-clapping",[["path",{d:"M13.125 0.625V1.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 1.64209L15.625 2.66631",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M18.4108 4.375L17.2358 4.75391",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.52656 7.73421L6.07892 6.95296C5.89244 6.62996 5.58527 6.39421 5.225 6.29771C4.86472 6.20114 4.48085 6.25165 4.15783 6.43815C3.8348 6.62459 3.59908 6.93178 3.50253 7.29203C3.40598 7.65234 3.4565 8.03621 3.64298 8.35921L5.12736 10.9303",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.55892 11.25L6.52767 7.73437C6.4313 7.57431 6.3678 7.39662 6.34086 7.21175C6.31392 7.02687 6.32411 6.8385 6.3708 6.65762C6.41749 6.47668 6.49974 6.30694 6.6128 6.15817C6.7258 6.00942 6.86736 5.88468 7.02917 5.79125C7.19099 5.69782 7.36974 5.63757 7.55511 5.61401C7.74042 5.59045 7.92861 5.60406 8.10861 5.65404C8.28861 5.70402 8.45692 5.78937 8.60355 5.90511C8.75024 6.02085 8.87236 6.16465 8.9628 6.32812L11.8105 11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.96869 4.60923L7.52181 3.82798C7.42944 3.66804 7.3065 3.52785 7.16 3.41541C7.0135 3.30298 6.84625 3.2205 6.66787 3.17269C6.4895 3.12488 6.30344 3.11268 6.12031 3.13678C5.9372 3.16088 5.76064 3.22081 5.60069 3.31314C5.44074 3.40548 5.30055 3.52841 5.18812 3.67493C5.07568 3.82145 4.99321 3.98867 4.94539 4.16706C4.89759 4.34545 4.88539 4.53151 4.90949 4.71461C4.93358 4.89772 4.99351 5.07429 5.08584 5.23423L6.07881 6.95297",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.96159 6.32812L7.96859 4.60937C7.87222 4.44931 7.80872 4.27165 7.78178 4.08677C7.75484 3.9019 7.76503 3.7135 7.81172 3.5326C7.8584 3.3517 7.94072 3.18192 8.05372 3.03317C8.16678 2.88442 8.30834 2.75968 8.47009 2.66625C8.6319 2.57282 8.81072 2.51257 8.99603 2.48901C9.1814 2.46545 9.36953 2.47906 9.54959 2.52904C9.72959 2.57902 9.89784 2.66437 10.0445 2.78011C10.1912 2.89585 10.3133 3.03965 10.4038 3.20312L13.2944 8.20312",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.5469 14.6686C16.4002 13.7902 16.9436 12.6573 17.0944 11.442C17.2453 10.2267 16.9955 8.99541 16.3828 7.93503L14.7352 5.07799C14.6428 4.91804 14.5199 4.77785 14.3734 4.66541C14.2269 4.55298 14.0596 4.4705 13.8812 4.42269C13.521 4.32614 13.1371 4.37666 12.8141 4.56314C12.4911 4.74963 12.2553 5.05679 12.1587 5.41706C12.0622 5.77734 12.1127 6.16121 12.2992 6.48422",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.3915 13.125L4.81183 10.3906C4.62534 10.0676 4.31818 9.83194 3.95791 9.73537C3.59763 9.63881 3.21376 9.68931 2.89073 9.87581C2.56771 10.0623 2.332 10.3694 2.23544 10.7297C2.13889 11.09 2.18941 11.4739 2.37589 11.7969L3.12511 13.093L5.12745 16.5625C5.87338 17.8545 7.102 18.7973 8.543 19.1834C9.98406 19.5696 11.5194 19.3674 12.8114 18.6215C14.1034 17.8756 15.0462 16.647 15.4323 15.2059C15.8184 13.7649 15.6163 12.2295 14.8704 10.9375L13.2923 8.20312C13.2044 8.03512 13.0834 7.88656 12.9366 7.7665C12.7898 7.64637 12.6202 7.55725 12.4381 7.50443C12.2559 7.45156 12.0649 7.43612 11.8767 7.459C11.6884 7.48187 11.5067 7.54256 11.3425 7.6375C11.1783 7.73244 11.035 7.85956 10.9212 8.01131C10.8074 8.163 10.7255 8.33618 10.6804 8.52043C10.6353 8.70462 10.6279 8.89606 10.6586 9.08319C10.6894 9.27037 10.7578 9.44931 10.8595 9.60937",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Lt=o("handshake",[["path",{d:"M15.625 11.875L12.5 15L7.5 13.75L3.125 10.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.67822 5.51797L10.0001 4.375L14.322 5.51797",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.68525 4.72047L0.691495 8.70953C0.617399 8.85772 0.605154 9.02922 0.657452 9.1864C0.709752 9.34359 0.822308 9.47359 0.970402 9.54784L3.12509 10.6252L5.67821 5.51812L3.52431 4.44156C3.45091 4.40475 3.37097 4.38277 3.28907 4.37686C3.20716 4.37096 3.12491 4.38125 3.04698 4.40715C2.96906 4.43305 2.89701 4.47405 2.83494 4.52782C2.77287 4.58158 2.722 4.64704 2.68525 4.72047Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.8754 10.6252L19.0301 9.54784C19.1782 9.47359 19.2908 9.34359 19.3431 9.1864C19.3953 9.02922 19.3831 8.85772 19.309 8.70953L17.3153 4.72047C17.2785 4.64704 17.2276 4.58158 17.1656 4.52782C17.1035 4.47405 17.0315 4.43305 16.9535 4.40715C16.8756 4.38125 16.7933 4.37096 16.7115 4.37686C16.6295 4.38277 16.5496 4.40475 16.4762 4.44156L14.3223 5.51812L16.8754 10.6252Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.3754 5.625H11.2504L7.68317 9.08519C7.61686 9.15144 7.5663 9.23181 7.53524 9.32025C7.50424 9.40875 7.49349 9.50306 7.5038 9.59625C7.51417 9.68944 7.54536 9.77906 7.59505 9.85856C7.6448 9.93806 7.71174 10.0054 7.79099 10.0555C9.15892 10.9297 11.016 10.8695 12.5004 9.375L15.6254 11.875L16.8754 10.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.69219 16.875L6.43281 16.0602L4.375 14.5898",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),pt=o("hand-soap",[["path",{d:"M6.25 8.125H13.75C14.4131 8.125 15.0489 8.38838 15.5177 8.85725C15.9866 9.32606 16.25 9.96194 16.25 10.625V16.875C16.25 17.0407 16.1841 17.1997 16.0669 17.3169C15.9497 17.4341 15.7907 17.5 15.625 17.5H4.375C4.20924 17.5 4.05027 17.4341 3.93306 17.3169C3.81585 17.1997 3.75 17.0407 3.75 16.875V10.625C3.75 9.96194 4.01339 9.32606 4.48223 8.85725C4.95107 8.38838 5.58696 8.125 6.25 8.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 8.125V6.875C6.25 6.37775 6.44756 5.90081 6.79919 5.54918C7.15081 5.19754 7.62775 5 8.125 5H11.875C12.3722 5 12.8492 5.19754 13.2008 5.54918C13.5524 5.90081 13.75 6.37775 13.75 6.875V8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 3.125C14.375 2.79348 14.2433 2.47554 14.0089 2.24112C13.7744 2.00669 13.4565 1.875 13.125 1.875H8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 1.875V5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),lt=o("hands-praying",[["path",{d:"M11.0766 1.25C11.308 1.24932 11.5335 1.32329 11.7196 1.46094C11.9056 1.59858 12.0423 1.79255 12.1094 2.01407L15 11.5625L16.5836 13.1461L13.068 16.5055L10.7289 14.1664C10.2622 13.6979 10.0001 13.0636 10 12.4024V2.32422C10.0006 2.0391 10.1143 1.76588 10.3161 1.56449C10.518 1.3631 10.7914 1.25 11.0766 1.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.0708 16.5086L14.5044 17.9422C14.6216 18.0594 14.7805 18.1251 14.9462 18.1251C15.1119 18.1251 15.2708 18.0594 15.388 17.9422L17.9419 15.3907C18.059 15.2735 18.1248 15.1145 18.1248 14.9489C18.1248 14.7832 18.059 14.6242 17.9419 14.507L16.5083 13.0735",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.26824 14.1696L6.92918 16.5086L3.4917 13.0711L5.00029 11.5625L7.89093 2.01407C7.95799 1.79255 8.09468 1.59858 8.28074 1.46094C8.46681 1.32329 8.69231 1.24932 8.92374 1.25C9.20924 1.25 9.48306 1.36342 9.68499 1.56532C9.88687 1.76722 10.0003 2.04104 10.0003 2.32657V12.4047C9.99956 13.0667 9.73631 13.7014 9.26824 14.1696Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.49151 13.071L2.05791 14.5047C1.94079 14.6219 1.875 14.7807 1.875 14.9464C1.875 15.1121 1.94079 15.271 2.05791 15.3882L4.60948 17.9422C4.72668 18.0593 4.88558 18.125 5.05127 18.125C5.21696 18.125 5.37587 18.0593 5.49307 17.9422L6.92669 16.5085",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),ht=o("hand-swipe-left",[["path",{d:"M5.00019 16.875L2.70957 12.9688C2.50563 12.6101 2.45185 12.1853 2.55996 11.7871C2.66807 11.3889 2.92928 11.0496 3.28661 10.8433C3.64393 10.637 4.06835 10.5804 4.46725 10.6859C4.86615 10.7913 5.20715 11.0503 5.41582 11.4062L6.87518 13.75V5.3125C6.87518 4.8981 7.03981 4.50067 7.33281 4.20764C7.62587 3.91462 8.02331 3.75 8.43768 3.75C8.85212 3.75 9.2495 3.91462 9.54256 4.20764C9.83556 4.50067 10.0002 4.8981 10.0002 5.3125V9.6875C10.0002 9.27313 10.1648 8.87569 10.4578 8.58262C10.7509 8.28962 11.1483 8.125 11.5627 8.125C11.9771 8.125 12.3745 8.28962 12.6676 8.58262C12.9606 8.87569 13.1252 9.27313 13.1252 9.6875V10.9375C13.1252 10.5231 13.2898 10.1257 13.5828 9.83262C13.8759 9.53962 14.2733 9.375 14.6877 9.375C15.1021 9.375 15.4995 9.53962 15.7926 9.83262C16.0856 10.1257 16.2502 10.5231 16.2502 10.9375V13.75C16.2502 15.625 15.6252 16.875 15.6252 16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 4.375H19.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 1.875L13.75 4.375L16.25 6.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Mt=o("hand-swipe-right",[["path",{d:"M5.00019 16.875L2.70957 12.9688C2.50563 12.6101 2.45185 12.1853 2.55996 11.7871C2.66807 11.3889 2.92928 11.0496 3.28661 10.8433C3.64393 10.637 4.06835 10.5804 4.46725 10.6859C4.86615 10.7913 5.20715 11.0503 5.41582 11.4062L6.87518 13.75V5.3125C6.87518 4.8981 7.03981 4.50067 7.33281 4.20764C7.62587 3.91462 8.02331 3.75 8.43768 3.75C8.85212 3.75 9.2495 3.91462 9.54256 4.20764C9.83556 4.50067 10.0002 4.8981 10.0002 5.3125V9.6875C10.0002 9.27313 10.1648 8.87569 10.4578 8.58262C10.7509 8.28962 11.1483 8.125 11.5627 8.125C11.9771 8.125 12.3745 8.28962 12.6676 8.58262C12.9606 8.87569 13.1252 9.27313 13.1252 9.6875V10.9375C13.1252 10.5231 13.2898 10.1257 13.5828 9.83262C13.8759 9.53962 14.2733 9.375 14.6877 9.375C15.1021 9.375 15.4995 9.53962 15.7926 9.83262C16.0856 10.1257 16.2502 10.5231 16.2502 10.9375V13.75C16.2502 15.625 15.6252 16.875 15.6252 16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.875 1.875L19.375 4.375L16.875 6.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 4.375H19.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),jt=o("hand-tap",[["path",{d:"M5 5.9375C5 4.86006 5.42801 3.82674 6.18988 3.06488C6.95175 2.30301 7.98506 1.875 9.0625 1.875C10.1399 1.875 11.1733 2.30301 11.9351 3.06488C12.697 3.82674 13.125 4.86006 13.125 5.9375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.62519 17.5L3.33457 13.5938C3.13063 13.2351 3.07685 12.8103 3.18496 12.4121C3.29307 12.0139 3.55428 11.6746 3.91161 11.4683C4.26893 11.262 4.69335 11.2054 5.09225 11.3109C5.49115 11.4163 5.83215 11.6753 6.04082 12.0312L7.50018 14.375V5.9375C7.50018 5.5231 7.66481 5.12567 7.95781 4.83264C8.25087 4.53962 8.64831 4.375 9.06268 4.375C9.47712 4.375 9.8745 4.53962 10.1676 4.83264C10.4606 5.12567 10.6252 5.5231 10.6252 5.9375V10.3125C10.6252 9.89813 10.7898 9.50069 11.0828 9.20762C11.3759 8.91462 11.7733 8.75 12.1877 8.75C12.6021 8.75 12.9995 8.91462 13.2926 9.20762C13.5856 9.50069 13.7502 9.89813 13.7502 10.3125V11.5625C13.7502 11.1481 13.9148 10.7507 14.2078 10.4576C14.5009 10.1646 14.8983 10 15.3127 10C15.7271 10 16.1245 10.1646 16.4176 10.4576C16.7106 10.7507 16.8752 11.1481 16.8752 11.5625V14.375C16.8752 16.25 16.2502 17.5 16.2502 17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Ht=o("hand-waving",[["path",{d:"M7.55087 4.84381C7.34693 4.48512 7.29318 4.06033 7.40125 3.66215C7.50937 3.26395 7.77062 2.92468 8.12793 2.71838C8.48525 2.51207 8.90968 2.45548 9.30856 2.56094C9.70743 2.6664 10.0484 2.92536 10.2571 3.28131L12.6009 7.34378",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.41603 7.39619L4.30353 5.46881C4.09633 5.10984 4.04022 4.68325 4.14754 4.28291C4.25486 3.88257 4.51682 3.54125 4.8758 3.33405C5.23477 3.12685 5.66136 3.07074 6.0617 3.17806C6.46206 3.28538 6.80337 3.54734 7.01056 3.90631L9.44574 8.12506",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.4118 12.4998C11.962 11.8352 11.7852 11.0229 11.918 10.2314C12.0507 9.43985 12.483 8.72978 13.1251 8.24828L12.6033 7.3436C12.396 6.98435 12.3401 6.55747 12.4476 6.15688C12.5551 5.75631 12.8174 5.41487 13.1767 5.20767C13.5359 5.00047 13.9628 4.94448 14.3634 5.05202C14.7639 5.15956 15.1054 5.42182 15.3126 5.78111L16.6649 8.12485C17.0753 8.83591 17.3416 9.62078 17.4487 10.4348C17.5557 11.2487 17.5014 12.0758 17.2888 12.8687C17.0762 13.6617 16.7095 14.405 16.2096 15.0563C15.7097 15.7075 15.0865 16.2539 14.3755 16.6643C12.9395 17.4931 11.2331 17.7175 9.63162 17.2882C8.03012 16.8588 6.66481 15.8108 5.83604 14.3748L2.71104 8.95922C2.5071 8.60053 2.45332 8.17578 2.56142 7.7776C2.66953 7.37941 2.93075 7.0401 3.28807 6.83378C3.6454 6.62747 4.06982 6.57091 4.46872 6.67635C4.86762 6.78185 5.20861 7.04078 5.41729 7.39672L6.91962 9.99985",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15 2.63892C15.5169 2.7754 16.0016 3.01288 16.4263 3.33763C16.8509 3.6624 17.2071 4.06802 17.4742 4.5311L17.5 4.57563",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.82969 18.125C4.95809 17.4364 4.22575 16.5879 3.67188 15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Bt=o("hand-withdraw",[["path",{d:"M9.375 10.625V1.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 10C15.3282 10.5718 16.117 11.3808 16.6647 12.3481C17.2123 13.3154 17.5001 14.408 17.5 15.5195V18.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 4.375H5C4.83424 4.375 4.67527 4.44085 4.55806 4.55806C4.44085 4.67527 4.375 4.83424 4.375 5V15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5736 18.75L10.8346 16.0938C10.6306 15.7351 10.5769 15.3103 10.6849 14.9121C10.7931 14.5139 11.0543 14.1746 11.4116 13.9683C11.7689 13.762 12.1934 13.7054 12.5923 13.8109C12.9912 13.9163 13.3321 14.1753 13.5408 14.5312L14.3752 15.8054V5C14.3752 4.83424 14.3094 4.67527 14.1921 4.55806C14.0749 4.44085 13.9159 4.375 13.7502 4.375H12.5002",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 8.125L9.375 10.625L11.875 8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Vt=o("hard-drive",[["path",{d:"M17.5 5.625H2.5C2.15482 5.625 1.875 5.90482 1.875 6.25V13.75C1.875 14.0952 2.15482 14.375 2.5 14.375H17.5C17.8452 14.375 18.125 14.0952 18.125 13.75V6.25C18.125 5.90482 17.8452 5.625 17.5 5.625Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.6875 11.0938C15.2916 11.0938 15.7812 10.6041 15.7812 10C15.7812 9.39594 15.2916 8.90625 14.6875 8.90625C14.0834 8.90625 13.5938 9.39594 13.5938 10C13.5938 10.6041 14.0834 11.0938 14.6875 11.0938Z",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),wt=o("hard-drives",[["path",{d:"M16.25 11.25H3.75C3.40482 11.25 3.125 11.5298 3.125 11.875V15.625C3.125 15.9702 3.40482 16.25 3.75 16.25H16.25C16.5952 16.25 16.875 15.9702 16.875 15.625V11.875C16.875 11.5298 16.5952 11.25 16.25 11.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 3.75H3.75C3.40482 3.75 3.125 4.02982 3.125 4.375V8.125C3.125 8.47019 3.40482 8.75 3.75 8.75H16.25C16.5952 8.75 16.875 8.47019 16.875 8.125V4.375C16.875 4.02982 16.5952 3.75 16.25 3.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.0625 7.03125C14.494 7.03125 14.8438 6.6815 14.8438 6.25C14.8438 5.81852 14.494 5.46875 14.0625 5.46875C13.631 5.46875 13.2812 5.81852 13.2812 6.25C13.2812 6.6815 13.631 7.03125 14.0625 7.03125Z",fill:"currentColor",stroke:"none"}],["path",{d:"M14.0625 14.5312C14.494 14.5312 14.8438 14.1815 14.8438 13.75C14.8438 13.3185 14.494 12.9688 14.0625 12.9688C13.631 12.9688 13.2812 13.3185 13.2812 13.75C13.2812 14.1815 13.631 14.5312 14.0625 14.5312Z",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),bt=o("hard-hat",[["path",{d:"M17.5 12.5H2.5C2.15482 12.5 1.875 12.7798 1.875 13.125V15C1.875 15.3452 2.15482 15.625 2.5 15.625H17.5C17.8452 15.625 18.125 15.3452 18.125 15V13.125C18.125 12.7798 17.8452 12.5 17.5 12.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 12.5V3.125C8.125 2.95924 8.19088 2.80027 8.30806 2.68306C8.42525 2.56585 8.58425 2.5 8.75 2.5H11.25C11.4157 2.5 11.5747 2.56585 11.6919 2.68306C11.8091 2.80027 11.875 2.95924 11.875 3.125V12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.875 12.5002V10.6252C16.8754 9.12838 16.3874 7.67238 15.4849 6.47819C14.5826 5.28403 13.3151 4.41701 11.875 4.00879",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 12.5002V10.6252C3.12456 9.12838 3.61261 7.67238 4.51504 6.47819C5.41746 5.28403 6.68494 4.41701 8.125 4.00879",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),St=o("hash",[["path",{d:"M3.75 7.5H17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 3.125L11.25 16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.75 3.125L6.25 16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 12.5H16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),vt=o("hash-straight",[["path",{d:"M3.125 7.5H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 12.5H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 3.125V16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 3.125V16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),xt=o("head-circuit",[["path",{d:"M10 6.875C10.6904 6.875 11.25 6.31537 11.25 5.625C11.25 4.93464 10.6904 4.375 10 4.375C9.30963 4.375 8.75 4.93464 8.75 5.625C8.75 6.31537 9.30963 6.875 10 6.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 11.875C11.9404 11.875 12.5 11.3154 12.5 10.625C12.5 9.93463 11.9404 9.375 11.25 9.375C10.5596 9.375 10 9.93463 10 10.625C10 11.3154 10.5596 11.875 11.25 11.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.37512 16.875H5.62513C5.45937 16.875 5.3004 16.8091 5.18319 16.6919C5.06598 16.5747 5.00013 16.4157 5.00013 16.25V13.4227L2.84544 12.4359C2.70307 12.3646 2.59331 12.2416 2.53857 12.092C2.48383 11.9424 2.48825 11.7777 2.55091 11.6312L4.37513 8.125C4.37513 7.05962 4.64745 6.01197 5.16625 5.08147C5.68503 4.15097 6.43306 3.36852 7.33931 2.80843C8.24556 2.24834 9.27993 1.92921 10.3442 1.88132C11.4085 1.83343 12.4673 2.05839 13.4202 2.53483C14.3731 3.01127 15.1884 3.72338 15.7886 4.60353C16.3889 5.48369 16.7542 6.50269 16.8499 7.56369C16.9456 8.62475 16.7684 9.69269 16.3353 10.666C15.9022 11.6393 15.2274 12.4858 14.3751 13.125L15.0001 18.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 4.37505V1.90552",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.7487 6.875H14.3753L12.0503 9.66481",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),gt=o("headlights",[["path",{d:"M13.125 6.25H18.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 13.75H18.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 8.75H18.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 11.25H18.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.87515 15.625C6.13285 15.625 5.39787 15.4781 4.7126 15.1927C4.02733 14.9074 3.40531 14.4892 2.88242 13.9623C2.35952 13.4354 1.94609 12.8102 1.66595 12.1228C1.3858 11.4354 1.2445 10.6993 1.25016 9.957C1.2736 6.85544 3.84391 4.375 6.94546 4.375H10.0002C10.1659 4.375 10.3249 4.44085 10.4421 4.55806C10.5593 4.67527 10.6252 4.83424 10.6252 5V15C10.6252 15.1657 10.5593 15.3247 10.4421 15.4419C10.3249 15.5591 10.1659 15.625 10.0002 15.625H6.87515Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Zt=o("headphones",[["path",{d:"M17.5 10H15C14.6685 10 14.3506 10.1317 14.1161 10.3661C13.8817 10.6006 13.75 10.9185 13.75 11.25V14.375C13.75 14.7065 13.8817 15.0244 14.1161 15.2589C14.3506 15.4933 14.6685 15.625 15 15.625H16.25C16.5815 15.625 16.8994 15.4933 17.1339 15.2589C17.3683 15.0244 17.5 14.7065 17.5 14.375V10ZM17.5 10C17.5 9.01506 17.306 8.03981 16.9291 7.12987C16.5522 6.21993 15.9998 5.39314 15.3033 4.6967C14.6069 4.00026 13.7801 3.44781 12.8701 3.07091C11.9602 2.69399 10.9849 2.5 10 2.5C9.01506 2.5 8.03981 2.69399 7.12987 3.07091C6.21993 3.44781 5.39314 4.00026 4.6967 4.6967C4.00026 5.39314 3.44781 6.21993 3.07091 7.12987C2.69399 8.03981 2.5 9.01506 2.5 10M2.5 10V14.375C2.5 14.7065 2.63169 15.0244 2.86612 15.2589C3.10054 15.4933 3.41848 15.625 3.75 15.625H5C5.33152 15.625 5.64946 15.4933 5.88388 15.2589C6.11831 15.0244 6.25 14.7065 6.25 14.375V11.25C6.25 10.9185 6.11831 10.6006 5.88388 10.3661C5.64946 10.1317 5.33152 10 5 10H2.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),mt=o("headset",[["path",{d:"M17.5 15.625V16.25C17.5 16.9131 17.2366 17.5489 16.7677 18.0177C16.2989 18.4866 15.6631 18.75 15 18.75H10.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.5 10H15C14.6685 10 14.3506 10.1317 14.1161 10.3661C13.8817 10.6006 13.75 10.9185 13.75 11.25V14.375C13.75 14.7065 13.8817 15.0244 14.1161 15.2589C14.3506 15.4933 14.6685 15.625 15 15.625H17.5V10ZM17.5 10C17.5 9.01506 17.306 8.03981 16.9291 7.12987C16.5522 6.21993 15.9998 5.39314 15.3033 4.6967C14.6069 4.00026 13.7801 3.44781 12.8701 3.07091C11.9602 2.69399 10.9849 2.5 10 2.5C9.01506 2.5 8.03981 2.69399 7.12987 3.07091C6.21993 3.44781 5.39314 4.00026 4.6967 4.6967C4.00026 5.39314 3.44781 6.21993 3.07091 7.12987C2.69399 8.03981 2.5 9.01506 2.5 10M2.5 10V14.375C2.5 14.7065 2.63169 15.0244 2.86612 15.2589C3.10054 15.4933 3.41848 15.625 3.75 15.625H5C5.33152 15.625 5.64946 15.4933 5.88388 15.2589C6.11831 15.0244 6.25 14.7065 6.25 14.375V11.25C6.25 10.9185 6.11831 10.6006 5.88388 10.3661C5.64946 10.1317 5.33152 10 5 10H2.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),ft=o("heart",[["path",{d:"M10 17.5C10 17.5 1.875 13.125 1.875 7.96875C1.875 6.84988 2.31947 5.77681 3.11064 4.98564C3.90181 4.19447 4.97487 3.75 6.09375 3.75C7.85863 3.75 9.37031 4.71172 10 6.25C10.6297 4.71172 12.1414 3.75 13.9062 3.75C15.0251 3.75 16.0982 4.19447 16.8894 4.98564C17.6805 5.77681 18.125 6.84988 18.125 7.96875C18.125 13.125 10 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),yt=o("heartbeat",[["path",{d:"M2.5 10.625H5.625L6.875 8.75L9.375 12.5L10.625 10.625H12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.875 8.125C1.875 8.07262 1.875 8.02113 1.875 7.96875C1.875 6.84988 2.31947 5.77681 3.11064 4.98564C3.90181 4.19447 4.97487 3.75 6.09375 3.75C7.85863 3.75 9.37031 4.71172 10 6.25C10.6297 4.71172 12.1414 3.75 13.9062 3.75C15.0251 3.75 16.0982 4.19447 16.8894 4.98564C17.6805 5.77681 18.125 6.84988 18.125 7.96875C18.125 13.125 10 17.5 10 17.5C10 17.5 6.71875 15.7344 4.32969 13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Pt=o("heart-break",[["path",{d:"M10 5.90849L9.07656 4.98584C8.48656 4.39595 7.73487 3.99425 6.91662 3.83152C6.09834 3.66879 5.25019 3.75233 4.47938 4.07159C3.70858 4.39084 3.04974 4.93148 2.58617 5.62514C2.12261 6.31881 1.87512 7.13438 1.875 7.96863C1.875 13.1249 10 17.4999 10 17.4999C10 17.4999 18.125 13.1249 18.125 7.96863C18.1249 7.13438 17.8774 6.31881 17.4138 5.62514C16.9503 4.93148 16.2914 4.39084 15.5206 4.07159C14.7498 3.75233 13.9016 3.66879 13.0834 3.83152C12.2651 3.99425 11.5134 4.39595 10.9234 4.98584L8.75 7.1585L11.1078 9.51706L9.375 11.2499",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Tt=o("heart-half",[["path",{d:"M10 17.5C10 17.5 1.875 13.125 1.875 7.96875C1.875 6.84988 2.31947 5.77681 3.11064 4.98564C3.90181 4.19447 4.97487 3.75 6.09375 3.75C7.85863 3.75 9.37031 4.71172 10 6.25V17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 6.25013C10.5344 4.94468 11.7039 4.08843 13.125 3.82202",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 4.46021C16.7611 4.80161 17.1914 5.25056 17.5108 5.77564C17.8302 6.30069 18.031 6.88925 18.0992 7.50006",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.4453 10.625C16.9922 11.5351 16.3476 12.393 15.625 13.1743",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 15.4287C12.1353 16.1945 11.0908 16.8866 10 17.4998",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),At=o("heart-straight",[["path",{d:"M10 17.5L16.9813 10.4187C17.7139 9.68612 18.1255 8.69244 18.1255 7.65625C18.1255 6.62012 17.7139 5.62644 16.9813 4.89378C16.2486 4.16112 15.2549 3.74951 14.2188 3.74951C13.1826 3.74951 12.1889 4.16112 11.4563 4.89378L10 6.25003L8.54379 4.89378C7.81111 4.16112 6.81742 3.74951 5.78127 3.74951C4.74514 3.74951 3.75144 4.16112 3.01877 4.89378C2.28611 5.62644 1.87451 6.62012 1.87451 7.65625C1.87451 8.69244 2.28611 9.68612 3.01877 10.4187L10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Ft=o("heart-straight-break",[["path",{d:"M10 6.29688L8.54379 4.8906C7.81111 4.15794 6.81742 3.74634 5.78127 3.74634C4.74514 3.74634 3.75144 4.15794 3.01877 4.8906C2.28611 5.62326 1.87451 6.61694 1.87451 7.65313C1.87451 8.68925 2.28611 9.68294 3.01877 10.4156L10 17.5L16.9813 10.4188C17.7139 9.68606 18.1255 8.69238 18.1255 7.65625C18.1255 6.62006 17.7139 5.62639 16.9813 4.89373C16.2486 4.16107 15.2549 3.74946 14.2188 3.74946C13.1826 3.74946 12.1889 4.16107 11.4563 4.89373L8.75004 7.5L11.25 10L10 11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Dt=o("hexagon",[["path",{d:"M10.3 1.95317L17.175 5.71723C17.2732 5.77095 17.3551 5.85003 17.4123 5.94623C17.4694 6.04243 17.4998 6.15221 17.5 6.26413V13.736C17.4998 13.8479 17.4694 13.9577 17.4123 14.0539C17.3551 14.1501 17.2732 14.2291 17.175 14.2829L10.3 18.0469C10.208 18.0973 10.1049 18.1236 10 18.1236C9.89513 18.1236 9.792 18.0973 9.7 18.0469L2.825 14.2829C2.72683 14.2291 2.64488 14.1501 2.58772 14.0539C2.53055 13.9577 2.50026 13.8479 2.5 13.736V6.26413C2.50026 6.15221 2.53055 6.04243 2.58772 5.94623C2.64488 5.85003 2.72683 5.77095 2.825 5.71723L9.7 1.95317C9.792 1.90285 9.89513 1.87646 10 1.87646C10.1049 1.87646 10.208 1.90285 10.3 1.95317Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),qt=o("high-definition",[["path",{d:"M11.875 13.75H13.75C14.7446 13.75 15.6984 13.3549 16.4016 12.6516C17.1049 11.9484 17.5 10.9946 17.5 10C17.5 9.00544 17.1049 8.05162 16.4016 7.34837C15.6984 6.64506 14.7446 6.25 13.75 6.25H11.875V13.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.375 6.25V13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 6.25V13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 3.75H17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 16.25H17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 10H9.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Rt=o("high-heel",[["path",{d:"M2.5 9.375C6.43594 9.375 9.8055 11.8188 11.1953 15.2406C11.243 15.3549 11.3236 15.4524 11.4268 15.5209C11.5299 15.5893 11.6512 15.6256 11.775 15.625H18.75C18.9157 15.625 19.0747 15.5591 19.1919 15.4419C19.3091 15.3247 19.375 15.1657 19.375 15V14.6305C19.3733 14.2058 19.2271 13.7942 18.9602 13.4637C18.6934 13.1333 18.3219 12.9036 17.9071 12.8125L13.75 11.875L5 3.125C3.48359 4.78281 2.5 6.95312 2.5 9.375Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 10.1562V15C6.25 15.1657 6.18415 15.3247 6.06694 15.4419C5.94973 15.5591 5.79076 15.625 5.625 15.625H3.125C2.95924 15.625 2.80027 15.5591 2.68306 15.4419C2.56585 15.3247 2.5 15.1657 2.5 15V9.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Ut=o("highlighter",[["path",{d:"M6.875 10L1.875 15L7.5 16.875L10.625 13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.3749 12.5L12.3171 14.5578C12.259 14.6159 12.1901 14.662 12.1142 14.6935C12.0383 14.7249 11.957 14.7411 11.8749 14.7411C11.7928 14.7411 11.7115 14.7249 11.6356 14.6935C11.5597 14.662 11.4908 14.6159 11.4327 14.5578L6.06709 9.19219C6.00898 9.13413 5.96288 9.06519 5.93143 8.98931C5.89998 8.91344 5.88379 8.83213 5.88379 8.75C5.88379 8.66787 5.89998 8.58656 5.93143 8.51069C5.96288 8.43481 6.00898 8.36587 6.06709 8.30781L8.12491 6.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M19.3749 8.75L15.4421 12.6828C15.384 12.7409 15.3151 12.787 15.2392 12.8185C15.1634 12.8499 15.082 12.8661 14.9999 12.8661C14.9178 12.8661 14.8365 12.8499 14.7606 12.8185C14.6847 12.787 14.6158 12.7409 14.5577 12.6828L7.9421 6.06719C7.88398 6.00914 7.83791 5.94021 7.80641 5.86434C7.77498 5.78846 7.75879 5.70714 7.75879 5.625C7.75879 5.54286 7.77498 5.46154 7.80641 5.38566C7.83791 5.30979 7.88398 5.24086 7.9421 5.18281L11.8749 1.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Nt=o("highlighter-circle",[["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 11.25V7.5L11.875 5.625V11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 16.8203V11.875C13.125 11.7093 13.0591 11.5503 12.9419 11.4331C12.8247 11.3159 12.6657 11.25 12.5 11.25H7.5C7.33425 11.25 7.17525 11.3159 7.05806 11.4331C6.94088 11.5503 6.875 11.7093 6.875 11.875V16.8203",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Gt=o("hockey",[["path",{d:"M2.5 3.75L12.9375 16.0297C12.9962 16.0987 13.0693 16.1542 13.1515 16.1923C13.2338 16.2304 13.3234 16.2501 13.4141 16.25H17.5C17.6657 16.25 17.8247 16.1841 17.9419 16.0669C18.0591 15.9497 18.125 15.7907 18.125 15.625V13.125C18.125 12.9593 18.0591 12.8003 17.9419 12.6831C17.8247 12.5659 17.6657 12.5 17.5 12.5H9.9375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 16.25V12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 16.25V12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.35938 14.5039L7.0625 16.0297C7.00381 16.0987 6.93075 16.1542 6.8485 16.1923C6.76619 16.2304 6.67663 16.2501 6.58594 16.25H2.5C2.33424 16.25 2.17527 16.1841 2.05806 16.0669C1.94085 15.9497 1.875 15.7907 1.875 15.625V13.125C1.875 12.9593 1.94085 12.8003 2.05806 12.6831C2.17527 12.5659 2.33424 12.5 2.5 12.5H6.65625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.5 3.75L12.1875 10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),zt=o("hoodie",[["path",{d:"M13.1251 14.375V16.25C13.1251 16.4157 13.191 16.5747 13.3082 16.6919C13.4254 16.8091 13.5844 16.875 13.7501 16.875H15.8259C15.963 16.8748 16.0962 16.8296 16.205 16.7464C16.3139 16.6631 16.3923 16.5463 16.4282 16.4141L18.1032 10.2742C18.1267 10.1881 18.1315 10.0979 18.1172 10.0098C18.1029 9.92163 18.0699 9.83756 18.0204 9.76331L13.7798 3.40313C13.7228 3.31762 13.6455 3.2475 13.5549 3.19899C13.4643 3.15048 13.3631 3.12506 13.2603 3.125H6.74C6.63719 3.12506 6.536 3.15048 6.44537 3.19899C6.35475 3.2475 6.2775 3.31762 6.22046 3.40313L1.97984 9.76562C1.93034 9.83994 1.89734 9.924 1.88305 10.0121C1.86877 10.1002 1.87353 10.1904 1.89702 10.2766L3.57202 16.4141C3.608 16.5463 3.68644 16.6631 3.79528 16.7464C3.90412 16.8296 4.03732 16.8748 4.17437 16.875H6.25012C6.41594 16.875 6.57487 16.8091 6.69206 16.6919C6.80931 16.5747 6.87512 16.4157 6.87512 16.25V14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 6.875L14.375 4.29688V13.75C14.375 13.9157 14.3091 14.0747 14.1919 14.1919C14.0747 14.3091 13.9157 14.375 13.75 14.375H6.25C6.08424 14.375 5.92527 14.3091 5.80806 14.1919C5.69085 14.0747 5.625 13.9157 5.625 13.75V4.29688L10 6.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 6.13843V10.0001",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.75 6.13843V10.6251",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Et=o("horse",[["path",{d:"M13.75 9.375C13.75 10.3696 13.3549 11.3234 12.6516 12.0266C11.9484 12.7299 10.9946 13.125 10 13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.6875 8.90625C10.2916 8.90625 10.7812 8.41656 10.7812 7.8125C10.7812 7.20844 10.2916 6.71875 9.6875 6.71875C9.08344 6.71875 8.59375 7.20844 8.59375 7.8125C8.59375 8.41656 9.08344 8.90625 9.6875 8.90625Z",fill:"currentColor",stroke:"none"}],["path",{d:"M5 15.625C6.36175 16.8438 8.17113 17.5375 10.1516 17.5C14.1734 17.4219 17.443 14.1304 17.4993 10.1086C17.5136 9.11463 17.3302 8.12775 16.9599 7.20531C16.5894 6.28281 16.0394 5.4432 15.3416 4.73523C14.6437 4.02726 13.8122 3.46507 12.8952 3.08134C11.9782 2.69761 10.9941 2.5 10 2.5H9.375V5L1.25 10L2.32734 11.7188C2.53253 12.0033 2.81343 12.2246 3.13812 12.3574C3.46281 12.4903 3.81826 12.5294 4.16406 12.4703C5.52891 12.2359 7.91875 11.8734 10 13.1219L7.19763 16.9781",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Ot=o("hospital",[["path",{d:"M2.5 16.875H19.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 16.875V3.75C3.75 3.58424 3.81585 3.42527 3.93306 3.30806C4.05027 3.19085 4.20924 3.125 4.375 3.125H11.875C12.0407 3.125 12.1997 3.19085 12.3169 3.30806C12.4341 3.42527 12.5 3.58424 12.5 3.75V16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 9.375H17.5C17.6657 9.375 17.8247 9.44088 17.9419 9.55806C18.0591 9.67525 18.125 9.83425 18.125 10V16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 5.625V9.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 7.5H10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 16.875V12.5H6.25V16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Wt=o("hourglass",[["path",{d:"M10 10L5.25 6.4375C5.17237 6.37931 5.10937 6.30381 5.06598 6.21701C5.02259 6.13023 5 6.03453 5 5.9375V3.125C5 2.95924 5.06585 2.80027 5.18306 2.68306C5.30027 2.56585 5.45924 2.5 5.625 2.5H14.375C14.5407 2.5 14.6997 2.56585 14.8169 2.68306C14.9341 2.80027 15 2.95924 15 3.125V5.90937C14.9997 6.00574 14.9771 6.10074 14.934 6.18693C14.8909 6.27312 14.8285 6.34819 14.7516 6.40625L10 10Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 10L5.25 13.5625C5.17237 13.6207 5.10937 13.6962 5.06598 13.783C5.02259 13.8697 5 13.9655 5 14.0625V16.875C5 17.0407 5.06585 17.1997 5.18306 17.3169C5.30027 17.4341 5.45924 17.5 5.625 17.5H14.375C14.5407 17.5 14.6997 17.4341 14.8169 17.3169C14.9341 17.1997 15 17.0407 15 16.875V14.0906C14.9999 13.994 14.9775 13.8987 14.9344 13.8122C14.8913 13.7258 14.8287 13.6504 14.7516 13.5922L10 10Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),It=o("hourglass-high",[["path",{d:"M10 10L5.25 6.4375C5.17237 6.37931 5.10937 6.30381 5.06598 6.21701C5.02259 6.13023 5 6.03453 5 5.9375V3.125C5 2.95924 5.06585 2.80027 5.18306 2.68306C5.30027 2.56585 5.45924 2.5 5.625 2.5H14.375C14.5407 2.5 14.6997 2.56585 14.8169 2.68306C14.9341 2.80027 15 2.95924 15 3.125V5.90937C14.9997 6.00574 14.9771 6.10074 14.934 6.18693C14.8909 6.27312 14.8285 6.34819 14.7516 6.40625L10 10Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 10L5.25 13.5625C5.17237 13.6207 5.10937 13.6962 5.06598 13.783C5.02259 13.8697 5 13.9655 5 14.0625V16.875C5 17.0407 5.06585 17.1997 5.18306 17.3169C5.30027 17.4341 5.45924 17.5 5.625 17.5H14.375C14.5407 17.5 14.6997 17.4341 14.8169 17.3169C14.9341 17.1997 15 17.0407 15 16.875V14.0906C14.9999 13.994 14.9775 13.8987 14.9344 13.8122C14.8913 13.7258 14.8287 13.6504 14.7516 13.5922L10 10Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5 5H15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Xt=o("hourglass-low",[["path",{d:"M10 10L5.25 6.4375C5.17237 6.37931 5.10937 6.30381 5.06598 6.21701C5.02259 6.13023 5 6.03453 5 5.9375V3.125C5 2.95924 5.06585 2.80027 5.18306 2.68306C5.30027 2.56585 5.45924 2.5 5.625 2.5H14.375C14.5407 2.5 14.6997 2.56585 14.8169 2.68306C14.9341 2.80027 15 2.95924 15 3.125V5.90937C14.9997 6.00574 14.9771 6.10074 14.934 6.18693C14.8909 6.27312 14.8285 6.34819 14.7516 6.40625L10 10Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 10L5.25 13.5625C5.17237 13.6207 5.10937 13.6962 5.06598 13.783C5.02259 13.8697 5 13.9655 5 14.0625V16.875C5 17.0407 5.06585 17.1997 5.18306 17.3169C5.30027 17.4341 5.45924 17.5 5.625 17.5H14.375C14.5407 17.5 14.6997 17.4341 14.8169 17.3169C14.9341 17.1997 15 17.0407 15 16.875V14.0906C14.9999 13.994 14.9775 13.8987 14.9344 13.8122C14.8913 13.7258 14.8287 13.6504 14.7516 13.5922L10 10Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5 14.375H15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Kt=o("hourglass-medium",[["path",{d:"M10 10L5.25 6.4375C5.17237 6.37931 5.10937 6.30381 5.06598 6.21701C5.02259 6.13023 5 6.03453 5 5.9375V3.125C5 2.95924 5.06585 2.80027 5.18306 2.68306C5.30027 2.56585 5.45924 2.5 5.625 2.5H14.375C14.5407 2.5 14.6997 2.56585 14.8169 2.68306C14.9341 2.80027 15 2.95924 15 3.125V5.90937C14.9997 6.00574 14.9771 6.10074 14.934 6.18693C14.8909 6.27312 14.8285 6.34819 14.7516 6.40625L10 10Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 10L5.25 13.5625C5.17237 13.6207 5.10937 13.6962 5.06598 13.783C5.02259 13.8697 5 13.9655 5 14.0625V16.875C5 17.0407 5.06585 17.1997 5.18306 17.3169C5.30027 17.4341 5.45924 17.5 5.625 17.5H14.375C14.5407 17.5 14.6997 17.4341 14.8169 17.3169C14.9341 17.1997 15 17.0407 15 16.875V14.0906C14.9999 13.994 14.9775 13.8987 14.9344 13.8122C14.8913 13.7258 14.8287 13.6504 14.7516 13.5922L10 10Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 13.125V10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.8335 6.875H14.1343",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Jt=o("hourglass-simple",[["path",{d:"M3.93428 4.19219C3.84687 4.10488 3.7873 3.99361 3.76309 3.87245C3.73888 3.75129 3.75113 3.62568 3.79828 3.51148C3.84543 3.39728 3.92538 3.29961 4.02801 3.23083C4.13064 3.16204 4.25135 3.12521 4.37491 3.125H15.6249C15.7486 3.1249 15.8695 3.16151 15.9724 3.23018C16.0753 3.29884 16.1555 3.39649 16.2028 3.51076C16.2502 3.62502 16.2625 3.75076 16.2383 3.87207C16.2142 3.99337 16.1546 4.10478 16.0671 4.19219L9.99991 10L3.93428 4.19219Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.93428 15.8078C3.84687 15.8951 3.7873 16.0064 3.76309 16.1276C3.73888 16.2487 3.75113 16.3743 3.79828 16.4885C3.84543 16.6027 3.92538 16.7004 4.02801 16.7692C4.13064 16.8379 4.25135 16.8748 4.37491 16.875H15.6249C15.7486 16.8751 15.8695 16.8385 15.9724 16.7698C16.0753 16.7011 16.1555 16.6035 16.2028 16.4892C16.2502 16.375 16.2625 16.2493 16.2383 16.1279C16.2142 16.0066 16.1546 15.8952 16.0671 15.8078L9.99991 10L3.93428 15.8078Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Qt=o("hourglass-simple-high",[["path",{d:"M3.93428 4.19219C3.84687 4.10488 3.7873 3.99361 3.76309 3.87245C3.73888 3.75129 3.75113 3.62568 3.79828 3.51148C3.84543 3.39728 3.92538 3.29961 4.02801 3.23083C4.13064 3.16204 4.25135 3.12521 4.37491 3.125H15.6249C15.7486 3.1249 15.8695 3.16151 15.9724 3.23018C16.0753 3.29884 16.1555 3.39649 16.2028 3.51076C16.2502 3.62502 16.2625 3.75076 16.2383 3.87207C16.2142 3.99337 16.1546 4.10478 16.0671 4.19219L9.99991 10L3.93428 4.19219Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.93428 15.8078C3.84687 15.8951 3.7873 16.0064 3.76309 16.1276C3.73888 16.2487 3.75113 16.3743 3.79828 16.4885C3.84543 16.6027 3.92538 16.7004 4.02801 16.7692C4.13064 16.8379 4.25135 16.8748 4.37491 16.875H15.6249C15.7486 16.8751 15.8695 16.8385 15.9724 16.7698C16.0753 16.7011 16.1555 16.6035 16.2028 16.4892C16.2502 16.375 16.2625 16.2493 16.2383 16.1279C16.2142 16.0066 16.1546 15.8952 16.0671 15.8078L9.99991 10L3.93428 15.8078Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.43115 5.625H14.5686",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Yt=o("hourglass-simple-low",[["path",{d:"M3.93428 4.19219C3.84687 4.10488 3.7873 3.99361 3.76309 3.87245C3.73888 3.75129 3.75113 3.62568 3.79828 3.51148C3.84543 3.39728 3.92538 3.29961 4.02801 3.23083C4.13064 3.16204 4.25135 3.12521 4.37491 3.125H15.6249C15.7486 3.1249 15.8695 3.16151 15.9724 3.23018C16.0753 3.29884 16.1555 3.39649 16.2028 3.51076C16.2502 3.62502 16.2625 3.75076 16.2383 3.87207C16.2142 3.99337 16.1546 4.10478 16.0671 4.19219L9.99991 10L3.93428 4.19219Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.93428 15.8078C3.84687 15.8951 3.7873 16.0064 3.76309 16.1276C3.73888 16.2487 3.75113 16.3743 3.79828 16.4885C3.84543 16.6027 3.92538 16.7004 4.02801 16.7692C4.13064 16.8379 4.25135 16.8748 4.37491 16.875H15.6249C15.7486 16.8751 15.8695 16.8385 15.9724 16.7698C16.0753 16.7011 16.1555 16.6035 16.2028 16.4892C16.2502 16.375 16.2625 16.2493 16.2383 16.1279C16.2142 16.0066 16.1546 15.8952 16.0671 15.8078L9.99991 10L3.93428 15.8078Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.9163 13.75H6.0835",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),_t=o("hourglass-simple-medium",[["path",{d:"M3.93428 4.19219C3.84687 4.10488 3.7873 3.99361 3.76309 3.87245C3.73888 3.75129 3.75113 3.62568 3.79828 3.51148C3.84543 3.39728 3.92538 3.29961 4.02801 3.23083C4.13064 3.16204 4.25135 3.12521 4.37491 3.125H15.6249C15.7486 3.1249 15.8695 3.16151 15.9724 3.23018C16.0753 3.29884 16.1555 3.39649 16.2028 3.51076C16.2502 3.62502 16.2625 3.75076 16.2383 3.87207C16.2142 3.99337 16.1546 4.10478 16.0671 4.19219L9.99991 10L3.93428 4.19219Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.93428 15.8078C3.84687 15.8951 3.7873 16.0064 3.76309 16.1276C3.73888 16.2487 3.75113 16.3743 3.79828 16.4885C3.84543 16.6027 3.92538 16.7004 4.02801 16.7692C4.13064 16.8379 4.25135 16.8748 4.37491 16.875H15.6249C15.7486 16.8751 15.8695 16.8385 15.9724 16.7698C16.0753 16.7011 16.1555 16.6035 16.2028 16.4892C16.2502 16.375 16.2625 16.2493 16.2383 16.1279C16.2142 16.0066 16.1546 15.8952 16.0671 15.8078L9.99991 10L3.93428 15.8078Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 10V13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.9163 6.25H6.0835",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),$t=o("house",[["path",{d:"M8.125 16.875V11.875H11.875V16.875H16.875V9.375C16.8751 9.29287 16.8589 9.21162 16.8276 9.13575C16.7962 9.05987 16.7502 8.99087 16.6922 8.93281L10.4422 2.68282C10.3841 2.62471 10.3152 2.57861 10.2393 2.54716C10.1634 2.51571 10.0821 2.49951 10 2.49951C9.91787 2.49951 9.83656 2.51571 9.76069 2.54716C9.68481 2.57861 9.61587 2.62471 9.55781 2.68282L3.30781 8.93281C3.24979 8.99087 3.20378 9.05987 3.17241 9.13575C3.14105 9.21162 3.12494 9.29287 3.125 9.375V16.875H8.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),o9=o("house-line",[["path",{d:"M1.25 16.8752H18.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 16.8752V11.8752H8.125V16.8752",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 9.1167V16.8753",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.875 16.8753V9.1167",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.875 10.3664L9.55781 2.68282C9.61587 2.62471 9.68481 2.57861 9.76069 2.54716C9.83656 2.51571 9.91787 2.49951 10 2.49951C10.0821 2.49951 10.1634 2.51571 10.2393 2.54716C10.3152 2.57861 10.3841 2.62471 10.4422 2.68282L18.125 10.3664",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),r9=o("house-simple",[["path",{d:"M3.125 16.875H16.875V9.375C16.8751 9.29287 16.8589 9.21162 16.8276 9.13575C16.7962 9.05987 16.7502 8.99087 16.6922 8.93281L10.4422 2.68282C10.3841 2.62471 10.3152 2.57861 10.2393 2.54716C10.1634 2.51571 10.0821 2.49951 10 2.49951C9.91787 2.49951 9.83656 2.51571 9.76069 2.54716C9.68481 2.57861 9.61587 2.62471 9.55781 2.68282L3.30781 8.93281C3.24979 8.99087 3.20378 9.05987 3.17241 9.13575C3.14105 9.21162 3.12494 9.29287 3.125 9.375V16.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),e9=o("hurricane",[["path",{d:"M10 11.875C11.0356 11.875 11.875 11.0356 11.875 10C11.875 8.96444 11.0356 8.125 10 8.125C8.96444 8.125 8.125 8.96444 8.125 10C8.125 11.0356 8.96444 11.875 10 11.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.6109 3.95938C12.9417 4.31438 14.118 5.09904 14.9569 6.19141C15.7958 7.28375 16.2504 8.62269 16.25 10C16.25 17.5 7.5 19.375 7.5 19.375L8.38906 16.0406C7.05825 15.6856 5.88201 14.9009 5.0431 13.8086C4.20419 12.7163 3.7496 11.3773 3.75 10C3.75 2.5 12.5 0.625 12.5 0.625L11.6109 3.95938Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),n9=o("ice-cream",[["path",{d:"M4.375 7.5C4.375 6.00816 4.96763 4.57742 6.02252 3.52253C7.07744 2.46763 8.50819 1.875 10 1.875C11.4918 1.875 12.9226 2.46763 13.9775 3.52253C15.0324 4.57742 15.625 6.00816 15.625 7.5V8.125C15.9565 8.125 16.2744 8.25669 16.5089 8.49113C16.7433 8.72556 16.875 9.0435 16.875 9.375C16.875 9.7065 16.7433 10.0244 16.5089 10.2589C16.2744 10.4933 15.9565 10.625 15.625 10.625H4.375C4.04348 10.625 3.72554 10.4933 3.49112 10.2589C3.25669 10.0244 3.125 9.7065 3.125 9.375C3.125 9.0435 3.25669 8.72556 3.49112 8.49113C3.72554 8.25669 4.04348 8.125 4.375 8.125V7.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.4736 16.7969L7.94629 10.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.9462 14.2188L10.8931 10.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.0056 10.625L10.547 18.4375C10.4924 18.5333 10.4134 18.613 10.318 18.6684C10.2226 18.7238 10.1143 18.7529 10.004 18.7529C9.89369 18.7529 9.78537 18.7238 9.69 18.6684C9.59469 18.613 9.51569 18.5333 9.46106 18.4375L4.99463 10.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),t9=o("identification-badge",[["path",{d:"M10 13.125C11.3807 13.125 12.5 12.0057 12.5 10.625C12.5 9.24431 11.3807 8.125 10 8.125C8.61931 8.125 7.5 9.24431 7.5 10.625C7.5 12.0057 8.61931 13.125 10 13.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 15C6.68662 14.4178 7.25281 13.9453 7.90369 13.6199C8.55456 13.2944 9.27231 13.125 10 13.125C10.7277 13.125 11.4454 13.2944 12.0963 13.6199C12.7472 13.9453 13.3134 14.4178 13.75 15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 16.875V3.125C16.25 2.77982 15.9702 2.5 15.625 2.5H4.375C4.02982 2.5 3.75 2.77982 3.75 3.125V16.875C3.75 17.2202 4.02982 17.5 4.375 17.5H15.625C15.9702 17.5 16.25 17.2202 16.25 16.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 5H12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),s9=o("identification-card",[["path",{d:"M11.875 8.75H15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 11.25H15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.875 3.75H3.125C2.77982 3.75 2.5 4.02982 2.5 4.375V15.625C2.5 15.9702 2.77982 16.25 3.125 16.25H16.875C17.2202 16.25 17.5 15.9702 17.5 15.625V4.375C17.5 4.02982 17.2202 3.75 16.875 3.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 11.25C8.53556 11.25 9.375 10.4106 9.375 9.375C9.375 8.33944 8.53556 7.5 7.5 7.5C6.46444 7.5 5.625 8.33944 5.625 9.375C5.625 10.4106 6.46444 11.25 7.5 11.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5 13.125C5.27734 12.0469 6.33519 11.25 7.5 11.25C8.66481 11.25 9.72344 12.0461 10 13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),i9=o("image",[["path",{d:"M16.875 3.75H3.125C2.77982 3.75 2.5 4.02982 2.5 4.375V15.625C2.5 15.9702 2.77982 16.25 3.125 16.25H16.875C17.2202 16.25 17.5 15.9702 17.5 15.625V4.375C17.5 4.02982 17.2202 3.75 16.875 3.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.1875 8.90625C12.7916 8.90625 13.2812 8.41656 13.2812 7.8125C13.2812 7.20844 12.7916 6.71875 12.1875 6.71875C11.5834 6.71875 11.0938 7.20844 11.0938 7.8125C11.0938 8.41656 11.5834 8.90625 12.1875 8.90625Z",fill:"currentColor",stroke:"none"}],["path",{d:"M11.5088 12.8126L13.5158 10.8079C13.633 10.6908 13.7919 10.625 13.9576 10.625C14.1233 10.625 14.2822 10.6908 14.3994 10.8079L17.5002 13.9111",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 13.1787L6.74531 8.93258C6.80337 8.87446 6.87231 8.82839 6.94819 8.79696C7.02406 8.76546 7.10537 8.74927 7.1875 8.74927C7.26963 8.74927 7.35094 8.76546 7.42681 8.79696C7.50269 8.82839 7.57163 8.87446 7.62969 8.93258L14.9461 16.2498",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),C9=o("image-broken",[["path",{d:"M8.125 16.25H3.125C2.95924 16.25 2.80027 16.1841 2.68306 16.0669C2.56585 15.9497 2.5 15.7907 2.5 15.625V4.375C2.5 4.20924 2.56585 4.05027 2.68306 3.93306C2.80027 3.81585 2.95924 3.75 3.125 3.75H16.875C17.0407 3.75 17.1997 3.81585 17.3169 3.93306C17.4341 4.05027 17.5 4.20924 17.5 4.375V6.875L13.75 8.125L12.5 11.25L9.375 12.5L8.125 16.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.7603 16.2501L11.3806 14.3907L14.4274 13.1735L15.6446 10.1267L17.504 9.50635V15.6251C17.504 15.7908 17.4382 15.9498 17.3209 16.067C17.2038 16.1842 17.0448 16.2501 16.879 16.2501H10.7603Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 13.1787L6.74531 8.93258C6.80338 8.87446 6.87231 8.82839 6.94819 8.79696C7.02406 8.76546 7.10538 8.74927 7.1875 8.74927C7.26963 8.74927 7.35094 8.76546 7.42681 8.79696C7.50269 8.82839 7.57163 8.87446 7.62969 8.93258L10.6766 11.9795",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),u9=o("images",[["path",{d:"M16.875 3.75H5.625C5.27982 3.75 5 4.02982 5 4.375V13.125C5 13.4702 5.27982 13.75 5.625 13.75H16.875C17.2202 13.75 17.5 13.4702 17.5 13.125V4.375C17.5 4.02982 17.2202 3.75 16.875 3.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.4375 7.34375C13.869 7.34375 14.2188 6.994 14.2188 6.5625C14.2188 6.13102 13.869 5.78125 13.4375 5.78125C13.006 5.78125 12.6562 6.13102 12.6562 6.5625C12.6562 6.994 13.006 7.34375 13.4375 7.34375Z",fill:"currentColor",stroke:"none"}],["path",{d:"M5 10.0537L7.99531 7.05758C8.05337 6.99946 8.12231 6.95339 8.19819 6.92196C8.27406 6.89046 8.35537 6.87427 8.4375 6.87427C8.51963 6.87427 8.60094 6.89046 8.67681 6.92196C8.75269 6.95339 8.82163 6.99946 8.87969 7.05758L12.7586 10.9373L14.7656 8.93258C14.8828 8.81546 15.0417 8.74964 15.2074 8.74964C15.3731 8.74964 15.532 8.81546 15.6492 8.93258L17.5 10.7857",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15 13.75V15.625C15 15.7907 14.9341 15.9497 14.8169 16.0669C14.6997 16.1841 14.5407 16.25 14.375 16.25H3.125C2.95924 16.25 2.80027 16.1841 2.68306 16.0669C2.56585 15.9497 2.5 15.7907 2.5 15.625V6.875C2.5 6.70925 2.56585 6.55025 2.68306 6.43306C2.80027 6.31588 2.95924 6.25 3.125 6.25H5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),k9=o("image-square",[["path",{d:"M16.25 3.125H3.75C3.40482 3.125 3.125 3.40482 3.125 3.75V16.25C3.125 16.5952 3.40482 16.875 3.75 16.875H16.25C16.5952 16.875 16.875 16.5952 16.875 16.25V3.75C16.875 3.40482 16.5952 3.125 16.25 3.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 8.75C8.19037 8.75 8.75 8.19037 8.75 7.5C8.75 6.80963 8.19037 6.25 7.5 6.25C6.80963 6.25 6.25 6.80963 6.25 7.5C6.25 8.19037 6.80963 8.75 7.5 8.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.42871 16.8748L12.9951 8.30758C13.0531 8.24946 13.1221 8.20339 13.198 8.17196C13.2738 8.14046 13.3551 8.12427 13.4373 8.12427C13.5195 8.12427 13.6008 8.14046 13.6766 8.17196C13.7525 8.20339 13.8215 8.24946 13.8795 8.30758L16.8748 11.3037",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),a9=o("images-square",[["path",{d:"M16.25 3.125H6.25C5.90482 3.125 5.625 3.40482 5.625 3.75V13.75C5.625 14.0952 5.90482 14.375 6.25 14.375H16.25C16.5952 14.375 16.875 14.0952 16.875 13.75V3.75C16.875 3.40482 16.5952 3.125 16.25 3.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.375 8.125C10.0654 8.125 10.625 7.56537 10.625 6.875C10.625 6.18464 10.0654 5.625 9.375 5.625C8.68463 5.625 8.125 6.18464 8.125 6.875C8.125 7.56537 8.68463 8.125 9.375 8.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 14.375V16.25C14.375 16.4157 14.3091 16.5747 14.1919 16.6919C14.0747 16.8091 13.9157 16.875 13.75 16.875H3.75C3.58424 16.875 3.42527 16.8091 3.30806 16.6919C3.19085 16.5747 3.125 16.4157 3.125 16.25V6.25C3.125 6.08424 3.19085 5.92527 3.30806 5.80806C3.42527 5.69085 3.58424 5.625 3.75 5.625H5.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.55371 14.3748L13.6201 8.30758C13.6781 8.24946 13.7471 8.20339 13.823 8.17196C13.8988 8.14046 13.9801 8.12427 14.0623 8.12427C14.1445 8.12427 14.2258 8.14046 14.3016 8.17196C14.3775 8.20339 14.4465 8.24946 14.5045 8.30758L16.8748 10.6787",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),d9=o("infinity",[["path",{d:"M8.33065 11.8852L7.65171 12.6516C7.12728 13.1761 6.45909 13.5332 5.73167 13.6779C5.00424 13.8226 4.25023 13.7484 3.56499 13.4646C2.87976 13.1807 2.29407 12.7001 1.88201 12.0834C1.46994 11.4667 1.25 10.7417 1.25 10C1.25 9.25831 1.46994 8.53325 1.88201 7.91656C2.29407 7.29987 2.87976 6.81925 3.56499 6.53544C4.25023 6.25162 5.00424 6.17736 5.73167 6.32206C6.45909 6.46681 7.12728 6.82394 7.65171 7.34844L12.3486 12.6516C12.873 13.1761 13.5412 13.5332 14.2686 13.6779C14.9961 13.8226 15.7501 13.7484 16.4353 13.4646C17.1206 13.1807 17.7063 12.7001 18.1183 12.0834C18.5304 11.4667 18.7503 10.7417 18.7503 10C18.7503 9.25831 18.5304 8.53325 18.1183 7.91656C17.7063 7.29987 17.1206 6.81925 16.4353 6.53544C15.7501 6.25162 14.9961 6.17736 14.2686 6.32206C13.5412 6.46681 12.873 6.82394 12.3486 7.34844L11.6697 8.11487",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),c9=o("info",[["path",{d:"M9.375 9.375C9.54075 9.375 9.69975 9.44088 9.81694 9.55806C9.93412 9.67525 10 9.83425 10 10V13.125C10 13.2907 10.0659 13.4497 10.1831 13.5669C10.3003 13.6841 10.4593 13.75 10.625 13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.6875 7.34375C10.119 7.34375 10.4688 6.994 10.4688 6.5625C10.4688 6.13102 10.119 5.78125 9.6875 5.78125C9.256 5.78125 8.90625 6.13102 8.90625 6.5625C8.90625 6.994 9.256 7.34375 9.6875 7.34375Z",fill:"currentColor",stroke:"none"}],["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),L9=o("instagram-logo",[["path",{d:"M10 13.125C11.7259 13.125 13.125 11.7259 13.125 10C13.125 8.27413 11.7259 6.875 10 6.875C8.27413 6.875 6.875 8.27413 6.875 10C6.875 11.7259 8.27413 13.125 10 13.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 2.5H6.25C4.17893 2.5 2.5 4.17893 2.5 6.25V13.75C2.5 15.8211 4.17893 17.5 6.25 17.5H13.75C15.8211 17.5 17.5 15.8211 17.5 13.75V6.25C17.5 4.17893 15.8211 2.5 13.75 2.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.0625 6.71875C14.494 6.71875 14.8438 6.369 14.8438 5.9375C14.8438 5.50602 14.494 5.15625 14.0625 5.15625C13.631 5.15625 13.2812 5.50602 13.2812 5.9375C13.2812 6.369 13.631 6.71875 14.0625 6.71875Z",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),p9=o("intersect",[["path",{d:"M7.5 13.125C10.6066 13.125 13.125 10.6066 13.125 7.5C13.125 4.3934 10.6066 1.875 7.5 1.875C4.3934 1.875 1.875 4.3934 1.875 7.5C1.875 10.6066 4.3934 13.125 7.5 13.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 18.125C15.6066 18.125 18.125 15.6066 18.125 12.5C18.125 9.39337 15.6066 6.875 12.5 6.875C9.39337 6.875 6.875 9.39337 6.875 12.5C6.875 15.6066 9.39337 18.125 12.5 18.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.69678 9.57178L10.428 12.303",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.57178 7.69678L12.303 10.428",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),l9=o("intersection",[["path",{d:"M4.375 15.625V9.375C4.375 7.88319 4.96763 6.45244 6.02252 5.39752C7.07744 4.34263 8.50819 3.75 10 3.75C11.4918 3.75 12.9226 4.34263 13.9775 5.39752C15.0324 6.45244 15.625 7.88319 15.625 9.375V15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),h9=o("intersect-square",[["path",{d:"M12.5 3.125H3.125V12.5H12.5V3.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.875 7.5H7.5V16.875H16.875V7.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 7.5L12.5 12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),M9=o("intersect-three",[["path",{d:"M10 11.875C12.5888 11.875 14.6875 9.77631 14.6875 7.1875C14.6875 4.59866 12.5888 2.5 10 2.5C7.41119 2.5 5.3125 4.59866 5.3125 7.1875C5.3125 9.77631 7.41119 11.875 10 11.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.8125 16.875C15.4013 16.875 17.5 14.7763 17.5 12.1875C17.5 9.59869 15.4013 7.5 12.8125 7.5C10.2237 7.5 8.125 9.59869 8.125 12.1875C8.125 14.7763 10.2237 16.875 12.8125 16.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.1875 16.875C9.77631 16.875 11.875 14.7763 11.875 12.1875C11.875 9.59869 9.77631 7.5 7.1875 7.5C4.59866 7.5 2.5 9.59869 2.5 12.1875C2.5 14.7763 4.59866 16.875 7.1875 16.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),j9=o("invoice",[["path",{d:"M5 4.375H3.125C2.79348 4.375 2.47554 4.50669 2.24112 4.74112C2.00669 4.97554 1.875 5.29348 1.875 5.625C1.875 5.95652 2.00669 6.27444 2.24112 6.50887C2.47554 6.74331 2.79348 6.875 3.125 6.875H4.375C4.70652 6.875 5.02446 7.00669 5.25888 7.24113C5.49331 7.47556 5.625 7.7935 5.625 8.125C5.625 8.4565 5.49331 8.77444 5.25888 9.00887C5.02446 9.24331 4.70652 9.375 4.375 9.375H2.1875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 3.75V4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 9.375V10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 4.375H17.5V15C17.5 15.1657 17.4341 15.3247 17.3169 15.4419C17.1997 15.5591 17.0407 15.625 16.875 15.625H3.125C2.95924 15.625 2.80027 15.5591 2.68306 15.4419C2.56585 15.3247 2.5 15.1657 2.5 15V11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 8.125H17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 11.875H17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 8.125V15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),H9=o("island",[["path",{d:"M1.875 17.5C1.875 17.5 5 15 10 15C15 15 18.125 17.5 18.125 17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.7502 5.625C7.50017 8.75 10.0002 15 10.0002 15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 5.625C13.75 5.625 12.4062 4.95469 10.9375 5C9.57344 5.04453 8.10156 5.71797 7.5 8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 5.625C13.75 5.625 12.5 0.742188 8.125 3.18359",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M18.125 10.625C18.125 5.625 13.75 5.625 13.75 5.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 5.62504C13.75 5.62504 15 1.49223 18.125 3.85395",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 10.625C14.375 10.625 16.1414 8.125 13.7539 5.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.0625 12.5C4.92544 12.5 5.625 11.8004 5.625 10.9375C5.625 10.0746 4.92544 9.375 4.0625 9.375C3.19956 9.375 2.5 10.0746 2.5 10.9375C2.5 11.8004 3.19956 12.5 4.0625 12.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),B9=o("jar",[["path",{d:"M13.75 4.375H6.25C4.86929 4.375 3.75 5.49429 3.75 6.875V15.625C3.75 17.0057 4.86929 18.125 6.25 18.125H13.75C15.1307 18.125 16.25 17.0057 16.25 15.625V6.875C16.25 5.49429 15.1307 4.375 13.75 4.375Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 4.375V2.5C6.25 2.33424 6.31588 2.17527 6.43306 2.05806C6.55025 1.94085 6.70925 1.875 6.875 1.875H13.125C13.2907 1.875 13.4497 1.94085 13.5669 2.05806C13.6841 2.17527 13.75 2.33424 13.75 2.5V4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.75 4.375V1.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 4.375V1.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),V9=o("jar-label",[["path",{d:"M13.75 4.375H6.25C4.86929 4.375 3.75 5.49429 3.75 6.875V15.625C3.75 17.0057 4.86929 18.125 6.25 18.125H13.75C15.1307 18.125 16.25 17.0057 16.25 15.625V6.875C16.25 5.49429 15.1307 4.375 13.75 4.375Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 4.375V2.5C6.25 2.33424 6.31588 2.17527 6.43306 2.05806C6.55025 1.94085 6.70925 1.875 6.875 1.875H13.125C13.2907 1.875 13.4497 1.94085 13.5669 2.05806C13.6841 2.17527 13.75 2.33424 13.75 2.5V4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.75 4.375V1.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 4.375V1.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 8.125H16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 14.375H16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),w9=o("jeep",[["path",{d:"M17.5 13.125V15.625C17.5 15.7907 17.4341 15.9497 17.3169 16.0669C17.1997 16.1841 17.0407 16.25 16.875 16.25H15C14.8343 16.25 14.6753 16.1841 14.5581 16.0669C14.4409 15.9497 14.375 15.7907 14.375 15.625V13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.625 13.125V15.625C5.625 15.7907 5.55915 15.9497 5.44194 16.0669C5.32473 16.1841 5.16576 16.25 5 16.25H3.125C2.95924 16.25 2.80027 16.1841 2.68306 16.0669C2.56585 15.9497 2.5 15.7907 2.5 15.625V13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.25 7.5H18.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 10V13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.75 10V13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.5 13.125H2.5V7.5L3.33125 3.61875C3.36129 3.47886 3.43842 3.35353 3.54976 3.26366C3.66109 3.17379 3.79989 3.12485 3.94297 3.125H16.057C16.2001 3.12485 16.3389 3.17379 16.4503 3.26366C16.5616 3.35353 16.6387 3.47886 16.6688 3.61875L17.5 7.5V13.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.3125 11.4062C5.91656 11.4062 6.40625 10.9166 6.40625 10.3125C6.40625 9.70844 5.91656 9.21875 5.3125 9.21875C4.70844 9.21875 4.21875 9.70844 4.21875 10.3125C4.21875 10.9166 4.70844 11.4062 5.3125 11.4062Z",fill:"currentColor",stroke:"none"}],["path",{d:"M14.6875 11.4062C15.2916 11.4062 15.7812 10.9166 15.7812 10.3125C15.7812 9.70844 15.2916 9.21875 14.6875 9.21875C14.0834 9.21875 13.5938 9.70844 13.5938 10.3125C13.5938 10.9166 14.0834 11.4062 14.6875 11.4062Z",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),b9=o("joystick",[["path",{d:"M16.25 11.875H3.75C3.40482 11.875 3.125 12.1548 3.125 12.5V16.25C3.125 16.5952 3.40482 16.875 3.75 16.875H16.25C16.5952 16.875 16.875 16.5952 16.875 16.25V12.5C16.875 12.1548 16.5952 11.875 16.25 11.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 11.875V6.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 6.875C11.3807 6.875 12.5 5.75571 12.5 4.375C12.5 2.99429 11.3807 1.875 10 1.875C8.61931 1.875 7.5 2.99429 7.5 4.375C7.5 5.75571 8.61931 6.875 10 6.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 9.375H13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),S9=o("kanban",[["path",{d:"M3.125 4.375H16.875V13.75C16.875 13.9157 16.8091 14.0747 16.6919 14.1919C16.5747 14.3091 16.4157 14.375 16.25 14.375H13.125C12.9593 14.375 12.8003 14.3091 12.6831 14.1919C12.5659 14.0747 12.5 13.9157 12.5 13.75V11.875H7.5V16.25C7.5 16.4157 7.43412 16.5747 7.31694 16.6919C7.19975 16.8091 7.04075 16.875 6.875 16.875H3.75C3.58424 16.875 3.42527 16.8091 3.30806 16.6919C3.19085 16.5747 3.125 16.4157 3.125 16.25V4.375Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 9.375H3.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 4.375V11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 9.375H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 4.375V11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),v9=o("key",[["path",{d:"M7.27888 9.59606C7.01025 8.92756 6.87306 8.21344 6.875 7.49294C6.875 4.4789 9.30312 1.97422 12.3156 1.87812C13.0852 1.85247 13.8518 1.98509 14.5681 2.26775C15.2843 2.55043 15.9348 2.97714 16.4794 3.52145C17.0241 4.06577 17.4511 4.7161 17.7341 5.43217C18.0172 6.14824 18.1502 6.91481 18.125 7.68437C18.0258 10.6969 15.5211 13.125 12.507 13.125C11.7866 13.1269 11.0724 12.9897 10.4039 12.7211L9.375 13.75H7.5V15.625H5.625V17.5H3.125C2.95924 17.5 2.80027 17.4341 2.68306 17.3169C2.56585 17.1997 2.5 17.0407 2.5 16.875V14.6336C2.50007 14.4681 2.56583 14.3093 2.68281 14.1922L7.27888 9.59606Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.0625 7.03125C14.6666 7.03125 15.1562 6.54156 15.1562 5.9375C15.1562 5.33344 14.6666 4.84375 14.0625 4.84375C13.4584 4.84375 12.9688 5.33344 12.9688 5.9375C12.9688 6.54156 13.4584 7.03125 14.0625 7.03125Z",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),x9=o("keyboard",[["path",{d:"M17.5 4.375H2.5C2.15482 4.375 1.875 4.65482 1.875 5V15C1.875 15.3452 2.15482 15.625 2.5 15.625H17.5C17.8452 15.625 18.125 15.3452 18.125 15V5C18.125 4.65482 17.8452 4.375 17.5 4.375Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 10H15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 7.5H15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 12.5H5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 12.5H12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15 12.5H15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),g9=o("keyhole",[["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.75 10.9156C8.27338 10.6404 7.90094 10.2156 7.69031 9.70718C7.47969 9.19874 7.44275 8.63499 7.58519 8.10343C7.72763 7.5718 8.0415 7.10211 8.47813 6.76705C8.91469 6.43205 9.44969 6.25049 10 6.25049C10.5503 6.25049 11.0853 6.43205 11.5219 6.76705C11.9585 7.10211 12.2724 7.5718 12.4148 8.10343C12.5573 8.63499 12.5203 9.19874 12.3097 9.70718C12.0991 10.2156 11.7266 10.6404 11.25 10.9156L12.5 13.7499H7.5L8.75 10.9156Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Z9=o("key-return",[["path",{d:"M13.75 8.125V10.625H6.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 8.75L6.25 10.625L8.125 12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.875 3.75H3.125C2.77982 3.75 2.5 4.02982 2.5 4.375V15.625C2.5 15.9702 2.77982 16.25 3.125 16.25H16.875C17.2202 16.25 17.5 15.9702 17.5 15.625V4.375C17.5 4.02982 17.2202 3.75 16.875 3.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),m9=o("knife",[["path",{d:"M11.4062 7.03112L15.625 11.2499C15.625 11.2499 10 18.4374 1.875 16.5624L15.4844 2.95301C15.7744 2.66295 16.1679 2.5 16.5781 2.5C16.9884 2.5 17.3818 2.66295 17.6719 2.95301C17.9619 3.24311 18.1249 3.63653 18.1249 4.04676C18.1249 4.45699 17.9619 4.85043 17.6719 5.14051L13.5938 9.21862",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),f9=o("ladder",[["path",{d:"M14.375 3.125H6.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 3.125L3.125 16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 16.875L13.125 3.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.39746 10.625H10.3974",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.76172 6.875H11.7617",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.03467 14.375H9.03468",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.1875 5.70312L16.25 16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.71533 12.5H14.6591",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),y9=o("ladder-simple",[["path",{d:"M5 2.5V17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15 2.5V17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5 5.625H15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5 10H15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5 14.375H15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),P9=o("lamp",[["path",{d:"M5 3.125H15L18.75 11.875H1.25L5 3.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 11.875V16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 16.875H12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 11.875V15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),T9=o("lamp-pendant",[["path",{d:"M10 1.25V5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 13.75V14.375C7.5 15.0381 7.76338 15.6739 8.23225 16.1427C8.70106 16.6116 9.33694 16.875 10 16.875C10.6631 16.875 11.2989 16.6116 11.7677 16.1427C12.2366 15.6739 12.5 15.0381 12.5 14.375V13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 5.625C6.875 5.45924 6.94088 5.30027 7.05806 5.18306C7.17525 5.06585 7.33425 5 7.5 5H12.5C12.6657 5 12.8247 5.06585 12.9419 5.18306C13.0591 5.30027 13.125 5.45924 13.125 5.625V6.25C14.6057 6.86694 15.8706 7.90838 16.7604 9.24306C17.6502 10.5778 18.125 12.1459 18.125 13.75H1.875C1.875 12.1459 2.34981 10.5778 3.23959 9.24306C4.12938 7.90838 5.39431 6.86694 6.875 6.25V5.625Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),A9=o("laptop",[["path",{d:"M3.125 13.75V5.625C3.125 5.29348 3.25669 4.97554 3.49112 4.74112C3.72554 4.50669 4.04348 4.375 4.375 4.375H15.625C15.9565 4.375 16.2744 4.50669 16.5089 4.74112C16.7433 4.97554 16.875 5.29348 16.875 5.625V13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.875 13.75H18.125V15C18.125 15.3315 17.9933 15.6494 17.7589 15.8839C17.5244 16.1183 17.2065 16.25 16.875 16.25H3.125C2.79348 16.25 2.47554 16.1183 2.24112 15.8839C2.00669 15.6494 1.875 15.3315 1.875 15V13.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 6.875H8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),F9=o("lasso",[["path",{d:"M10 13.75C14.4873 13.75 18.125 11.5114 18.125 8.75C18.125 5.98857 14.4873 3.75 10 3.75C5.51269 3.75 1.875 5.98857 1.875 8.75C1.875 11.5114 5.51269 13.75 10 13.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 17.625C6.25 18.9297 10 17.625 10 14.3617C10 10.1696 5.2625 9.47894 4.48281 12.4203",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),D9=o("lastfm-logo",[["path",{d:"M8.48981 13.125C8.24656 13.6824 7.84594 14.1567 7.33706 14.4897C6.82819 14.8228 6.23318 15.0001 5.625 15H5C4.00544 15 3.05161 14.6049 2.34835 13.9016C1.64509 13.1984 1.25 12.2446 1.25 11.25V9.375C1.25 8.38044 1.64509 7.42662 2.34835 6.72337C3.05161 6.02009 4.00544 5.625 5 5.625H5.73672C6.45038 5.62494 7.14925 5.82854 7.75125 6.21187C8.35325 6.59519 8.83331 7.14237 9.13519 7.78906L11.4899 12.8359C11.7917 13.4826 12.2717 14.0298 12.8737 14.4131C13.4757 14.7964 14.1746 15.0001 14.8883 15H16.25C16.9131 15 17.5489 14.7366 18.0177 14.2677C18.4866 13.7989 18.75 13.1631 18.75 12.5C18.75 11.8369 18.4866 11.2011 18.0177 10.7323C17.5489 10.2634 16.9131 10 16.25 10H14.6875C14.1073 10 13.5509 9.76956 13.1407 9.35931C12.7304 8.94906 12.5 8.39269 12.5 7.8125C12.5 7.23231 12.7304 6.67594 13.1407 6.26569C13.5509 5.85547 14.1073 5.625 14.6875 5.625H16.25C16.7472 5.625 17.2242 5.82254 17.5758 6.17418C17.9274 6.52581 18.125 7.00275 18.125 7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),q9=o("layout",[["path",{d:"M8.125 8.125V16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 8.125H17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.875 3.75H3.125C2.77982 3.75 2.5 4.02982 2.5 4.375V15.625C2.5 15.9702 2.77982 16.25 3.125 16.25H16.875C17.2202 16.25 17.5 15.9702 17.5 15.625V4.375C17.5 4.02982 17.2202 3.75 16.875 3.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),R9=o("leaf",[["path",{d:"M4.98535 15.0148C1.24394 8.77966 6.23535 2.54449 16.8322 3.16792C17.4556 13.7679 11.2205 18.7562 4.98535 15.0148Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 7.5L3.125 16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),U9=o("lectern",[["path",{d:"M1.87496 10.625C1.76837 10.6251 1.66353 10.5979 1.57041 10.546C1.47729 10.4942 1.39897 10.4194 1.34292 10.3287C1.28687 10.238 1.25493 10.1346 1.25014 10.0281C1.24535 9.92156 1.26789 9.81562 1.31559 9.72031L4.44059 3.47031C4.49254 3.36648 4.5724 3.27917 4.6712 3.21818C4.77001 3.15718 4.88385 3.12492 4.99996 3.125H14.9999C15.1161 3.12492 15.2299 3.15718 15.3287 3.21818C15.4275 3.27917 15.5074 3.36648 15.5593 3.47031L18.6843 9.72031C18.732 9.81562 18.7546 9.92156 18.7498 10.0281C18.745 10.1346 18.7131 10.238 18.657 10.3287C18.6009 10.4194 18.5226 10.4942 18.4295 10.546C18.3364 10.5979 18.2316 10.6251 18.1249 10.625H1.87496Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.625 8.125H14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 10.625V16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 16.875H12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),N9=o("lego",[["path",{d:"M6.25 12.5V17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 9.375C7.63069 9.375 8.75 8.67544 8.75 7.8125C8.75 6.94956 7.63069 6.25 6.25 6.25C4.86929 6.25 3.75 6.94956 3.75 7.8125C3.75 8.67544 4.86929 9.375 6.25 9.375Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 6.25C13.8807 6.25 15 5.55044 15 4.6875C15 3.82456 13.8807 3.125 12.5 3.125C11.1193 3.125 10 3.82456 10 4.6875C10 5.55044 11.1193 6.25 12.5 6.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.25 9.99994L6.25 12.4999L18.75 6.24995L14.9398 4.34448",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.3271 5.46069L7.93408 6.65757",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M18.75 6.25V11.25L6.25 17.5L1.25 15V10L4.07734 8.58594",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),G9=o("lego-smiley",[["path",{d:"M7.8125 9.53125C8.244 9.53125 8.59375 9.1815 8.59375 8.75C8.59375 8.3185 8.244 7.96875 7.8125 7.96875C7.381 7.96875 7.03125 8.3185 7.03125 8.75C7.03125 9.1815 7.381 9.53125 7.8125 9.53125Z",fill:"currentColor",stroke:"none"}],["path",{d:"M12.1875 9.53125C12.619 9.53125 12.9688 9.1815 12.9688 8.75C12.9688 8.3185 12.619 7.96875 12.1875 7.96875C11.756 7.96875 11.4062 8.3185 11.4062 8.75C11.4062 9.1815 11.756 9.53125 12.1875 9.53125Z",fill:"currentColor",stroke:"none"}],["path",{d:"M12.1875 11.875C11.531 12.2835 10.7733 12.5 10 12.5C9.22675 12.5 8.469 12.2835 7.8125 11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 4.375H5.625C4.58947 4.375 3.75 5.21447 3.75 6.25V13.75C3.75 14.7856 4.58947 15.625 5.625 15.625H14.375C15.4106 15.625 16.25 14.7856 16.25 13.75V6.25C16.25 5.21447 15.4106 4.375 14.375 4.375Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 4.375V2.5C7.5 2.33424 7.56588 2.17527 7.68306 2.05806C7.80025 1.94085 7.95925 1.875 8.125 1.875H11.875C12.0407 1.875 12.1997 1.94085 12.3169 2.05806C12.4341 2.17527 12.5 2.33424 12.5 2.5V4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.625 15.625V17.5C5.625 17.6657 5.69085 17.8247 5.80806 17.9419C5.92527 18.0591 6.08424 18.125 6.25 18.125H13.75C13.9157 18.125 14.0747 18.0591 14.1919 17.9419C14.3091 17.8247 14.375 17.6657 14.375 17.5V15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),z9=o("less-than",[["path",{d:"M15.625 4.375L3.75 10L15.625 15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),E9=o("less-than-or-equal",[["path",{d:"M15.625 3.75L3.75 8.125L15.625 12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 15.625H3.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),O9=o("letter-circle-h",[["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 6.875V13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 6.875V13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 10H12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),W9=o("letter-circle-p",[["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 11.25H10.625C11.2052 11.25 11.7616 11.0196 12.1718 10.6093C12.5821 10.1991 12.8125 9.64269 12.8125 9.0625C12.8125 8.48231 12.5821 7.92594 12.1718 7.51569C11.7616 7.10544 11.2052 6.875 10.625 6.875H8.125V13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),I9=o("letter-circle-v",[["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 7.5L10 13.75L7.5 7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),X9=o("lifebuoy",[["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 13.125C11.7259 13.125 13.125 11.7259 13.125 10C13.125 8.27413 11.7259 6.875 10 6.875C8.27413 6.875 6.875 8.27413 6.875 10C6.875 11.7259 8.27413 13.125 10 13.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.79053 7.79052L4.69678 4.69678",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.2095 7.79052L15.3032 4.69678",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.2095 12.2095L15.3032 15.3032",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.79053 12.2095L4.69678 15.3032",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),K9=o("lightbulb",[["path",{d:"M6.875 18.125H13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.14853 13.0468C5.40555 12.4663 4.80374 11.7251 4.38833 10.8788C3.97293 10.0324 3.75471 9.10288 3.7501 8.16007C3.73135 4.77254 6.46259 1.953 9.84934 1.87488C11.1618 1.84309 12.451 2.22543 13.534 2.96765C14.6169 3.70987 15.4387 4.77427 15.8826 6.00984C16.3265 7.24544 16.37 8.58938 16.007 9.85113C15.644 11.1128 14.8929 12.2282 13.8603 13.0389C13.6325 13.2156 13.4479 13.4417 13.3205 13.7003C13.1932 13.9588 13.1263 14.2429 13.1251 14.5311V14.9999C13.1251 15.1656 13.0593 15.3246 12.942 15.4418C12.8248 15.559 12.6658 15.6249 12.5001 15.6249H7.50009C7.33434 15.6249 7.17534 15.559 7.05815 15.4418C6.94096 15.3246 6.87509 15.1656 6.87509 14.9999V14.5311C6.87478 14.2448 6.80921 13.9622 6.68328 13.705C6.5574 13.4478 6.37453 13.2227 6.14853 13.0468Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.625 4.375C12.1875 4.63828 13.4851 5.9375 13.75 7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),J9=o("lightbulb-filament",[["path",{d:"M6.875 18.125H13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 15.625V11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 8.75L10 11.25L12.5 8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.14853 13.0468C5.40555 12.4663 4.80374 11.7251 4.38833 10.8788C3.97293 10.0324 3.75471 9.10288 3.7501 8.16007C3.73135 4.77254 6.46259 1.953 9.84934 1.87488C11.1618 1.84309 12.451 2.22543 13.534 2.96765C14.6169 3.70987 15.4387 4.77427 15.8826 6.00984C16.3265 7.24544 16.37 8.58938 16.007 9.85113C15.644 11.1128 14.8929 12.2282 13.8603 13.0389C13.6325 13.2156 13.4479 13.4417 13.3205 13.7003C13.1932 13.9588 13.1263 14.2429 13.1251 14.5311V14.9999C13.1251 15.1656 13.0593 15.3246 12.942 15.4418C12.8248 15.559 12.6658 15.6249 12.5001 15.6249H7.50009C7.33434 15.6249 7.17534 15.559 7.05815 15.4418C6.94096 15.3246 6.87509 15.1656 6.87509 14.9999V14.5311C6.87478 14.2448 6.80921 13.9622 6.68328 13.705C6.5574 13.4478 6.37453 13.2227 6.14853 13.0468Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Q9=o("lighthouse",[["path",{d:"M6.25 4.375H13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.24989 4.37499L4.9999 16.8156C4.9916 16.9026 5.00161 16.9902 5.02929 17.0731C5.05696 17.1559 5.10167 17.232 5.16056 17.2964C5.21945 17.3609 5.29119 17.4124 5.37117 17.4474C5.45114 17.4825 5.53757 17.5004 5.6249 17.5H14.3749C14.4622 17.5004 14.5486 17.4825 14.6286 17.4474C14.7086 17.4124 14.7803 17.3609 14.8392 17.2964C14.8981 17.232 14.9428 17.1559 14.9705 17.0731C14.9982 16.9902 15.0082 16.9026 14.9999 16.8156L13.7499 4.37499L10.3999 1.39452C10.2876 1.30098 10.1461 1.24976 9.99989 1.24976C9.85377 1.24976 9.71221 1.30098 9.59989 1.39452L6.24989 4.37499Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 6.875V8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 6.875V8.75H3.75V6.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.37256 13.125H14.6273",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Y9=o("lightning",[["path",{d:"M12.5 1.25L11.25 7.5L16.25 9.375L7.5 18.75L8.75 12.5L3.75 10.625L12.5 1.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),_9=o("lightning-a",[["path",{d:"M9.9375 1.875L8.75 6.875L13.125 8.83906L5.6875 16.875L6.875 11.875L2.5 9.91094L9.9375 1.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M18.125 16.875L15.3125 11.25L12.5 16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.1875 15H13.4375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),$9=o("lightning-slash",[["path",{d:"M3.75 3.125L16.25 16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.91553 5.09063L12.4999 1.25L11.2499 7.5L16.2499 9.375L14.5077 11.2422",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.7961 13.0759L7.5 18.7501L8.75 12.5001L3.75 10.6251L7.20388 6.92432",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),os=o("line-segment",[["path",{d:"M5 16.875C6.03553 16.875 6.875 16.0356 6.875 15C6.875 13.9644 6.03553 13.125 5 13.125C3.96447 13.125 3.125 13.9644 3.125 15C3.125 16.0356 3.96447 16.875 5 16.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15 6.875C16.0356 6.875 16.875 6.03553 16.875 5C16.875 3.96447 16.0356 3.125 15 3.125C13.9644 3.125 13.125 3.96447 13.125 5C13.125 6.03553 13.9644 6.875 15 6.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.6741 6.32568L6.32568 13.6741",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),rs=o("line-segments",[["path",{d:"M3.125 17.5C4.16053 17.5 5 16.6606 5 15.625C5 14.5894 4.16053 13.75 3.125 13.75C2.08947 13.75 1.25 14.5894 1.25 15.625C1.25 16.6606 2.08947 17.5 3.125 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 9.375C8.53556 9.375 9.375 8.53556 9.375 7.5C9.375 6.46444 8.53556 5.625 7.5 5.625C6.46444 5.625 5.625 6.46444 5.625 7.5C5.625 8.53556 6.46444 9.375 7.5 9.375Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 14.375C13.5356 14.375 14.375 13.5356 14.375 12.5C14.375 11.4644 13.5356 10.625 12.5 10.625C11.4644 10.625 10.625 11.4644 10.625 12.5C10.625 13.5356 11.4644 14.375 12.5 14.375Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.875 6.25C17.9106 6.25 18.75 5.41053 18.75 4.375C18.75 3.33947 17.9106 2.5 16.875 2.5C15.8394 2.5 15 3.33947 15 4.375C15 5.41053 15.8394 6.25 16.875 6.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.61103 9.15063L4.01416 13.9741",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.1741 11.1741L8.82568 8.82568",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.986 6.02563L13.3892 10.8491",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),es=o("line-vertical",[["path",{d:"M10 1.875V18.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),ns=o("link",[["path",{d:"M11.0454 5.05347L11.9048 4.19409C12.243 3.85577 12.6446 3.5874 13.0865 3.4043C13.5285 3.2212 14.0022 3.12695 14.4806 3.12695C14.959 3.12695 15.4326 3.2212 15.8746 3.4043C16.3166 3.5874 16.7181 3.85577 17.0563 4.19409C17.3946 4.53232 17.663 4.93387 17.8461 5.37583C18.0293 5.81778 18.1235 6.2915 18.1235 6.76987C18.1235 7.24825 18.0293 7.72193 17.8461 8.16393C17.663 8.60587 17.3946 9.00743 17.0563 9.34568L15.1516 11.2503L14.3438 12.0581C14.0053 12.3968 13.6031 12.6654 13.1606 12.8486C12.7181 13.0316 12.2438 13.1257 11.7649 13.1254C11.286 13.125 10.8118 13.0302 10.3696 12.8464C9.92739 12.6626 9.52571 12.3934 9.18758 12.0542C8.83764 11.7044 8.56289 11.2867 8.38014 10.8269C8.19746 10.367 8.11064 9.87462 8.12508 9.38",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.95463 14.9468L8.09525 15.8062C7.75663 16.1449 7.35457 16.4134 6.912 16.5966C6.4695 16.7797 5.99522 16.8737 5.5163 16.8734C5.03739 16.8731 4.56324 16.7782 4.121 16.5944C3.67875 16.4107 3.27709 16.1415 2.93899 15.8023C2.25773 15.1187 1.87559 14.1926 1.87647 13.2275C1.87735 12.2624 2.26117 11.3371 2.94368 10.6546L5.65618 7.94213C5.9944 7.60381 6.39594 7.33544 6.83794 7.15237C7.27988 6.96925 7.75357 6.875 8.23194 6.875C8.71032 6.875 9.18407 6.96925 9.626 7.15237C10.0679 7.33544 10.4695 7.60381 10.8078 7.94213C11.1591 8.29194 11.4351 8.71006 11.6187 9.17069C11.8023 9.63131 11.8894 10.1246 11.8749 10.6202",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),ts=o("link-break",[["path",{d:"M15 9.37494L15.9594 8.45932C16.5286 7.86994 16.8436 7.08057 16.8365 6.26119C16.8294 5.44181 16.5007 4.65802 15.9213 4.07862C15.3419 3.49922 14.5581 3.17057 13.7388 3.16345C12.9194 3.15633 12.13 3.47131 11.5406 4.04055L10.625 4.99993",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.00017 10.625L4.0408 11.5406C3.47155 12.13 3.15657 12.9194 3.16369 13.7388C3.17081 14.5581 3.49947 15.3419 4.07887 15.9213C4.65827 16.5007 5.44205 16.8294 6.26144 16.8365C7.08081 16.8436 7.87019 16.5286 8.45956 15.9594L9.37519 15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15 12.5H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 7.5H5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 15V16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 3.125V5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),ss=o("linkedin-logo",[["path",{d:"M16.875 2.5H3.125C2.77982 2.5 2.5 2.77982 2.5 3.125V16.875C2.5 17.2202 2.77982 17.5 3.125 17.5H16.875C17.2202 17.5 17.5 17.2202 17.5 16.875V3.125C17.5 2.77982 17.2202 2.5 16.875 2.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.375 8.75V13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 8.75V13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.375 10.9375C9.375 10.3573 9.60544 9.80094 10.0157 9.39069C10.4259 8.98044 10.9823 8.75 11.5625 8.75C12.1427 8.75 12.6991 8.98044 13.1093 9.39069C13.5196 9.80094 13.75 10.3573 13.75 10.9375V13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 7.34375C7.3065 7.34375 7.65625 6.994 7.65625 6.5625C7.65625 6.13102 7.3065 5.78125 6.875 5.78125C6.4435 5.78125 6.09375 6.13102 6.09375 6.5625C6.09375 6.994 6.4435 7.34375 6.875 7.34375Z",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),is=o("link-simple",[["path",{d:"M7.5 12.5L12.5 7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.75 5.94622L11.0984 3.60247C11.8036 2.90867 12.7544 2.52163 13.7437 2.52567C14.7329 2.52969 15.6806 2.92446 16.3801 3.62398C17.0796 4.3235 17.4744 5.2711 17.4784 6.26037C17.4824 7.24962 17.0954 8.20043 16.4016 8.90562L14.0531 11.2501",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.94598 8.75L3.60223 11.0984C2.90843 11.8036 2.5214 12.7544 2.52542 13.7437C2.52945 14.7329 2.92422 15.6806 3.62374 16.3801C4.32326 17.0796 5.27086 17.4744 6.2601 17.4784C7.24941 17.4824 8.20016 17.0954 8.90535 16.4016L11.2499 14.0531",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Cs=o("link-simple-break",[["path",{d:"M8.75 5.94622L11.0984 3.60247C11.8036 2.90867 12.7544 2.52163 13.7437 2.52567C14.7329 2.52969 15.6806 2.92446 16.3801 3.62398C17.0796 4.3235 17.4744 5.2711 17.4784 6.26037C17.4824 7.24962 17.0954 8.20043 16.4016 8.90562L14.0531 11.2501",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.94598 8.75L3.60223 11.0984C2.90843 11.8036 2.5214 12.7544 2.52542 13.7437C2.52945 14.7329 2.92422 15.6806 3.62374 16.3801C4.32326 17.0796 5.27086 17.4744 6.2601 17.4784C7.24941 17.4824 8.20016 17.0954 8.90535 16.4016L11.2499 14.0531",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),us=o("link-simple-horizontal",[["path",{d:"M6.25 10H13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 13.75H5C4.00544 13.75 3.05161 13.3549 2.34835 12.6516C1.64509 11.9484 1.25 10.9946 1.25 10C1.25 9.00544 1.64509 8.05162 2.34835 7.34837C3.05161 6.64506 4.00544 6.25 5 6.25H8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 6.25H15C15.9946 6.25 16.9484 6.64506 17.6516 7.34837C18.3549 8.05162 18.75 9.00544 18.75 10C18.75 10.9946 18.3549 11.9484 17.6516 12.6516C16.9484 13.3549 15.9946 13.75 15 13.75H11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),ks=o("link-simple-horizontal-break",[["path",{d:"M8.125 13.75H5C4.00544 13.75 3.05161 13.3549 2.34835 12.6516C1.64509 11.9484 1.25 10.9946 1.25 10C1.25 9.00544 1.64509 8.05162 2.34835 7.34837C3.05161 6.64506 4.00544 6.25 5 6.25H8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 6.25H15C15.9946 6.25 16.9484 6.64506 17.6516 7.34837C18.3549 8.05162 18.75 9.00544 18.75 10C18.75 10.9946 18.3549 11.9484 17.6516 12.6516C16.9484 13.3549 15.9946 13.75 15 13.75H11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),as=o("linktree-logo",[["path",{d:"M10 12.5V18.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 3.75L5.625 12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 12.5L5.625 3.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 8.125H3.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 1.875V7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),ds=o("linux-logo",[["path",{d:"M2.5 16.25C2.5 16.25 5 13.125 5 6.875C5 5.54892 5.52678 4.27715 6.46444 3.33947C7.40212 2.40178 8.67394 1.875 10 1.875C11.3261 1.875 12.5979 2.40178 13.5356 3.33947C14.4732 4.27715 15 5.54892 15 6.875C15 13.125 17.5 16.25 17.5 16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.8125 8.59375C8.244 8.59375 8.59375 8.244 8.59375 7.8125C8.59375 7.381 8.244 7.03125 7.8125 7.03125C7.381 7.03125 7.03125 7.381 7.03125 7.8125C7.03125 8.244 7.381 8.59375 7.8125 8.59375Z",fill:"currentColor",stroke:"none"}],["path",{d:"M12.1875 8.59375C12.619 8.59375 12.9688 8.244 12.9688 7.8125C12.9688 7.381 12.619 7.03125 12.1875 7.03125C11.756 7.03125 11.4062 7.381 11.4062 7.8125C11.4062 8.244 11.756 8.59375 12.1875 8.59375Z",fill:"currentColor",stroke:"none"}],["path",{d:"M12.5 10.625L10 11.875L7.5 10.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 16.25C7.5 15.1289 8.66481 14.375 10 14.375C11.3352 14.375 12.5 15.1289 13.125 16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),cs=o("list",[["path",{d:"M3.125 10H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 5H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 15H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Ls=o("list-bullets",[["path",{d:"M6.875 5H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 10H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 15H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.4375 5.78125C3.86898 5.78125 4.21875 5.43148 4.21875 5C4.21875 4.56852 3.86898 4.21875 3.4375 4.21875C3.00602 4.21875 2.65625 4.56852 2.65625 5C2.65625 5.43148 3.00602 5.78125 3.4375 5.78125Z",fill:"currentColor",stroke:"none"}],["path",{d:"M3.4375 15.7812C3.86898 15.7812 4.21875 15.4315 4.21875 15C4.21875 14.5685 3.86898 14.2188 3.4375 14.2188C3.00602 14.2188 2.65625 14.5685 2.65625 15C2.65625 15.4315 3.00602 15.7812 3.4375 15.7812Z",fill:"currentColor",stroke:"none"}],["path",{d:"M3.4375 10.7812C3.86898 10.7812 4.21875 10.4315 4.21875 10C4.21875 9.5685 3.86898 9.21875 3.4375 9.21875C3.00602 9.21875 2.65625 9.5685 2.65625 10C2.65625 10.4315 3.00602 10.7812 3.4375 10.7812Z",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),ps=o("list-checks",[["path",{d:"M10 10H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 5H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 15H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 5L4.375 6.25L6.875 3.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 10L4.375 11.25L6.875 8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 15L4.375 16.25L6.875 13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),ls=o("list-dashes",[["path",{d:"M7.5 5H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 10H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 15H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 5H4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 10H4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 15H4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),hs=o("list-heart",[["path",{d:"M3.125 5H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 10H8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 15H9.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15 11.25C15 10.7528 15.1976 10.2758 15.5492 9.92419C15.9008 9.57256 16.3778 9.375 16.875 9.375C17.3722 9.375 17.8492 9.57256 18.2008 9.92419C18.5524 10.2758 18.75 10.7528 18.75 11.25C18.75 13.75 15 15.625 15 15.625C15 15.625 11.25 13.75 11.25 11.25C11.25 10.7528 11.4476 10.2758 11.7992 9.92419C12.1508 9.57256 12.6278 9.375 13.125 9.375C13.6222 9.375 14.0992 9.57256 14.4508 9.92419C14.8024 10.2758 15 10.7528 15 11.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Ms=o("list-magnifying-glass",[["path",{d:"M3.125 5H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 10H8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 15H10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 13.75C15.7557 13.75 16.875 12.6307 16.875 11.25C16.875 9.86931 15.7557 8.75 14.375 8.75C12.9943 8.75 11.875 9.86931 11.875 11.25C11.875 12.6307 12.9943 13.75 14.375 13.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.1431 13.0181L18.1251 15.0001",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),js=o("list-numbers",[["path",{d:"M8.125 10H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 5H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 15H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 8.125V3.125L3.125 3.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.625 16.2498H3.125L5.36563 13.2522C5.46726 13.1219 5.54151 12.9724 5.58389 12.8127C5.62629 12.653 5.63596 12.4864 5.61231 12.3228C5.58866 12.1593 5.5322 12.0022 5.44631 11.8611C5.36042 11.7199 5.24688 11.5976 5.1125 11.5014C4.83867 11.3015 4.49804 11.2155 4.16212 11.2613C3.8262 11.3072 3.52113 11.4815 3.31094 11.7475C3.23187 11.8491 3.16914 11.9625 3.125 12.0835",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Hs=o("list-plus",[["path",{d:"M3.125 5.00049H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 10.0005H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 15.0005H11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 15.0005H18.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 13.1255V16.8755",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Bs=o("list-star",[["path",{d:"M3.125 5H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 10H7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 15H8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 13.6359L16.6929 15L16.0625 12.4539L18.125 10.7508L15.418 10.5422L14.375 8.125L13.332 10.5422L10.625 10.7508L12.6875 12.4539L12.0571 15L14.375 13.6359Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Vs=o("lock",[["path",{d:"M16.25 6.875H3.75C3.40482 6.875 3.125 7.15481 3.125 7.5V16.25C3.125 16.5952 3.40482 16.875 3.75 16.875H16.25C16.5952 16.875 16.875 16.5952 16.875 16.25V7.5C16.875 7.15481 16.5952 6.875 16.25 6.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 12.9688C10.6041 12.9688 11.0938 12.4791 11.0938 11.875C11.0938 11.2709 10.6041 10.7812 10 10.7812C9.39594 10.7812 8.90625 11.2709 8.90625 11.875C8.90625 12.4791 9.39594 12.9688 10 12.9688Z",fill:"currentColor",stroke:"none"}],["path",{d:"M6.875 6.875V4.375C6.875 3.5462 7.20425 2.75134 7.79031 2.16529C8.37631 1.57924 9.17119 1.25 10 1.25C10.8288 1.25 11.6237 1.57924 12.2097 2.16529C12.7957 2.75134 13.125 3.5462 13.125 4.375V6.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),ws=o("lockers",[["path",{d:"M10 3.125V17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 5.625H14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 8.125H14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.625 5.625H7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.625 8.125H7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 3.125H16.25C16.4157 3.125 16.5747 3.19085 16.6919 3.30806C16.8091 3.42527 16.875 3.58424 16.875 3.75V15.625H3.125V3.75C3.125 3.58424 3.19085 3.42527 3.30806 3.30806C3.42527 3.19085 3.58424 3.125 3.75 3.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 15.625V17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.875 15.625V17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),bs=o("lock-key",[["path",{d:"M16.25 6.875H3.75C3.40482 6.875 3.125 7.15481 3.125 7.5V16.25C3.125 16.5952 3.40482 16.875 3.75 16.875H16.25C16.5952 16.875 16.875 16.5952 16.875 16.25V7.5C16.875 7.15481 16.5952 6.875 16.25 6.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 6.875V4.375C6.875 3.5462 7.20425 2.75134 7.79031 2.16529C8.37631 1.57924 9.17119 1.25 10 1.25C10.8288 1.25 11.6237 1.57924 12.2097 2.16529C12.7957 2.75134 13.125 3.5462 13.125 4.375V6.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 12.5C10.8629 12.5 11.5625 11.8004 11.5625 10.9375C11.5625 10.0746 10.8629 9.375 10 9.375C9.13706 9.375 8.4375 10.0746 8.4375 10.9375C8.4375 11.8004 9.13706 12.5 10 12.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 12.5V14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Ss=o("lock-key-open",[["path",{d:"M16.25 6.875H3.75C3.40482 6.875 3.125 7.15481 3.125 7.5V16.25C3.125 16.5952 3.40482 16.875 3.75 16.875H16.25C16.5952 16.875 16.875 16.5952 16.875 16.25V7.5C16.875 7.15481 16.5952 6.875 16.25 6.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 6.875V4.375C6.875 3.5462 7.20425 2.75134 7.79031 2.16529C8.37631 1.57924 9.17119 1.25 10 1.25C11.5118 1.25 12.8351 2.32344 13.125 3.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 12.5C10.8629 12.5 11.5625 11.8004 11.5625 10.9375C11.5625 10.0746 10.8629 9.375 10 9.375C9.13706 9.375 8.4375 10.0746 8.4375 10.9375C8.4375 11.8004 9.13706 12.5 10 12.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 12.5V14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),vs=o("lock-laminated",[["path",{d:"M3.125 9.375H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 11.875H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 14.375H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 6.875H3.75C3.40482 6.875 3.125 7.15481 3.125 7.5V16.25C3.125 16.5952 3.40482 16.875 3.75 16.875H16.25C16.5952 16.875 16.875 16.5952 16.875 16.25V7.5C16.875 7.15481 16.5952 6.875 16.25 6.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 6.875V4.375C6.875 3.5462 7.20425 2.75134 7.79031 2.16529C8.37631 1.57924 9.17119 1.25 10 1.25C10.8288 1.25 11.6237 1.57924 12.2097 2.16529C12.7957 2.75134 13.125 3.5462 13.125 4.375V6.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),xs=o("lock-laminated-open",[["path",{d:"M3.125 9.375H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 11.875H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 14.375H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 6.875H3.75C3.40482 6.875 3.125 7.15481 3.125 7.5V16.25C3.125 16.5952 3.40482 16.875 3.75 16.875H16.25C16.5952 16.875 16.875 16.5952 16.875 16.25V7.5C16.875 7.15481 16.5952 6.875 16.25 6.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 6.875V4.375C6.875 3.5462 7.20425 2.75134 7.79031 2.16529C8.37631 1.57924 9.17119 1.25 10 1.25C11.5118 1.25 12.8351 2.32344 13.125 3.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),gs=o("lock-open",[["path",{d:"M16.25 6.875H3.75C3.40482 6.875 3.125 7.15481 3.125 7.5V16.25C3.125 16.5952 3.40482 16.875 3.75 16.875H16.25C16.5952 16.875 16.875 16.5952 16.875 16.25V7.5C16.875 7.15481 16.5952 6.875 16.25 6.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 12.9688C10.6041 12.9688 11.0938 12.4791 11.0938 11.875C11.0938 11.2709 10.6041 10.7812 10 10.7812C9.39594 10.7812 8.90625 11.2709 8.90625 11.875C8.90625 12.4791 9.39594 12.9688 10 12.9688Z",fill:"currentColor",stroke:"none"}],["path",{d:"M6.875 6.875V4.375C6.875 3.5462 7.20425 2.75134 7.79031 2.16529C8.37631 1.57924 9.17119 1.25 10 1.25C11.5118 1.25 12.8351 2.32344 13.125 3.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Zs=o("lock-simple",[["path",{d:"M16.25 6.875H3.75C3.40482 6.875 3.125 7.15481 3.125 7.5V16.25C3.125 16.5952 3.40482 16.875 3.75 16.875H16.25C16.5952 16.875 16.875 16.5952 16.875 16.25V7.5C16.875 7.15481 16.5952 6.875 16.25 6.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 6.875V4.375C6.875 3.5462 7.20425 2.75134 7.79031 2.16529C8.37631 1.57924 9.17119 1.25 10 1.25C10.8288 1.25 11.6237 1.57924 12.2097 2.16529C12.7957 2.75134 13.125 3.5462 13.125 4.375V6.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),ms=o("lock-simple-open",[["path",{d:"M16.25 6.875H3.75C3.40482 6.875 3.125 7.15481 3.125 7.5V16.25C3.125 16.5952 3.40482 16.875 3.75 16.875H16.25C16.5952 16.875 16.875 16.5952 16.875 16.25V7.5C16.875 7.15481 16.5952 6.875 16.25 6.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 6.875V4.375C6.875 3.5462 7.20425 2.75134 7.79031 2.16529C8.37631 1.57924 9.17119 1.25 10 1.25C11.5118 1.25 12.8351 2.32344 13.125 3.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),fs=o("log",[["path",{d:"M15.625 11.7188C16.2291 11.7188 16.7188 11.2291 16.7188 10.625C16.7188 10.0209 16.2291 9.53125 15.625 9.53125C15.0209 9.53125 14.5312 10.0209 14.5312 10.625C14.5312 11.2291 15.0209 11.7188 15.625 11.7188Z",fill:"currentColor",stroke:"none"}],["path",{d:"M15.625 15.625C17.3509 15.625 18.75 13.3864 18.75 10.625C18.75 7.86356 17.3509 5.625 15.625 5.625C13.8991 5.625 12.5 7.86356 12.5 10.625C12.5 13.3864 13.8991 15.625 15.625 15.625Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 5.625L10.625 2.5H13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 15.625H4.375C2.64922 15.625 1.25 13.3867 1.25 10.625C1.25 7.86331 2.64922 5.625 4.375 5.625H15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.34863 9.375H8.1252",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 12.5H12.7274",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),ys=o("magic-wand",[["path",{d:"M16.875 10.0002V13.7502",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15 11.8752H18.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 3.12524V6.87524",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 5.00024H8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 14.3752V16.8752",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 15.6252H14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 6.25024L13.75 8.75024",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.192 3.30806L3.30806 14.192C3.06398 14.4361 3.06398 14.8318 3.30806 15.0759L4.9239 16.6917C5.16799 16.9358 5.56371 16.9358 5.80779 16.6917L16.6917 5.80779C16.9358 5.56371 16.9358 5.16799 16.6917 4.92391L15.0758 3.30806C14.8318 3.06398 14.4361 3.06398 14.192 3.30806Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Ps=o("magnet",[["path",{d:"M2.05792 10.0689L4.29698 12.3079C4.35541 12.3663 4.42483 12.4126 4.50123 12.4439C4.57763 12.4754 4.6595 12.4913 4.7421 12.4909C4.8247 12.4904 4.9064 12.4736 4.98246 12.4414C5.05853 12.4092 5.12746 12.3623 5.18526 12.3033L9.94463 7.422C10.2918 7.07475 10.7613 6.8775 11.2523 6.87269C11.7433 6.86788 12.2165 7.05581 12.5704 7.39619C13.3274 8.12588 13.3095 9.36025 12.5665 10.1033L7.69857 14.8126C7.63907 14.8704 7.59169 14.9394 7.55913 15.0156C7.52663 15.0918 7.50957 15.1738 7.50894 15.2566C7.50838 15.3395 7.52431 15.4217 7.55575 15.4984C7.58725 15.575 7.63363 15.6447 7.69231 15.7033L9.93138 17.9423C10.0479 18.0588 10.2057 18.1245 10.3704 18.1253C10.5351 18.1259 10.6935 18.0616 10.8111 17.9462L15.6345 13.2251C18.0712 10.7884 18.1423 6.81888 15.7236 4.36418C15.1448 3.77652 14.4554 3.30924 13.6953 2.98926C12.935 2.66928 12.119 2.50293 11.2942 2.4998C10.4694 2.49668 9.65219 2.65684 8.88956 2.97106C8.12694 3.28528 7.43406 3.74733 6.85088 4.33058L2.05558 9.18763C1.93948 9.305 1.87456 9.46363 1.875 9.62875C1.87545 9.79381 1.9412 9.95206 2.05792 10.0689Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.0444 12.5447L13.153 15.6532",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.35693 6.85718L7.4655 9.96574",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Ts=o("magnet-straight",[["path",{d:"M3.75 7.5H8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 7.5H16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 11.25C8.125 11.7472 8.32256 12.2242 8.67419 12.5758C9.02581 12.9274 9.50275 13.125 10 13.125C10.4972 13.125 10.9742 12.9274 11.3258 12.5758C11.6774 12.2242 11.875 11.7472 11.875 11.25V4.375C11.875 4.20924 11.9409 4.05027 12.0581 3.93306C12.1753 3.81585 12.3343 3.75 12.5 3.75H15.625C15.7907 3.75 15.9497 3.81585 16.0669 3.93306C16.1841 4.05027 16.25 4.20924 16.25 4.375V11.1719C16.25 14.618 13.4937 17.4742 10.0477 17.5C9.22287 17.5063 8.40506 17.3492 7.64125 17.038C6.87744 16.7267 6.18283 16.2674 5.5974 15.6864C5.01198 15.1054 4.54734 14.4142 4.23027 13.6528C3.9132 12.8914 3.74998 12.0748 3.75 11.25V4.375C3.75 4.20924 3.81585 4.05027 3.93306 3.93306C4.05027 3.81585 4.20924 3.75 4.375 3.75H7.5C7.66575 3.75 7.82475 3.81585 7.94194 3.93306C8.05912 4.05027 8.125 4.20924 8.125 4.375V11.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),As=o("magnifying-glass",[["path",{d:"M8.75 15C12.2017 15 15 12.2017 15 8.75C15 5.29822 12.2017 2.5 8.75 2.5C5.29822 2.5 2.5 5.29822 2.5 8.75C2.5 12.2017 5.29822 15 8.75 15Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.1694 13.1697L17.4999 17.5001",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Fs=o("magnifying-glass-minus",[["path",{d:"M6.25 8.75H11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.75 15C12.2017 15 15 12.2017 15 8.75C15 5.29822 12.2017 2.5 8.75 2.5C5.29822 2.5 2.5 5.29822 2.5 8.75C2.5 12.2017 5.29822 15 8.75 15Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.1694 13.1697L17.4999 17.5001",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Ds=o("magnifying-glass-plus",[["path",{d:"M6.25 8.75H11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.75 15C12.2017 15 15 12.2017 15 8.75C15 5.29822 12.2017 2.5 8.75 2.5C5.29822 2.5 2.5 5.29822 2.5 8.75C2.5 12.2017 5.29822 15 8.75 15Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.1694 13.1697L17.4999 17.5001",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.75 6.25V11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),qs=o("mailbox",[["path",{d:"M7.5 11.875H4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 11.25V1.875H15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M18.125 13.75V9.0625C18.125 7.98506 17.697 6.95175 16.9351 6.18988C16.1733 5.42801 15.1399 5 14.0625 5H5.9375C7.01494 5 8.04825 5.42801 8.81012 6.18988C9.572 6.95175 10 7.98506 10 9.0625V14.375H17.5C17.6657 14.375 17.8247 14.3091 17.9419 14.1919C18.0591 14.0747 18.125 13.9157 18.125 13.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 17.5V14.375H2.5C2.33424 14.375 2.17527 14.3091 2.05806 14.1919C1.94085 14.0747 1.875 13.9157 1.875 13.75V9.0625C1.875 7.98506 2.30301 6.95175 3.06488 6.18988C3.82674 5.42801 4.86006 5 5.9375 5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Rs=o("map-pin",[["path",{d:"M10 10.625C11.3807 10.625 12.5 9.50569 12.5 8.125C12.5 6.74431 11.3807 5.625 10 5.625C8.61931 5.625 7.5 6.74431 7.5 8.125C7.5 9.50569 8.61931 10.625 10 10.625Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 8.125C16.25 13.75 10 18.125 10 18.125C10 18.125 3.75 13.75 3.75 8.125C3.75 6.46738 4.40848 4.87769 5.58058 3.70558C6.75269 2.53348 8.34238 1.875 10 1.875C11.6576 1.875 13.2473 2.53348 14.4194 3.70558C15.5915 4.87769 16.25 6.46738 16.25 8.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Us=o("map-pin-area",[["path",{d:"M10 7.34375C10.6041 7.34375 11.0938 6.85406 11.0938 6.25C11.0938 5.64594 10.6041 5.15625 10 5.15625C9.39594 5.15625 8.90625 5.64594 8.90625 6.25C8.90625 6.85406 9.39594 7.34375 10 7.34375Z",fill:"currentColor",stroke:"none"}],["path",{d:"M14.375 6.25C14.375 10.625 10 13.125 10 13.125C10 13.125 5.625 10.625 5.625 6.25C5.625 5.08967 6.08594 3.97688 6.90644 3.15641C7.72687 2.33594 8.83969 1.875 10 1.875C11.1603 1.875 12.2731 2.33594 13.0936 3.15641C13.9141 3.97688 14.375 5.08967 14.375 6.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 12.1204C17.1656 12.6891 18.125 13.4891 18.125 14.375C18.125 16.1008 14.4875 17.5 10 17.5C5.5125 17.5 1.875 16.1008 1.875 14.375C1.875 13.4891 2.83438 12.6891 4.375 12.1204",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Ns=o("map-pin-line",[["path",{d:"M4.375 18.125H15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 10.625C11.3807 10.625 12.5 9.50569 12.5 8.125C12.5 6.74431 11.3807 5.625 10 5.625C8.61931 5.625 7.5 6.74431 7.5 8.125C7.5 9.50569 8.61931 10.625 10 10.625Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 8.125C16.25 13.75 10 18.125 10 18.125C10 18.125 3.75 13.75 3.75 8.125C3.75 6.46738 4.40848 4.87769 5.58058 3.70558C6.75269 2.53348 8.34238 1.875 10 1.875C11.6576 1.875 13.2473 2.53348 14.4194 3.70558C15.5915 4.87769 16.25 6.46738 16.25 8.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Gs=o("map-pin-plus",[["path",{d:"M10 5.625V10.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 8.125H12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 8.125C16.25 13.75 10 18.125 10 18.125C10 18.125 3.75 13.75 3.75 8.125C3.75 6.46738 4.40848 4.87769 5.58058 3.70558C6.75269 2.53348 8.34238 1.875 10 1.875C11.6576 1.875 13.2473 2.53348 14.4194 3.70558C15.5915 4.87769 16.25 6.46738 16.25 8.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),zs=o("map-pin-simple",[["path",{d:"M10 9.375C12.0711 9.375 13.75 7.69606 13.75 5.625C13.75 3.55393 12.0711 1.875 10 1.875C7.92894 1.875 6.25 3.55393 6.25 5.625C6.25 7.69606 7.92894 9.375 10 9.375Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 18.125V9.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Es=o("map-pin-simple-area",[["path",{d:"M10 7.5C11.3807 7.5 12.5 6.38069 12.5 5C12.5 3.61929 11.3807 2.5 10 2.5C8.61931 2.5 7.5 3.61929 7.5 5C7.5 6.38069 8.61931 7.5 10 7.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 7.5V13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 10.865C16.0609 11.3337 18.125 12.4501 18.125 13.7501C18.125 15.4759 14.4875 16.8751 10 16.8751C5.5125 16.8751 1.875 15.4759 1.875 13.7501C1.875 12.4501 3.93906 11.3353 6.875 10.865",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Os=o("map-pin-simple-line",[["path",{d:"M10 10C12.0711 10 13.75 8.32106 13.75 6.25C13.75 4.17893 12.0711 2.5 10 2.5C7.92894 2.5 6.25 4.17893 6.25 6.25C6.25 8.32106 7.92894 10 10 10Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 16.875V10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 16.875H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Ws=o("map-trifold",[["path",{d:"M7.5 14.375V3.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 5.625V16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 14.375L2.5 15.625V4.375L7.5 3.125L12.5 5.625L17.5 4.375V15.625L12.5 16.875L7.5 14.375Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Is=o("markdown-logo",[["path",{d:"M18.125 4.375H1.875C1.52982 4.375 1.25 4.65482 1.25 5V15C1.25 15.3452 1.52982 15.625 1.875 15.625H18.125C18.4702 15.625 18.75 15.3452 18.75 15V5C18.75 4.65482 18.4702 4.375 18.125 4.375Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 11.875V8.125L6.875 10.625L9.375 8.125V11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 8.125V11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 10L13.75 11.875L11.875 10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Xs=o("marker-circle",[["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 16.4969V13.75C13.75 13.5843 13.6841 13.4253 13.5669 13.3081C13.4497 13.1909 13.2907 13.125 13.125 13.125H6.875C6.70925 13.125 6.55025 13.1909 6.43306 13.3081C6.31588 13.4253 6.25 13.5843 6.25 13.75V16.4969",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 13.125V11.25C7.5 11.0843 7.56588 10.9253 7.68306 10.8081C7.80025 10.6909 7.95925 10.625 8.125 10.625H11.875C12.0407 10.625 12.1997 10.6909 12.3169 10.8081C12.4341 10.9253 12.5 11.0843 12.5 11.25V13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.5501 10.6251L10.6126 6.12271C10.4743 5.45942 9.52741 5.45942 9.38916 6.12271L8.45166 10.6251",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Ks=o("martini",[["path",{d:"M1.875 3.125H18.125L10 11.25L1.875 3.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 11.25V16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 16.875H13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 5.625H15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Js=o("mask-happy",[["path",{d:"M11.25 10C11.5929 9.61644 12.257 9.375 12.8125 9.375C13.368 9.375 14.0321 9.61644 14.375 10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.625 10C5.96797 9.61644 6.632 9.375 7.1875 9.375C7.743 9.375 8.40706 9.61644 8.75 10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.6842 13.125C12.355 13.5166 11.9441 13.8313 11.4804 14.0473C11.0167 14.2633 10.5113 14.3752 9.9998 14.3752C9.48824 14.3752 8.98287 14.2633 8.51918 14.0473C8.05543 13.8313 7.64462 13.5166 7.31543 13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.875 3.74983C16.8751 3.6482 16.8505 3.54807 16.8032 3.45812C16.7559 3.36817 16.6874 3.29112 16.6036 3.23363C16.5198 3.17614 16.4232 3.13995 16.3223 3.12821C16.2213 3.11647 16.119 3.12952 16.0242 3.16623C14.8437 3.62561 12.5695 4.35217 10 4.35217C7.4305 4.35217 5.15625 3.62561 3.97578 3.1678C3.88114 3.13113 3.77899 3.11807 3.67817 3.12973C3.57734 3.1414 3.48087 3.17744 3.39711 3.23475C3.31334 3.29205 3.24478 3.3689 3.19737 3.45865C3.14996 3.54839 3.12512 3.64833 3.125 3.74983V8.10688C3.125 13.6404 6.20313 18.1248 10 18.1248C13.7969 18.1248 16.875 13.6404 16.875 8.10844V3.74983Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Qs=o("mask-sad",[["path",{d:"M11.875 14.375C11.2813 13.9804 10.7664 13.75 10 13.75C9.23356 13.75 8.71875 13.9804 8.125 14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 9.375C11.5929 9.75856 12.257 10 12.8125 10C13.368 10 14.0321 9.75856 14.375 9.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.875 3.74983C16.8751 3.6482 16.8505 3.54807 16.8032 3.45812C16.7559 3.36817 16.6874 3.29112 16.6036 3.23363C16.5198 3.17614 16.4232 3.13995 16.3223 3.12821C16.2213 3.11647 16.119 3.12952 16.0242 3.16623C14.8437 3.62561 12.5695 4.35217 10 4.35217C7.4305 4.35217 5.15625 3.62561 3.97578 3.1678C3.88114 3.13113 3.77899 3.11807 3.67817 3.12973C3.57734 3.1414 3.48087 3.17744 3.39711 3.23475C3.31334 3.29205 3.24478 3.3689 3.19737 3.45865C3.14996 3.54839 3.12512 3.64833 3.125 3.74983V8.10688C3.125 13.6404 6.20313 18.1248 10 18.1248C13.7969 18.1248 16.875 13.6404 16.875 8.10844V3.74983Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.625 9.375C5.96797 9.75856 6.632 10 7.1875 10C7.743 10 8.40706 9.75856 8.75 9.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Ys=o("mastodon-logo",[["path",{d:"M12.5 17.5H5.625C4.96196 17.5 4.32607 17.2366 3.85723 16.7677C3.38839 16.2989 3.125 15.6631 3.125 15V5.625C3.125 4.96196 3.38839 4.32607 3.85723 3.85723C4.32607 3.38839 4.96196 3.125 5.625 3.125H14.375C15.0381 3.125 15.6739 3.38839 16.1427 3.85723C16.6116 4.32607 16.875 4.96196 16.875 5.625V11.25C16.875 11.9131 16.6116 12.5489 16.1427 13.0177C15.6739 13.4866 15.0381 13.75 14.375 13.75H3.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 10.625V8.125C10 7.62775 9.80244 7.15081 9.45081 6.79919C9.09919 6.44756 8.62225 6.25 8.125 6.25C7.62775 6.25 7.15081 6.44756 6.79919 6.79919C6.44756 7.15081 6.25 7.62775 6.25 8.125V10.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 10.625V8.125C13.75 7.62775 13.5524 7.15081 13.2008 6.79919C12.8492 6.44756 12.3722 6.25 11.875 6.25C11.3778 6.25 10.9008 6.44756 10.5492 6.79919C10.1976 7.15081 10 7.62775 10 8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),_s=o("math-operations",[["path",{d:"M3.125 5.625H8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.625 11.875V16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 14.375H8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 13.125H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 15.625H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 3.75L16.25 7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 3.75L12.5 7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),$s=o("matrix-logo",[["path",{d:"M5 3.125H3.125V16.875H5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15 3.125H16.875V16.875H15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 12.5V9.375C10 8.87775 9.80244 8.40081 9.45081 8.04919C9.09919 7.69756 8.62225 7.5 8.125 7.5C7.62775 7.5 7.15081 7.69756 6.79919 8.04919C6.44756 8.40081 6.25 8.87775 6.25 9.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 12.5V9.375C13.75 8.87775 13.5524 8.40081 13.2008 8.04919C12.8492 7.69756 12.3722 7.5 11.875 7.5C11.3778 7.5 10.9008 7.69756 10.5492 8.04919C10.1976 8.40081 10 8.87775 10 9.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 7.5V12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),oi=o("max-logo",[["path",{d:"M9.72241 2.01129C4.95631 2.26119 1.81013 6.01197 2.00891 10.7417C2.09573 12.812 2.92511 14.5934 3.12161 16.5582C3.17187 17.0672 3.02564 17.6954 3.61056 17.9177C4.33027 18.1906 5.43383 17.732 6.03702 17.3125C6.24265 17.1726 6.43915 17.0099 6.58994 16.8081C7.2137 17.2231 7.80546 17.6243 8.54802 17.8031C11.8176 18.5895 15.4002 16.7898 16.9927 13.8987C19.9858 8.46741 15.9394 1.68573 9.72241 2.01129ZM7.87172 13.3462C7.61354 13.5479 7.36449 13.8231 7.07889 13.9813C6.66534 14.2036 6.53739 13.9721 6.38203 13.6053C5.89308 12.4383 5.83367 10.4506 6.11927 9.22857C6.50312 7.5664 7.7849 6.10368 9.54648 5.94778C11.3286 5.78959 12.9828 6.69748 13.73 8.33673C15.3842 11.9843 11.1504 15.5861 7.87172 13.3485V13.3462Z",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),ri=o("mebelflow-logo",[["path",{d:"M8.20911 10.96L11.7913 7.35999V4.24L8.20911 7.83999L4.38812 4H2V16H4.14931V6.87999L8.20911 10.96Z",fill:"currentColor",stroke:"none"}],["path",{d:"M11.7909 9.04002L8.20871 12.64V15.76L11.7909 12.16L15.6119 16H18V4.00004H15.8507V13.12L11.7909 9.04002Z",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),ei=o("medal",[["path",{d:"M10 13.75C13.4517 13.75 16.25 10.9517 16.25 7.5C16.25 4.04822 13.4517 1.25 10 1.25C6.54825 1.25 3.75 4.04822 3.75 7.5C3.75 10.9517 6.54825 13.75 10 13.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 11.25C12.0711 11.25 13.75 9.57106 13.75 7.5C13.75 5.42893 12.0711 3.75 10 3.75C7.92894 3.75 6.25 5.42893 6.25 7.5C6.25 9.57106 7.92894 11.25 10 11.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 12.5V18.75L9.99919 16.875L6.25 18.75V12.5007",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),ni=o("medal-military",[["path",{d:"M10 18.125C11.7259 18.125 13.125 16.7259 13.125 15C13.125 13.2741 11.7259 11.875 10 11.875C8.27413 11.875 6.875 13.2741 6.875 15C6.875 16.7259 8.27413 18.125 10 18.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 11.875L16.4625 8.9375C16.5856 8.88163 16.6899 8.7915 16.7631 8.67787C16.8362 8.56431 16.8751 8.432 16.875 8.29687V4.45312C16.875 4.26664 16.8009 4.0878 16.6691 3.95594C16.5372 3.82408 16.3584 3.75 16.1719 3.75H3.82813C3.64164 3.75 3.4628 3.82408 3.33094 3.95594C3.19908 4.0878 3.125 4.26664 3.125 4.45312V8.29687C3.12493 8.432 3.16379 8.56431 3.23695 8.67787C3.31011 8.7915 3.41446 8.88163 3.5375 8.9375L10 11.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 3.75V10.4547",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 3.75V10.4547",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),ti=o("medium-logo",[["path",{d:"M5.625 14.375C8.04125 14.375 10 12.4162 10 10C10 7.58375 8.04125 5.625 5.625 5.625C3.20876 5.625 1.25 7.58375 1.25 10C1.25 12.4162 3.20876 14.375 5.625 14.375Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 14.375C15.4106 14.375 16.25 12.4162 16.25 10C16.25 7.58375 15.4106 5.625 14.375 5.625C13.3394 5.625 12.5 7.58375 12.5 10C12.5 12.4162 13.3394 14.375 14.375 14.375Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M18.75 5.625V14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),si=o("megaphone",[["path",{d:"M12.5 6.25V15.6773C12.5001 15.7801 12.5255 15.8813 12.574 15.9719C12.6225 16.0626 12.6926 16.1398 12.7781 16.1969L13.6375 16.7695C13.7209 16.8251 13.8164 16.8598 13.9159 16.8708C14.0155 16.8817 14.1163 16.8686 14.2097 16.8324C14.3032 16.7963 14.3866 16.7382 14.4528 16.6631C14.5191 16.5879 14.5664 16.498 14.5906 16.4007L15.625 12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 15.6251C3.12502 15.7441 3.15904 15.8606 3.22304 15.961C3.28705 16.0613 3.37838 16.1413 3.48629 16.1916C3.5942 16.2418 3.71421 16.2601 3.8322 16.2445C3.95019 16.2288 4.06126 16.1798 4.15234 16.1032C8.24612 12.6688 12.5 12.5001 12.5 12.5001H15.625C16.4538 12.5001 17.2487 12.1708 17.8347 11.5847C18.4207 10.9987 18.75 10.2039 18.75 9.37506C18.75 8.54625 18.4207 7.75137 17.8347 7.16531C17.2487 6.57931 16.4538 6.25005 15.625 6.25005H12.5C12.5 6.25005 8.24612 6.0813 4.15234 2.64771C4.06131 2.57112 3.95031 2.52212 3.83239 2.50643C3.71447 2.49075 3.59452 2.50905 3.48664 2.55917C3.37876 2.6093 3.28742 2.68917 3.22336 2.78941C3.1593 2.88965 3.12518 3.00609 3.125 3.12505V15.6251Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),ii=o("megaphone-simple",[["path",{d:"M17.675 11.3812C17.8048 11.3434 17.9189 11.2644 18 11.1563C18.0811 11.0481 18.125 10.9165 18.125 10.7812V7.96875C18.125 7.8335 18.0811 7.70194 18 7.59375C17.9189 7.48556 17.8048 7.40662 17.675 7.36875L3.925 3.15C3.83185 3.12283 3.73366 3.11773 3.63819 3.13508C3.54273 3.15244 3.45263 3.19178 3.375 3.25C3.29738 3.30822 3.23437 3.38371 3.19098 3.47049C3.14759 3.55728 3.125 3.65298 3.125 3.75V15C3.125 15.097 3.14759 15.1928 3.19098 15.2795C3.23437 15.3663 3.29738 15.4418 3.375 15.5C3.45263 15.5582 3.54273 15.5976 3.63819 15.6149C3.73366 15.6323 3.83185 15.6272 3.925 15.6L17.675 11.3812Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15 12.2016V15.0001C15 15.1658 14.9341 15.3248 14.8169 15.442C14.6997 15.5592 14.5407 15.6251 14.375 15.6251H11.875C11.7093 15.6251 11.5503 15.5592 11.4331 15.442C11.3159 15.3248 11.25 15.1658 11.25 15.0001V5.39771",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Ci=o("member-of",[["path",{d:"M15.625 3.75H10C8.34238 3.75 6.75269 4.40848 5.58058 5.58058C4.40848 6.75269 3.75 8.34238 3.75 10C3.75 11.6576 4.40848 13.2473 5.58058 14.4194C6.75269 15.5915 8.34238 16.25 10 16.25H15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 10H3.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),ui=o("memory",[["path",{d:"M1.875 5H18.125C18.2907 5 18.4497 5.06585 18.5669 5.18306C18.6841 5.30027 18.75 5.45924 18.75 5.625V13.75H1.25V5.625C1.25 5.45924 1.31585 5.30027 1.43306 5.18306C1.55027 5.06585 1.70924 5 1.875 5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.25 13.75V15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 13.75V15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 13.75V15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.75 13.75V15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 13.75V15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 13.75V15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 13.75V15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M18.75 13.75V15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.75 7.5H3.75V11.25H8.75V7.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 7.5H11.25V11.25H16.25V7.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),ki=o("messenger-logo",[["path",{d:"M6.25 11.25L8.75 8.75L11.25 11.25L13.75 8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.24479 16.4932C7.82021 17.405 9.67346 17.7127 11.459 17.359C13.2445 17.0053 14.8405 16.0143 15.9494 14.5708C17.0583 13.1273 17.6043 11.3298 17.4857 9.51343C17.3672 7.69706 16.592 5.98577 15.305 4.69866C14.0178 3.41155 12.3066 2.63646 10.4902 2.51789C8.67384 2.39932 6.87634 2.94537 5.4328 4.05422C3.98929 5.16308 2.9983 6.75906 2.64461 8.54462C2.29091 10.3302 2.59864 12.1834 3.51042 13.7588L2.53307 16.6768C2.49635 16.7869 2.49102 16.9051 2.51769 17.0181C2.54435 17.1311 2.60195 17.2344 2.68403 17.3164C2.76612 17.3986 2.86944 17.4561 2.98242 17.4828C3.09541 17.5094 3.21358 17.5041 3.3237 17.4674L6.24479 16.4932Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),ai=o("meta-logo",[["path",{d:"M8.57678 11.5118C7.33459 13.7391 6.05645 15.625 4.5752 15.625C-0.246677 15.625 2.16426 4.375 5.78145 4.375C9.39865 4.375 11.8088 15.625 15.426 15.625C20.2471 15.625 17.8362 4.375 14.219 4.375C13.233 4.375 12.3362 5.21094 11.4846 6.42731",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),di=o("meteor",[["path",{d:"M7.5 15C8.88069 15 10 13.8807 10 12.5C10 11.1193 8.88069 10 7.5 10C6.11929 10 5 11.1193 5 12.5C5 13.8807 6.11929 15 7.5 15Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 13.75L16.875 10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 10L14.375 8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 6.25L17.5 5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 7.5L15.625 1.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.035 16.0351C10.5734 16.5106 10.0217 16.8895 9.41217 17.1498C8.80267 17.4101 8.14754 17.5467 7.48479 17.5516C6.82204 17.5564 6.16495 17.4294 5.55172 17.1781C4.93849 16.9266 4.38135 16.5559 3.91271 16.0872C3.44407 15.6186 3.07328 15.0614 2.82189 14.4482C2.5705 13.8349 2.44353 13.1779 2.44838 12.5151C2.45322 11.8524 2.58978 11.1972 2.8501 10.5877C3.11043 9.97825 3.48932 9.42656 3.96476 8.96487L10.4289 2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),ci=o("metronome",[["path",{d:"M4.71436 13.125H15.2862",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.37514 16.875C4.27674 16.8751 4.17972 16.8519 4.09195 16.8075C4.00419 16.763 3.92817 16.6984 3.87008 16.619C3.81199 16.5396 3.77346 16.4476 3.75764 16.3505C3.74182 16.2534 3.74915 16.1539 3.77904 16.0602L7.75637 3.56016C7.79669 3.43374 7.87619 3.32343 7.98337 3.2452C8.0905 3.16696 8.21981 3.12487 8.3525 3.125H11.6478C11.7804 3.12503 11.9094 3.16721 12.0164 3.24543C12.1235 3.32365 12.2029 3.43387 12.2431 3.56016L16.2204 16.0602C16.2503 16.1538 16.2577 16.2532 16.2419 16.3503C16.2261 16.4474 16.1876 16.5393 16.1296 16.6187C16.0716 16.6981 15.9957 16.7627 15.9081 16.8072C15.8204 16.8518 15.7234 16.875 15.6251 16.875H4.37514Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 13.125L16.25 6.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Li=o("microphone",[["path",{d:"M13.125 5C13.125 3.27411 11.7259 1.875 10 1.875C8.27413 1.875 6.875 3.27411 6.875 5V10C6.875 11.7259 8.27413 13.125 10 13.125C11.7259 13.125 13.125 11.7259 13.125 10V5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 15.625V18.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 10C15.625 11.4918 15.0324 12.9226 13.9775 13.9775C12.9226 15.0324 11.4918 15.625 10 15.625C8.50819 15.625 7.07744 15.0324 6.02252 13.9775C4.96763 12.9226 4.375 11.4918 4.375 10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),pi=o("microphone-slash",[["path",{d:"M10 15.625V18.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 3.75L16.25 17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.4625 14.4336C12.6318 15.0824 11.6356 15.4848 10.5872 15.5948C9.539 15.7049 8.48088 15.5182 7.53356 15.056C6.58625 14.5938 5.78786 13.8748 5.22941 12.9808C4.67094 12.0869 4.37489 11.0541 4.375 10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.6252 10C15.6265 10.8559 15.4317 11.7007 15.0557 12.4696",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.7719 12.5781C11.2507 12.9365 10.6325 13.1273 10 13.125C9.17119 13.125 8.37631 12.7957 7.79031 12.2097C7.20425 11.6237 6.875 10.8288 6.875 10V7.1875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.13281 3.75469C7.3755 3.19604 7.77619 2.72051 8.28562 2.38656C8.795 2.05261 9.39087 1.8748 10 1.875C10.8288 1.875 11.6236 2.20424 12.2097 2.79029C12.7957 3.37634 13.125 4.1712 13.125 5V10C13.1252 10.1094 13.1194 10.2186 13.1078 10.3274",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),li=o("microphone-stage",[["path",{d:"M13.125 11.875C15.8864 11.875 18.125 9.63644 18.125 6.875C18.125 4.11357 15.8864 1.875 13.125 1.875C10.3636 1.875 8.125 4.11357 8.125 6.875C8.125 9.63644 10.3636 11.875 13.125 11.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.6601 10.4101L9.58984 3.33984",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 12.5L8.125 11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.2029 7.77344L2.62088 15.3906C2.53272 15.5109 2.49048 15.6588 2.5018 15.8075C2.51312 15.9562 2.57725 16.096 2.6826 16.2016L3.79979 17.3187C3.90537 17.4241 4.04513 17.4883 4.19385 17.4996C4.34257 17.5109 4.49043 17.4686 4.61073 17.3805L12.2263 11.7969",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),hi=o("microscope",[["path",{d:"M2.5 16.875H17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.625 13.75H10.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 1.875H6.25C5.90482 1.875 5.625 2.15482 5.625 2.5V10.625C5.625 10.9702 5.90482 11.25 6.25 11.25H10C10.3452 11.25 10.625 10.9702 10.625 10.625V2.5C10.625 2.15482 10.3452 1.875 10 1.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.625 5.625C11.9367 5.625 13.2152 6.03773 14.2794 6.80475C15.3436 7.57175 16.1394 8.65412 16.5542 9.89856C16.9691 11.143 16.9818 12.4864 16.5907 13.7386C16.1996 14.9906 15.4244 16.0879 14.375 16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Mi=o("microsoft-excel-logo",[["path",{d:"M11.875 7.5H16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 12.5H16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5 5.625V3.125C5 2.95924 5.06585 2.80027 5.18306 2.68306C5.30027 2.56585 5.45924 2.5 5.625 2.5H15.625C15.7907 2.5 15.9497 2.56585 16.0669 2.68306C16.1841 2.80027 16.25 2.95924 16.25 3.125V16.875C16.25 17.0407 16.1841 17.1997 16.0669 17.3169C15.9497 17.4341 15.7907 17.5 15.625 17.5H5.625C5.45924 17.5 5.30027 17.4341 5.18306 17.3169C5.06585 17.1997 5 17.0407 5 16.875V14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.625 14.375V17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.625 2.5V5.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 5.625H3.125C2.77982 5.625 2.5 5.90482 2.5 6.25V13.75C2.5 14.0952 2.77982 14.375 3.125 14.375H11.25C11.5952 14.375 11.875 14.0952 11.875 13.75V6.25C11.875 5.90482 11.5952 5.625 11.25 5.625Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.625 8.125L8.75 11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.75 8.125L5.625 11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),ji=o("microsoft-outlook-logo",[["path",{d:"M10.625 5.625H3.125C2.77982 5.625 2.5 5.90482 2.5 6.25V13.75C2.5 14.0952 2.77982 14.375 3.125 14.375H10.625C10.9702 14.375 11.25 14.0952 11.25 13.75V6.25C11.25 5.90482 10.9702 5.625 10.625 5.625Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 11.875C7.91056 11.875 8.75 11.0356 8.75 10C8.75 8.96444 7.91056 8.125 6.875 8.125C5.83947 8.125 5 8.96444 5 10C5 11.0356 5.83947 11.875 6.875 11.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 8.75H17.5V16.25C17.5 16.4157 17.4341 16.5747 17.3169 16.6919C17.1997 16.8091 17.0407 16.875 16.875 16.875H6.875C6.70925 16.875 6.55025 16.8091 6.43306 16.6919C6.31588 16.5747 6.25 16.4157 6.25 16.25V14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 5.625V3.125H15.625V10.1039",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.2859 16.7202L11.25 12.3608",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.5 8.75L11.875 12.8125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Hi=o("microsoft-powerpoint-logo",[["path",{d:"M10.625 14.375V17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.625 2.5V5.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 10H18.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 5.625H3.125C2.77982 5.625 2.5 5.90482 2.5 6.25V13.75C2.5 14.0952 2.77982 14.375 3.125 14.375H11.25C11.5952 14.375 11.875 14.0952 11.875 13.75V6.25C11.875 5.90482 11.5952 5.625 11.25 5.625Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 10.625H7.5C7.8315 10.625 8.14944 10.4933 8.38387 10.2589C8.61831 10.0244 8.75 9.7065 8.75 9.375C8.75 9.0435 8.61831 8.72556 8.38387 8.49113C8.14944 8.25669 7.8315 8.125 7.5 8.125H6.25V11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.53125 5.625C5.45721 4.3357 6.76838 3.37342 8.276 2.87668C9.78363 2.37995 11.41 2.37436 12.921 2.86074C14.4321 3.34711 15.7497 4.30036 16.6846 5.58328C17.6194 6.86619 18.123 8.41263 18.123 10C18.123 11.5874 17.6194 13.1338 16.6846 14.4167C15.7497 15.6996 14.4321 16.6529 12.921 17.1393C11.41 17.6256 9.78363 17.6201 8.276 17.1233C6.76838 16.6266 5.45721 15.6643 4.53125 14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Bi=o("microsoft-teams-logo",[["path",{d:"M10.625 5.625H3.125C2.77982 5.625 2.5 5.90482 2.5 6.25V13.75C2.5 14.0952 2.77982 14.375 3.125 14.375H10.625C10.9702 14.375 11.25 14.0952 11.25 13.75V6.25C11.25 5.90482 10.9702 5.625 10.625 5.625Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.2499 6.875H14.3749C14.5407 6.875 14.6997 6.94088 14.8168 7.05806C14.9341 7.17525 14.9999 7.33425 14.9999 7.5V13.125C14.9999 14.2853 14.539 15.3981 13.7185 16.2186C12.898 17.0391 11.7853 17.5 10.6249 17.5C9.68259 17.5002 8.76534 17.1962 8.00971 16.6331C7.25403 16.0701 6.7004 15.2781 6.43115 14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 8.125H5.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 11.875V8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 6.875H17.1297C17.2279 6.875 17.3221 6.914 17.3916 6.98344C17.461 7.05294 17.5 7.14712 17.5 7.24531V11.875C17.5 12.5381 17.2366 13.1739 16.7677 13.6427C16.2989 14.1116 15.6631 14.375 15 14.375C14.9399 14.375 14.8797 14.375 14.8203 14.3687",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.45921 5.625C8.19784 5.17168 8.08528 4.64777 8.13746 4.12709C8.18959 3.60642 8.40378 3.11524 8.7499 2.72276C9.09596 2.33027 9.55646 2.05628 10.0665 1.93939C10.5766 1.82251 11.1105 1.86861 11.593 2.07121C12.0754 2.27381 12.4821 2.6227 12.7558 3.06871C13.0295 3.51471 13.1563 4.03534 13.1184 4.55725C13.0805 5.07916 12.8798 5.57601 12.5446 5.97781C12.2094 6.37962 11.7565 6.66606 11.2498 6.79687",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.0303 3.69297C13.246 3.47109 13.5133 3.30605 13.8083 3.21258C14.1033 3.11911 14.4168 3.1001 14.721 3.15726C15.0251 3.21442 15.3103 3.34596 15.5513 3.54015C15.7922 3.73435 15.9813 3.98516 16.1018 4.27021C16.2223 4.55527 16.2703 4.8657 16.2416 5.17382C16.2129 5.48194 16.1084 5.77817 15.9374 6.03609C15.7664 6.294 15.5342 6.50562 15.2616 6.652C14.9889 6.79837 14.6843 6.875 14.3748 6.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Vi=o("microsoft-word-logo",[["path",{d:"M11.875 7.5H16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 12.5H16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5 5.625V3.125C5 2.95924 5.06585 2.80027 5.18306 2.68306C5.30027 2.56585 5.45924 2.5 5.625 2.5H15.625C15.7907 2.5 15.9497 2.56585 16.0669 2.68306C16.1841 2.80027 16.25 2.95924 16.25 3.125V16.875C16.25 17.0407 16.1841 17.1997 16.0669 17.3169C15.9497 17.4341 15.7907 17.5 15.625 17.5H5.625C5.45924 17.5 5.30027 17.4341 5.18306 17.3169C5.06585 17.1997 5 17.0407 5 16.875V14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5 8.125L5.9375 11.875L7.1875 9.375L8.4375 11.875L9.375 8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 5.625H3.125C2.77982 5.625 2.5 5.90482 2.5 6.25V13.75C2.5 14.0952 2.77982 14.375 3.125 14.375H11.25C11.5952 14.375 11.875 14.0952 11.875 13.75V6.25C11.875 5.90482 11.5952 5.625 11.25 5.625Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),wi=o("minus",[["path",{d:"M3.125 10H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),bi=o("minus-circle",[["path",{d:"M6.875 10H13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Si=o("minus-square",[["path",{d:"M16.25 3.125H3.75C3.40482 3.125 3.125 3.40482 3.125 3.75V16.25C3.125 16.5952 3.40482 16.875 3.75 16.875H16.25C16.5952 16.875 16.875 16.5952 16.875 16.25V3.75C16.875 3.40482 16.5952 3.125 16.25 3.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 10H13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),vi=o("money",[["path",{d:"M10 12.5C11.3807 12.5 12.5 11.3807 12.5 10C12.5 8.61931 11.3807 7.5 10 7.5C8.61931 7.5 7.5 8.61931 7.5 10C7.5 11.3807 8.61931 12.5 10 12.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M18.75 5H1.25V15H18.75V5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M18.75 8.125C17.9693 7.99269 17.2491 7.62081 16.6891 7.06088C16.1292 6.50094 15.7573 5.78072 15.625 5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 15C15.7573 14.2193 16.1292 13.4991 16.6891 12.9391C17.2491 12.3792 17.9693 12.0073 18.75 11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.25 11.875C2.03072 12.0073 2.75094 12.3792 3.31086 12.9391C3.87079 13.4991 4.24267 14.2193 4.375 15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 5C4.24267 5.78072 3.87079 6.50094 3.31086 7.06088C2.75094 7.62081 2.03072 7.99269 1.25 8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),xi=o("money-wavy",[["path",{d:"M18.75 14.5929C11.5906 18.0906 8.40937 11.2843 1.25 14.7819V5.40695C8.40937 1.90929 11.5906 8.71556 18.75 5.21789V14.5929Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 11.875C11.0356 11.875 11.875 11.0356 11.875 10C11.875 8.96444 11.0356 8.125 10 8.125C8.96444 8.125 8.125 8.96444 8.125 10C8.125 11.0356 8.96444 11.875 10 11.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 7.5V11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 8.75V12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),gi=o("monitor",[["path",{d:"M3.75 15H16.25C16.9404 15 17.5 14.4404 17.5 13.75V5C17.5 4.30964 16.9404 3.75 16.25 3.75H3.75C3.05964 3.75 2.5 4.30964 2.5 5V13.75C2.5 14.4404 3.05964 15 3.75 15Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 17.5H7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Zi=o("monitor-arrow-up",[["path",{d:"M3.75 15H16.25C16.9404 15 17.5 14.4404 17.5 13.75V5C17.5 4.30964 16.9404 3.75 16.25 3.75H3.75C3.05964 3.75 2.5 4.30964 2.5 5V13.75C2.5 14.4404 3.05964 15 3.75 15Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 17.5H7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 8.75L10 6.875L11.875 8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 6.875V11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),mi=o("monitor-play",[["path",{d:"M12.5 9.375L8.75 6.875V11.875L12.5 9.375Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 15H16.25C16.9404 15 17.5 14.4404 17.5 13.75V5C17.5 4.30964 16.9404 3.75 16.25 3.75H3.75C3.05964 3.75 2.5 4.30964 2.5 5V13.75C2.5 14.4404 3.05964 15 3.75 15Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 17.5H7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),fi=o("moon",[["path",{d:"M8.44611 2.19604C8.05317 3.49609 8.0203 4.87839 8.35098 6.19564C8.68167 7.51288 9.36348 8.71575 10.3238 9.67613C11.2842 10.6364 12.487 11.3183 13.8043 11.6489C15.1215 11.9796 16.5039 11.9468 17.8039 11.5539C17.427 12.7931 16.7356 13.9136 15.797 14.8062C14.8584 15.6988 13.7047 16.3331 12.4481 16.6474C11.1915 16.9617 9.87505 16.9452 8.62673 16.5995C7.37848 16.2538 6.24101 15.5907 5.32512 14.6748C4.40923 13.7589 3.74615 12.6214 3.40046 11.3732C3.05477 10.1249 3.03826 8.80838 3.35252 7.55181C3.66679 6.29525 4.30113 5.14149 5.19375 4.20292C6.08638 3.26434 7.20686 2.57294 8.44611 2.19604Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),yi=o("moon-stars",[["path",{d:"M16.25 9.375V5.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M18.125 7.5H14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 2.5V5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 3.75H11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.4602 12.3578C15.9793 12.4524 15.4903 12.5 15.0001 12.4999C13.8916 12.499 12.7971 12.2526 11.7952 11.7784C10.7933 11.3042 9.90884 10.614 9.20534 9.75731C8.5019 8.90069 7.9969 7.89888 7.72665 6.82381C7.4564 5.74881 7.42759 4.62728 7.64228 3.53979C6.5574 3.93651 5.59002 4.60016 4.82939 5.46948C4.06876 6.33881 3.53942 7.38575 3.29026 8.51369C3.0411 9.64156 3.08015 10.8141 3.4038 11.9229C3.72745 13.0318 4.32527 14.0412 5.14206 14.858C5.95884 15.6748 6.96828 16.2726 8.07709 16.5963C9.18597 16.9199 10.3585 16.9589 11.4864 16.7098C12.6143 16.4606 13.6612 15.9313 14.5306 15.1706C15.3999 14.41 16.0635 13.4426 16.4602 12.3578Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Pi=o("moped",[["path",{d:"M10.625 3.125H13.125L16.875 13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.875 15.625C18.2557 15.625 19.375 14.5057 19.375 13.125C19.375 11.7443 18.2557 10.625 16.875 10.625C15.4943 10.625 14.375 11.7443 14.375 13.125C14.375 14.5057 15.4943 15.625 16.875 15.625Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 13.125C6.875 13.7881 6.61163 14.4239 6.14277 14.8927C5.67393 15.3616 5.03804 15.625 4.375 15.625C3.71196 15.625 3.07607 15.3616 2.60723 14.8927C2.13839 14.4239 1.875 13.7881 1.875 13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 7.5V9.58831C2.39368 9.84681 1.76054 10.3258 1.31279 10.9592C0.865057 11.5926 0.624755 12.3493 0.625 13.125H14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.875 7.5H8.125L10.2344 13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Ti=o("moped-front",[["path",{d:"M11.875 13.125C11.875 12.0894 11.0356 11.25 10 11.25C8.96444 11.25 8.125 12.0894 8.125 13.125V16.875C8.125 17.9106 8.96444 18.75 10 18.75C11.0356 18.75 11.875 17.9106 11.875 16.875V13.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 6.25C11.3807 6.25 12.5 5.13071 12.5 3.75C12.5 2.36929 11.3807 1.25 10 1.25C8.61931 1.25 7.5 2.36929 7.5 3.75C7.5 5.13071 8.61931 6.25 10 6.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 3.75H16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 3.75H7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 16.25H6.25C6.08424 16.25 5.92527 16.1841 5.80806 16.0669C5.69085 15.9497 5.625 15.7907 5.625 15.625V10.625C5.625 9.46469 6.08594 8.35187 6.90644 7.53144C7.72687 6.71094 8.83969 6.25 10 6.25C11.1603 6.25 12.2731 6.71094 13.0936 7.53144C13.9141 8.35187 14.375 9.46469 14.375 10.625V15.625C14.375 15.7907 14.3091 15.9497 14.1919 16.0669C14.0747 16.1841 13.9157 16.25 13.75 16.25H11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Ai=o("mosque",[["path",{d:"M16.25 11.875C16.25 11.5435 16.3817 11.2256 16.6161 10.9911C16.8506 10.7567 17.1685 10.625 17.5 10.625C17.8315 10.625 18.1494 10.7567 18.3839 10.9911C18.6183 11.2256 18.75 11.5435 18.75 11.875V16.25H16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 16.25H1.25V11.875C1.25 11.5435 1.38169 11.2256 1.61612 10.9911C1.85054 10.7567 2.16848 10.625 2.5 10.625C2.83152 10.625 3.14946 10.7567 3.38388 10.9911C3.61831 11.2256 3.75 11.5435 3.75 11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 10H3.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 16.25V10C3.75 5 10 4.375 10 1.875C10 4.375 16.25 5 16.25 10V16.25H13.75V13.75C13.75 13.4185 13.6183 13.1006 13.3839 12.8661C13.1494 12.6317 12.8315 12.5 12.5 12.5C12.1685 12.5 11.8506 12.6317 11.6161 12.8661C11.3817 13.1006 11.25 13.4185 11.25 13.75V16.25H8.75V13.75C8.75 13.4185 8.61831 13.1006 8.38387 12.8661C8.14944 12.6317 7.8315 12.5 7.5 12.5C7.1685 12.5 6.85056 12.6317 6.61613 12.8661C6.38169 13.1006 6.25 13.4185 6.25 13.75V16.25H3.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Fi=o("motorcycle",[["path",{d:"M3.125 15C4.50571 15 5.625 13.8807 5.625 12.5C5.625 11.1193 4.50571 10 3.125 10C1.74429 10 0.625 11.1193 0.625 12.5C0.625 13.8807 1.74429 15 3.125 15Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.875 15C18.2557 15 19.375 13.8807 19.375 12.5C19.375 11.1193 18.2557 10 16.875 10C15.4943 10 14.375 11.1193 14.375 12.5C14.375 13.8807 15.4943 15 16.875 15Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 4.375H13.75L16.875 12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.25 6.25C1.25 6.25 4.94609 7.68281 6.91875 8.57888C7.23687 8.72519 7.58969 8.77944 7.93706 8.7355C8.28444 8.69162 8.61263 8.55131 8.88438 8.33044C9.50313 7.8195 10.5 7.5 11.875 7.5H16.875C15.7836 7.49969 14.7221 7.8565 13.8524 8.51594C12.9827 9.17544 12.3528 10.1013 12.0586 11.1524C11.9467 11.542 11.7106 11.8844 11.3863 12.1277C11.0619 12.3709 10.6671 12.5016 10.2618 12.5H3.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Di=o("mountains",[["path",{d:"M12.8125 5.625C13.6754 5.625 14.375 4.92544 14.375 4.0625C14.375 3.19956 13.6754 2.5 12.8125 2.5C11.9496 2.5 11.25 3.19956 11.25 4.0625C11.25 4.92544 11.9496 5.625 12.8125 5.625Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M0.625 15.6249L6.33594 5.93274C6.39106 5.83875 6.46981 5.76082 6.56438 5.70666C6.65894 5.65251 6.76606 5.62402 6.875 5.62402C6.98394 5.62402 7.09106 5.65251 7.18562 5.70666C7.28019 5.76082 7.35894 5.83875 7.41406 5.93274L13.125 15.6249H0.625Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.93359 10H9.81644",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.4541 12.7899L14.0369 8.43131C14.0922 8.33806 14.1709 8.26081 14.2651 8.20712C14.3594 8.15343 14.4659 8.12524 14.5744 8.12524C14.6829 8.12524 14.7894 8.15343 14.8837 8.20712C14.9779 8.26081 15.0565 8.33806 15.1119 8.43131L19.3752 15.6251H13.1252",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),qi=o("mouse",[["path",{d:"M11.25 1.875H8.75C6.33375 1.875 4.375 3.83376 4.375 6.25V13.75C4.375 16.1662 6.33375 18.125 8.75 18.125H11.25C13.6662 18.125 15.625 16.1662 15.625 13.75V6.25C15.625 3.83376 13.6662 1.875 11.25 1.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 8.75V1.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 8.75H15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Ri=o("mouse-left-click",[["path",{d:"M11.25 1.875H8.75C6.33375 1.875 4.375 3.83376 4.375 6.25V13.75C4.375 16.1662 6.33375 18.125 8.75 18.125H11.25C13.6662 18.125 15.625 16.1662 15.625 13.75V6.25C15.625 3.83376 13.6662 1.875 11.25 1.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 8.75V1.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 8.75H15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.34473 2.59473L10.0002 6.25018",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.66943 4.66992L8.74988 8.75037",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Ui=o("mouse-middle-click",[["path",{d:"M10.625 6.25H9.375C9.02981 6.25 8.75 6.52981 8.75 6.875V10.625C8.75 10.9702 9.02981 11.25 9.375 11.25H10.625C10.9702 11.25 11.25 10.9702 11.25 10.625V6.875C11.25 6.52981 10.9702 6.25 10.625 6.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 1.875H8.75C6.33375 1.875 4.375 3.83376 4.375 6.25V13.75C4.375 16.1662 6.33375 18.125 8.75 18.125H11.25C13.6662 18.125 15.625 16.1662 15.625 13.75V6.25C15.625 3.83376 13.6662 1.875 11.25 1.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 6.25V1.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 8.75H8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 8.75H15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Ni=o("mouse-right-click",[["path",{d:"M11.25 1.875H8.75C6.33375 1.875 4.375 3.83376 4.375 6.25V13.75C4.375 16.1662 6.33375 18.125 8.75 18.125H11.25C13.6662 18.125 15.625 16.1662 15.625 13.75V6.25C15.625 3.83376 13.6662 1.875 11.25 1.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 8.75V1.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 8.75H15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.6554 2.59473L10 6.25018",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.3304 4.66992L11.25 8.75037",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Gi=o("mouse-scroll",[["path",{d:"M11.25 1.875H8.75C6.33375 1.875 4.375 3.83376 4.375 6.25V13.75C4.375 16.1662 6.33375 18.125 8.75 18.125H11.25C13.6662 18.125 15.625 16.1662 15.625 13.75V6.25C15.625 3.83376 13.6662 1.875 11.25 1.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 6.875L10 5L8.125 6.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 13.125L10 15L8.125 13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 5V15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),zi=o("mouse-simple",[["path",{d:"M11.25 1.875H8.75C6.33375 1.875 4.375 3.83376 4.375 6.25V13.75C4.375 16.1662 6.33375 18.125 8.75 18.125H11.25C13.6662 18.125 15.625 16.1662 15.625 13.75V6.25C15.625 3.83376 13.6662 1.875 11.25 1.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 8.75V5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Ei=o("music-note",[["path",{d:"M6.875 17.5C8.60087 17.5 10 16.1009 10 14.375C10 12.6491 8.60087 11.25 6.875 11.25C5.14911 11.25 3.75 12.6491 3.75 14.375C3.75 16.1009 5.14911 17.5 6.875 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 14.375V3.125L16.25 5V8.75L10 6.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Oi=o("music-notes",[["path",{d:"M14.0625 15C15.2706 15 16.25 14.0206 16.25 12.8125C16.25 11.6044 15.2706 10.625 14.0625 10.625C12.8544 10.625 11.875 11.6044 11.875 12.8125C11.875 14.0206 12.8544 15 14.0625 15Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.0625 17.5C5.27062 17.5 6.25 16.5206 6.25 15.3125C6.25 14.1044 5.27062 13.125 4.0625 13.125C2.85438 13.125 1.875 14.1044 1.875 15.3125C1.875 16.5206 2.85438 17.5 4.0625 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 5.625L6.25 8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 15.3125V4.375L16.25 1.875V12.8125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Wi=o("music-note-simple",[["path",{d:"M6.875 17.5C8.60087 17.5 10 16.1009 10 14.375C10 12.6491 8.60087 11.25 6.875 11.25C5.14911 11.25 3.75 12.6491 3.75 14.375C3.75 16.1009 5.14911 17.5 6.875 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 14.375V3.125L16.25 5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Ii=o("music-notes-minus",[["path",{d:"M17.5 3.75H13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.0625 15C15.2706 15 16.25 14.0206 16.25 12.8125C16.25 11.6044 15.2706 10.625 14.0625 10.625C12.8544 10.625 11.875 11.6044 11.875 12.8125C11.875 14.0206 12.8544 15 14.0625 15Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.0625 17.5C5.27062 17.5 6.25 16.5206 6.25 15.3125C6.25 14.1044 5.27062 13.125 4.0625 13.125C2.85438 13.125 1.875 14.1044 1.875 15.3125C1.875 16.5206 2.85438 17.5 4.0625 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 15.3125V4.375L10.625 3.28125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 6.875V12.8125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 6.5625L6.25 8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Xi=o("music-notes-plus",[["path",{d:"M15.625 1.875V5.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.5 3.75H13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.0625 15C15.2706 15 16.25 14.0206 16.25 12.8125C16.25 11.6044 15.2706 10.625 14.0625 10.625C12.8544 10.625 11.875 11.6044 11.875 12.8125C11.875 14.0206 12.8544 15 14.0625 15Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.0625 17.5C5.27062 17.5 6.25 16.5206 6.25 15.3125C6.25 14.1044 5.27062 13.125 4.0625 13.125C2.85438 13.125 1.875 14.1044 1.875 15.3125C1.875 16.5206 2.85438 17.5 4.0625 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 15.3125V4.375L10.625 3.28125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 8.75V12.8125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 6.5625L6.25 8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Ki=o("music-notes-simple",[["path",{d:"M14.0625 15C15.2706 15 16.25 14.0206 16.25 12.8125C16.25 11.6044 15.2706 10.625 14.0625 10.625C12.8544 10.625 11.875 11.6044 11.875 12.8125C11.875 14.0206 12.8544 15 14.0625 15Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.0625 17.5C5.27062 17.5 6.25 16.5206 6.25 15.3125C6.25 14.1044 5.27062 13.125 4.0625 13.125C2.85438 13.125 1.875 14.1044 1.875 15.3125C1.875 16.5206 2.85438 17.5 4.0625 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 15.3125V4.375L16.25 1.875V12.8125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Ji=o("navigation-arrow",[["path",{d:"M11.875 11.8753L18.3085 10.0784C18.4347 10.0397 18.5453 9.96225 18.6247 9.85687C18.704 9.75156 18.748 9.62381 18.7504 9.49193C18.7527 9.36006 18.7133 9.23081 18.6377 9.12275C18.5622 9.01462 18.4543 8.93318 18.3297 8.89012L4.57967 3.79012C4.46937 3.75261 4.35077 3.74667 4.23727 3.77298C4.12378 3.79929 4.0199 3.8568 3.93735 3.93902C3.8548 4.02124 3.79689 4.1249 3.77012 4.23829C3.74337 4.35168 3.74884 4.4703 3.78592 4.58075L8.88592 18.3307C8.92899 18.4554 9.01042 18.5632 9.11855 18.6388C9.22661 18.7144 9.35586 18.7538 9.48774 18.7514C9.61961 18.7491 9.74736 18.7051 9.85267 18.6257C9.95805 18.5464 10.0355 18.4357 10.0742 18.3097L11.875 11.8753Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Qi=o("needle",[["path",{d:"M14.375 5.625L13.125 6.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.268 9.26825L16.143 7.39325C16.6119 6.92437 16.8753 6.28837 16.8753 5.62529C16.8753 4.96217 16.6119 4.32621 16.143 3.85732C15.9108 3.62514 15.6352 3.44098 15.3318 3.31533C15.0285 3.18968 14.7033 3.125 14.375 3.125C13.7119 3.125 13.0759 3.38843 12.607 3.85732L10.732 5.73232C10 10.0003 3.125 16.8753 3.125 16.8753C3.125 16.8753 10 10.0003 14.268 9.26825Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Yi=o("network",[["path",{d:"M11.25 2.5H8.75C8.40481 2.5 8.125 2.77982 8.125 3.125V5.625C8.125 5.97018 8.40481 6.25 8.75 6.25H11.25C11.5952 6.25 11.875 5.97018 11.875 5.625V3.125C11.875 2.77982 11.5952 2.5 11.25 2.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 13.125H3.75C3.40482 13.125 3.125 13.4048 3.125 13.75V16.25C3.125 16.5952 3.40482 16.875 3.75 16.875H6.25C6.59519 16.875 6.875 16.5952 6.875 16.25V13.75C6.875 13.4048 6.59519 13.125 6.25 13.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 13.125H13.75C13.4048 13.125 13.125 13.4048 13.125 13.75V16.25C13.125 16.5952 13.4048 16.875 13.75 16.875H16.25C16.5952 16.875 16.875 16.5952 16.875 16.25V13.75C16.875 13.4048 16.5952 13.125 16.25 13.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 6.25V9.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15 9.375V13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5 13.125V9.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.875 9.375H18.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),_i=o("network-slash",[["path",{d:"M6.25 13.125H3.75C3.40482 13.125 3.125 13.4048 3.125 13.75V16.25C3.125 16.5952 3.40482 16.875 3.75 16.875H6.25C6.59519 16.875 6.875 16.5952 6.875 16.25V13.75C6.875 13.4048 6.59519 13.125 6.25 13.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5 13.125V9.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 4.21875V3.125C8.125 2.95924 8.19088 2.80027 8.30806 2.68306C8.42525 2.56585 8.58425 2.5 8.75 2.5H11.25C11.4157 2.5 11.5747 2.56585 11.6919 2.68306C11.8091 2.80027 11.875 2.95924 11.875 3.125V5.625C11.875 5.79076 11.8091 5.94973 11.6919 6.06694C11.5747 6.18415 11.4157 6.25 11.25 6.25H9.96956",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 3.125L16.25 16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.8101 9.375H18.1249",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.875 9.375H9.43206",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15 9.375V11.7836",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),$i=o("network-x",[["path",{d:"M11.25 2.5H8.75C8.40481 2.5 8.125 2.77982 8.125 3.125V5.625C8.125 5.97018 8.40481 6.25 8.75 6.25H11.25C11.5952 6.25 11.875 5.97018 11.875 5.625V3.125C11.875 2.77982 11.5952 2.5 11.25 2.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 13.125H3.75C3.40482 13.125 3.125 13.4048 3.125 13.75V16.25C3.125 16.5952 3.40482 16.875 3.75 16.875H6.25C6.59519 16.875 6.875 16.5952 6.875 16.25V13.75C6.875 13.4048 6.59519 13.125 6.25 13.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 6.25V9.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5 13.125V9.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15 11.25V9.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.875 9.375H18.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 13.125L16.875 16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.875 13.125L13.125 16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),oC=o("newspaper",[["path",{d:"M7.5 8.75H13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 11.25H13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 15.625C2.83152 15.625 3.14946 15.4933 3.38388 15.2589C3.61831 15.0244 3.75 14.7065 3.75 14.375V5C3.75 4.83424 3.81585 4.67527 3.93306 4.55806C4.05027 4.44085 4.20924 4.375 4.375 4.375H16.875C17.0407 4.375 17.1997 4.44085 17.3169 4.55806C17.4341 4.67527 17.5 4.83424 17.5 5V14.375C17.5 14.7065 17.3683 15.0244 17.1339 15.2589C16.8994 15.4933 16.5815 15.625 16.25 15.625H2.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 15.625C2.16848 15.625 1.85054 15.4933 1.61612 15.2589C1.38169 15.0244 1.25 14.7065 1.25 14.375V6.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),rC=o("newspaper-clipping",[["path",{d:"M2.5 16.875V4.375C2.5 4.20924 2.56585 4.05027 2.68306 3.93306C2.80027 3.81585 2.95924 3.75 3.125 3.75H16.875C17.0407 3.75 17.1997 3.81585 17.3169 3.93306C17.4341 4.05027 17.5 4.20924 17.5 4.375V16.875L15 15.625L12.5 16.875L10 15.625L7.5 16.875L5 15.625L2.5 16.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 8.75H15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 11.25H15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.75 7.5H5V12.5H8.75V7.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),eC=o("notches",[["path",{d:"M16.25 10L10 16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15 3.125L3.125 15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),nC=o("note",[["path",{d:"M7.5 7.5H12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 10H12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 12.5H10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.2414 16.875H3.75C3.58424 16.875 3.42527 16.8091 3.30806 16.6919C3.19085 16.5747 3.125 16.4157 3.125 16.25V3.75C3.125 3.58424 3.19085 3.42527 3.30806 3.30806C3.42527 3.19085 3.58424 3.125 3.75 3.125H16.25C16.4157 3.125 16.5747 3.19085 16.6919 3.30806C16.8091 3.42527 16.875 3.58424 16.875 3.75V12.2414C16.8749 12.4069 16.8092 12.5657 16.6922 12.6828L12.6828 16.6922C12.5657 16.8092 12.4069 16.8749 12.2414 16.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.8187 12.4993H12.5V16.818",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),tC=o("note-blank",[["path",{d:"M12.2414 16.875H3.75C3.58424 16.875 3.42527 16.8091 3.30806 16.6919C3.19085 16.5747 3.125 16.4157 3.125 16.25V3.75C3.125 3.58424 3.19085 3.42527 3.30806 3.30806C3.42527 3.19085 3.58424 3.125 3.75 3.125H16.25C16.4157 3.125 16.5747 3.19085 16.6919 3.30806C16.8091 3.42527 16.875 3.58424 16.875 3.75V12.2414C16.8749 12.4069 16.8092 12.5657 16.6922 12.6828L12.6828 16.6922C12.5657 16.8092 12.4069 16.8749 12.2414 16.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.8187 12.4993H12.5V16.8188",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),sC=o("notebook",[["path",{d:"M8.75 8.75H13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.75 11.25H13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 3.125H3.75C3.40482 3.125 3.125 3.40482 3.125 3.75V16.25C3.125 16.5952 3.40482 16.875 3.75 16.875H16.25C16.5952 16.875 16.875 16.5952 16.875 16.25V3.75C16.875 3.40482 16.5952 3.125 16.25 3.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 3.125V16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),iC=o("notepad",[["path",{d:"M7.5 10H12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 12.5H12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 3.125H16.25V15.625C16.25 16.1222 16.0524 16.5992 15.7008 16.9508C15.3492 17.3024 14.8722 17.5 14.375 17.5H5.625C5.12772 17.5 4.65081 17.3024 4.29918 16.9508C3.94754 16.5992 3.75 16.1222 3.75 15.625V3.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 1.875V4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 1.875V4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 1.875V4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),CC=o("note-pencil",[["path",{d:"M10 12.5H7.5V10L15 2.5L17.5 5L10 12.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 4.375L15.625 6.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.875 10V16.25C16.875 16.4157 16.8091 16.5747 16.6919 16.6919C16.5747 16.8091 16.4157 16.875 16.25 16.875H3.75C3.58424 16.875 3.42527 16.8091 3.30806 16.6919C3.19085 16.5747 3.125 16.4157 3.125 16.25V3.75C3.125 3.58424 3.19085 3.42527 3.30806 3.30806C3.42527 3.19085 3.58424 3.125 3.75 3.125H10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),uC=o("not-equals",[["path",{d:"M3.125 12.5H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 7.5H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 3.125L3.75 16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),kC=o("notification",[["path",{d:"M16.25 10V16.25C16.25 16.4157 16.1841 16.5747 16.0669 16.6919C15.9497 16.8091 15.7907 16.875 15.625 16.875H3.75C3.58424 16.875 3.42527 16.8091 3.30806 16.6919C3.19085 16.5747 3.125 16.4157 3.125 16.25V4.375C3.125 4.20924 3.19085 4.05027 3.30806 3.93306C3.42527 3.81585 3.58424 3.75 3.75 3.75H10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.3125 6.875C16.5206 6.875 17.5 5.89562 17.5 4.6875C17.5 3.47938 16.5206 2.5 15.3125 2.5C14.1044 2.5 13.125 3.47938 13.125 4.6875C13.125 5.89562 14.1044 6.875 15.3125 6.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),aC=o("notion-logo",[["path",{d:"M3.125 3.75H5L11.875 16.25H15V3.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 16.25H6.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 3.75H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15 16.25L8.125 3.75H5V16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),dC=o("not-member-of",[["path",{d:"M16.25 3.125L3.75 16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 3.75H10C8.34238 3.75 6.75269 4.40848 5.58058 5.58058C4.40848 6.75269 3.75 8.34238 3.75 10C3.75 11.6576 4.40848 13.2473 5.58058 14.4194C6.75269 15.5915 8.34238 16.25 10 16.25H15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 10H3.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),cC=o("not-subset-of",[["path",{d:"M16.25 3.125L3.75 16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 3.75H10C8.34238 3.75 6.75269 4.40848 5.58058 5.58058C4.40848 6.75269 3.75 8.34238 3.75 10C3.75 11.6576 4.40848 13.2473 5.58058 14.4194C6.75269 15.5915 8.34238 16.25 10 16.25H15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),LC=o("not-superset-of",[["path",{d:"M4.375 3.75H11.875C13.0353 3.75 14.1481 4.21094 14.9686 5.03141C15.7891 5.85188 16.25 6.96469 16.25 8.125C16.25 9.28531 15.7891 10.3981 14.9686 11.2186C14.1481 12.0391 13.0353 12.5 11.875 12.5H4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 3.125L3.75 16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 15.625H4.88672",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),pC=o("nuclear-plant",[["path",{d:"M15 1.875C15 2.20652 14.8683 2.52446 14.6339 2.75888C14.3994 2.99331 14.0815 3.125 13.75 3.125H11.875C11.5435 3.125 11.2256 3.25669 10.9911 3.49112C10.7567 3.72554 10.625 4.04348 10.625 4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 0.625H11.875C10.8804 0.625 9.92662 1.02009 9.22337 1.72335C8.52006 2.42661 8.125 3.38044 8.125 4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.25 16.875H18.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.94287 16.875C3.99678 14.8164 5.46865 11.293 5.61396 7.47188C5.62121 7.31106 5.69025 7.15919 5.80668 7.048C5.92311 6.93681 6.07796 6.87481 6.23896 6.875H10.6374C10.7984 6.87481 10.9533 6.93681 11.0697 7.048C11.1861 7.15919 11.2551 7.31106 11.2624 7.47188C11.4054 11.293 12.8796 14.8156 13.9335 16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.6367 6.875H13.1367C13.2975 6.87481 13.4523 6.93669 13.5687 7.04775C13.6852 7.15875 13.7543 7.31038 13.7617 7.47113C13.9453 11.6571 15.9977 15.5375 16.7805 16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),lC=o("number-circle-eight",[["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 9.6875C11.0356 9.6875 11.875 8.84806 11.875 7.8125C11.875 6.77694 11.0356 5.9375 10 5.9375C8.96444 5.9375 8.125 6.77694 8.125 7.8125C8.125 8.84806 8.96444 9.6875 10 9.6875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 14.0625C11.2081 14.0625 12.1875 13.0831 12.1875 11.875C12.1875 10.6669 11.2081 9.6875 10 9.6875C8.79188 9.6875 7.8125 10.6669 7.8125 11.875C7.8125 13.0831 8.79188 14.0625 10 14.0625Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),hC=o("number-circle-five",[["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 6.25H8.75L8.125 10C8.33019 9.79631 8.57425 9.63594 8.84269 9.52856C9.11113 9.42119 9.39844 9.369 9.6875 9.375C10.2677 9.375 10.8241 9.60544 11.2343 10.0157C11.6446 10.4259 11.875 10.9823 11.875 11.5625C11.875 12.1427 11.6446 12.6991 11.2343 13.1093C10.8241 13.5196 10.2677 13.75 9.6875 13.75C9.39844 13.756 9.11113 13.7038 8.84269 13.5964C8.57425 13.4891 8.33019 13.3287 8.125 13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),MC=o("number-circle-four",[["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 11.875H6.875L11.25 6.25V13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),jC=o("number-circle-nine",[["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 10.625C11.2081 10.625 12.1875 9.64562 12.1875 8.4375C12.1875 7.22938 11.2081 6.25 10 6.25C8.79188 6.25 7.8125 7.22938 7.8125 8.4375C7.8125 9.64562 8.79188 10.625 10 10.625Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.8945 9.53125L9.375 13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),HC=o("number-circle-one",[["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.3125 13.75V6.25L8.4375 7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),BC=o("number-circle-seven",[["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 6.875H11.875L9.375 13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),VC=o("number-circle-six",[["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 13.75C11.2081 13.75 12.1875 12.7706 12.1875 11.5625C12.1875 10.3544 11.2081 9.375 10 9.375C8.79188 9.375 7.8125 10.3544 7.8125 11.5625C7.8125 12.7706 8.79188 13.75 10 13.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.10547 10.4688L10.625 6.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),wC=o("number-circle-three",[["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 6.5625H11.875L9.6875 9.6875C10.0481 9.68756 10.4032 9.77675 10.721 9.94719C11.0389 10.1177 11.3096 10.3641 11.5092 10.6644C11.7087 10.9648 11.831 11.3099 11.8649 11.6689C11.8989 12.028 11.8436 12.3899 11.7039 12.7224C11.5642 13.0549 11.3444 13.3476 11.0643 13.5747C10.784 13.8017 10.452 13.9559 10.0978 14.0236C9.7435 14.0913 9.37806 14.0704 9.03387 13.9627C8.68969 13.8549 8.37744 13.6638 8.125 13.4063",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),bC=o("number-circle-two",[["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 13.7499H8.125L11.4976 9.25307C11.6603 9.03713 11.7742 8.78857 11.8317 8.52445C11.8892 8.26032 11.8889 7.98682 11.8309 7.72282C11.7728 7.45882 11.6584 7.21051 11.4954 6.99482C11.3324 6.7792 11.1246 6.60138 10.8865 6.47351C10.6483 6.34563 10.3853 6.27076 10.1155 6.25407C9.84569 6.23737 9.5755 6.2792 9.32338 6.3767C9.07125 6.4742 8.84319 6.62507 8.65481 6.81895C8.46644 7.01282 8.32219 7.24513 8.23206 7.49995",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),SC=o("number-circle-zero",[["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 13.75C11.5533 13.75 12.8125 12.0711 12.8125 10C12.8125 7.92894 11.5533 6.25 10 6.25C8.44669 6.25 7.1875 7.92894 7.1875 10C7.1875 12.0711 8.44669 13.75 10 13.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),vC=o("number-eight",[["path",{d:"M10 16.875C12.0711 16.875 13.75 15.1961 13.75 13.125C13.75 11.0539 12.0711 9.375 10 9.375C7.92894 9.375 6.25 11.0539 6.25 13.125C6.25 15.1961 7.92894 16.875 10 16.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 9.375C11.7259 9.375 13.125 7.97587 13.125 6.25C13.125 4.52411 11.7259 3.125 10 3.125C8.27413 3.125 6.875 4.52411 6.875 6.25C6.875 7.97587 8.27413 9.375 10 9.375Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),xC=o("number-five",[["path",{d:"M6.875 15.2953C7.41156 15.7752 8.07487 16.0904 8.78581 16.2035C9.49669 16.3166 10.2251 16.2227 10.8841 15.9329C11.5431 15.6433 12.1047 15.17 12.502 14.5697C12.8993 13.9694 13.1154 13.2675 13.1245 12.5478C13.1337 11.828 12.9355 11.1207 12.5536 10.5106C12.1717 9.90044 11.6223 9.41306 10.9709 9.10669C10.3195 8.80031 9.59369 8.68787 8.88013 8.78287C8.16663 8.87781 7.49544 9.17612 6.94687 9.64219L8.125 3.75H13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),gC=o("number-four",[["path",{d:"M14.375 13.125H5L12.5 3.75V16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),ZC=o("number-nine",[["path",{d:"M10 11.25C12.0711 11.25 13.75 9.57106 13.75 7.5C13.75 5.42893 12.0711 3.75 10 3.75C7.92894 3.75 6.25 5.42893 6.25 7.5C6.25 9.57106 7.92894 11.25 10 11.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.375 16.25L13.2477 9.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),mC=o("number-one",[["path",{d:"M7.5 5.625L10.625 3.75V16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),fC=o("number-seven",[["path",{d:"M6.875 3.75H13.125L9.375 16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),yC=o("number-six",[["path",{d:"M10 16.25C12.0711 16.25 13.75 14.5711 13.75 12.5C13.75 10.4289 12.0711 8.75 10 8.75C7.92894 8.75 6.25 10.4289 6.25 12.5C6.25 14.5711 7.92894 16.25 10 16.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.75244 10.625L10.6251 3.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),PC=o("number-square-eight",[["path",{d:"M16.25 3.125H3.75C3.40482 3.125 3.125 3.40482 3.125 3.75V16.25C3.125 16.5952 3.40482 16.875 3.75 16.875H16.25C16.5952 16.875 16.875 16.5952 16.875 16.25V3.75C16.875 3.40482 16.5952 3.125 16.25 3.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 9.6875C11.0356 9.6875 11.875 8.84806 11.875 7.8125C11.875 6.77694 11.0356 5.9375 10 5.9375C8.96444 5.9375 8.125 6.77694 8.125 7.8125C8.125 8.84806 8.96444 9.6875 10 9.6875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 14.0625C11.2081 14.0625 12.1875 13.0831 12.1875 11.875C12.1875 10.6669 11.2081 9.6875 10 9.6875C8.79188 9.6875 7.8125 10.6669 7.8125 11.875C7.8125 13.0831 8.79188 14.0625 10 14.0625Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),TC=o("number-square-five",[["path",{d:"M16.25 3.125H3.75C3.40482 3.125 3.125 3.40482 3.125 3.75V16.25C3.125 16.5952 3.40482 16.875 3.75 16.875H16.25C16.5952 16.875 16.875 16.5952 16.875 16.25V3.75C16.875 3.40482 16.5952 3.125 16.25 3.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 6.25H8.75L8.125 10C8.33019 9.79631 8.57425 9.63594 8.84269 9.52856C9.11113 9.42119 9.39844 9.369 9.6875 9.375C10.2677 9.375 10.8241 9.60544 11.2343 10.0157C11.6446 10.4259 11.875 10.9823 11.875 11.5625C11.875 12.1427 11.6446 12.6991 11.2343 13.1093C10.8241 13.5196 10.2677 13.75 9.6875 13.75C9.39844 13.756 9.11113 13.7038 8.84269 13.5964C8.57425 13.4891 8.33019 13.3287 8.125 13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),AC=o("number-square-four",[["path",{d:"M16.25 3.125H3.75C3.40482 3.125 3.125 3.40482 3.125 3.75V16.25C3.125 16.5952 3.40482 16.875 3.75 16.875H16.25C16.5952 16.875 16.875 16.5952 16.875 16.25V3.75C16.875 3.40482 16.5952 3.125 16.25 3.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 11.875H6.875L11.25 6.25V13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),FC=o("number-square-nine",[["path",{d:"M16.25 3.125H3.75C3.40482 3.125 3.125 3.40482 3.125 3.75V16.25C3.125 16.5952 3.40482 16.875 3.75 16.875H16.25C16.5952 16.875 16.875 16.5952 16.875 16.25V3.75C16.875 3.40482 16.5952 3.125 16.25 3.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 10.625C11.2081 10.625 12.1875 9.64562 12.1875 8.4375C12.1875 7.22938 11.2081 6.25 10 6.25C8.79188 6.25 7.8125 7.22938 7.8125 8.4375C7.8125 9.64562 8.79188 10.625 10 10.625Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.8945 9.53125L9.375 13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),DC=o("number-square-one",[["path",{d:"M16.25 3.125H3.75C3.40482 3.125 3.125 3.40482 3.125 3.75V16.25C3.125 16.5952 3.40482 16.875 3.75 16.875H16.25C16.5952 16.875 16.875 16.5952 16.875 16.25V3.75C16.875 3.40482 16.5952 3.125 16.25 3.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.3125 13.75V6.25L8.4375 7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),qC=o("number-square-seven",[["path",{d:"M16.25 3.125H3.75C3.40482 3.125 3.125 3.40482 3.125 3.75V16.25C3.125 16.5952 3.40482 16.875 3.75 16.875H16.25C16.5952 16.875 16.875 16.5952 16.875 16.25V3.75C16.875 3.40482 16.5952 3.125 16.25 3.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 6.875H11.875L9.375 13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),RC=o("number-square-six",[["path",{d:"M16.25 3.125H3.75C3.40482 3.125 3.125 3.40482 3.125 3.75V16.25C3.125 16.5952 3.40482 16.875 3.75 16.875H16.25C16.5952 16.875 16.875 16.5952 16.875 16.25V3.75C16.875 3.40482 16.5952 3.125 16.25 3.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 13.75C11.2081 13.75 12.1875 12.7706 12.1875 11.5625C12.1875 10.3544 11.2081 9.375 10 9.375C8.79188 9.375 7.8125 10.3544 7.8125 11.5625C7.8125 12.7706 8.79188 13.75 10 13.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.10547 10.4688L10.625 6.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),UC=o("number-square-three",[["path",{d:"M16.25 3.125H3.75C3.40482 3.125 3.125 3.40482 3.125 3.75V16.25C3.125 16.5952 3.40482 16.875 3.75 16.875H16.25C16.5952 16.875 16.875 16.5952 16.875 16.25V3.75C16.875 3.40482 16.5952 3.125 16.25 3.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 6.25H11.875L9.6875 9.375C10.0481 9.37506 10.4032 9.46425 10.721 9.63469C11.0389 9.80519 11.3096 10.0516 11.5092 10.3519C11.7087 10.6523 11.831 10.9974 11.8649 11.3564C11.8989 11.7155 11.8436 12.0774 11.7039 12.4099C11.5642 12.7424 11.3444 13.0351 11.0643 13.2622C10.784 13.4892 10.452 13.6434 10.0978 13.7111C9.7435 13.7788 9.37806 13.7579 9.03387 13.6502C8.68969 13.5424 8.37744 13.3513 8.125 13.0938",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),NC=o("number-square-two",[["path",{d:"M16.25 3.125H3.75C3.40482 3.125 3.125 3.40482 3.125 3.75V16.25C3.125 16.5952 3.40482 16.875 3.75 16.875H16.25C16.5952 16.875 16.875 16.5952 16.875 16.25V3.75C16.875 3.40482 16.5952 3.125 16.25 3.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 13.7499H8.125L11.4976 9.25307C11.6603 9.03713 11.7742 8.78857 11.8317 8.52445C11.8892 8.26032 11.8889 7.98682 11.8309 7.72282C11.7728 7.45882 11.6584 7.21051 11.4954 6.99482C11.3324 6.7792 11.1246 6.60138 10.8865 6.47351C10.6483 6.34563 10.3853 6.27076 10.1155 6.25407C9.84569 6.23737 9.5755 6.2792 9.32338 6.3767C9.07125 6.4742 8.84319 6.62507 8.65481 6.81895C8.46644 7.01282 8.32219 7.24513 8.23206 7.49995",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),GC=o("number-square-zero",[["path",{d:"M10 13.75C11.5533 13.75 12.8125 12.0711 12.8125 10C12.8125 7.92894 11.5533 6.25 10 6.25C8.44669 6.25 7.1875 7.92894 7.1875 10C7.1875 12.0711 8.44669 13.75 10 13.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 3.125H3.75C3.40482 3.125 3.125 3.40482 3.125 3.75V16.25C3.125 16.5952 3.40482 16.875 3.75 16.875H16.25C16.5952 16.875 16.875 16.5952 16.875 16.25V3.75C16.875 3.40482 16.5952 3.125 16.25 3.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),zC=o("number-three",[["path",{d:"M6.875 3.75H13.125L9.375 8.75C9.98281 8.75006 10.5816 8.89781 11.1196 9.18069C11.6576 9.4635 12.1188 9.87288 12.4635 10.3735C12.8082 10.8742 13.026 11.4511 13.0982 12.0546C13.1704 12.6582 13.0948 13.2702 12.8779 13.8381C12.661 14.4059 12.3094 14.9124 11.8532 15.3142C11.3971 15.7159 10.8501 16.0007 10.2594 16.1442C9.66875 16.2876 9.05206 16.2852 8.46244 16.1373C7.87287 15.9894 7.32806 15.7005 6.875 15.2953",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),EC=o("number-two",[["path",{d:"M7.13519 5.62499C7.31169 5.22071 7.57181 4.85839 7.89844 4.56185C8.225 4.26531 8.61069 4.04128 9.03013 3.9045C9.4495 3.76772 9.89312 3.72129 10.3317 3.76825C10.7704 3.81522 11.1941 3.95452 11.5751 4.17699C11.956 4.39947 12.2855 4.70007 12.5419 5.05904C12.7983 5.418 12.9758 5.82719 13.0628 6.25969C13.1497 6.69219 13.1441 7.13819 13.0463 7.56832C12.9485 7.9985 12.7607 8.40307 12.4953 8.75544L6.875 16.25H13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),OC=o("number-zero",[["path",{d:"M10 16.875C12.7614 16.875 15 13.7969 15 10C15 6.20304 12.7614 3.125 10 3.125C7.23856 3.125 5 6.20304 5 10C5 13.7969 7.23856 16.875 10 16.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),WC=o("numpad",[["path",{d:"M5 4.84375C5.60406 4.84375 6.09375 4.35406 6.09375 3.75C6.09375 3.14594 5.60406 2.65625 5 2.65625C4.39594 2.65625 3.90625 3.14594 3.90625 3.75C3.90625 4.35406 4.39594 4.84375 5 4.84375Z",fill:"currentColor",stroke:"none"}],["path",{d:"M10 4.84375C10.6041 4.84375 11.0938 4.35406 11.0938 3.75C11.0938 3.14594 10.6041 2.65625 10 2.65625C9.39594 2.65625 8.90625 3.14594 8.90625 3.75C8.90625 4.35406 9.39594 4.84375 10 4.84375Z",fill:"currentColor",stroke:"none"}],["path",{d:"M15 4.84375C15.6041 4.84375 16.0938 4.35406 16.0938 3.75C16.0938 3.14594 15.6041 2.65625 15 2.65625C14.3959 2.65625 13.9062 3.14594 13.9062 3.75C13.9062 4.35406 14.3959 4.84375 15 4.84375Z",fill:"currentColor",stroke:"none"}],["path",{d:"M5 9.21875C5.60406 9.21875 6.09375 8.72906 6.09375 8.125C6.09375 7.52094 5.60406 7.03125 5 7.03125C4.39594 7.03125 3.90625 7.52094 3.90625 8.125C3.90625 8.72906 4.39594 9.21875 5 9.21875Z",fill:"currentColor",stroke:"none"}],["path",{d:"M10 9.21875C10.6041 9.21875 11.0938 8.72906 11.0938 8.125C11.0938 7.52094 10.6041 7.03125 10 7.03125C9.39594 7.03125 8.90625 7.52094 8.90625 8.125C8.90625 8.72906 9.39594 9.21875 10 9.21875Z",fill:"currentColor",stroke:"none"}],["path",{d:"M15 9.21875C15.6041 9.21875 16.0938 8.72906 16.0938 8.125C16.0938 7.52094 15.6041 7.03125 15 7.03125C14.3959 7.03125 13.9062 7.52094 13.9062 8.125C13.9062 8.72906 14.3959 9.21875 15 9.21875Z",fill:"currentColor",stroke:"none"}],["path",{d:"M5 13.5938C5.60406 13.5938 6.09375 13.1041 6.09375 12.5C6.09375 11.8959 5.60406 11.4062 5 11.4062C4.39594 11.4062 3.90625 11.8959 3.90625 12.5C3.90625 13.1041 4.39594 13.5938 5 13.5938Z",fill:"currentColor",stroke:"none"}],["path",{d:"M10 13.5938C10.6041 13.5938 11.0938 13.1041 11.0938 12.5C11.0938 11.8959 10.6041 11.4062 10 11.4062C9.39594 11.4062 8.90625 11.8959 8.90625 12.5C8.90625 13.1041 9.39594 13.5938 10 13.5938Z",fill:"currentColor",stroke:"none"}],["path",{d:"M10 17.9688C10.6041 17.9688 11.0938 17.4791 11.0938 16.875C11.0938 16.2709 10.6041 15.7812 10 15.7812C9.39594 15.7812 8.90625 16.2709 8.90625 16.875C8.90625 17.4791 9.39594 17.9688 10 17.9688Z",fill:"currentColor",stroke:"none"}],["path",{d:"M15 13.5938C15.6041 13.5938 16.0938 13.1041 16.0938 12.5C16.0938 11.8959 15.6041 11.4062 15 11.4062C14.3959 11.4062 13.9062 11.8959 13.9062 12.5C13.9062 13.1041 14.3959 13.5938 15 13.5938Z",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),IC=o("nut",[["path",{d:"M10 13.125C11.7259 13.125 13.125 11.7259 13.125 10C13.125 8.27413 11.7259 6.875 10 6.875C8.27413 6.875 6.875 8.27413 6.875 10C6.875 11.7259 8.27413 13.125 10 13.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.175 14.2842L10.3 18.0483C10.208 18.0986 10.1049 18.1249 10 18.1249C9.89513 18.1249 9.792 18.0986 9.7 18.0483L2.825 14.2842C2.72683 14.2304 2.64488 14.1514 2.58772 14.0552C2.53055 13.959 2.50026 13.8492 2.5 13.7373V6.26388C2.50026 6.15196 2.53055 6.04218 2.58772 5.94598C2.64488 5.84979 2.72683 5.7707 2.825 5.71699L9.7 1.95293C9.792 1.9026 9.89513 1.87622 10 1.87622C10.1049 1.87622 10.208 1.9026 10.3 1.95293L17.175 5.71699C17.2732 5.7707 17.3551 5.84979 17.4123 5.94598C17.4694 6.04218 17.4998 6.15196 17.5 6.26388V13.7358C17.5 13.8479 17.4699 13.958 17.4127 14.0545C17.3555 14.151 17.2734 14.2303 17.175 14.2842Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),XC=o("ny-times-logo",[["path",{d:"M13.4375 12.6562C14.0416 12.6562 14.5312 12.1666 14.5312 11.5625C14.5312 10.9584 14.0416 10.4688 13.4375 10.4688C12.8334 10.4688 12.3438 10.9584 12.3438 11.5625C12.3438 12.1666 12.8334 12.6562 13.4375 12.6562Z",fill:"currentColor",stroke:"none"}],["path",{d:"M7.5 10.0837V16.9798",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.80127 12.0554L9.99969 8.75V17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.9638 13.1251C15.6249 14.2023 15.0005 15.1675 14.1569 15.9182C13.3134 16.6689 12.2822 17.177 11.173 17.3886C10.0638 17.6002 8.91794 17.5073 7.85732 17.1198C6.79669 16.7323 5.86081 16.0647 5.1492 15.188C4.43758 14.3112 3.97679 13.258 3.8158 12.1404C3.65481 11.0227 3.79963 9.88225 4.23487 8.84031C4.67011 7.79831 5.37951 6.89375 6.28769 6.22268C7.19588 5.55162 8.26888 5.13913 9.39269 5.02905",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.01461 7.47969C4.46537 7.40431 3.96524 7.12319 3.61533 6.69325C3.26541 6.26325 3.09181 5.71641 3.12961 5.16333C3.16741 4.61024 3.41381 4.09213 3.81898 3.71375C4.22416 3.33537 4.75788 3.12494 5.31226 3.125L14.6873 7.5C15.2674 7.5 15.8238 7.26956 16.2341 6.85931C16.6443 6.44906 16.8748 5.89266 16.8748 5.3125C16.8748 4.73234 16.6443 4.17594 16.2341 3.76571C15.8238 3.35547 15.2674 3.125 14.6873 3.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),KC=o("octagon",[["path",{d:"M12.8476 2.5H7.15238C7.07025 2.49994 6.98894 2.51605 6.91306 2.54741C6.83719 2.57878 6.76825 2.62479 6.71019 2.68281L2.68281 6.71019C2.62479 6.76825 2.57878 6.83719 2.54741 6.91306C2.51605 6.98894 2.49994 7.07025 2.5 7.15238V12.8476C2.49994 12.9298 2.51605 13.0111 2.54741 13.0869C2.57878 13.1628 2.62479 13.2317 2.68281 13.2899L6.71019 17.3172C6.76825 17.3752 6.83719 17.4212 6.91306 17.4526C6.98894 17.4839 7.07025 17.5001 7.15238 17.5H12.8476C12.9298 17.5001 13.0111 17.4839 13.0869 17.4526C13.1628 17.4212 13.2317 17.3752 13.2899 17.3172L17.3172 13.2899C17.3752 13.2317 17.4212 13.1628 17.4526 13.0869C17.4839 13.0111 17.5001 12.9298 17.5 12.8476V7.15238C17.5001 7.07025 17.4839 6.98894 17.4526 6.91306C17.4212 6.83719 17.3752 6.76825 17.3172 6.71019L13.2899 2.68281C13.2317 2.62479 13.1628 2.57878 13.0869 2.54741C13.0111 2.51605 12.9298 2.49994 12.8476 2.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),JC=o("office-chair",[["path",{d:"M5.625 18.125C5.625 17.6278 5.82254 17.1508 6.17418 16.7992C6.52581 16.4476 7.00275 16.25 7.5 16.25H12.5C12.9972 16.25 13.4742 16.4476 13.8258 16.7992C14.1774 17.1508 14.375 17.6278 14.375 18.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 13.125V18.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.25 10H3.125C3.125 10.8288 3.45424 11.6237 4.04029 12.2097C4.62634 12.7957 5.4212 13.125 6.25 13.125H13.75C14.5788 13.125 15.3737 12.7957 15.9597 12.2097C16.5457 11.6237 16.875 10.8288 16.875 10H18.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.32188 1.875C7.17144 1.87499 7.026 1.92928 6.91231 2.02787C6.79869 2.12647 6.72438 2.26276 6.70313 2.41172L5.63127 9.91175C5.61862 10.0004 5.62516 10.0907 5.65046 10.1766C5.67576 10.2624 5.71921 10.3419 5.77788 10.4096C5.83656 10.4772 5.90908 10.5314 5.99053 10.5686C6.07199 10.6057 6.16048 10.625 6.25 10.625H13.75C13.8396 10.625 13.9281 10.6057 14.0095 10.5686C14.0909 10.5314 14.1635 10.4772 14.2221 10.4096C14.2808 10.3419 14.3242 10.2624 14.3496 10.1766C14.3749 10.0907 14.3814 10.0004 14.3687 9.91175L13.2969 2.41172C13.2756 2.26276 13.2014 2.12647 13.0877 2.02787C12.974 1.92928 12.8286 1.87499 12.6781 1.875H7.32188Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),QC=o("onigiri",[["path",{d:"M6.875 17.5V13.125C6.875 12.9593 6.94088 12.8003 7.05806 12.6831C7.17525 12.5659 7.33425 12.5 7.5 12.5H12.5C12.6657 12.5 12.8247 12.5659 12.9419 12.6831C13.0591 12.8003 13.125 12.9593 13.125 13.125V17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.44456 11.7724C0.894564 14.2701 2.69066 17.4998 5.63128 17.4998H14.3688C17.3094 17.4998 19.1055 14.2701 17.5555 11.7724L13.186 4.27246C11.7188 1.90918 8.28131 1.90918 6.81413 4.27246L2.44456 11.7724Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),YC=o("open-ai-logo",[["path",{d:"M8.125 11.0829V6.03057L11.6016 4.02354C12.3066 3.61629 13.1251 3.44957 13.9332 3.54859C14.7414 3.64761 15.4954 4.00697 16.0813 4.57239C16.6672 5.1378 17.0531 5.87854 17.1808 6.68268C17.3085 7.48687 17.171 8.31068 16.7891 9.02981",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 12.1649L5.625 9.63918V5.62512C5.62487 4.81097 5.8897 4.0189 6.3795 3.36855C6.86925 2.7182 7.55737 2.24492 8.33994 2.0202C9.12244 1.79547 9.95681 1.83152 10.7171 2.12289C11.4773 2.41425 12.1221 2.94512 12.5539 3.63528",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.8749 11.0831L7.49994 13.6089L4.02339 11.6018C3.31979 11.1942 2.76777 10.5689 2.45051 9.82012C2.13325 9.07143 2.06796 8.23987 2.26448 7.45081C2.46099 6.66174 2.90866 5.95794 3.54002 5.44548C4.17138 4.93301 4.9522 4.63966 5.76481 4.60962",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.8752 8.91748V13.9698L8.39862 15.9769C7.69356 16.3841 6.87512 16.5508 6.06693 16.4518C5.25875 16.3528 4.50475 15.9934 3.91887 15.428C3.33298 14.8626 2.94704 14.1219 2.81935 13.3177C2.69167 12.5135 2.82918 11.6897 3.21111 10.9706",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.0002 7.83521L14.3752 10.361V14.3751C14.3754 15.1892 14.1105 15.9813 13.6207 16.6316C13.1309 17.282 12.4428 17.7553 11.6603 17.98C10.8778 18.2047 10.0434 18.1686 9.28316 17.8773C8.52291 17.586 7.87816 17.0551 7.44629 16.3649",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 8.91711L12.5 6.39136L15.9766 8.39836C16.682 8.80523 17.2358 9.43067 17.5542 10.1801C17.8727 10.9296 17.9387 11.7624 17.7419 12.5525C17.5453 13.3428 17.0967 14.0475 16.464 14.5602C15.8314 15.0729 15.049 15.3658 14.2352 15.3945",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),_C=o("option",[["path",{d:"M2.5 6.25H7.42656C7.54256 6.25006 7.65619 6.28237 7.75487 6.34337C7.8535 6.40437 7.93325 6.49162 7.98513 6.59531L12.0148 14.6547C12.0667 14.7584 12.1465 14.8456 12.2451 14.9066C12.3438 14.9676 12.4574 14.9999 12.5734 15H17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 6.25H17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),$C=o("orange",[["path",{d:"M10 18.125C13.4517 18.125 16.25 15.3267 16.25 11.875C16.25 8.42325 13.4517 5.625 10 5.625C6.54825 5.625 3.75 8.42325 3.75 11.875C3.75 15.3267 6.54825 18.125 10 18.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 5.625C10 4.46467 10.4609 3.35188 11.2814 2.53141C12.1019 1.71094 13.2147 1.25 14.375 1.25H15C15 2.41033 14.5391 3.52312 13.7186 4.34359C12.8981 5.16406 11.7853 5.625 10.625 5.625H10Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 5.625C10 4.46467 9.53906 3.35188 8.71856 2.53141C7.89813 1.71094 6.78531 1.25 5.625 1.25H5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 12.5C13.6105 13.2777 13.2363 13.994 12.6776 14.5526C12.119 15.1113 11.4027 15.4855 10.625 15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),ou=o("orange-slice",[["path",{d:"M19.375 6.875C19.375 9.36137 18.3872 11.746 16.6291 13.5041C14.871 15.2622 12.4864 16.25 10 16.25C7.51363 16.25 5.12903 15.2622 3.37088 13.5041C1.61272 11.746 0.625 9.36137 0.625 6.875H19.375Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.875 6.875C16.875 8.69837 16.1507 10.4471 14.8614 11.7364C13.5721 13.0257 11.8234 13.75 10 13.75C8.17663 13.75 6.42794 13.0257 5.13864 11.7364C3.84933 10.4471 3.125 8.69837 3.125 6.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 6.875V13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 6.875L14.8617 11.7367",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.99988 6.875L5.13818 11.7367",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),ru=o("oven",[["path",{d:"M16.25 3.125H3.75C3.40482 3.125 3.125 3.40482 3.125 3.75V16.25C3.125 16.5952 3.40482 16.875 3.75 16.875H16.25C16.5952 16.875 16.875 16.5952 16.875 16.25V3.75C16.875 3.40482 16.5952 3.125 16.25 3.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.5625 6.71875C6.994 6.71875 7.34375 6.369 7.34375 5.9375C7.34375 5.50602 6.994 5.15625 6.5625 5.15625C6.13102 5.15625 5.78125 5.50602 5.78125 5.9375C5.78125 6.369 6.13102 6.71875 6.5625 6.71875Z",fill:"currentColor",stroke:"none"}],["path",{d:"M10 6.71875C10.4315 6.71875 10.7812 6.369 10.7812 5.9375C10.7812 5.50602 10.4315 5.15625 10 5.15625C9.5685 5.15625 9.21875 5.50602 9.21875 5.9375C9.21875 6.369 9.5685 6.71875 10 6.71875Z",fill:"currentColor",stroke:"none"}],["path",{d:"M13.4375 6.71875C13.869 6.71875 14.2188 6.369 14.2188 5.9375C14.2188 5.50602 13.869 5.15625 13.4375 5.15625C13.006 5.15625 12.6562 5.50602 12.6562 5.9375C12.6562 6.369 13.006 6.71875 13.4375 6.71875Z",fill:"currentColor",stroke:"none"}],["path",{d:"M14.375 8.75H5.625V14.375H14.375V8.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),eu=o("package",[["path",{d:"M2.55469 6.00952L10 10.0845L17.4453 6.00952",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 10.0854V18.1229",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.175 14.2842L10.3 18.0483C10.208 18.0986 10.1049 18.1249 10 18.1249C9.89513 18.1249 9.792 18.0986 9.7 18.0483L2.825 14.2842C2.72683 14.2304 2.64488 14.1514 2.58772 14.0552C2.53055 13.959 2.50026 13.8492 2.5 13.7373V6.26388C2.50026 6.15196 2.53055 6.04218 2.58772 5.94598C2.64488 5.84979 2.72683 5.7707 2.825 5.71699L9.7 1.95293C9.792 1.9026 9.89513 1.87622 10 1.87622C10.1049 1.87622 10.208 1.9026 10.3 1.95293L17.175 5.71699C17.2732 5.7707 17.3551 5.84979 17.4123 5.94598C17.4694 6.04218 17.4998 6.15196 17.5 6.26388V13.7358C17.5 13.8479 17.4699 13.958 17.4127 14.0545C17.3555 14.151 17.2734 14.2303 17.175 14.2842Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.37158 3.77441L13.7497 7.81269V11.8752",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),nu=o("paint-brush",[["path",{d:"M1.25 16.875H7.1875C7.991 16.875 8.77644 16.6368 9.4445 16.1904C10.1126 15.7439 10.6332 15.1095 10.9407 14.3671C11.2482 13.6248 11.3287 12.808 11.1719 12.0199C11.0152 11.2319 10.6283 10.508 10.0601 9.93988C9.492 9.37175 8.76812 8.98481 7.98006 8.82806C7.192 8.67131 6.37519 8.75175 5.63285 9.05925C4.89052 9.36675 4.25605 9.88744 3.80966 10.5555C3.36326 11.2236 3.125 12.009 3.125 12.8125C3.125 15.625 1.25 16.875 1.25 16.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.78223 9.075C10.2814 7.05394 14.0205 2.5 17.5002 2.5C17.5002 5.97969 12.9463 9.71875 10.9252 11.2179",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.3906 7.0813C11.4521 7.67555 12.3284 8.55186 12.9227 9.6133",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),tu=o("paint-brush-broad",[["path",{d:"M3.125 8.75H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 11.875C4.04348 11.875 3.72554 11.7433 3.49112 11.5089C3.25669 11.2744 3.125 10.9565 3.125 10.625V5C3.125 4.33696 3.38839 3.70107 3.85723 3.23223C4.32607 2.76339 4.96196 2.5 5.625 2.5H16.875V10.625C16.875 10.9565 16.7433 11.2744 16.5089 11.5089C16.2744 11.7433 15.9565 11.875 15.625 11.875H11.875C11.7854 11.875 11.697 11.8943 11.6155 11.9314C11.5341 11.9686 11.4616 12.0228 11.4029 12.0904C11.3442 12.1581 11.3008 12.2376 11.2754 12.3234C11.2501 12.4093 11.2436 12.4996 11.2563 12.5883L11.875 16.25C11.875 16.7472 11.6774 17.2242 11.3258 17.5758C10.9742 17.9274 10.4972 18.125 10 18.125C9.50275 18.125 9.02581 17.9274 8.67419 17.5758C8.32256 17.2242 8.125 16.7472 8.125 16.25L8.74375 12.5883C8.75637 12.4996 8.74988 12.4093 8.72456 12.3234C8.69925 12.2376 8.65581 12.1581 8.59712 12.0904C8.53844 12.0228 8.46594 11.9686 8.3845 11.9314C8.303 11.8943 8.21456 11.875 8.125 11.875H4.375Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 2.5V6.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),su=o("paint-brush-household",[["path",{d:"M5.625 8.125L11.875 14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.4375 14.6875L5.625 12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.3125 16.5625L7.5 14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.1875 9.68781L13.4914 10.9917C13.7256 11.2261 13.8573 11.5439 13.8573 11.8753C13.8573 12.2067 13.7256 12.5245 13.4914 12.7589L7.5 18.7503L1.25 12.5003L7.24144 6.50893C7.47581 6.27468 7.79362 6.14309 8.125 6.14309C8.45638 6.14309 8.77419 6.27468 9.00856 6.50893L10.3125 7.81281L14.9219 2.4222C15.2741 2.06996 15.7519 1.87207 16.25 1.87207C16.7481 1.87207 17.2259 2.06996 17.5781 2.4222C17.9304 2.77444 18.1282 3.25218 18.1282 3.75032C18.1282 4.24846 17.9304 4.72621 17.5781 5.07845L12.1875 9.68781Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),iu=o("paint-bucket",[["path",{d:"M19.375 16.25C19.375 16.5815 19.2433 16.8994 19.0089 17.1339C18.7744 17.3683 18.4565 17.5 18.125 17.5C17.7935 17.5 17.4756 17.3683 17.2411 17.1339C17.0067 16.8994 16.875 16.5815 16.875 16.25C16.875 15 18.125 13.125 18.125 13.125C18.125 13.125 19.375 15 19.375 16.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.2498 10.8969L10.0131 17.1336C9.89704 17.2497 9.75922 17.3418 9.60754 17.4046C9.45585 17.4675 9.29329 17.4998 9.1291 17.4998C8.96491 17.4998 8.80235 17.4675 8.65066 17.4046C8.49904 17.3418 8.36122 17.2497 8.2451 17.1336L1.61622 10.5047C1.50012 10.3886 1.40802 10.2508 1.34518 10.0991C1.28234 9.94744 1.25 9.78487 1.25 9.62069C1.25 9.4565 1.28234 9.29394 1.34518 9.14231C1.40802 8.99062 1.50012 8.85281 1.61622 8.73675L9.10291 1.25L18.1248 10.2719L16.2498 10.8969Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.6875 10.625C10.5504 10.625 11.25 9.92544 11.25 9.0625C11.25 8.19956 10.5504 7.5 9.6875 7.5C8.82456 7.5 8.125 8.19956 8.125 9.0625C8.125 9.92544 8.82456 10.625 9.6875 10.625Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.5826 7.95781L3.12402 2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Cu=o("paint-roller",[["path",{d:"M15.625 4.375H3.75C3.40482 4.375 3.125 4.65482 3.125 5V10C3.125 10.3452 3.40482 10.625 3.75 10.625H15.625C15.9702 10.625 16.25 10.3452 16.25 10V5C16.25 4.65482 15.9702 4.375 15.625 4.375Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 7.5H18.125C18.2907 7.5 18.4497 7.56588 18.5669 7.68306C18.6841 7.80025 18.75 7.95925 18.75 8.125V12.0312C18.75 12.167 18.7058 12.2991 18.624 12.4075C18.5423 12.5159 18.4274 12.5947 18.2969 12.6321L10.4531 14.8703C10.323 14.9076 10.2084 14.986 10.1267 15.0939C10.045 15.2019 10.0006 15.3334 10 15.4688V18.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 7.5H1.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),uu=o("palette",[["path",{d:"M10 14.9999C10 14.5026 10.1976 14.0257 10.5492 13.6741C10.9008 13.3224 11.3778 13.1249 11.875 13.1249H15.4852C15.9099 13.1249 16.322 12.9809 16.6541 12.7162C16.9862 12.4514 17.2186 12.0819 17.3133 11.6679C17.4423 11.0994 17.505 10.5179 17.5 9.93506C17.4649 5.80849 14.05 2.45849 9.92188 2.49989C7.94631 2.52047 6.05867 3.31972 4.66901 4.72402C3.27934 6.12832 2.49989 8.02425 2.5 9.99987C2.5 13.2663 4.58828 15.7374 7.5 16.7663C7.78269 16.8662 8.08525 16.8969 8.38225 16.8558C8.67925 16.8147 8.96206 16.7029 9.207 16.5299C9.45188 16.3568 9.65169 16.1276 9.78969 15.8614C9.92762 15.5952 9.99981 15.2997 10 14.9999Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 7.03149C10.6041 7.03149 11.0938 6.54181 11.0938 5.93774C11.0938 5.33368 10.6041 4.84399 10 4.84399C9.39594 4.84399 8.90625 5.33368 8.90625 5.93774C8.90625 6.54181 9.39594 7.03149 10 7.03149Z",fill:"currentColor",stroke:"none"}],["path",{d:"M6.5625 8.90649C7.16656 8.90649 7.65625 8.41681 7.65625 7.81274C7.65625 7.20868 7.16656 6.71899 6.5625 6.71899C5.95844 6.71899 5.46875 7.20868 5.46875 7.81274C5.46875 8.41681 5.95844 8.90649 6.5625 8.90649Z",fill:"currentColor",stroke:"none"}],["path",{d:"M6.5625 13.2815C7.16656 13.2815 7.65625 12.7918 7.65625 12.1877C7.65625 11.5837 7.16656 11.094 6.5625 11.094C5.95844 11.094 5.46875 11.5837 5.46875 12.1877C5.46875 12.7918 5.95844 13.2815 6.5625 13.2815Z",fill:"currentColor",stroke:"none"}],["path",{d:"M13.4375 8.90649C14.0416 8.90649 14.5312 8.41681 14.5312 7.81274C14.5312 7.20868 14.0416 6.71899 13.4375 6.71899C12.8334 6.71899 12.3438 7.20868 12.3438 7.81274C12.3438 8.41681 12.8334 8.90649 13.4375 8.90649Z",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),ku=o("panorama",[["path",{d:"M1.25 5.00007C1.24991 4.90429 1.27184 4.80979 1.31409 4.72383C1.35633 4.63787 1.41777 4.56278 1.49364 4.50434C1.56953 4.4459 1.65782 4.40569 1.75171 4.38679C1.8456 4.3679 1.94258 4.37084 2.03516 4.39538C3.38672 4.7571 6.3625 5.62507 10 5.62507C13.6375 5.62507 16.6132 4.7571 17.9688 4.39616C18.061 4.37234 18.1575 4.36993 18.2508 4.38911C18.3441 4.40829 18.4319 4.44855 18.5073 4.50683C18.5826 4.5651 18.6437 4.63984 18.6857 4.72532C18.7278 4.81081 18.7498 4.90479 18.75 5.00007V15.0001C18.75 15.0959 18.728 15.1904 18.6856 15.2763C18.6433 15.3622 18.5818 15.4372 18.5058 15.4956C18.4299 15.554 18.3415 15.5941 18.2476 15.6129C18.1536 15.6317 18.0566 15.6286 17.9641 15.604C16.6118 15.2407 13.6367 14.3751 10 14.3751C6.36331 14.3751 3.38828 15.2407 2.03594 15.6032C1.94344 15.6279 1.84651 15.6309 1.75264 15.6122C1.65876 15.5934 1.57044 15.5534 1.4945 15.4951C1.41856 15.4368 1.35702 15.3619 1.31463 15.2761C1.27223 15.1902 1.25013 15.0958 1.25 15.0001V5.00007Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.9375 9.53149C16.5416 9.53149 17.0312 9.04181 17.0312 8.43774C17.0312 7.83368 16.5416 7.34399 15.9375 7.34399C15.3334 7.34399 14.8438 7.83368 14.8438 8.43774C14.8438 9.04181 15.3334 9.53149 15.9375 9.53149Z",fill:"currentColor",stroke:"none"}],["path",{d:"M1.25 12.5539L5.49531 8.30782C5.55336 8.2497 5.62229 8.20364 5.69816 8.1722C5.77404 8.1407 5.85536 8.12451 5.9375 8.12451C6.01964 8.12451 6.10096 8.1407 6.17684 8.1722C6.25269 8.20364 6.32163 8.2497 6.37969 8.30782L12.5875 14.5156",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.2588 12.1879L12.2658 10.1832C12.383 10.0661 12.5419 10.0002 12.7076 10.0002C12.8733 10.0002 13.0322 10.0661 13.1494 10.1832L18.4814 15.5152",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),au=o("pants",[["path",{d:"M14.531 2.5C14.6833 2.49995 14.8303 2.55548 14.9445 2.65618C15.0588 2.75687 15.1323 2.8958 15.1513 3.04688L16.8701 16.7969C16.8811 16.8849 16.8734 16.9742 16.8473 17.059C16.8211 17.1437 16.7773 17.222 16.7186 17.2885C16.6599 17.355 16.5878 17.4083 16.5069 17.4447C16.4261 17.4812 16.3384 17.5 16.2498 17.5H13.0708C12.9314 17.5 12.7961 17.4534 12.6863 17.3676C12.5764 17.2818 12.4984 17.1618 12.4646 17.0266L9.99975 7.5L7.53488 17.0266C7.50106 17.1618 7.42306 17.2818 7.31319 17.3676C7.20338 17.4534 7.068 17.5 6.92863 17.5H3.74972C3.66103 17.5 3.57335 17.4812 3.49251 17.4447C3.41166 17.4083 3.3395 17.355 3.28083 17.2885C3.22216 17.222 3.17831 17.1437 3.1522 17.059C3.1261 16.9742 3.11833 16.8849 3.12941 16.7969L4.84816 3.04688C4.8672 2.8958 4.94072 2.75687 5.05494 2.65618C5.16916 2.55548 5.31621 2.49995 5.46848 2.5H14.531Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 7.5V5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.60449 5H15.3951",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 5C7.5 5.41038 7.41919 5.81674 7.26213 6.19589C7.10506 6.575 6.87487 6.9195 6.58469 7.20969C6.2945 7.49987 5.95002 7.73006 5.57089 7.88713C5.19174 8.04419 4.78538 8.125 4.375 8.125C4.32109 8.125 4.26797 8.125 4.21875 8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.7859 8.125C15.7328 8.125 15.6789 8.125 15.625 8.125C14.7962 8.125 14.0013 7.79575 13.4153 7.20969C12.8293 6.62369 12.5 5.8288 12.5 5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),du=o("paperclip",[["path",{d:"M12.4999 6.25031L5.9913 12.8667C5.76258 13.1023 5.63576 13.4184 5.63823 13.7468C5.6407 14.0751 5.77227 14.3893 6.0045 14.6214C6.23674 14.8536 6.551 14.985 6.87932 14.9873C7.20769 14.9897 7.52375 14.8627 7.75925 14.6339L15.5179 6.76825C15.9868 6.29937 16.2502 5.6634 16.2502 5.00029C16.2502 4.33717 15.9868 3.70121 15.5179 3.23232C15.0489 2.76343 14.413 2.5 13.7499 2.5C13.0868 2.5 12.4508 2.76343 11.9819 3.23232L4.22333 11.0987C3.52953 11.8039 3.14248 12.7547 3.14652 13.7439C3.15054 14.7332 3.54531 15.6808 4.24483 16.3803C4.94435 17.0799 5.89195 17.4746 6.88119 17.4787C7.8705 17.4827 8.82125 17.0956 9.52644 16.4019L15.9374 10.0003",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),cu=o("paperclip-horizontal",[["path",{d:"M6.25 11.25H15C15.3315 11.25 15.6494 11.1183 15.8839 10.8839C16.1183 10.6494 16.25 10.3315 16.25 10C16.25 9.6685 16.1183 9.35056 15.8839 9.11613C15.6494 8.88169 15.3315 8.75 15 8.75H3.75C3.08696 8.75 2.45108 9.01338 1.98223 9.48225C1.51339 9.95106 1.25 10.5869 1.25 11.25C1.25 11.9131 1.51339 12.5489 1.98223 13.0177C2.45108 13.4866 3.08696 13.75 3.75 13.75H15C15.9946 13.75 16.9484 13.3549 17.6516 12.6516C18.3549 11.9484 18.75 10.9946 18.75 10C18.75 9.00544 18.3549 8.05162 17.6516 7.34837C16.9484 6.64506 15.9946 6.25 15 6.25H6.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Lu=o("paper-plane",[["path",{d:"M10 9.375V14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.0001 14.3748L17.2876 16.8366C17.4076 16.8805 17.5382 16.8866 17.6618 16.854C17.7854 16.8214 17.8961 16.7517 17.9788 16.6543C18.0616 16.5569 18.1125 16.4365 18.1247 16.3092C18.1369 16.1821 18.1097 16.0541 18.047 15.9428L10.54 2.81778C10.4859 2.72009 10.4067 2.63867 10.3105 2.58197C10.2144 2.52526 10.1047 2.49536 9.99312 2.49536C9.88143 2.49536 9.77187 2.52526 9.67568 2.58197C9.57949 2.63867 9.50024 2.72009 9.44624 2.81778L1.95793 15.9428C1.89585 16.0538 1.86911 16.1811 1.88129 16.3077C1.89347 16.4343 1.94398 16.5542 2.02609 16.6513C2.1082 16.7485 2.218 16.8182 2.34081 16.8513C2.46362 16.8844 2.5936 16.8792 2.7134 16.8366L10.0001 14.3748Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),pu=o("paper-plane-right",[["path",{d:"M11.25 10H6.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.7881 17.2876C3.74416 17.4076 3.73807 17.5382 3.77065 17.6618C3.80323 17.7854 3.87292 17.8961 3.97032 17.9788C4.06772 18.0616 4.18815 18.1125 4.31537 18.1247C4.4426 18.1369 4.57051 18.1097 4.68185 18.047L17.8068 10.54C17.9045 10.4859 17.986 10.4067 18.0426 10.3105C18.0994 10.2143 18.1293 10.1047 18.1293 9.99312C18.1293 9.88143 18.0994 9.77187 18.0426 9.67568C17.986 9.5795 17.9045 9.50025 17.8068 9.44625L4.68185 1.95794C4.57084 1.89585 4.44354 1.86911 4.31693 1.88129C4.19032 1.89347 4.07044 1.94399 3.9733 2.0261C3.87616 2.1082 3.80639 2.218 3.7733 2.34081C3.7402 2.46362 3.74537 2.5936 3.7881 2.7134L6.24982 10.0001L3.7881 17.2876Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),lu=o("paper-plane-tilt",[["path",{d:"M8.4375 11.5625L12.5 7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.4759 3.2955C17.506 3.18859 17.5071 3.07558 17.479 2.9681C17.4509 2.86063 17.3948 2.76258 17.3162 2.68404C17.2377 2.60549 17.1396 2.5493 17.0321 2.52124C16.9247 2.49319 16.8117 2.49428 16.7048 2.52441L1.70475 7.07287C1.58229 7.10744 1.4733 7.1785 1.39233 7.27669C1.31138 7.37487 1.26231 7.49537 1.25169 7.62219C1.24108 7.749 1.26942 7.876 1.33293 7.98631C1.39643 8.09656 1.49209 8.18481 1.6071 8.23925L8.43756 11.5627L11.761 18.3924C11.8154 18.5074 11.9037 18.6031 12.0139 18.6666C12.1243 18.7301 12.2513 18.7584 12.3781 18.7478C12.5049 18.7372 12.6254 18.6881 12.7236 18.6071C12.8218 18.5262 12.8929 18.4172 12.9274 18.2947L17.4759 3.2955Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),hu=o("parachute",[["path",{d:"M17.5 9.375C17.5 7.38587 16.7098 5.47822 15.3033 4.0717C13.8968 2.66518 11.9891 1.875 10 1.875C8.01087 1.875 6.10322 2.66518 4.6967 4.0717C3.29018 5.47822 2.5 7.38587 2.5 9.375H17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.5 9.375L10 15L2.5 9.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 15V17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.75 17.5H11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 15L6.875 9.375C6.875 3.75 10 1.875 10 1.875C10 1.875 13.125 3.75 13.125 9.375L10 15Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Mu=o("paragraph",[["path",{d:"M14.375 3.75V16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 3.75V16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 12.5H7.5C6.33969 12.5 5.22688 12.0391 4.40641 11.2186C3.58594 10.3981 3.125 9.28531 3.125 8.125C3.125 6.96469 3.58594 5.85188 4.40641 5.03141C5.22688 4.21094 6.33969 3.75 7.5 3.75H16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),ju=o("parallelogram",[["path",{d:"M1.87477 16.25C1.77039 16.2501 1.66767 16.2239 1.57597 16.1741C1.48427 16.1243 1.40652 16.0522 1.3498 15.9646C1.2931 15.8769 1.25923 15.7765 1.25132 15.6724C1.24339 15.5684 1.26166 15.4639 1.30446 15.3688L6.36694 4.11875C6.41644 4.00873 6.49663 3.91538 6.598 3.84994C6.69932 3.78451 6.81744 3.7498 6.93807 3.75H18.1248C18.2291 3.74996 18.3319 3.77606 18.4236 3.82591C18.5153 3.87578 18.593 3.9478 18.6498 4.03543C18.7064 4.12306 18.7403 4.22349 18.7483 4.32757C18.7561 4.43164 18.7379 4.53605 18.6951 4.63125L13.6326 15.8813C13.5832 15.9911 13.5031 16.0844 13.4019 16.1499C13.3007 16.2153 13.1828 16.2501 13.0623 16.25H1.87477Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Hu=o("park",[["path",{d:"M3.125 10.625H10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.875 15.625H18.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 10.625V15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.75 10.625V15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 13.125H10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15 15.625V12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15 2.5L17.5 12.5H12.5L15 2.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.0625 6.875C9.92544 6.875 10.625 6.17544 10.625 5.3125C10.625 4.44956 9.92544 3.75 9.0625 3.75C8.19956 3.75 7.5 4.44956 7.5 5.3125C7.5 6.17544 8.19956 6.875 9.0625 6.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Bu=o("password",[["path",{d:"M3.125 4.375V15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.75 7.5V10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.37256 9.22729L8.74987 9.99992",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.28076 12.0226L8.75032 10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.2195 12.0226L8.75 10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.1273 9.22729L8.75 9.99992",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 7.5V10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.8726 9.22729L16.2499 9.99992",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.7808 12.0226L16.2503 10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.7195 12.0226L16.25 10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M18.6273 9.22729L16.25 9.99992",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Vu=o("path",[["path",{d:"M15.625 17.5C16.6606 17.5 17.5 16.6606 17.5 15.625C17.5 14.5894 16.6606 13.75 15.625 13.75C14.5894 13.75 13.75 14.5894 13.75 15.625C13.75 16.6606 14.5894 17.5 15.625 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.625 4.375H13.125C13.7881 4.375 14.4239 4.63839 14.8927 5.10723C15.3616 5.57607 15.625 6.21196 15.625 6.875C15.625 7.53806 15.3616 8.17394 14.8927 8.64275C14.4239 9.11162 13.7881 9.375 13.125 9.375H5.625C4.7962 9.375 4.00134 9.70425 3.41529 10.2903C2.82924 10.8763 2.5 11.6712 2.5 12.5C2.5 13.3288 2.82924 14.1237 3.41529 14.7097C4.00134 15.2957 4.7962 15.625 5.625 15.625H13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),wu=o("patreon-logo",[["path",{d:"M11.8556 12.3829C13.7368 11.1064 17.5002 11.1064 17.5002 7.27825C17.5002 2.17356 9.34703 0.897774 5.58372 4.7259C2.01419 8.3595 4.32903 18.1251 6.83765 18.1251C9.34621 18.1251 9.52203 13.9657 11.8556 12.3829Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),bu=o("pause",[["path",{d:"M15.625 3.125H12.5C12.1548 3.125 11.875 3.40482 11.875 3.75V16.25C11.875 16.5952 12.1548 16.875 12.5 16.875H15.625C15.9702 16.875 16.25 16.5952 16.25 16.25V3.75C16.25 3.40482 15.9702 3.125 15.625 3.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 3.125H4.375C4.02982 3.125 3.75 3.40482 3.75 3.75V16.25C3.75 16.5952 4.02982 16.875 4.375 16.875H7.5C7.84519 16.875 8.125 16.5952 8.125 16.25V3.75C8.125 3.40482 7.84519 3.125 7.5 3.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Su=o("pause-circle",[["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 7.5V12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 7.5V12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),vu=o("paw-print",[["path",{d:"M16.5625 10C17.4254 10 18.125 9.30044 18.125 8.4375C18.125 7.57456 17.4254 6.875 16.5625 6.875C15.6996 6.875 15 7.57456 15 8.4375C15 9.30044 15.6996 10 16.5625 10Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.4375 10C4.30044 10 5 9.30044 5 8.4375C5 7.57456 4.30044 6.875 3.4375 6.875C2.57456 6.875 1.875 7.57456 1.875 8.4375C1.875 9.30044 2.57456 10 3.4375 10Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.1875 6.25C8.05044 6.25 8.75 5.55044 8.75 4.6875C8.75 3.82456 8.05044 3.125 7.1875 3.125C6.32456 3.125 5.625 3.82456 5.625 4.6875C5.625 5.55044 6.32456 6.25 7.1875 6.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.8125 6.25C13.6754 6.25 14.375 5.55044 14.375 4.6875C14.375 3.82456 13.6754 3.125 12.8125 3.125C11.9496 3.125 11.25 3.82456 11.25 4.6875C11.25 5.55044 11.9496 6.25 12.8125 6.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.99976 8.125C9.39026 8.12525 8.79739 8.32344 8.31026 8.68975C7.8232 9.05612 7.46826 9.57075 7.29901 10.1563C7.04883 11.0174 6.46833 11.7447 5.68414 12.1797C5.11484 12.4832 4.68493 12.9951 4.4843 13.6083C4.28368 14.2215 4.32787 14.8885 4.60765 15.4698C4.88743 16.0512 5.38113 16.5019 5.9855 16.7276C6.58989 16.9534 7.25814 16.9368 7.85051 16.6813C9.2272 16.1168 10.7708 16.1168 12.1475 16.6813C12.7398 16.9368 13.4081 16.9534 14.0125 16.7276C14.6168 16.5019 15.1105 16.0512 15.3903 15.4698C15.6701 14.8885 15.7143 14.2215 15.5136 13.6083C15.313 12.9951 14.8831 12.4832 14.3138 12.1797C13.53 11.7446 12.9501 11.0173 12.7006 10.1563C12.5313 9.57075 12.1763 9.05612 11.6893 8.68975C11.2021 8.32344 10.6093 8.12525 9.99976 8.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),xu=o("paypal-logo",[["path",{d:"M11.2499 10C12.0862 9.99988 12.8983 9.72025 13.5574 9.20556C14.2165 8.69087 14.6846 7.97062 14.8874 7.15937C15.0256 6.60656 15.036 6.02953 14.9178 5.47211C14.7996 4.91469 14.5559 4.39152 14.2052 3.94237C13.8546 3.49322 13.4062 3.12988 12.8941 2.87996C12.382 2.63003 11.8197 2.50009 11.2499 2.5H6.56241C6.42303 2.50002 6.28766 2.54663 6.17782 2.63241C6.06797 2.71819 5.98995 2.83823 5.95615 2.97344L3.14365 14.2234C3.12062 14.3156 3.1189 14.4117 3.1386 14.5046C3.1583 14.5976 3.19891 14.6848 3.25735 14.7596C3.31579 14.8344 3.39052 14.895 3.47587 14.9367C3.56122 14.9783 3.65493 15 3.7499 15H6.21162C6.35097 15 6.48635 14.9534 6.59622 14.8676C6.70603 14.7818 6.7841 14.6618 6.81785 14.5266L7.83347 10.4734C7.86722 10.3386 7.94485 10.2189 8.05422 10.1331C8.1636 10.0474 8.29841 10.0006 8.43741 10H11.2499Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.81799 14.5266L6.27112 16.7234C6.24811 16.8154 6.24634 16.9114 6.26593 17.0041C6.28549 17.0968 6.32587 17.1839 6.38406 17.2587C6.44224 17.3335 6.51668 17.3941 6.60174 17.4359C6.68681 17.4777 6.78024 17.4996 6.87499 17.5H9.33674C9.47612 17.5 9.61143 17.4534 9.72131 17.3676C9.83112 17.2818 9.90918 17.1618 9.94299 17.0266L10.6461 14.2234C10.6798 14.0886 10.7575 13.9689 10.8668 13.8831C10.9762 13.7974 11.1111 13.7506 11.25 13.75H13.75C14.5862 13.7499 15.3984 13.4703 16.0575 12.9556C16.7166 12.4409 17.1847 11.7206 17.3875 10.9094C17.5257 10.3566 17.5361 9.77956 17.4179 9.22212C17.2997 8.66469 17.056 8.1415 16.7053 7.69238C16.3547 7.24325 15.9063 6.87987 15.3942 6.62994C14.8821 6.38 14.3198 6.25006 13.75 6.25H9.37499C9.23562 6.25 9.10024 6.29662 8.99043 6.38244C8.88056 6.46819 8.80256 6.58825 8.76874 6.72344L7.83124 10.4734",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),gu=o("peace",[["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 10L16.1437 14.3016",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.0002 10L3.85645 14.3016",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 2.5V17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Zu=o("pen",[["path",{d:"M12.5 15L15.625 11.875L15 9.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.24144 16.8751H3.75C3.58424 16.8751 3.42527 16.8093 3.30806 16.6921C3.19085 16.5748 3.125 16.4159 3.125 16.2501V12.7587C3.12507 12.5931 3.19083 12.4344 3.30781 12.3173L12.9422 2.68291C13.0594 2.56579 13.2183 2.5 13.384 2.5C13.5497 2.5 13.7086 2.56579 13.8258 2.68291L17.3172 6.17198C17.4343 6.28919 17.5001 6.44806 17.5001 6.61375C17.5001 6.77944 17.4343 6.93838 17.3172 7.05556L7.68281 16.6923C7.56569 16.8093 7.40694 16.875 7.24144 16.8751Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.625 5L15 9.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.16504 12.5398L7.46034 16.8351",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),mu=o("pencil",[["path",{d:"M7.24144 16.8751H3.75C3.58424 16.8751 3.42527 16.8093 3.30806 16.6921C3.19085 16.5748 3.125 16.4159 3.125 16.2501V12.7587C3.12507 12.5931 3.19083 12.4344 3.30781 12.3173L12.9422 2.68291C13.0594 2.56579 13.2183 2.5 13.384 2.5C13.5497 2.5 13.7086 2.56579 13.8258 2.68291L17.3172 6.17198C17.4343 6.28919 17.5001 6.44806 17.5001 6.61375C17.5001 6.77944 17.4343 6.93838 17.3172 7.05556L7.68281 16.6923C7.56569 16.8093 7.40694 16.875 7.24144 16.8751Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.625 5L15 9.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.8125 7.1875L5.3125 14.6875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.46034 16.8351L3.16504 12.5398",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),fu=o("pencil-circle",[["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 16.4969V13.75L10 5.625L6.25 13.75V16.4969",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 15C10 14.5028 10.1976 14.0258 10.5492 13.6742C10.9008 13.3226 11.3778 13.125 11.875 13.125C12.3722 13.125 12.8492 13.3226 13.2008 13.6742C13.5524 14.0258 13.75 14.5028 13.75 15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 17.5V15C10 14.5028 9.80244 14.0258 9.45081 13.6742C9.09919 13.3226 8.62225 13.125 8.125 13.125C7.62775 13.125 7.15081 13.3226 6.79919 13.6742C6.44756 14.0258 6.25 14.5028 6.25 15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.98047 10H12.0195",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),yu=o("pencil-line",[["path",{d:"M16.8752 16.8749H7.50021L3.16504 12.5398",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.8125 7.1875L5.3125 14.6875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 16.8751H3.75C3.58424 16.8751 3.42527 16.8093 3.30806 16.6921C3.19085 16.5748 3.125 16.4159 3.125 16.2501V12.7587C3.12507 12.5931 3.19083 12.4344 3.30781 12.3173L12.9422 2.68291C13.0594 2.56579 13.2183 2.5 13.384 2.5C13.5497 2.5 13.7086 2.56579 13.8258 2.68291L17.3172 6.17198C17.4343 6.28919 17.5001 6.44806 17.5001 6.61375C17.5001 6.77944 17.4343 6.93838 17.3172 7.05556L7.5 16.8751Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.625 5L15 9.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Pu=o("pencil-ruler",[["path",{d:"M16.25 3.125H12.5C12.1548 3.125 11.875 3.40482 11.875 3.75V16.25C11.875 16.5952 12.1548 16.875 12.5 16.875H16.25C16.5952 16.875 16.875 16.5952 16.875 16.25V3.75C16.875 3.40482 16.5952 3.125 16.25 3.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 6.875H14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 10H14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 13.125H14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 5L5.625 2.5L8.125 5V16.25C8.125 16.4157 8.05912 16.5747 7.94194 16.6919C7.82475 16.8091 7.66575 16.875 7.5 16.875H3.75C3.58424 16.875 3.42527 16.8091 3.30806 16.6919C3.19085 16.5747 3.125 16.4157 3.125 16.25V5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.625 5.625V14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 5.625H3.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 14.375H3.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Tu=o("pencil-simple",[["path",{d:"M7.24144 16.8751H3.75C3.58424 16.8751 3.42527 16.8093 3.30806 16.6921C3.19085 16.5748 3.125 16.4159 3.125 16.2501V12.7587C3.12507 12.5931 3.19083 12.4344 3.30781 12.3173L12.9422 2.68291C13.0594 2.56579 13.2183 2.5 13.384 2.5C13.5497 2.5 13.7086 2.56579 13.8258 2.68291L17.3172 6.17198C17.4343 6.28919 17.5001 6.44806 17.5001 6.61375C17.5001 6.77944 17.4343 6.93838 17.3172 7.05556L7.68281 16.6923C7.56569 16.8093 7.40694 16.875 7.24144 16.8751Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.625 5L15 9.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Au=o("pencil-simple-line",[["path",{d:"M7.5 16.8751H3.75C3.58424 16.8751 3.42527 16.8093 3.30806 16.6921C3.19085 16.5748 3.125 16.4159 3.125 16.2501V12.7587C3.12507 12.5931 3.19083 12.4344 3.30781 12.3173L12.9422 2.68291C13.0594 2.56579 13.2183 2.5 13.384 2.5C13.5497 2.5 13.7086 2.56579 13.8258 2.68291L17.3172 6.17198C17.4343 6.28919 17.5001 6.44806 17.5001 6.61375C17.5001 6.77944 17.4343 6.93838 17.3172 7.05556L7.5 16.8751Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.875 16.875H7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.625 5L15 9.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Fu=o("pencil-simple-slash",[["path",{d:"M10.625 5.00024L15 9.37524",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 3.12524L16.25 16.8752",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.0836 12.2911L7.68281 16.6919C7.56569 16.8089 7.40694 16.8746 7.24144 16.8747H3.75C3.58424 16.8747 3.42527 16.8089 3.30806 16.6916C3.19085 16.5745 3.125 16.4155 3.125 16.2497V12.7583C3.12507 12.5928 3.19083 12.434 3.30781 12.3169L7.91719 7.70752",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.6875 5.93789L12.9429 2.68243C13.0602 2.56531 13.2191 2.49951 13.3847 2.49951C13.5504 2.49951 13.7094 2.56531 13.8266 2.68243L17.3172 6.17227C17.4343 6.2895 17.5001 6.44837 17.5001 6.61406C17.5001 6.77975 17.4343 6.93869 17.3172 7.05587L13.8531 10.5199",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Du=o("pencil-slash",[["path",{d:"M10.625 5.00024L15 9.37524",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.46034 16.8351L3.16504 12.5398",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 3.12524L16.25 16.8752",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.0836 12.2911L7.68281 16.6919C7.56569 16.8089 7.40694 16.8746 7.24144 16.8747H3.75C3.58424 16.8747 3.42527 16.8089 3.30806 16.6916C3.19085 16.5745 3.125 16.4155 3.125 16.2497V12.7583C3.12507 12.5928 3.19083 12.434 3.30781 12.3169L7.91719 7.70752",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.6875 5.93789L12.9429 2.68243C13.0602 2.56531 13.2191 2.49951 13.3847 2.49951C13.5504 2.49951 13.7094 2.56531 13.8266 2.68243L17.3172 6.17227C17.4343 6.2895 17.5001 6.44837 17.5001 6.61406C17.5001 6.77975 17.4343 6.93869 17.3172 7.05587L13.8531 10.5199",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 10.0002L5.3125 14.6877",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.8125 7.18774L11.7695 8.23068",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),qu=o("pen-nib",[["path",{d:"M3.125 16.875L14.0195 15.0594C14.1276 15.0413 14.2291 14.9951 14.3137 14.9254C14.3982 14.8558 14.4631 14.7651 14.5016 14.6625L16.25 10L10 3.75L5.3375 5.49844C5.23489 5.53694 5.14421 5.60174 5.07456 5.68634C5.0049 5.77094 4.95871 5.87238 4.94063 5.98047L3.125 16.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 10.0001L18.5672 7.68294C18.6843 7.56569 18.7501 7.40681 18.7501 7.24113C18.7501 7.07544 18.6843 6.9165 18.5672 6.79931L13.2031 1.43291C13.0859 1.31579 12.927 1.25 12.7613 1.25C12.5956 1.25 12.4367 1.31579 12.3196 1.43291L10 3.7501",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.6875 11.875C10.5504 11.875 11.25 11.1754 11.25 10.3125C11.25 9.44956 10.5504 8.75 9.6875 8.75C8.82456 8.75 8.125 9.44956 8.125 10.3125C8.125 11.1754 8.82456 11.875 9.6875 11.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.12598 16.875L8.58303 11.4172",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Ru=o("pen-nib-straight",[["path",{d:"M10 11.875C10.8629 11.875 11.5625 11.1754 11.5625 10.3125C11.5625 9.44956 10.8629 8.75 10 8.75C9.13706 8.75 8.4375 9.44956 8.4375 10.3125C8.4375 11.1754 9.13706 11.875 10 11.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 11.875V19.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.62489 5.625L3.18974 9.9555C3.13892 10.0582 3.11735 10.1731 3.12741 10.2873C3.13747 10.4015 3.17876 10.5108 3.24677 10.6031L9.99991 19.375L16.7522 10.6031C16.8202 10.5108 16.8615 10.4015 16.8716 10.2873C16.8817 10.1731 16.8601 10.0582 16.8093 9.9555L14.3749 5.625H5.62489Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 5.625V2.5C14.375 2.33424 14.3091 2.17527 14.1919 2.05806C14.0747 1.94085 13.9157 1.875 13.75 1.875H6.25C6.08424 1.875 5.92527 1.94085 5.80806 2.05806C5.69085 2.17527 5.625 2.33424 5.625 2.5V5.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Uu=o("pentagon",[["path",{d:"M2.75556 7.33813C2.64984 7.41575 2.57123 7.52469 2.53085 7.6495C2.49047 7.77425 2.49037 7.90863 2.53056 8.03344L5.03056 16.4412C5.07105 16.5671 5.15042 16.6769 5.25725 16.7548C5.36409 16.8327 5.49287 16.8747 5.62509 16.8749H14.3751C14.5075 16.8749 14.6364 16.833 14.7434 16.7551C14.8504 16.6771 14.9298 16.5672 14.9704 16.4412L17.4704 8.03344C17.5106 7.90863 17.5105 7.77425 17.4702 7.6495C17.4297 7.52469 17.3512 7.41575 17.2454 7.33813L10.3704 1.99594C10.2632 1.91737 10.1338 1.875 10.0009 1.875C9.86797 1.875 9.73853 1.91737 9.63134 1.99594L2.75556 7.33813Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Nu=o("pentagram",[["path",{d:"M4.74598 16.054C4.70506 16.1795 4.70496 16.3148 4.74569 16.4404C4.78642 16.566 4.86588 16.6755 4.97268 16.7532C5.07949 16.8308 5.20814 16.8726 5.34019 16.8726C5.47223 16.8726 5.60089 16.8308 5.7077 16.7532L17.8663 8.00319C17.9719 7.92531 18.0504 7.81619 18.0906 7.69119C18.1307 7.56625 18.1305 7.43181 18.0899 7.307C18.0494 7.18219 17.9706 7.07325 17.8647 6.99575C17.7588 6.91819 17.6311 6.876 17.4999 6.87506H2.49989C2.36789 6.875 2.23926 6.91669 2.13243 6.99425C2.0256 7.07175 1.94606 7.18113 1.9052 7.30663C1.86435 7.43213 1.86428 7.56738 1.905 7.69294C1.94574 7.8185 2.02517 7.92794 2.13192 8.00556L14.2905 16.7556C14.3973 16.8332 14.526 16.875 14.658 16.875C14.7901 16.875 14.9188 16.8331 15.0255 16.7555C15.1323 16.6779 15.2118 16.5684 15.2525 16.4428C15.2933 16.3171 15.2931 16.1819 15.2523 16.0563L10.5944 1.69383C10.5563 1.56574 10.4778 1.45341 10.3707 1.37352C10.2636 1.29364 10.1335 1.25049 9.99988 1.25049C9.86625 1.25049 9.73619 1.29364 9.62907 1.37352C9.52194 1.45341 9.4435 1.56574 9.40538 1.69383L4.74598 16.054Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Gu=o("pepper",[["path",{d:"M16.8749 8.125C16.8749 6.96469 16.414 5.85188 15.5935 5.03141C14.7731 4.21094 13.6603 3.75 12.4999 3.75C11.3396 3.75 10.2268 4.21094 9.40638 5.03141C8.58588 5.85188 8.12494 6.96469 8.12494 8.125C8.12494 11.8828 6.12181 14.6875 1.6976 15.9922C1.064 16.1789 1.11713 17.0945 1.76791 17.2094C6.87494 18.1125 16.8749 17.3813 16.8749 8.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.2168 7.23281L10.0004 8.125L12.5004 6.875L15.0004 8.125L16.7847 7.23281",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 1.25C10.6631 1.25 11.2989 1.51339 11.7677 1.98223C12.2366 2.45108 12.5 3.08696 12.5 3.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),zu=o("percent",[["path",{d:"M15.625 4.375L4.375 15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.9375 8.125C7.14562 8.125 8.125 7.14562 8.125 5.9375C8.125 4.72938 7.14562 3.75 5.9375 3.75C4.72938 3.75 3.75 4.72938 3.75 5.9375C3.75 7.14562 4.72938 8.125 5.9375 8.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.0625 16.25C15.2706 16.25 16.25 15.2706 16.25 14.0625C16.25 12.8544 15.2706 11.875 14.0625 11.875C12.8544 11.875 11.875 12.8544 11.875 14.0625C11.875 15.2706 12.8544 16.25 14.0625 16.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Eu=o("person",[["path",{d:"M10 5C11.0356 5 11.875 4.16053 11.875 3.125C11.875 2.08947 11.0356 1.25 10 1.25C8.96444 1.25 8.125 2.08947 8.125 3.125C8.125 4.16053 8.96444 5 10 5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.6539 6.25C11.9199 6.25006 12.1829 6.30669 12.4254 6.41619C12.6678 6.52575 12.8842 6.68556 13.0601 6.88513L16.6008 10.8992C16.6879 10.9864 16.7571 11.0899 16.8043 11.2039C16.8515 11.3178 16.8758 11.4399 16.8758 11.5632C16.8758 11.6866 16.8515 11.8087 16.8043 11.9227C16.7571 12.0366 16.6879 12.1401 16.6008 12.2273C16.5136 12.3146 16.41 12.3837 16.2961 12.4309C16.1821 12.4781 16.06 12.5024 15.9367 12.5024C15.8134 12.5024 15.6913 12.4781 15.5773 12.4309C15.4634 12.3837 15.3598 12.3146 15.2726 12.2273L12.4999 10L14.2867 16.7914C14.3876 17.0161 14.3959 17.2715 14.31 17.5024C14.2241 17.7332 14.0508 17.9209 13.8276 18.0251C13.6043 18.1291 13.3491 18.1412 13.117 18.0586C12.8849 17.9759 12.6948 17.8053 12.5874 17.5836L9.99994 13.125L7.41244 17.5836C7.30519 17.8053 7.115 17.9759 6.88294 18.0586C6.65088 18.1412 6.39563 18.1291 6.17239 18.0251C5.94915 17.9209 5.77583 17.7332 5.68991 17.5024C5.60399 17.2715 5.61238 17.0161 5.71325 16.7914L7.49994 10L4.72575 12.2258C4.54963 12.4019 4.31076 12.5009 4.06169 12.5009C3.81261 12.5009 3.57375 12.4019 3.39763 12.2258C3.2215 12.0497 3.12256 11.8108 3.12256 11.5618C3.12256 11.3126 3.2215 11.0738 3.39763 10.8977L6.93981 6.88513C7.11575 6.68556 7.33213 6.52575 7.57456 6.41619C7.817 6.30669 8.08 6.25006 8.34606 6.25H11.6539Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Ou=o("person-arms-spread",[["path",{d:"M10 5C11.0356 5 11.875 4.16053 11.875 3.125C11.875 2.08947 11.0356 1.25 10 1.25C8.96444 1.25 8.125 2.08947 8.125 3.125C8.125 4.16053 8.96444 5 10 5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.04709 8.03906C2.1338 7.61719 2.4338 6.25 3.43771 6.25H16.5627C17.5682 6.25 17.8682 7.61719 16.9533 8.03906L12.5002 10L14.2869 16.7914C14.3878 17.0161 14.3962 17.2715 14.3102 17.5024C14.2244 17.7332 14.0511 17.9209 13.8278 18.0251C13.6046 18.1291 13.3493 18.1412 13.1172 18.0586C12.8852 17.9759 12.695 17.8053 12.5877 17.5836L10.0002 13.125L7.41268 17.5836C7.30543 17.8053 7.11525 17.9759 6.88319 18.0586C6.65112 18.1412 6.39587 18.1291 6.17264 18.0251C5.94939 17.9209 5.77607 17.7332 5.69015 17.5024C5.60423 17.2715 5.61262 17.0161 5.71349 16.7914L7.50019 10L3.04709 8.03906Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Wu=o("person-simple",[["path",{d:"M10 5.625C11.0356 5.625 11.875 4.78553 11.875 3.75C11.875 2.71447 11.0356 1.875 10 1.875C8.96444 1.875 8.125 2.71447 8.125 3.75C8.125 4.78553 8.96444 5.625 10 5.625Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 8.125V11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5 17.5L10 11.875L15 17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 10C2.5 10 5.625 8.125 10 8.125C14.375 8.125 17.5 10 17.5 10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Iu=o("person-simple-bike",[["path",{d:"M12.8125 5.625C13.6754 5.625 14.375 4.92544 14.375 4.0625C14.375 3.19956 13.6754 2.5 12.8125 2.5C11.9496 2.5 11.25 3.19956 11.25 4.0625C11.25 4.92544 11.9496 5.625 12.8125 5.625Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 16.25C17.0057 16.25 18.125 15.1307 18.125 13.75C18.125 12.3693 17.0057 11.25 15.625 11.25C14.2443 11.25 13.125 12.3693 13.125 13.75C13.125 15.1307 14.2443 16.25 15.625 16.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 16.25C5.75571 16.25 6.875 15.1307 6.875 13.75C6.875 12.3693 5.75571 11.25 4.375 11.25C2.99429 11.25 1.875 12.3693 1.875 13.75C1.875 15.1307 2.99429 16.25 4.375 16.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15 8.75H11.875L9.375 6.25L6.875 8.75L10 11.875V15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Xu=o("person-simple-circle",[["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 7.34375C10.6041 7.34375 11.0938 6.85406 11.0938 6.25C11.0938 5.64594 10.6041 5.15625 10 5.15625C9.39594 5.15625 8.90625 5.64594 8.90625 6.25C8.90625 6.85406 9.39594 7.34375 10 7.34375Z",fill:"currentColor",stroke:"none"}],["path",{d:"M6.25 8.75H13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 14.375L10 10.625L7.5 14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 8.75V10.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Ku=o("person-simple-hike",[["path",{d:"M11.875 5.625C12.9106 5.625 13.75 4.78553 13.75 3.75C13.75 2.71447 12.9106 1.875 11.875 1.875C10.8394 1.875 10 2.71447 10 3.75C10 4.78553 10.8394 5.625 11.875 5.625Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.8753 18.1249V13.7499L8.55811 11.3804",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15 18.125V11.25C11.875 11.25 12.0266 9.34927 10.625 8.13208C10.471 7.99752 10.3013 7.88208 10.1195 7.78833L5.625 18.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.31321 5.9375L3.43799 10.3127L5.62524 11.2502L7.50049 6.87495L5.31321 5.9375Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Ju=o("person-simple-run",[["path",{d:"M11.875 6.25C12.9106 6.25 13.75 5.41053 13.75 4.375C13.75 3.33947 12.9106 2.5 11.875 2.5C10.8394 2.5 10 3.33947 10 4.375C10 5.41053 10.8394 6.25 11.875 6.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 8.24994C4.375 8.24994 6.875 6.24449 10.625 8.79682C14.568 11.4765 16.875 10.4258 16.875 10.4258",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.64404 12.5906C10.037 12.8906 13.7503 14.0625 13.7503 18.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.5031 8.71191C10.0289 10.5658 7.7195 16.147 2.5 15.6252",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Qu=o("person-simple-ski",[["path",{d:"M13.4375 6.25C14.3004 6.25 15 5.55044 15 4.6875C15 3.82456 14.3004 3.125 13.4375 3.125C12.5746 3.125 11.875 3.82456 11.875 4.6875C11.875 5.55044 12.5746 6.25 13.4375 6.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.9484 8.82344L3.125 6.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.6249 9.375H12.4999L9.9999 6.875L8.93115 7.94375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 10L11.25 11.25L8.16562 14.3344",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M18.125 15.4375C17.5378 15.8289 16.8719 16.0871 16.1744 16.1939C15.4767 16.3008 14.7643 16.2538 14.0867 16.0563L1.875 12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Yu=o("person-simple-snowboard",[["path",{d:"M12.8125 5.625C13.6754 5.625 14.375 4.92544 14.375 4.0625C14.375 3.19956 13.6754 2.5 12.8125 2.5C11.9496 2.5 11.25 3.19956 11.25 4.0625C11.25 4.92544 11.9496 5.625 12.8125 5.625Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.22188 13.8806L14.5219 17.4454C14.7224 17.5045 14.9339 17.516 15.1397 17.4792C15.3455 17.4424 15.5399 17.3582 15.7075 17.2333C15.8751 17.1084 16.0114 16.9462 16.1056 16.7596C16.1997 16.573 16.2492 16.367 16.25 16.1579C16.2495 15.8669 16.1544 15.5839 15.9791 15.3516C15.8039 15.1192 15.5578 14.9501 15.2781 14.8697L2.97812 11.3048C2.77759 11.2458 2.56607 11.2342 2.36029 11.2711C2.15452 11.3079 1.96013 11.3921 1.79249 11.5169C1.62486 11.6419 1.48858 11.804 1.39443 11.9907C1.30028 12.1773 1.25083 12.3833 1.25 12.5923C1.25052 12.8834 1.34558 13.1664 1.52086 13.3987C1.69614 13.6311 1.94216 13.8002 2.22188 13.8806Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 6.25L16.875 9.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.2562 7.42798L6.91162 12.4444",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.92041 9.43213L12.5001 10.4689L10.4805 13.479",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),_u=o("person-simple-swim",[["path",{d:"M13.75 7.5C14.7856 7.5 15.625 6.66056 15.625 5.625C15.625 4.58947 14.7856 3.75 13.75 3.75C12.7144 3.75 11.875 4.58947 11.875 5.625C11.875 6.66056 12.7144 7.5 13.75 7.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 15.1258C8.75 10.4625 11.25 19.5375 16.875 14.8743",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 12.0008C8.75 7.3375 11.25 16.4125 16.875 11.7493",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.8109 12.9359L10.3219 8.44688C8.91544 7.04031 7.00781 6.25006 5.01875 6.25H3.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.24707 10.6282L9.29006 7.58521",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),$u=o("person-simple-tai-chi",[["path",{d:"M10 5.625C11.0356 5.625 11.875 4.78553 11.875 3.75C11.875 2.71447 11.0356 1.875 10 1.875C8.96444 1.875 8.125 2.71447 8.125 3.75C8.125 4.78553 8.96444 5.625 10 5.625Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 8.125H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 8.125V11.25L3.75 16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 11.25L14.375 13.125V16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),ok=o("person-simple-throw",[["path",{d:"M10 6.25C11.0356 6.25 11.875 5.41053 11.875 4.375C11.875 3.33947 11.0356 2.5 10 2.5C8.96444 2.5 8.125 3.33947 8.125 4.375C8.125 5.41053 8.96444 6.25 10 6.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5 8.59375C5.60406 8.59375 6.09375 8.10406 6.09375 7.5C6.09375 6.89594 5.60406 6.40625 5 6.40625C4.39594 6.40625 3.90625 6.89594 3.90625 7.5C3.90625 8.10406 4.39594 8.59375 5 8.59375Z",fill:"currentColor",stroke:"none"}],["path",{d:"M16.875 8.24994C16.875 8.24994 14.375 6.24449 10.625 8.79682C6.682 11.4765 4.375 10.4258 4.375 10.4258",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.2414 8.40796C11.1719 9.85721 11.25 16.2501 5 18.1251",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.9331 11.4023L13.7503 13.75L12.5003 17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),rk=o("person-simple-walk",[["path",{d:"M11.875 5.625C12.9106 5.625 13.75 4.78553 13.75 3.75C13.75 2.71447 12.9106 1.875 11.875 1.875C10.8394 1.875 10 2.71447 10 3.75C10 4.78553 10.8394 5.625 11.875 5.625Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 10.078C3.75 10.078 8.125 5.96467 10.625 8.13495C12.0266 9.34901 13.125 11.2498 16.25 11.2498",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.8748 18.1251V13.7501L8.55762 11.3806",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.1195 7.78833L5.625 18.1251",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),ek=o("perspective",[["path",{d:"M16.875 16.2499C16.875 16.3414 16.8549 16.4319 16.8161 16.5147C16.7773 16.5976 16.7207 16.671 16.6504 16.7297C16.5802 16.7883 16.4979 16.8308 16.4094 16.8541C16.3209 16.8775 16.2283 16.8811 16.1383 16.8647L3.63828 14.5921C3.49427 14.5659 3.36401 14.4901 3.27021 14.3777C3.17641 14.2653 3.12502 14.1236 3.125 13.9772V6.02257C3.12502 5.8762 3.17641 5.73448 3.27021 5.62212C3.36401 5.50976 3.49427 5.43389 3.63828 5.40772L16.1383 3.13507C16.2283 3.1187 16.3209 3.12232 16.4094 3.14567C16.4979 3.169 16.5802 3.2115 16.6504 3.27015C16.7207 3.3288 16.7773 3.40217 16.8161 3.48507C16.8549 3.56797 16.875 3.65838 16.875 3.74991V16.2499Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.25 10H18.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),nk=o("phone",[["path",{d:"M12.843 11.3546C12.9295 11.297 13.0291 11.2619 13.1326 11.2525C13.2362 11.2431 13.3404 11.2597 13.4359 11.3007L17.1203 12.9515C17.2445 13.0046 17.3481 13.0964 17.4157 13.2133C17.4833 13.3302 17.5113 13.4658 17.4953 13.5999C17.3739 14.507 16.9273 15.3391 16.2383 15.9415C15.5494 16.5439 14.6651 16.8756 13.75 16.8749C10.9321 16.8749 8.22956 15.7555 6.23699 13.7629C4.24442 11.7704 3.125 9.06788 3.125 6.24992C3.1243 5.33477 3.456 4.45051 4.05841 3.76159C4.66082 3.07267 5.49293 2.62598 6.4 2.50461C6.53406 2.48868 6.66975 2.5166 6.78663 2.5842C6.9035 2.65181 6.99538 2.75545 7.04844 2.87961L8.69925 6.56713C8.73975 6.66181 8.75631 6.76506 8.74731 6.86775C8.73831 6.97038 8.70406 7.06919 8.64769 7.15538L6.97813 9.14056C6.91888 9.22994 6.88388 9.33313 6.8765 9.44006C6.86913 9.547 6.88956 9.65406 6.93594 9.75069C7.58206 11.0734 8.94925 12.4241 10.2758 13.064C10.3729 13.1101 10.4805 13.1302 10.5878 13.1221C10.695 13.114 10.7983 13.0781 10.8875 13.0179L12.843 11.3546Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),tk=o("phone-call",[["path",{d:"M11.875 3.75C12.9262 4.02681 13.8851 4.57767 14.6537 5.34631C15.4223 6.11494 15.9732 7.07381 16.25 8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 6.25C12.5406 6.59531 13.4047 7.45937 13.75 8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.218 11.9796C12.3045 11.922 12.4041 11.8869 12.5076 11.8775C12.6112 11.8681 12.7154 11.8847 12.8109 11.9257L16.4953 13.5765C16.6195 13.6296 16.7231 13.7214 16.7907 13.8383C16.8583 13.9552 16.8863 14.0908 16.8703 14.2249C16.7489 15.132 16.3023 15.9641 15.6133 16.5665C14.9244 17.1689 14.0401 17.5006 13.125 17.4999C10.3071 17.4999 7.60456 16.3805 5.61199 14.3879C3.61942 12.3954 2.5 9.69288 2.5 6.87494C2.4993 5.95977 2.831 5.07551 3.43341 4.38659C4.03582 3.69767 4.86793 3.25098 5.775 3.12961C5.90909 3.11368 6.04473 3.1416 6.16163 3.2092C6.2785 3.27681 6.37038 3.38045 6.42344 3.50461L8.07425 7.19213C8.11475 7.28681 8.13131 7.39006 8.12231 7.49275C8.11331 7.59538 8.07906 7.69419 8.02269 7.78038L6.35313 9.76556C6.29388 9.85494 6.25888 9.95813 6.2515 10.0651C6.2441 10.172 6.26456 10.2791 6.31094 10.3757C6.95706 11.6984 8.32425 13.0491 9.65081 13.689C9.74794 13.7351 9.8555 13.7552 9.96275 13.7471C10.07 13.739 10.1733 13.7031 10.2625 13.6429L12.218 11.9796Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),sk=o("phone-disconnect",[["path",{d:"M17.6516 7.48669C19.0023 8.83744 19.107 10.7906 17.9641 12.2617C17.8805 12.3676 17.7648 12.4437 17.6345 12.4785C17.504 12.5133 17.3659 12.5049 17.2406 12.4546L13.4047 11.0937C13.309 11.0554 13.2241 10.9939 13.1579 10.9149C13.0916 10.8358 13.046 10.7416 13.025 10.6406L12.5398 8.31713C12.5184 8.21219 12.4701 8.11456 12.3998 8.03375C12.3295 7.953 12.2393 7.89181 12.1383 7.85619C10.7427 7.37788 9.22696 7.38144 7.83358 7.86638C7.73183 7.90281 7.64139 7.96525 7.57121 8.0475C7.50102 8.12969 7.45358 8.22888 7.43358 8.33513L6.97264 10.6406C6.95158 10.7416 6.90583 10.8359 6.83946 10.915C6.77308 10.9941 6.68808 11.0555 6.59221 11.0937L2.75704 12.4546C2.6319 12.5059 2.49351 12.5152 2.36264 12.4811C2.23177 12.447 2.1155 12.3714 2.03126 12.2656C0.890637 10.7945 0.995325 8.84138 2.34376 7.49056C6.49764 3.33745 13.5023 3.33745 17.6516 7.48669Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 15.625H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),ik=o("phone-incoming",[["path",{d:"M12.218 11.9796C12.3045 11.922 12.4041 11.8869 12.5076 11.8775C12.6112 11.8681 12.7154 11.8847 12.8109 11.9257L16.4953 13.5765C16.6195 13.6296 16.7231 13.7214 16.7907 13.8383C16.8583 13.9552 16.8863 14.0908 16.8703 14.2249C16.7489 15.132 16.3023 15.9641 15.6133 16.5665C14.9244 17.1689 14.0401 17.5006 13.125 17.4999C10.3071 17.4999 7.60456 16.3805 5.61199 14.3879C3.61942 12.3954 2.5 9.69288 2.5 6.87494C2.4993 5.95977 2.831 5.07551 3.43341 4.38659C4.03582 3.69767 4.86793 3.25098 5.775 3.12961C5.90909 3.11368 6.04473 3.1416 6.16163 3.2092C6.2785 3.27681 6.37038 3.38045 6.42344 3.50461L8.07425 7.19213C8.11475 7.28681 8.13131 7.39006 8.12231 7.49275C8.11331 7.59538 8.07906 7.69419 8.02269 7.78038L6.35313 9.76556C6.29388 9.85494 6.25888 9.95813 6.2515 10.0651C6.2441 10.172 6.26456 10.2791 6.31094 10.3757C6.95706 11.6984 8.32425 13.0491 9.65081 13.689C9.74794 13.7351 9.8555 13.7552 9.96275 13.7471C10.07 13.739 10.1733 13.7031 10.2625 13.6429L12.218 11.9796Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 5V8.125H15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 8.125L15.625 4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Ck=o("phone-list",[["path",{d:"M12.218 11.9796C12.3045 11.922 12.4041 11.8869 12.5076 11.8775C12.6112 11.8681 12.7154 11.8847 12.8109 11.9257L16.4953 13.5765C16.6195 13.6296 16.7231 13.7214 16.7907 13.8383C16.8583 13.9552 16.8863 14.0908 16.8703 14.2249C16.7489 15.132 16.3023 15.9641 15.6133 16.5665C14.9244 17.1689 14.0401 17.5006 13.125 17.4999C10.3071 17.4999 7.60456 16.3805 5.61199 14.3879C3.61942 12.3954 2.5 9.69288 2.5 6.87494C2.4993 5.95977 2.831 5.07551 3.43341 4.38659C4.03582 3.69767 4.86793 3.25098 5.775 3.12961C5.90909 3.11368 6.04473 3.1416 6.16163 3.2092C6.2785 3.27681 6.37038 3.38045 6.42344 3.50461L8.07425 7.19213C8.11475 7.28681 8.13131 7.39006 8.12231 7.49275C8.11331 7.59538 8.07906 7.69419 8.02269 7.78038L6.35313 9.76556C6.29388 9.85494 6.25888 9.95813 6.2515 10.0651C6.2441 10.172 6.26456 10.2791 6.31094 10.3757C6.95706 11.6984 8.32425 13.0491 9.65081 13.689C9.74794 13.7351 9.8555 13.7552 9.96275 13.7471C10.07 13.739 10.1733 13.7031 10.2625 13.6429L12.218 11.9796Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 5H16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 8.125H16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),uk=o("phone-outgoing",[["path",{d:"M12.5 4.375H15.625V7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 8.125L15.625 4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.218 11.9796C12.3045 11.922 12.4041 11.8869 12.5076 11.8775C12.6112 11.8681 12.7154 11.8847 12.8109 11.9257L16.4953 13.5765C16.6195 13.6296 16.7231 13.7214 16.7907 13.8383C16.8583 13.9552 16.8863 14.0908 16.8703 14.2249C16.7489 15.132 16.3023 15.9641 15.6133 16.5665C14.9244 17.1689 14.0401 17.5006 13.125 17.4999C10.3071 17.4999 7.60456 16.3805 5.61199 14.3879C3.61942 12.3954 2.5 9.69288 2.5 6.87494C2.4993 5.95977 2.831 5.07551 3.43341 4.38659C4.03582 3.69767 4.86793 3.25098 5.775 3.12961C5.90909 3.11368 6.04473 3.1416 6.16163 3.2092C6.2785 3.27681 6.37038 3.38045 6.42344 3.50461L8.07425 7.19213C8.11475 7.28681 8.13131 7.39006 8.12231 7.49275C8.11331 7.59538 8.07906 7.69419 8.02269 7.78038L6.35313 9.76556C6.29388 9.85494 6.25888 9.95813 6.2515 10.0651C6.2441 10.172 6.26456 10.2791 6.31094 10.3757C6.95706 11.6984 8.32425 13.0491 9.65081 13.689C9.74794 13.7351 9.8555 13.7552 9.96275 13.7471C10.07 13.739 10.1733 13.7031 10.2625 13.6429L12.218 11.9796Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),kk=o("phone-pause",[["path",{d:"M12.218 11.9796C12.3045 11.922 12.4041 11.8869 12.5076 11.8775C12.6112 11.8681 12.7154 11.8847 12.8109 11.9257L16.4953 13.5765C16.6195 13.6296 16.7231 13.7214 16.7907 13.8383C16.8583 13.9552 16.8863 14.0908 16.8703 14.2249C16.7489 15.132 16.3023 15.9641 15.6133 16.5665C14.9244 17.1689 14.0401 17.5006 13.125 17.4999C10.3071 17.4999 7.60456 16.3805 5.61199 14.3879C3.61942 12.3954 2.5 9.69288 2.5 6.87494C2.4993 5.95977 2.831 5.07551 3.43341 4.38659C4.03582 3.69767 4.86793 3.25098 5.775 3.12961C5.90909 3.11368 6.04473 3.1416 6.16163 3.2092C6.2785 3.27681 6.37038 3.38045 6.42344 3.50461L8.07425 7.19213C8.11475 7.28681 8.13131 7.39006 8.12231 7.49275C8.11331 7.59538 8.07906 7.69419 8.02269 7.78038L6.35313 9.76556C6.29388 9.85494 6.25888 9.95813 6.2515 10.0651C6.2441 10.172 6.26456 10.2791 6.31094 10.3757C6.95706 11.6984 8.32425 13.0491 9.65081 13.689C9.74794 13.7351 9.8555 13.7552 9.96275 13.7471C10.07 13.739 10.1733 13.7031 10.2625 13.6429L12.218 11.9796Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 3.75V8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 3.75V8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),ak=o("phone-plus",[["path",{d:"M12.218 11.9796C12.3045 11.922 12.4041 11.8869 12.5076 11.8775C12.6112 11.8681 12.7154 11.8847 12.8109 11.9257L16.4953 13.5765C16.6195 13.6296 16.7231 13.7214 16.7907 13.8383C16.8583 13.9552 16.8863 14.0908 16.8703 14.2249C16.7489 15.132 16.3023 15.9641 15.6133 16.5665C14.9244 17.1689 14.0401 17.5006 13.125 17.4999C10.3071 17.4999 7.60456 16.3805 5.61199 14.3879C3.61942 12.3954 2.5 9.69288 2.5 6.87494C2.4993 5.95977 2.831 5.07551 3.43341 4.38659C4.03582 3.69767 4.86793 3.25098 5.775 3.12961C5.90909 3.11368 6.04473 3.1416 6.16163 3.2092C6.2785 3.27681 6.37038 3.38045 6.42344 3.50461L8.07425 7.19213C8.11475 7.28681 8.13131 7.39006 8.12231 7.49275C8.11331 7.59538 8.07906 7.69419 8.02269 7.78038L6.35313 9.76556C6.29388 9.85494 6.25888 9.95813 6.2515 10.0651C6.2441 10.172 6.26456 10.2791 6.31094 10.3757C6.95706 11.6984 8.32425 13.0491 9.65081 13.689C9.74794 13.7351 9.8555 13.7552 9.96275 13.7471C10.07 13.739 10.1733 13.7031 10.2625 13.6429L12.218 11.9796Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 6.25H16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 3.75V8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),dk=o("phone-slash",[["path",{d:"M3.75 3.125L16.25 16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.41504 5.6399C12.3955 5.48365 15.4307 6.51725 17.6517 8.73675C19.0025 10.0876 19.1072 12.0407 17.9642 13.5117C17.8807 13.6177 17.765 13.6938 17.6346 13.7286C17.5042 13.7634 17.366 13.755 17.2408 13.7047L16.5088 13.4454",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.94139 8.835C8.56464 8.89618 8.19396 8.99031 7.83358 9.11625C7.73183 9.15268 7.64139 9.21512 7.57121 9.29737C7.50102 9.37962 7.45358 9.47875 7.43358 9.585L6.97264 11.8905C6.95158 11.9916 6.90583 12.0858 6.83946 12.1649C6.77308 12.244 6.68808 12.3054 6.59221 12.3436L2.75704 13.7046C2.6319 13.7558 2.49351 13.7651 2.36264 13.731C2.23177 13.6969 2.1155 13.6212 2.03126 13.5155C0.890637 12.0444 0.995325 10.0912 2.34376 8.7405C3.51729 7.56987 4.94996 6.692 6.52577 6.17798",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),ck=o("phone-transfer",[["path",{d:"M11.25 5.625H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.218 11.9799C12.3045 11.9222 12.4041 11.8872 12.5076 11.8777C12.6112 11.8683 12.7154 11.8849 12.8109 11.9259L16.4953 13.5767C16.6195 13.6298 16.7231 13.7216 16.7907 13.8386C16.8583 13.9554 16.8863 14.0911 16.8703 14.2252C16.7489 15.1322 16.3023 15.9644 15.6133 16.5667C14.9244 17.1692 14.0401 17.5009 13.125 17.5002C10.3071 17.5002 7.60456 16.3807 5.61199 14.3882C3.61942 12.3956 2.5 9.69312 2.5 6.87518C2.4993 5.96001 2.831 5.07575 3.43341 4.38683C4.03582 3.69791 4.86793 3.25123 5.775 3.12985C5.90909 3.11393 6.04473 3.14185 6.16163 3.20945C6.2785 3.27705 6.37038 3.38069 6.42344 3.50485L8.07425 7.19237C8.11475 7.28706 8.13131 7.39031 8.12231 7.493C8.11331 7.59562 8.07906 7.69443 8.02269 7.78062L6.35313 9.76581C6.29388 9.85518 6.25888 9.95837 6.2515 10.0653C6.2441 10.1722 6.26456 10.2793 6.31094 10.3759C6.95706 11.6986 8.32425 13.0494 9.65081 13.6892C9.74794 13.7354 9.8555 13.7554 9.96275 13.7473C10.07 13.7392 10.1733 13.7033 10.2625 13.6431L12.218 11.9799Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 3.125L16.875 5.625L14.375 8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Lk=o("phone-x",[["path",{d:"M11.875 4.375L15.625 8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 4.375L11.875 8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.218 11.9796C12.3045 11.922 12.4041 11.8869 12.5076 11.8775C12.6112 11.8681 12.7154 11.8847 12.8109 11.9257L16.4953 13.5765C16.6195 13.6296 16.7231 13.7214 16.7907 13.8383C16.8583 13.9552 16.8863 14.0908 16.8703 14.2249C16.7489 15.132 16.3023 15.9641 15.6133 16.5665C14.9244 17.1689 14.0401 17.5006 13.125 17.4999C10.3071 17.4999 7.60456 16.3805 5.61199 14.3879C3.61942 12.3954 2.5 9.69288 2.5 6.87494C2.4993 5.95977 2.831 5.07551 3.43341 4.38659C4.03582 3.69767 4.86793 3.25098 5.775 3.12961C5.90909 3.11368 6.04473 3.1416 6.16163 3.2092C6.2785 3.27681 6.37038 3.38045 6.42344 3.50461L8.07425 7.19213C8.11475 7.28681 8.13131 7.39006 8.12231 7.49275C8.11331 7.59538 8.07906 7.69419 8.02269 7.78038L6.35313 9.76556C6.29388 9.85494 6.25888 9.95813 6.2515 10.0651C6.2441 10.172 6.26456 10.2791 6.31094 10.3757C6.95706 11.6984 8.32425 13.0491 9.65081 13.689C9.74794 13.7351 9.8555 13.7552 9.96275 13.7471C10.07 13.739 10.1733 13.7031 10.2625 13.6429L12.218 11.9796Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),pk=o("phosphor-logo",[["path",{d:"M11.25 3.125H5.625V13.125H11.25V3.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 13.125V18.75C9.75819 18.75 8.32744 18.1574 7.2725 17.1025C6.21763 16.0476 5.625 14.6168 5.625 13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.625 3.125L11.25 13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 13.125H11.875C13.2011 13.125 14.4729 12.5982 15.4106 11.6606C16.3482 10.7229 16.875 9.45106 16.875 8.125C16.875 6.79894 16.3482 5.52715 15.4106 4.58947C14.4729 3.65178 13.2011 3.125 11.875 3.125H11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),lk=o("pi",[["path",{d:"M17.5 5H5.625C4.63044 5 3.67661 5.39509 2.97335 6.09835C2.27009 6.80163 1.875 7.75544 1.875 8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 5V15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.5 13.4375C17.5 14.0177 17.2696 14.5741 16.8593 14.9843C16.4491 15.3946 15.8927 15.625 15.3125 15.625C14.7323 15.625 14.1759 15.3946 13.7657 14.9843C13.3554 14.5741 13.125 14.0177 13.125 13.4375V5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),hk=o("piano-keys",[["path",{d:"M16.25 3.125H3.75C3.40482 3.125 3.125 3.40482 3.125 3.75V16.25C3.125 16.5952 3.40482 16.875 3.75 16.875H16.25C16.5952 16.875 16.875 16.5952 16.875 16.25V3.75C16.875 3.40482 16.5952 3.125 16.25 3.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 16.875V11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 16.875V11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 3.125V11.25H11.25V3.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.75 3.125V11.25H5.625V3.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Mk=o("picnic-table",[["path",{d:"M5 5H15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M0.625 10.625H19.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 5L2.5 15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 5L17.5 15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),jk=o("picture-in-picture",[["path",{d:"M16.875 4.375H3.125C2.77982 4.375 2.5 4.65482 2.5 5V15C2.5 15.3452 2.77982 15.625 3.125 15.625H16.875C17.2202 15.625 17.5 15.3452 17.5 15V5C17.5 4.65482 17.2202 4.375 16.875 4.375Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.625 15.625V10H17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Hk=o("piggy-bank",[["path",{d:"M14.0625 10.1562C14.6666 10.1562 15.1562 9.66656 15.1562 9.0625C15.1562 8.45844 14.6666 7.96875 14.0625 7.96875C13.4584 7.96875 12.9688 8.45844 12.9688 9.0625C12.9688 9.66656 13.4584 10.1562 14.0625 10.1562Z",fill:"currentColor",stroke:"none"}],["path",{d:"M8.75 5.625H11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.875 3.125H11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M0.625 11.25C0.625 10.7528 0.822544 10.2758 1.17417 9.92419C1.52581 9.57256 2.00272 9.375 2.5 9.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.2141 7.5H17.5C17.8315 7.5 18.1494 7.63169 18.3839 7.86613C18.6183 8.10056 18.75 8.4185 18.75 8.75V11.25C18.75 11.5815 18.6183 11.8994 18.3839 12.1339C18.1494 12.3683 17.8315 12.5 17.5 12.5H16.875L15.4609 16.4602C15.4176 16.5816 15.3377 16.6868 15.2322 16.761C15.1267 16.8353 15.0009 16.8751 14.8719 16.875H13.8781C13.7491 16.8751 13.6232 16.8353 13.5178 16.761C13.4123 16.6868 13.3324 16.5816 13.2891 16.4602L12.9914 15.625H7.63362L7.33594 16.4602C7.29256 16.5816 7.21269 16.6868 7.10719 16.761C7.00175 16.8353 6.87587 16.8751 6.74687 16.875H5.75313C5.62414 16.8751 5.49827 16.8353 5.3928 16.761C5.28734 16.6868 5.20744 16.5816 5.16407 16.4602L4.14063 13.5938C3.08387 12.4431 2.49826 10.9372 2.5 9.375C2.5 7.71738 3.15848 6.12769 4.33059 4.95558C5.50269 3.78348 7.09237 3.125 8.75 3.125H11.25C12.4696 3.12465 13.6627 3.48113 14.6822 4.15052C15.7016 4.81991 16.503 5.77294 16.9875 6.89219C17.0732 7.09088 17.1488 7.29369 17.2141 7.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Bk=o("pill",[["path",{d:"M11.465 3.53567L3.53542 11.4652C2.15486 12.8458 2.15486 15.0841 3.53542 16.4647L3.53597 16.4652C4.91654 17.8458 7.15486 17.8458 8.53542 16.4652L16.465 8.53566C17.8455 7.1551 17.8455 4.91678 16.465 3.53622L16.4644 3.53567C15.0839 2.1551 12.8455 2.1551 11.465 3.53567Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 7.5L12.5 12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 8.75L14.375 6.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Vk=o("ping-pong",[["path",{d:"M10.5143 16.1398C10.2272 16.4291 9.87338 16.6433 9.48401 16.7634C9.09457 16.8836 8.68157 16.9061 8.28145 16.8288C4.95333 16.1718 2.45177 13.1187 2.5002 9.58506C2.55411 5.71399 5.71348 2.55384 9.58457 2.50071C13.1182 2.4515 16.1682 4.95306 16.8283 8.28194C16.9055 8.68213 16.8831 9.09513 16.7629 9.4845C16.6427 9.87388 16.4286 10.2278 16.1393 10.5148L14.2971 12.3601L17.8666 14.9101C17.9403 14.9629 18.0017 15.0311 18.0464 15.11C18.0911 15.1889 18.1182 15.2766 18.1256 15.367C18.1331 15.4574 18.1207 15.5483 18.0895 15.6334C18.0583 15.7186 18.0089 15.7959 17.9448 15.8601L15.8596 17.9421C15.7954 18.0063 15.7181 18.0556 15.6329 18.0869C15.5478 18.1181 15.4569 18.1304 15.3665 18.123C15.2761 18.1156 15.1884 18.0886 15.1095 18.0438C15.0306 17.9991 14.9624 17.9378 14.9096 17.864L12.3604 14.2968L10.5143 16.1398Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.1406 6.35913L6.35938 16.1404",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),wk=o("pinterest-logo",[["path",{d:"M10 6.875L7.5 17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.21094 11.875C4.73209 11.0448 4.4506 10.1155 4.38824 9.15906C4.32589 8.20263 4.48433 7.24469 4.85132 6.35931C5.21832 5.47388 5.78404 4.68474 6.50475 4.05289C7.22544 3.42103 8.08175 2.96339 9.00756 2.71536C9.93337 2.46732 10.9038 2.43553 11.8439 2.62244C12.7839 2.80936 13.6684 3.20997 14.4289 3.7933C15.1894 4.37663 15.8055 5.12706 16.2297 5.98655C16.6538 6.846 16.8746 7.79156 16.875 8.75C16.875 12.2016 14.375 14.375 11.875 14.375C9.375 14.375 8.62269 12.7289 8.62269 12.7289",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),bk=o("pint-glass",[["path",{d:"M4.375 2.5H15.625L13.8164 17.5781C13.7974 17.7293 13.7237 17.8684 13.6093 17.9691C13.4949 18.0698 13.3477 18.1252 13.1953 18.125H6.80469C6.65231 18.1252 6.50506 18.0698 6.39069 17.9691C6.27631 17.8684 6.20264 17.7293 6.18359 17.5781L4.375 2.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.75 5.625H15.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Sk=o("pinwheel",[["path",{d:"M7.39697 2.12121C8.40941 1.75271 9.52685 1.80151 10.5033 2.25687C10.9868 2.48234 11.4212 2.80084 11.7817 3.19418C12.1421 3.58753 12.4215 4.04801 12.604 4.54934C12.7865 5.05067 12.8684 5.58303 12.8451 6.11603C12.8218 6.649 12.6938 7.17225 12.4683 7.65575C12.2428 8.13925 11.9243 8.57363 11.531 8.93406C11.1377 9.2945 10.6772 9.57388 10.1758 9.75638L7.39697 2.12121Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.12097 11.3531C1.75247 10.3407 1.80126 9.22325 2.25662 8.24675C2.71198 7.27025 3.53661 6.51463 4.5491 6.14612C5.56158 5.77761 6.67897 5.82641 7.65547 6.28175C8.63197 6.73713 9.3876 7.56175 9.7561 8.57425L2.12097 11.3531Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.3529 16.6291C10.3404 16.9976 9.22302 16.9488 8.24652 16.4934C7.27002 16.0381 6.5144 15.2135 6.14587 14.201C5.77737 13.1885 5.82617 12.0711 6.28152 11.0946C6.7369 10.118 7.56152 9.3624 8.57402 8.9939L11.3529 16.6291Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.6288 7.39697C16.8113 7.89829 16.8932 8.43066 16.87 8.96366C16.8467 9.49666 16.7187 10.0198 16.4932 10.5033C16.2677 10.9868 15.9492 11.4212 15.5558 11.7817C15.1625 12.1421 14.702 12.4215 14.2007 12.604C13.6993 12.7865 13.167 12.8684 12.634 12.8451C12.101 12.8218 11.5778 12.6938 11.0943 12.4683C10.6108 12.2428 10.1764 11.9243 9.81596 11.531C9.45553 11.1377 9.17615 10.6772 8.99365 10.1758L16.6288 7.39697Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.8501 12.8501L17.5001 17.5001",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),vk=o("pipe",[["path",{d:"M8.75 13.125V11.25C8.75 10.5869 9.01338 9.95106 9.48225 9.48225C9.95106 9.01338 10.5869 8.75 11.25 8.75H13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 3.75H11.25C9.26087 3.75 7.35325 4.54018 5.9467 5.9467C4.54018 7.35325 3.75 9.26087 3.75 11.25V13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15 3.125H13.75C13.4048 3.125 13.125 3.40482 13.125 3.75V8.75C13.125 9.09519 13.4048 9.375 13.75 9.375H15C15.3452 9.375 15.625 9.09519 15.625 8.75V3.75C15.625 3.40482 15.3452 3.125 15 3.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.75 13.125H3.75C3.40482 13.125 3.125 13.4048 3.125 13.75V15C3.125 15.3452 3.40482 15.625 3.75 15.625H8.75C9.09519 15.625 9.375 15.3452 9.375 15V13.75C9.375 13.4048 9.09519 13.125 8.75 13.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.75 15.625V18.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 15.625V18.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M18.125 3.75H15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M18.125 8.75H15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),xk=o("pipe-wrench",[["path",{d:"M9.81737 11.3796C9.87544 11.3216 9.92156 11.2526 9.953 11.1767C9.9845 11.1009 10.0007 11.0196 10.0007 10.9374C10.0007 10.8553 9.9845 10.7739 9.953 10.6981C9.92156 10.6222 9.87544 10.5533 9.81737 10.4952L6.01579 6.64056C5.76772 6.39162 5.62842 6.05449 5.62842 5.70305C5.62842 5.3516 5.76772 5.01449 6.01579 4.76555C6.26475 4.51747 6.60187 4.37817 6.95331 4.37817C7.30475 4.37817 7.64187 4.51747 7.89081 4.76555L13.5697 10.4976C13.6278 10.5556 13.6739 10.6246 13.7054 10.7004C13.7368 10.7763 13.753 10.8576 13.753 10.9397C13.753 11.0219 13.7368 11.1032 13.7054 11.1791C13.6739 11.255 13.6278 11.3239 13.5697 11.3819L6.64081 18.3593C6.39187 18.6074 6.05474 18.7467 5.70329 18.7467C5.35185 18.7467 5.01473 18.6074 4.76579 18.3593C4.51772 18.1104 4.37842 17.7732 4.37842 17.4218C4.37842 17.0704 4.51772 16.7332 4.76579 16.4843L9.81737 11.3796Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.3343 7.23281L11.789 5.80782C11.9053 5.6915 12.0629 5.62576 12.2275 5.62489C12.392 5.62401 12.5503 5.68806 12.6679 5.80313L15.5937 8.56719C15.7109 8.68431 15.8698 8.75012 16.0355 8.75012C16.2012 8.75012 16.3601 8.68431 16.4773 8.56719L16.7679 8.27656C17.2366 7.80775 17.5 7.17194 17.5 6.509C17.5 5.84604 17.2366 5.21024 16.7679 4.74141L13.2523 1.43282C13.1942 1.37471 13.1253 1.32861 13.0494 1.29716C12.9735 1.26571 12.8922 1.24951 12.8101 1.24951C12.728 1.24951 12.6466 1.26571 12.5707 1.29716C12.4948 1.32861 12.426 1.37471 12.3679 1.43282L8.44678 5.32735",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.56262 7.19678L4.55791 9.19209C4.44079 9.30934 4.375 9.46821 4.375 9.6339C4.375 9.79959 4.44079 9.95853 4.55791 10.0757L5.54698 11.0671C5.66418 11.1842 5.82308 11.25 5.98877 11.25C6.15446 11.25 6.31338 11.1842 6.43056 11.0671L8.43762 9.09365",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),gk=o("pix-logo",[["path",{d:"M9.56007 2.05716L2.05643 9.56077C1.81387 9.80333 1.81387 10.1966 2.05643 10.4391L9.56007 17.9428C9.80263 18.1853 10.1959 18.1853 10.4384 17.9428L17.942 10.4391C18.1846 10.1966 18.1846 9.80333 17.942 9.56077L10.4384 2.05716C10.1959 1.81461 9.80263 1.81461 9.56007 2.05716Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.11768 7.5H7.49969L12.4997 12.5H15.8818",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.8818 7.5H12.4997L7.49969 12.5H4.11768",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Zk=o("pizza",[["path",{d:"M1.96533 5.53891C1.92266 5.46866 1.89426 5.39068 1.88177 5.30944C1.86928 5.2282 1.87294 5.14529 1.89253 5.06546C1.91212 4.98564 1.94727 4.91046 1.99595 4.84424C2.04464 4.77801 2.10592 4.72205 2.17627 4.67953C4.53619 3.25212 7.24169 2.49756 9.99969 2.49756C12.7578 2.49756 15.4632 3.25212 17.8231 4.67953C17.8935 4.72205 17.9548 4.77801 18.0034 4.84424C18.0521 4.91046 18.0873 4.98564 18.1069 5.06546C18.1264 5.14529 18.1301 5.2282 18.1176 5.30944C18.1051 5.39068 18.0768 5.46866 18.0341 5.53891L10.5341 17.8249C10.4784 17.9171 10.3999 17.9933 10.3062 18.0463C10.2124 18.0992 10.1066 18.127 9.99894 18.127C9.89125 18.127 9.78538 18.0992 9.69163 18.0463C9.59788 17.9933 9.51938 17.9171 9.46375 17.8249L1.96533 5.53891Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.96045 7.16869C5.03594 5.75568 7.4887 5 9.99951 5C12.5104 5 14.9631 5.75568 17.0386 7.16869",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.0311 15.3745C11.7186 15.2217 11.4414 15.0052 11.2172 14.7391C10.9931 14.473 10.827 14.163 10.7295 13.829C10.6321 13.4951 10.6054 13.1444 10.6511 12.7995C10.6969 12.4546 10.8142 12.1231 10.9955 11.8261C11.1768 11.5292 11.4181 11.2733 11.7039 11.0749C11.9897 10.8765 12.3137 10.74 12.6554 10.674C12.997 10.608 13.3486 10.6141 13.6877 10.6918C14.0269 10.7695 14.3461 10.9172 14.6249 11.1253",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.19824 9.19618C4.43574 8.85562 4.7543 8.57956 5.1252 8.393C5.49609 8.20637 5.90762 8.11506 6.32262 8.12731C6.73762 8.13956 7.14306 8.255 7.50231 8.46312C7.86156 8.67131 8.16331 8.96568 8.38025 9.31968C8.59725 9.67362 8.72269 10.0761 8.74519 10.4907C8.76769 10.9052 8.68662 11.3189 8.50919 11.6943C8.33181 12.0697 8.06375 12.395 7.72912 12.6409C7.39456 12.8867 7.004 13.0453 6.59275 13.1024",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),mk=o("placeholder",[["path",{d:"M16.25 3.125H3.75C3.40482 3.125 3.125 3.40482 3.125 3.75V16.25C3.125 16.5952 3.40482 16.875 3.75 16.875H16.25C16.5952 16.875 16.875 16.5952 16.875 16.25V3.75C16.875 3.40482 16.5952 3.125 16.25 3.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.30762 3.30811L16.692 16.6925",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),fk=o("planet",[["path",{d:"M10 16.875C13.7969 16.875 16.875 13.7969 16.875 10C16.875 6.20304 13.7969 3.125 10 3.125C6.20304 3.125 3.125 6.20304 3.125 10C3.125 13.7969 6.20304 16.875 10 16.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.4342 4.74595C16.5537 4.18267 18.1382 4.24204 18.6092 5.05376C19.4686 6.53269 16.3085 9.94519 11.553 12.6772C6.79756 15.4093 2.24831 16.4272 1.39049 14.9428C0.917838 14.128 1.66471 12.7264 3.22565 11.1749",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),yk=o("plant",[["path",{d:"M10.8238 11.6764C8.33001 7.51944 11.655 3.36316 18.7215 3.77878C19.141 10.8452 14.9808 14.1702 10.8238 11.6764Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.91193 12.5369C8.69318 9.56814 6.31824 6.59939 1.27055 6.89545C0.973679 11.9431 3.94321 14.3181 6.91193 12.5369Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.37549 10L9.37549 15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.6255 6.875L10.8404 11.6601C10.3759 12.1244 10.0076 12.6757 9.75618 13.2824C9.50486 13.8891 9.37549 14.5394 9.37549 15.1961V17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Pk=o("play",[["path",{d:"M5.625 3.11559V16.8843C5.62704 16.9942 5.65801 17.1016 5.7148 17.1957C5.77158 17.2897 5.85217 17.3672 5.94843 17.4202C6.0447 17.4732 6.15324 17.4999 6.26312 17.4976C6.37294 17.4952 6.48025 17.464 6.57425 17.407L17.8304 10.5226C17.9204 10.4682 17.9947 10.3915 18.0463 10.2999C18.0979 10.2084 18.1251 10.1051 18.1251 9.99994C18.1251 9.89487 18.0979 9.79156 18.0463 9.7C17.9947 9.60844 17.9204 9.53175 17.8304 9.47731L6.57425 2.59294C6.48025 2.53591 6.37294 2.50466 6.26312 2.50234C6.15324 2.50002 6.0447 2.5267 5.94843 2.57971C5.85217 2.63271 5.77158 2.71016 5.7148 2.80424C5.65801 2.89832 5.62704 3.00572 5.625 3.11559Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Tk=o("play-circle",[["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.4375 10L8.4375 6.875V13.125L13.4375 10Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Ak=o("playlist",[["path",{d:"M3.125 5H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 10H12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 15H8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 16.875C14.7856 16.875 15.625 16.0356 15.625 15C15.625 13.9644 14.7856 13.125 13.75 13.125C12.7144 13.125 11.875 13.9644 11.875 15C11.875 16.0356 12.7144 16.875 13.75 16.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 15V8.75L18.75 9.6875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Fk=o("play-pause",[["path",{d:"M13.75 5V15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.5 5V15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 5.61312V14.3866C2.50096 14.497 2.5315 14.6052 2.58846 14.6999C2.64543 14.7945 2.72672 14.8722 2.82387 14.9248C2.92104 14.9773 3.03051 15.0029 3.14091 14.9988C3.2513 14.9947 3.35858 14.9611 3.45156 14.9014L10.3414 10.5147C10.4282 10.4597 10.4997 10.3837 10.5492 10.2937C10.5988 10.2037 10.6248 10.1026 10.6248 9.99982C10.6248 9.89707 10.5988 9.796 10.5492 9.706C10.4997 9.616 10.4282 9.53994 10.3414 9.485L3.45156 5.09828C3.35858 5.03864 3.2513 5.00502 3.14091 5.00092C3.03051 4.99681 2.92104 5.02237 2.82387 5.07494C2.72672 5.12751 2.64543 5.20517 2.58846 5.29982C2.5315 5.39447 2.50096 5.50266 2.5 5.61312Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Dk=o("plug",[["path",{d:"M11.25 5L14.375 1.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M18.125 5.625L15 8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.5 11.25L8.75 2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.5625 10.3125L11.9821 14.893C11.5132 15.3617 10.8774 15.625 10.2144 15.625C9.5515 15.625 8.91569 15.3617 8.44688 14.893L5.10704 11.5531C4.63832 11.0843 4.375 10.4485 4.375 9.78556C4.375 9.12263 4.63832 8.48681 5.10704 8.01794L9.6875 3.4375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.77737 13.2227L2.5 17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),qk=o("plug-charging",[["path",{d:"M13.125 1.25V5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 1.25V5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 15V18.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 5H17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 5V12.5C4.375 13.1631 4.63839 13.7989 5.10723 14.2677C5.57607 14.7366 6.21196 15 6.875 15H13.125C13.7881 15 14.4239 14.7366 14.8927 14.2677C15.3616 13.7989 15.625 13.1631 15.625 12.5V5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.3125 12.5L11.25 10H8.75L9.6875 7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Rk=o("plugs",[["path",{d:"M11.25 11.25L9.375 13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.75 8.75L6.875 10.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5 8.75L11.25 15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.53594 15.4639L1.875 18.1248",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.3126 14.0625L8.04697 16.3281C7.69534 16.6798 7.21847 16.8772 6.72122 16.8772C6.22394 16.8772 5.74705 16.6798 5.39542 16.3281L3.67199 14.6024C3.3211 14.2508 3.12402 13.7744 3.12402 13.2778C3.12402 12.7811 3.3211 12.3047 3.67199 11.9531L5.93761 9.6875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.75 5L15 11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.4639 4.53594L18.1248 1.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.0625 10.3124L16.3281 8.04675C16.6798 7.69512 16.8772 7.21819 16.8772 6.72094C16.8772 6.2237 16.6798 5.7468 16.3281 5.39517L14.6024 3.67174C14.2508 3.32085 13.7744 3.12378 13.2778 3.12378C12.7811 3.12378 12.3047 3.32085 11.9531 3.67174L9.6875 5.93736",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Uk=o("plugs-connected",[["path",{d:"M10.0757 5.54893L5.54917 10.0755C4.81694 10.8077 4.81694 11.9949 5.54917 12.7272L7.27274 14.4507C8.00499 15.183 9.19217 15.183 9.92442 14.4507L14.451 9.92417C15.1832 9.19192 15.1832 8.00473 14.451 7.27248L12.7274 5.54893C11.9952 4.8167 10.808 4.8167 10.0757 5.54893Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 6.875L13.125 13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M18.1248 1.875L13.5889 6.41094",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.41094 13.5889L1.875 18.1248",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 2.5L8.125 4.0625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 7.5L4.0625 8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.9375 11.875L17.5 12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 15.9375L12.5 17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Nk=o("plus",[["path",{d:"M3.125 10H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 3.125V16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Gk=o("plus-circle",[["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 10H13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 6.875V13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),zk=o("plus-minus",[["path",{d:"M15.625 4.375L4.375 15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 5.625H8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.625 2.5V8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 14.375H17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Ek=o("plus-square",[["path",{d:"M16.25 3.125H3.75C3.40482 3.125 3.125 3.40482 3.125 3.75V16.25C3.125 16.5952 3.40482 16.875 3.75 16.875H16.25C16.5952 16.875 16.875 16.5952 16.875 16.25V3.75C16.875 3.40482 16.5952 3.125 16.25 3.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 10H13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 6.875V13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Ok=o("poker-chip",[["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 14.375C12.4162 14.375 14.375 12.4162 14.375 10C14.375 7.58375 12.4162 5.625 10 5.625C7.58375 5.625 5.625 7.58375 5.625 10C5.625 12.4162 7.58375 14.375 10 14.375Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 5.625V2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.90615 6.90637L4.69678 4.69702",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.625 10H2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.90615 13.094L4.69678 15.3034",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 14.375V17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.0938 13.094L15.3031 15.3034",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 10H17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.0938 6.90637L15.3031 4.69702",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Wk=o("police-car",[["path",{d:"M1.25 8.75H18.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.5 13.75V15.625C17.5 15.7907 17.4341 15.9497 17.3169 16.0669C17.1997 16.1841 17.0407 16.25 16.875 16.25H15C14.8343 16.25 14.6753 16.1841 14.5581 16.0669C14.4409 15.9497 14.375 15.7907 14.375 15.625V13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.625 13.75V15.625C5.625 15.7907 5.55915 15.9497 5.44194 16.0669C5.32473 16.1841 5.16576 16.25 5 16.25H3.125C2.95924 16.25 2.80027 16.1841 2.68306 16.0669C2.56585 15.9497 2.5 15.7907 2.5 15.625V13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5 11.25H6.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 11.25H15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.5 8.75L15.1797 4.6875C15.1248 4.59236 15.0457 4.51337 14.9505 4.45851C14.8553 4.40364 14.7474 4.37484 14.6375 4.375H5.3625C5.25263 4.37484 5.14466 4.40364 5.04947 4.45851C4.95429 4.51337 4.87524 4.59236 4.82031 4.6875L2.5 8.75V13.75H17.5V8.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 1.875H11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Ik=o("polygon",[["path",{d:"M9.375 5.625C10.4106 5.625 11.25 4.78553 11.25 3.75C11.25 2.71447 10.4106 1.875 9.375 1.875C8.33944 1.875 7.5 2.71447 7.5 3.75C7.5 4.78553 8.33944 5.625 9.375 5.625Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 11.25C4.16053 11.25 5 10.4106 5 9.375C5 8.33944 4.16053 7.5 3.125 7.5C2.08947 7.5 1.25 8.33944 1.25 9.375C1.25 10.4106 2.08947 11.25 3.125 11.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 18.125C13.5356 18.125 14.375 17.2856 14.375 16.25C14.375 15.2144 13.5356 14.375 12.5 14.375C11.4644 14.375 10.625 15.2144 10.625 16.25C10.625 17.2856 11.4644 18.125 12.5 18.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 7.5C17.2856 7.5 18.125 6.66056 18.125 5.625C18.125 4.58947 17.2856 3.75 16.25 3.75C15.2144 3.75 14.375 4.58947 14.375 5.625C14.375 6.66056 15.2144 7.5 16.25 7.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.4414 5.13223L11.1836 4.24316",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.98107 5.00488L4.51855 8.1205",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.63721 10.4834L10.9872 15.1412",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.124 14.4813L15.6256 7.3938",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Xk=o("popcorn",[["path",{d:"M2.5 6.25L4.88672 16.393C4.91896 16.5302 4.99662 16.6524 5.10709 16.7399C5.21757 16.8274 5.35438 16.8751 5.49531 16.875H14.5047C14.6456 16.8751 14.7824 16.8274 14.8929 16.7399C15.0034 16.6524 15.0811 16.5302 15.1133 16.393L17.5 6.25L13.125 7.5L10.2344 6.343C10.0854 6.28344 9.91925 6.28344 9.77031 6.343L6.875 7.5L2.5 6.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 7.5L8.125 16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 7.5L11.875 16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.875 6.43C16.8526 5.95668 16.7111 5.4967 16.4634 5.09273C16.2158 4.68876 15.8701 4.35391 15.4585 4.11925C15.0468 3.88459 14.5826 3.75774 14.1088 3.75046C13.635 3.74319 13.1671 3.85573 12.7484 4.07765C12.6094 3.45318 12.2617 2.89476 11.7626 2.49455C11.2635 2.09433 10.6429 1.87622 10.0031 1.87622C9.36337 1.87622 8.74275 2.09433 8.24363 2.49455C7.74456 2.89476 7.39681 3.45318 7.25781 4.07765C6.839 3.85433 6.3705 3.74063 5.89591 3.74713C5.42132 3.75365 4.9561 3.88016 4.54358 4.11488C4.13105 4.34961 3.78464 4.68491 3.5366 5.08958C3.28856 5.49423 3.14697 5.95509 3.125 6.42919",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Kk=o("popsicle",[["path",{d:"M10 1.25C11.3261 1.25 12.5979 1.77678 13.5356 2.71447C14.4732 3.65215 15 4.92392 15 6.25V13.75C15 13.9157 14.9341 14.0747 14.8169 14.1919C14.6997 14.3091 14.5407 14.375 14.375 14.375H5.625C5.45924 14.375 5.30027 14.3091 5.18306 14.1919C5.06585 14.0747 5 13.9157 5 13.75V6.25C5 4.92392 5.52678 3.65215 6.46444 2.71447C7.40212 1.77678 8.67394 1.25 10 1.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 14.375V18.125C11.25 18.4565 11.1183 18.7744 10.8839 19.0089C10.6494 19.2433 10.3315 19.375 10 19.375C9.6685 19.375 9.35056 19.2433 9.11613 19.0089C8.88169 18.7744 8.75 18.4565 8.75 18.125V14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.75 5.625V11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 5.625V11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Jk=o("potted-plant",[["path",{d:"M11.2719 8.72806C9.31248 5.46168 11.925 2.19605 17.4773 2.52261C17.8039 8.07494 14.5382 10.6874 11.2719 8.72806Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.65594 8.90594C9.08094 6.53019 7.18094 4.15517 3.14263 4.39267C2.90357 8.42937 5.27857 10.3294 7.65594 8.90594Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 11.875H15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 11.875L13.2336 17.0109C13.2027 17.1497 13.1254 17.2738 13.0144 17.3627C12.9035 17.4516 12.7656 17.5 12.6234 17.5H7.37656C7.23437 17.5 7.0965 17.4516 6.98556 17.3627C6.87462 17.2738 6.79731 17.1497 6.76644 17.0109L5.625 11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.2719 8.72803L8.125 11.8749",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.6543 8.90503L9.37461 10.6253",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Qk=o("power",[["path",{d:"M10 3.75V10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 4.375C15.6312 5.60156 16.875 7.58675 16.875 10C16.875 11.8234 16.1507 13.5721 14.8614 14.8614C13.5721 16.1507 11.8234 16.875 10 16.875C8.17663 16.875 6.42794 16.1507 5.13864 14.8614C3.84933 13.5721 3.125 11.8234 3.125 10C3.125 7.58675 4.36875 5.60156 6.25 4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Yk=o("prescription",[["path",{d:"M5.625 10H9.6875C10.5992 10 11.4735 9.63781 12.1182 8.99319C12.7628 8.3485 13.125 7.47419 13.125 6.5625C13.125 5.65082 12.7628 4.77647 12.1182 4.13182C11.4735 3.48716 10.5992 3.125 9.6875 3.125H5.625V15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.75 10L15.625 16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 12.5L11.25 16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),_k=o("presentation",[["path",{d:"M16.875 3.75H3.125C2.77982 3.75 2.5 4.02982 2.5 4.375V13.75C2.5 14.0952 2.77982 14.375 3.125 14.375H16.875C17.2202 14.375 17.5 14.0952 17.5 13.75V4.375C17.5 4.02982 17.2202 3.75 16.875 3.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 14.375L15 17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 14.375L5 17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 3.75V1.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),$k=o("presentation-chart",[["path",{d:"M16.875 3.75H3.125C2.77982 3.75 2.5 4.02982 2.5 4.375V13.75C2.5 14.0952 2.77982 14.375 3.125 14.375H16.875C17.2202 14.375 17.5 14.0952 17.5 13.75V4.375C17.5 4.02982 17.2202 3.75 16.875 3.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 14.375L15 17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 14.375L5 17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 9.375V11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 8.125V11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 6.875V11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 3.75V1.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),oa=o("printer",[["path",{d:"M5 6.25V3.125H15V6.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15 11.875H5V16.875H15V11.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5 13.75H1.875V7.5C1.875 6.80937 2.48125 6.25 3.22891 6.25H16.7711C17.5188 6.25 18.125 6.80937 18.125 7.5V13.75H15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.6875 10.1562C15.2916 10.1562 15.7812 9.66656 15.7812 9.0625C15.7812 8.45844 15.2916 7.96875 14.6875 7.96875C14.0834 7.96875 13.5938 8.45844 13.5938 9.0625C13.5938 9.66656 14.0834 10.1562 14.6875 10.1562Z",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),ra=o("prohibit",[["path",{d:"M15.303 15.303L4.69678 4.69678",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),ea=o("prohibit-inset",[["path",{d:"M7.5 7.5L12.5 12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),na=o("projector-screen",[["path",{d:"M3.75 14.375V5.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 5.625V14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.875 3.125H3.125C2.77982 3.125 2.5 3.40482 2.5 3.75V5C2.5 5.34518 2.77982 5.625 3.125 5.625H16.875C17.2202 5.625 17.5 5.34518 17.5 5V3.75C17.5 3.40482 17.2202 3.125 16.875 3.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 14.375V16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 19.375C10.6904 19.375 11.25 18.8154 11.25 18.125C11.25 17.4346 10.6904 16.875 10 16.875C9.30963 16.875 8.75 17.4346 8.75 18.125C8.75 18.8154 9.30963 19.375 10 19.375Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 14.375H17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),ta=o("projector-screen-chart",[["path",{d:"M3.75 14.375V5.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 5.625V14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 10V11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 9.375V11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 8.75V11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.875 3.125H3.125C2.77982 3.125 2.5 3.40482 2.5 3.75V5C2.5 5.34518 2.77982 5.625 3.125 5.625H16.875C17.2202 5.625 17.5 5.34518 17.5 5V3.75C17.5 3.40482 17.2202 3.125 16.875 3.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 14.375V16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 19.375C10.6904 19.375 11.25 18.8154 11.25 18.125C11.25 17.4346 10.6904 16.875 10 16.875C9.30963 16.875 8.75 17.4346 8.75 18.125C8.75 18.8154 9.30963 19.375 10 19.375Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 14.375H17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),sa=o("pulse",[["path",{d:"M1.875 10H4.375L7.5 3.125L12.5 16.25L15.625 10H18.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),ia=o("push-pin",[["path",{d:"M17.9422 7.68294C18.0594 7.56569 18.1252 7.40681 18.1252 7.24113C18.1252 7.07544 18.0594 6.9165 17.9422 6.79931L13.2032 2.05791C13.086 1.94079 12.9271 1.875 12.7614 1.875C12.5957 1.875 12.4368 1.94079 12.3196 2.05791L7.843 6.547C7.843 6.547 5.67505 5.46338 3.35943 7.33212C3.29076 7.38712 3.23447 7.45594 3.19424 7.53412C3.154 7.61237 3.13072 7.69819 3.12593 7.786C3.12114 7.87381 3.13493 7.96169 3.16642 8.04381C3.1979 8.12594 3.24637 8.2005 3.30865 8.26262L11.7383 16.6915C11.8015 16.7542 11.8772 16.8026 11.9606 16.8337C12.044 16.8647 12.133 16.8776 12.2217 16.8714C12.3105 16.8653 12.3969 16.8403 12.4752 16.7981C12.5536 16.7559 12.6219 16.6974 12.6758 16.6267C13.3313 15.7548 14.361 13.9634 13.4657 12.1736L17.9422 7.68294Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.52269 12.4775L3.75 16.2502",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Ca=o("push-pin-simple",[["path",{d:"M10 13.75V18.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5 3.125H15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 13.75H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 13.75L6.25 3.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 3.125L15.625 13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),ua=o("push-pin-simple-slash",[["path",{d:"M7.12891 3.125H15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 13.75V18.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 3.125L16.25 16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 3.125L15.3453 12.1633",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.4094 13.75H3.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 13.7496L5.84375 5.42773",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),ka=o("push-pin-slash",[["path",{d:"M7.52269 12.4775L3.75 16.2502",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 3.125L16.25 16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.4533 11.1829L17.9415 7.68294C18.0586 7.56569 18.1244 7.40681 18.1244 7.24113C18.1244 7.07544 18.0586 6.9165 17.9415 6.79931L13.2033 2.05791C13.086 1.94079 12.9271 1.875 12.7614 1.875C12.5958 1.875 12.4368 1.94079 12.3196 2.05791L9.09619 5.28916",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.58756 6.2503C5.74537 6.18467 4.57271 6.35343 3.35943 7.3323C3.29076 7.3873 3.23447 7.45612 3.19424 7.53437C3.154 7.61255 3.13072 7.69837 3.12593 7.78618C3.12114 7.87405 3.13493 7.96187 3.16642 8.04399C3.1979 8.12612 3.24637 8.20068 3.30865 8.2628L11.7383 16.6917C11.8015 16.7544 11.8772 16.8029 11.9606 16.8339C12.044 16.8649 12.133 16.8778 12.2217 16.8716C12.3105 16.8655 12.3969 16.8405 12.4752 16.7983C12.5536 16.7561 12.6219 16.6976 12.6758 16.6269C13.0829 16.0854 13.6344 15.1901 13.7789 14.1597",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),aa=o("puzzle-piece",[["path",{d:"M5.00001 16.8751C4.83425 16.8751 4.67528 16.8093 4.55807 16.6921C4.44086 16.5748 4.37501 16.4159 4.37501 16.2501V12.9149C4.0416 13.0727 3.67371 13.1436 3.30555 13.121C2.93739 13.0984 2.58092 12.9831 2.26928 12.7858C1.95764 12.5885 1.70095 12.3156 1.52309 11.9924C1.34522 11.6693 1.25195 11.3064 1.25195 10.9376C1.25195 10.5688 1.34522 10.2059 1.52309 9.88275C1.70095 9.55963 1.95764 9.28669 2.26928 9.08938C2.58092 8.89206 2.93739 8.77681 3.30555 8.75419C3.67371 8.73163 4.0416 8.8025 4.37501 8.96025V5.62511C4.37501 5.45935 4.44086 5.30038 4.55807 5.18316C4.67528 5.06595 4.83425 5.00011 5.00001 5.00011H8.64767C8.48973 4.66669 8.41873 4.29874 8.44117 3.9305C8.46367 3.56226 8.57886 3.20568 8.77617 2.89393C8.97348 2.58219 9.24642 2.3254 9.56955 2.14746C9.89273 1.96953 10.2557 1.87622 10.6246 1.87622C10.9935 1.87622 11.3565 1.96953 11.6797 2.14746C12.0029 2.3254 12.2758 2.58219 12.473 2.89393C12.6704 3.20568 12.7856 3.56226 12.808 3.9305C12.8305 4.29874 12.7595 4.66669 12.6015 5.00011H16.25C16.4158 5.00011 16.5747 5.06595 16.692 5.18316C16.8092 5.30038 16.875 5.45935 16.875 5.62511V8.96025C16.5416 8.8025 16.1737 8.73163 15.8055 8.75419C15.4374 8.77681 15.0809 8.89206 14.7693 9.08938C14.4576 9.28669 14.201 9.55963 14.0231 9.88275C13.8452 10.2059 13.752 10.5688 13.752 10.9376C13.752 11.3064 13.8452 11.6693 14.0231 11.9924C14.201 12.3156 14.4576 12.5885 14.7693 12.7858C15.0809 12.9831 15.4374 13.0984 15.8055 13.121C16.1737 13.1436 16.5416 13.0727 16.875 12.9149V16.2501C16.875 16.4159 16.8092 16.5748 16.692 16.6921C16.5747 16.8093 16.4158 16.8751 16.25 16.8751H5.00001Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),da=o("qr-code",[["path",{d:"M8.125 3.75H4.375C4.02982 3.75 3.75 4.02982 3.75 4.375V8.125C3.75 8.47019 4.02982 8.75 4.375 8.75H8.125C8.47019 8.75 8.75 8.47019 8.75 8.125V4.375C8.75 4.02982 8.47019 3.75 8.125 3.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 11.25H4.375C4.02982 11.25 3.75 11.5298 3.75 11.875V15.625C3.75 15.9702 4.02982 16.25 4.375 16.25H8.125C8.47019 16.25 8.75 15.9702 8.75 15.625V11.875C8.75 11.5298 8.47019 11.25 8.125 11.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 3.75H11.875C11.5298 3.75 11.25 4.02982 11.25 4.375V8.125C11.25 8.47019 11.5298 8.75 11.875 8.75H15.625C15.9702 8.75 16.25 8.47019 16.25 8.125V4.375C16.25 4.02982 15.9702 3.75 15.625 3.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 11.25V13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 16.25H13.75V11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 12.5H16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 15V16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),ca=o("question",[["path",{d:"M10 14.8438C10.4315 14.8438 10.7812 14.494 10.7812 14.0625C10.7812 13.631 10.4315 13.2812 10 13.2812C9.5685 13.2812 9.21875 13.631 9.21875 14.0625C9.21875 14.494 9.5685 14.8438 10 14.8438Z",fill:"currentColor",stroke:"none"}],["path",{d:"M10 11.25V10.625C11.3805 10.625 12.5 9.64531 12.5 8.4375C12.5 7.22969 11.3805 6.25 10 6.25C8.6195 6.25 7.5 7.22969 7.5 8.4375V8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),La=o("question-mark",[["path",{d:"M10 12.5V11.25C12.4164 11.25 14.375 9.57113 14.375 7.5C14.375 5.42891 12.4164 3.75 10 3.75C7.58356 3.75 5.625 5.42891 5.625 7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 17.3438C10.6041 17.3438 11.0938 16.8541 11.0938 16.25C11.0938 15.6459 10.6041 15.1562 10 15.1562C9.39594 15.1562 8.90625 15.6459 8.90625 16.25C8.90625 16.8541 9.39594 17.3438 10 17.3438Z",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),pa=o("queue",[["path",{d:"M3.125 5H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 10H10.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 15H10.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M18.75 12.5L13.75 15.625V9.375L18.75 12.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),la=o("quotes",[["path",{d:"M8.4375 11.25H3.125C2.95924 11.25 2.80027 11.1841 2.68306 11.0669C2.56585 10.9497 2.5 10.7907 2.5 10.625V5.625C2.5 5.45924 2.56585 5.30027 2.68306 5.18306C2.80027 5.06585 2.95924 5 3.125 5H7.8125C7.97825 5 8.13725 5.06585 8.25444 5.18306C8.37162 5.30027 8.4375 5.45924 8.4375 5.625V12.5C8.4375 13.3288 8.10825 14.1237 7.52219 14.7097C6.93619 15.2957 6.1413 15.625 5.3125 15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.5 11.25H12.1875C12.0218 11.25 11.8628 11.1841 11.7456 11.0669C11.6284 10.9497 11.5625 10.7907 11.5625 10.625V5.625C11.5625 5.45924 11.6284 5.30027 11.7456 5.18306C11.8628 5.06585 12.0218 5 12.1875 5H16.875C17.0407 5 17.1997 5.06585 17.3169 5.18306C17.4341 5.30027 17.5 5.45924 17.5 5.625V12.5C17.5 13.3288 17.1707 14.1237 16.5847 14.7097C15.9987 15.2957 15.2038 15.625 14.375 15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),ha=o("rabbit",[["path",{d:"M7.8125 13.9062C8.41656 13.9062 8.90625 13.4166 8.90625 12.8125C8.90625 12.2084 8.41656 11.7188 7.8125 11.7188C7.20844 11.7188 6.71875 12.2084 6.71875 12.8125C6.71875 13.4166 7.20844 13.9062 7.8125 13.9062Z",fill:"currentColor",stroke:"none"}],["path",{d:"M12.1875 13.9062C12.7916 13.9062 13.2812 13.4166 13.2812 12.8125C13.2812 12.2084 12.7916 11.7188 12.1875 11.7188C11.5834 11.7188 11.0938 12.2084 11.0938 12.8125C11.0938 13.4166 11.5834 13.9062 12.1875 13.9062Z",fill:"currentColor",stroke:"none"}],["path",{d:"M11.25 15.625L10 16.6648L8.75 15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.4502 7.71331C11.8877 5.65547 13.0471 1.25 14.9174 1.25C17.1221 1.25 16.3447 6.33281 14.3775 10.0781",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.55018 7.71331C8.11268 5.65547 6.9533 1.25 5.08299 1.25C2.8783 1.25 3.65565 6.33281 5.62518 10.0781",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.9774 12.0172C15.3591 12.3268 15.67 12.7146 15.889 13.1545C16.1082 13.5944 16.2304 14.0762 16.2475 14.5674C16.2646 15.0585 16.1762 15.5476 15.9883 16.0017C15.8003 16.4558 15.5172 16.8643 15.1579 17.1997C14.7987 17.5351 14.3717 17.7895 13.9058 17.9459C13.4399 18.1022 12.9459 18.1569 12.457 18.1062C11.9682 18.0554 11.496 17.9004 11.0721 17.6516C10.6483 17.4029 10.2827 17.0661 10 16.6641C9.71735 17.0661 9.35179 17.4029 8.92798 17.6516C8.5041 17.9004 8.03185 18.0554 7.54304 18.1062C7.05423 18.1569 6.56017 18.1022 6.09427 17.9459C5.62835 17.7895 5.20139 17.5351 4.84215 17.1997C4.48292 16.8643 4.19978 16.4558 4.01182 16.0017C3.82387 15.5476 3.73546 15.0585 3.75257 14.5674C3.76968 14.0762 3.89191 13.5944 4.11101 13.1545C4.33012 12.7146 4.641 12.3268 5.0227 12.0172C5.14097 10.7791 5.71645 9.62949 6.63679 8.79286C7.55717 7.95624 8.75629 7.49268 10 7.49268C11.2438 7.49268 12.4429 7.95624 13.3633 8.79286C14.2836 9.62949 14.8591 10.7791 14.9774 12.0172Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Ma=o("racquet",[["path",{d:"M16.6387 10.3892C19.0646 7.96336 19.4578 4.4236 17.5171 2.48288C15.5764 0.542156 12.0366 0.93541 9.61074 3.36123C7.18493 5.78707 6.79168 9.32686 8.73236 11.2675C10.6731 13.2083 14.2129 12.815 16.6387 10.3892Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.19209 13.9328L2.05806 16.0669C1.81398 16.3109 1.81398 16.7066 2.05806 16.9507L3.04911 17.9418C3.29319 18.1859 3.68892 18.1859 3.933 17.9418L6.06702 15.8077C6.31108 15.5637 6.31108 15.1679 6.06702 14.9239L5.07597 13.9328C4.83189 13.6887 4.43616 13.6887 4.19209 13.9328Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.5708 14.4288L8.73249 11.2671",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15 1.28906V11.6391",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 2.11084V12.4608",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.36084 5H18.7108",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.53906 8.75H17.8891",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),ja=o("radical",[["path",{d:"M18.75 8.125V6.25H10L6.25 16.25L2.5 6.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Ha=o("radio",[["path",{d:"M2.5 5.625H16.875C17.0407 5.625 17.1997 5.69085 17.3169 5.80806C17.4341 5.92527 17.5 6.08424 17.5 6.25V15C17.5 15.1657 17.4341 15.3247 17.3169 15.4419C17.1997 15.5591 17.0407 15.625 16.875 15.625H3.125C2.95924 15.625 2.80027 15.5591 2.68306 15.4419C2.56585 15.3247 2.5 15.1657 2.5 15V5.625Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 5.625L15 1.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 13.125C13.8807 13.125 15 12.0057 15 10.625C15 9.24431 13.8807 8.125 12.5 8.125C11.1193 8.125 10 9.24431 10 10.625C10 12.0057 11.1193 13.125 12.5 13.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5 8.125H7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5 10.625H7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5 13.125H7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Ba=o("radioactive",[["path",{d:"M8.57563 7.57818L6.54831 4.06257C6.50488 3.98722 6.44625 3.92176 6.37613 3.87036C6.30594 3.81897 6.22587 3.78277 6.14095 3.7641C6.05602 3.74542 5.96813 3.74467 5.8829 3.7619C5.79766 3.77912 5.71696 3.81395 5.64595 3.86413C4.75861 4.48955 4.01771 5.30026 3.4745 6.24018C2.9313 7.18012 2.59875 8.22681 2.49986 9.30787C2.49163 9.39518 2.50163 9.48325 2.52923 9.5665C2.55684 9.64968 2.60143 9.72631 2.6602 9.79137C2.71896 9.85643 2.79061 9.90862 2.8706 9.94456C2.9506 9.9805 3.03718 9.99937 3.12486 10.0001H7.18738",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.4238 7.57815L13.4551 4.06721C13.4985 3.99186 13.5571 3.92639 13.6273 3.875C13.6974 3.8236 13.7775 3.78741 13.8625 3.76874C13.9474 3.75006 14.0353 3.74931 14.1205 3.76654C14.2057 3.78376 14.2864 3.81859 14.3575 3.86877C15.2435 4.49409 15.9833 5.30422 16.5258 6.24327C17.0683 7.18228 17.4005 8.2279 17.4996 9.30784C17.5078 9.39515 17.4978 9.48322 17.4703 9.5664C17.4426 9.64965 17.398 9.72622 17.3393 9.79134C17.2805 9.8564 17.2089 9.90859 17.1289 9.94447C17.0489 9.9804 16.9623 9.99934 16.8746 10H12.8121",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.406 12.436L13.424 15.9305C13.4675 16.0057 13.4948 16.089 13.5041 16.1753C13.5136 16.2616 13.505 16.3489 13.4788 16.4317C13.4526 16.5144 13.4095 16.5908 13.3522 16.656C13.2949 16.7212 13.2246 16.7737 13.1459 16.8102C12.1593 17.2647 11.086 17.5001 9.99977 17.5001C8.91358 17.5001 7.84027 17.2647 6.85371 16.8102C6.77496 16.7737 6.70471 16.7212 6.6474 16.656C6.59008 16.5908 6.54696 16.5144 6.52077 16.4317C6.49465 16.3489 6.48596 16.2616 6.4954 16.1753C6.50483 16.089 6.53215 16.0057 6.57558 15.9305L8.59352 12.436",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 10.7812C10.4315 10.7812 10.7812 10.4315 10.7812 10C10.7812 9.5685 10.4315 9.21875 10 9.21875C9.5685 9.21875 9.21875 9.5685 9.21875 10C9.21875 10.4315 9.5685 10.7812 10 10.7812Z",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Va=o("radio-button",[["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 13.75C12.0711 13.75 13.75 12.0711 13.75 10C13.75 7.92894 12.0711 6.25 10 6.25C7.92894 6.25 6.25 7.92894 6.25 10C6.25 12.0711 7.92894 13.75 10 13.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),wa=o("rainbow",[["path",{d:"M13.75 14.375V13.125C13.75 12.1304 13.3549 11.1766 12.6516 10.4734C11.9484 9.77006 10.9946 9.375 10 9.375C9.00544 9.375 8.05162 9.77006 7.34837 10.4734C6.64506 11.1766 6.25 12.1304 6.25 13.125V14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 14.375V13.125C16.25 11.4674 15.5915 9.87769 14.4194 8.70556C13.2473 7.5335 11.6576 6.875 10 6.875C8.34238 6.875 6.75269 7.5335 5.58058 8.70556C4.40848 9.87769 3.75 11.4674 3.75 13.125V14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M18.75 14.375V13.125C18.75 10.8044 17.8281 8.57875 16.1872 6.93781C14.5462 5.29688 12.3206 4.375 10 4.375C7.67937 4.375 5.45376 5.29688 3.81281 6.93781C2.17188 8.57875 1.25 10.8044 1.25 13.125V14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),ba=o("rainbow-cloud",[["path",{d:"M11.875 15.625C10.8399 15.625 10 14.7547 10 13.6805C10 12.6063 10.8399 11.7359 11.875 11.7359C12.111 11.736 12.3448 11.7819 12.5633 11.8711C12.6823 11.2921 12.963 10.7587 13.3729 10.3328C13.7828 9.90695 14.3051 9.60614 14.8792 9.46514C15.4532 9.3242 16.0554 9.34895 16.616 9.53651C17.1766 9.72414 17.6724 10.0668 18.046 10.5249C18.4196 10.9829 18.6556 11.5376 18.7267 12.1244C18.7977 12.7112 18.7009 13.3061 18.4474 13.8401C18.1939 14.3741 17.7942 14.8253 17.2946 15.1412C16.7951 15.4571 16.2161 15.6249 15.625 15.625H11.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.25 13.7502V12.5002C1.24987 11.0257 1.68438 9.58381 2.49922 8.35493C3.31406 7.126 4.47307 6.16452 5.83137 5.59071C7.18962 5.0169 8.68694 4.8562 10.1361 5.12871C11.5852 5.40122 12.9218 6.09483 13.9789 7.12287",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 13.7501V12.5001C3.7499 11.5758 4.00598 10.6696 4.48978 9.8822C4.97358 9.0947 5.66618 8.4567 6.49069 8.03908C7.31519 7.62145 8.23925 7.44052 9.16037 7.51639C10.0815 7.59227 10.9636 7.92195 11.7086 8.46883",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 13.7499V12.4999C6.24998 12.1223 6.3355 11.7496 6.50012 11.4098C6.66475 11.0699 6.90425 10.7718 7.20062 10.5378C7.49694 10.3038 7.8425 10.1399 8.21125 10.0585C8.58 9.97713 8.96237 9.98032 9.32969 10.0679",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Sa=o("ranking",[["path",{d:"M2.5 16.25V8.125C2.5 7.95925 2.56585 7.80025 2.68306 7.68306C2.80027 7.56588 2.95924 7.5 3.125 7.5H6.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 16.25V4.375C6.875 4.20924 6.94088 4.05027 7.05806 3.93306C7.17525 3.81585 7.33425 3.75 7.5 3.75H12.5C12.6657 3.75 12.8247 3.81585 12.9419 3.93306C13.0591 4.05027 13.125 4.20924 13.125 4.375V16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.5 16.25V11.25C17.5 11.0843 17.4341 10.9253 17.3169 10.8081C17.1997 10.6909 17.0407 10.625 16.875 10.625H13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.375 7.8125L10.3125 7.5V10.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.25 16.25H18.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),va=o("read-cv-logo",[["path",{d:"M16.3629 3.68406L6.1869 1.8861C5.84699 1.82605 5.52274 2.05291 5.46269 2.39283L3.13024 15.5938C3.07019 15.9338 3.29705 16.258 3.63696 16.318L13.813 18.116C14.1528 18.1761 14.4771 17.9492 14.5371 17.6093L16.8696 4.40828C16.9296 4.06836 16.7028 3.74412 16.3629 3.68406Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.59521 4.67261L14.078 5.81792",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.6452 8.27957L7.16162 7.13501",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.97038 10.1695L6.729 9.59692",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),xa=o("receipt",[["path",{d:"M6.25 8.125H13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 10.625H13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 16.25V4.375C2.5 4.20924 2.56585 4.05027 2.68306 3.93306C2.80027 3.81585 2.95924 3.75 3.125 3.75H16.875C17.0407 3.75 17.1997 3.81585 17.3169 3.93306C17.4341 4.05027 17.5 4.20924 17.5 4.375V16.25L15 15L12.5 16.25L10 15L7.5 16.25L5 15L2.5 16.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),ga=o("receipt-x",[["path",{d:"M2.5 16.25V4.375C2.5 4.20924 2.56585 4.05027 2.68306 3.93306C2.80027 3.81585 2.95924 3.75 3.125 3.75H16.875C17.0407 3.75 17.1997 3.81585 17.3169 3.93306C17.4341 4.05027 17.5 4.20924 17.5 4.375V16.25L15 15L12.5 16.25L10 15L7.5 16.25L5 15L2.5 16.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 7.5L8.125 11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 7.5L11.875 11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Za=o("record",[["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 15C12.7614 15 15 12.7614 15 10C15 7.23856 12.7614 5 10 5C7.23856 5 5 7.23856 5 10C5 12.7614 7.23856 15 10 15Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),ma=o("rectangle",[["path",{d:"M16.875 3.75H3.125C2.77982 3.75 2.5 4.02982 2.5 4.375V15.625C2.5 15.9702 2.77982 16.25 3.125 16.25H16.875C17.2202 16.25 17.5 15.9702 17.5 15.625V4.375C17.5 4.02982 17.2202 3.75 16.875 3.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),fa=o("rectangle-dashed",[["path",{d:"M2.5 5.625V4.375C2.5 4.20924 2.56585 4.05027 2.68306 3.93306C2.80027 3.81585 2.95924 3.75 3.125 3.75H5.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 11.25V8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.625 16.25H3.125C2.95924 16.25 2.80027 16.1841 2.68306 16.0669C2.56585 15.9497 2.5 15.7907 2.5 15.625V14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 16.25H8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.5 14.375V15.625C17.5 15.7907 17.4341 15.9497 17.3169 16.0669C17.1997 16.1841 17.0407 16.25 16.875 16.25H14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.5 8.75V11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 3.75H16.875C17.0407 3.75 17.1997 3.81585 17.3169 3.93306C17.4341 4.05027 17.5 4.20924 17.5 4.375V5.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.75 3.75H11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),ya=o("recycle",[["path",{d:"M11.875 18.1248L10 16.2498L11.875 14.3748",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.2052 5.87378L14.5185 8.4355L11.9575 7.74875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.16855 10.9974L5.48105 8.43726L2.9209 9.12238",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.48095 8.43726L2.04345 14.3748C1.93379 14.5647 1.87603 14.7801 1.87598 14.9994C1.87592 15.2188 1.93357 15.4342 2.04313 15.6242C2.15268 15.8142 2.3103 15.972 2.50015 16.0818C2.68999 16.1916 2.90538 16.2495 3.1247 16.2498H6.8747",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 16.2498H16.875C17.0943 16.2495 17.3097 16.1916 17.4996 16.0818C17.6894 15.972 17.847 15.8142 17.9566 15.6242C18.0661 15.4342 18.1238 15.2188 18.1237 14.9994C18.1237 14.7801 18.0659 14.5647 17.9562 14.3748L16.1484 11.2498",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.5187 8.43713L11.0812 2.49962C10.9715 2.30983 10.8137 2.15226 10.6238 2.04271C10.4339 1.93316 10.2185 1.87549 9.99919 1.87549C9.77994 1.87549 9.56456 1.93316 9.37463 2.04271C9.18475 2.15226 9.02694 2.30983 8.91719 2.49962L7.10938 5.62462",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Pa=o("reddit-logo",[["path",{d:"M14.3745 3.75C15.0649 3.75 15.6245 3.19036 15.6245 2.5C15.6245 1.80964 15.0649 1.25 14.3745 1.25C13.6841 1.25 13.1245 1.80964 13.1245 2.5C13.1245 3.19036 13.6841 3.75 14.3745 3.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.99951 5.625L10.6245 1.875L13.1471 2.26328",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.64114 7.02187C6.07161 6.15234 7.94663 5.625 9.99975 5.625C12.0529 5.625 13.9279 6.15234 15.3583 7.02187C15.5223 6.79694 15.7343 6.61137 15.9789 6.47856C16.2234 6.34575 16.4946 6.26906 16.7725 6.25406C17.0504 6.23909 17.3282 6.28619 17.5856 6.39188C17.8431 6.49756 18.0738 6.65931 18.261 6.86525C18.4483 7.07125 18.5873 7.31631 18.6679 7.58269C18.7486 7.849 18.7691 8.13 18.7276 8.40525C18.6863 8.6805 18.5841 8.94306 18.4286 9.17387C18.2731 9.40475 18.0681 9.59806 17.8286 9.73981C18.0234 10.2196 18.1239 10.7322 18.1248 11.25C18.1248 14.3562 14.4873 16.875 9.99975 16.875C5.51224 16.875 1.87474 14.3562 1.87474 11.25C1.87555 10.7322 1.97607 10.2196 2.17083 9.73981C1.93132 9.59806 1.72639 9.40475 1.57089 9.17387C1.41539 8.94306 1.31324 8.6805 1.27184 8.40525C1.23044 8.13 1.25083 7.849 1.33154 7.58269C1.41224 7.31631 1.55124 7.07125 1.73844 6.86525C1.92564 6.65931 2.15635 6.49756 2.41382 6.39188C2.67129 6.28619 2.94907 6.23909 3.22699 6.25406C3.50492 6.26906 3.77602 6.34575 4.02062 6.47856C4.26522 6.61137 4.47719 6.79694 4.64114 7.02187Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.4995 13.75C11.7301 14.1604 10.8715 14.375 9.99951 14.375C9.12751 14.375 8.26895 14.1604 7.49951 13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.87451 11.0938C7.47857 11.0938 7.96826 10.6041 7.96826 10C7.96826 9.39594 7.47857 8.90625 6.87451 8.90625C6.27045 8.90625 5.78076 9.39594 5.78076 10C5.78076 10.6041 6.27045 11.0938 6.87451 11.0938Z",fill:"currentColor",stroke:"none"}],["path",{d:"M13.1245 11.0938C13.7286 11.0938 14.2183 10.6041 14.2183 10C14.2183 9.39594 13.7286 8.90625 13.1245 8.90625C12.5204 8.90625 12.0308 9.39594 12.0308 10C12.0308 10.6041 12.5204 11.0938 13.1245 11.0938Z",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Ta=o("repeat",[["path",{d:"M15.625 6.875L17.5 5L15.625 3.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 10C2.5 8.67394 3.02678 7.40212 3.96447 6.46444C4.90215 5.52678 6.17392 5 7.5 5H17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 13.125L2.5 15L4.375 16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.5 10C17.5 11.3261 16.9732 12.5979 16.0356 13.5356C15.0979 14.4732 13.8261 15 12.5 15H2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Aa=o("repeat-once",[["path",{d:"M15.625 6.875L17.5 5L15.625 3.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 10C2.5 8.67394 3.02678 7.40212 3.96447 6.46444C4.90215 5.52678 6.17392 5 7.5 5H17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 13.125L2.5 15L4.375 16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.5 10C17.5 11.3261 16.9732 12.5979 16.0356 13.5356C15.0979 14.4732 13.8261 15 12.5 15H2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.375 8.74919L10.625 8.125V11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Fa=o("replit-logo",[["path",{d:"M11.25 3.125V16.875C11.25 17.0407 11.1841 17.1997 11.0669 17.3169C10.9497 17.4341 10.7907 17.5 10.625 17.5H5.625C5.45924 17.5 5.30027 17.4341 5.18306 17.3169C5.06585 17.1997 5 17.0407 5 16.875V13.125C5 12.9593 5.06585 12.8003 5.18306 12.6831C5.30027 12.5659 5.45924 12.5 5.625 12.5H16.875C17.0407 12.5 17.1997 12.4341 17.3169 12.3169C17.4341 12.1997 17.5 12.0407 17.5 11.875V8.125C17.5 7.95925 17.4341 7.80025 17.3169 7.68306C17.1997 7.56588 17.0407 7.5 16.875 7.5H5.625C5.45924 7.5 5.30027 7.43412 5.18306 7.31694C5.06585 7.19975 5 7.04075 5 6.875V3.125C5 2.95924 5.06585 2.80027 5.18306 2.68306C5.30027 2.56585 5.45924 2.5 5.625 2.5H10.625C10.7907 2.5 10.9497 2.56585 11.0669 2.68306C11.1841 2.80027 11.25 2.95924 11.25 3.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Da=o("resize",[["path",{d:"M10.625 9.375H3.75V16.25H10.625V9.375Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 14.375V15.625C16.25 15.7907 16.1841 15.9497 16.0669 16.0669C15.9497 16.1841 15.7907 16.25 15.625 16.25H13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 8.75V11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 3.75H15.625C15.7907 3.75 15.9497 3.81585 16.0669 3.93306C16.1841 4.05027 16.25 4.20924 16.25 4.375V5.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.75 3.75H11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 6.25V4.375C3.75 4.20924 3.81585 4.05027 3.93306 3.93306C4.05027 3.81585 4.20924 3.75 4.375 3.75H5.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),qa=o("rewind",[["path",{d:"M17.4998 5.61312V14.3866C17.4988 14.497 17.4682 14.6052 17.4113 14.6999C17.3543 14.7945 17.2731 14.8722 17.1759 14.9248C17.0788 14.9773 16.9693 15.0029 16.8589 14.9988C16.7484 14.9947 16.6412 14.9611 16.5482 14.9014L9.65838 10.5147C9.57156 10.4597 9.50006 10.3837 9.4505 10.2937C9.40094 10.2037 9.375 10.1026 9.375 9.99982C9.375 9.89707 9.40094 9.796 9.4505 9.706C9.50006 9.616 9.57156 9.53994 9.65838 9.485L16.5482 5.09828C16.6412 5.03864 16.7484 5.00502 16.8589 5.00092C16.9693 4.99681 17.0788 5.02237 17.1759 5.07494C17.2731 5.12751 17.3543 5.20517 17.4113 5.29982C17.4682 5.39447 17.4988 5.50266 17.4998 5.61312Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.37477 5.61312V14.3866C9.37383 14.497 9.34327 14.6052 9.28633 14.6999C9.22933 14.7945 9.14808 14.8722 9.05089 14.9248C8.95377 14.9773 8.84427 15.0029 8.73389 14.9988C8.62346 14.9947 8.51621 14.9611 8.42321 14.9014L1.53337 10.5147C1.44657 10.4597 1.37507 10.3837 1.32553 10.2937C1.27598 10.2037 1.25 10.1026 1.25 9.99982C1.25 9.89707 1.27598 9.796 1.32553 9.706C1.37507 9.616 1.44657 9.53994 1.53337 9.485L8.42321 5.09828C8.51621 5.03864 8.62346 5.00502 8.73389 5.00092C8.84427 4.99681 8.95377 5.02237 9.05089 5.07494C9.14808 5.12751 9.22933 5.20517 9.28633 5.29982C9.34327 5.39447 9.37383 5.50266 9.37477 5.61312Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Ra=o("rewind-circle",[["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.0625 7.1875V12.8125L5.3125 10L9.0625 7.1875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.4375 7.1875V12.8125L9.6875 10L13.4375 7.1875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Ua=o("road-horizon",[["path",{d:"M7.5 5L1.875 15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 5L18.125 15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 5V6.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 9.375V10.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 13.75V15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.875 5H18.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Na=o("robot",[["path",{d:"M15.625 4.375H4.375C3.33947 4.375 2.5 5.21447 2.5 6.25V15C2.5 16.0356 3.33947 16.875 4.375 16.875H15.625C16.6606 16.875 17.5 16.0356 17.5 15V6.25C17.5 5.21447 16.6606 4.375 15.625 4.375Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 4.375V1.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.5625 9.53125C7.16656 9.53125 7.65625 9.04156 7.65625 8.4375C7.65625 7.83344 7.16656 7.34375 6.5625 7.34375C5.95844 7.34375 5.46875 7.83344 5.46875 8.4375C5.46875 9.04156 5.95844 9.53125 6.5625 9.53125Z",fill:"currentColor",stroke:"none"}],["path",{d:"M13.4375 9.53125C14.0416 9.53125 14.5312 9.04156 14.5312 8.4375C14.5312 7.83344 14.0416 7.34375 13.4375 7.34375C12.8334 7.34375 12.3438 7.83344 12.3438 8.4375C12.3438 9.04156 12.8334 9.53125 13.4375 9.53125Z",fill:"currentColor",stroke:"none"}],["path",{d:"M12.8125 11.25H7.1875C6.32456 11.25 5.625 11.9496 5.625 12.8125C5.625 13.6754 6.32456 14.375 7.1875 14.375H12.8125C13.6754 14.375 14.375 13.6754 14.375 12.8125C14.375 11.9496 13.6754 11.25 12.8125 11.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.5625 11.25V14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.4375 11.25V14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Ga=o("rocket",[["path",{d:"M11.25 17.5002H8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 8.90649C10.6041 8.90649 11.0938 8.41681 11.0938 7.81274C11.0938 7.20868 10.6041 6.71899 10 6.71899C9.39594 6.71899 8.90625 7.20868 8.90625 7.81274C8.90625 8.41681 9.39594 8.90649 10 8.90649Z",fill:"currentColor",stroke:"none"}],["path",{d:"M7.40724 14.9998C2.93149 7.44669 8.11506 2.54123 9.61662 1.38107C9.72631 1.29581 9.86131 1.24951 10.0002 1.24951C10.1392 1.24951 10.2741 1.29581 10.3838 1.38107C11.8854 2.54123 17.069 7.44669 12.5932 14.9998H7.40724Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.3628 8.66284L16.7308 11.5035C16.7919 11.5769 16.8354 11.6634 16.8579 11.7563C16.8804 11.8492 16.8813 11.9461 16.8604 12.0394L15.8948 16.3855C15.8718 16.4891 15.8228 16.5852 15.7524 16.6646C15.6819 16.744 15.5924 16.8042 15.4923 16.8395C15.3921 16.8747 15.2847 16.8839 15.18 16.8661C15.0753 16.8483 14.9769 16.8042 14.8941 16.7378L12.5933 15.0003",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.63765 8.66284L3.26967 11.5035C3.20851 11.5769 3.16502 11.6634 3.14254 11.7563C3.12005 11.8492 3.11918 11.9461 3.13999 12.0394L4.10561 16.3855C4.12864 16.4891 4.17767 16.5852 4.24811 16.6646C4.31854 16.744 4.40805 16.8042 4.50819 16.8395C4.60832 16.8747 4.71579 16.8839 4.82045 16.8661C4.92512 16.8483 5.02352 16.8042 5.10639 16.7378L7.40715 15.0003",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),za=o("rocket-launch",[["path",{d:"M14.9305 8.8195C16.8055 6.9445 16.9227 4.71403 16.8641 3.7195C16.8543 3.56792 16.7897 3.42508 16.6823 3.31767C16.5749 3.21027 16.4321 3.14565 16.2804 3.1359C15.2859 3.07731 13.0571 3.19293 11.1805 5.0695L6.25 9.99994L10 13.7499L14.9305 8.8195Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.6249 5.625H5.80855C5.64301 5.62507 5.48427 5.69082 5.36715 5.80781L2.68355 8.49144C2.60162 8.5735 2.54415 8.67681 2.51759 8.78975C2.49102 8.90262 2.4964 9.02075 2.53314 9.13075C2.56987 9.24081 2.6365 9.33844 2.72557 9.41275C2.81464 9.48706 2.92263 9.53513 3.03746 9.55156L6.24995 10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 9.375V14.1914C14.3749 14.3569 14.3092 14.5157 14.1922 14.6328L11.5086 17.3164C11.4265 17.3983 11.3232 17.4558 11.2102 17.4824C11.0974 17.5089 10.9793 17.5036 10.8693 17.4668C10.7592 17.4301 10.6616 17.3634 10.5872 17.2744C10.5129 17.1853 10.4649 17.0773 10.4484 16.9625L10 13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.3875 14.6732C7.08512 15.3365 6.06641 16.8748 3.125 16.8748C3.125 13.9334 4.66328 12.9146 5.32656 12.6123",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Ea=o("rows",[["path",{d:"M16.25 11.25H3.75C3.40482 11.25 3.125 11.5298 3.125 11.875V15C3.125 15.3452 3.40482 15.625 3.75 15.625H16.25C16.5952 15.625 16.875 15.3452 16.875 15V11.875C16.875 11.5298 16.5952 11.25 16.25 11.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 4.375H3.75C3.40482 4.375 3.125 4.65482 3.125 5V8.125C3.125 8.47019 3.40482 8.75 3.75 8.75H16.25C16.5952 8.75 16.875 8.47019 16.875 8.125V5C16.875 4.65482 16.5952 4.375 16.25 4.375Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Oa=o("rows-plus-bottom",[["path",{d:"M16.25 9.375H3.75C3.40482 9.375 3.125 9.65481 3.125 10V11.875C3.125 12.2202 3.40482 12.5 3.75 12.5H16.25C16.5952 12.5 16.875 12.2202 16.875 11.875V10C16.875 9.65481 16.5952 9.375 16.25 9.375Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 3.75H3.75C3.40482 3.75 3.125 4.02982 3.125 4.375V6.25C3.125 6.59519 3.40482 6.875 3.75 6.875H16.25C16.5952 6.875 16.875 6.59519 16.875 6.25V4.375C16.875 4.02982 16.5952 3.75 16.25 3.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 16.875H11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 15V18.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Wa=o("rows-plus-top",[["path",{d:"M16.25 13.125H3.75C3.40482 13.125 3.125 13.4048 3.125 13.75V15.625C3.125 15.9702 3.40482 16.25 3.75 16.25H16.25C16.5952 16.25 16.875 15.9702 16.875 15.625V13.75C16.875 13.4048 16.5952 13.125 16.25 13.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 7.5H3.75C3.40482 7.5 3.125 7.77981 3.125 8.125V10C3.125 10.3452 3.40482 10.625 3.75 10.625H16.25C16.5952 10.625 16.875 10.3452 16.875 10V8.125C16.875 7.77981 16.5952 7.5 16.25 7.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 3.125H11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 1.25V5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Ia=o("rss",[["path",{d:"M4.375 10.625C5.70108 10.625 6.97288 11.1518 7.91056 12.0894C8.84819 13.0271 9.375 14.2989 9.375 15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 6.875C6.69563 6.875 8.92125 7.79688 10.5622 9.43781C12.2031 11.0788 13.125 13.3044 13.125 15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 3.125C6.01653 3.125 7.642 3.44832 9.15856 4.07651C10.6751 4.70469 12.0531 5.62543 13.2138 6.78619C14.3746 7.94687 15.2953 9.32488 15.9235 10.8414C16.5517 12.358 16.875 13.9835 16.875 15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.6875 16.4062C5.29156 16.4062 5.78125 15.9166 5.78125 15.3125C5.78125 14.7084 5.29156 14.2188 4.6875 14.2188C4.08344 14.2188 3.59375 14.7084 3.59375 15.3125C3.59375 15.9166 4.08344 16.4062 4.6875 16.4062Z",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Xa=o("rss-simple",[["path",{d:"M5 3.125C8.14944 3.125 11.1699 4.37611 13.3969 6.60312C15.6239 8.83012 16.875 11.8506 16.875 15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5 8.75C6.65762 8.75 8.24731 9.4085 9.41944 10.5806C10.5915 11.7527 11.25 13.3424 11.25 15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.3125 15.7812C5.91656 15.7812 6.40625 15.2916 6.40625 14.6875C6.40625 14.0834 5.91656 13.5938 5.3125 13.5938C4.70844 13.5938 4.21875 14.0834 4.21875 14.6875C4.21875 15.2916 4.70844 15.7812 5.3125 15.7812Z",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Ka=o("rug",[["path",{d:"M15.625 3.75H4.375V16.25H15.625V3.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 3.75V1.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 3.75V1.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 3.75V1.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 18.125V16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 18.125V16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 3.75V1.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 18.125V16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 18.125V16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 6.875L8.125 10L10 13.125L11.875 10L10 6.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Ja=o("ruler",[["path",{d:"M12.9425 2.05854L2.05855 12.9424C1.81447 13.1866 1.81447 13.5823 2.05855 13.8263L6.17468 17.9425C6.41874 18.1866 6.81449 18.1866 7.05856 17.9425L17.9425 7.05857C18.1866 6.81451 18.1866 6.41876 17.9425 6.17468L13.8264 2.05854C13.5822 1.81447 13.1866 1.81447 12.9425 2.05854Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 5L12.5 7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 7.5L10 10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5 10L7.5 12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Qa=o("sailboat",[["path",{d:"M1.25 13.75H18.75L16.4375 16.6406C16.379 16.7137 16.3048 16.7727 16.2204 16.8133C16.1361 16.8539 16.0436 16.8749 15.95 16.875H4.05C3.95638 16.8749 3.86396 16.8539 3.77958 16.8133C3.6952 16.7727 3.62101 16.7137 3.5625 16.6406L1.25 13.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.625 10.625H16.875L10.625 3.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.625 13.75V0.625L2.5 10.625H10.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Ya=o("scales",[["path",{d:"M10 3.125V16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 16.875H11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 6.875L15.625 4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.875 13.125C1.875 14.5055 3.4375 15 4.375 15C5.3125 15 6.875 14.5055 6.875 13.125L4.375 6.875L1.875 13.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 10.625C13.125 12.0055 14.6875 12.5 15.625 12.5C16.5625 12.5 18.125 12.0055 18.125 10.625L15.625 4.375L13.125 10.625Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),_a=o("scan",[["path",{d:"M13.75 3.125H16.875V6.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 16.875H3.125V13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.875 13.75V16.875H13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 6.25V3.125H6.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 6.25H6.25V13.75H13.75V6.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),$a=o("scan-smiley",[["path",{d:"M14.0625 3.125H16.875V5.9375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.0625 16.875H16.875V14.0625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.9375 16.875H3.125V14.0625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.9375 3.125H3.125V5.9375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 15C12.7614 15 15 12.7614 15 10C15 7.23856 12.7614 5 10 5C7.23856 5 5 7.23856 5 10C5 12.7614 7.23856 15 10 15Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 9.84375C8.5565 9.84375 8.90625 9.494 8.90625 9.0625C8.90625 8.631 8.5565 8.28125 8.125 8.28125C7.6935 8.28125 7.34375 8.631 7.34375 9.0625C7.34375 9.494 7.6935 9.84375 8.125 9.84375Z",fill:"currentColor",stroke:"none"}],["path",{d:"M11.875 9.84375C12.3065 9.84375 12.6562 9.494 12.6562 9.0625C12.6562 8.631 12.3065 8.28125 11.875 8.28125C11.4435 8.28125 11.0938 8.631 11.0938 9.0625C11.0938 9.494 11.4435 9.84375 11.875 9.84375Z",fill:"currentColor",stroke:"none"}],["path",{d:"M11.875 11.875C11.4344 12.2656 10.6344 12.5 10 12.5C9.36563 12.5 8.56562 12.2656 8.125 11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),od=o("scissors",[["path",{d:"M4.6875 8.125C5.89562 8.125 6.875 7.14562 6.875 5.9375C6.875 4.72938 5.89562 3.75 4.6875 3.75C3.47938 3.75 2.5 4.72938 2.5 5.9375C2.5 7.14562 3.47938 8.125 4.6875 8.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.6875 16.25C5.89562 16.25 6.875 15.2706 6.875 14.0625C6.875 12.8544 5.89562 11.875 4.6875 11.875C3.47938 11.875 2.5 12.8544 2.5 14.0625C2.5 15.2706 3.47938 16.25 4.6875 16.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.6252 10L6.49316 12.8274",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M18.1251 4.8689L12.8384 8.48531",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M18.1252 15.1314L6.49316 7.17285",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),rd=o("scooter",[["path",{d:"M3.4375 15.625C4.64562 15.625 5.625 14.6456 5.625 13.4375C5.625 12.2294 4.64562 11.25 3.4375 11.25C2.22938 11.25 1.25 12.2294 1.25 13.4375C1.25 14.6456 2.22938 15.625 3.4375 15.625Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.5625 15.625C17.7706 15.625 18.75 14.6456 18.75 13.4375C18.75 12.2294 17.7706 11.25 16.5625 11.25C15.3544 11.25 14.375 12.2294 14.375 13.4375C14.375 14.6456 15.3544 15.625 16.5625 15.625Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.625 3.125H13.125L15.8703 11.3617",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.7391 7.96631L10 13.7499H5.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),ed=o("screencast",[["path",{d:"M2.5 7.5V4.375C2.5 4.20924 2.56585 4.05027 2.68306 3.93306C2.80027 3.81585 2.95924 3.75 3.125 3.75H16.875C17.0407 3.75 17.1997 3.81585 17.3169 3.93306C17.4341 4.05027 17.5 4.20924 17.5 4.375V15.625C17.5 15.7907 17.4341 15.9497 17.3169 16.0669C17.1997 16.1841 17.0407 16.25 16.875 16.25H11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 15C2.83152 15 3.14946 15.1317 3.38388 15.3661C3.61831 15.6006 3.75 15.9185 3.75 16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 12.5C3.49456 12.5 4.44839 12.8951 5.15165 13.5984C5.85491 14.3016 6.25 15.2554 6.25 16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 10C3.32076 10 4.13349 10.1617 4.89177 10.4757C5.65006 10.7899 6.33906 11.2502 6.91944 11.8306C7.49981 12.4109 7.96013 13.0999 8.27425 13.8583C8.58831 14.6165 8.75 15.4293 8.75 16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),nd=o("screwdriver",[["path",{d:"M15.625 4.375L11.25 8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.80782 10.3859C5.74971 10.3278 5.70361 10.2589 5.67216 10.183C5.64071 10.1071 5.62451 10.0258 5.62451 9.94369C5.62451 9.86156 5.64071 9.78019 5.67216 9.70431C5.70361 9.62844 5.74971 9.55956 5.80782 9.5015L6.43281 8.8765C6.54144 8.79431 6.67394 8.74987 6.81019 8.74994H8.125C8.29075 8.74994 8.44975 8.68406 8.56694 8.56687C8.68419 8.44969 8.75 8.29069 8.75 8.12494V6.821C8.75006 6.6555 8.81581 6.49675 8.93281 6.37963L13.0914 2.22102C13.3992 1.91318 13.7646 1.66897 14.1667 1.50236C14.5688 1.33576 14.9999 1.25 15.4352 1.25C15.8704 1.25 16.3015 1.33576 16.7036 1.50236C17.1057 1.66897 17.4712 1.91318 17.7789 2.22102C18.0867 2.52878 18.3309 2.89416 18.4976 3.2963C18.6642 3.69845 18.7499 4.12947 18.7499 4.56477C18.7499 5.00006 18.6642 5.43109 18.4976 5.83324C18.3309 6.23538 18.0867 6.60075 17.7789 6.9085L13.6203 11.0671C13.5032 11.1841 13.3444 11.2499 13.1789 11.2499H11.875C11.7092 11.2499 11.5502 11.3158 11.4331 11.433C11.3159 11.5502 11.25 11.7092 11.25 11.8749V13.1897C11.2501 13.326 11.2056 13.4585 11.1234 13.5671L10.4984 14.1921C10.4404 14.2502 10.3714 14.2963 10.2956 14.3278C10.2197 14.3593 10.1384 14.3754 10.0562 14.3754C9.97412 14.3754 9.89281 14.3593 9.81694 14.3278C9.74106 14.2963 9.67212 14.2502 9.61406 14.1921L5.80782 10.3859Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.71094 12.2888L1.25 18.7498",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),td=o("scribble",[["path",{d:"M6.87506 3.12504L3.64301 6.35706C3.47879 6.52119 3.34851 6.71606 3.25963 6.9305C3.17075 7.145 3.125 7.37487 3.125 7.60706C3.125 7.83925 3.17075 8.06913 3.25963 8.28363C3.34851 8.49806 3.47879 8.69294 3.64301 8.85706C3.80712 9.02131 4.00199 9.15156 4.21647 9.24044C4.43094 9.32931 4.66084 9.37506 4.89301 9.37506C5.12518 9.37506 5.35507 9.32931 5.56955 9.24044C5.78403 9.15156 5.97889 9.02131 6.14301 8.85706L11.3571 3.64301C11.5212 3.47879 11.7161 3.34851 11.9305 3.25963C12.145 3.17075 12.3749 3.125 12.6071 3.125C12.8393 3.125 13.0691 3.17075 13.2836 3.25963C13.4981 3.34851 13.6929 3.47879 13.8571 3.64301C14.0213 3.80712 14.1516 4.00199 14.2404 4.21647C14.3293 4.43094 14.3751 4.66084 14.3751 4.89301C14.3751 5.12518 14.3293 5.35507 14.2404 5.56955C14.1516 5.78403 14.0213 5.97889 13.8571 6.14301L6.14301 13.8571C5.97879 14.0212 5.84851 14.2161 5.75963 14.4305C5.67075 14.645 5.625 14.8749 5.625 15.1071C5.625 15.3393 5.67075 15.5691 5.75963 15.7836C5.84851 15.9981 5.97879 16.1929 6.14301 16.3571C6.30712 16.5213 6.502 16.6516 6.71644 16.7404C6.93094 16.8293 7.16081 16.8751 7.393 16.8751C7.62519 16.8751 7.85506 16.8293 8.06956 16.7404C8.284 16.6516 8.47888 16.5213 8.643 16.3571L13.8571 11.143C14.0212 10.9788 14.2161 10.8485 14.4305 10.7596C14.645 10.6708 14.8749 10.625 15.1071 10.625C15.3393 10.625 15.5691 10.6708 15.7836 10.7596C15.9981 10.8485 16.1929 10.9788 16.3571 11.143C16.5213 11.3071 16.6516 11.502 16.7404 11.7164C16.8293 11.9309 16.8751 12.1608 16.8751 12.393C16.8751 12.6252 16.8293 12.8551 16.7404 13.0696C16.6516 13.284 16.5213 13.4789 16.3571 13.643L15.6251 14.3751C15.4608 14.5391 15.3306 14.734 15.2417 14.9485C15.1527 15.163 15.107 15.3929 15.107 15.6251C15.107 15.8572 15.1527 16.0871 15.2417 16.3016C15.3306 16.5161 15.4608 16.7109 15.6251 16.8751",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),sd=o("scribble-loop",[["path",{d:"M2.5 7.25C2.5 7.25 5 3.75 8.75 3.75C16.875 3.75 15.9844 16.25 8.48437 16.25C3.48437 16.25 3.48438 8.75 10.9844 8.75C15.9844 8.75 19.375 12.5 19.375 12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),id=o("scroll",[["path",{d:"M15.625 13.75V5C15.625 4.50272 15.4274 4.02581 15.0758 3.67418C14.7242 3.32254 14.2472 3.125 13.75 3.125H3.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 8.125H13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 10.625H13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.875 6.25C1.875 6.25 1.25 5.78125 1.25 5C1.25 4.50272 1.44754 4.02581 1.79917 3.67418C2.15081 3.32254 2.62772 3.125 3.125 3.125C3.62228 3.125 4.09919 3.32254 4.45082 3.67418C4.80246 4.02581 5 4.50272 5 5V15C5 15.4972 5.19754 15.9742 5.54918 16.3258C5.90081 16.6774 6.37775 16.875 6.875 16.875M6.875 16.875C7.37225 16.875 7.84919 16.6774 8.20081 16.3258C8.55244 15.9742 8.75 15.4972 8.75 15C8.75 14.2188 8.125 13.75 8.125 13.75H16.875C16.875 13.75 17.5 14.2188 17.5 15C17.5 15.4972 17.3024 15.9742 16.9508 16.3258C16.5992 16.6774 16.1222 16.875 15.625 16.875H6.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Cd=o("seal",[["path",{d:"M4.25469 15.7453C3.53594 15.0266 4.0125 13.5164 3.64688 12.6321C3.26719 11.7187 1.875 10.9766 1.875 10C1.875 9.02344 3.26719 8.28125 3.64688 7.36794C4.0125 6.48438 3.53594 4.97344 4.25469 4.25469C4.97344 3.53594 6.48438 4.0125 7.36794 3.64688C8.28513 3.26719 9.02344 1.875 10 1.875C10.9766 1.875 11.7187 3.26719 12.6321 3.64688C13.5164 4.0125 15.0266 3.53594 15.7453 4.25469C16.4641 4.97344 15.9875 6.48356 16.3531 7.36794C16.7328 8.28513 18.125 9.02344 18.125 10C18.125 10.9766 16.7328 11.7187 16.3531 12.6321C15.9875 13.5164 16.4641 15.0266 15.7453 15.7453C15.0266 16.4641 13.5164 15.9875 12.6321 16.3531C11.7187 16.7328 10.9766 18.125 10 18.125C9.02344 18.125 8.28125 16.7328 7.36794 16.3531C6.48438 15.9875 4.97344 16.4641 4.25469 15.7453Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),ud=o("seal-check",[["path",{d:"M4.25469 15.7453C3.53594 15.0266 4.0125 13.5164 3.64688 12.6321C3.26719 11.7187 1.875 10.9766 1.875 10C1.875 9.02344 3.26719 8.28125 3.64688 7.36794C4.0125 6.48438 3.53594 4.97344 4.25469 4.25469C4.97344 3.53594 6.48438 4.0125 7.36794 3.64688C8.28513 3.26719 9.02344 1.875 10 1.875C10.9766 1.875 11.7187 3.26719 12.6321 3.64688C13.5164 4.0125 15.0266 3.53594 15.7453 4.25469C16.4641 4.97344 15.9875 6.48356 16.3531 7.36794C16.7328 8.28513 18.125 9.02344 18.125 10C18.125 10.9766 16.7328 11.7187 16.3531 12.6321C15.9875 13.5164 16.4641 15.0266 15.7453 15.7453C15.0266 16.4641 13.5164 15.9875 12.6321 16.3531C11.7187 16.7328 10.9766 18.125 10 18.125C9.02344 18.125 8.28125 16.7328 7.36794 16.3531C6.48438 15.9875 4.97344 16.4641 4.25469 15.7453Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 10.625L8.75 12.5L13.125 8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),kd=o("seal-percent",[["path",{d:"M4.25469 15.7453C3.53594 15.0266 4.0125 13.5164 3.64688 12.6321C3.26719 11.7187 1.875 10.9766 1.875 10C1.875 9.02344 3.26719 8.28125 3.64688 7.36794C4.0125 6.48438 3.53594 4.97344 4.25469 4.25469C4.97344 3.53594 6.48438 4.0125 7.36794 3.64688C8.28513 3.26719 9.02344 1.875 10 1.875C10.9766 1.875 11.7187 3.26719 12.6321 3.64688C13.5164 4.0125 15.0266 3.53594 15.7453 4.25469C16.4641 4.97344 15.9875 6.48356 16.3531 7.36794C16.7328 8.28513 18.125 9.02344 18.125 10C18.125 10.9766 16.7328 11.7187 16.3531 12.6321C15.9875 13.5164 16.4641 15.0266 15.7453 15.7453C15.0266 16.4641 13.5164 15.9875 12.6321 16.3531C11.7187 16.7328 10.9766 18.125 10 18.125C9.02344 18.125 8.28125 16.7328 7.36794 16.3531C6.48438 15.9875 4.97344 16.4641 4.25469 15.7453Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 8.75C8.19037 8.75 8.75 8.19037 8.75 7.5C8.75 6.80963 8.19037 6.25 7.5 6.25C6.80963 6.25 6.25 6.80963 6.25 7.5C6.25 8.19037 6.80963 8.75 7.5 8.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 13.75C13.1904 13.75 13.75 13.1904 13.75 12.5C13.75 11.8096 13.1904 11.25 12.5 11.25C11.8096 11.25 11.25 11.8096 11.25 12.5C11.25 13.1904 11.8096 13.75 12.5 13.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 13.125L13.125 6.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),ad=o("seal-question",[["path",{d:"M4.25469 15.7453C3.53594 15.0266 4.0125 13.5164 3.64688 12.6321C3.26719 11.7187 1.875 10.9766 1.875 10C1.875 9.02344 3.26719 8.28125 3.64688 7.36794C4.0125 6.48438 3.53594 4.97344 4.25469 4.25469C4.97344 3.53594 6.48438 4.0125 7.36794 3.64688C8.28513 3.26719 9.02344 1.875 10 1.875C10.9766 1.875 11.7187 3.26719 12.6321 3.64688C13.5164 4.0125 15.0266 3.53594 15.7453 4.25469C16.4641 4.97344 15.9875 6.48356 16.3531 7.36794C16.7328 8.28513 18.125 9.02344 18.125 10C18.125 10.9766 16.7328 11.7187 16.3531 12.6321C15.9875 13.5164 16.4641 15.0266 15.7453 15.7453C15.0266 16.4641 13.5164 15.9875 12.6321 16.3531C11.7187 16.7328 10.9766 18.125 10 18.125C9.02344 18.125 8.28125 16.7328 7.36794 16.3531C6.48438 15.9875 4.97344 16.4641 4.25469 15.7453Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 14.8438C10.4315 14.8438 10.7812 14.494 10.7812 14.0625C10.7812 13.631 10.4315 13.2812 10 13.2812C9.5685 13.2812 9.21875 13.631 9.21875 14.0625C9.21875 14.494 9.5685 14.8438 10 14.8438Z",fill:"currentColor",stroke:"none"}],["path",{d:"M10 11.25V10.625C11.3805 10.625 12.5 9.64531 12.5 8.4375C12.5 7.22969 11.3805 6.25 10 6.25C8.6195 6.25 7.5 7.22969 7.5 8.4375V8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),dd=o("seal-warning",[["path",{d:"M4.25469 15.7453C3.53594 15.0266 4.0125 13.5164 3.64688 12.6321C3.26719 11.7187 1.875 10.9766 1.875 10C1.875 9.02344 3.26719 8.28125 3.64688 7.36794C4.0125 6.48438 3.53594 4.97344 4.25469 4.25469C4.97344 3.53594 6.48438 4.0125 7.36794 3.64688C8.28513 3.26719 9.02344 1.875 10 1.875C10.9766 1.875 11.7187 3.26719 12.6321 3.64688C13.5164 4.0125 15.0266 3.53594 15.7453 4.25469C16.4641 4.97344 15.9875 6.48356 16.3531 7.36794C16.7328 8.28513 18.125 9.02344 18.125 10C18.125 10.9766 16.7328 11.7187 16.3531 12.6321C15.9875 13.5164 16.4641 15.0266 15.7453 15.7453C15.0266 16.4641 13.5164 15.9875 12.6321 16.3531C11.7187 16.7328 10.9766 18.125 10 18.125C9.02344 18.125 8.28125 16.7328 7.36794 16.3531C6.48438 15.9875 4.97344 16.4641 4.25469 15.7453Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 6.25V10.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 14.2188C10.4315 14.2188 10.7812 13.869 10.7812 13.4375C10.7812 13.006 10.4315 12.6562 10 12.6562C9.5685 12.6562 9.21875 13.006 9.21875 13.4375C9.21875 13.869 9.5685 14.2188 10 14.2188Z",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),cd=o("seat",[["path",{d:"M8.75 18.125H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.19059 5.9704C8.14716 6.05723 8.12453 6.15299 8.12453 6.25007C8.12453 6.34719 8.14716 6.44294 8.19059 6.52975L10.6734 11.5298C10.7253 11.6336 10.8052 11.7209 10.904 11.7819C11.0028 11.8429 11.1167 11.8752 11.2328 11.8751H16.25C16.4157 11.8751 16.5747 11.9409 16.6919 12.0581C16.8091 12.1754 16.875 12.3343 16.875 12.5001V15.0001C16.875 15.1659 16.8091 15.3248 16.6919 15.442C16.5747 15.5593 16.4157 15.6251 16.25 15.6251H8.91478C8.79884 15.625 8.68516 15.5927 8.58647 15.5317C8.48784 15.4708 8.40809 15.3835 8.35622 15.2798L3.81558 6.21728C3.77213 6.13045 3.74951 6.03469 3.74951 5.93759C3.74951 5.84049 3.77213 5.74473 3.81558 5.6579L5.54683 2.2204C5.62107 2.07231 5.75106 1.95975 5.90825 1.90745C6.06544 1.85515 6.23696 1.8674 6.38509 1.9415L9.03278 3.05947C9.18084 3.1337 9.29341 3.2637 9.34572 3.42088C9.39803 3.57807 9.38578 3.74958 9.31166 3.89775L8.19059 5.9704Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Ld=o("seatbelt",[["path",{d:"M10 8.125C11.5533 8.125 12.8125 6.86581 12.8125 5.3125C12.8125 3.7592 11.5533 2.5 10 2.5C8.44669 2.5 7.1875 3.7592 7.1875 5.3125C7.1875 6.86581 8.44669 8.125 10 8.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 17.5H4.375L15 8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.6221 11.7969C15.2761 12.7369 15.6261 13.8549 15.6252 15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.44629 14.1031C4.59061 13.2082 4.94906 12.3615 5.49111 11.635C6.03316 10.9085 6.74275 10.3237 7.55943 9.93055C8.37618 9.53736 9.27581 9.34736 10.1817 9.37673C11.0877 9.40611 11.9732 9.65392 12.7627 10.0992",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),pd=o("security-camera",[["path",{d:"M19.375 11.25V15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.3748 2.86621L4.11621 13.1248",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M0.670929 12.8586C0.64921 12.8805 0.634429 12.9082 0.628454 12.9385C0.622481 12.9687 0.625573 13 0.637348 13.0285C0.649116 13.0569 0.669041 13.0813 0.694616 13.0985C0.720191 13.1157 0.750273 13.1248 0.781085 13.125H4.11624L7.05763 16.0672C7.11569 16.1253 7.18463 16.1714 7.2605 16.2028C7.33638 16.2343 7.41769 16.2505 7.49982 16.2505C7.58194 16.2505 7.66332 16.2343 7.73919 16.2028C7.81507 16.1714 7.884 16.1253 7.942 16.0672L17.317 6.69222C17.3751 6.63416 17.4213 6.56522 17.4527 6.48934C17.4841 6.41347 17.5003 6.33216 17.5003 6.25003C17.5003 6.16787 17.4841 6.08654 17.4527 6.01066C17.4213 5.93479 17.3751 5.86586 17.317 5.80781L12.942 1.43281C12.884 1.37471 12.8151 1.32861 12.7392 1.29715C12.6633 1.2657 12.5819 1.24951 12.4998 1.24951C12.4177 1.24951 12.3364 1.2657 12.2605 1.29715C12.1846 1.32861 12.1157 1.37471 12.0576 1.43281L0.670929 12.8586Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.9419 11.0671L14.8169 12.9421C14.934 13.0591 15.0928 13.1249 15.2583 13.125H19.3747",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),ld=o("selection",[["path",{d:"M11.25 3.125H8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.75 16.875H11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 3.125H16.25C16.4157 3.125 16.5747 3.19085 16.6919 3.30806C16.8091 3.42527 16.875 3.58424 16.875 3.75V5.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.875 11.25V8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 16.875H16.25C16.4157 16.875 16.5747 16.8091 16.6919 16.6919C16.8091 16.5747 16.875 16.4157 16.875 16.25V14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 8.75V11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.625 16.875H3.75C3.58424 16.875 3.42527 16.8091 3.30806 16.6919C3.19085 16.5747 3.125 16.4157 3.125 16.25V14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.625 3.125H3.75C3.58424 3.125 3.42527 3.19085 3.30806 3.30806C3.19085 3.42527 3.125 3.58424 3.125 3.75V5.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),hd=o("selection-all",[["path",{d:"M11.25 3.125H8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.75 16.875H11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 3.125H16.25C16.4157 3.125 16.5747 3.19085 16.6919 3.30806C16.8091 3.42527 16.875 3.58424 16.875 3.75V5.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.875 11.25V8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 16.875H16.25C16.4157 16.875 16.5747 16.8091 16.6919 16.6919C16.8091 16.5747 16.875 16.4157 16.875 16.25V14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 8.75V11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.625 16.875H3.75C3.58424 16.875 3.42527 16.8091 3.30806 16.6919C3.19085 16.5747 3.125 16.4157 3.125 16.25V14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.625 3.125H3.75C3.58424 3.125 3.42527 3.19085 3.30806 3.30806C3.19085 3.42527 3.125 3.58424 3.125 3.75V5.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 6.25H6.25V13.75H13.75V6.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Md=o("selection-background",[["path",{d:"M12.5 6.875H3.75C3.40482 6.875 3.125 7.15481 3.125 7.5V16.25C3.125 16.5952 3.40482 16.875 3.75 16.875H12.5C12.8452 16.875 13.125 16.5952 13.125 16.25V7.5C13.125 7.15481 12.8452 6.875 12.5 6.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 3.125H11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 3.125H16.25C16.4157 3.125 16.5747 3.19085 16.6919 3.30806C16.8091 3.42527 16.875 3.58424 16.875 3.75V4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.875 8.75V7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 13.125H16.25C16.4157 13.125 16.5747 13.0591 16.6919 12.9419C16.8091 12.8247 16.875 12.6657 16.875 12.5V11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 3.125H7.5C7.33425 3.125 7.17525 3.19085 7.05806 3.30806C6.94088 3.42527 6.875 3.58424 6.875 3.75V4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),jd=o("selection-foreground",[["path",{d:"M4.375 16.875H3.75C3.58424 16.875 3.42527 16.8091 3.30806 16.6919C3.19085 16.5747 3.125 16.4157 3.125 16.25V15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.75 6.875H6.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.75 16.875H7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 13.125V11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 12.5V11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 16.875H12.5C12.6657 16.875 12.8247 16.8091 12.9419 16.6919C13.0591 16.5747 13.125 16.4157 13.125 16.25V15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 6.875H12.5C12.6657 6.875 12.8247 6.94088 12.9419 7.05806C13.0591 7.17525 13.125 7.33425 13.125 7.5V8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 6.875H3.75C3.58424 6.875 3.42527 6.94088 3.30806 7.05806C3.19085 7.17525 3.125 7.33425 3.125 7.5V8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 13.125H16.25C16.4157 13.125 16.5747 13.0591 16.6919 12.9419C16.8091 12.8247 16.875 12.6657 16.875 12.5V3.75C16.875 3.58424 16.8091 3.42527 16.6919 3.30806C16.5747 3.19085 16.4157 3.125 16.25 3.125H7.5C7.33425 3.125 7.17525 3.19085 7.05806 3.30806C6.94088 3.42527 6.875 3.58424 6.875 3.75V6.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Hd=o("selection-inverse",[["path",{d:"M8.75 16.875H11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 8.75V11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.625 16.875H3.75C3.58424 16.875 3.42527 16.8091 3.30806 16.6919C3.19085 16.5747 3.125 16.4157 3.125 16.25V14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 16.875H16.25C16.4157 16.875 16.5747 16.8091 16.6919 16.6919C16.8091 16.5747 16.875 16.4157 16.875 16.25V3.75C16.875 3.58424 16.8091 3.42527 16.6919 3.30806C16.5747 3.19085 16.4157 3.125 16.25 3.125H3.75C3.58424 3.125 3.42527 3.19085 3.30806 3.30806C3.19085 3.42527 3.125 3.58424 3.125 3.75V5.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.30762 3.30811L16.692 16.6925",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Bd=o("selection-plus",[["path",{d:"M11.25 3.125H8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.75 16.875H11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 3.125H16.25C16.4157 3.125 16.5747 3.19085 16.6919 3.30806C16.8091 3.42527 16.875 3.58424 16.875 3.75V5.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.875 11.25V8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 8.75V11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.625 16.875H3.75C3.58424 16.875 3.42527 16.8091 3.30806 16.6919C3.19085 16.5747 3.125 16.4157 3.125 16.25V14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.625 3.125H3.75C3.58424 3.125 3.42527 3.19085 3.30806 3.30806C3.19085 3.42527 3.125 3.58424 3.125 3.75V5.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.875 15V18.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15 16.875H18.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Vd=o("selection-slash",[["path",{d:"M11.25 3.125H8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.75 16.875H11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 3.125H16.25C16.4157 3.125 16.5747 3.19085 16.6919 3.30806C16.8091 3.42527 16.875 3.58424 16.875 3.75V5.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.875 11.25V8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 8.75V11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.625 16.875H3.75C3.58424 16.875 3.42527 16.8091 3.30806 16.6919C3.19085 16.5747 3.125 16.4157 3.125 16.25V14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 3.125L16.25 16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),wd=o("shapes",[["path",{d:"M5 5L1.875 14.375H8.125L5 5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.1875 9.375C14.086 9.375 15.625 7.836 15.625 5.9375C15.625 4.03902 14.086 2.5 12.1875 2.5C10.289 2.5 8.75 4.03902 8.75 5.9375C8.75 7.836 10.289 9.375 12.1875 9.375Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.5 11.875H10.625V16.25H17.5V11.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),bd=o("share",[["path",{d:"M13.75 11.875L17.5 8.125L13.75 4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15 16.875H2.5V6.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.625 13.75C6.04084 12.1394 6.98031 10.7128 8.29556 9.69456C9.61081 8.67631 11.2272 8.12419 12.8906 8.125H17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Sd=o("share-fat",[["path",{d:"M2.41632 15.525C3.70225 14.1555 7.07803 11.25 11.8749 11.25V15L18.1249 8.75L11.8749 2.5V6.25C7.7499 6.25 2.46163 10.1914 1.87491 15.2766C1.86679 15.3424 1.87984 15.4091 1.91216 15.4671C1.94449 15.525 1.99442 15.5712 2.05473 15.5988C2.11503 15.6265 2.18258 15.6343 2.24759 15.621C2.31259 15.6078 2.37169 15.5741 2.41632 15.525Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),vd=o("share-network",[["path",{d:"M11.6479 5.72656L7.10254 8.64844",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.10254 11.3516L11.6479 14.2734",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5 12.5C6.38069 12.5 7.5 11.3807 7.5 10C7.5 8.61931 6.38069 7.5 5 7.5C3.61929 7.5 2.5 8.61931 2.5 10C2.5 11.3807 3.61929 12.5 5 12.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 18.125C15.1307 18.125 16.25 17.0057 16.25 15.625C16.25 14.2443 15.1307 13.125 13.75 13.125C12.3693 13.125 11.25 14.2443 11.25 15.625C11.25 17.0057 12.3693 18.125 13.75 18.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 6.875C15.1307 6.875 16.25 5.75571 16.25 4.375C16.25 2.99429 15.1307 1.875 13.75 1.875C12.3693 1.875 11.25 2.99429 11.25 4.375C11.25 5.75571 12.3693 6.875 13.75 6.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),xd=o("shield",[["path",{d:"M16.875 8.75V4.375C16.875 4.20924 16.8091 4.05027 16.6919 3.93306C16.5747 3.81585 16.4157 3.75 16.25 3.75H3.75C3.58424 3.75 3.42527 3.81585 3.30806 3.93306C3.19085 4.05027 3.125 4.20924 3.125 4.375V8.75C3.125 16.25 10 18.125 10 18.125C10 18.125 16.875 16.25 16.875 8.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),gd=o("shield-check",[["path",{d:"M16.875 8.75V4.375C16.875 4.20924 16.8091 4.05027 16.6919 3.93306C16.5747 3.81585 16.4157 3.75 16.25 3.75H3.75C3.58424 3.75 3.42527 3.81585 3.30806 3.93306C3.19085 4.05027 3.125 4.20924 3.125 4.375V8.75C3.125 16.25 10 18.125 10 18.125C10 18.125 16.875 16.25 16.875 8.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 10.625L8.75 12.5L13.125 8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Zd=o("shield-checkered",[["path",{d:"M16.875 8.75V4.375C16.875 4.20924 16.8091 4.05027 16.6919 3.93306C16.5747 3.81585 16.4157 3.75 16.25 3.75H3.75C3.58424 3.75 3.42527 3.81585 3.30806 3.93306C3.19085 4.05027 3.125 4.20924 3.125 4.375V8.75C3.125 16.25 10 18.125 10 18.125C10 18.125 16.875 16.25 16.875 8.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 18.125V3.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.19189 10H16.8075",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),md=o("shield-chevron",[["path",{d:"M16.875 8.75V4.375C16.875 4.20924 16.8091 4.05027 16.6919 3.93306C16.5747 3.81585 16.4157 3.75 16.25 3.75H3.75C3.58424 3.75 3.42527 3.81585 3.30806 3.93306C3.19085 4.05027 3.125 4.20924 3.125 4.375V8.75C3.125 16.25 10 18.125 10 18.125C10 18.125 16.875 16.25 16.875 8.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.779 13.4203L10.0001 9.375L4.22119 13.4203",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),fd=o("shield-plus",[["path",{d:"M7.5 10H12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 7.5V12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.875 8.75V4.375C16.875 4.20924 16.8091 4.05027 16.6919 3.93306C16.5747 3.81585 16.4157 3.75 16.25 3.75H3.75C3.58424 3.75 3.42527 3.81585 3.30806 3.93306C3.19085 4.05027 3.125 4.20924 3.125 4.375V8.75C3.125 16.25 10 18.125 10 18.125C10 18.125 16.875 16.25 16.875 8.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),yd=o("shield-slash",[["path",{d:"M3.75 3.125L16.25 16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.0273 12.9141C16.5437 11.7703 16.8749 10.3953 16.8749 8.75V4.375C16.8749 4.20924 16.8091 4.05027 16.6918 3.93306C16.5747 3.81585 16.4157 3.75 16.2499 3.75H7.69678",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.31797 3.75H3.75C3.58424 3.75 3.42527 3.81585 3.30806 3.93306C3.19085 4.05027 3.125 4.20924 3.125 4.375V8.75C3.125 16.25 10 18.125 10 18.125C10 18.125 12.6243 17.4094 14.6305 15.093",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Pd=o("shield-star",[["path",{d:"M10 7.5V10.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 9.375L10 10.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 13.125L10 10.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 13.125L10 10.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 9.375L10 10.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.875 8.75V4.375C16.875 4.20924 16.8091 4.05027 16.6919 3.93306C16.5747 3.81585 16.4157 3.75 16.25 3.75H3.75C3.58424 3.75 3.42527 3.81585 3.30806 3.93306C3.19085 4.05027 3.125 4.20924 3.125 4.375V8.75C3.125 16.25 10 18.125 10 18.125C10 18.125 16.875 16.25 16.875 8.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Td=o("shield-warning",[["path",{d:"M10 10.625V7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 14.2188C10.4315 14.2188 10.7812 13.869 10.7812 13.4375C10.7812 13.006 10.4315 12.6562 10 12.6562C9.5685 12.6562 9.21875 13.006 9.21875 13.4375C9.21875 13.869 9.5685 14.2188 10 14.2188Z",fill:"currentColor",stroke:"none"}],["path",{d:"M16.875 8.75V4.375C16.875 4.20924 16.8091 4.05027 16.6919 3.93306C16.5747 3.81585 16.4157 3.75 16.25 3.75H3.75C3.58424 3.75 3.42527 3.81585 3.30806 3.93306C3.19085 4.05027 3.125 4.20924 3.125 4.375V8.75C3.125 16.25 10 18.125 10 18.125C10 18.125 16.875 16.25 16.875 8.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Ad=o("shipping-container",[["path",{d:"M10 3.75V16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 16.25L18.2969 13.8797C18.427 13.8424 18.5416 13.764 18.6233 13.6561C18.705 13.5481 18.7494 13.4166 18.75 13.2812V6.71875C18.75 6.583 18.7058 6.45094 18.624 6.3425C18.5423 6.23413 18.4274 6.15531 18.2969 6.11797L10 3.75L1.78672 4.92188C1.6375 4.94317 1.50099 5.01767 1.40236 5.13166C1.30373 5.24566 1.24962 5.39145 1.25 5.54219V14.4578C1.24962 14.6086 1.30373 14.7544 1.40236 14.8683C1.50099 14.9823 1.6375 15.0568 1.78672 15.0781L10 16.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 10H3.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.625 4.375V15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Fd=o("shirt-folded",[["path",{d:"M10 6.25L12.5 2.5L13.75 3.75V8.125C13.7501 8.24381 13.7162 8.36013 13.6525 8.46044C13.5888 8.56069 13.4978 8.64075 13.3903 8.69112C13.2827 8.74156 13.163 8.76031 13.0452 8.74512C12.9273 8.72994 12.8163 8.6815 12.725 8.6055L10 6.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.275 8.60388C7.18381 8.67988 7.07287 8.72825 6.95525 8.7435C6.83756 8.75875 6.71794 8.74013 6.61044 8.68994C6.50294 8.63969 6.41194 8.55987 6.34812 8.45987C6.28431 8.35981 6.25025 8.24369 6.25 8.125V3.75L7.5 2.5L10 6.25L7.275 8.60388Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 6.25V16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 3.75H15.625C15.7907 3.75 15.9497 3.81585 16.0669 3.93306C16.1841 4.05027 16.25 4.20924 16.25 4.375V16.25C16.25 16.4157 16.1841 16.5747 16.0669 16.6919C15.9497 16.8091 15.7907 16.875 15.625 16.875H4.375C4.20924 16.875 4.05027 16.8091 3.93306 16.6919C3.81585 16.5747 3.75 16.4157 3.75 16.25V4.375C3.75 4.20924 3.81585 4.05027 3.93306 3.93306C4.05027 3.81585 4.20924 3.75 4.375 3.75H6.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 2.5H12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Dd=o("shooting-star",[["path",{d:"M12.8127 10.1296L15.608 11.8116C15.6795 11.8557 15.7625 11.8778 15.8465 11.8749C15.9305 11.8721 16.0118 11.8444 16.0801 11.7955C16.1485 11.7466 16.2008 11.6786 16.2307 11.6C16.2605 11.5214 16.2665 11.4358 16.2478 11.3538L15.4877 8.214L17.9752 6.11399C18.0391 6.06011 18.0855 5.9884 18.1085 5.90801C18.1314 5.82763 18.1299 5.74222 18.104 5.66271C18.0782 5.58321 18.0293 5.51321 17.9634 5.46166C17.8976 5.41012 17.8179 5.37937 17.7345 5.37336L14.4697 5.11477L13.2119 2.13508C13.1786 2.05786 13.1234 1.99207 13.0532 1.94585C12.9829 1.89963 12.9007 1.875 12.8166 1.875C12.7325 1.875 12.6502 1.89963 12.58 1.94585C12.5097 1.99207 12.4545 2.05786 12.4213 2.13508L11.1634 5.11477L7.89859 5.37336C7.8149 5.37867 7.73466 5.40891 7.66828 5.46018C7.60191 5.51145 7.55241 5.58141 7.52609 5.66106C7.49978 5.74071 7.4979 5.8264 7.52072 5.90711C7.54353 5.98783 7.58997 6.05988 7.65409 6.11399L10.1415 8.214L9.37515 11.3538C9.35647 11.4358 9.36247 11.5214 9.39228 11.6C9.42209 11.6786 9.47447 11.7466 9.54284 11.7955C9.61122 11.8444 9.69247 11.8721 9.77647 11.8749C9.86047 11.8778 9.94347 11.8557 10.015 11.8116L12.8127 10.1296Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.44137 9.18359L1.875 13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.28594 13.9639L3.125 18.1248",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.9906 13.8843L8.75 18.1249",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),qd=o("shopping-bag",[["path",{d:"M16.875 3.75H3.125C2.77982 3.75 2.5 4.02982 2.5 4.375V15.625C2.5 15.9702 2.77982 16.25 3.125 16.25H16.875C17.2202 16.25 17.5 15.9702 17.5 15.625V4.375C17.5 4.02982 17.2202 3.75 16.875 3.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 6.875C13.125 7.70381 12.7957 8.49869 12.2097 9.08469C11.6237 9.67075 10.8288 10 10 10C9.17119 10 8.37631 9.67075 7.79031 9.08469C7.20425 8.49869 6.875 7.70381 6.875 6.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Rd=o("shopping-bag-open",[["path",{d:"M16.875 3.75H3.125C2.77982 3.75 2.5 4.02982 2.5 4.375V15.625C2.5 15.9702 2.77982 16.25 3.125 16.25H16.875C17.2202 16.25 17.5 15.9702 17.5 15.625V4.375C17.5 4.02982 17.2202 3.75 16.875 3.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 6.25H17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 8.75C13.125 9.57881 12.7957 10.3737 12.2097 10.9597C11.6237 11.5457 10.8288 11.875 10 11.875C9.17119 11.875 8.37631 11.5457 7.79031 10.9597C7.20425 10.3737 6.875 9.57881 6.875 8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Ud=o("shopping-cart",[["path",{d:"M14.6875 14.375H7.12263C6.82994 14.3749 6.5465 14.2722 6.32175 14.0846C6.09704 13.897 5.94529 13.6364 5.89297 13.3484L3.80703 1.875H1.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.1875 17.5C8.05044 17.5 8.75 16.8004 8.75 15.9375C8.75 15.0746 8.05044 14.375 7.1875 14.375C6.32456 14.375 5.625 15.0746 5.625 15.9375C5.625 16.8004 6.32456 17.5 7.1875 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.6875 17.5C15.5504 17.5 16.25 16.8004 16.25 15.9375C16.25 15.0746 15.5504 14.375 14.6875 14.375C13.8246 14.375 13.125 15.0746 13.125 15.9375C13.125 16.8004 13.8246 17.5 14.6875 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.51172 11.25H15.3203C15.6131 11.2499 15.8965 11.1472 16.1212 10.9596C16.3459 10.772 16.4977 10.5114 16.55 10.2234L17.5 5H4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Nd=o("shopping-cart-simple",[["path",{d:"M1.25 2.5H3.125L5.99609 12.8344C6.06916 13.0976 6.22643 13.3296 6.44381 13.4949C6.66125 13.6603 6.92688 13.7499 7.2 13.75H14.9219C15.1952 13.7501 15.4609 13.6606 15.6785 13.4952C15.8961 13.3298 16.0534 13.0977 16.1266 12.8344L18.125 5.625H3.99297",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 17.9688C7.47906 17.9688 7.96875 17.4791 7.96875 16.875C7.96875 16.2709 7.47906 15.7812 6.875 15.7812C6.27094 15.7812 5.78125 16.2709 5.78125 16.875C5.78125 17.4791 6.27094 17.9688 6.875 17.9688Z",fill:"currentColor",stroke:"none"}],["path",{d:"M15 17.9688C15.6041 17.9688 16.0938 17.4791 16.0938 16.875C16.0938 16.2709 15.6041 15.7812 15 15.7812C14.3959 15.7812 13.9062 16.2709 13.9062 16.875C13.9062 17.4791 14.3959 17.9688 15 17.9688Z",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Gd=o("shovel",[["path",{d:"M15 1.25L18.75 5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.875 3.125L6.875 13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 18.1255C2.33424 18.1255 2.17527 18.0596 2.05806 17.9424C1.94085 17.8252 1.875 17.6662 1.875 17.5005V11.2505C1.87494 11.1684 1.89105 11.0871 1.92241 11.0112C1.95378 10.9353 1.99979 10.8664 2.05781 10.8083L6.43281 6.43331C6.49088 6.37519 6.55981 6.32912 6.63569 6.29762C6.71156 6.26619 6.79287 6.25 6.875 6.25C6.95713 6.25 7.03844 6.26619 7.11431 6.29762C7.19019 6.32912 7.25913 6.37519 7.31719 6.43331L13.5672 12.6833C13.6253 12.7414 13.6714 12.8102 13.7029 12.8861C13.7343 12.962 13.7505 13.0434 13.7505 13.1255C13.7505 13.2076 13.7343 13.2889 13.7029 13.3648C13.6714 13.4407 13.6253 13.5096 13.5672 13.5677L9.19219 17.9427C9.13413 18.0007 9.06513 18.0467 8.98925 18.0781C8.91344 18.1094 8.83213 18.1256 8.75 18.1255H2.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),zd=o("shower",[["path",{d:"M4.0625 19.2188C4.49398 19.2188 4.84375 18.869 4.84375 18.4375C4.84375 18.006 4.49398 17.6562 4.0625 17.6562C3.63102 17.6562 3.28125 18.006 3.28125 18.4375C3.28125 18.869 3.63102 19.2188 4.0625 19.2188Z",fill:"currentColor",stroke:"none"}],["path",{d:"M6.5625 16.7188C6.994 16.7188 7.34375 16.369 7.34375 15.9375C7.34375 15.506 6.994 15.1562 6.5625 15.1562C6.13102 15.1562 5.78125 15.506 5.78125 15.9375C5.78125 16.369 6.13102 16.7188 6.5625 16.7188Z",fill:"currentColor",stroke:"none"}],["path",{d:"M1.5625 16.7188C1.99398 16.7188 2.34375 16.369 2.34375 15.9375C2.34375 15.506 1.99398 15.1562 1.5625 15.1562C1.13102 15.1562 0.78125 15.506 0.78125 15.9375C0.78125 16.369 1.13102 16.7188 1.5625 16.7188Z",fill:"currentColor",stroke:"none"}],["path",{d:"M4.0625 14.2188C4.49398 14.2188 4.84375 13.869 4.84375 13.4375C4.84375 13.006 4.49398 12.6562 4.0625 12.6562C3.63102 12.6562 3.28125 13.006 3.28125 13.4375C3.28125 13.869 3.63102 14.2188 4.0625 14.2188Z",fill:"currentColor",stroke:"none"}],["path",{d:"M19.3753 3.125H16.8753L14.3753 5.625M14.3753 5.625L12.6496 15.7273C12.6306 15.8405 12.5808 15.9462 12.5057 16.0329C12.4307 16.1197 12.3332 16.1841 12.2239 16.2191C12.1147 16.2541 11.9979 16.2584 11.8864 16.2315C11.7749 16.2046 11.6729 16.1474 11.5917 16.0664L3.93547 8.41019C3.85445 8.32894 3.79734 8.227 3.7704 8.1155C3.74347 8.004 3.74774 7.88719 3.78276 7.77794C3.81777 7.66869 3.88218 7.57119 3.96892 7.49613C4.05567 7.42106 4.1614 7.37131 4.27453 7.35237L14.3753 5.625Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Ed=o("shrimp",[["path",{d:"M8.75 11.875V6.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.5625 10.1562C12.1666 10.1562 12.6562 9.66656 12.6562 9.0625C12.6562 8.45844 12.1666 7.96875 11.5625 7.96875C10.9584 7.96875 10.4688 8.45844 10.4688 9.0625C10.4688 9.66656 10.9584 10.1562 11.5625 10.1562Z",fill:"currentColor",stroke:"none"}],["path",{d:"M8.75 15V17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.75 1.875C8.75 2.20652 8.88169 2.52446 9.11613 2.75888C9.35056 2.99331 9.6685 3.125 10 3.125H16.5625C16.9769 3.125 17.3743 3.28962 17.6674 3.58264C17.9604 3.87567 18.125 4.2731 18.125 4.6875C18.125 5.1019 17.9604 5.49933 17.6674 5.79236C17.3743 6.08538 16.9769 6.25 16.5625 6.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 15H8.75C8.33563 15 7.93819 14.8354 7.64512 14.5424C7.35212 14.2493 7.1875 13.8519 7.1875 13.4375C7.1875 13.0231 7.35212 12.6257 7.64512 12.3326C7.93819 12.0396 8.33563 11.875 8.75 11.875H11.25C12.7418 11.875 14.1726 11.2824 15.2275 10.2275C16.2824 9.17256 16.875 7.74181 16.875 6.25H7.5C6.00816 6.25 4.57742 6.84262 3.52253 7.8975C2.46763 8.95244 1.875 10.3832 1.875 11.875C1.875 13.3668 2.46763 14.7976 3.52253 15.8525C4.57742 16.9074 6.00816 17.5 7.5 17.5H11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.46875 12.5429L2.15234 10.1257",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.24163 13.8452L3.92285 16.2155",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Od=o("shuffle",[["path",{d:"M2.5 5.625H4.30156C5.09744 5.62498 5.88183 5.81495 6.5895 6.17912C7.29719 6.54331 7.90769 7.07113 8.37031 7.71875L11.6297 12.2812C12.0923 12.9289 12.7028 13.4567 13.4105 13.8209C14.1182 14.1851 14.9026 14.375 15.6984 14.375H18.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 3.75L18.125 5.625L16.25 7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 12.5L18.125 14.375L16.25 16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.5361 7.84925L11.6299 7.71875C12.0925 7.07113 12.703 6.54331 13.4107 6.17912C14.1184 5.81495 14.9028 5.62498 15.6986 5.625H18.1252",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 14.3751H4.30156C5.09744 14.3751 5.88183 14.1851 6.5895 13.821C7.29719 13.4568 7.90769 12.929 8.37031 12.2814L8.46406 12.1509",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Wd=o("shuffle-angular",[["path",{d:"M2.5 5.625H6.875L13.125 14.375H18.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 3.75L18.125 5.625L16.25 7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 12.5L18.125 14.375L16.25 16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.5361 7.84925L13.1252 5.625H18.1252",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 14.3751H6.875L8.46406 12.1509",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Id=o("shuffle-simple",[["path",{d:"M13.125 3.75H16.25V6.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 13.125V16.25H13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 3.75L16.25 16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.7681 8.23206L16.2501 3.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 16.2501L8.23206 11.7681",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Xd=o("sidebar",[["path",{d:"M6.875 3.75V16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.875 3.75H3.125C2.77982 3.75 2.5 4.02982 2.5 4.375V15.625C2.5 15.9702 2.77982 16.25 3.125 16.25H16.875C17.2202 16.25 17.5 15.9702 17.5 15.625V4.375C17.5 4.02982 17.2202 3.75 16.875 3.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 6.25H4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 8.75H4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 11.25H4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Kd=o("sidebar-simple",[["path",{d:"M6.875 3.75V16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.875 3.75H3.125C2.77982 3.75 2.5 4.02982 2.5 4.375V15.625C2.5 15.9702 2.77982 16.25 3.125 16.25H16.875C17.2202 16.25 17.5 15.9702 17.5 15.625V4.375C17.5 4.02982 17.2202 3.75 16.875 3.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Jd=o("sigma",[["path",{d:"M15 5.625V3.75H5L10 10L5 16.25H15V14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Qd=o("signature",[["path",{d:"M1.875 13.75H18.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.875 17.5C1.875 17.5 10.9 2.5 6.08672 2.5C2.50547 2.5 2.46719 17.5867 10 8.13987C10 8.13987 10.6336 11.2211 12.1273 11.25C12.7304 11.2617 13.475 10.7571 14.375 9.375C14.375 9.375 14.375 11.25 18.125 11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Yd=o("sign-in",[["path",{d:"M1.875 10H10.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 6.875L10.625 10L7.5 13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.625 3.125H15.625V16.875H10.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),_d=o("sign-out",[["path",{d:"M8.75 3.125H3.75V16.875H8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.75 10H17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 6.875L17.5 10L14.375 13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),$d=o("signpost",[["path",{d:"M15.6594 11.875H3.125C2.95924 11.875 2.80027 11.8091 2.68306 11.6919C2.56585 11.5747 2.5 11.4157 2.5 11.25V6.25C2.5 6.08424 2.56585 5.92527 2.68306 5.80806C2.80027 5.69085 2.95924 5.625 3.125 5.625H15.6594C15.7469 5.62509 15.8334 5.64356 15.9134 5.67922C15.9933 5.71489 16.0649 5.76695 16.1234 5.83203L18.75 8.75L16.1234 11.668C16.0649 11.7331 15.9933 11.7851 15.9134 11.8208C15.8334 11.8564 15.7469 11.8749 15.6594 11.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 2.5V5.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 11.875V17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),oc=o("sim-card",[["path",{d:"M15.625 17.5H4.375C4.20924 17.5 4.05027 17.4341 3.93306 17.3169C3.81585 17.1997 3.75 17.0407 3.75 16.875V3.125C3.75 2.95924 3.81585 2.80027 3.93306 2.68306C4.05027 2.56585 4.20924 2.5 4.375 2.5H11.875L16.25 6.875V16.875C16.25 17.0407 16.1841 17.1997 16.0669 17.3169C15.9497 17.4341 15.7907 17.5 15.625 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 9.375H6.25V15H13.75V9.375Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.75 11.875V15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 11.875V15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),rc=o("siren",[["path",{d:"M10 1.25V0.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 3.125L16.25 2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 3.125L3.75 2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 13.1249V9.99994C3.74998 9.17512 3.9132 8.3585 4.23027 7.59712C4.54734 6.83569 5.01198 6.14458 5.5974 5.56359C6.18283 4.98259 6.87744 4.52322 7.64125 4.21194C8.40506 3.90067 9.22287 3.74365 10.0477 3.74994C13.4937 3.77572 16.25 6.632 16.25 10.0781V13.1249",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.625 6.25C12.3984 6.54763 13.75 8.14219 13.75 10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.875 13.125H3.125C2.77982 13.125 2.5 13.4048 2.5 13.75V15.625C2.5 15.9702 2.77982 16.25 3.125 16.25H16.875C17.2202 16.25 17.5 15.9702 17.5 15.625V13.75C17.5 13.4048 17.2202 13.125 16.875 13.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),ec=o("sketch-logo",[["path",{d:"M5.625 3.125H14.375L18.75 8.125L10 17.5L1.25 8.125L5.625 3.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 8.125L10 17.5L6.25 8.125L10 3.125L13.75 8.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.25 8.125H18.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),nc=o("skip-back",[["path",{d:"M4.375 3.125V16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.6252 3.74086V16.2596C15.6229 16.3697 15.5917 16.4772 15.5345 16.5713C15.4773 16.6654 15.3963 16.7427 15.2997 16.7954C15.203 16.8482 15.0941 16.8744 14.9841 16.8716C14.874 16.8687 14.7666 16.8368 14.6729 16.7791L4.66427 10.5197C4.57594 10.4649 4.50306 10.3883 4.45253 10.2974C4.40201 10.2065 4.37549 10.1042 4.37549 10.0002C4.37549 9.89625 4.40201 9.79394 4.45253 9.703C4.50306 9.61212 4.57594 9.53562 4.66427 9.48069L14.6729 3.22132C14.7666 3.16363 14.874 3.13174 14.9841 3.12887C15.0941 3.12601 15.203 3.15227 15.2997 3.20499C15.3963 3.25772 15.4773 3.33505 15.5345 3.42914C15.5917 3.52324 15.6229 3.63077 15.6252 3.74086Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),tc=o("skip-back-circle",[["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 10L12.5 6.875V13.125L7.5 10Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 6.875V13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),sc=o("skip-forward",[["path",{d:"M15.625 3.125V16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 3.74086V16.2596C4.37726 16.3697 4.40855 16.4772 4.46572 16.5713C4.52289 16.6654 4.6039 16.7427 4.70056 16.7954C4.79721 16.8482 4.90608 16.8744 5.01614 16.8716C5.12621 16.8687 5.23356 16.8368 5.32734 16.7791L15.3359 10.5197C15.4243 10.4649 15.4971 10.3883 15.5477 10.2974C15.5982 10.2065 15.6247 10.1042 15.6247 10.0002C15.6247 9.89625 15.5982 9.79394 15.5477 9.703C15.4971 9.61212 15.4243 9.53562 15.3359 9.48069L5.32734 3.22132C5.23356 3.16363 5.12621 3.13174 5.01614 3.12887C4.90608 3.12601 4.79721 3.15227 4.70056 3.20499C4.6039 3.25772 4.52289 3.33505 4.46572 3.42914C4.40855 3.52324 4.37726 3.63077 4.375 3.74086Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),ic=o("skip-forward-circle",[["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 10L7.5 6.875V13.125L12.5 10Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 6.875V13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Cc=o("skull",[["path",{d:"M7.1875 11.875C8.05044 11.875 8.75 11.1754 8.75 10.3125C8.75 9.44956 8.05044 8.75 7.1875 8.75C6.32456 8.75 5.625 9.44956 5.625 10.3125C5.625 11.1754 6.32456 11.875 7.1875 11.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.8125 11.875C13.6754 11.875 14.375 11.1754 14.375 10.3125C14.375 9.44956 13.6754 8.75 12.8125 8.75C11.9496 8.75 11.25 9.44956 11.25 10.3125C11.25 11.1754 11.9496 11.875 12.8125 11.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.75 17.5V15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 17.5V15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 16.875C13.75 17.0407 13.6841 17.1997 13.5669 17.3169C13.4497 17.4341 13.2907 17.5 13.125 17.5H6.875C6.70925 17.5 6.55025 17.4341 6.43306 17.3169C6.31588 17.1997 6.25 17.0407 6.25 16.875V15.2883C4.00859 14.0453 2.5 11.7226 2.5 9.0625C2.5 5.09297 5.85938 1.875 10 1.875C14.1406 1.875 17.5 5.09297 17.5 9.0625C17.5 11.7226 15.9914 14.0453 13.75 15.2883V16.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),uc=o("skype-logo",[["path",{d:"M7.5 11.8752C7.5 12.9104 8.6195 13.7502 10 13.7502C11.3805 13.7502 12.5 12.9104 12.5 11.8752C12.5 9.37524 7.63906 10.3127 7.63906 8.12524C7.63906 7.09012 8.6195 6.25024 10 6.25024C11.0351 6.25024 11.8461 6.71899 12.1875 7.39556",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.7185 11.4604C17.2735 12.1822 17.5468 13.0811 17.4877 13.9896C17.4287 14.8981 17.041 15.7541 16.3973 16.3978C15.7535 17.0416 14.8976 17.4291 13.9891 17.4882C13.0807 17.5473 12.1817 17.2739 11.4599 16.719C10.3352 16.9622 9.16735 16.9193 8.06341 16.5944C6.95947 16.2694 5.95465 15.6728 5.14093 14.8591C4.32722 14.0454 3.7306 13.0406 3.40567 11.9366C3.08074 10.8327 3.03789 9.66487 3.28103 8.54012C2.72612 7.81837 2.45272 6.91944 2.51182 6.01094C2.57093 5.10245 2.95851 4.2465 3.60226 3.60275C4.24601 2.959 5.10197 2.57142 6.01045 2.51231C6.91891 2.4532 7.81791 2.72661 8.5396 3.28152C9.66441 3.03838 10.8322 3.08123 11.9362 3.40616C13.0401 3.73109 14.0449 4.32771 14.8586 5.14143C15.6723 5.95514 16.269 6.95994 16.5939 8.06387C16.9188 9.16781 16.9617 10.3356 16.7185 11.4604Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),kc=o("slack-logo",[["path",{d:"M10 8.125V10H4.375C3.87772 10 3.40081 9.80244 3.04918 9.45081C2.69754 9.09919 2.5 8.62225 2.5 8.125C2.5 7.62775 2.69754 7.15081 3.04918 6.79919C3.40081 6.44756 3.87772 6.25 4.375 6.25H8.125C8.62225 6.25 9.09919 6.44756 9.45081 6.79919C9.80244 7.15081 10 7.62775 10 8.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 6.25H8.125C7.62775 6.25 7.15081 6.05246 6.79919 5.70082C6.44756 5.34919 6.25 4.87228 6.25 4.375C6.25 3.87772 6.44756 3.40081 6.79919 3.04918C7.15081 2.69754 7.62775 2.5 8.125 2.5C8.62225 2.5 9.09919 2.69754 9.45081 3.04918C9.80244 3.40081 10 3.87772 10 4.375V6.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 10H10V4.375C10 3.87772 10.1976 3.40081 10.5492 3.04918C10.9008 2.69754 11.3778 2.5 11.875 2.5C12.3722 2.5 12.8492 2.69754 13.2008 3.04918C13.5524 3.40081 13.75 3.87772 13.75 4.375V8.125C13.75 8.62225 13.5524 9.09919 13.2008 9.45081C12.8492 9.80244 12.3722 10 11.875 10Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 10V8.125C13.75 7.62775 13.9476 7.15081 14.2992 6.79919C14.6508 6.44756 15.1278 6.25 15.625 6.25C16.1222 6.25 16.5992 6.44756 16.9508 6.79919C17.3024 7.15081 17.5 7.62775 17.5 8.125C17.5 8.62225 17.3024 9.09919 16.9508 9.45081C16.5992 9.80244 16.1222 10 15.625 10H13.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 11.875V10H15.625C16.1222 10 16.5992 10.1976 16.9508 10.5492C17.3024 10.9008 17.5 11.3778 17.5 11.875C17.5 12.3722 17.3024 12.8492 16.9508 13.2008C16.5992 13.5524 16.1222 13.75 15.625 13.75H11.875C11.3778 13.75 10.9008 13.5524 10.5492 13.2008C10.1976 12.8492 10 12.3722 10 11.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 13.75H11.875C12.3722 13.75 12.8492 13.9476 13.2008 14.2992C13.5524 14.6508 13.75 15.1278 13.75 15.625C13.75 16.1222 13.5524 16.5992 13.2008 16.9508C12.8492 17.3024 12.3722 17.5 11.875 17.5C11.3778 17.5 10.9008 17.3024 10.5492 16.9508C10.1976 16.5992 10 16.1222 10 15.625V13.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 10H10V15.625C10 16.1222 9.80244 16.5992 9.45081 16.9508C9.09919 17.3024 8.62225 17.5 8.125 17.5C7.62775 17.5 7.15081 17.3024 6.79919 16.9508C6.44756 16.5992 6.25 16.1222 6.25 15.625V11.875C6.25 11.3778 6.44756 10.9008 6.79919 10.5492C7.15081 10.1976 7.62775 10 8.125 10Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 10V11.875C6.25 12.3722 6.05246 12.8492 5.70082 13.2008C5.34919 13.5524 4.87228 13.75 4.375 13.75C3.87772 13.75 3.40081 13.5524 3.04918 13.2008C2.69754 12.8492 2.5 12.3722 2.5 11.875C2.5 11.3778 2.69754 10.9008 3.04918 10.5492C3.40081 10.1976 3.87772 10 4.375 10H6.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),ac=o("sliders",[["path",{d:"M4.375 12.5C5.41053 12.5 6.25 11.6606 6.25 10.625C6.25 9.58944 5.41053 8.75 4.375 8.75C3.33947 8.75 2.5 9.58944 2.5 10.625C2.5 11.6606 3.33947 12.5 4.375 12.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 8.75C11.0356 8.75 11.875 7.91056 11.875 6.875C11.875 5.83947 11.0356 5 10 5C8.96444 5 8.125 5.83947 8.125 6.875C8.125 7.91056 8.96444 8.75 10 8.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 15C16.6606 15 17.5 14.1606 17.5 13.125C17.5 12.0894 16.6606 11.25 15.625 11.25C14.5894 11.25 13.75 12.0894 13.75 13.125C13.75 14.1606 14.5894 15 15.625 15Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 3.125V8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 3.125V11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 3.125V5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 12.5V16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 15V16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 8.75V16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),dc=o("sliders-horizontal",[["path",{d:"M8.125 8.125C9.16056 8.125 10 7.28556 10 6.25C10 5.21447 9.16056 4.375 8.125 4.375C7.08944 4.375 6.25 5.21447 6.25 6.25C6.25 7.28556 7.08944 8.125 8.125 8.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 15.625C14.1606 15.625 15 14.7856 15 13.75C15 12.7144 14.1606 11.875 13.125 11.875C12.0894 11.875 11.25 12.7144 11.25 13.75C11.25 14.7856 12.0894 15.625 13.125 15.625Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 6.25H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 6.25H6.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15 13.75H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 13.75H11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),cc=o("slideshow",[["path",{d:"M15 4.375H5C4.65482 4.375 4.375 4.65482 4.375 5V15C4.375 15.3452 4.65482 15.625 5 15.625H15C15.3452 15.625 15.625 15.3452 15.625 15V5C15.625 4.65482 15.3452 4.375 15 4.375Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M18.125 4.375V15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.875 4.375V15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Lc=o("smiley",[["path",{d:"M13.125 11.875C12.4766 12.9961 11.3883 13.75 10 13.75C8.61169 13.75 7.52344 12.9961 6.875 11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.1875 9.53125C7.79156 9.53125 8.28125 9.04156 8.28125 8.4375C8.28125 7.83344 7.79156 7.34375 7.1875 7.34375C6.58344 7.34375 6.09375 7.83344 6.09375 8.4375C6.09375 9.04156 6.58344 9.53125 7.1875 9.53125Z",fill:"currentColor",stroke:"none"}],["path",{d:"M12.8125 9.53125C13.4166 9.53125 13.9062 9.04156 13.9062 8.4375C13.9062 7.83344 13.4166 7.34375 12.8125 7.34375C12.2084 7.34375 11.7188 7.83344 11.7188 8.4375C11.7188 9.04156 12.2084 9.53125 12.8125 9.53125Z",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),pc=o("smiley-angry",[["path",{d:"M7.1875 12.0312C7.79156 12.0312 8.28125 11.5416 8.28125 10.9375C8.28125 10.3334 7.79156 9.84375 7.1875 9.84375C6.58344 9.84375 6.09375 10.3334 6.09375 10.9375C6.09375 11.5416 6.58344 12.0312 7.1875 12.0312Z",fill:"currentColor",stroke:"none"}],["path",{d:"M12.8125 12.0312C13.4166 12.0312 13.9062 11.5416 13.9062 10.9375C13.9062 10.3334 13.4166 9.84375 12.8125 9.84375C12.2084 9.84375 11.7188 10.3334 11.7188 10.9375C11.7188 11.5416 12.2084 12.0312 12.8125 12.0312Z",fill:"currentColor",stroke:"none"}],["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 6.875L10 9.375L13.75 6.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 14.375C8.71875 13.9804 9.23356 13.75 10 13.75C10.7664 13.75 11.2813 13.9804 11.875 14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),lc=o("smiley-blank",[["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.1875 9.53125C7.79156 9.53125 8.28125 9.04156 8.28125 8.4375C8.28125 7.83344 7.79156 7.34375 7.1875 7.34375C6.58344 7.34375 6.09375 7.83344 6.09375 8.4375C6.09375 9.04156 6.58344 9.53125 7.1875 9.53125Z",fill:"currentColor",stroke:"none"}],["path",{d:"M12.8125 9.53125C13.4166 9.53125 13.9062 9.04156 13.9062 8.4375C13.9062 7.83344 13.4166 7.34375 12.8125 7.34375C12.2084 7.34375 11.7188 7.83344 11.7188 8.4375C11.7188 9.04156 12.2084 9.53125 12.8125 9.53125Z",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),hc=o("smiley-meh",[["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 12.5H13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.1875 9.53125C7.79156 9.53125 8.28125 9.04156 8.28125 8.4375C8.28125 7.83344 7.79156 7.34375 7.1875 7.34375C6.58344 7.34375 6.09375 7.83344 6.09375 8.4375C6.09375 9.04156 6.58344 9.53125 7.1875 9.53125Z",fill:"currentColor",stroke:"none"}],["path",{d:"M12.8125 9.53125C13.4166 9.53125 13.9062 9.04156 13.9062 8.4375C13.9062 7.83344 13.4166 7.34375 12.8125 7.34375C12.2084 7.34375 11.7188 7.83344 11.7188 8.4375C11.7188 9.04156 12.2084 9.53125 12.8125 9.53125Z",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Mc=o("smiley-melting",[["path",{d:"M12.8125 12.0312C13.4166 12.0312 13.9062 11.5416 13.9062 10.9375C13.9062 10.3334 13.4166 9.84375 12.8125 9.84375C12.2084 9.84375 11.7188 10.3334 11.7188 10.9375C11.7188 11.5416 12.2084 12.0312 12.8125 12.0312Z",fill:"currentColor",stroke:"none"}],["path",{d:"M9.0625 8.28125C9.66656 8.28125 10.1562 7.79156 10.1562 7.1875C10.1562 6.58344 9.66656 6.09375 9.0625 6.09375C8.45844 6.09375 7.96875 6.58344 7.96875 7.1875C7.96875 7.79156 8.45844 8.28125 9.0625 8.28125Z",fill:"currentColor",stroke:"none"}],["path",{d:"M4.40914 14.9998C3.14176 13.5873 2.45914 11.7456 2.49976 9.84825C2.57789 5.82637 5.87086 2.55684 9.89276 2.4998C11.3497 2.47879 12.7813 2.88264 14.0124 3.66199C15.2436 4.44135 16.2211 5.56247 16.8254 6.88832C17.4298 8.21419 17.6348 9.68744 17.4154 11.1279C17.1961 12.5684 16.5619 13.9139 15.5904 14.9998",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 18.75C7.1685 18.75 6.85056 18.6183 6.61613 18.3839C6.38169 18.1494 6.25 17.8315 6.25 17.5C6.25 17.1685 6.38169 16.8506 6.61613 16.6161C6.85056 16.3817 7.1685 16.25 7.5 16.25H11.875C12.2065 16.25 12.5244 16.1183 12.7589 15.8839C12.9933 15.6494 13.125 15.3315 13.125 15C13.125 14.6685 12.9933 14.3506 12.7589 14.1161C12.5244 13.8817 12.2065 13.75 11.875 13.75H10.625C8.55387 13.75 6.25 12.0711 6.25 10C6.25006 9.79062 6.26731 9.58156 6.30156 9.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),jc=o("smiley-nervous",[["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.1875 9.53125C7.79156 9.53125 8.28125 9.04156 8.28125 8.4375C8.28125 7.83344 7.79156 7.34375 7.1875 7.34375C6.58344 7.34375 6.09375 7.83344 6.09375 8.4375C6.09375 9.04156 6.58344 9.53125 7.1875 9.53125Z",fill:"currentColor",stroke:"none"}],["path",{d:"M12.8125 9.53125C13.4166 9.53125 13.9062 9.04156 13.9062 8.4375C13.9062 7.83344 13.4166 7.34375 12.8125 7.34375C12.2084 7.34375 11.7188 7.83344 11.7188 8.4375C11.7188 9.04156 12.2084 9.53125 12.8125 9.53125Z",fill:"currentColor",stroke:"none"}],["path",{d:"M6.25 13.125C7.1875 13.125 7.1875 11.875 8.125 11.875C9.0625 11.875 9.0625 13.125 10 13.125C10.9375 13.125 10.9375 11.875 11.875 11.875C12.8125 11.875 12.8125 13.125 13.75 13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Hc=o("smiley-sad",[["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.1875 9.53125C7.79156 9.53125 8.28125 9.04156 8.28125 8.4375C8.28125 7.83344 7.79156 7.34375 7.1875 7.34375C6.58344 7.34375 6.09375 7.83344 6.09375 8.4375C6.09375 9.04156 6.58344 9.53125 7.1875 9.53125Z",fill:"currentColor",stroke:"none"}],["path",{d:"M12.8125 9.53125C13.4166 9.53125 13.9062 9.04156 13.9062 8.4375C13.9062 7.83344 13.4166 7.34375 12.8125 7.34375C12.2084 7.34375 11.7188 7.83344 11.7188 8.4375C11.7188 9.04156 12.2084 9.53125 12.8125 9.53125Z",fill:"currentColor",stroke:"none"}],["path",{d:"M13.125 13.75C12.4766 12.6289 11.3883 11.875 10 11.875C8.61169 11.875 7.52344 12.6289 6.875 13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Bc=o("smiley-sticker",[["path",{d:"M12.2046 17.1709C10.6059 17.6613 8.88919 17.6026 7.32762 17.0044C5.76609 16.4063 4.44955 15.3029 3.58762 13.8699C2.72569 12.437 2.3679 10.7569 2.57123 9.09706C2.77455 7.43731 3.5273 5.89323 4.70963 4.71071C5.89196 3.5282 7.43594 2.7752 9.09569 2.57161C10.7554 2.36803 12.4356 2.72555 13.8687 3.58726C15.3017 4.44896 16.4054 5.76533 17.0038 7.32675C17.6022 8.88819 17.6611 10.605 17.1711 12.2038L12.2046 17.1709Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.1875 9.53125C7.79156 9.53125 8.28125 9.04156 8.28125 8.4375C8.28125 7.83344 7.79156 7.34375 7.1875 7.34375C6.58344 7.34375 6.09375 7.83344 6.09375 8.4375C6.09375 9.04156 6.58344 9.53125 7.1875 9.53125Z",fill:"currentColor",stroke:"none"}],["path",{d:"M12.8125 9.53125C13.4166 9.53125 13.9062 9.04156 13.9062 8.4375C13.9062 7.83344 13.4166 7.34375 12.8125 7.34375C12.2084 7.34375 11.7188 7.83344 11.7188 8.4375C11.7188 9.04156 12.2084 9.53125 12.8125 9.53125Z",fill:"currentColor",stroke:"none"}],["path",{d:"M13.125 11.875C12.4766 12.9961 11.3883 13.75 10 13.75C8.61169 13.75 7.52344 12.9961 6.875 11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Vc=o("smiley-wink",[["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.1875 9.53125C7.79156 9.53125 8.28125 9.04156 8.28125 8.4375C8.28125 7.83344 7.79156 7.34375 7.1875 7.34375C6.58344 7.34375 6.09375 7.83344 6.09375 8.4375C6.09375 9.04156 6.58344 9.53125 7.1875 9.53125Z",fill:"currentColor",stroke:"none"}],["path",{d:"M11.875 8.4375H13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 11.875C12.4766 12.9961 11.3883 13.75 10 13.75C8.61169 13.75 7.52344 12.9961 6.875 11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),wc=o("smiley-x-eyes",[["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 7.5L11.875 10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 10L11.875 7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 7.5L5.625 10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 10L5.625 7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 15.1562C10.6041 15.1562 11.0938 14.6666 11.0938 14.0625C11.0938 13.4584 10.6041 12.9688 10 12.9688C9.39594 12.9688 8.90625 13.4584 8.90625 14.0625C8.90625 14.6666 9.39594 15.1562 10 15.1562Z",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),bc=o("snapchat-logo",[["path",{d:"M13.1071 17.4561C12.1633 17.6976 11.0196 16.8655 10 16.8655C8.98044 16.8655 7.83675 17.6976 6.893 17.4561C5.91641 17.2061 5.44531 15.6835 4.58281 15.2093C3.70703 14.7273 1.97344 15.046 1.25 14.3671C1.25 14.3671 5.625 12.8046 5.625 6.24756C5.625 5.08724 6.08594 3.97444 6.90644 3.15397C7.72687 2.3335 8.83969 1.87256 10 1.87256C11.1603 1.87256 12.2731 2.3335 13.0936 3.15397C13.9141 3.97444 14.375 5.08724 14.375 6.24756C14.375 12.8014 18.75 14.3671 18.75 14.3671C18.0266 15.046 16.2929 14.7273 15.4172 15.2093C14.5547 15.6835 14.0836 17.2061 13.1071 17.4561Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.18047 9.57263L3.125 8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.8193 9.57263L16.8748 8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Sc=o("sneaker",[["path",{d:"M2.5 15.0003C2.5 15.166 2.56585 15.325 2.68306 15.4422C2.80027 15.5594 2.95925 15.6253 3.125 15.6253H18.75C18.9158 15.6253 19.0748 15.5594 19.1919 15.4422C19.3091 15.325 19.375 15.166 19.375 15.0003V13.0518C19.3749 12.5273 19.2098 12.0159 18.9029 11.5904C18.5962 11.1649 18.1633 10.8466 17.6656 10.6808L12.9211 9.09869C12.5916 8.98881 12.2885 8.8115 12.0313 8.57794C11.7741 8.34444 11.5684 8.05988 11.4274 7.74244L9.60938 3.49636C9.54513 3.35255 9.429 3.23828 9.28413 3.17643C9.13931 3.11458 8.97644 3.1097 8.82813 3.16276L2.91172 5.31276C2.79083 5.35666 2.68641 5.43678 2.61273 5.5422C2.53905 5.64762 2.49968 5.77321 2.5 5.90183V15.0003Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 13.125H19.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.375 8.12445L11.293 7.42676",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 6.24966L10.4304 5.41138",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.625 10.0004L13.0164 9.13086",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),vc=o("sneaker-move",[["path",{d:"M13.1249 6.25C11.9646 6.25 10.8518 5.78906 10.0313 4.96859C9.21081 4.14812 8.74987 3.03533 8.74987 1.875L2.73427 6.43831C2.66622 6.49338 2.61049 6.56212 2.57071 6.64012C2.53092 6.71812 2.50796 6.80356 2.50332 6.891C2.49868 6.97844 2.51246 7.06588 2.54377 7.14763C2.57508 7.22938 2.62321 7.30362 2.68506 7.36562L11.5671 16.25H17.4999C17.6657 16.25 17.8246 16.1841 17.9418 16.0669C18.0591 15.9497 18.1249 15.7907 18.1249 15.625V14.1359C18.1248 14.0199 18.0925 13.9063 18.0315 13.8076C17.9706 13.709 17.8833 13.6292 17.7796 13.5773L15.5467 12.4594C14.8194 12.0965 14.2075 11.5381 13.7797 10.8469C13.3519 10.1557 13.1252 9.359 13.1249 8.54606V6.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.60231 8.75012L4.1875 5.33447",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 13.75H5.53125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 16.25H8.03125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),xc=o("snowflake",[["path",{d:"M10 5V15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 3.125L10 5L11.875 3.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 16.875L10 15L11.875 16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.66943 7.5L14.3303 12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 8.125L5.66953 7.5L5 5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.0001 15L14.3306 12.5L16.8751 11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.66943 12.5L14.3303 7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5 15L5.66953 12.5L3.125 11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.8751 8.125L14.3306 7.5L15.0001 5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),gc=o("soccer-ball",[["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 6.875L6.875 9.02344L8.06875 12.5H11.9313L13.125 9.02344L10 6.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 5V6.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.09131 8.44458L6.87491 9.02352",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.96631 14.0172L8.06868 12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.0335 14.0172L11.9312 12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.9086 8.44458L13.125 9.02352",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.832 3.05298L9.99997 4.99985L7.16797 3.05298",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.4882 10.4236L14.9077 8.44387L15.8413 5.29541",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.15859 5.29541L5.09141 8.44387L2.51172 10.4236",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.8853 17.2611L13.0337 14.0173H16.3345",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.66553 14.0173H6.96628L8.11472 17.2611",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Zc=o("sock",[["path",{d:"M15.6249 2.5V11.357C15.6249 11.5213 15.5926 11.6839 15.5297 11.8357C15.4668 11.9874 15.3746 12.1253 15.2584 12.2414L9.91469 17.5851C9.16869 18.3309 8.15706 18.7499 7.10219 18.7499C6.04737 18.7499 5.03571 18.3309 4.28971 17.5851C3.54394 16.8391 3.125 15.8275 3.125 14.7726C3.125 13.7178 3.54394 12.7062 4.28971 11.9601L7.49987 8.75V2.5C7.49987 2.33424 7.56569 2.17527 7.68294 2.05806C7.80012 1.94085 7.95912 1.875 8.12487 1.875H14.9999C15.1656 1.875 15.3246 1.94085 15.4418 2.05806C15.559 2.17527 15.6249 2.33424 15.6249 2.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 4.375H7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.6252 8.75C14.9212 8.74988 14.2312 8.94794 13.6344 9.32163C13.0377 9.69525 12.5582 10.2294 12.2507 10.8628C11.9434 11.4963 11.8205 12.2035 11.8963 12.9035C11.9721 13.6035 12.2434 14.2681 12.6792 14.8211",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),mc=o("solar-panel",[["path",{d:"M3.125 8.125H4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.13818 3.26294L6.02256 4.14731",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 1.25V2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.8619 3.26294L13.9775 4.14731",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.875 8.125H15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 8.125C6.875 7.29619 7.20425 6.50131 7.79031 5.91529C8.37631 5.32924 9.17119 5 10 5C10.8288 5 11.6237 5.32924 12.2097 5.91529C12.7957 6.50131 13.125 7.29619 13.125 8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.875 16.875L5.05469 11.25H14.9453L18.125 16.875H1.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.64111 13.75H16.3583",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.9023 11.25L13.125 16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 16.875L8.09769 11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),fc=o("solar-roof",[["path",{d:"M18.75 10H7.5L4.375 3.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 10L8.125 3.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 3.75L15 10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 10V15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M18.75 10V14.375C18.75 14.5407 18.6841 14.6997 18.5669 14.8169C18.4497 14.9341 18.2907 15 18.125 15H1.875C1.70924 15 1.55027 14.9341 1.43306 14.8169C1.31585 14.6997 1.25 14.5407 1.25 14.375V10L4.375 3.75H15.625L18.75 10Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.9375 6.875H17.1875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),yc=o("sort-ascending",[["path",{d:"M3.75 10H9.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 5H14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 15H8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 13.125L14.375 16.25L17.5 13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 16.25V8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Pc=o("sort-descending",[["path",{d:"M3.75 10H9.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 5H8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 15H14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 6.875L14.375 3.75L17.5 6.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 3.75V11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Tc=o("soundcloud-logo",[["path",{d:"M1.25 9.375V13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 7.5V15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 6.875V15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.75 4.375V15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 15H16.25C17.0274 15.0006 17.777 14.7116 18.3527 14.1891C18.9283 13.6668 19.2886 12.9486 19.3632 12.1748C19.4378 11.4011 19.2212 10.6272 18.756 10.0046C18.2907 9.38181 17.6101 8.95488 16.8469 8.80706C16.7062 7.42056 16.0558 6.13564 15.0217 5.20134C13.9877 4.26703 12.6436 3.74984 11.25 3.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Ac=o("spade",[["path",{d:"M10 1.875C10 1.875 2.5 5.625 2.5 10.625C2.49992 11.3449 2.70709 12.0497 3.09676 12.6551C3.48643 13.2605 4.04214 13.7409 4.69749 14.0389C5.35286 14.337 6.08016 14.4401 6.79256 14.336C7.50494 14.2318 8.17225 13.9248 8.71487 13.4516L7.5 17.5H12.5L11.2851 13.4516C11.8278 13.9248 12.4951 14.2318 13.2074 14.336C13.9198 14.4401 14.6471 14.337 15.3025 14.0389C15.9579 13.7409 16.5136 13.2605 16.9033 12.6551C17.2929 12.0497 17.5001 11.3449 17.5 10.625C17.5 5.625 10 1.875 10 1.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Fc=o("sparkle",[["path",{d:"M6.58336 13.4164L2.27949 11.8305C2.16081 11.7867 2.05842 11.7076 1.98609 11.6038C1.91377 11.5 1.875 11.3766 1.875 11.2501C1.875 11.1236 1.91377 11.0001 1.98609 10.8963C2.05842 10.7925 2.16081 10.7134 2.27949 10.6696L6.58336 9.08363L8.16936 4.77973C8.21311 4.66106 8.29224 4.55866 8.39605 4.48634C8.49986 4.41402 8.6233 4.37524 8.7498 4.37524C8.8763 4.37524 8.99974 4.41402 9.10355 4.48634C9.20736 4.55866 9.28649 4.66106 9.3303 4.77973L10.9162 9.08363L15.2201 10.6696C15.3388 10.7134 15.4412 10.7925 15.5135 10.8963C15.5858 11.0001 15.6246 11.1236 15.6246 11.2501C15.6246 11.3766 15.5858 11.5 15.5135 11.6038C15.4412 11.7076 15.3388 11.7867 15.2201 11.8305L10.9162 13.4164L9.3303 17.7204C9.28649 17.8391 9.20736 17.9414 9.10355 18.0138C8.99974 18.0861 8.8763 18.1249 8.7498 18.1249C8.6233 18.1249 8.49986 18.0861 8.39605 18.0138C8.29224 17.9414 8.21311 17.8391 8.16936 17.7204L6.58336 13.4164Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 1.25V5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.5 5.625V8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 3.125H15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 6.875H18.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Dc=o("speaker-hifi",[["path",{d:"M15.625 16.875V3.125C15.625 2.77982 15.3452 2.5 15 2.5H5C4.65482 2.5 4.375 2.77982 4.375 3.125V16.875C4.375 17.2202 4.65482 17.5 5 17.5H15C15.3452 17.5 15.625 17.2202 15.625 16.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 7.03125C10.6041 7.03125 11.0938 6.54156 11.0938 5.9375C11.0938 5.33344 10.6041 4.84375 10 4.84375C9.39594 4.84375 8.90625 5.33344 8.90625 5.9375C8.90625 6.54156 9.39594 7.03125 10 7.03125Z",fill:"currentColor",stroke:"none"}],["path",{d:"M10 14.375C11.3807 14.375 12.5 13.2557 12.5 11.875C12.5 10.4943 11.3807 9.375 10 9.375C8.61931 9.375 7.5 10.4943 7.5 11.875C7.5 13.2557 8.61931 14.375 10 14.375Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),qc=o("speaker-high",[["path",{d:"M6.25 13.125H2.5C2.33424 13.125 2.17527 13.0591 2.05806 12.9419C1.94085 12.8247 1.875 12.6657 1.875 12.5V7.5C1.875 7.33425 1.94085 7.17525 2.05806 7.05806C2.17527 6.94088 2.33424 6.875 2.5 6.875H6.25L11.875 2.5V17.5L6.25 13.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 6.875V13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15 8.34766C15.4021 8.80422 15.6239 9.39166 15.6239 10C15.6239 10.6083 15.4021 11.1958 15 11.6523",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.3179 6.25C18.2403 7.28131 18.7502 8.61638 18.7502 10C18.7502 11.3836 18.2403 12.7187 17.3179 13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Rc=o("speaker-low",[["path",{d:"M6.25 13.125H2.5C2.33424 13.125 2.17527 13.0591 2.05806 12.9419C1.94085 12.8247 1.875 12.6657 1.875 12.5V7.5C1.875 7.33425 1.94085 7.17525 2.05806 7.05806C2.17527 6.94088 2.33424 6.875 2.5 6.875H6.25L11.875 2.5V17.5L6.25 13.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 6.875V13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15 8.34766C15.4021 8.80422 15.6239 9.39166 15.6239 10C15.6239 10.6083 15.4021 11.1958 15 11.6523",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Uc=o("speaker-none",[["path",{d:"M6.25 13.125H2.5C2.33424 13.125 2.17527 13.0591 2.05806 12.9419C1.94085 12.8247 1.875 12.6657 1.875 12.5V7.5C1.875 7.33425 1.94085 7.17525 2.05806 7.05806C2.17527 6.94088 2.33424 6.875 2.5 6.875H6.25L11.875 2.5V17.5L6.25 13.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.24902 6.875V13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Nc=o("speaker-simple-high",[["path",{d:"M6.875 13.125H3.125C2.95924 13.125 2.80027 13.0591 2.68306 12.9419C2.56585 12.8247 2.5 12.6657 2.5 12.5V7.5C2.5 7.33425 2.56585 7.17525 2.68306 7.05806C2.80027 6.94088 2.95924 6.875 3.125 6.875H6.875L12.5 2.5V17.5L6.875 13.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 8.125V11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M18.125 6.875V13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Gc=o("speaker-simple-low",[["path",{d:"M6.875 13.125H3.125C2.95924 13.125 2.80027 13.0591 2.68306 12.9419C2.56585 12.8247 2.5 12.6657 2.5 12.5V7.5C2.5 7.33425 2.56585 7.17525 2.68306 7.05806C2.80027 6.94088 2.95924 6.875 3.125 6.875H6.875L12.5 2.5V17.5L6.875 13.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 8.125V11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),zc=o("speaker-simple-none",[["path",{d:"M6.875 13.125H3.125C2.95924 13.125 2.80027 13.0591 2.68306 12.9419C2.56585 12.8247 2.5 12.6657 2.5 12.5V7.5C2.5 7.33425 2.56585 7.17525 2.68306 7.05806C2.80027 6.94088 2.95924 6.875 3.125 6.875H6.875L12.5 2.5V17.5L6.875 13.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Ec=o("speaker-simple-slash",[["path",{d:"M15.625 8.125V11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M18.125 6.875V13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 3.125L16.875 16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.38672 4.92109L12.5 2.5V8.34612",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 12.0625V17.5L6.875 13.125H3.125C2.95924 13.125 2.80027 13.0591 2.68306 12.9419C2.56585 12.8247 2.5 12.6657 2.5 12.5V7.5C2.5 7.33425 2.56585 7.17525 2.68306 7.05806C2.80027 6.94088 2.95924 6.875 3.125 6.875H7.78437",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Oc=o("speaker-simple-x",[["path",{d:"M6.875 13.125H3.125C2.95924 13.125 2.80027 13.0591 2.68306 12.9419C2.56585 12.8247 2.5 12.6657 2.5 12.5V7.5C2.5 7.33425 2.56585 7.17525 2.68306 7.05806C2.80027 6.94088 2.95924 6.875 3.125 6.875H6.875L12.5 2.5V17.5L6.875 13.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M19.375 8.125L15.625 11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M19.375 11.875L15.625 8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Wc=o("speaker-slash",[["path",{d:"M3.75 3.125L16.25 16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 6.875V13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15 8.34912C15.4021 8.80562 15.6239 9.39312 15.6239 10.0014C15.6239 10.6098 15.4021 11.1973 15 11.6538",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 12.0627V17.5002L6.25 13.1252H2.5C2.33424 13.1252 2.17527 13.0594 2.05806 12.9422C1.94085 12.825 1.875 12.666 1.875 12.5002V7.50024C1.875 7.33449 1.94085 7.17549 2.05806 7.05831C2.17527 6.94106 2.33424 6.87524 2.5 6.87524H6.25L6.78281 6.46118",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.76172 4.92109L11.875 2.5V8.34612",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.3179 6.25C18.2403 7.28131 18.7502 8.61638 18.7502 10C18.7502 11.3836 18.2403 12.7187 17.3179 13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Ic=o("speaker-x",[["path",{d:"M6.25 13.125H2.5C2.33424 13.125 2.17527 13.0591 2.05806 12.9419C1.94085 12.8247 1.875 12.6657 1.875 12.5V7.5C1.875 7.33425 1.94085 7.17525 2.05806 7.05806C2.17527 6.94088 2.33424 6.875 2.5 6.875H6.25L11.875 2.5V17.5L6.25 13.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M18.75 8.125L15 11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M18.75 11.875L15 8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.24902 6.875V13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Xc=o("speedometer",[["path",{d:"M9.375 12.5L16.875 5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.40937 12.4999C4.38648 12.2924 4.37501 12.0837 4.375 11.8749C4.37576 10.9822 4.58879 10.1025 4.99653 9.30837C5.40426 8.51425 5.99499 7.82843 6.72 7.30756C7.445 6.78675 8.28344 6.44575 9.16619 6.31281C10.0489 6.17983 10.9506 6.25868 11.7969 6.54287",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.2358 8.17531C17.7369 9.15862 18.0333 10.2334 18.1068 11.3346C18.1804 12.4357 18.0297 13.5404 17.6639 14.5816C17.6211 14.7043 17.5412 14.8107 17.4353 14.8859C17.3293 14.9611 17.2024 15.0013 17.0724 15.0011H2.92637C2.79617 15.0006 2.66935 14.9596 2.56342 14.8839C2.45749 14.8082 2.37766 14.7014 2.33496 14.5784C2.02249 13.6899 1.86679 12.7539 1.87481 11.8121C1.90918 7.34406 5.60371 3.71048 10.0779 3.75032C11.339 3.76044 12.5803 4.06488 13.7029 4.63939",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Kc=o("sphere",[["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 2.5C11.3805 2.5 12.5 5.85938 12.5 10C12.5 14.1406 11.3805 17.5 10 17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.5 10C17.5 11.3805 14.1406 12.5 10 12.5C5.85938 12.5 2.5 11.3805 2.5 10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Jc=o("spinner",[["path",{d:"M10 2.5V5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.3032 4.69727L13.5352 6.46525",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.5 10H15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.3032 15.3032L13.5352 13.5352",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 17.5V15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.69678 15.3032L6.46472 13.5352",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 10H5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.69678 4.69727L6.46472 6.46525",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Qc=o("spinner-ball",[["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 10.1258C8.63675 5.46251 11.3633 14.5375 17.5 9.87424",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.8594 16.4322C6.75003 13.4501 13.2485 6.55013 6.14062 3.56812",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.6408 3.44116C14.6095 11.0881 5.3908 8.9115 6.35954 16.5622",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Yc=o("spinner-gap",[["path",{d:"M10 2.5V5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.5 10H15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.3032 15.3032L13.5352 13.5352",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 17.5V15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.69678 15.3032L6.46472 13.5352",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 10H5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.69678 4.69727L6.46472 6.46525",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),_c=o("spiral",[["path",{d:"M10.625 10.625C10.7907 10.625 10.9497 10.6909 11.0669 10.8081C11.1841 10.9253 11.25 11.0843 11.25 11.25C11.25 11.5815 11.1183 11.8994 10.8839 12.1339C10.6494 12.3683 10.3315 12.5 10 12.5C9.50275 12.5 9.02581 12.3024 8.67419 11.9508C8.32256 11.5992 8.125 11.1222 8.125 10.625C8.125 9.96194 8.38838 9.32606 8.85725 8.85725C9.32606 8.38838 9.96194 8.125 10.625 8.125C11.4538 8.125 12.2487 8.45425 12.8347 9.04031C13.4207 9.62631 13.75 10.4212 13.75 11.25C13.75 12.2446 13.3549 13.1984 12.6516 13.9016C11.9484 14.6049 10.9946 15 10 15C8.83969 15 7.72687 14.5391 6.90644 13.7186C6.08594 12.8981 5.625 11.7853 5.625 10.625C5.625 9.29894 6.15178 8.02712 7.08944 7.08944C8.02712 6.15178 9.29894 5.625 10.625 5.625C12.1168 5.625 13.5476 6.21763 14.6025 7.2725C15.6574 8.32744 16.25 9.75819 16.25 11.25C16.25 12.0707 16.0883 12.8835 15.7743 13.6417C15.4601 14.4001 14.9998 15.0891 14.4194 15.6694C13.8391 16.2498 13.1501 16.7101 12.3917 17.0243C11.6335 17.3383 10.8207 17.5 10 17.5C8.17663 17.5 6.42794 16.7757 5.13864 15.4864C3.84933 14.1971 3.125 12.4484 3.125 10.625C3.125 8.63587 3.91518 6.72825 5.3217 5.3217C6.72825 3.91518 8.63587 3.125 10.625 3.125C11.692 3.125 12.7486 3.33516 13.7343 3.74348C14.7201 4.1518 15.6157 4.75028 16.3702 5.50476C17.1248 6.25925 17.7232 7.15494 18.1315 8.14069C18.5398 9.12644 18.75 10.183 18.75 11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),$c=o("split-horizontal",[["path",{d:"M8.125 3.75V16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 3.75V16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 10H18.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.875 10H8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 7.5L18.125 10L15.625 12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 7.5L1.875 10L4.375 12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),oL=o("split-vertical",[["path",{d:"M3.75 11.875H16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 8.125H16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 8.125V1.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 18.125V11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 4.375L10 1.875L12.5 4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 15.625L10 18.125L7.5 15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),rL=o("spotify-logo",[["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 12.9688C8.70206 12.661 9.346 12.5 10 12.5C10.654 12.5 11.2979 12.661 11.875 12.9688",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.625 8.59375C6.97144 7.87562 8.474 7.5 10 7.5C11.526 7.5 13.0286 7.87562 14.375 8.59375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 10.7812C7.83675 10.2683 8.91 10 10 10C11.09 10 12.1632 10.2683 13.125 10.7812",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),eL=o("spray-bottle",[["path",{d:"M5.625 5.625H15.625C15.625 4.63044 15.2299 3.67661 14.5266 2.97335C13.8234 2.27009 12.8696 1.875 11.875 1.875H6.25C6.08424 1.875 5.92527 1.94085 5.80806 2.05806C5.69085 2.17527 5.625 2.33424 5.625 2.5V6.25C5.625 6.91306 5.36161 7.54894 4.89277 8.01775C4.42393 8.48662 3.78804 8.75 3.125 8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 5.625C14.5422 8.89237 15.6251 12.668 15.625 16.5211V17.5C15.625 17.6657 15.5591 17.8247 15.4419 17.9419C15.3248 18.0591 15.1658 18.125 15 18.125H6.875C6.70925 18.125 6.55025 18.0591 6.43306 17.9419C6.31588 17.8247 6.25 17.6657 6.25 17.5V13.0766C6.24977 12.7016 6.33394 12.3313 6.49619 11.9932C6.6585 11.6551 6.89475 11.3578 7.1875 11.1234L8.4375 10.125C8.73025 9.89063 8.9665 9.59338 9.12881 9.25525C9.29113 8.91719 9.37525 8.54687 9.375 8.17187V5.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),nL=o("square",[["path",{d:"M16.25 3.125H3.75C3.40482 3.125 3.125 3.40482 3.125 3.75V16.25C3.125 16.5952 3.40482 16.875 3.75 16.875H16.25C16.5952 16.875 16.875 16.5952 16.875 16.25V3.75C16.875 3.40482 16.5952 3.125 16.25 3.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),tL=o("square-half",[["path",{d:"M15.625 3.75H4.375C4.02982 3.75 3.75 4.02982 3.75 4.375V15.625C3.75 15.9702 4.02982 16.25 4.375 16.25H15.625C15.9702 16.25 16.25 15.9702 16.25 15.625V4.375C16.25 4.02982 15.9702 3.75 15.625 3.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 3.75V16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 6.25H16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 8.75H16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 11.25H16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 13.75H16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),sL=o("square-half-bottom",[["path",{d:"M15.625 3.75H4.375C4.02982 3.75 3.75 4.02982 3.75 4.375V15.625C3.75 15.9702 4.02982 16.25 4.375 16.25H15.625C15.9702 16.25 16.25 15.9702 16.25 15.625V4.375C16.25 4.02982 15.9702 3.75 15.625 3.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 10H16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 10V16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.75 10V16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 10V16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 10V16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),iL=o("square-logo",[["path",{d:"M16.25 3.125H3.75C3.40482 3.125 3.125 3.40482 3.125 3.75V16.25C3.125 16.5952 3.40482 16.875 3.75 16.875H16.25C16.5952 16.875 16.875 16.5952 16.875 16.25V3.75C16.875 3.40482 16.5952 3.125 16.25 3.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 7.5H7.5V12.5H12.5V7.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),CL=o("squares-four",[["path",{d:"M8.125 3.75H4.375C4.02982 3.75 3.75 4.02982 3.75 4.375V8.125C3.75 8.47019 4.02982 8.75 4.375 8.75H8.125C8.47019 8.75 8.75 8.47019 8.75 8.125V4.375C8.75 4.02982 8.47019 3.75 8.125 3.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 3.75H11.875C11.5298 3.75 11.25 4.02982 11.25 4.375V8.125C11.25 8.47019 11.5298 8.75 11.875 8.75H15.625C15.9702 8.75 16.25 8.47019 16.25 8.125V4.375C16.25 4.02982 15.9702 3.75 15.625 3.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 11.25H4.375C4.02982 11.25 3.75 11.5298 3.75 11.875V15.625C3.75 15.9702 4.02982 16.25 4.375 16.25H8.125C8.47019 16.25 8.75 15.9702 8.75 15.625V11.875C8.75 11.5298 8.47019 11.25 8.125 11.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 11.25H11.875C11.5298 11.25 11.25 11.5298 11.25 11.875V15.625C11.25 15.9702 11.5298 16.25 11.875 16.25H15.625C15.9702 16.25 16.25 15.9702 16.25 15.625V11.875C16.25 11.5298 15.9702 11.25 15.625 11.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),uL=o("square-split-horizontal",[["path",{d:"M15.625 3.75H4.375C4.02982 3.75 3.75 4.02982 3.75 4.375V15.625C3.75 15.9702 4.02982 16.25 4.375 16.25H15.625C15.9702 16.25 16.25 15.9702 16.25 15.625V4.375C16.25 4.02982 15.9702 3.75 15.625 3.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 3.75V16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),kL=o("square-split-vertical",[["path",{d:"M15.625 3.75H4.375C4.02982 3.75 3.75 4.02982 3.75 4.375V15.625C3.75 15.9702 4.02982 16.25 4.375 16.25H15.625C15.9702 16.25 16.25 15.9702 16.25 15.625V4.375C16.25 4.02982 15.9702 3.75 15.625 3.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 10H16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),aL=o("stack",[["path",{d:"M2.5 13.75L10 18.125L17.5 13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 10L10 14.375L17.5 10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 6.25L10 10.625L17.5 6.25L10 1.875L2.5 6.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),dL=o("stack-minus",[["path",{d:"M14.375 15.625H18.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 10L10 14.375L17.5 10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 6.25L10 10.625L17.5 6.25L10 1.875L2.5 6.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 13.75L10 18.125L11.25 17.3961",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),cL=o("stack-overflow-logo",[["path",{d:"M3.75 11.875V16.875H16.25V11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 13.75H13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.41797 9.625L13.4555 11.243",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.01025 5.78125L14.4228 8.90625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.543 2.48047L15.9625 6.9",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),LL=o("stack-plus",[["path",{d:"M14.375 15.625H18.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 13.75V17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 10L10 14.375L17.5 10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 6.25L10 10.625L17.5 6.25L10 1.875L2.5 6.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 13.75L10 18.125L11.25 17.3961",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),pL=o("stack-simple",[["path",{d:"M1.25 8.125L10 13.125L18.75 8.125L10 3.125L1.25 8.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.25 11.25L10 16.25L18.75 11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),lL=o("stairs",[["path",{d:"M3.75 13.75H8.125V10.625H11.875V7.5H16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 2.5H4.375C4.02982 2.5 3.75 2.77982 3.75 3.125V16.875C3.75 17.2202 4.02982 17.5 4.375 17.5H15.625C15.9702 17.5 16.25 17.2202 16.25 16.875V3.125C16.25 2.77982 15.9702 2.5 15.625 2.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 13.75H16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 10.625H16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),hL=o("stamp",[["path",{d:"M3.125 17.5H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.93116 10.625L7.5421 4.14062C7.48391 3.86746 7.48753 3.58474 7.5526 3.31313C7.61766 3.04153 7.7426 2.78789 7.91822 2.57074C8.09391 2.35361 8.31585 2.17845 8.56791 2.05808C8.81991 1.93771 9.09566 1.87516 9.37491 1.875H10.6249C10.9043 1.87504 11.1801 1.9375 11.4322 2.05783C11.6843 2.17815 11.9064 2.35329 12.0822 2.57044C12.2579 2.78759 12.3829 3.04128 12.448 3.31294C12.5132 3.58461 12.5167 3.86739 12.4585 4.14062L11.0695 10.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 10.625H3.75C3.40482 10.625 3.125 10.9048 3.125 11.25V14.375C3.125 14.7202 3.40482 15 3.75 15H16.25C16.5952 15 16.875 14.7202 16.875 14.375V11.25C16.875 10.9048 16.5952 10.625 16.25 10.625Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),ML=o("standard-definition",[["path",{d:"M11.25 13.75H13.125C14.1196 13.75 15.0734 13.3549 15.7766 12.6516C16.4799 11.9484 16.875 10.9946 16.875 10C16.875 9.00544 16.4799 8.05162 15.7766 7.34837C15.0734 6.64506 14.1196 6.25 13.125 6.25H11.25V13.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 3.75H17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 16.25H17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 11.875C3.75 12.9101 4.86953 13.75 6.25 13.75C7.6305 13.75 8.75 12.9101 8.75 11.875C8.75 9.375 3.88906 10.3125 3.88906 8.125C3.88906 7.08987 4.86953 6.25 6.25 6.25C7.28513 6.25 8.09613 6.71875 8.4375 7.39531",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),jL=o("star",[["path",{d:"M10.0002 14.7727L14.2752 17.4016C14.3861 17.4689 14.5145 17.5019 14.6441 17.4962C14.7738 17.4906 14.8988 17.4468 15.0035 17.3701C15.1082 17.2934 15.1878 17.1874 15.2323 17.0655C15.2768 16.9436 15.2841 16.8113 15.2533 16.6852L14.0908 11.7798L17.8955 8.4985C17.9925 8.41331 18.0624 8.30156 18.0967 8.17712C18.1309 8.05262 18.1279 7.92088 18.0882 7.79806C18.0484 7.67525 17.9734 7.56681 17.8728 7.48606C17.772 7.40531 17.6498 7.35588 17.5213 7.34381L12.5283 6.93756L10.6049 2.28129C10.5558 2.16117 10.4721 2.05837 10.3644 1.98601C10.2568 1.91364 10.1299 1.875 10.0002 1.875C9.87045 1.875 9.74363 1.91364 9.63595 1.98601C9.52826 2.05837 9.44457 2.16117 9.39551 2.28129L7.47207 6.93756L2.4791 7.34381C2.3497 7.35519 2.22652 7.40437 2.12494 7.48537C2.02336 7.56631 1.9479 7.67544 1.90797 7.79906C1.86805 7.92269 1.86543 8.05531 1.90045 8.18038C1.93547 8.3055 2.00658 8.4175 2.10488 8.50237L5.90957 11.7836L4.74707 16.6852C4.71634 16.8113 4.72367 16.9436 4.76813 17.0655C4.8126 17.1874 4.8922 17.2934 4.99688 17.3701C5.10156 17.4468 5.22662 17.4906 5.35626 17.4962C5.48589 17.5019 5.61428 17.4689 5.7252 17.4016L10.0002 14.7727Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),HL=o("star-and-crescent",[["path",{d:"M11.8749 16.125C10.7456 15.5493 9.79738 14.6725 9.13513 13.5916C8.47294 12.5106 8.12244 11.2676 8.12244 10C8.12244 8.73238 8.47294 7.48938 9.13513 6.40844C9.79738 5.32753 10.7456 4.45074 11.8749 3.875C10.8268 3.34069 9.65919 3.08426 8.48363 3.13026C7.30813 3.17626 6.16404 3.52314 5.16089 4.13771C4.15775 4.75229 3.3291 5.61401 2.75421 6.64044C2.17932 7.66681 1.87744 8.82356 1.87744 10C1.87744 11.1764 2.17932 12.3332 2.75421 13.3596C3.3291 14.386 4.15775 15.2477 5.16089 15.8623C6.16404 16.4769 7.30813 16.8238 8.48363 16.8698C9.65919 16.9158 10.8268 16.6593 11.8749 16.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.8641 10L12.5 7.68206L15.0461 8.3125L16.7492 6.25L16.9578 8.95706L19.375 10L16.9578 11.043L16.7492 13.75L15.0461 11.6875L12.5 12.3179L13.8641 10Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),BL=o("star-four",[["path",{d:"M12.486 12.486L10.5845 17.7157C10.5401 17.8353 10.4601 17.9385 10.3554 18.0113C10.2506 18.0842 10.1261 18.1232 9.99852 18.1232C9.87096 18.1232 9.7464 18.0842 9.64165 18.0113C9.5369 17.9385 9.45696 17.8353 9.41258 17.7157L7.51415 12.486L2.28446 10.5844C2.16485 10.5401 2.06169 10.4601 1.98884 10.3554C1.916 10.2506 1.87695 10.1261 1.87695 9.9985C1.87695 9.87093 1.916 9.74643 1.98884 9.64168C2.06169 9.53693 2.16485 9.457 2.28446 9.41256L7.51415 7.51412L9.41571 2.28446C9.46008 2.16485 9.54002 2.06169 9.64477 1.98885C9.74952 1.916 9.87408 1.87695 10.0016 1.87695C10.1292 1.87695 10.2538 1.916 10.3585 1.98885C10.4633 2.06169 10.5432 2.16485 10.5876 2.28446L12.4891 7.51412L17.7188 9.41568C17.8385 9.46012 17.9416 9.54006 18.0145 9.64481C18.0873 9.74956 18.1263 9.87406 18.1263 10.0016C18.1263 10.1292 18.0873 10.2537 18.0145 10.3585C17.9416 10.4632 17.8385 10.5432 17.7188 10.5876L12.486 12.486Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),VL=o("star-half",[["path",{d:"M17.5 8.83965L17.8953 8.49902C17.9926 8.4139 18.0628 8.30215 18.0971 8.17752C18.1315 8.05296 18.1286 7.92102 18.0888 7.79802C18.049 7.67509 17.974 7.56646 17.8731 7.48571C17.7722 7.40496 17.6498 7.35552 17.5211 7.34359L16.875 7.28809",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.4097 13.125L14.0918 11.7797L15.0004 10.9961",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 14.7726V1.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 17.0789L14.275 17.4016C14.3859 17.4689 14.5143 17.5018 14.6439 17.4962C14.7736 17.4906 14.8986 17.4467 15.0033 17.37C15.108 17.2934 15.1876 17.1874 15.2321 17.0654C15.2765 16.9436 15.2839 16.8113 15.2531 16.6852L15.15 16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.7502 7.03675L12.5283 6.93756L10.6049 2.28129C10.5558 2.16117 10.4721 2.05837 10.3644 1.98601C10.2568 1.91364 10.1299 1.875 10.0002 1.875C9.87045 1.875 9.74363 1.91364 9.63595 1.98601C9.52826 2.05837 9.44457 2.16117 9.39551 2.28129L7.47207 6.93756L2.4791 7.34381C2.3497 7.35519 2.22652 7.40437 2.12494 7.48537C2.02336 7.56631 1.9479 7.67544 1.90797 7.79906C1.86805 7.92269 1.86543 8.05531 1.90045 8.18038C1.93547 8.3055 2.00658 8.4175 2.10488 8.50237L5.90957 11.7836L4.74707 16.6852C4.71634 16.8113 4.72367 16.9436 4.76813 17.0655C4.8126 17.1874 4.8922 17.2934 4.99688 17.3701C5.10156 17.4468 5.22662 17.4906 5.35626 17.4962C5.48589 17.5019 5.61428 17.4689 5.7252 17.4016L10.0002 14.7727L10.8783 15.3126",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),wL=o("star-of-david",[["path",{d:"M10 18.75L17.5 5.625L2.5 5.62813L10 18.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 1.25L17.5 14.375L2.5 14.3719L10 1.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),bL=o("steam-logo",[["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.1875 10.625C13.3956 10.625 14.375 9.64562 14.375 8.4375C14.375 7.22938 13.3956 6.25 12.1875 6.25C10.9794 6.25 10 7.22938 10 8.4375C10 9.64562 10.9794 10.625 12.1875 10.625Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.8125 14.375C8.67544 14.375 9.375 13.6754 9.375 12.8125C9.375 11.9496 8.67544 11.25 7.8125 11.25C6.94956 11.25 6.25 11.9496 6.25 12.8125C6.25 13.6754 6.94956 14.375 7.8125 14.375Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.60693 11.8188L10.4991 7.04614",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.80615 14.0179L13.5788 10.1257",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.70751 11.7077L2.8208 7.82104",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),SL=o("steering-wheel",[["path",{d:"M10 11.7188C10.4315 11.7188 10.7812 11.369 10.7812 10.9375C10.7812 10.506 10.4315 10.1562 10 10.1562C9.5685 10.1562 9.21875 10.506 9.21875 10.9375C9.21875 11.369 9.5685 11.7188 10 11.7188Z",fill:"currentColor",stroke:"none"}],["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.625 11.3708C3.56187 10.3477 4.70136 9.53077 5.97103 8.97183C7.24068 8.41289 8.61274 8.12427 9.99999 8.12427C11.3872 8.12427 12.7593 8.41289 14.029 8.97183C15.2986 9.53077 16.4381 10.3477 17.375 11.3708",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.35936 17.4726L7.65155 12.9062C7.60699 12.787 7.52711 12.6842 7.42255 12.6116C7.31799 12.539 7.19374 12.5001 7.06643 12.5H2.92578",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.6367 17.4734L12.3477 12.9055C12.3924 12.7863 12.4725 12.6835 12.5772 12.6111C12.6819 12.5386 12.8063 12.4999 12.9336 12.5H17.0742",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),vL=o("steps",[["path",{d:"M1.25 15.625H5.625V11.875H10V8.125H14.375V4.375H18.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),xL=o("stethoscope",[["path",{d:"M16.25 13.2812C16.6815 13.2812 17.0312 12.9315 17.0312 12.5C17.0312 12.0685 16.6815 11.7188 16.25 11.7188C15.8185 11.7188 15.4688 12.0685 15.4688 12.5C15.4688 12.9315 15.8185 13.2812 16.25 13.2812Z",fill:"currentColor",stroke:"none"}],["path",{d:"M16.25 15C17.6307 15 18.75 13.8807 18.75 12.5C18.75 11.1193 17.6307 10 16.25 10C14.8693 10 13.75 11.1193 13.75 12.5C13.75 13.8807 14.8693 15 16.25 15Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 11.25V15C8.125 15.8288 8.45425 16.6237 9.04031 17.2097C9.62631 17.7957 10.4212 18.125 11.25 18.125H13.125C13.9538 18.125 14.7487 17.7957 15.3347 17.2097C15.9207 16.6237 16.25 15.8288 16.25 15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.625 3.125H12.5V6.81013C12.5 9.21406 10.5875 11.2187 8.18281 11.25C7.60344 11.2577 7.02831 11.1501 6.49081 10.9337C5.95332 10.7173 5.46418 10.3963 5.05178 9.98919C4.63938 9.58219 4.31194 9.09731 4.08847 8.56269C3.865 8.02813 3.74995 7.45444 3.75 6.875V3.125H5.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),gL=o("sticker",[["path",{d:"M10.625 16.875H6.875C5.88044 16.875 4.92661 16.4799 4.22335 15.7766C3.52009 15.0734 3.125 14.1196 3.125 13.125V6.875C3.125 5.88044 3.52009 4.92661 4.22335 4.22335C4.92661 3.52009 5.88044 3.125 6.875 3.125H13.125C14.1196 3.125 15.0734 3.52009 15.7766 4.22335C16.4799 4.92661 16.875 5.88044 16.875 6.875V10.625C16.25 12.5 12.5 16.25 10.625 16.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.625 16.875V14.375C10.625 13.3804 11.0201 12.4266 11.7234 11.7234C12.4266 11.0201 13.3804 10.625 14.375 10.625H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),ZL=o("stool",[["path",{d:"M14.375 2.5H5.625C5.27982 2.5 5 2.77982 5 3.125V5C5 5.34518 5.27982 5.625 5.625 5.625H14.375C14.7202 5.625 15 5.34518 15 5V3.125C15 2.77982 14.7202 2.5 14.375 2.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 5.625L15 17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5 17.5L6.875 5.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.69043 13.125H14.3092",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),mL=o("stop",[["path",{d:"M15.625 3.75H4.375C4.02982 3.75 3.75 4.02982 3.75 4.375V15.625C3.75 15.9702 4.02982 16.25 4.375 16.25H15.625C15.9702 16.25 16.25 15.9702 16.25 15.625V4.375C16.25 4.02982 15.9702 3.75 15.625 3.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),fL=o("stop-circle",[["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 7.5H7.5V12.5H12.5V7.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),yL=o("storefront",[["path",{d:"M3.75 10.9058V16.8753H16.25V10.9058",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.21875 3.125H15.7812C15.917 3.12502 16.0491 3.16926 16.1575 3.25101C16.2659 3.33277 16.3447 3.44759 16.3821 3.57812L17.5 7.5H2.5L3.62031 3.57812C3.65754 3.44797 3.73601 3.33343 3.84393 3.25172C3.95185 3.17 4.08338 3.12553 4.21875 3.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 7.5V8.75C7.5 9.41306 7.23662 10.0489 6.76775 10.5177C6.29894 10.9866 5.66304 11.25 5 11.25C4.33696 11.25 3.70107 10.9866 3.23223 10.5177C2.76339 10.0489 2.5 9.41306 2.5 8.75V7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 7.5V8.75C12.5 9.41306 12.2366 10.0489 11.7677 10.5177C11.2989 10.9866 10.6631 11.25 10 11.25C9.33694 11.25 8.70106 10.9866 8.23225 10.5177C7.76338 10.0489 7.5 9.41306 7.5 8.75V7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.5 7.5V8.75C17.5 9.41306 17.2366 10.0489 16.7677 10.5177C16.2989 10.9866 15.6631 11.25 15 11.25C14.3369 11.25 13.7011 10.9866 13.2323 10.5177C12.7634 10.0489 12.5 9.41306 12.5 8.75V7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),PL=o("strategy",[["path",{d:"M5.9375 16.875C7.14562 16.875 8.125 15.8956 8.125 14.6875C8.125 13.4794 7.14562 12.5 5.9375 12.5C4.72938 12.5 3.75 13.4794 3.75 14.6875C3.75 15.8956 4.72938 16.875 5.9375 16.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 5.625L6.875 8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 5.625L3.75 8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 13.125L17.5 16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.5 13.125L14.375 16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 6.25V3.125H14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 3.125L12.5 4.375C15.625 7.5 13.125 11.25 10.625 11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),TL=o("stripe-logo",[["path",{d:"M7.5 11.875C7.5 12.9101 8.6195 13.75 10 13.75C11.3805 13.75 12.5 12.9101 12.5 11.875C12.5 9.375 7.63906 10.3125 7.63906 8.125C7.63906 7.08987 8.6195 6.25 10 6.25C11.0351 6.25 11.8461 6.71875 12.1875 7.39531",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 3.125H3.75C3.40482 3.125 3.125 3.40482 3.125 3.75V16.25C3.125 16.5952 3.40482 16.875 3.75 16.875H16.25C16.5952 16.875 16.875 16.5952 16.875 16.25V3.75C16.875 3.40482 16.5952 3.125 16.25 3.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),AL=o("student",[["path",{d:"M2.5 5V11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 16.875C5.60156 14.9938 7.58675 13.75 10 13.75C12.4133 13.75 14.3984 14.9938 15.625 16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.5 5L10 7.5L2.5 5L10 2.5L17.5 5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.2297 6.42358C13.8021 7.04996 14.1799 7.82927 14.3173 8.66665C14.4546 9.50396 14.3456 10.3631 14.0032 11.1396C13.661 11.916 13.1003 12.5761 12.3895 13.0396C11.6787 13.5031 10.8485 13.7498 10 13.7498C9.1515 13.7498 8.32125 13.5031 7.6105 13.0396C6.89969 12.5761 6.339 11.916 5.99674 11.1396C5.65446 10.3631 5.54535 9.50396 5.6827 8.66665C5.82005 7.82927 6.19793 7.04996 6.77031 6.42358",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),FL=o("subset-of",[["path",{d:"M15.625 16.25H3.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 4.375H8.125C6.96469 4.375 5.85188 4.83594 5.03141 5.65641C4.21094 6.47688 3.75 7.58969 3.75 8.75C3.75 9.91031 4.21094 11.0231 5.03141 11.8436C5.85188 12.6641 6.96469 13.125 8.125 13.125H15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),DL=o("subset-proper-of",[["path",{d:"M15.625 3.75H10C8.34238 3.75 6.75269 4.40848 5.58058 5.58058C4.40848 6.75269 3.75 8.34238 3.75 10C3.75 11.6576 4.40848 13.2473 5.58058 14.4194C6.75269 15.5915 8.34238 16.25 10 16.25H15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),qL=o("subtitles",[["path",{d:"M17.5 4.375H2.5C2.15482 4.375 1.875 4.65482 1.875 5V15C1.875 15.3452 2.15482 15.625 2.5 15.625H17.5C17.8452 15.625 18.125 15.3452 18.125 15V5C18.125 4.65482 17.8452 4.375 17.5 4.375Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 10.625H5.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 10.625H15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 13.125H11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 13.125H14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),RL=o("subtitles-slash",[["path",{d:"M4.375 10.625H5.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 3.125L16.25 16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.9468 10.625H15.6249",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 10.625H10.568",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 13.125H12.8406",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.26465 4.375H17.4998C17.6655 4.375 17.8245 4.44085 17.9417 4.55806C18.0589 4.67527 18.1248 4.83424 18.1248 5V15.2211",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.1133 15.625H2.5C2.33424 15.625 2.17527 15.5591 2.05806 15.4419C1.94085 15.3247 1.875 15.1657 1.875 15V5C1.875 4.83424 1.94085 4.67527 2.05806 4.55806C2.17527 4.44085 2.33424 4.375 2.5 4.375H4.88672",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),UL=o("subtract",[["path",{d:"M7.5 13.125C10.6066 13.125 13.125 10.6066 13.125 7.5C13.125 4.3934 10.6066 1.875 7.5 1.875C4.3934 1.875 1.875 4.3934 1.875 7.5C1.875 10.6066 4.3934 13.125 7.5 13.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.0938 6.90601C14.1498 7.01813 15.1524 7.42688 15.9857 8.08494C16.8192 8.74301 17.4493 9.62357 17.8032 10.6248C18.1571 11.6259 18.2204 12.7068 17.9858 13.7424C17.7512 14.7781 17.2282 15.7262 16.4773 16.4771C15.7264 17.2279 14.7784 17.7509 13.7427 17.9855C12.7071 18.2202 11.6262 18.1569 10.625 17.8029C9.62381 17.449 8.74331 16.8189 8.08519 15.9855C7.42713 15.1521 7.01837 14.1494 6.90625 13.0935",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.8838 9.1333L17.8838 14.1333",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.4775 11.4771L16.4775 16.4771",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.13379 12.8833L14.1338 17.8833",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),NL=o("subtract-square",[["path",{d:"M12.5 3.125H3.125V12.5H12.5V3.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 7.5H16.875V16.875H7.5V12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 12.5L16.875 16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 8.125L16.875 12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 12.5L12.5 16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),GL=o("subway",[["path",{d:"M3.125 16.25V7.5C3.125 6.17392 3.65178 4.90215 4.58947 3.96447C5.52715 3.02678 6.79894 2.5 8.125 2.5H11.875C13.2011 2.5 14.4729 3.02678 15.4106 3.96447C16.3482 4.90215 16.875 6.17392 16.875 7.5V16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 6.25H7.5C6.80963 6.25 6.25 6.80963 6.25 7.5V13.125C6.25 13.8154 6.80963 14.375 7.5 14.375H12.5C13.1904 14.375 13.75 13.8154 13.75 13.125V7.5C13.75 6.80963 13.1904 6.25 12.5 6.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 11.875H13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 15.625L8.125 14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 14.375L12.5 15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 11.875V14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.75 11.875V14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),zL=o("suitcase",[["path",{d:"M16.875 5H3.125C2.77982 5 2.5 5.27982 2.5 5.625V15.625C2.5 15.9702 2.77982 16.25 3.125 16.25H16.875C17.2202 16.25 17.5 15.9702 17.5 15.625V5.625C17.5 5.27982 17.2202 5 16.875 5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 16.25V3.75C13.125 3.41848 12.9933 3.10054 12.7589 2.86612C12.5244 2.63169 12.2065 2.5 11.875 2.5H8.125C7.7935 2.5 7.47556 2.63169 7.24113 2.86612C7.00669 3.10054 6.875 3.41848 6.875 3.75V16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),EL=o("suitcase-rolling",[["path",{d:"M6.875 16.875V18.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 16.875V18.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 6.875V14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 6.875V14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 6.875V14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15 4.375H5C4.65482 4.375 4.375 4.65482 4.375 5V16.25C4.375 16.5952 4.65482 16.875 5 16.875H15C15.3452 16.875 15.625 16.5952 15.625 16.25V5C15.625 4.65482 15.3452 4.375 15 4.375Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 4.375V1.875C12.5 1.54348 12.3683 1.22554 12.1339 0.991119C11.8994 0.756694 11.5815 0.625 11.25 0.625H8.75C8.4185 0.625 8.10056 0.756694 7.86613 0.991119C7.63169 1.22554 7.5 1.54348 7.5 1.875V4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),OL=o("suitcase-simple",[["path",{d:"M16.875 5H3.125C2.77982 5 2.5 5.27982 2.5 5.625V15.625C2.5 15.9702 2.77982 16.25 3.125 16.25H16.875C17.2202 16.25 17.5 15.9702 17.5 15.625V5.625C17.5 5.27982 17.2202 5 16.875 5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 5V3.75C13.125 3.41848 12.9933 3.10054 12.7589 2.86612C12.5244 2.63169 12.2065 2.5 11.875 2.5H8.125C7.7935 2.5 7.47556 2.63169 7.24113 2.86612C7.00669 3.10054 6.875 3.41848 6.875 3.75V5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 11.875H17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),WL=o("sun",[["path",{d:"M10 3.125V1.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 14.375C12.4162 14.375 14.375 12.4162 14.375 10C14.375 7.58375 12.4162 5.625 10 5.625C7.58375 5.625 5.625 7.58375 5.625 10C5.625 12.4162 7.58375 14.375 10 14.375Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5 5L3.75 3.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5 15L3.75 16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15 5L16.25 3.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15 15L16.25 16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 10H1.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 16.875V18.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.875 10H18.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),IL=o("sun-dim",[["path",{d:"M10 3.125V2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 14.375C12.4162 14.375 14.375 12.4162 14.375 10C14.375 7.58375 12.4162 5.625 10 5.625C7.58375 5.625 5.625 7.58375 5.625 10C5.625 12.4162 7.58375 14.375 10 14.375Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5 5L4.375 4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5 15L4.375 15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15 5L15.625 4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15 15L15.625 15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 10H2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 16.875V17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.875 10H17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),XL=o("sunglasses",[["path",{d:"M8.125 10.625V12.8125C8.125 13.5584 7.82869 14.2738 7.30125 14.8012C6.77381 15.3287 6.05842 15.625 5.3125 15.625C4.56658 15.625 3.85121 15.3287 3.32376 14.8012C2.79632 14.2738 2.5 13.5584 2.5 12.8125V10.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.5 10.625V12.8125C17.5 13.5584 17.2037 14.2738 16.6762 14.8012C16.1488 15.3287 15.4334 15.625 14.6875 15.625C13.9416 15.625 13.2262 15.3287 12.6988 14.8012C12.1713 14.2738 11.875 13.5584 11.875 12.8125V10.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 3.75C16.1222 3.75 16.5992 3.94754 16.9508 4.29918C17.3024 4.65081 17.5 5.12772 17.5 5.625V10.625H2.5V5.625C2.5 5.12772 2.69754 4.65081 3.04918 4.29918C3.40081 3.94754 3.87772 3.75 4.375 3.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 10.625L16.6766 14.8016",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 10.625L7.30156 14.8016",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),KL=o("sun-horizon",[["path",{d:"M18.75 12.5H1.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 15.625H3.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.15625 12.5C4.96719 11.7616 4.94945 10.9897 5.1044 10.2434C5.25934 9.49708 5.58287 8.79602 6.05026 8.19389C6.51762 7.59177 7.1165 7.10452 7.80106 6.76927C8.48562 6.43408 9.23775 6.25977 10 6.25977C10.7622 6.25977 11.5144 6.43408 12.1989 6.76927C12.8835 7.10452 13.4824 7.59177 13.9497 8.19389C14.4171 8.79602 14.7406 9.49708 14.8956 10.2434C15.0506 10.9897 15.0328 11.7616 14.8437 12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 3.125L6.875 4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.875 7.5L3.125 8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M18.125 7.5L16.875 8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 3.125L13.125 4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),JL=o("superset-of",[["path",{d:"M16.25 15.625H4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 3.75H11.875C13.0353 3.75 14.1481 4.21094 14.9686 5.03141C15.7891 5.85188 16.25 6.96469 16.25 8.125C16.25 9.28531 15.7891 10.3981 14.9686 11.2186C14.1481 12.0391 13.0353 12.5 11.875 12.5H4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),QL=o("superset-proper-of",[["path",{d:"M5 16.25H10.625C12.2826 16.25 13.8723 15.5915 15.0444 14.4194C16.2165 13.2473 16.875 11.6576 16.875 10C16.875 8.34238 16.2165 6.75269 15.0444 5.58058C13.8723 4.40848 12.2826 3.75 10.625 3.75H5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),YL=o("swap",[["path",{d:"M6.25 12.5H16.25C16.4157 12.5 16.5747 12.4341 16.6919 12.3169C16.8091 12.1997 16.875 12.0407 16.875 11.875V3.75C16.875 3.58424 16.8091 3.42527 16.6919 3.30806C16.5747 3.19085 16.4157 3.125 16.25 3.125H7.5C7.33425 3.125 7.17525 3.19085 7.05806 3.30806C6.94088 3.42527 6.875 3.58424 6.875 3.75V4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 10.625L6.25 12.5L8.125 14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 7.5H3.75C3.58424 7.5 3.42527 7.56588 3.30806 7.68306C3.19085 7.80025 3.125 7.95925 3.125 8.125V16.25C3.125 16.4157 3.19085 16.5747 3.30806 16.6919C3.42527 16.8091 3.58424 16.875 3.75 16.875H12.5C12.6657 16.875 12.8247 16.8091 12.9419 16.6919C13.0591 16.5747 13.125 16.4157 13.125 16.25V15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 9.375L13.75 7.5L11.875 5.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),_L=o("swatches",[["path",{d:"M5.9375 14.8435C6.369 14.8435 6.71875 14.4938 6.71875 14.0623C6.71875 13.6308 6.369 13.281 5.9375 13.281C5.50602 13.281 5.15625 13.6308 5.15625 14.0623C5.15625 14.4938 5.50602 14.8435 5.9375 14.8435Z",fill:"currentColor",stroke:"none"}],["path",{d:"M8.65934 14.5504C8.59784 14.9126 8.46534 15.2591 8.26959 15.57C8.07378 15.8809 7.81853 16.15 7.51841 16.362C7.21834 16.5739 6.87934 16.7246 6.52091 16.8051C6.16243 16.8858 5.7916 16.8948 5.42965 16.8316C4.69859 16.6976 4.05033 16.2796 3.62653 15.6689C3.20273 15.0584 3.03785 14.3048 3.16793 13.5731L5.12106 2.39101C5.14988 2.229 5.24145 2.08489 5.37586 1.98996C5.51028 1.89504 5.67671 1.85695 5.83903 1.88398L10.1101 2.64413C10.2725 2.67381 10.4166 2.76655 10.5108 2.90209C10.6052 3.03764 10.642 3.20498 10.6132 3.36757L8.65934 14.5504Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M18.125 12.2019V16.2496C18.125 16.4153 18.0591 16.5743 17.9419 16.6915C17.8247 16.8087 17.6657 16.8746 17.5 16.8746H5.9375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.48594 9.82513L15.7977 7.53763C15.9528 7.48163 16.1238 7.48919 16.2733 7.55869C16.4229 7.62826 16.5389 7.75401 16.5961 7.90869L18.0875 11.9876C18.1153 12.0643 18.1278 12.1456 18.1241 12.2271C18.1204 12.3085 18.1007 12.3884 18.0661 12.4623C18.0315 12.5361 17.9826 12.6023 17.9224 12.6572C17.8621 12.7121 17.7916 12.7546 17.7149 12.7821L6.8875 16.7064C6.58331 16.8184 6.26162 16.8755 5.9375 16.8751",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),$L=o("swimming-pool",[["path",{d:"M6.875 4.375H13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 6.875H13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 9.375H13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 2.5V11.0461",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 2.5V11.1945",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 13.125C4.375 13.125 4.375 14.375 6.25 14.375C8.125 14.375 8.125 13.125 10 13.125C11.875 13.125 11.875 14.375 13.75 14.375C15.625 14.375 15.625 13.125 17.5 13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 16.25C4.375 16.25 4.375 17.5 6.25 17.5C8.125 17.5 8.125 16.25 10 16.25C11.875 16.25 11.875 17.5 13.75 17.5C15.625 17.5 15.625 16.25 17.5 16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),op=o("sword",[["path",{d:"M5.3126 12.8125L2.68291 15.4422C2.56579 15.5594 2.5 15.7183 2.5 15.884C2.5 16.0497 2.56579 16.2086 2.68291 16.3258L3.67198 17.3172C3.73002 17.3753 3.79895 17.4214 3.87483 17.4529C3.9507 17.4843 4.03203 17.5005 4.11416 17.5005C4.19629 17.5005 4.27763 17.4843 4.3535 17.4529C4.42938 17.4214 4.49831 17.3753 4.55635 17.3172L7.18758 14.6875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.29934 8.93328L3.30829 9.92434C3.0639 10.1687 3.0639 10.565 3.30829 10.8093L9.18996 16.691C9.43434 16.9354 9.83059 16.9354 10.075 16.691L11.066 15.7C11.3104 15.4556 11.3104 15.0594 11.066 14.815L5.18433 8.93328C4.93994 8.68891 4.54372 8.68891 4.29934 8.93328Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 7.5L8.125 11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.44092 10.1898L11.8753 3.125H16.8753V8.125L9.81042 13.5594",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),rp=o("synagogue",[["path",{d:"M15.625 5C15.9565 5 16.2744 5.13169 16.5089 5.36612C16.7433 5.60054 16.875 5.91848 16.875 6.25V16.875H14.375V6.25C14.375 5.91848 14.5067 5.60054 14.7411 5.36612C14.9756 5.13169 15.2935 5 15.625 5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 8.75H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 5C4.70652 5 5.02446 5.13169 5.25888 5.36612C5.49331 5.60054 5.625 5.91848 5.625 6.25V16.875H3.125V6.25C3.125 5.91848 3.25669 5.60054 3.49112 5.36612C3.72554 5.13169 4.04348 5 4.375 5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 8.75H5.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 5V2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 5V2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 10.625L10 8.125L5.625 10.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.625 16.875H8.75V13.75C8.75 13.4185 8.88169 13.1006 9.11613 12.8661C9.35056 12.6317 9.6685 12.5 10 12.5C10.3315 12.5 10.6494 12.6317 10.8839 12.8661C11.1183 13.1006 11.25 13.4185 11.25 13.75V16.875H14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 8.125V5.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),ep=o("syringe",[["path",{d:"M14.375 1.875L18.125 5.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 3.75L16.25 10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.9375 4.6875L3.93281 11.6922C3.81583 11.8093 3.75007 11.9681 3.75 12.1336V16.25H7.86644C8.03194 16.2499 8.19069 16.1842 8.30781 16.0672L15.3125 9.0625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.65625 7.96875L9.6875 10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.78125 9.84375L7.8125 11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 6.875L16.25 3.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 16.25L1.875 18.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),np=o("table",[["path",{d:"M2.5 4.375H17.5V15C17.5 15.1657 17.4341 15.3247 17.3169 15.4419C17.1997 15.5591 17.0407 15.625 16.875 15.625H3.125C2.95924 15.625 2.80027 15.5591 2.68306 15.4419C2.56585 15.3247 2.5 15.1657 2.5 15V4.375Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 8.125H17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 11.875H17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 8.125V15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),tp=o("tabs",[["path",{d:"M0.625 13.125L2.36641 7.32032C2.40523 7.19101 2.48489 7.0777 2.59347 6.99745C2.70206 6.91714 2.83372 6.8742 2.96875 6.87501H9.53906C9.67344 6.87507 9.80419 6.91839 9.912 6.99864C10.0198 7.07882 10.0989 7.19164 10.1375 7.32032L11.875 13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 6.875H13.2852C13.4195 6.87506 13.5503 6.91837 13.6581 6.99856C13.7659 7.07881 13.8449 7.19162 13.8836 7.32031L15.625 13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 6.875H17.0352C17.1695 6.87506 17.3003 6.91837 17.4081 6.99856C17.5159 7.07881 17.5949 7.19162 17.6336 7.32031L19.375 13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M0.625 13.125H19.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),sp=o("tag",[["path",{d:"M3.30781 10.8078C3.19083 10.6907 3.12507 10.5319 3.125 10.3664V3.125H10.3664C10.5319 3.12507 10.6907 3.19083 10.8078 3.30781L18.5672 11.0672C18.6843 11.1844 18.7501 11.3433 18.7501 11.509C18.7501 11.6747 18.6843 11.8336 18.5672 11.9508L11.9531 18.5672C11.8359 18.6843 11.677 18.7501 11.5113 18.7501C11.3456 18.7501 11.1867 18.6843 11.0696 18.5672L3.30781 10.8078Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.5625 7.65625C7.16656 7.65625 7.65625 7.16656 7.65625 6.5625C7.65625 5.95844 7.16656 5.46875 6.5625 5.46875C5.95844 5.46875 5.46875 5.95844 5.46875 6.5625C5.46875 7.16656 5.95844 7.65625 6.5625 7.65625Z",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),ip=o("tag-chevron",[["path",{d:"M2.5 15.625H14.6656C14.7684 15.6249 14.8696 15.5995 14.9602 15.551C15.0509 15.5025 15.1281 15.4324 15.1851 15.3469L18.75 10L15.1851 4.65313C15.1281 4.56762 15.0509 4.4975 14.9602 4.44899C14.8696 4.40048 14.7684 4.37506 14.6656 4.375H2.5L6.25 10L2.5 15.625Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Cp=o("tag-simple",[["path",{d:"M15.1851 15.3469L18.75 10L15.1851 4.65313C15.1281 4.56762 15.0509 4.4975 14.9602 4.44899C14.8696 4.40048 14.7684 4.37506 14.6656 4.375H3.125C2.95924 4.375 2.80027 4.44085 2.68306 4.55806C2.56585 4.67527 2.5 4.83424 2.5 5V15C2.5 15.1657 2.56585 15.3247 2.68306 15.4419C2.80027 15.5591 2.95924 15.625 3.125 15.625H14.6656C14.7684 15.6249 14.8696 15.5995 14.9602 15.551C15.0509 15.5025 15.1281 15.4324 15.1851 15.3469Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),up=o("target",[["path",{d:"M10 10L17.5 2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.303 4.69675C13.9746 3.37145 12.1971 2.59302 10.3223 2.51544C8.44742 2.43787 6.61174 3.06681 5.17834 4.27784C3.74497 5.48887 2.81834 7.19375 2.58177 9.05525C2.34519 10.9168 2.81589 12.7993 3.90077 14.3303C4.98564 15.8614 6.60567 16.9296 8.4403 17.3234C10.275 17.7173 12.1907 17.4082 13.8084 16.4574C15.4261 15.5065 16.628 13.9831 17.1763 12.1885C17.7246 10.3939 17.5794 8.45894 16.7694 6.76625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.6515 7.34867C12.0312 6.72911 11.2134 6.34648 10.3402 6.26729C9.467 6.18808 8.59369 6.41736 7.87201 6.91523C7.15032 7.41311 6.62594 8.14811 6.38988 8.99248C6.15388 9.83686 6.22119 10.7372 6.58013 11.5372C6.93907 12.3371 7.56694 12.9859 8.35463 13.371C9.14232 13.756 10.04 13.8529 10.8917 13.6447C11.7434 13.4366 12.4952 12.9367 13.0165 12.2317C13.5379 11.5268 13.7957 10.6615 13.7453 9.78617",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),kp=o("taxi",[["path",{d:"M12.5 4.375L11.4062 1.64063C11.3595 1.52504 11.2792 1.42609 11.1758 1.35648C11.0724 1.28687 10.9504 1.24979 10.8258 1.25H9.17344C9.04887 1.24994 8.92719 1.28709 8.82388 1.35669C8.72056 1.42629 8.64044 1.52517 8.59375 1.64063L7.5 4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.25 8.75H18.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.5 13.75V15.625C17.5 15.7907 17.4341 15.9497 17.3169 16.0669C17.1997 16.1841 17.0407 16.25 16.875 16.25H15C14.8343 16.25 14.6753 16.1841 14.5581 16.0669C14.4409 15.9497 14.375 15.7907 14.375 15.625V13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.625 13.75V15.625C5.625 15.7907 5.55915 15.9497 5.44194 16.0669C5.32473 16.1841 5.16576 16.25 5 16.25H3.125C2.95924 16.25 2.80027 16.1841 2.68306 16.0669C2.56585 15.9497 2.5 15.7907 2.5 15.625V13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5 11.25H6.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 11.25H15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.5 8.75L15.1797 4.6875C15.1248 4.59236 15.0457 4.51337 14.9505 4.45851C14.8553 4.40364 14.7474 4.37484 14.6375 4.375H5.3625C5.25263 4.37484 5.14466 4.40364 5.04947 4.45851C4.95429 4.51337 4.87524 4.59236 4.82031 4.6875L2.5 8.75V13.75H17.5V8.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),ap=o("tea-bag",[["path",{d:"M12.5 16.875V9.54844C12.5001 9.43506 12.4693 9.32381 12.4109 9.22656L10.8071 6.55312C10.7514 6.46062 10.6729 6.38412 10.579 6.331C10.4851 6.27787 10.379 6.24997 10.2711 6.25H5.97891C5.87101 6.24997 5.76494 6.27787 5.67102 6.331C5.5771 6.38412 5.49854 6.46062 5.44297 6.55312L3.83906 9.22656C3.78073 9.32381 3.74994 9.43506 3.75 9.54844V16.875C3.75 17.0407 3.81585 17.1997 3.93306 17.3169C4.05027 17.4341 4.20924 17.5 4.375 17.5H11.875C12.0407 17.5 12.1997 17.4341 12.3169 17.3169C12.4341 17.1997 12.5 17.0407 12.5 16.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.5 13.125C17.0028 13.125 16.5258 12.9274 16.1742 12.5758C15.8226 12.2242 15.625 11.7472 15.625 11.25V5C15.625 4.00544 15.2299 3.05161 14.5266 2.34835C13.8234 1.64509 12.8696 1.25 11.875 1.25C10.8804 1.25 9.92662 1.64509 9.22337 2.34835C8.52006 3.05161 8.125 4.00544 8.125 5V10.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),dp=o("telegram-logo",[["path",{d:"M6.24988 10.5366L13.3014 16.7186C13.3827 16.7903 13.4811 16.8396 13.5872 16.8618C13.6932 16.8839 13.8032 16.8781 13.9063 16.8449C14.0094 16.8118 14.1021 16.7524 14.1754 16.6726C14.2486 16.5928 14.2999 16.4953 14.3241 16.3898L17.4999 2.59521C17.503 2.58138 17.5023 2.56696 17.4978 2.55351C17.4933 2.54006 17.4853 2.52807 17.4745 2.51884C17.4638 2.50961 17.4507 2.50348 17.4368 2.5011C17.4228 2.49873 17.4084 2.5002 17.3952 2.50536L1.56238 8.70144C1.46409 8.73931 1.38072 8.808 1.32479 8.89725C1.26887 8.98644 1.24339 9.09144 1.25219 9.19638C1.261 9.30131 1.3036 9.40063 1.37362 9.47925C1.44364 9.55794 1.53728 9.61181 1.6405 9.63269L6.24988 10.5366Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 10.5367L17.4539 2.50708",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.71644 13.5767L7.325 16.0579C7.23856 16.1476 7.12737 16.2094 7.00562 16.2354C6.88381 16.2614 6.75706 16.2505 6.64156 16.204C6.52606 16.1575 6.42706 16.0776 6.35731 15.9744C6.28756 15.8713 6.25019 15.7497 6.25 15.6251V10.5369",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),cp=o("television",[["path",{d:"M16.875 5.625H3.125C2.77982 5.625 2.5 5.90482 2.5 6.25V15.625C2.5 15.9702 2.77982 16.25 3.125 16.25H16.875C17.2202 16.25 17.5 15.9702 17.5 15.625V6.25C17.5 5.90482 17.2202 5.625 16.875 5.625Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 1.875L10 5.625L13.75 1.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.6875 10.1562C15.2916 10.1562 15.7812 9.66656 15.7812 9.0625C15.7812 8.45844 15.2916 7.96875 14.6875 7.96875C14.0834 7.96875 13.5938 8.45844 13.5938 9.0625C13.5938 9.66656 14.0834 10.1562 14.6875 10.1562Z",fill:"currentColor",stroke:"none"}],["path",{d:"M14.6875 13.9062C15.2916 13.9062 15.7812 13.4166 15.7812 12.8125C15.7812 12.2084 15.2916 11.7188 14.6875 11.7188C14.0834 11.7188 13.5938 12.2084 13.5938 12.8125C13.5938 13.4166 14.0834 13.9062 14.6875 13.9062Z",fill:"currentColor",stroke:"none"}],["path",{d:"M11.875 16.25V5.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Lp=o("television-simple",[["path",{d:"M16.875 5.625H3.125C2.77982 5.625 2.5 5.90482 2.5 6.25V15.625C2.5 15.9702 2.77982 16.25 3.125 16.25H16.875C17.2202 16.25 17.5 15.9702 17.5 15.625V6.25C17.5 5.90482 17.2202 5.625 16.875 5.625Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 1.875L10 5.625L13.75 1.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),pp=o("tennis-ball",[["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.98675 2.5C9.98319 4.48453 9.19331 6.38675 7.79006 7.79006C6.38675 9.19331 4.48453 9.98319 2.5 9.98675",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.4999 10.0134C15.5154 10.0169 13.6132 10.8068 12.2099 12.2101C10.8066 13.6134 10.0167 15.5156 10.0132 17.5001",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),lp=o("tent",[["path",{d:"M5.625 3.75L0.625 15H10.625L5.625 3.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.625 15H19.375L14.375 3.75H5.625V15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),hp=o("terminal",[["path",{d:"M3.125 5L8.75 10L3.125 15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.375 15H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Mp=o("terminal-window",[["path",{d:"M6.25 7.5L9.375 10L6.25 12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.625 12.5H13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.875 3.75H3.125C2.77982 3.75 2.5 4.02982 2.5 4.375V15.625C2.5 15.9702 2.77982 16.25 3.125 16.25H16.875C17.2202 16.25 17.5 15.9702 17.5 15.625V4.375C17.5 4.02982 17.2202 3.75 16.875 3.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),jp=o("test-tube",[["path",{d:"M7.40387 16.6586C6.86513 17.1973 6.13447 17.4999 5.37261 17.4999C4.61074 17.4999 3.88008 17.1973 3.34136 16.6586C2.80264 16.1199 2.5 15.3892 2.5 14.6273C2.5 13.8655 2.80264 13.1348 3.34136 12.5961L13.4374 2.5L18.1249 7.1875L16.2499 7.8125L7.40387 16.6586Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.68896 10.2484C6.421 9.9633 7.703 9.75155 9.37488 10.625C11.0468 11.4984 12.3288 11.2867 13.0608 11.0016",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Hp=o("text-aa",[["path",{d:"M11.25 15L6.25 4.375L1.25 15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 15C17.0057 15 18.125 14.0206 18.125 12.8125C18.125 11.6044 17.0057 10.625 15.625 10.625C14.2443 10.625 13.125 11.6044 13.125 12.8125C13.125 14.0206 14.2443 15 15.625 15Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M18.125 15V10.3125C18.125 9.10469 17.0055 8.125 15.625 8.125C14.8781 8.125 14.2078 8.29531 13.75 8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.77956 11.875H2.72021",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Bp=o("text-align-center",[["path",{d:"M3.125 5H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5 8.125H15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 11.25H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5 14.375H15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Vp=o("text-align-justify",[["path",{d:"M3.125 5H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 8.125H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 11.25H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 14.375H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),wp=o("text-align-left",[["path",{d:"M3.125 5H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 8.125H13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 11.25H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 14.375H13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),bp=o("text-align-right",[["path",{d:"M3.125 5H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 8.125H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 11.25H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 14.375H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Sp=o("text-a-underline",[["path",{d:"M15 13.125L10 2.5L5 13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.5296 10H6.47021",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 16.875H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),vp=o("text-b",[["path",{d:"M6.25 9.375H12.5C13.3288 9.375 14.1237 9.70425 14.7097 10.2903C15.2957 10.8763 15.625 11.6712 15.625 12.5C15.625 13.3288 15.2957 14.1237 14.7097 14.7097C14.1237 15.2957 13.3288 15.625 12.5 15.625H6.25V3.75H11.5625C12.3084 3.75 13.0238 4.04632 13.5512 4.57376C14.0787 5.10121 14.375 5.81658 14.375 6.5625C14.375 7.30844 14.0787 8.02381 13.5512 8.55125C13.0238 9.07869 12.3084 9.375 11.5625 9.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),xp=o("textbox",[["path",{d:"M8.75 3.75V16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 5.625H18.125C18.2907 5.625 18.4497 5.69085 18.5669 5.80806C18.6841 5.92527 18.75 6.08424 18.75 6.25V13.75C18.75 13.9157 18.6841 14.0747 18.5669 14.1919C18.4497 14.3091 18.2907 14.375 18.125 14.375H11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.75 14.375H1.875C1.70924 14.375 1.55027 14.3091 1.43306 14.1919C1.31585 14.0747 1.25 13.9157 1.25 13.75V6.25C1.25 6.08424 1.31585 5.92527 1.43306 5.80806C1.55027 5.69085 1.70924 5.625 1.875 5.625H8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 8.75H6.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5 8.75V11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),gp=o("text-columns",[["path",{d:"M3.125 5H8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 8.125H8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 11.25H8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 14.375H8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 5H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 8.125H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 11.25H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 14.375H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Zp=o("text-h",[["path",{d:"M4.375 4.375V15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 10H4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 4.375V15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),mp=o("text-h-five",[["path",{d:"M18.75 8.75H15.625L15 12.5C15.2052 12.2963 15.4493 12.1359 15.7177 12.0286C15.9861 11.9212 16.2734 11.869 16.5625 11.875C17.1427 11.875 17.6991 12.1054 18.1093 12.5157C18.5196 12.9259 18.75 13.4823 18.75 14.0625C18.75 14.6427 18.5196 15.1991 18.1093 15.6093C17.6991 16.0196 17.1427 16.25 16.5625 16.25C16.2734 16.256 15.9861 16.2038 15.7177 16.0964C15.4493 15.9891 15.2052 15.8287 15 15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 4.375V13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 9.0625H3.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 4.375V13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),fp=o("text-h-four",[["path",{d:"M3.125 4.375V13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 9.0625H3.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 4.375V13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M19.375 14.375H13.75L18.125 8.75V16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),yp=o("text-h-one",[["path",{d:"M17.5 16.25V8.75L15.625 10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 4.375V13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 9.0625H3.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 4.375V13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Pp=o("text-h-six",[["path",{d:"M16.5625 16.25C17.7706 16.25 18.75 15.2706 18.75 14.0625C18.75 12.8544 17.7706 11.875 16.5625 11.875C15.3544 11.875 14.375 12.8544 14.375 14.0625C14.375 15.2706 15.3544 16.25 16.5625 16.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.668 12.9688L17.1875 8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 4.375V13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 9.0625H3.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 4.375V13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Tp=o("text-h-three",[["path",{d:"M15 8.75H18.75L16.5625 11.875C16.9231 11.8751 17.2782 11.9643 17.596 12.1347C17.9139 12.3052 18.1846 12.5516 18.3842 12.8519C18.5837 13.1523 18.706 13.4974 18.7399 13.8564C18.7739 14.2155 18.7186 14.5774 18.5789 14.9099C18.4392 15.2424 18.2194 15.5351 17.9393 15.7622C17.659 15.9892 17.327 16.1434 16.9728 16.2111C16.6185 16.2788 16.2531 16.2579 15.9089 16.1502C15.5647 16.0424 15.2524 15.8513 15 15.5938",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 4.375V13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 9.0625H3.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 4.375V13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Ap=o("text-h-two",[["path",{d:"M3.125 4.375V13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 9.0625H3.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 4.375V13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M18.75 16.2499H15L18.3726 11.7531C18.5353 11.5371 18.6492 11.2886 18.7067 11.0244C18.7642 10.7603 18.7639 10.4868 18.7059 10.2228C18.6478 9.95882 18.5334 9.7105 18.3704 9.49482C18.2074 9.27919 17.9996 9.10138 17.7615 8.9735C17.5233 8.84563 17.2603 8.77075 16.9905 8.75407C16.7207 8.73738 16.4505 8.77919 16.1984 8.87669C15.9463 8.97419 15.7182 9.12507 15.5298 9.31894C15.3414 9.51282 15.1972 9.74513 15.107 9.99994",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Fp=o("text-indent",[["path",{d:"M8.75 10H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.75 5H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 15H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 4.375L6.25 7.5L3.125 10.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Dp=o("text-italic",[["path",{d:"M11.875 4.375L8.125 15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5 15.625H11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.75 4.375H15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),qp=o("text-outdent",[["path",{d:"M8.75 10H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.75 5H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 15H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.625 4.375L2.5 7.5L5.625 10.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Rp=o("text-strikethrough",[["path",{d:"M3.125 10H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.96303 7.5C5.89847 7.298 5.8663 7.08706 5.86772 6.875C5.86772 5.14922 7.58645 3.75 9.99976 3.75C11.7966 3.75 13.1435 4.52109 13.7498 5.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.625 13.125C5.625 14.8508 7.58356 16.25 10 16.25C12.4164 16.25 14.375 14.8508 14.375 13.125C14.375 11.2679 12.6859 10.5469 10.8125 10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Up=o("text-subscript",[["path",{d:"M18.75 16.2499H15L18.3726 11.7531C18.5353 11.5371 18.6492 11.2886 18.7067 11.0244C18.7642 10.7603 18.7639 10.4868 18.7059 10.2228C18.6478 9.95882 18.5334 9.7105 18.3704 9.49482C18.2074 9.27919 17.9996 9.10138 17.7615 8.9735C17.5233 8.84563 17.2603 8.77075 16.9905 8.75407C16.7207 8.73738 16.4505 8.77919 16.1984 8.87669C15.9463 8.97419 15.7182 9.12507 15.5298 9.31894C15.3414 9.51282 15.1972 9.74513 15.107 9.99994",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 4.375L11.25 13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 4.375L3.125 13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Np=o("text-superscript",[["path",{d:"M18.75 11.2499H15L18.3726 6.75307C18.5353 6.53713 18.6492 6.28857 18.7067 6.02442C18.7642 5.76029 18.7639 5.48685 18.7059 5.22284C18.6478 4.95882 18.5334 4.71048 18.3704 4.49484C18.2074 4.2792 17.9996 4.10135 17.7615 3.97349C17.5233 3.84563 17.2603 3.77079 16.9905 3.75407C16.7207 3.73737 16.4505 3.7792 16.1984 3.87669C15.9463 3.97419 15.7182 4.12505 15.5298 4.31894C15.3414 4.51282 15.1972 4.74513 15.107 4.99997",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 6.25L11.25 15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 6.25L3.125 15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Gp=o("text-t",[["path",{d:"M10 4.375V15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 6.875V4.375H15.625V6.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 15.625H12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),zp=o("text-t-slash",[["path",{d:"M3.75 3.125L16.25 16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 15.625H12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 10V15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 4.375V6.28362",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.26465 4.375H15.6248V6.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 6.875V4.375H4.88672",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Ep=o("text-underline",[["path",{d:"M5 17.5H15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 4.375V10.625C14.375 11.7853 13.9141 12.8981 13.0936 13.7186C12.2731 14.5391 11.1603 15 10 15C8.83969 15 7.72687 14.5391 6.90644 13.7186C6.08594 12.8981 5.625 11.7853 5.625 10.625V4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Op=o("thermometer",[["path",{d:"M16.5625 8.125C17.4254 8.125 18.125 7.42544 18.125 6.5625C18.125 5.69956 17.4254 5 16.5625 5C15.6996 5 15 5.69956 15 6.5625C15 7.42544 15.6996 8.125 16.5625 8.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.375 12.5V6.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.375 16.25C10.4106 16.25 11.25 15.4106 11.25 14.375C11.25 13.3394 10.4106 12.5 9.375 12.5C8.33944 12.5 7.5 13.3394 7.5 14.375C7.5 15.4106 8.33944 16.25 9.375 16.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 3.75C6.875 3.08696 7.13838 2.45108 7.60725 1.98223C8.07606 1.51339 8.71194 1.25 9.375 1.25C10.0381 1.25 10.6739 1.51339 11.1428 1.98223C11.6116 2.45108 11.875 3.08696 11.875 3.75V10.7812C12.6394 11.3135 13.2139 12.0758 13.5151 12.9572C13.8162 13.8386 13.8281 14.7931 13.5493 15.6817C13.2703 16.5704 12.7151 17.3469 11.9643 17.8981C11.2135 18.4494 10.3064 18.7466 9.375 18.7466C8.44356 18.7466 7.5365 18.4494 6.78569 17.8981C6.03494 17.3469 5.47969 16.5704 5.20077 15.6817C4.92185 14.7931 4.93383 13.8386 5.23495 12.9572C5.53608 12.0758 6.11064 11.3135 6.875 10.7812V3.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Wp=o("thermometer-cold",[["path",{d:"M9.375 12.5V9.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.875 3.75V6.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.4976 5.47729L16.8749 6.24995",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.4053 8.27263L16.8748 6.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M18.3445 8.27263L16.875 6.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M19.2523 5.47729L16.875 6.24995",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.375 16.25C10.4106 16.25 11.25 15.4106 11.25 14.375C11.25 13.3394 10.4106 12.5 9.375 12.5C8.33944 12.5 7.5 13.3394 7.5 14.375C7.5 15.4106 8.33944 16.25 9.375 16.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 3.75C6.875 3.08696 7.13838 2.45108 7.60725 1.98223C8.07606 1.51339 8.71194 1.25 9.375 1.25C10.0381 1.25 10.6739 1.51339 11.1428 1.98223C11.6116 2.45108 11.875 3.08696 11.875 3.75V10.7812C12.6394 11.3135 13.2139 12.0758 13.5151 12.9572C13.8162 13.8386 13.8281 14.7931 13.5493 15.6817C13.2703 16.5704 12.7151 17.3469 11.9643 17.8981C11.2135 18.4494 10.3064 18.7466 9.375 18.7466C8.44356 18.7466 7.5365 18.4494 6.78569 17.8981C6.03494 17.3469 5.47969 16.5704 5.20077 15.6817C4.92185 14.7931 4.93383 13.8386 5.23495 12.9572C5.53608 12.0758 6.11064 11.3135 6.875 10.7812V3.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Ip=o("thermometer-hot",[["path",{d:"M9.375 12.5V3.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.375 16.25C10.4106 16.25 11.25 15.4106 11.25 14.375C11.25 13.3394 10.4106 12.5 9.375 12.5C8.33944 12.5 7.5 13.3394 7.5 14.375C7.5 15.4106 8.33944 16.25 9.375 16.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 3.75C6.875 3.08696 7.13838 2.45108 7.60725 1.98223C8.07606 1.51339 8.71194 1.25 9.375 1.25C10.0381 1.25 10.6739 1.51339 11.1428 1.98223C11.6116 2.45108 11.875 3.08696 11.875 3.75V10.7812C12.6394 11.3135 13.2139 12.0758 13.5151 12.9572C13.8162 13.8386 13.8281 14.7931 13.5493 15.6817C13.2703 16.5704 12.7151 17.3469 11.9643 17.8981C11.2135 18.4494 10.3064 18.7466 9.375 18.7466C8.44356 18.7466 7.5365 18.4494 6.78569 17.8981C6.03494 17.3469 5.47969 16.5704 5.20077 15.6817C4.92185 14.7931 4.93383 13.8386 5.23495 12.9572C5.53608 12.0758 6.11064 11.3135 6.875 10.7812V3.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 5.96884C16.1648 4.80322 16.9602 7.072 18.75 5.90634",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 8.46885C16.1648 7.30322 16.9602 9.57197 18.75 8.40635",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Xp=o("thermometer-simple",[["path",{d:"M10 12.5V6.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 16.25C11.0356 16.25 11.875 15.4106 11.875 14.375C11.875 13.3394 11.0356 12.5 10 12.5C8.96444 12.5 8.125 13.3394 8.125 14.375C8.125 15.4106 8.96444 16.25 10 16.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 3.75C7.5 3.08696 7.76338 2.45108 8.23225 1.98223C8.70106 1.51339 9.33694 1.25 10 1.25C10.6631 1.25 11.2989 1.51339 11.7678 1.98223C12.2366 2.45108 12.5 3.08696 12.5 3.75V10.7812C13.2644 11.3135 13.8389 12.0758 14.1401 12.9572C14.4412 13.8386 14.4531 14.7931 14.1743 15.6817C13.8953 16.5704 13.3401 17.3469 12.5893 17.8981C11.8385 18.4494 10.9314 18.7466 10 18.7466C9.06856 18.7466 8.1615 18.4494 7.41069 17.8981C6.65994 17.3469 6.10469 16.5704 5.82577 15.6817C5.54685 14.7931 5.55883 13.8386 5.85995 12.9572C6.16108 12.0758 6.73563 11.3135 7.5 10.7812V3.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Kp=o("threads-logo",[["path",{d:"M15.625 6.06641C14.8328 4.00703 13.1695 2.5 10 2.5C5 2.5 3.75 6.25 3.75 10C3.75 13.75 5 17.5 10 17.5C13.75 17.5 15.625 15 15.625 13.125C15.625 8.125 7.5 8.125 7.5 11.875C7.5 15 13.125 15 13.125 10C13.125 5.625 8.75 5.625 7.5 7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Jp=o("three-d",[["path",{d:"M4.375 6.25H8.125L5.9375 9.375C6.29813 9.37506 6.65319 9.46425 6.971 9.63469C7.28887 9.80519 7.55962 10.0516 7.75919 10.3519C7.95875 10.6523 8.081 10.9974 8.11494 11.3564C8.14894 11.7155 8.09363 12.0774 7.95388 12.4099C7.81419 12.7424 7.59444 13.0351 7.31425 13.2622C7.034 13.4892 6.702 13.6434 6.34775 13.7111C5.99352 13.7788 5.62805 13.7579 5.28386 13.6502C4.93967 13.5424 4.62746 13.3513 4.375 13.0938",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.625 13.75H12.5C13.4946 13.75 14.4484 13.3549 15.1516 12.6516C15.8549 11.9484 16.25 10.9946 16.25 10C16.25 9.00544 15.8549 8.05162 15.1516 7.34837C14.4484 6.64506 13.4946 6.25 12.5 6.25H10.625V13.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 3.75H17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 16.25H17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Qp=o("thumbs-down",[["path",{d:"M2.5 3.75H6.25V11.875H2.5C2.33424 11.875 2.17527 11.8091 2.05806 11.6919C1.94085 11.5747 1.875 11.4157 1.875 11.25V4.375C1.875 4.20924 1.94085 4.05027 2.05806 3.93306C2.17527 3.81585 2.33424 3.75 2.5 3.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 11.875L9.375 18.125C10.0381 18.125 10.6739 17.8616 11.1427 17.3927C11.6116 16.9239 11.875 16.2881 11.875 15.625V13.75H16.875C17.0523 13.7499 17.2276 13.7122 17.3892 13.6392C17.5508 13.5662 17.695 13.4597 17.8122 13.3267C17.9295 13.1937 18.0171 13.0372 18.0693 12.8677C18.1215 12.6983 18.137 12.5197 18.1148 12.3438L17.1773 4.84375C17.1393 4.54174 16.9924 4.26399 16.7641 4.06262C16.5358 3.86124 16.2419 3.75009 15.9375 3.75H6.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Yp=o("thumbs-up",[["path",{d:"M2.5 8.125H6.25V16.25H2.5C2.33424 16.25 2.17527 16.1841 2.05806 16.0669C1.94085 15.9497 1.875 15.7907 1.875 15.625V8.75C1.875 8.58425 1.94085 8.42525 2.05806 8.30806C2.17527 8.19088 2.33424 8.125 2.5 8.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 8.125L9.375 1.875C10.0381 1.875 10.6739 2.13839 11.1427 2.60723C11.6116 3.07607 11.875 3.71196 11.875 4.375V6.25H16.875C17.0523 6.25006 17.2276 6.28781 17.3892 6.36081C17.5508 6.43381 17.695 6.54031 17.8122 6.67331C17.9295 6.80631 18.0171 6.96275 18.0693 7.13225C18.1215 7.30169 18.137 7.48031 18.1148 7.65625L17.1773 15.1562C17.1393 15.4583 16.9924 15.736 16.7641 15.9374C16.5358 16.1387 16.2419 16.2499 15.9375 16.25H6.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),_p=o("ticket",[["path",{d:"M7.5 4.375V15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.875 12.5C2.53804 12.5 3.17393 12.2366 3.64277 11.7677C4.11161 11.2989 4.375 10.6631 4.375 10C4.375 9.33694 4.11161 8.70106 3.64277 8.23225C3.17393 7.76338 2.53804 7.5 1.875 7.5V5C1.875 4.83424 1.94085 4.67527 2.05806 4.55806C2.17527 4.44085 2.33424 4.375 2.5 4.375H17.5C17.6657 4.375 17.8247 4.44085 17.9419 4.55806C18.0591 4.67527 18.125 4.83424 18.125 5V7.5C17.4619 7.5 16.8261 7.76338 16.3573 8.23225C15.8884 8.70106 15.625 9.33694 15.625 10C15.625 10.6631 15.8884 11.2989 16.3573 11.7677C16.8261 12.2366 17.4619 12.5 18.125 12.5V15C18.125 15.1657 18.0591 15.3247 17.9419 15.4419C17.8247 15.5591 17.6657 15.625 17.5 15.625H2.5C2.33424 15.625 2.17527 15.5591 2.05806 15.4419C1.94085 15.3247 1.875 15.1657 1.875 15V12.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),$p=o("tidal-logo",[["path",{d:"M3.75106 4.375L0.625977 7.50008L3.75106 10.6251L6.87615 7.50008L3.75106 4.375Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.001 4.375L6.87598 7.50008L10.001 10.6251L13.1261 7.50008L10.001 4.375Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.0006 10.625L6.87549 13.7501L10.0006 16.8751L13.1257 13.7501L10.0006 10.625Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.2506 4.37573L13.1255 7.50083L16.2506 10.6259L19.3757 7.50083L16.2506 4.37573Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),ol=o("tiktok-logo",[["path",{d:"M13.125 7.96875C14.3992 8.88587 15.9301 9.37794 17.5 9.375V6.25C16.3397 6.25 15.2269 5.78906 14.4064 4.96859C13.5859 4.14812 13.125 3.03533 13.125 1.875H10V12.1875C9.99981 12.5789 9.89462 12.9631 9.69537 13.3001C9.49612 13.637 9.21012 13.9143 8.86719 14.103C8.52431 14.2918 8.137 14.385 7.74575 14.3731C7.3545 14.3611 6.97362 14.2444 6.64281 14.0351C6.31206 13.8258 6.04351 13.5316 5.86519 13.1831C5.68686 12.8347 5.60531 12.4448 5.62902 12.0541C5.65273 11.6633 5.78085 11.2861 6.00001 10.9618C6.21917 10.6375 6.52131 10.3779 6.875 10.2102V6.875C4.38828 7.318 2.5 9.57344 2.5 12.1875C2.5 13.5964 3.05971 14.9477 4.05599 15.944C5.05228 16.9403 6.40356 17.5 7.8125 17.5C9.22144 17.5 10.5727 16.9403 11.569 15.944C12.5653 14.9477 13.125 13.5964 13.125 12.1875V7.96875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),rl=o("tilde",[["path",{d:"M3.125 10.1891C8.75 3.19303 11.25 16.8071 16.875 9.811",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),el=o("timer",[["path",{d:"M10 17.5C13.7969 17.5 16.875 14.4219 16.875 10.625C16.875 6.82806 13.7969 3.75 10 3.75C6.20304 3.75 3.125 6.82806 3.125 10.625C3.125 14.4219 6.20304 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 10.625L13.125 7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 1.25H11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),nl=o("tipi",[["path",{d:"M8.125 1.25L18.125 16.875H1.875L11.875 1.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.6001 16.875L10.0001 10L14.4001 16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),tl=o("tip-jar",[["path",{d:"M13.75 4.375H6.25C4.86929 4.375 3.75 5.49429 3.75 6.875V15.625C3.75 17.0057 4.86929 18.125 6.25 18.125H13.75C15.1307 18.125 16.25 17.0057 16.25 15.625V6.875C16.25 5.49429 15.1307 4.375 13.75 4.375Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 4.375V2.5C6.25 2.33424 6.31588 2.17527 6.43306 2.05806C6.55025 1.94085 6.70925 1.875 6.875 1.875H13.125C13.2907 1.875 13.4497 1.94085 13.5669 2.05806C13.6841 2.17527 13.75 2.33424 13.75 2.5V4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.75 4.375V1.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 4.375V1.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.75 13.75H10.625C10.9565 13.75 11.2744 13.6183 11.5089 13.3839C11.7433 13.1494 11.875 12.8315 11.875 12.5C11.875 12.1685 11.7433 11.8506 11.5089 11.6161C11.2744 11.3817 10.9565 11.25 10.625 11.25H9.375C9.0435 11.25 8.72556 11.1183 8.49113 10.8839C8.25669 10.6494 8.125 10.3315 8.125 10C8.125 9.6685 8.25669 9.35056 8.49113 9.11613C8.72556 8.88169 9.0435 8.75 9.375 8.75H11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 8.75V7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 15V13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),sl=o("tire",[["path",{d:"M13.125 13.125C13.8154 13.125 14.375 11.7259 14.375 10C14.375 8.27413 13.8154 6.875 13.125 6.875C12.4346 6.875 11.875 8.27413 11.875 10C11.875 11.7259 12.4346 13.125 13.125 13.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.8125 17.5C15.0562 17.5 16.875 14.1421 16.875 10C16.875 5.85786 15.0562 2.5 12.8125 2.5C10.5688 2.5 8.75 5.85786 8.75 10C8.75 14.1421 10.5688 17.5 12.8125 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M18.125 17.5H7.1875C4.94375 17.5 3.125 14.1406 3.125 10C3.125 5.85938 4.94375 2.5 7.1875 2.5H12.8125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.15479 9.08594L6.2501 6.875L8.81025 8.70394",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.66016 13.725L6.25 11.875L9.42575 14.1429",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),il=o("toggle-left",[["path",{d:"M13.75 5H6.25C3.48857 5 1.25 7.23856 1.25 10C1.25 12.7614 3.48857 15 6.25 15H13.75C16.5114 15 18.75 12.7614 18.75 10C18.75 7.23856 16.5114 5 13.75 5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 12.5C7.63069 12.5 8.75 11.3807 8.75 10C8.75 8.61931 7.63069 7.5 6.25 7.5C4.86929 7.5 3.75 8.61931 3.75 10C3.75 11.3807 4.86929 12.5 6.25 12.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Cl=o("toggle-right",[["path",{d:"M13.75 5H6.25C3.48857 5 1.25 7.23856 1.25 10C1.25 12.7614 3.48857 15 6.25 15H13.75C16.5114 15 18.75 12.7614 18.75 10C18.75 7.23856 16.5114 5 13.75 5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 12.5C15.1307 12.5 16.25 11.3807 16.25 10C16.25 8.61931 15.1307 7.5 13.75 7.5C12.3693 7.5 11.25 8.61931 11.25 10C11.25 11.3807 12.3693 12.5 13.75 12.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),ul=o("toilet",[["path",{d:"M5 8.75V3.125C5 2.95924 5.06585 2.80027 5.18306 2.68306C5.30027 2.56585 5.45924 2.5 5.625 2.5H14.375C14.5407 2.5 14.6997 2.56585 14.8169 2.68306C14.9341 2.80027 15 2.95924 15 3.125V8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 5H8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.875 8.75C16.875 10.5734 16.1507 12.3221 14.8614 13.6114C13.5721 14.9007 11.8234 15.625 10 15.625C8.17663 15.625 6.42794 14.9007 5.13864 13.6114C3.84933 12.3221 3.125 10.5734 3.125 8.75H16.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.22031 15.0398L6.88125 17.4117C6.86862 17.5003 6.87519 17.5907 6.90044 17.6765C6.92575 17.7624 6.96919 17.8419 7.02787 17.9095C7.08656 17.9772 7.15906 18.0314 7.2405 18.0685C7.322 18.1057 7.4105 18.125 7.5 18.125H12.5C12.5896 18.125 12.6781 18.1057 12.7595 18.0685C12.8409 18.0314 12.9135 17.9772 12.9721 17.9095C13.0308 17.8419 13.0742 17.7624 13.0996 17.6765C13.1249 17.5907 13.1314 17.5003 13.1187 17.4117L12.7797 15.0398",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),kl=o("toilet-paper",[["path",{d:"M5 10.4688C5.60406 10.4688 6.09375 9.97906 6.09375 9.375C6.09375 8.77094 5.60406 8.28125 5 8.28125C4.39594 8.28125 3.90625 8.77094 3.90625 9.375C3.90625 9.97906 4.39594 10.4688 5 10.4688Z",fill:"currentColor",stroke:"none"}],["path",{d:"M5 15.625C6.72587 15.625 8.125 12.8267 8.125 9.375C8.125 5.92322 6.72587 3.125 5 3.125C3.27411 3.125 1.875 5.92322 1.875 9.375C1.875 12.8267 3.27411 15.625 5 15.625Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 9.375V16.25C8.125 16.4157 8.19088 16.5747 8.30806 16.6919C8.42525 16.8091 8.58425 16.875 8.75 16.875H17.5C17.6657 16.875 17.8247 16.8091 17.9419 16.6919C18.0591 16.5747 18.125 16.4157 18.125 16.25V9.375C18.125 5.92344 16.7258 3.125 15 3.125H5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 9.375H10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 9.375H13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 9.375H18.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),al=o("toolbox",[["path",{d:"M17.5 5.625H2.5C2.15482 5.625 1.875 5.90482 1.875 6.25V15C1.875 15.3452 2.15482 15.625 2.5 15.625H17.5C17.8452 15.625 18.125 15.3452 18.125 15V6.25C18.125 5.90482 17.8452 5.625 17.5 5.625Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.875 9.375H18.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.625 8.125V10.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 8.125V10.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 5.625V4.375C13.125 4.04348 12.9933 3.72554 12.7589 3.49112C12.5244 3.25669 12.2065 3.125 11.875 3.125H8.125C7.7935 3.125 7.47556 3.25669 7.24113 3.49112C7.00669 3.72554 6.875 4.04348 6.875 4.375V5.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),dl=o("tooth",[["path",{d:"M6.875 5L13.125 7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 5L6.875 7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.12501 6.23126C3.11954 11.8109 4.95939 16.25 6.5625 17.3859C6.65312 17.4484 6.75862 17.4859 6.86837 17.4945C6.97812 17.5031 7.08819 17.4826 7.18744 17.4351C7.28669 17.3874 7.37162 17.3145 7.43362 17.2236C7.49569 17.1327 7.53256 17.0269 7.54062 16.9172C7.65625 15.3367 8.125 12.5 10 12.5C11.875 12.5 12.3437 15.3367 12.4617 16.9164C12.4698 17.0262 12.5067 17.1319 12.5687 17.2228C12.6307 17.3137 12.7157 17.3867 12.8149 17.4343C12.9142 17.4818 13.0243 17.5023 13.134 17.4937C13.2438 17.4851 13.3492 17.4476 13.4399 17.3852C15.0406 16.2484 16.8774 11.8102 16.8774 6.23048C16.8734 5.23851 16.4761 4.28863 15.7726 3.58924C15.0692 2.88987 14.117 2.49814 13.125 2.50001H6.875C5.88331 2.49876 4.9316 2.89088 4.22861 3.59035C3.52561 4.28983 3.12874 5.23956 3.12501 6.23126Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),cl=o("tornado",[["path",{d:"M4.375 3.125H17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 5.625H13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 8.125H12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 10.625H13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.375 13.125H14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 15.625H12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.75 18.125H10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Ll=o("tote",[["path",{d:"M16.3804 16.25H3.61947C3.46585 16.2501 3.31752 16.1939 3.20241 16.0922C3.0873 15.9904 3.01334 15.8501 2.99447 15.6977L1.88119 6.32269C1.87089 6.23471 1.87941 6.14556 1.90617 6.06113C1.93294 5.97671 1.97734 5.89893 2.03644 5.83296C2.09554 5.767 2.16797 5.71435 2.24896 5.6785C2.32995 5.64265 2.41763 5.62441 2.50619 5.62501H17.4937C17.5823 5.62441 17.6699 5.64265 17.7509 5.6785C17.8319 5.71435 17.9044 5.767 17.9634 5.83296C18.0226 5.89893 18.0669 5.97671 18.0937 6.06113C18.1205 6.14556 18.129 6.23471 18.1187 6.32269L17.0054 15.6977C16.9866 15.8501 16.9126 15.9904 16.7975 16.0922C16.6824 16.1939 16.534 16.2501 16.3804 16.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 8.125V5C6.875 4.1712 7.20425 3.37634 7.79031 2.79029C8.37631 2.20424 9.17119 1.875 10 1.875C10.8288 1.875 11.6237 2.20424 12.2097 2.79029C12.7957 3.37634 13.125 4.1712 13.125 5V8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),pl=o("tote-simple",[["path",{d:"M16.3804 16.25H3.61947C3.46585 16.2501 3.31752 16.1939 3.20241 16.0922C3.0873 15.9904 3.01334 15.8501 2.99447 15.6977L1.88119 6.32269C1.87089 6.23471 1.87941 6.14556 1.90617 6.06113C1.93294 5.97671 1.97734 5.89893 2.03644 5.83296C2.09554 5.767 2.16797 5.71435 2.24896 5.6785C2.32995 5.64265 2.41763 5.62441 2.50619 5.62501H17.4937C17.5823 5.62441 17.6699 5.64265 17.7509 5.6785C17.8319 5.71435 17.9044 5.767 17.9634 5.83296C18.0226 5.89893 18.0669 5.97671 18.0937 6.06113C18.1205 6.14556 18.129 6.23471 18.1187 6.32269L17.0054 15.6977C16.9866 15.8501 16.9126 15.9904 16.7975 16.0922C16.6824 16.1939 16.534 16.2501 16.3804 16.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 5.625V5C6.875 4.1712 7.20425 3.37634 7.79031 2.79029C8.37631 2.20424 9.17119 1.875 10 1.875C10.8288 1.875 11.6237 2.20424 12.2097 2.79029C12.7957 3.37634 13.125 4.1712 13.125 5V5.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),ll=o("towel",[["path",{d:"M16.875 11.875V3.75C16.875 3.41848 16.7433 3.10054 16.5089 2.86612C16.2744 2.63169 15.9565 2.5 15.625 2.5M15.625 2.5C15.2935 2.5 14.9756 2.63169 14.7411 2.86612C14.5067 3.10054 14.375 3.41848 14.375 3.75V16.875C14.375 17.0407 14.3091 17.1997 14.1919 17.3169C14.0747 17.4341 13.9157 17.5 13.75 17.5H5C4.83424 17.5 4.67527 17.4341 4.55806 17.3169C4.44085 17.1997 4.375 17.0407 4.375 16.875V3.75C4.375 3.41848 4.50669 3.10054 4.74112 2.86612C4.97554 2.63169 5.29348 2.5 5.625 2.5H15.625Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 15H14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),hl=o("tractor",[["path",{d:"M16.5625 16.875C17.7706 16.875 18.75 15.8956 18.75 14.6875C18.75 13.4794 17.7706 12.5 16.5625 12.5C15.3544 12.5 14.375 13.4794 14.375 14.6875C14.375 15.8956 15.3544 16.875 16.5625 16.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.3125 16.875C7.211 16.875 8.75 15.336 8.75 13.4375C8.75 11.539 7.211 10 5.3125 10C3.41402 10 1.875 11.539 1.875 13.4375C1.875 15.336 3.41402 16.875 5.3125 16.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.3125 14.5312C5.91656 14.5312 6.40625 14.0416 6.40625 13.4375C6.40625 12.8334 5.91656 12.3438 5.3125 12.3438C4.70844 12.3438 4.21875 12.8334 4.21875 13.4375C4.21875 14.0416 4.70844 14.5312 5.3125 14.5312Z",fill:"currentColor",stroke:"none"}],["path",{d:"M18.125 13.125V10.4688C18.1249 10.3344 18.0816 10.2036 18.0014 10.0958C17.9212 9.988 17.8084 9.90894 17.6797 9.87031L11.25 8.125V3.75H4.375V7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 3.75H4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 3.75H12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 7.5H5.3125C6.88725 7.5 8.39744 8.12556 9.51094 9.23906C10.6244 10.3526 11.25 11.8628 11.25 13.4375V14.375H14.3969",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 8.125V14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 8.97112V5.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Ml=o("trademark",[["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.625 8.125H8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 8.125V11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 11.875V8.125L12.1875 10.625L14.375 8.125V11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),jl=o("trademark-registered",[["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 10.625H10.625C11.1222 10.625 11.5992 10.4274 11.9508 10.0758C12.3024 9.72419 12.5 9.24725 12.5 8.75C12.5 8.25275 12.3024 7.77581 11.9508 7.42419C11.5992 7.07256 11.1222 6.875 10.625 6.875H8.125V13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.8267 10.614L12.5001 13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Hl=o("traffic-cone",[["path",{d:"M3.75 16.875L8.60388 2.91953C8.64656 2.79692 8.72638 2.69064 8.83225 2.61546C8.93806 2.54028 9.06469 2.49993 9.19456 2.5H10.8054C10.9353 2.49993 11.0619 2.54028 11.1678 2.61546C11.2736 2.69064 11.3534 2.79692 11.3961 2.91953L16.25 16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M18.125 16.875H1.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.9889 7.5H7.01074",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.7282 12.5H5.27197",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Bl=o("traffic-sign",[["path",{d:"M6.875 11.875V11.25C6.875 10.7528 7.07256 10.2758 7.42419 9.92419C7.77581 9.57256 8.25275 9.375 8.75 9.375H13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.52783 1.44563L1.44636 9.52709C1.1852 9.78828 1.1852 10.2117 1.44636 10.4728L9.52783 18.5543C9.78895 18.8155 10.2124 18.8155 10.4736 18.5543L18.555 10.4728C18.8162 10.2117 18.8162 9.78828 18.555 9.52709L10.4736 1.44563C10.2124 1.18446 9.78895 1.18446 9.52783 1.44563Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 7.5L13.125 9.375L11.25 11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Vl=o("traffic-signal",[["path",{d:"M14.375 2.5H5.625C5.27982 2.5 5 2.77982 5 3.125V16.875C5 17.2202 5.27982 17.5 5.625 17.5H14.375C14.7202 17.5 15 17.2202 15 16.875V3.125C15 2.77982 14.7202 2.5 14.375 2.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 8.75C11.0356 8.75 11.875 7.91056 11.875 6.875C11.875 5.83947 11.0356 5 10 5C8.96444 5 8.125 5.83947 8.125 6.875C8.125 7.91056 8.96444 8.75 10 8.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 15C11.0356 15 11.875 14.1606 11.875 13.125C11.875 12.0894 11.0356 11.25 10 11.25C8.96444 11.25 8.125 12.0894 8.125 13.125C8.125 14.1606 8.96444 15 10 15Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15 5.625H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15 11.875H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 5.625H5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 11.875H5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),wl=o("train",[["path",{d:"M3.75 10H16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 5.625H16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 16.25L5.625 18.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 16.25L14.375 18.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 2.5H5.625C4.58947 2.5 3.75 3.33947 3.75 4.375V14.375C3.75 15.4106 4.58947 16.25 5.625 16.25H14.375C15.4106 16.25 16.25 15.4106 16.25 14.375V4.375C16.25 3.33947 15.4106 2.5 14.375 2.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 5.625V10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.4375 14.2188C13.869 14.2188 14.2188 13.869 14.2188 13.4375C14.2188 13.006 13.869 12.6562 13.4375 12.6562C13.006 12.6562 12.6562 13.006 12.6562 13.4375C12.6562 13.869 13.006 14.2188 13.4375 14.2188Z",fill:"currentColor",stroke:"none"}],["path",{d:"M6.5625 14.2188C6.994 14.2188 7.34375 13.869 7.34375 13.4375C7.34375 13.006 6.994 12.6562 6.5625 12.6562C6.13102 12.6562 5.78125 13.006 5.78125 13.4375C5.78125 13.869 6.13102 14.2188 6.5625 14.2188Z",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),bl=o("train-regional",[["path",{d:"M5.47734 2.5H14.5226C14.6598 2.49999 14.7932 2.54512 14.9022 2.62842C15.0112 2.71172 15.0897 2.82856 15.1258 2.96094L16.875 9.375L15.1258 15.7891C15.0897 15.9214 15.0112 16.0383 14.9022 16.1216C14.7932 16.2049 14.6598 16.25 14.5226 16.25H5.47734C5.34016 16.25 5.20679 16.2049 5.09779 16.1216C4.98879 16.0383 4.91023 15.9214 4.87422 15.7891L3.125 9.375L4.87422 2.96094C4.91023 2.82856 4.98879 2.71172 5.09779 2.62842C5.20679 2.54512 5.34016 2.49999 5.47734 2.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 16.25V10.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 9.375L10 10.625L16.875 9.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 6.875H12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 16.25L5.625 18.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 16.25L14.375 18.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Sl=o("train-simple",[["path",{d:"M7.5 16.25L5.625 18.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 16.25L14.375 18.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 10H16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 2.5H5.625C4.58947 2.5 3.75 3.33947 3.75 4.375V14.375C3.75 15.4106 4.58947 16.25 5.625 16.25H14.375C15.4106 16.25 16.25 15.4106 16.25 14.375V4.375C16.25 3.33947 15.4106 2.5 14.375 2.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.4375 14.5312C14.0416 14.5312 14.5312 14.0416 14.5312 13.4375C14.5312 12.8334 14.0416 12.3438 13.4375 12.3438C12.8334 12.3438 12.3438 12.8334 12.3438 13.4375C12.3438 14.0416 12.8334 14.5312 13.4375 14.5312Z",fill:"currentColor",stroke:"none"}],["path",{d:"M6.5625 14.5312C7.16656 14.5312 7.65625 14.0416 7.65625 13.4375C7.65625 12.8334 7.16656 12.3438 6.5625 12.3438C5.95844 12.3438 5.46875 12.8334 5.46875 13.4375C5.46875 14.0416 5.95844 14.5312 6.5625 14.5312Z",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),vl=o("tram",[["path",{d:"M7.5 16.25L5.625 18.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 16.25L14.375 18.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 10H16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 4.375H5.625C4.58947 4.375 3.75 5.21447 3.75 6.25V14.375C3.75 15.4106 4.58947 16.25 5.625 16.25H14.375C15.4106 16.25 16.25 15.4106 16.25 14.375V6.25C16.25 5.21447 15.4106 4.375 14.375 4.375Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 1.25V4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.5625 14.5312C7.16656 14.5312 7.65625 14.0416 7.65625 13.4375C7.65625 12.8334 7.16656 12.3438 6.5625 12.3438C5.95844 12.3438 5.46875 12.8334 5.46875 13.4375C5.46875 14.0416 5.95844 14.5312 6.5625 14.5312Z",fill:"currentColor",stroke:"none"}],["path",{d:"M13.4375 14.5312C14.0416 14.5312 14.5312 14.0416 14.5312 13.4375C14.5312 12.8334 14.0416 12.3438 13.4375 12.3438C12.8334 12.3438 12.3438 12.8334 12.3438 13.4375C12.3438 14.0416 12.8334 14.5312 13.4375 14.5312Z",fill:"currentColor",stroke:"none"}],["path",{d:"M6.875 1.25H13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),xl=o("translate",[["path",{d:"M18.75 16.875L14.375 8.125L10 16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 14.375H17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 2.5V4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 4.375H12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 4.375C10 6.36413 9.20981 8.27175 7.80331 9.67831C6.39675 11.0848 4.48913 11.875 2.5 11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.42676 6.875C5.94388 8.33762 6.90182 9.60394 8.16863 10.4994C9.43551 11.3949 10.9488 11.8755 12.5002 11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),gl=o("trash",[["path",{d:"M16.875 4.375H3.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 8.125V13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 8.125V13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 4.375V16.25C15.625 16.4157 15.5591 16.5747 15.4419 16.6919C15.3247 16.8091 15.1657 16.875 15 16.875H5C4.83424 16.875 4.67527 16.8091 4.55806 16.6919C4.44085 16.5747 4.375 16.4157 4.375 16.25V4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 4.375V3.125C13.125 2.79348 12.9933 2.47554 12.7589 2.24112C12.5244 2.00669 12.2065 1.875 11.875 1.875H8.125C7.7935 1.875 7.47556 2.00669 7.24113 2.24112C7.00669 2.47554 6.875 2.79348 6.875 3.125V4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Zl=o("trash-simple",[["path",{d:"M16.875 4.375H3.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 1.875H13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 4.375V16.25C15.625 16.4157 15.5591 16.5747 15.4419 16.6919C15.3247 16.8091 15.1657 16.875 15 16.875H5C4.83424 16.875 4.67527 16.8091 4.55806 16.6919C4.44085 16.5747 4.375 16.4157 4.375 16.25V4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),ml=o("tray",[["path",{d:"M16.25 3.125H3.75C3.40482 3.125 3.125 3.40482 3.125 3.75V16.25C3.125 16.5952 3.40482 16.875 3.75 16.875H16.25C16.5952 16.875 16.875 16.5952 16.875 16.25V3.75C16.875 3.40482 16.5952 3.125 16.25 3.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 12.5H5.99141C6.15694 12.5001 6.31569 12.5658 6.43281 12.6828L7.94219 14.1922C8.05931 14.3092 8.21806 14.3749 8.38356 14.375H11.6164C11.7819 14.3749 11.9407 14.3092 12.0578 14.1922L13.5672 12.6828C13.6843 12.5658 13.8431 12.5001 14.0086 12.5H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),fl=o("tray-arrow-down",[["path",{d:"M16.25 3.125H3.75C3.40482 3.125 3.125 3.40482 3.125 3.75V16.25C3.125 16.5952 3.40482 16.875 3.75 16.875H16.25C16.5952 16.875 16.875 16.5952 16.875 16.25V3.75C16.875 3.40482 16.5952 3.125 16.25 3.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 5.625V11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 12.5H5.99141C6.15694 12.5001 6.31569 12.5658 6.43281 12.6828L7.94219 14.1922C8.05931 14.3092 8.21806 14.3749 8.38356 14.375H11.6164C11.7819 14.3749 11.9407 14.3092 12.0578 14.1922L13.5672 12.6828C13.6843 12.5658 13.8431 12.5001 14.0086 12.5H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 9.375L10 11.875L12.5 9.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),yl=o("tray-arrow-up",[["path",{d:"M16.25 3.125H3.75C3.40482 3.125 3.125 3.40482 3.125 3.75V16.25C3.125 16.5952 3.40482 16.875 3.75 16.875H16.25C16.5952 16.875 16.875 16.5952 16.875 16.25V3.75C16.875 3.40482 16.5952 3.125 16.25 3.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 5.625V11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 12.5H5.99141C6.15694 12.5001 6.31569 12.5658 6.43281 12.6828L7.94219 14.1922C8.05931 14.3092 8.21806 14.3749 8.38356 14.375H11.6164C11.7819 14.3749 11.9407 14.3092 12.0578 14.1922L13.5672 12.6828C13.6843 12.5658 13.8431 12.5001 14.0086 12.5H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 8.125L10 5.625L12.5 8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Pl=o("treasure-chest",[["path",{d:"M5.625 3.75H14.375C15.3696 3.75 16.3234 4.14509 17.0266 4.84835C17.7299 5.55161 18.125 6.50544 18.125 7.5V15C18.125 15.1657 18.0591 15.3247 17.9419 15.4419C17.8247 15.5591 17.6657 15.625 17.5 15.625H2.5C2.33424 15.625 2.17527 15.5591 2.05806 15.4419C1.94085 15.3247 1.875 15.1657 1.875 15V7.5C1.875 6.50544 2.27009 5.55161 2.97335 4.84835C3.67661 4.14509 4.63044 3.75 5.625 3.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.875 8.75H8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 8.75H18.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 7.5H8.75V11.25H11.25V7.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.625 3.75V15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 3.75V15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Tl=o("tree",[["path",{d:"M10 18.125V6.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 11.875L6.25 10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 10L13.75 8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 13.9017C10.9209 14.6407 12.0745 15.0284 13.2547 14.9954C15.9055 14.9282 18.1321 12.6345 18.125 9.98293C18.1222 8.9875 17.8223 8.01562 17.2638 7.19162C16.7052 6.36768 15.9135 5.72919 14.9898 5.35793C14.6161 4.33498 13.937 3.45163 13.0445 2.8275C12.1519 2.20338 11.0891 1.86865 10 1.86865C8.91089 1.86865 7.84814 2.20338 6.95558 2.8275C6.06309 3.45163 5.38394 4.33498 5.01017 5.35793C4.08608 5.72939 3.29398 6.36837 2.7354 7.19293C2.17682 8.0175 1.87723 8.99012 1.87502 9.98606C1.86799 12.6376 4.09533 14.9314 6.74614 14.9986C7.92652 15.0305 9.07983 14.6417 10 13.9017Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Al=o("tree-evergreen",[["path",{d:"M10 1.25L3.75 9.375H6.875L2.5 15H17.5L13.125 9.375H16.25L10 1.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 15V18.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Fl=o("tree-palm",[["path",{d:"M10.0001 8.12481C9.99344 6.81119 10.4925 5.54536 11.3938 4.58968C11.8242 4.12756 12.3451 3.75902 12.9242 3.50704C13.5032 3.25504 14.1279 3.125 14.7594 3.125C15.3909 3.125 16.0156 3.25504 16.5947 3.50704C17.1738 3.75902 17.6947 4.12756 18.1251 4.58968L10.0001 8.12481Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 8.16556C11.1481 7.507 12.5098 7.3285 13.7888 7.66881C15.0678 8.00912 16.1607 8.84075 16.8297 9.98275C17.1584 10.5462 17.3718 11.1695 17.4576 11.8163C17.5433 12.4629 17.4995 13.1203 17.3289 13.7499L10 8.16556Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 8.12481C10.0066 6.81119 9.50756 5.54536 8.60625 4.58968C8.17588 4.12756 7.65494 3.75902 7.07587 3.50704C6.49687 3.25504 5.87212 3.125 5.24063 3.125C4.60913 3.125 3.98441 3.25504 3.40537 3.50704C2.82633 3.75902 2.30539 4.12756 1.875 4.58968L10 8.12481Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.0002 8.16556C8.85209 7.507 7.49047 7.3285 6.21142 7.66881C4.93239 8.00912 3.8395 8.84075 3.1705 9.98275C2.84178 10.5462 2.62836 11.1695 2.54265 11.8163C2.45695 12.4629 2.50068 13.1203 2.67128 13.7499L10.0002 8.16556Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 8.16577V17.5001",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Dl=o("tree-structure",[["path",{d:"M4.375 8.125H1.875C1.52982 8.125 1.25 8.40481 1.25 8.75V11.25C1.25 11.5952 1.52982 11.875 1.875 11.875H4.375C4.72018 11.875 5 11.5952 5 11.25V8.75C5 8.40481 4.72018 8.125 4.375 8.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 3.125H12.5C12.1548 3.125 11.875 3.40482 11.875 3.75V7.5C11.875 7.84519 12.1548 8.125 12.5 8.125H16.25C16.5952 8.125 16.875 7.84519 16.875 7.5V3.75C16.875 3.40482 16.5952 3.125 16.25 3.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 11.875H12.5C12.1548 11.875 11.875 12.1548 11.875 12.5V16.25C11.875 16.5952 12.1548 16.875 12.5 16.875H16.25C16.5952 16.875 16.875 16.5952 16.875 16.25V12.5C16.875 12.1548 16.5952 11.875 16.25 11.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5 10H8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 14.375H10C9.6685 14.375 9.35056 14.2433 9.11613 14.0089C8.88169 13.7744 8.75 13.4565 8.75 13.125V6.875C8.75 6.5435 8.88169 6.22554 9.11613 5.99112C9.35056 5.75669 9.6685 5.625 10 5.625H11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),ql=o("tree-view",[["path",{d:"M7.5 1.875H5C4.65482 1.875 4.375 2.15482 4.375 2.5V5C4.375 5.34518 4.65482 5.625 5 5.625H7.5C7.84519 5.625 8.125 5.34518 8.125 5V2.5C8.125 2.15482 7.84519 1.875 7.5 1.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 7.5H13.75C13.4048 7.5 13.125 7.77981 13.125 8.125V10.625C13.125 10.9702 13.4048 11.25 13.75 11.25H16.25C16.5952 11.25 16.875 10.9702 16.875 10.625V8.125C16.875 7.77981 16.5952 7.5 16.25 7.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 14.375H13.75C13.4048 14.375 13.125 14.6548 13.125 15V17.5C13.125 17.8452 13.4048 18.125 13.75 18.125H16.25C16.5952 18.125 16.875 17.8452 16.875 17.5V15C16.875 14.6548 16.5952 14.375 16.25 14.375Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 9.375H13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 5.625V15C6.25 15.3315 6.38169 15.6494 6.61613 15.8839C6.85056 16.1183 7.1685 16.25 7.5 16.25H13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Rl=o("trend-down",[["path",{d:"M18.125 15L10.625 7.5L7.5 10.625L1.875 5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M18.125 10V15H13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Ul=o("trend-up",[["path",{d:"M18.125 4.375L10.625 11.875L7.5 8.75L1.875 14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M18.125 9.375V4.375H13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Nl=o("triangle",[["path",{d:"M11.1256 3.14219L17.9584 15.007C18.4373 15.8429 17.8186 16.875 16.8327 16.875H3.16702C2.18108 16.875 1.56233 15.8429 2.04124 15.007L8.87403 3.14219C9.36622 2.28594 10.6334 2.28594 11.1256 3.14219Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Gl=o("triangle-dashed",[["path",{d:"M11.875 16.875H8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.5946 14.375L17.9586 15.007C18.4375 15.8429 17.8188 16.875 16.8328 16.875H15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.99983 16.875H3.16702C2.18108 16.875 1.56233 15.8429 2.04124 15.007L2.4053 14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.9951 8.125L15.7951 11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.80371 4.9999L8.87402 3.14209C9.36621 2.28271 10.6334 2.28271 11.1256 3.14209L12.1959 4.9999",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.20459 11.25L6.00459 8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),zl=o("trolley",[["path",{d:"M5.625 18.5938C6.22906 18.5938 6.71875 18.1041 6.71875 17.5C6.71875 16.8959 6.22906 16.4062 5.625 16.4062C5.02094 16.4062 4.53125 16.8959 4.53125 17.5C4.53125 18.1041 5.02094 18.5938 5.625 18.5938Z",fill:"currentColor",stroke:"none"}],["path",{d:"M16.875 18.5938C17.4791 18.5938 17.9688 18.1041 17.9688 17.5C17.9688 16.8959 17.4791 16.4062 16.875 16.4062C16.2709 16.4062 15.7812 16.8959 15.7812 17.5C15.7812 18.1041 16.2709 18.5938 16.875 18.5938Z",fill:"currentColor",stroke:"none"}],["path",{d:"M1.875 3.75L3.56719 5.44219C3.68417 5.55931 3.74993 5.71806 3.75 5.88359V14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 14.375H18.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),El=o("trolley-suitcase",[["path",{d:"M16.875 5H6.875C6.52981 5 6.25 5.27982 6.25 5.625V11.25C6.25 11.5952 6.52981 11.875 6.875 11.875H16.875C17.2202 11.875 17.5 11.5952 17.5 11.25V5.625C17.5 5.27982 17.2202 5 16.875 5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 5V3.125C10 2.95924 10.0659 2.80027 10.1831 2.68306C10.3003 2.56585 10.4593 2.5 10.625 2.5H13.125C13.2907 2.5 13.4497 2.56585 13.5669 2.68306C13.6841 2.80027 13.75 2.95924 13.75 3.125V5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.625 18.5938C6.22906 18.5938 6.71875 18.1041 6.71875 17.5C6.71875 16.8959 6.22906 16.4062 5.625 16.4062C5.02094 16.4062 4.53125 16.8959 4.53125 17.5C4.53125 18.1041 5.02094 18.5938 5.625 18.5938Z",fill:"currentColor",stroke:"none"}],["path",{d:"M16.875 18.5938C17.4791 18.5938 17.9688 18.1041 17.9688 17.5C17.9688 16.8959 17.4791 16.4062 16.875 16.4062C16.2709 16.4062 15.7812 16.8959 15.7812 17.5C15.7812 18.1041 16.2709 18.5938 16.875 18.5938Z",fill:"currentColor",stroke:"none"}],["path",{d:"M1.875 3.75L3.56719 5.44219C3.68417 5.55931 3.74993 5.71806 3.75 5.88359V14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 14.375H18.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Ol=o("trophy",[["path",{d:"M7.5 17.5H12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 14.375V17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.53125 10H3.75C3.08696 10 2.45108 9.73662 1.98223 9.26775C1.51339 8.79894 1.25 8.16306 1.25 7.5V6.25C1.25 6.08424 1.31585 5.92527 1.43306 5.80806C1.55027 5.69085 1.70924 5.625 1.875 5.625H4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.4688 10H16.25C16.9131 10 17.5489 9.73662 18.0177 9.26775C18.4866 8.79894 18.75 8.16306 18.75 7.5V6.25C18.75 6.08424 18.6841 5.92527 18.5669 5.80806C18.4497 5.69085 18.2907 5.625 18.125 5.625H15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 3.75H15.625V8.67969C15.625 11.7812 13.1446 14.3516 10.043 14.375C9.30069 14.3807 8.56463 14.2394 7.87719 13.9592C7.18975 13.6791 6.56456 13.2656 6.03769 12.7427C5.5108 12.2199 5.09262 11.5978 4.80725 10.9126C4.52189 10.2273 4.37498 9.49231 4.375 8.75V3.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Wl=o("truck",[["path",{d:"M14.375 6.25H17.7016C17.8261 6.24994 17.9478 6.28713 18.0511 6.35669C18.1544 6.42631 18.2346 6.52519 18.2812 6.64063L19.375 9.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.875 11.25H14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15 16.875C16.0356 16.875 16.875 16.0356 16.875 15C16.875 13.9644 16.0356 13.125 15 13.125C13.9644 13.125 13.125 13.9644 13.125 15C13.125 16.0356 13.9644 16.875 15 16.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 16.875C7.28556 16.875 8.125 16.0356 8.125 15C8.125 13.9644 7.28556 13.125 6.25 13.125C5.21447 13.125 4.375 13.9644 4.375 15C4.375 16.0356 5.21447 16.875 6.25 16.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 15H8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 9.375H19.375V14.375C19.375 14.5407 19.3091 14.6997 19.1919 14.8169C19.0747 14.9341 18.9157 15 18.75 15H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 15H2.5C2.33424 15 2.17527 14.9341 2.05806 14.8169C1.94085 14.6997 1.875 14.5407 1.875 14.375V5.625C1.875 5.45924 1.94085 5.30027 2.05806 5.18306C2.17527 5.06585 2.33424 5 2.5 5H14.375V13.232",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Il=o("truck-trailer",[["path",{d:"M17.5 16.25C18.5356 16.25 19.375 15.4106 19.375 14.375C19.375 13.3394 18.5356 12.5 17.5 12.5C16.4644 12.5 15.625 13.3394 15.625 14.375C15.625 15.4106 16.4644 16.25 17.5 16.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 16.25C3.53553 16.25 4.375 15.4106 4.375 14.375C4.375 13.3394 3.53553 12.5 2.5 12.5C1.46447 12.5 0.625 13.3394 0.625 14.375C0.625 15.4106 1.46447 16.25 2.5 16.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 16.25C7.28556 16.25 8.125 15.4106 8.125 14.375C8.125 13.3394 7.28556 12.5 6.25 12.5C5.21447 12.5 4.375 13.3394 4.375 14.375C4.375 15.4106 5.21447 16.25 6.25 16.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 14.375H8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 14.375V4.375C11.875 4.20924 11.9409 4.05027 12.0581 3.93306C12.1753 3.81585 12.3343 3.75 12.5 3.75H13.125C14.1196 3.75 15.0734 4.14509 15.7766 4.84835C16.4799 5.55161 16.875 6.50544 16.875 7.5V8.125C17.5381 8.125 18.1739 8.38838 18.6427 8.85725C19.1116 9.32606 19.375 9.96194 19.375 10.625V14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.375 14.375V5.625H1.25C1.08424 5.625 0.925269 5.69085 0.808056 5.80806C0.69085 5.92527 0.625 6.08424 0.625 6.25V14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Xl=o("t-shirt",[["path",{d:"M15 9.375H17.2141C17.3339 9.37612 17.4517 9.34456 17.555 9.28369C17.6582 9.22287 17.7429 9.13506 17.8 9.02969L19.3055 6.15391C19.3798 6.01039 19.3941 5.84325 19.3454 5.68916C19.2966 5.53508 19.1887 5.40664 19.0453 5.33203L15 3.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.9998 9.375H2.78574C2.66591 9.37612 2.54805 9.34456 2.44481 9.28369C2.34157 9.22287 2.25687 9.13506 2.1998 9.02969L0.694331 6.15391C0.620003 6.01039 0.60565 5.84325 0.654425 5.68916C0.7032 5.53508 0.811118 5.40664 0.954487 5.33203L4.9998 3.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 3.125C12.5 3.78804 12.2366 4.42393 11.7677 4.89277C11.2989 5.36161 10.6631 5.625 10 5.625C9.33694 5.625 8.70106 5.36161 8.23225 4.89277C7.76338 4.42393 7.5 3.78804 7.5 3.125H5V16.25C5 16.4157 5.06585 16.5747 5.18306 16.6919C5.30027 16.8091 5.45924 16.875 5.625 16.875H14.375C14.5407 16.875 14.6997 16.8091 14.8169 16.6919C14.9341 16.5747 15 16.4157 15 16.25V3.125H12.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Kl=o("tumblr-logo",[["path",{d:"M15 14.375V18.125H11.875C10.7147 18.125 9.60187 17.6641 8.78144 16.8436C7.96094 16.0231 7.5 14.9103 7.5 13.75V8.75H5V5.625C5.99456 5.625 6.94838 5.22991 7.65163 4.52665C8.35494 3.82339 8.75 2.86956 8.75 1.875H11.25V5.625H15V8.75H11.25V13.125C11.25 13.4565 11.3817 13.7744 11.6161 14.0089C11.8506 14.2433 12.1685 14.375 12.5 14.375H15Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Jl=o("twitch-logo",[["path",{d:"M12.8984 15.625H9.375L5.625 18.75V15.625H3.75C3.58424 15.625 3.42527 15.5591 3.30806 15.4419C3.19085 15.3247 3.125 15.1657 3.125 15V3.75C3.125 3.58424 3.19085 3.42527 3.30806 3.30806C3.42527 3.19085 3.58424 3.125 3.75 3.125H16.25C16.4157 3.125 16.5747 3.19085 16.6919 3.30806C16.8091 3.42527 16.875 3.58424 16.875 3.75V12.207C16.8751 12.2987 16.8549 12.3893 16.816 12.4723C16.7771 12.5554 16.7204 12.6288 16.65 12.6875L13.2992 15.4804C13.1865 15.5738 13.0448 15.6249 12.8984 15.625Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 6.875V10.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.375 6.875V10.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Ql=o("twitter-logo",[["path",{d:"M6.875 13.7503C6.875 13.7503 2.56641 11.2502 3.18594 4.37523C3.18594 4.37523 6.28437 7.50025 10 8.12525V6.87525C10 5.15648 11.4062 3.72914 13.125 3.75023C13.7316 3.75727 14.3234 3.93751 14.831 4.26969C15.3386 4.60188 15.7406 5.07219 15.9898 5.62523H18.75L16.25 8.12525C15.9172 13.3471 11.5562 17.5003 6.25 17.5003C3.75 17.5003 3.125 16.5628 3.125 16.5628C3.125 16.5628 5.625 15.6253 6.875 13.7503Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Yl=o("umbrella",[["path",{d:"M13.75 15.625C13.75 16.1222 13.5524 16.5992 13.2008 16.9508C12.8492 17.3024 12.3722 17.5 11.875 17.5C11.3778 17.5 10.9008 17.3024 10.5492 16.9508C10.1976 16.5992 10 16.1222 10 15.625V10.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.50003 10.6251C2.41306 10.6254 2.32699 10.6076 2.24731 10.5728C2.16762 10.538 2.09608 10.4869 2.03726 10.4229C1.97843 10.3588 1.93362 10.2832 1.90568 10.2009C1.87775 10.1185 1.86731 10.0312 1.87503 9.94462C2.05338 7.91337 2.98633 6.02262 4.48992 4.64526C5.99351 3.26791 7.95859 2.50391 9.99771 2.50391C12.0368 2.50391 14.0018 3.26791 15.5055 4.64526C17.009 6.02262 17.942 7.91337 18.1203 9.94462C18.128 10.0312 18.1176 10.1185 18.0896 10.2009C18.0618 10.2832 18.017 10.3588 17.9581 10.4229C17.8993 10.4869 17.8277 10.538 17.7481 10.5728C17.6684 10.6076 17.5823 10.6254 17.4953 10.6251H2.50003Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 10.625C6.875 5 10 2.5 10 2.5C10 2.5 13.125 5 13.125 10.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),_l=o("umbrella-simple",[["path",{d:"M13.75 15.625C13.75 16.1222 13.5524 16.5992 13.2008 16.9508C12.8492 17.3024 12.3722 17.5 11.875 17.5C11.3778 17.5 10.9008 17.3024 10.5492 16.9508C10.1976 16.5992 10 16.1222 10 15.625V10.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.50003 10.6251C2.41306 10.6254 2.32699 10.6076 2.24731 10.5728C2.16762 10.538 2.09608 10.4869 2.03726 10.4229C1.97843 10.3588 1.93362 10.2832 1.90568 10.2009C1.87775 10.1185 1.86731 10.0312 1.87503 9.94462C2.05338 7.91337 2.98633 6.02262 4.48992 4.64526C5.99351 3.26791 7.95859 2.50391 9.99771 2.50391C12.0368 2.50391 14.0018 3.26791 15.5055 4.64526C17.009 6.02262 17.942 7.91337 18.1203 9.94462C18.128 10.0312 18.1176 10.1185 18.0896 10.2009C18.0618 10.2832 18.017 10.3588 17.9581 10.4229C17.8993 10.4869 17.8277 10.538 17.7481 10.5728C17.6684 10.6076 17.5823 10.6254 17.4953 10.6251H2.50003Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),$l=o("union",[["path",{d:"M15.625 5V11.25C15.625 12.7418 15.0324 14.1726 13.9775 15.2275C12.9226 16.2824 11.4918 16.875 10 16.875C8.50819 16.875 7.07744 16.2824 6.02252 15.2275C4.96763 14.1726 4.375 12.7418 4.375 11.25V5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),oh=o("unite",[["path",{d:"M7.69678 9.57153L10.428 12.3028",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.57178 7.69653L12.303 10.4278",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 13.125C10.6066 13.125 13.125 10.6066 13.125 7.5C13.125 4.3934 10.6066 1.875 7.5 1.875C4.3934 1.875 1.875 4.3934 1.875 7.5C1.875 10.6066 4.3934 13.125 7.5 13.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 18.125C15.6066 18.125 18.125 15.6066 18.125 12.5C18.125 9.39337 15.6066 6.875 12.5 6.875C9.39337 6.875 6.875 9.39337 6.875 12.5C6.875 15.6066 9.39337 18.125 12.5 18.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.8838 9.1333L17.8838 14.1333",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.4775 11.4771L16.4775 16.4771",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.13379 12.8833L14.1338 17.8833",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.86621 2.1167L10.8662 7.11669",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.52246 3.52295L8.52244 8.52294",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.11572 5.86548L7.11572 10.8655",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),rh=o("unite-square",[["path",{d:"M7.5 16.875H16.875V7.5H12.5V3.125H3.125V12.5H7.5V16.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 3.125L16.875 16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 3.125L16.875 11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 8.125L11.875 16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),eh=o("upload",[["path",{d:"M13.75 10H17.5C17.6657 10 17.8247 10.0659 17.9419 10.1831C18.0591 10.3003 18.125 10.4593 18.125 10.625V15.625C18.125 15.7907 18.0591 15.9497 17.9419 16.0669C17.8247 16.1841 17.6657 16.25 17.5 16.25H2.5C2.33424 16.25 2.17527 16.1841 2.05806 16.0669C1.94085 15.9497 1.875 15.7907 1.875 15.625V10.625C1.875 10.4593 1.94085 10.3003 2.05806 10.1831C2.17527 10.0659 2.33424 10 2.5 10H6.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 10V1.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 5.625L10 1.875L13.75 5.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.6875 14.2188C15.2916 14.2188 15.7812 13.7291 15.7812 13.125C15.7812 12.5209 15.2916 12.0312 14.6875 12.0312C14.0834 12.0312 13.5938 12.5209 13.5938 13.125C13.5938 13.7291 14.0834 14.2188 14.6875 14.2188Z",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),nh=o("upload-simple",[["path",{d:"M10 11.25V2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.875 11.25V16.25H3.125V11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 5.625L10 2.5L13.125 5.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),th=o("usb",[["path",{d:"M10.625 6.875C11.6606 6.875 12.5 6.03553 12.5 5C12.5 3.96447 11.6606 3.125 10.625 3.125C9.58944 3.125 8.75 3.96447 8.75 5C8.75 6.03553 9.58944 6.875 10.625 6.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M0.625 10H15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 7.5V12.5L19.375 10L15.625 7.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 13.125H9.375C9.02981 13.125 8.75 13.4048 8.75 13.75V16.25C8.75 16.5952 9.02981 16.875 9.375 16.875H11.875C12.2202 16.875 12.5 16.5952 12.5 16.25V13.75C12.5 13.4048 12.2202 13.125 11.875 13.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.75 5H5.625C5.45924 5 5.30027 5.06585 5.18306 5.18306C5.06585 5.30027 5 5.45924 5 5.625V14.375C5 14.5407 5.06585 14.6997 5.18306 14.8169C5.30027 14.9341 5.45924 15 5.625 15H8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),sh=o("user",[["path",{d:"M10 12.5C12.7614 12.5 15 10.2614 15 7.5C15 4.73857 12.7614 2.5 10 2.5C7.23856 2.5 5 4.73857 5 7.5C5 10.2614 7.23856 12.5 10 12.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 16.875C4.01328 14.2601 6.76169 12.5 10 12.5C13.2383 12.5 15.9867 14.2601 17.5 16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),ih=o("user-check",[["path",{d:"M8.4375 12.5C11.0263 12.5 13.125 10.4013 13.125 7.8125C13.125 5.22366 11.0263 3.125 8.4375 3.125C5.84866 3.125 3.75 5.22366 3.75 7.8125C3.75 10.4013 5.84866 12.5 8.4375 12.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.875 15.625C3.48047 13.7148 5.74688 12.5 8.4375 12.5C11.1281 12.5 13.3946 13.7148 15 15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 11.25L16.875 12.5L19.375 10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Ch=o("user-circle",[["path",{d:"M4.98438 15.5759C5.45462 14.6497 6.17216 13.8718 7.05744 13.3284C7.94275 12.7849 8.96125 12.4973 10 12.4973C11.0387 12.4973 12.0573 12.7849 12.9426 13.3284C13.8278 13.8718 14.5454 14.6497 15.0156 15.5759",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 12.5C11.7259 12.5 13.125 11.1009 13.125 9.375C13.125 7.64913 11.7259 6.25 10 6.25C8.27413 6.25 6.875 7.64913 6.875 9.375C6.875 11.1009 8.27413 12.5 10 12.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),uh=o("user-circle-check",[["path",{d:"M10 12.5C11.7259 12.5 13.125 11.1009 13.125 9.375C13.125 7.64913 11.7259 6.25 10 6.25C8.27413 6.25 6.875 7.64913 6.875 9.375C6.875 11.1009 8.27413 12.5 10 12.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.98486 15.5759C5.45511 14.6497 6.17264 13.8718 7.05793 13.3284C7.94324 12.7849 8.96174 12.4973 10.0005 12.4973C11.0392 12.4973 12.0577 12.7849 12.9431 13.3284C13.8283 13.8718 14.5459 14.6497 15.0161 15.5759",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.3962 8.75006C17.6599 10.3167 17.4189 11.9266 16.7079 13.3474C15.9969 14.7681 14.8528 15.9261 13.4407 16.6542C12.0287 17.3823 10.4218 17.6428 8.85206 17.3981C7.28231 17.1533 5.83096 16.416 4.70757 15.2926C3.58418 14.1693 2.8469 12.7179 2.60215 11.1482C2.35742 9.57844 2.6179 7.9715 3.34599 6.55944C4.07407 5.14741 5.23209 4.00329 6.65281 3.29231C8.07356 2.58132 9.6835 2.34026 11.2502 2.60394",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 4.375L15.625 5.625L18.125 3.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),kh=o("user-circle-dashed",[["path",{d:"M10 12.5C11.7259 12.5 13.125 11.1009 13.125 9.375C13.125 7.64913 11.7259 6.25 10 6.25C8.27413 6.25 6.875 7.64913 6.875 9.375C6.875 11.1009 8.27413 12.5 10 12.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 2.73429C9.35462 2.41507 10.6454 2.41507 11.875 2.73429",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.77246 7.99224C3.11102 6.76806 3.75638 5.65049 4.64746 4.74536",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 17.2656C10.6454 17.5849 9.35462 17.5849 8.125 17.2656",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.3525 4.74463C16.2439 5.6502 16.8892 6.76831 17.2275 7.99306",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.2282 12.0078C16.8454 13.3835 16.0779 14.6213 15.0157 15.5758C14.5455 14.6496 13.8279 13.8716 12.9426 13.3282C12.0574 12.7848 11.0389 12.4972 10.0001 12.4972C8.96131 12.4972 7.94287 12.7848 7.05756 13.3282C6.17225 13.8716 5.45472 14.6496 4.98447 15.5758C3.92235 14.6213 3.15477 13.3835 2.77197 12.0078",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),ah=o("user-circle-gear",[["path",{d:"M15.625 5.625C16.3154 5.625 16.875 5.06536 16.875 4.375C16.875 3.68464 16.3154 3.125 15.625 3.125C14.9346 3.125 14.375 3.68464 14.375 4.375C14.375 5.06536 14.9346 5.625 15.625 5.625Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 3.125V2.1875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.5422 3.75L13.7305 3.28125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.5422 5L13.7305 5.46875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 5.625V6.5625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.708 5L17.5198 5.46875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.708 3.75L17.5198 3.28125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 12.5C11.7259 12.5 13.125 11.1009 13.125 9.375C13.125 7.64913 11.7259 6.25 10 6.25C8.27413 6.25 6.875 7.64913 6.875 9.375C6.875 11.1009 8.27413 12.5 10 12.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.98486 15.5759C5.45511 14.6497 6.17264 13.8718 7.05793 13.3284C7.94324 12.7849 8.96174 12.4973 10.0005 12.4973C11.0392 12.4973 12.0577 12.7849 12.9431 13.3284C13.8283 13.8718 14.5459 14.6497 15.0161 15.5759",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.3962 8.75006C17.6599 10.3167 17.4189 11.9266 16.7079 13.3474C15.9969 14.7681 14.8528 15.9261 13.4407 16.6542C12.0287 17.3823 10.4218 17.6428 8.85206 17.3981C7.28231 17.1533 5.83096 16.416 4.70757 15.2926C3.58418 14.1693 2.8469 12.7179 2.60215 11.1482C2.35742 9.57844 2.6179 7.9715 3.34599 6.55944C4.07407 5.14741 5.23209 4.00329 6.65281 3.29231C8.07356 2.58132 9.6835 2.34026 11.2502 2.60394",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),dh=o("user-circle-minus",[["path",{d:"M10 12.5C11.7259 12.5 13.125 11.1009 13.125 9.375C13.125 7.64913 11.7259 6.25 10 6.25C8.27413 6.25 6.875 7.64913 6.875 9.375C6.875 11.1009 8.27413 12.5 10 12.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.98438 15.5759C5.45462 14.6497 6.17216 13.8718 7.05744 13.3284C7.94275 12.7849 8.96125 12.4973 10 12.4973C11.0387 12.4973 12.0573 12.7849 12.9426 13.3284C13.8278 13.8718 14.5454 14.6497 15.0156 15.5759",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 4.375H17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.0734 7.5C17.6207 9.05044 17.6429 10.7378 17.1367 12.3021C16.6304 13.8664 15.6238 15.2208 14.272 16.1566C12.9201 17.0925 11.298 17.5578 9.65562 17.4809C8.01325 17.4039 6.44175 16.7891 5.18329 15.731C3.9248 14.6729 3.04919 13.2304 2.69137 11.6256C2.33354 10.0208 2.51336 8.34294 3.20312 6.85044C3.89289 5.35795 5.05431 4.13369 6.50843 3.36633C7.96256 2.59897 9.62862 2.33107 11.25 2.60394",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),ch=o("user-circle-plus",[["path",{d:"M10 12.5C11.7259 12.5 13.125 11.1009 13.125 9.375C13.125 7.64913 11.7259 6.25 10 6.25C8.27413 6.25 6.875 7.64913 6.875 9.375C6.875 11.1009 8.27413 12.5 10 12.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.98486 15.5759C5.45511 14.6497 6.17264 13.8718 7.05793 13.3284C7.94324 12.7849 8.96174 12.4973 10.0005 12.4973C11.0392 12.4973 12.0577 12.7849 12.9431 13.3284C13.8283 13.8718 14.5459 14.6497 15.0161 15.5759",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 4.375H17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 2.5V6.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.3962 8.75006C17.6599 10.3167 17.4189 11.9266 16.7079 13.3474C15.9969 14.7681 14.8528 15.9261 13.4407 16.6542C12.0287 17.3823 10.4218 17.6428 8.85206 17.3981C7.28231 17.1533 5.83096 16.416 4.70757 15.2926C3.58418 14.1693 2.8469 12.7179 2.60215 11.1482C2.35742 9.57844 2.6179 7.9715 3.34599 6.55944C4.07407 5.14741 5.23209 4.00329 6.65281 3.29231C8.07356 2.58132 9.6835 2.34026 11.2502 2.60394",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Lh=o("user-focus",[["path",{d:"M14.0625 3.125H16.875V5.9375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.0625 16.875H16.875V14.0625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.9375 16.875H3.125V14.0625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.9375 3.125H3.125V5.9375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 11.25C11.3807 11.25 12.5 10.1307 12.5 8.75C12.5 7.36931 11.3807 6.25 10 6.25C8.61931 6.25 7.5 7.36931 7.5 8.75C7.5 10.1307 8.61931 11.25 10 11.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 13.125C6.68662 12.5428 7.25281 12.0703 7.90369 11.7449C8.55456 11.4194 9.27231 11.25 10 11.25C10.7277 11.25 11.4454 11.4194 12.0963 11.7449C12.7472 12.0703 13.3134 12.5428 13.75 13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),ph=o("user-gear",[["path",{d:"M8.4375 12.5C11.0263 12.5 13.125 10.4013 13.125 7.8125C13.125 5.22366 11.0263 3.125 8.4375 3.125C5.84866 3.125 3.75 5.22366 3.75 7.8125C3.75 10.4013 5.84866 12.5 8.4375 12.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.875 15.625C3.48047 13.7148 5.74688 12.5 8.4375 12.5C11.1281 12.5 13.3946 13.7148 15 15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.5 11.875C18.1904 11.875 18.75 11.3154 18.75 10.625C18.75 9.93463 18.1904 9.375 17.5 9.375C16.8096 9.375 16.25 9.93463 16.25 10.625C16.25 11.3154 16.8096 11.875 17.5 11.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.5 9.375V8.4375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.4172 10L15.6055 9.53125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.4172 11.25L15.6055 11.7188",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.5 11.875V12.8125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M18.5825 11.25L19.3943 11.7188",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M18.5825 10L19.3943 9.53125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),lh=o("user-list",[["path",{d:"M6.25 11.25C7.97587 11.25 9.375 9.85087 9.375 8.125C9.375 6.39913 7.97587 5 6.25 5C4.52411 5 3.125 6.39913 3.125 8.125C3.125 9.85087 4.52411 11.25 6.25 11.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 6.25H19.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 10H19.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 13.75H19.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.25 15C1.80469 12.8437 3.92031 11.25 6.25 11.25C8.57969 11.25 10.6953 12.8437 11.25 15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),hh=o("user-minus",[["path",{d:"M15.625 10.625H19.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.4375 12.5C11.0263 12.5 13.125 10.4013 13.125 7.8125C13.125 5.22366 11.0263 3.125 8.4375 3.125C5.84866 3.125 3.75 5.22366 3.75 7.8125C3.75 10.4013 5.84866 12.5 8.4375 12.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.875 15.625C3.48047 13.7148 5.74688 12.5 8.4375 12.5C11.1281 12.5 13.3946 13.7148 15 15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Mh=o("user-plus",[["path",{d:"M15.625 10.625H19.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.5 8.75V12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.4375 12.5C11.0263 12.5 13.125 10.4013 13.125 7.8125C13.125 5.22366 11.0263 3.125 8.4375 3.125C5.84866 3.125 3.75 5.22366 3.75 7.8125C3.75 10.4013 5.84866 12.5 8.4375 12.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.875 15.625C3.48047 13.7148 5.74688 12.5 8.4375 12.5C11.1281 12.5 13.3946 13.7148 15 15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),jh=o("user-rectangle",[["path",{d:"M4.69531 16.25C5.08247 15.1523 5.80061 14.2018 6.75069 13.5295C7.70081 12.8572 8.83606 12.4961 10 12.4961C11.1639 12.4961 12.2992 12.8572 13.2493 13.5295C14.1994 14.2018 14.9175 15.1523 15.3047 16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 12.5C11.7259 12.5 13.125 11.1009 13.125 9.375C13.125 7.64913 11.7259 6.25 10 6.25C8.27413 6.25 6.875 7.64913 6.875 9.375C6.875 11.1009 8.27413 12.5 10 12.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.875 3.75H3.125C2.77982 3.75 2.5 4.02982 2.5 4.375V15.625C2.5 15.9702 2.77982 16.25 3.125 16.25H16.875C17.2202 16.25 17.5 15.9702 17.5 15.625V4.375C17.5 4.02982 17.2202 3.75 16.875 3.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Hh=o("users",[["path",{d:"M0.799316 15.6249C1.4236 14.665 2.27775 13.8763 3.28421 13.3303C4.29067 12.7843 5.41757 12.4983 6.56262 12.4983C7.70762 12.4983 8.8345 12.7843 9.841 13.3303C10.8474 13.8763 11.7016 14.665 12.3259 15.6249",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.4375 12.5C14.5825 12.4993 15.7094 12.7849 16.716 13.3306C17.7225 13.8764 18.5767 14.6651 19.2008 15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.5625 12.5C8.80619 12.5 10.625 10.6812 10.625 8.4375C10.625 6.19384 8.80619 4.375 6.5625 4.375C4.31884 4.375 2.5 6.19384 2.5 8.4375C2.5 10.6812 4.31884 12.5 6.5625 12.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.9292 4.66406C12.4849 4.44242 13.0828 4.34625 13.6799 4.38244C14.2771 4.41863 14.8589 4.58626 15.3838 4.87339C15.9087 5.16051 16.3637 5.56001 16.7163 6.04337C17.0689 6.52675 17.3104 7.082 17.4234 7.6695C17.5366 8.257 17.5185 8.86219 17.3706 9.44194C17.2227 10.0216 16.9486 10.5615 16.5678 11.023C16.187 11.4845 15.709 11.8561 15.1679 12.1115C14.6269 12.3668 14.0361 12.4995 13.4378 12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Bh=o("users-four",[["path",{d:"M2.5 17.5C2.93662 16.9178 3.5028 16.4453 4.15369 16.1199C4.80457 15.7944 5.52229 15.625 6.25 15.625C6.97769 15.625 7.69544 15.7944 8.34631 16.1199C8.99719 16.4453 9.56338 16.9178 10 17.5C10.4366 16.9178 11.0028 16.4453 11.6537 16.1199C12.3046 15.7944 13.0223 15.625 13.75 15.625C14.4777 15.625 15.1954 15.7944 15.8463 16.1199C16.4972 16.4453 17.0634 16.9178 17.5 17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 9.375C2.93662 8.79281 3.5028 8.32031 4.15369 7.99487C4.80457 7.66944 5.52229 7.5 6.25 7.5C6.97769 7.5 7.69544 7.66944 8.34631 7.99487C8.99719 8.32031 9.56338 8.79281 10 9.375C10.4366 8.79281 11.0028 8.32031 11.6537 7.99487C12.3046 7.66944 13.0223 7.5 13.75 7.5C14.4777 7.5 15.1954 7.66944 15.8463 7.99487C16.4972 8.32031 17.0634 8.79281 17.5 9.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 15.625C7.63069 15.625 8.75 14.5057 8.75 13.125C8.75 11.7443 7.63069 10.625 6.25 10.625C4.86929 10.625 3.75 11.7443 3.75 13.125C3.75 14.5057 4.86929 15.625 6.25 15.625Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 7.5C7.63069 7.5 8.75 6.38069 8.75 5C8.75 3.61929 7.63069 2.5 6.25 2.5C4.86929 2.5 3.75 3.61929 3.75 5C3.75 6.38069 4.86929 7.5 6.25 7.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 15.625C15.1307 15.625 16.25 14.5057 16.25 13.125C16.25 11.7443 15.1307 10.625 13.75 10.625C12.3693 10.625 11.25 11.7443 11.25 13.125C11.25 14.5057 12.3693 15.625 13.75 15.625Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 7.5C15.1307 7.5 16.25 6.38069 16.25 5C16.25 3.61929 15.1307 2.5 13.75 2.5C12.3693 2.5 11.25 3.61929 11.25 5C11.25 6.38069 12.3693 7.5 13.75 7.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Vh=o("user-sound",[["path",{d:"M8.4375 13.125C11.0263 13.125 13.125 11.0263 13.125 8.4375C13.125 5.84866 11.0263 3.75 8.4375 3.75C5.84866 3.75 3.75 5.84866 3.75 8.4375C3.75 11.0263 5.84866 13.125 8.4375 13.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.875 16.25C3.48047 14.3398 5.74688 13.125 8.4375 13.125C11.1281 13.125 13.3946 14.3398 15 16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 5.37012C16.0374 6.34006 16.25 7.38331 16.25 8.43731C16.25 9.49131 16.0374 10.5345 15.625 11.5045",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.9185 4.375C18.467 5.65917 18.7497 7.04112 18.7497 8.4375C18.7497 9.83388 18.467 11.2158 17.9185 12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),wh=o("user-square",[["path",{d:"M10 12.5C11.7259 12.5 13.125 11.1009 13.125 9.375C13.125 7.64913 11.7259 6.25 10 6.25C8.27413 6.25 6.875 7.64913 6.875 9.375C6.875 11.1009 8.27413 12.5 10 12.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 3.125H3.75C3.40482 3.125 3.125 3.40482 3.125 3.75V16.25C3.125 16.5952 3.40482 16.875 3.75 16.875H16.25C16.5952 16.875 16.875 16.5952 16.875 16.25V3.75C16.875 3.40482 16.5952 3.125 16.25 3.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.51416 16.8749C4.79609 15.6306 5.49265 14.5191 6.4895 13.7229C7.48637 12.9266 8.72425 12.4929 10.0001 12.4929C11.2759 12.4929 12.5139 12.9266 13.5107 13.7229C14.5076 14.5191 15.2041 15.6306 15.4861 16.8749",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),bh=o("users-three",[["path",{d:"M15 9.375C15.7278 9.37444 16.4457 9.54363 17.0967 9.86913C17.7477 10.1946 18.3137 10.6674 18.75 11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.25 11.25C1.68625 10.6674 2.25234 10.1946 2.90331 9.86913C3.55429 9.54363 4.27219 9.37444 5 9.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 14.375C11.7259 14.375 13.125 12.9759 13.125 11.25C13.125 9.52413 11.7259 8.125 10 8.125C8.27413 8.125 6.875 9.52413 6.875 11.25C6.875 12.9759 8.27413 14.375 10 14.375Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.625 16.875C6.07366 16.1136 6.71325 15.4825 7.48056 15.0441C8.24781 14.6056 9.11625 14.375 10 14.375C10.8838 14.375 11.7522 14.6056 12.5194 15.0441C13.2867 15.4825 13.9263 16.1136 14.375 16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5781 6.25C12.695 5.79732 12.9365 5.38647 13.2751 5.06414C13.6138 4.74181 14.0361 4.52089 14.4939 4.42649C14.9519 4.33209 15.4271 4.36798 15.8656 4.53009C16.3041 4.6922 16.6884 4.97403 16.9747 5.34357C17.2612 5.71311 17.4382 6.15556 17.4857 6.62069C17.5333 7.08575 17.4495 7.55487 17.2439 7.97475C17.0382 8.39462 16.7189 8.74837 16.3223 8.99594C15.9256 9.24344 15.4675 9.37475 15 9.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.00021 9.375C4.53267 9.37475 4.07458 9.24344 3.67794 8.99594C3.28131 8.74837 2.96202 8.39462 2.75635 7.97475C2.55069 7.55487 2.46687 7.08575 2.51444 6.62069C2.562 6.15556 2.73903 5.71311 3.02542 5.34357C3.31182 4.97403 3.69611 4.6922 4.13463 4.53009C4.57316 4.36798 5.04836 4.33209 5.50626 4.42649C5.96416 4.52089 6.38643 4.74181 6.72506 5.06414C7.06374 5.38647 7.30518 5.79732 7.42206 6.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Sh=o("user-switch",[["path",{d:"M10 12.5C11.7259 12.5 13.125 11.1009 13.125 9.375C13.125 7.64913 11.7259 6.25 10 6.25C8.27413 6.25 6.875 7.64913 6.875 9.375C6.875 11.1009 8.27413 12.5 10 12.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.98438 15.5759C5.45462 14.6497 6.17216 13.8718 7.05744 13.3284C7.94275 12.7849 8.96125 12.4973 10 12.4973C11.0387 12.4973 12.0573 12.7849 12.9426 13.3284C13.8278 13.8718 14.5454 14.6497 15.0156 15.5759",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 10L17.5 11.875L19.375 10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M0.625 10L2.5 8.125L4.375 10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 8.125V10C2.49941 11.5879 3.00281 13.135 3.93771 14.4185C4.87259 15.702 6.19073 16.6557 7.70225 17.1421C9.21381 17.6286 10.8408 17.6228 12.3488 17.1255C13.8568 16.6283 15.1681 15.6652 16.0938 14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.5 11.8751V10.0001C17.5006 8.41219 16.9972 6.86512 16.0623 5.5816C15.1274 4.29809 13.8092 3.34443 12.2977 2.85796C10.7862 2.37148 9.15925 2.37731 7.65125 2.87459C6.14321 3.37187 4.83193 4.33494 3.90625 5.62511",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),vh=o("van",[["path",{d:"M15 16.25C16.0356 16.25 16.875 15.4106 16.875 14.375C16.875 13.3394 16.0356 12.5 15 12.5C13.9644 12.5 13.125 13.3394 13.125 14.375C13.125 15.4106 13.9644 16.25 15 16.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 16.25C7.28556 16.25 8.125 15.4106 8.125 14.375C8.125 13.3394 7.28556 12.5 6.25 12.5C5.21447 12.5 4.375 13.3394 4.375 14.375C4.375 15.4106 5.21447 16.25 6.25 16.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 14.375H8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.875 14.375H18.75C18.9157 14.375 19.0747 14.3091 19.1919 14.1919C19.3091 14.0747 19.375 13.9157 19.375 13.75V8.75L15.8125 4.59922C15.7538 4.52901 15.6804 4.47254 15.5976 4.4338C15.5147 4.39506 15.4243 4.37499 15.3328 4.375H2.5C2.33424 4.375 2.17527 4.44085 2.05806 4.55806C1.94085 4.67527 1.875 4.83424 1.875 5V13.75C1.875 13.9157 1.94085 14.0747 2.05806 14.1919C2.17527 14.3091 2.33424 14.375 2.5 14.375H4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.875 8.75H19.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 4.375V8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 4.375V8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),xh=o("vault",[["path",{d:"M15 15.625V17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5 15.625V17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.875 3.75H3.125C2.77982 3.75 2.5 4.02982 2.5 4.375V15C2.5 15.3452 2.77982 15.625 3.125 15.625H16.875C17.2202 15.625 17.5 15.3452 17.5 15V4.375C17.5 4.02982 17.2202 3.75 16.875 3.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 11.0938C12.4791 11.0938 12.9688 10.6041 12.9688 10C12.9688 9.39594 12.4791 8.90625 11.875 8.90625C11.2709 8.90625 10.7812 9.39594 10.7812 10C10.7812 10.6041 11.2709 11.0938 11.875 11.0938Z",fill:"currentColor",stroke:"none"}],["path",{d:"M11.875 10H17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.875 13.125C13.6009 13.125 15 11.7259 15 10C15 8.27413 13.6009 6.875 11.875 6.875C10.1491 6.875 8.75 8.27413 8.75 10C8.75 11.7259 10.1491 13.125 11.875 13.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),gh=o("vector-three",[["path",{d:"M18.125 10.625H9.375V1.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.375 10.625L3.75 16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 8.125L18.125 10.625L15.625 13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 4.375L9.375 1.875L11.875 4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 12.5V16.25H7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Zh=o("vector-two",[["path",{d:"M17.5 15H6.25V3.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15 12.5L17.5 15L15 17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 5.625L6.25 3.125L8.75 5.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),mh=o("vibrate",[["path",{d:"M13.75 15.625V4.375C13.75 3.68464 13.1904 3.125 12.5 3.125H7.5C6.80963 3.125 6.25 3.68464 6.25 4.375V15.625C6.25 16.3154 6.80963 16.875 7.5 16.875H12.5C13.1904 16.875 13.75 16.3154 13.75 15.625Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 6.875V13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M18.75 8.125V11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 6.875V13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.25 8.125V11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),fh=o("video",[["path",{d:"M12.5 8.75L8.75 6.25V11.25L12.5 8.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.875 3.75H3.125C2.77982 3.75 2.5 4.02982 2.5 4.375V13.125C2.5 13.4702 2.77982 13.75 3.125 13.75H16.875C17.2202 13.75 17.5 13.4702 17.5 13.125V4.375C17.5 4.02982 17.2202 3.75 16.875 3.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 16.25H17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),yh=o("video-camera",[["path",{d:"M15 5H2.5C2.15482 5 1.875 5.27982 1.875 5.625V14.375C1.875 14.7202 2.15482 15 2.5 15H15C15.3452 15 15.625 14.7202 15.625 14.375V5.625C15.625 5.27982 15.3452 5 15 5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 8.75L19.375 6.25V13.75L15.625 11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Ph=o("video-camera-slash",[["path",{d:"M15.625 8.75L19.375 6.25V13.75L15.625 11.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 3.125L16.25 16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.83252 5H14.9997C15.1655 5 15.3245 5.06585 15.4417 5.18306C15.5589 5.30027 15.6247 5.45924 15.6247 5.625V12.4711",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.5453 15H2.5C2.33424 15 2.17527 14.9341 2.05806 14.8169C1.94085 14.6997 1.875 14.5407 1.875 14.375V5.625C1.875 5.45924 1.94085 5.30027 2.05806 5.18306C2.17527 5.06585 2.33424 5 2.5 5H5.45469",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Th=o("video-conference",[["path",{d:"M16.875 3.75H3.125C2.77982 3.75 2.5 4.02982 2.5 4.375V15.625C2.5 15.9702 2.77982 16.25 3.125 16.25H16.875C17.2202 16.25 17.5 15.9702 17.5 15.625V4.375C17.5 4.02982 17.2202 3.75 16.875 3.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 3.75V16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 10H17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15 7.65625C15.4315 7.65625 15.7812 7.3065 15.7812 6.875C15.7812 6.4435 15.4315 6.09375 15 6.09375C14.5685 6.09375 14.2188 6.4435 14.2188 6.875C14.2188 7.3065 14.5685 7.65625 15 7.65625Z",fill:"currentColor",stroke:"none"}],["path",{d:"M15 13.9062C15.4315 13.9062 15.7812 13.5565 15.7812 13.125C15.7812 12.6935 15.4315 12.3438 15 12.3438C14.5685 12.3438 14.2188 12.6935 14.2188 13.125C14.2188 13.5565 14.5685 13.9062 15 13.9062Z",fill:"currentColor",stroke:"none"}],["path",{d:"M7.5 11.25C8.53556 11.25 9.375 10.4106 9.375 9.375C9.375 8.33944 8.53556 7.5 7.5 7.5C6.46444 7.5 5.625 8.33944 5.625 9.375C5.625 10.4106 6.46444 11.25 7.5 11.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5 13.125C5.27734 12.0469 6.33519 11.25 7.5 11.25C8.66481 11.25 9.72344 12.0461 10 13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Ah=o("vignette",[["path",{d:"M16.875 3.75H3.125C2.77982 3.75 2.5 4.02982 2.5 4.375V15.625C2.5 15.9702 2.77982 16.25 3.125 16.25H16.875C17.2202 16.25 17.5 15.9702 17.5 15.625V4.375C17.5 4.02982 17.2202 3.75 16.875 3.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 13.75C12.7614 13.75 15 12.0711 15 10C15 7.92894 12.7614 6.25 10 6.25C7.23856 6.25 5 7.92894 5 10C5 12.0711 7.23856 13.75 10 13.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Fh=o("vinyl-record",[["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5 10C5 8.67394 5.52678 7.40212 6.46444 6.46444C7.40212 5.52678 8.67394 5 10 5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15 10C15 11.3261 14.4732 12.5979 13.5356 13.5356C12.5979 14.4732 11.3261 15 10 15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 11.875C11.0356 11.875 11.875 11.0356 11.875 10C11.875 8.96444 11.0356 8.125 10 8.125C8.96444 8.125 8.125 8.96444 8.125 10C8.125 11.0356 8.96444 11.875 10 11.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Dh=o("virtual-reality",[["path",{d:"M5.3125 7.5L7.1875 12.5L9.0625 7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 4.375H6.25C3.1434 4.375 0.625 6.89337 0.625 10C0.625 13.1066 3.1434 15.625 6.25 15.625H13.75C16.8566 15.625 19.375 13.1066 19.375 10C19.375 6.89337 16.8566 4.375 13.75 4.375Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M11.25 10.625H12.8125C13.2269 10.625 13.6243 10.4604 13.9174 10.1674C14.2104 9.87431 14.375 9.47687 14.375 9.0625C14.375 8.64813 14.2104 8.25069 13.9174 7.95762C13.6243 7.66462 13.2269 7.5 12.8125 7.5H11.25V12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 12.5L13.2656 10.5586",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),qh=o("virus",[["path",{d:"M10 16.875C13.7969 16.875 16.875 13.7969 16.875 10C16.875 6.20304 13.7969 3.125 10 3.125C6.20304 3.125 3.125 6.20304 3.125 10C3.125 13.7969 6.20304 16.875 10 16.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.4375 10C9.30044 10 10 9.30044 10 8.4375C10 7.57456 9.30044 6.875 8.4375 6.875C7.57456 6.875 6.875 7.57456 6.875 8.4375C6.875 9.30044 7.57456 10 8.4375 10Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 11.0938C14.3541 11.0938 14.8438 10.6041 14.8438 10C14.8438 9.39594 14.3541 8.90625 13.75 8.90625C13.1459 8.90625 12.6562 9.39594 12.6562 10C12.6562 10.6041 13.1459 11.0938 13.75 11.0938Z",fill:"currentColor",stroke:"none"}],["path",{d:"M10 14.8438C10.6041 14.8438 11.0938 14.3541 11.0938 13.75C11.0938 13.1459 10.6041 12.6562 10 12.6562C9.39594 12.6562 8.90625 13.1459 8.90625 13.75C8.90625 14.3541 9.39594 14.8438 10 14.8438Z",fill:"currentColor",stroke:"none"}],["path",{d:"M10 1.25V3.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M18.75 10H16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.25 10H3.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 16.875V18.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 3.75L5.13828 5.13828",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.8618 5.13828L16.2501 3.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.2501 16.2501L14.8618 14.8618",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 16.2501L5.13828 14.8618",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Rh=o("visor",[["path",{d:"M8.81241 13.5508C7.88978 14.3156 6.68822 15.0555 5.38353 14.9946C4.07844 14.9335 2.84909 14.364 1.95857 13.408C1.06805 12.452 0.587099 11.1854 0.618647 9.87925C0.650195 8.57313 1.19173 7.33125 2.12738 6.41931C3.06301 5.50743 4.31842 4.99798 5.62493 5.00001H14.3007C17.0483 5.00001 19.339 7.1875 19.3742 9.93362C19.383 10.5957 19.2602 11.253 19.0128 11.8673C18.7656 12.4815 18.3987 13.0405 17.9337 13.5119C17.4685 13.9832 16.9145 14.3574 16.3036 14.6129C15.6927 14.8684 15.0371 14.9999 14.3749 15C13.1655 15 12.0562 14.2696 11.1913 13.5547C10.857 13.2777 10.4367 13.1258 10.0026 13.1251C9.56847 13.1244 9.14766 13.2749 8.81241 13.5508Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 7.5H13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Uh=o("voicemail",[["path",{d:"M4.375 13.75C6.44606 13.75 8.125 12.0711 8.125 10C8.125 7.92894 6.44606 6.25 4.375 6.25C2.30393 6.25 0.625 7.92894 0.625 10C0.625 12.0711 2.30393 13.75 4.375 13.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 13.75C17.6961 13.75 19.375 12.0711 19.375 10C19.375 7.92894 17.6961 6.25 15.625 6.25C13.5539 6.25 11.875 7.92894 11.875 10C11.875 12.0711 13.5539 13.75 15.625 13.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.375 13.75H15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Nh=o("volleyball",[["path",{d:"M6.25 3.50464L10 9.99994",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 16.4953L10 10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.5 10H10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.10791 2.55127C10.523 3.18449 11.7072 4.24069 12.4973 5.57455C13.2875 6.90844 13.645 8.45438 13.5204 9.99969",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.99551 14.4969C3.83673 12.955 4.1596 11.4017 4.91968 10.0509C5.67976 8.7 6.83971 7.61781 8.24003 6.95312",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.8968 12.9517C15.6406 13.8603 14.1337 14.3575 12.5834 14.3745C11.0331 14.3916 9.51562 13.9278 8.23975 13.047",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Gh=o("wall",[["path",{d:"M10 8.125V4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25 11.875V8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.75 11.875V8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 15.625V11.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 8.125H17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 11.875H17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.5 4.375H2.5V15.625H17.5V4.375Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),zh=o("wallet",[["path",{d:"M3.125 4.375V14.375C3.125 14.7065 3.25669 15.0244 3.49112 15.2589C3.72554 15.4933 4.04348 15.625 4.375 15.625H16.875C17.0407 15.625 17.1997 15.5591 17.3169 15.4419C17.4341 15.3247 17.5 15.1657 17.5 15V6.25C17.5 6.08424 17.4341 5.92527 17.3169 5.80806C17.1997 5.69085 17.0407 5.625 16.875 5.625H4.375C4.04348 5.625 3.72554 5.49331 3.49112 5.25888C3.25669 5.02446 3.125 4.70652 3.125 4.375ZM3.125 4.375C3.125 4.04348 3.25669 3.72554 3.49112 3.49112C3.72554 3.25669 4.04348 3.125 4.375 3.125H15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.0625 11.4062C14.6666 11.4062 15.1562 10.9166 15.1562 10.3125C15.1562 9.70844 14.6666 9.21875 14.0625 9.21875C13.4584 9.21875 12.9688 9.70844 12.9688 10.3125C12.9688 10.9166 13.4584 11.4062 14.0625 11.4062Z",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Eh=o("warehouse",[["path",{d:"M1.25 15H18.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M18.75 3.75L1.25 7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.625 15V10H14.375V15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.625 12.5H14.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 7.23145V14.9994",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.5 4.01855V15.0006",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Oh=o("warning",[["path",{d:"M11.1256 3.14219L17.9584 15.007C18.4373 15.8429 17.8186 16.875 16.8326 16.875H3.16702C2.18108 16.875 1.56233 15.8429 2.04124 15.007L8.87407 3.14219C9.36625 2.28594 10.6334 2.28594 11.1256 3.14219Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.99951 11.25V8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.99951 14.8438C10.431 14.8438 10.7808 14.494 10.7808 14.0625C10.7808 13.631 10.431 13.2812 9.99951 13.2812C9.56801 13.2812 9.21826 13.631 9.21826 14.0625C9.21826 14.494 9.56801 14.8438 9.99951 14.8438Z",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Wh=o("warning-circle",[["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 10.625V6.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 14.2188C10.4315 14.2188 10.7812 13.869 10.7812 13.4375C10.7812 13.006 10.4315 12.6562 10 12.6562C9.5685 12.6562 9.21875 13.006 9.21875 13.4375C9.21875 13.869 9.5685 14.2188 10 14.2188Z",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Ih=o("warning-diamond",[["path",{d:"M10 10.625V6.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 14.2188C10.4315 14.2188 10.7812 13.869 10.7812 13.4375C10.7812 13.006 10.4315 12.6562 10 12.6562C9.5685 12.6562 9.21875 13.006 9.21875 13.4375C9.21875 13.869 9.5685 14.2188 10 14.2188Z",fill:"currentColor",stroke:"none"}],["path",{d:"M9.56007 2.05716L2.05643 9.56077C1.81387 9.80333 1.81387 10.1966 2.05643 10.4391L9.56007 17.9428C9.80263 18.1853 10.1959 18.1853 10.4384 17.9428L17.942 10.4391C18.1846 10.1966 18.1846 9.80333 17.942 9.56077L10.4384 2.05716C10.1959 1.81461 9.80263 1.81461 9.56007 2.05716Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Xh=o("warning-octagon",[["path",{d:"M10 10.625V6.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.8476 2.5H7.15238C7.07025 2.49994 6.98894 2.51605 6.91306 2.54741C6.83719 2.57878 6.76825 2.62479 6.71019 2.68281L2.68281 6.71019C2.62479 6.76825 2.57878 6.83719 2.54741 6.91306C2.51605 6.98894 2.49994 7.07025 2.5 7.15238V12.8476C2.49994 12.9298 2.51605 13.0111 2.54741 13.0869C2.57878 13.1628 2.62479 13.2317 2.68281 13.2899L6.71019 17.3172C6.76825 17.3752 6.83719 17.4212 6.91306 17.4526C6.98894 17.4839 7.07025 17.5001 7.15238 17.5H12.8476C12.9298 17.5001 13.0111 17.4839 13.0869 17.4526C13.1628 17.4212 13.2317 17.3752 13.2899 17.3172L17.3172 13.2899C17.3752 13.2317 17.4212 13.1628 17.4526 13.0869C17.4839 13.0111 17.5001 12.9298 17.5 12.8476V7.15238C17.5001 7.07025 17.4839 6.98894 17.4526 6.91306C17.4212 6.83719 17.3752 6.76825 17.3172 6.71019L13.2899 2.68281C13.2317 2.62479 13.1628 2.57878 13.0869 2.54741C13.0111 2.51605 12.9298 2.49994 12.8476 2.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 14.2188C10.4315 14.2188 10.7812 13.869 10.7812 13.4375C10.7812 13.006 10.4315 12.6562 10 12.6562C9.5685 12.6562 9.21875 13.006 9.21875 13.4375C9.21875 13.869 9.5685 14.2188 10 14.2188Z",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Kh=o("washing-machine",[["path",{d:"M16.25 3.125H3.75C3.40482 3.125 3.125 3.40482 3.125 3.75V16.25C3.125 16.5952 3.40482 16.875 3.75 16.875H16.25C16.5952 16.875 16.875 16.5952 16.875 16.25V3.75C16.875 3.40482 16.5952 3.125 16.25 3.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 14.375C12.4162 14.375 14.375 12.4162 14.375 10C14.375 7.58375 12.4162 5.625 10 5.625C7.58375 5.625 5.625 7.58375 5.625 10C5.625 12.4162 7.58375 14.375 10 14.375Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.6875 6.09375C15.119 6.09375 15.4688 5.74398 15.4688 5.3125C15.4688 4.88102 15.119 4.53125 14.6875 4.53125C14.256 4.53125 13.9062 4.88102 13.9062 5.3125C13.9062 5.74398 14.256 6.09375 14.6875 6.09375Z",fill:"currentColor",stroke:"none"}],["path",{d:"M9.375 8.75L8.125 10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.375 11.875L11.875 9.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Jh=o("watch",[["path",{d:"M10 15.625C13.1066 15.625 15.625 13.1066 15.625 10C15.625 6.89337 13.1066 4.375 10 4.375C6.89337 4.375 4.375 6.89337 4.375 10C4.375 13.1066 6.89337 15.625 10 15.625Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 5.32266L7.407 2.38828C7.43319 2.24427 7.50906 2.11401 7.62144 2.02021C7.73381 1.92641 7.8755 1.87502 8.02188 1.875H11.9781C12.1245 1.87502 12.2662 1.92641 12.3786 2.02021C12.4909 2.11401 12.5668 2.24427 12.593 2.38828L13.125 5.32266",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 14.6772L7.407 17.6116C7.43319 17.7557 7.50906 17.8859 7.62144 17.9797C7.73381 18.0735 7.8755 18.1249 8.02188 18.1249H11.9781C12.1245 18.1249 12.2662 18.0735 12.3786 17.9797C12.4909 17.8859 12.5668 17.7557 12.593 17.6116L13.125 14.6772",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 6.875V10H13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Qh=o("waveform",[["path",{d:"M3.75 7.5V12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 2.5V17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 5V15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 7.5V12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 6.25V13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),Yh=o("waveform-slash",[["path",{d:"M3.75 7.5V12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 3.125L16.25 16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 6.5625V17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 2.5V2.84609",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 10V15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 5V6.28362",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 7.5V9.72112",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 6.25V13.1586",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),_h=o("waves",[["path",{d:"M3.125 14.5008C8.75 9.8375 11.25 18.9125 16.875 14.2493",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 10.1258C8.75 5.46251 11.25 14.5375 16.875 9.87424",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.125 5.7508C8.75 1.08752 11.25 10.1625 16.875 5.49924",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),$h=o("wave-sawtooth",[["path",{d:"M1.875 10L10 5V15L18.125 10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),oM=o("wave-sine",[["path",{d:"M1.875 9.99994C10 -7.32037 10 27.3203 18.125 9.99994",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),rM=o("wave-square",[["path",{d:"M18.125 10V14.375H10V5.625H1.875V10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),eM=o("wave-triangle",[["path",{d:"M1.875 10L5.9375 4.375L14.0625 15.625L18.125 10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),nM=o("webcam",[["path",{d:"M10 13.75C13.1066 13.75 15.625 11.2316 15.625 8.125C15.625 5.0184 13.1066 2.5 10 2.5C6.89337 2.5 4.375 5.0184 4.375 8.125C4.375 11.2316 6.89337 13.75 10 13.75Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 10.625C11.3807 10.625 12.5 9.50569 12.5 8.125C12.5 6.74431 11.3807 5.625 10 5.625C8.61931 5.625 7.5 6.74431 7.5 8.125C7.5 9.50569 8.61931 10.625 10 10.625Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 13.75V16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 16.25H17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),tM=o("webcam-slash",[["path",{d:"M10 13.75V16.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 3.125L16.25 16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.7548 13.0302C11.645 13.6542 10.3565 13.8832 9.09966 13.6799C7.84291 13.4766 6.69228 12.8529 5.83591 11.9109C4.97952 10.9689 4.46802 9.76419 4.38502 8.49381C4.30202 7.22344 4.65243 5.96243 5.37897 4.91699",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.2251 3.23119C8.3361 2.59899 9.62935 2.36408 10.8917 2.56514C12.1541 2.76621 13.3103 3.39126 14.17 4.33734C15.0297 5.28341 15.5415 6.49406 15.621 7.76987C15.7007 9.04575 15.3433 10.3106 14.6079 11.3562",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M9.45312 5.6841C9.88381 5.58774 10.3323 5.6071 10.7531 5.74023C11.1739 5.87336 11.5519 6.11551 11.8488 6.44206C12.1457 6.76863 12.3509 7.168 12.4434 7.5995C12.5359 8.031 12.5126 8.47938 12.3758 8.89894",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 16.25H15.682",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.5189 10.5708C10.0916 10.6616 9.64793 10.6389 9.23218 10.5049C8.81643 10.3709 8.44299 10.1303 8.14918 9.80705C7.8553 9.4838 7.6513 9.08924 7.55743 8.66261C7.46355 8.23599 7.48311 7.79218 7.61418 7.37549",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),sM=o("webhooks-logo",[["path",{d:"M15 14.2188C15.6041 14.2188 16.0938 13.7291 16.0938 13.125C16.0938 12.5209 15.6041 12.0312 15 12.0312C14.3959 12.0312 13.9062 12.5209 13.9062 13.125C13.9062 13.7291 14.3959 14.2188 15 14.2188Z",fill:"currentColor",stroke:"none"}],["path",{d:"M10 6.09375C10.6041 6.09375 11.0938 5.60406 11.0938 5C11.0938 4.39594 10.6041 3.90625 10 3.90625C9.39594 3.90625 8.90625 4.39594 8.90625 5C8.90625 5.60406 9.39594 6.09375 10 6.09375Z",fill:"currentColor",stroke:"none"}],["path",{d:"M5 14.2188C5.60406 14.2188 6.09375 13.7291 6.09375 13.125C6.09375 12.5209 5.60406 12.0312 5 12.0312C4.39594 12.0312 3.90625 12.5209 3.90625 13.125C3.90625 13.7291 4.39594 14.2188 5 14.2188Z",fill:"currentColor",stroke:"none"}],["path",{d:"M2.5 11.25C2.2029 11.6461 2.00419 12.1072 1.92024 12.5952C1.83629 13.0832 1.86951 13.5841 2.01714 14.0568C2.16479 14.5294 2.42263 14.9602 2.76942 15.3136C3.11622 15.6671 3.54204 15.9331 4.01179 16.0896C4.48154 16.2463 4.98177 16.2889 5.47127 16.2143C5.96077 16.1396 6.4255 15.9497 6.82725 15.6601C7.22894 15.3706 7.55606 14.9898 7.78169 14.549C8.00731 14.1083 8.125 13.6202 8.125 13.125H15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.8641 3.74995C12.6676 3.30095 12.3683 2.90446 11.9903 2.5925C11.6123 2.28054 11.1662 2.06186 10.6881 1.95412C10.21 1.84639 9.71325 1.85262 9.23794 1.97231C8.76269 2.092 8.32225 2.3218 7.95219 2.64314C7.58213 2.96448 7.29288 3.36836 7.10769 3.82214C6.92256 4.27593 6.84675 4.7669 6.88637 5.2554C6.926 5.74389 7.08 6.21622 7.33588 6.63425C7.59175 7.05225 7.94237 7.40419 8.35938 7.66169L5 13.1249",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15 16.25C15.4829 16.2495 15.9591 16.1371 16.3912 15.9216C16.8233 15.7061 17.1996 15.3934 17.4906 15.0081C17.7816 14.6227 17.9793 14.1752 18.0683 13.7006C18.1572 13.2259 18.1349 12.7372 18.0032 12.2726C17.8715 11.8081 17.6339 11.3803 17.3091 11.023C16.9843 10.6657 16.5811 10.3885 16.1312 10.2132C15.6813 10.0379 15.1968 9.96925 14.7159 10.0126C14.235 10.0561 13.7707 10.2102 13.3594 10.4632L10 5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),iM=o("wechat-logo",[["path",{d:"M10.3125 12.0312C10.9166 12.0312 11.4062 11.5416 11.4062 10.9375C11.4062 10.3334 10.9166 9.84375 10.3125 9.84375C9.70844 9.84375 9.21875 10.3334 9.21875 10.9375C9.21875 11.5416 9.70844 12.0312 10.3125 12.0312Z",fill:"currentColor",stroke:"none"}],["path",{d:"M14.6875 12.0312C15.2916 12.0312 15.7812 11.5416 15.7812 10.9375C15.7812 10.3334 15.2916 9.84375 14.6875 9.84375C14.0834 9.84375 13.5938 10.3334 13.5938 10.9375C13.5938 11.5416 14.0834 12.0312 14.6875 12.0312Z",fill:"currentColor",stroke:"none"}],["path",{d:"M12.4998 17.5C11.2693 17.4994 10.073 17.0954 9.09409 16.3498C8.11522 15.6042 7.40784 14.5582 7.08034 13.3721C6.75284 12.186 6.82328 10.9253 7.28091 9.783C7.73859 8.64075 8.55809 7.68013 9.61397 7.04825C10.6698 6.41638 11.9038 6.1482 13.1267 6.28475C14.3496 6.42132 15.494 6.95507 16.3844 7.80432C17.2749 8.6535 17.8624 9.77125 18.0568 10.9863C18.2512 12.2013 18.0418 13.4466 17.4608 14.5313L18.0983 16.7C18.1299 16.8077 18.1319 16.9219 18.1042 17.0307C18.0764 17.1394 18.0199 17.2387 17.9405 17.3181C17.8612 17.3974 17.7619 17.4539 17.6532 17.4817C17.5444 17.5094 17.4302 17.5074 17.3225 17.4758L15.1561 16.8359C14.3392 17.2734 13.4265 17.5016 12.4998 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.19203 13.7417C6.3721 13.698 5.57188 13.4742 4.84827 13.0862L2.67952 13.7237C2.57183 13.7553 2.45761 13.7574 2.34886 13.7296C2.24011 13.7019 2.14084 13.6453 2.06148 13.5659C1.98211 13.4866 1.92558 13.3873 1.89783 13.2786C1.87008 13.1698 1.87211 13.0556 1.90374 12.9479L2.5389 10.7815C2.17705 10.0985 1.95985 9.34825 1.90085 8.57757C1.84185 7.80688 1.94231 7.03232 2.19597 6.30219C2.44963 5.57209 2.85103 4.90208 3.37514 4.33398C3.89925 3.76589 4.53482 3.31191 5.24218 3.00037C5.94955 2.68882 6.71353 2.5264 7.48647 2.52324C8.25941 2.52008 9.02466 2.67625 9.73453 2.98201C10.4444 3.28776 11.0837 3.73653 11.6124 4.30032C12.1412 4.86412 12.548 5.53083 12.8077 6.25888",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),CM=o("whatsapp-logo",[["path",{d:"M5.625 8.125C5.625 7.46194 5.88839 6.82606 6.35725 6.35725C6.82606 5.88839 7.46194 5.625 8.125 5.625L9.375 8.125L8.4125 9.568C8.79431 10.4802 9.51975 11.2057 10.432 11.5875L11.875 10.625L14.375 11.875C14.375 12.5381 14.1116 13.1739 13.6427 13.6427C13.1739 14.1116 12.5381 14.375 11.875 14.375C10.2174 14.375 8.62769 13.7165 7.45556 12.5444C6.2835 11.3723 5.625 9.78262 5.625 8.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.24479 16.4932C7.82021 17.405 9.67346 17.7127 11.459 17.359C13.2445 17.0053 14.8405 16.0143 15.9494 14.5708C17.0583 13.1273 17.6043 11.3298 17.4857 9.51343C17.3672 7.69706 16.592 5.98577 15.305 4.69866C14.0178 3.41155 12.3066 2.63646 10.4902 2.51789C8.67384 2.39932 6.87634 2.94537 5.4328 4.05422C3.98929 5.16308 2.9983 6.75906 2.64461 8.54462C2.29091 10.3302 2.59864 12.1834 3.51042 13.7588L2.53307 16.6768C2.49635 16.7869 2.49102 16.9051 2.51769 17.0181C2.54435 17.1311 2.60195 17.2344 2.68403 17.3164C2.76612 17.3986 2.86944 17.4561 2.98242 17.4828C3.09541 17.5094 3.21358 17.5041 3.3237 17.4674L6.24479 16.4932Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),uM=o("whats-app-logo-filled",[["path",{d:"M11.7709 13.5C10.3734 13.4984 9.03366 12.9422 8.04551 11.9532C7.05737 10.9642 6.50155 9.62333 6.5 8.22472C6.49989 7.81817 6.64053 7.42414 6.898 7.10969C7.15546 6.79524 7.51384 6.57978 7.91215 6.5L8.75256 8.18515L7.8653 9.51423L7.98609 9.8073C8.40511 10.804 9.19738 11.5969 10.1933 12.0163L10.4861 12.1372L11.8163 11.2492L13.5 12.0903C13.4193 12.4893 13.2029 12.8479 12.8876 13.1049C12.5722 13.362 12.1776 13.5016 11.7709 13.5Z",fill:"currentColor",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.24365 16.4912C7.81899 17.403 9.67215 17.7107 11.4576 17.357C13.2431 17.0033 14.839 16.0123 15.9478 14.5688C17.0566 13.1253 17.6026 11.3278 17.4841 9.51145C17.3655 7.69507 16.5904 5.98381 15.3034 4.6967C14.0163 3.4096 12.3052 2.63451 10.4889 2.51594C8.67256 2.39737 6.87514 2.94341 5.43169 4.05227C3.98824 5.16112 2.9973 6.7571 2.64362 8.54264C2.28994 10.3282 2.59766 12.1814 3.5094 13.7568L2.5321 16.6748C2.49538 16.7849 2.49005 16.9031 2.51671 17.0161C2.54337 17.1291 2.60097 17.2324 2.68305 17.3145C2.76513 17.3966 2.86845 17.4542 2.98143 17.4808C3.0944 17.5075 3.21257 17.5022 3.32269 17.4654L6.24365 16.4912Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),kM=o("wheelchair",[["path",{d:"M8.125 5.625V10.625H15L17.5 15.625L19.375 15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.125 5.625C9.16056 5.625 10 4.78553 10 3.75C10 2.71447 9.16056 1.875 8.125 1.875C7.08944 1.875 6.25 2.71447 6.25 3.75C6.25 4.78553 7.08944 5.625 8.125 5.625Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 7.5H8.75C7.42394 7.5 6.15215 8.02681 5.21447 8.96444C4.27678 9.90212 3.75 11.1739 3.75 12.5C3.75 13.8261 4.27678 15.0979 5.21447 16.0356C6.15215 16.9732 7.42394 17.5 8.75 17.5C11.0797 17.5 13.1953 15.9063 13.75 13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["rect",{width:"20",height:"20",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),aM=o("wheelchair-motion",[["path",{d:"M13.75 5.625C14.7856 5.625 15.625 4.78553 15.625 3.75C15.625 2.71447 14.7856 1.875 13.75 1.875C12.7144 1.875 11.875 2.71447 11.875 3.75C11.875 4.78553 12.7144 5.625 13.75 5.625Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 13.125C12.5 13.9903 12.2434 14.8361 11.7627 15.5556C11.2819 16.2751 10.5987 16.8358 9.79925 17.167C8.99981 17.4981 8.12012 17.5847 7.2715 17.4159C6.42281 17.2471 5.64326 16.8304 5.03141 16.2186C4.41956 15.6067 4.00287 14.8272 3.83407 13.9785C3.66526 13.1299 3.75189 12.2502 4.08303 11.4507C4.41416 10.6513 4.97492 9.96806 5.69438 9.48731C6.41387 9.00656 7.25969 8.75 8.125 8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.75 7.82148C4.87902 6.88992 6.27587 6.34311 7.73725 6.26048C9.19856 6.17784 10.6482 6.56379 11.875 7.36211L10 10.6254H15.625L14.375 16.8754",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),dM=o("wifi-high",[["path",{d:"M10 17.0312C10.6041 17.0312 11.0938 16.5416 11.0938 15.9375C11.0938 15.3334 10.6041 14.8438 10 14.8438C9.39594 14.8438 8.90625 15.3334 8.90625 15.9375C8.90625 16.5416 9.39594 17.0312 10 17.0312Z",fill:"currentColor",stroke:"none"}],["path",{d:"M18.125 7.28069C15.8341 5.40184 12.9628 4.375 10 4.375C7.03719 4.375 4.1659 5.40184 1.875 7.28069",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 10.0783C14.024 8.81096 12.0419 8.12134 10 8.12134C7.95806 8.12134 5.97599 8.81096 4.375 10.0783",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 12.8902C12.2169 12.2296 11.1229 11.8738 10 11.8738C8.87713 11.8738 7.78306 12.2296 6.875 12.8902",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),cM=o("wifi-low",[["path",{d:"M10 17.0312C10.6041 17.0312 11.0938 16.5416 11.0938 15.9375C11.0938 15.3334 10.6041 14.8438 10 14.8438C9.39594 14.8438 8.90625 15.3334 8.90625 15.9375C8.90625 16.5416 9.39594 17.0312 10 17.0312Z",fill:"currentColor",stroke:"none"}],["path",{d:"M13.125 12.8902C12.2169 12.2296 11.1229 11.8738 10 11.8738C8.87713 11.8738 7.78306 12.2296 6.875 12.8902",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),LM=o("wifi-medium",[["path",{d:"M10 17.0312C10.6041 17.0312 11.0938 16.5416 11.0938 15.9375C11.0938 15.3334 10.6041 14.8438 10 14.8438C9.39594 14.8438 8.90625 15.3334 8.90625 15.9375C8.90625 16.5416 9.39594 17.0312 10 17.0312Z",fill:"currentColor",stroke:"none"}],["path",{d:"M15.625 10.0783C14.024 8.81096 12.0419 8.12134 10 8.12134C7.95806 8.12134 5.97599 8.81096 4.375 10.0783",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 12.8902C12.2169 12.2296 11.1229 11.8738 10 11.8738C8.87713 11.8738 7.78306 12.2296 6.875 12.8902",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),pM=o("wifi-none",[["path",{d:"M10 17.0312C10.6041 17.0312 11.0938 16.5416 11.0938 15.9375C11.0938 15.3334 10.6041 14.8438 10 14.8438C9.39594 14.8438 8.90625 15.3334 8.90625 15.9375C8.90625 16.5416 9.39594 17.0312 10 17.0312Z",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),lM=o("wifi-slash",[["path",{d:"M10 17.0312C10.6041 17.0312 11.0938 16.5416 11.0938 15.9375C11.0938 15.3334 10.6041 14.8438 10 14.8438C9.39594 14.8438 8.90625 15.3334 8.90625 15.9375C8.90625 16.5416 9.39594 17.0312 10 17.0312Z",fill:"currentColor",stroke:"none"}],["path",{d:"M3.75 3.125L16.25 16.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M5.59375 5.15625C4.24347 5.65003 2.98622 6.36819 1.875 7.2805",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M18.125 7.2805C15.8363 5.39775 12.9636 4.37047 10 4.37502C9.4515 4.37482 8.9035 4.40952 8.35938 4.47892",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.42031 8.26294C6.94181 8.52213 5.55137 9.14619 4.375 10.0786",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.6249 10.0785C14.5203 9.20211 13.2258 8.59667 11.8452 8.31055",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.0945 12.3039C11.2481 11.9418 10.3222 11.8054 9.40731 11.9083C8.49244 12.0111 7.61987 12.3496 6.875 12.8907",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),hM=o("wifi-x",[["path",{d:"M10 17.0312C10.6041 17.0312 11.0938 16.5416 11.0938 15.9375C11.0938 15.3334 10.6041 14.8438 10 14.8438C9.39594 14.8438 8.90625 15.3334 8.90625 15.9375C8.90625 16.5416 9.39594 17.0312 10 17.0312Z",fill:"currentColor",stroke:"none"}],["path",{d:"M17.5 4.375L13.75 8.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M17.5 8.125L13.75 4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M13.125 12.8902C12.2169 12.2296 11.1229 11.8738 10 11.8738C8.87713 11.8738 7.78306 12.2296 6.875 12.8902",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.625 4.38986C10.4167 4.37996 10.2083 4.37502 10 4.37502C7.03644 4.37047 4.16369 5.39775 1.875 7.2805",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.625 8.14614C10.4167 8.13208 10.2083 8.12502 10 8.12502C7.958 8.12089 5.97502 8.80946 4.375 10.0781",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),MM=o("wind",[["path",{d:"M10 15C10.2649 15.7148 11.068 16.25 11.875 16.25C12.3722 16.25 12.8492 16.0524 13.2008 15.7008C13.5524 15.3492 13.75 14.8722 13.75 14.375C13.75 13.8778 13.5524 13.4008 13.2008 13.0492C12.8492 12.6976 12.3722 12.5 11.875 12.5H3.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 5C7.76487 4.28516 8.568 3.75 9.375 3.75C9.87225 3.75 10.3492 3.94754 10.7008 4.29918C11.0524 4.65081 11.25 5.12772 11.25 5.625C11.25 6.12228 11.0524 6.59919 10.7008 6.95081C10.3492 7.30244 9.87225 7.5 9.375 7.5H1.875",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M14.375 7.5C14.6399 6.78519 15.443 6.25 16.25 6.25C16.7472 6.25 17.2242 6.44756 17.5758 6.79919C17.9274 7.15081 18.125 7.62775 18.125 8.125C18.125 8.62225 17.9274 9.09919 17.5758 9.45081C17.2242 9.80244 16.7472 10 16.25 10H2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),jM=o("windmill",[["path",{d:"M11.5704 4.83301L5.63286 1.33692C5.562 1.29468 5.48348 1.26689 5.40183 1.25515C5.32018 1.2434 5.23702 1.24794 5.15713 1.26849C5.07724 1.28905 5.00221 1.32521 4.93637 1.3749C4.87052 1.42459 4.81516 1.48683 4.77348 1.55801L3.83598 3.14708C3.79378 3.21798 3.76603 3.29654 3.75435 3.37822C3.74266 3.4599 3.74727 3.54309 3.76789 3.62299C3.78852 3.70288 3.82477 3.7779 3.87453 3.84371C3.9243 3.90953 3.98661 3.96484 4.05786 4.00645L15.9407 11.0002C16.0119 11.0418 16.0742 11.0971 16.124 11.1629C16.1737 11.2288 16.21 11.3038 16.2306 11.3837C16.2512 11.4636 16.2559 11.5468 16.2442 11.6284C16.2325 11.7101 16.2047 11.7887 16.1626 11.8596L15.2251 13.4486C15.1834 13.5198 15.128 13.5821 15.0622 13.6318C14.9963 13.6814 14.9213 13.7176 14.8414 13.7382C14.7615 13.7587 14.6784 13.7633 14.5967 13.7515C14.5151 13.7398 14.4366 13.7119 14.3657 13.6698L8.42818 10.1736",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.33275 5.92944L3.83667 11.8669C3.79444 11.9378 3.76665 12.0163 3.75491 12.0979C3.74316 12.1796 3.74769 12.2628 3.76825 12.3427C3.7888 12.4226 3.82497 12.4976 3.87466 12.5634C3.92435 12.6293 3.98658 12.6846 4.05777 12.7263L5.64683 13.6638C5.71774 13.706 5.79629 13.7338 5.87797 13.7454C5.95966 13.7571 6.04285 13.7526 6.12274 13.7319C6.20264 13.7113 6.27762 13.6751 6.3435 13.6252C6.40931 13.5755 6.46462 13.5132 6.50619 13.4419L13.4968 1.56226C13.5384 1.491 13.5937 1.42869 13.6596 1.37892C13.7254 1.32916 13.8004 1.29291 13.8803 1.27229C13.9602 1.25166 14.0434 1.24706 14.1251 1.25874C14.2067 1.27043 14.2853 1.29817 14.3562 1.34038L15.9452 2.27788C16.0164 2.31956 16.0787 2.37491 16.1284 2.44076C16.1781 2.5066 16.2142 2.58163 16.2348 2.66152C16.2554 2.74141 16.2599 2.82457 16.2481 2.90622C16.2364 2.98788 16.2086 3.06639 16.1664 3.13726L12.6702 9.07475",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.5 18.125H17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.9966 12.8552L13.7497 18.1247",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.05231 12.5085L6.25 18.1249",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),HM=o("windows-logo",[["path",{d:"M16.25 16.875L10 15.7391V11.25H16.25V16.875Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 15.2844L2.5 14.375V11.25H7.5V15.2844Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.25 3.125L10 4.26172V8.75H16.25V3.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 4.71558L2.5 5.62495V8.74994H7.5V4.71558Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),BM=o("wine",[["path",{d:"M10 14.375V18.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.875 18.75H13.125",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.25707 2.5H13.743L15.4453 8.27581C15.6758 9.05019 15.6866 9.87338 15.4766 10.6536C15.2667 11.4338 14.8442 12.1404 14.2563 12.6946C13.1018 13.775 11.5797 14.3761 9.99844 14.3761C8.41725 14.3761 6.89513 13.775 5.74065 12.6946C5.15339 12.1399 4.7316 11.4332 4.52221 10.653C4.31283 9.87287 4.32408 9.04994 4.55471 8.27581L6.25707 2.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.67627 7.86088C5.66299 7.43825 7.43719 7.14056 9.99969 8.43744C12.8013 9.85619 14.6614 9.36638 15.5794 8.89369",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),VM=o("wrench",[["path",{d:"M8.12481 9.91706C7.62519 9.01288 7.41788 7.97613 7.53144 6.94931C7.64494 5.92255 8.07369 4.95613 8.75881 4.18294C9.44388 3.40974 10.3516 2.86771 11.3573 2.63138C12.3629 2.39505 13.4171 2.47601 14.3748 2.86313L11.2498 6.24985L11.692 8.30769L13.7498 8.74988L17.1366 5.62485C17.5237 6.58263 17.6046 7.63675 17.3683 8.64244C17.1319 9.64806 16.5899 10.5558 15.8168 11.2409C15.0436 11.926 14.0771 12.3548 13.0504 12.4683C12.0236 12.5818 10.9868 12.3745 10.0826 11.8749L5.70296 16.953C5.35072 17.3052 4.87298 17.5031 4.37483 17.5031C3.87669 17.5031 3.39895 17.3052 3.04671 16.953C2.69447 16.6008 2.49658 16.123 2.49658 15.6249C2.49658 15.1267 2.69447 14.6489 3.04671 14.2968L8.12481 9.91706Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),wM=o("x",[["path",{d:"M15.625 4.375L4.375 15.625",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M15.625 15.625L4.375 4.375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),bM=o("x-circle",[["path",{d:"M12.5 7.5L7.5 12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 7.5L12.5 12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),SM=o("x-logo",[["path",{d:"M3.75 3.125H7.5L16.25 16.875H12.5L3.75 3.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M8.89687 11.2134L3.75 16.8751",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M16.2499 3.125L11.103 8.78675",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),vM=o("x-square",[["path",{d:"M16.25 3.125H3.75C3.40482 3.125 3.125 3.40482 3.125 3.75V16.25C3.125 16.5952 3.40482 16.875 3.75 16.875H16.25C16.5952 16.875 16.875 16.5952 16.875 16.25V3.75C16.875 3.40482 16.5952 3.125 16.25 3.125Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M12.5 7.5L7.5 12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.5 7.5L12.5 12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),xM=o("yarn",[["path",{d:"M10 17.4999L18.125 17.4976",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M7.21094 16.9641C7.75538 14.5701 8.92981 12.3652 10.6126 10.5777C12.2954 8.79012 14.4253 7.48481 16.782 6.79688",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M4.47949 15.0782C5.23859 12.5973 6.55819 10.3242 8.33625 8.43481C10.1143 6.54544 12.3031 5.09035 14.7334 4.18213",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10.2969 17.4945C10.7334 15.7052 11.6264 14.0598 12.889 12.7188C14.1515 11.3778 15.7402 10.3872 17.5 9.84375",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M2.52393 9.39453C3.96623 9.48034 5.37554 9.86141 6.66457 10.5141",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M3.45264 6.34033C5.30055 6.55039 7.08618 7.13521 8.70031 8.05908",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M6.0249 3.63892C7.88681 4.11026 9.65413 4.89745 11.2499 5.96626",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),gM=o("yin-yang",[["path",{d:"M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 14.8438C10.6041 14.8438 11.0938 14.3541 11.0938 13.75C11.0938 13.1459 10.6041 12.6562 10 12.6562C9.39594 12.6562 8.90625 13.1459 8.90625 13.75C8.90625 14.3541 9.39594 14.8438 10 14.8438Z",fill:"currentColor",stroke:"none"}],["path",{d:"M10 17.5C9.00544 17.5 8.05162 17.1049 7.34837 16.4016C6.64506 15.6984 6.25 14.7446 6.25 13.75C6.25 12.7554 6.64506 11.8016 7.34837 11.0984C8.05162 10.3951 9.00544 10 10 10C10.9946 10 11.9484 9.60494 12.6516 8.90163C13.3549 8.19838 13.75 7.24456 13.75 6.25C13.75 5.25544 13.3549 4.30161 12.6516 3.59835C11.9484 2.89509 10.9946 2.5 10 2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M10 7.34375C10.6041 7.34375 11.0938 6.85406 11.0938 6.25C11.0938 5.64594 10.6041 5.15625 10 5.15625C9.39594 5.15625 8.90625 5.64594 8.90625 6.25C8.90625 6.85406 9.39594 7.34375 10 7.34375Z",fill:"currentColor",stroke:"none"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),ZM=o("youtube-logo",[["path",{d:"M12.5 10L8.75 7.5V12.5L12.5 10Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}],["path",{d:"M1.875 10.0001C1.875 12.3368 2.11484 13.7071 2.29766 14.4118C2.346 14.6034 2.43911 14.7809 2.56935 14.9297C2.69959 15.0784 2.86324 15.1941 3.04688 15.2672C5.66563 16.2774 10 16.2501 10 16.2501C10 16.2501 14.3344 16.2774 16.9531 15.2672C17.1373 15.1945 17.3016 15.0789 17.4324 14.9302C17.5632 14.7815 17.6568 14.6038 17.7055 14.4118C17.8883 13.7087 18.1281 12.3368 18.1281 10.0001C18.1281 7.66337 17.8883 6.29306 17.7055 5.58835C17.6574 5.39564 17.564 5.21716 17.4332 5.06771C17.3024 4.91826 17.1378 4.80214 16.9531 4.72898C14.3344 3.72273 10 3.75007 10 3.75007C10 3.75007 5.66563 3.72273 3.04688 4.73288C2.86221 4.80605 2.69764 4.92217 2.56681 5.07162C2.43598 5.22107 2.34264 5.39954 2.29453 5.59226C2.11484 6.29225 1.875 7.66337 1.875 10.0001Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}]],{viewBox:"0 0 20 20",absoluteStrokeBase:20}),mM=Object.freeze(Object.defineProperty({__proto__:null,Acorn:S,AddressBook:v,AddressBookTabs:x,AirTrafficControl:A,Airplane:g,AirplaneInFlight:Z,AirplaneLanding:m,AirplaneTakeoff:f,AirplaneTaxiing:y,AirplaneTilt:P,Airplay:T,Alarm:F,Alien:D,AlignBottom:q,AlignBottomSimple:R,AlignCenterHorizontal:U,AlignCenterHorizontalSimple:N,AlignCenterVertical:G,AlignCenterVerticalSimple:z,AlignLeft:E,AlignLeftSimple:O,AlignRight:W,AlignRightSimple:I,AlignTop:X,AlignTopSimple:K,AmazonLogo:J,Ambulance:Q,Anchor:Y,AnchorSimple:_,AndroidLogo:$,Angle:o1,AngularLogo:r1,Aperture:e1,AppStoreLogo:i1,AppWindow:C1,AppleLogo:n1,ApplePodcastsLogo:t1,ApproximateEquals:s1,Archive:u1,Armchair:k1,ArrowArcLeft:a1,ArrowArcRight:d1,ArrowBendDoubleUpLeft:c1,ArrowBendDoubleUpRight:L1,ArrowBendDownLeft:p1,ArrowBendDownRight:l1,ArrowBendLeftDown:h1,ArrowBendLeftUp:M1,ArrowBendRightDown:j1,ArrowBendRightUp:H1,ArrowBendUpLeft:B1,ArrowBendUpRight:V1,ArrowCircleDown:w1,ArrowCircleDownLeft:b1,ArrowCircleDownRight:S1,ArrowCircleLeft:v1,ArrowCircleRight:x1,ArrowCircleUp:g1,ArrowCircleUpLeft:Z1,ArrowCircleUpRight:m1,ArrowClockwise:f1,ArrowCounterClockwise:y1,ArrowDown:P1,ArrowDownLeft:T1,ArrowDownRight:A1,ArrowElbowDownLeft:F1,ArrowElbowDownRight:D1,ArrowElbowLeft:q1,ArrowElbowLeftDown:R1,ArrowElbowLeftUp:U1,ArrowElbowRight:N1,ArrowElbowRightDown:G1,ArrowElbowRightUp:z1,ArrowElbowUpLeft:E1,ArrowElbowUpRight:O1,ArrowFatDown:W1,ArrowFatLeft:I1,ArrowFatLineDown:X1,ArrowFatLineLeft:K1,ArrowFatLineRight:J1,ArrowFatLineUp:o5,ArrowFatLinesDown:Q1,ArrowFatLinesLeft:Y1,ArrowFatLinesRight:_1,ArrowFatLinesUp:$1,ArrowFatRight:r5,ArrowFatUp:e5,ArrowLeft:n5,ArrowLineDown:t5,ArrowLineDownLeft:s5,ArrowLineDownRight:i5,ArrowLineLeft:C5,ArrowLineRight:u5,ArrowLineUp:k5,ArrowLineUpLeft:a5,ArrowLineUpRight:d5,ArrowRight:c5,ArrowSquareDown:m5,ArrowSquareDownLeft:f5,ArrowSquareDownRight:y5,ArrowSquareIn:P5,ArrowSquareLeft:T5,ArrowSquareOut:A5,ArrowSquareRight:F5,ArrowSquareUp:D5,ArrowSquareUpLeft:q5,ArrowSquareUpRight:R5,ArrowUDownLeft:G5,ArrowUDownRight:z5,ArrowULeftDown:E5,ArrowULeftUp:O5,ArrowURightDown:K5,ArrowURightUp:J5,ArrowUUpLeft:Q5,ArrowUUpRight:Y5,ArrowUp:W5,ArrowUpLeft:I5,ArrowUpRight:X5,ArrowsClockwise:L5,ArrowsCounterClockwise:p5,ArrowsDownUp:l5,ArrowsHorizontal:h5,ArrowsIn:M5,ArrowsInCardinal:j5,ArrowsInLineHorizontal:H5,ArrowsInLineVertical:B5,ArrowsInSimple:V5,ArrowsLeftRight:w5,ArrowsMerge:b5,ArrowsOut:S5,ArrowsOutCardinal:v5,ArrowsOutLineHorizontal:x5,ArrowsOutLineVertical:g5,ArrowsOutSimple:Z5,ArrowsSplit:U5,ArrowsVertical:N5,Article:_5,ArticleMedium:$5,ArticleNyTimes:o2,Asclepius:r2,Asterisk:e2,AsteriskSimple:n2,At:t2,Atom:s2,Avocado:i2,Axe:C2,Baby:u2,BabyCarriage:k2,Backpack:a2,Backspace:d2,Bag:c2,BagSimple:L2,Balloon:p2,Bandaids:l2,Bank:h2,Barbell:M2,Barcode:j2,Barn:H2,Barricade:B2,Baseball:V2,BaseballCap:w2,BaseballHelmet:b2,Basket:S2,Basketball:v2,Bathtub:x2,BatteryCharging:g2,BatteryChargingVertical:Z2,BatteryEmpty:m2,BatteryFull:f2,BatteryHigh:y2,BatteryLow:P2,BatteryMedium:T2,BatteryPlus:A2,BatteryPlusVertical:F2,BatteryVerticalEmpty:D2,BatteryVerticalFull:q2,BatteryVerticalHigh:R2,BatteryVerticalLow:U2,BatteryVerticalMedium:N2,BatteryWarning:G2,BatteryWarningVertical:z2,BeachBall:E2,Beanie:O2,Bed:W2,BeerBottle:I2,BeerStein:X2,BehanceLogo:K2,Bell:J2,BellRinging:Q2,BellSimple:Y2,BellSimpleRinging:_2,BellSimpleSlash:$2,BellSimpleZ:oo,BellSlash:ro,BellZ:eo,Belt:no,BezierCurve:to,Bicycle:so,Binary:io,Binoculars:Co,Biohazard:uo,Bird:ko,Blueprint:ao,Bluetooth:co,BluetoothConnected:Lo,BluetoothSlash:po,BluetoothX:lo,Boat:ho,Bomb:Mo,Bone:jo,Book:Ho,BookBookmark:Bo,BookOpen:vo,BookOpenText:xo,BookOpenUser:go,Bookmark:Vo,BookmarkSimple:bo,Bookmarks:wo,BookmarksSimple:So,Books:Zo,Boot:mo,Boules:fo,BoundingBox:yo,BowlFood:Po,BowlSteam:Ao,BowlingBall:To,BoxArrowDown:Fo,BoxArrowUp:Do,BoxingGlove:qo,BracketsAngle:Ro,BracketsCurly:Uo,BracketsRound:No,BracketsSquare:Go,Brain:zo,Brandy:Eo,Bread:Oo,Bridge:Wo,Briefcase:Io,BriefcaseMetal:Xo,Broadcast:Ko,Broom:Jo,Browser:Qo,Browsers:Yo,Bug:_o,BugBeetle:$o,BugDroid:o7,Building:r7,BuildingApartment:e7,BuildingOffice:n7,Buildings:t7,Bulldozer:s7,Bus:i7,Butterfly:C7,CableCar:u7,Cactus:k7,Cake:a7,Calculator:d7,Calendar:c7,CalendarBlank:L7,CalendarCheck:p7,CalendarDot:l7,CalendarDots:h7,CalendarHeart:M7,CalendarMinus:j7,CalendarPlus:H7,CalendarSlash:B7,CalendarStar:V7,CalendarX:w7,CallBell:b7,Camera:S7,CameraPlus:v7,CameraRotate:x7,CameraSlash:g7,Campfire:Z7,Car:m7,CarBattery:f7,CarProfile:er,CarSimple:tr,Cardholder:y7,Cards:P7,CardsThree:T7,CaretCircleDoubleDown:A7,CaretCircleDoubleLeft:F7,CaretCircleDoubleRight:D7,CaretCircleDoubleUp:q7,CaretCircleDown:R7,CaretCircleLeft:U7,CaretCircleRight:N7,CaretCircleUp:G7,CaretCircleUpDown:z7,CaretDoubleDown:E7,CaretDoubleLeft:O7,CaretDoubleRight:W7,CaretDoubleUp:I7,CaretDown:X7,CaretLeft:K7,CaretLineDown:J7,CaretLineLeft:Q7,CaretLineRight:Y7,CaretLineUp:_7,CaretRight:$7,CaretUp:or,CaretUpDown:rr,Carrot:nr,CashRegister:sr,CassetteTape:ir,CastleTurret:Cr,Cat:ur,CellSignalFull:kr,CellSignalHigh:ar,CellSignalLow:dr,CellSignalMedium:cr,CellSignalNone:Lr,CellSignalSlash:pr,CellSignalX:lr,CellTower:hr,Certificate:Mr,Chair:jr,Chalkboard:Hr,ChalkboardSimple:Br,ChalkboardTeacher:Vr,Champagne:wr,ChargingStation:br,ChartBar:Sr,ChartBarHorizontal:vr,ChartDonut:xr,ChartLine:gr,ChartLineDown:Zr,ChartLineUp:mr,ChartPie:fr,ChartPieSlice:yr,ChartPolar:Pr,ChartScatter:Tr,Chat:Ar,ChatCentered:Fr,ChatCenteredDots:Dr,ChatCenteredSlash:qr,ChatCenteredText:Rr,ChatCircle:Ur,ChatCircleDots:Nr,ChatCircleSlash:Gr,ChatCircleText:zr,ChatDots:Er,ChatSlash:Ir,ChatTeardrop:Kr,ChatTeardropDots:Jr,ChatTeardropSlash:Qr,ChatTeardropText:Yr,ChatText:_r,Chats:Or,ChatsCircle:Wr,ChatsTeardrop:Xr,Check:$r,CheckCircle:o6,CheckFat:e6,CheckSquare:t6,CheckSquareOffset:s6,Checkerboard:r6,Checks:n6,Cheers:i6,Cheese:C6,ChefHat:u6,Cherries:k6,Church:a6,Cigarette:d6,CigaretteSlash:c6,Circle:L6,CircleDashed:p6,CircleHalf:l6,CircleHalfTilt:h6,CircleNotch:M6,CirclesFour:j6,CirclesThree:H6,CirclesThreePlus:B6,Circuitry:V6,City:w6,Clipboard:b6,ClipboardText:S6,Clock:v6,ClockAfternoon:x6,ClockClockwise:g6,ClockCountdown:Z6,ClockCounterClockwise:m6,ClockUser:f6,ClosedCaptioning:y6,Cloud:P6,CloudArrowDown:T6,CloudArrowUp:A6,CloudCheck:F6,CloudFog:D6,CloudLightning:q6,CloudMoon:R6,CloudRain:U6,CloudSlash:N6,CloudSnow:G6,CloudSun:z6,CloudWarning:E6,CloudX:O6,Clover:W6,Club:I6,CoatHanger:X6,CodaLogo:K6,Code:J6,CodeBlock:Q6,CodeSimple:$6,CodepenLogo:Y6,CodesandboxLogo:_6,Coffee:oe,CoffeeBean:re,Coin:ee,CoinVertical:te,Coins:ne,Columns:se,ColumnsPlusLeft:ie,ColumnsPlusRight:Ce,Command:ue,Compass:ke,CompassRose:ae,CompassTool:de,ComputerTower:ce,Confetti:Le,ContactlessPayment:pe,Control:le,Cookie:he,CookingPot:Me,Copy:je,CopySimple:Ve,Copyleft:He,Copyright:Be,CornersIn:we,CornersOut:be,Couch:Se,CourtBasketball:ve,Cow:xe,CowboyHat:ge,Cpu:Ze,Crane:me,CraneTower:fe,CreditCard:ye,Cricket:Pe,Crop:Te,Cross:Ae,Crosshair:Fe,CrosshairSimple:De,Crown:qe,CrownCross:Re,CrownSimple:Ue,Cube:Ne,CubeFocus:Ge,CubeTransparent:ze,CurrencyBtc:Ee,CurrencyCircleDollar:Oe,CurrencyCny:We,CurrencyDollar:Ie,CurrencyDollarSimple:Xe,CurrencyEth:Ke,CurrencyEur:Je,CurrencyGbp:Qe,CurrencyInr:Ye,CurrencyJpy:_e,CurrencyKrw:$e,CurrencyKzt:o3,CurrencyNgn:r3,CurrencyRub:e3,Cursor:n3,CursorClick:t3,CursorText:s3,Cylinder:i3,Database:C3,Desk:u3,Desktop:k3,DesktopTower:a3,Detective:d3,DevToLogo:V3,DeviceMobile:c3,DeviceMobileCamera:L3,DeviceMobileSlash:p3,DeviceMobileSpeaker:l3,DeviceRotate:h3,DeviceTablet:j3,DeviceTabletCamera:H3,DeviceTabletSpeaker:B3,Devices:M3,Diamond:w3,DiamondsFour:b3,DiceFive:S3,DiceFour:v3,DiceOne:x3,DiceSix:g3,DiceThree:Z3,DiceTwo:m3,Disc:f3,DiscoBall:y3,DiscordLogo:P3,Divide:T3,Dna:A3,Dog:F3,Door:D3,DoorOpen:q3,Dot:R3,DotOutline:U3,DotsNine:N3,DotsSix:G3,DotsSixVertical:z3,DotsThree:E3,DotsThreeCircle:O3,DotsThreeCircleVertical:W3,DotsThreeOutline:I3,DotsThreeOutlineVertical:X3,DotsThreeVertical:K3,Download:J3,DownloadSimple:Q3,Dress:Y3,Dresser:_3,DribbbleLogo:$3,Drone:o8,Drop:r8,DropHalf:n8,DropHalfBottom:t8,DropSimple:s8,DropSlash:i8,DropboxLogo:e8,Ear:C8,EarSlash:u8,Egg:k8,EggCrack:a8,Eject:d8,EjectSimple:c8,Elevator:L8,Empty:p8,Engine:l8,Envelope:h8,EnvelopeOpen:M8,EnvelopeSimple:j8,EnvelopeSimpleOpen:H8,Equalizer:B8,Equals:V8,Eraser:w8,EscalatorDown:b8,EscalatorUp:S8,Exam:v8,ExclamationMark:x8,Exclude:g8,ExcludeSquare:Z8,Export:m8,Eye:f8,EyeClosed:y8,EyeSlash:D8,Eyedropper:P8,EyedropperSample:T8,Eyeglasses:A8,Eyes:F8,FaceMask:R8,FacebookLogo:q8,Factory:U8,Faders:N8,FadersHorizontal:G8,FalloutShelter:z8,Fan:E8,Farm:O8,FastForward:W8,FastForwardCircle:I8,Feather:X8,FediverseLogo:K8,FigmaLogo:J8,File:Q8,FileArchive:Y8,FileArrowDown:_8,FileArrowUp:$8,FileAudio:o4,FileC:r4,FileCSharp:s4,FileCloud:e4,FileCode:n4,FileCpp:t4,FileCss:i4,FileCsv:C4,FileDashed:u4,FileDoc:k4,FileHtml:a4,FileImage:d4,FileIni:c4,FileJpg:L4,FileJs:p4,FileJsx:l4,FileLock:h4,FileMagnifyingGlass:M4,FileMd:j4,FileMinus:H4,FilePdf:B4,FilePlus:V4,FilePng:w4,FilePpt:b4,FilePy:S4,FileRs:v4,FileSql:g4,FileSvg:Z4,FileText:m4,FileTs:f4,FileTsx:y4,FileTxt:P4,FileVideo:T4,FileVue:A4,FileX:F4,FileXls:D4,FileZip:q4,Files:x4,FilmReel:R4,FilmScript:U4,FilmSlate:N4,FilmStrip:G4,Fingerprint:z4,FingerprintSimple:E4,FinnTheHuman:O4,Fire:W4,FireExtinguisher:I4,FireSimple:X4,FireTruck:K4,FirstAid:J4,FirstAidKit:Q4,Fish:Y4,FishSimple:_4,Flag:$4,FlagBanner:o0,FlagBannerFold:r0,FlagCheckered:e0,FlagPennant:n0,Flame:t0,Flashlight:s0,Flask:i0,FlipHorizontal:C0,FlipVertical:u0,FloppyDisk:k0,FloppyDiskBack:a0,FlowArrow:d0,Flower:c0,FlowerLotus:L0,FlowerTulip:p0,FlyingSaucer:l0,Folder:h0,FolderDashed:M0,FolderLock:j0,FolderMinus:H0,FolderOpen:B0,FolderPlus:V0,FolderSimple:b0,FolderSimpleDashed:S0,FolderSimpleLock:v0,FolderSimpleMinus:x0,FolderSimplePlus:g0,FolderSimpleStar:Z0,FolderSimpleUser:m0,FolderStar:f0,FolderUser:y0,Folders:w0,Football:P0,FootballHelmet:T0,Footprints:A0,ForkKnife:F0,FourK:D0,FrameCorners:q0,FramerLogo:R0,Function:U0,Funnel:N0,FunnelSimple:G0,FunnelSimpleX:z0,FunnelX:E0,GameController:O0,Garage:W0,GasCan:I0,GasPump:X0,Gauge:K0,Gavel:J0,Gear:Q0,GearFine:Y0,GearSix:_0,GenderFemale:$0,GenderIntersex:on,GenderMale:rn,GenderNeuter:en,GenderNonbinary:nn,GenderTransgender:tn,Ghost:sn,Gif:Cn,Gift:un,GitBranch:kn,GitCommit:an,GitDiff:dn,GitFork:cn,GitMerge:hn,GitPullRequest:Mn,GithubLogo:Ln,GitlabLogo:pn,GitlabLogoSimple:ln,Globe:jn,GlobeHemisphereEast:Hn,GlobeHemisphereWest:Bn,GlobeSimple:Vn,GlobeSimpleX:wn,GlobeStand:bn,GlobeX:Sn,Goggles:vn,Golf:xn,GoodreadsLogo:gn,GoogleCardboardLogo:Zn,GoogleChromeLogo:mn,GoogleDriveLogo:fn,GoogleLogo:yn,GooglePhotosLogo:Pn,GooglePlayLogo:Tn,GooglePodcastsLogo:An,Gps:Fn,GpsFix:Dn,GpsSlash:qn,Gradient:Rn,GraduationCap:Un,Grains:Nn,GrainsSlash:Gn,Graph:zn,GraphicsCard:En,GreaterThan:On,GreaterThanOrEqual:Wn,GridFour:In,GridNine:Xn,Guitar:Kn,HairDryer:Jn,Hamburger:Qn,Hammer:Yn,Hand:_n,HandArrowDown:$n,HandArrowUp:ot,HandCoins:nt,HandDeposit:tt,HandEye:st,HandFist:it,HandGrabbing:Ct,HandHeart:ut,HandPalm:kt,HandPeace:at,HandPointing:dt,HandSoap:pt,HandSwipeLeft:ht,HandSwipeRight:Mt,HandTap:jt,HandWaving:Ht,HandWithdraw:Bt,Handbag:rt,HandbagSimple:et,HandsClapping:ct,HandsPraying:lt,Handshake:Lt,HardDrive:Vt,HardDrives:wt,HardHat:bt,Hash:St,HashStraight:vt,HeadCircuit:xt,Headlights:gt,Headphones:Zt,Headset:mt,Heart:ft,HeartBreak:Pt,HeartHalf:Tt,HeartStraight:At,HeartStraightBreak:Ft,Heartbeat:yt,Hexagon:Dt,HighDefinition:qt,HighHeel:Rt,Highlighter:Ut,HighlighterCircle:Nt,Hockey:Gt,Hoodie:zt,Horse:Et,Hospital:Ot,Hourglass:Wt,HourglassHigh:It,HourglassLow:Xt,HourglassMedium:Kt,HourglassSimple:Jt,HourglassSimpleHigh:Qt,HourglassSimpleLow:Yt,HourglassSimpleMedium:_t,House:$t,HouseLine:o9,HouseSimple:r9,Hurricane:e9,IceCream:n9,IdentificationBadge:t9,IdentificationCard:s9,Image:i9,ImageBroken:C9,ImageSquare:k9,Images:u9,ImagesSquare:a9,Infinity:d9,Info:c9,InstagramLogo:L9,Intersect:p9,IntersectSquare:h9,IntersectThree:M9,Intersection:l9,Invoice:j9,Island:H9,Jar:B9,JarLabel:V9,Jeep:w9,Joystick:b9,Kanban:S9,Key:v9,KeyReturn:Z9,Keyboard:x9,Keyhole:g9,Knife:m9,Ladder:f9,LadderSimple:y9,Lamp:P9,LampPendant:T9,Laptop:A9,Lasso:F9,LastfmLogo:D9,Layout:q9,Leaf:R9,Lectern:U9,Lego:N9,LegoSmiley:G9,LessThan:z9,LessThanOrEqual:E9,LetterCircleH:O9,LetterCircleP:W9,LetterCircleV:I9,Lifebuoy:X9,Lightbulb:K9,LightbulbFilament:J9,Lighthouse:Q9,Lightning:Y9,LightningA:_9,LightningSlash:$9,LineSegment:os,LineSegments:rs,LineVertical:es,Link:ns,LinkBreak:ts,LinkSimple:is,LinkSimpleBreak:Cs,LinkSimpleHorizontal:us,LinkSimpleHorizontalBreak:ks,LinkedinLogo:ss,LinktreeLogo:as,LinuxLogo:ds,List:cs,ListBullets:Ls,ListChecks:ps,ListDashes:ls,ListHeart:hs,ListMagnifyingGlass:Ms,ListNumbers:js,ListPlus:Hs,ListStar:Bs,Lock:Vs,LockKey:bs,LockKeyOpen:Ss,LockLaminated:vs,LockLaminatedOpen:xs,LockOpen:gs,LockSimple:Zs,LockSimpleOpen:ms,Lockers:ws,Log:fs,MagicWand:ys,Magnet:Ps,MagnetStraight:Ts,MagnifyingGlass:As,MagnifyingGlassMinus:Fs,MagnifyingGlassPlus:Ds,Mailbox:qs,MapPin:Rs,MapPinArea:Us,MapPinLine:Ns,MapPinPlus:Gs,MapPinSimple:zs,MapPinSimpleArea:Es,MapPinSimpleLine:Os,MapTrifold:Ws,MarkdownLogo:Is,MarkerCircle:Xs,Martini:Ks,MaskHappy:Js,MaskSad:Qs,MastodonLogo:Ys,MathOperations:_s,MatrixLogo:$s,MaxLogo:oi,MebelflowLogo:ri,Medal:ei,MedalMilitary:ni,MediumLogo:ti,Megaphone:si,MegaphoneSimple:ii,MemberOf:Ci,Memory:ui,MessengerLogo:ki,MetaLogo:ai,Meteor:di,Metronome:ci,Microphone:Li,MicrophoneSlash:pi,MicrophoneStage:li,Microscope:hi,MicrosoftExcelLogo:Mi,MicrosoftOutlookLogo:ji,MicrosoftPowerpointLogo:Hi,MicrosoftTeamsLogo:Bi,MicrosoftWordLogo:Vi,Minus:wi,MinusCircle:bi,MinusSquare:Si,Money:vi,MoneyWavy:xi,Monitor:gi,MonitorArrowUp:Zi,MonitorPlay:mi,Moon:fi,MoonStars:yi,Moped:Pi,MopedFront:Ti,Mosque:Ai,Motorcycle:Fi,Mountains:Di,Mouse:qi,MouseLeftClick:Ri,MouseMiddleClick:Ui,MouseRightClick:Ni,MouseScroll:Gi,MouseSimple:zi,MusicNote:Ei,MusicNoteSimple:Wi,MusicNotes:Oi,MusicNotesMinus:Ii,MusicNotesPlus:Xi,MusicNotesSimple:Ki,NavigationArrow:Ji,Needle:Qi,Network:Yi,NetworkSlash:_i,NetworkX:$i,Newspaper:oC,NewspaperClipping:rC,NotEquals:uC,NotMemberOf:dC,NotSubsetOf:cC,NotSupersetOf:LC,Notches:eC,Note:nC,NoteBlank:tC,NotePencil:CC,Notebook:sC,Notepad:iC,Notification:kC,NotionLogo:aC,NuclearPlant:pC,NumberCircleEight:lC,NumberCircleFive:hC,NumberCircleFour:MC,NumberCircleNine:jC,NumberCircleOne:HC,NumberCircleSeven:BC,NumberCircleSix:VC,NumberCircleThree:wC,NumberCircleTwo:bC,NumberCircleZero:SC,NumberEight:vC,NumberFive:xC,NumberFour:gC,NumberNine:ZC,NumberOne:mC,NumberSeven:fC,NumberSix:yC,NumberSquareEight:PC,NumberSquareFive:TC,NumberSquareFour:AC,NumberSquareNine:FC,NumberSquareOne:DC,NumberSquareSeven:qC,NumberSquareSix:RC,NumberSquareThree:UC,NumberSquareTwo:NC,NumberSquareZero:GC,NumberThree:zC,NumberTwo:EC,NumberZero:OC,Numpad:WC,Nut:IC,NyTimesLogo:XC,Octagon:KC,OfficeChair:JC,Onigiri:QC,OpenAiLogo:YC,Option:_C,Orange:$C,OrangeSlice:ou,Oven:ru,Package:eu,PaintBrush:nu,PaintBrushBroad:tu,PaintBrushHousehold:su,PaintBucket:iu,PaintRoller:Cu,Palette:uu,Panorama:ku,Pants:au,PaperPlane:Lu,PaperPlaneRight:pu,PaperPlaneTilt:lu,Paperclip:du,PaperclipHorizontal:cu,Parachute:hu,Paragraph:Mu,Parallelogram:ju,Park:Hu,Password:Bu,Path:Vu,PatreonLogo:wu,Pause:bu,PauseCircle:Su,PawPrint:vu,PaypalLogo:xu,Peace:gu,Pen:Zu,PenNib:qu,PenNibStraight:Ru,Pencil:mu,PencilCircle:fu,PencilLine:yu,PencilRuler:Pu,PencilSimple:Tu,PencilSimpleLine:Au,PencilSimpleSlash:Fu,PencilSlash:Du,Pentagon:Uu,Pentagram:Nu,Pepper:Gu,Percent:zu,Person:Eu,PersonArmsSpread:Ou,PersonSimple:Wu,PersonSimpleBike:Iu,PersonSimpleCircle:Xu,PersonSimpleHike:Ku,PersonSimpleRun:Ju,PersonSimpleSki:Qu,PersonSimpleSnowboard:Yu,PersonSimpleSwim:_u,PersonSimpleTaiChi:$u,PersonSimpleThrow:ok,PersonSimpleWalk:rk,Perspective:ek,Phone:nk,PhoneCall:tk,PhoneDisconnect:sk,PhoneIncoming:ik,PhoneList:Ck,PhoneOutgoing:uk,PhonePause:kk,PhonePlus:ak,PhoneSlash:dk,PhoneTransfer:ck,PhoneX:Lk,PhosphorLogo:pk,Pi:lk,PianoKeys:hk,PicnicTable:Mk,PictureInPicture:jk,PiggyBank:Hk,Pill:Bk,PingPong:Vk,PintGlass:bk,PinterestLogo:wk,Pinwheel:Sk,Pipe:vk,PipeWrench:xk,PixLogo:gk,Pizza:Zk,Placeholder:mk,Planet:fk,Plant:yk,Play:Pk,PlayCircle:Tk,PlayPause:Fk,Playlist:Ak,Plug:Dk,PlugCharging:qk,Plugs:Rk,PlugsConnected:Uk,Plus:Nk,PlusCircle:Gk,PlusMinus:zk,PlusSquare:Ek,PokerChip:Ok,PoliceCar:Wk,Polygon:Ik,Popcorn:Xk,Popsicle:Kk,PottedPlant:Jk,Power:Qk,Prescription:Yk,Presentation:_k,PresentationChart:$k,Printer:oa,Prohibit:ra,ProhibitInset:ea,ProjectorScreen:na,ProjectorScreenChart:ta,Pulse:sa,PushPin:ia,PushPinSimple:Ca,PushPinSimpleSlash:ua,PushPinSlash:ka,PuzzlePiece:aa,QrCode:da,Question:ca,QuestionMark:La,Queue:pa,Quotes:la,Rabbit:ha,Racquet:Ma,Radical:ja,Radio:Ha,RadioButton:Va,Radioactive:Ba,Rainbow:wa,RainbowCloud:ba,Ranking:Sa,ReadCvLogo:va,Receipt:xa,ReceiptX:ga,Record:Za,Rectangle:ma,RectangleDashed:fa,Recycle:ya,RedditLogo:Pa,Repeat:Ta,RepeatOnce:Aa,ReplitLogo:Fa,Resize:Da,Rewind:qa,RewindCircle:Ra,RoadHorizon:Ua,Robot:Na,Rocket:Ga,RocketLaunch:za,Rows:Ea,RowsPlusBottom:Oa,RowsPlusTop:Wa,Rss:Ia,RssSimple:Xa,Rug:Ka,Ruler:Ja,Sailboat:Qa,Scales:Ya,Scan:_a,ScanSmiley:$a,Scissors:od,Scooter:rd,Screencast:ed,Screwdriver:nd,Scribble:td,ScribbleLoop:sd,Scroll:id,Seal:Cd,SealCheck:ud,SealPercent:kd,SealQuestion:ad,SealWarning:dd,Seat:cd,Seatbelt:Ld,SecurityCamera:pd,Selection:ld,SelectionAll:hd,SelectionBackground:Md,SelectionForeground:jd,SelectionInverse:Hd,SelectionPlus:Bd,SelectionSlash:Vd,Shapes:wd,Share:bd,ShareFat:Sd,ShareNetwork:vd,Shield:xd,ShieldCheck:gd,ShieldCheckered:Zd,ShieldChevron:md,ShieldPlus:fd,ShieldSlash:yd,ShieldStar:Pd,ShieldWarning:Td,ShippingContainer:Ad,ShirtFolded:Fd,ShootingStar:Dd,ShoppingBag:qd,ShoppingBagOpen:Rd,ShoppingCart:Ud,ShoppingCartSimple:Nd,Shovel:Gd,Shower:zd,Shrimp:Ed,Shuffle:Od,ShuffleAngular:Wd,ShuffleSimple:Id,Sidebar:Xd,SidebarSimple:Kd,Sigma:Jd,SignIn:Yd,SignOut:_d,Signature:Qd,Signpost:$d,SimCard:oc,Siren:rc,SketchLogo:ec,SkipBack:nc,SkipBackCircle:tc,SkipForward:sc,SkipForwardCircle:ic,Skull:Cc,SkypeLogo:uc,SlackLogo:kc,Sliders:ac,SlidersHorizontal:dc,Slideshow:cc,Smiley:Lc,SmileyAngry:pc,SmileyBlank:lc,SmileyMeh:hc,SmileyMelting:Mc,SmileyNervous:jc,SmileySad:Hc,SmileySticker:Bc,SmileyWink:Vc,SmileyXEyes:wc,SnapchatLogo:bc,Sneaker:Sc,SneakerMove:vc,Snowflake:xc,SoccerBall:gc,Sock:Zc,SolarPanel:mc,SolarRoof:fc,SortAscending:yc,SortDescending:Pc,SoundcloudLogo:Tc,Spade:Ac,Sparkle:Fc,SpeakerHifi:Dc,SpeakerHigh:qc,SpeakerLow:Rc,SpeakerNone:Uc,SpeakerSimpleHigh:Nc,SpeakerSimpleLow:Gc,SpeakerSimpleNone:zc,SpeakerSimpleSlash:Ec,SpeakerSimpleX:Oc,SpeakerSlash:Wc,SpeakerX:Ic,Speedometer:Xc,Sphere:Kc,Spinner:Jc,SpinnerBall:Qc,SpinnerGap:Yc,Spiral:_c,SplitHorizontal:$c,SplitVertical:oL,SpotifyLogo:rL,SprayBottle:eL,Square:nL,SquareHalf:tL,SquareHalfBottom:sL,SquareLogo:iL,SquareSplitHorizontal:uL,SquareSplitVertical:kL,SquaresFour:CL,Stack:aL,StackMinus:dL,StackOverflowLogo:cL,StackPlus:LL,StackSimple:pL,Stairs:lL,Stamp:hL,StandardDefinition:ML,Star:jL,StarAndCrescent:HL,StarFour:BL,StarHalf:VL,StarOfDavid:wL,SteamLogo:bL,SteeringWheel:SL,Steps:vL,Stethoscope:xL,Sticker:gL,Stool:ZL,Stop:mL,StopCircle:fL,Storefront:yL,Strategy:PL,StripeLogo:TL,Student:AL,SubsetOf:FL,SubsetProperOf:DL,Subtitles:qL,SubtitlesSlash:RL,Subtract:UL,SubtractSquare:NL,Subway:GL,Suitcase:zL,SuitcaseRolling:EL,SuitcaseSimple:OL,Sun:WL,SunDim:IL,SunHorizon:KL,Sunglasses:XL,SupersetOf:JL,SupersetProperOf:QL,Swap:YL,Swatches:_L,SwimmingPool:$L,Sword:op,Synagogue:rp,Syringe:ep,TShirt:Xl,Table:np,Tabs:tp,Tag:sp,TagChevron:ip,TagSimple:Cp,Target:up,Taxi:kp,TeaBag:ap,TelegramLogo:dp,Television:cp,TelevisionSimple:Lp,TennisBall:pp,Tent:lp,Terminal:hp,TerminalWindow:Mp,TestTube:jp,TextAUnderline:Sp,TextAa:Hp,TextAlignCenter:Bp,TextAlignJustify:Vp,TextAlignLeft:wp,TextAlignRight:bp,TextB:vp,TextColumns:gp,TextH:Zp,TextHFive:mp,TextHFour:fp,TextHOne:yp,TextHSix:Pp,TextHThree:Tp,TextHTwo:Ap,TextIndent:Fp,TextItalic:Dp,TextOutdent:qp,TextStrikethrough:Rp,TextSubscript:Up,TextSuperscript:Np,TextT:Gp,TextTSlash:zp,TextUnderline:Ep,Textbox:xp,Thermometer:Op,ThermometerCold:Wp,ThermometerHot:Ip,ThermometerSimple:Xp,ThreadsLogo:Kp,ThreeD:Jp,ThumbsDown:Qp,ThumbsUp:Yp,Ticket:_p,TidalLogo:$p,TiktokLogo:ol,Tilde:rl,Timer:el,TipJar:tl,Tipi:nl,Tire:sl,ToggleLeft:il,ToggleRight:Cl,Toilet:ul,ToiletPaper:kl,Toolbox:al,Tooth:dl,Tornado:cl,Tote:Ll,ToteSimple:pl,Towel:ll,Tractor:hl,Trademark:Ml,TrademarkRegistered:jl,TrafficCone:Hl,TrafficSign:Bl,TrafficSignal:Vl,Train:wl,TrainRegional:bl,TrainSimple:Sl,Tram:vl,Translate:xl,Trash:gl,TrashSimple:Zl,Tray:ml,TrayArrowDown:fl,TrayArrowUp:yl,TreasureChest:Pl,Tree:Tl,TreeEvergreen:Al,TreePalm:Fl,TreeStructure:Dl,TreeView:ql,TrendDown:Rl,TrendUp:Ul,Triangle:Nl,TriangleDashed:Gl,Trolley:zl,TrolleySuitcase:El,Trophy:Ol,Truck:Wl,TruckTrailer:Il,TumblrLogo:Kl,TwitchLogo:Jl,TwitterLogo:Ql,Umbrella:Yl,UmbrellaSimple:_l,Union:$l,Unite:oh,UniteSquare:rh,Upload:eh,UploadSimple:nh,Usb:th,User:sh,UserCheck:ih,UserCircle:Ch,UserCircleCheck:uh,UserCircleDashed:kh,UserCircleGear:ah,UserCircleMinus:dh,UserCirclePlus:ch,UserFocus:Lh,UserGear:ph,UserList:lh,UserMinus:hh,UserPlus:Mh,UserRectangle:jh,UserSound:Vh,UserSquare:wh,UserSwitch:Sh,Users:Hh,UsersFour:Bh,UsersThree:bh,Van:vh,Vault:xh,VectorThree:gh,VectorTwo:Zh,Vibrate:mh,Video:fh,VideoCamera:yh,VideoCameraSlash:Ph,VideoConference:Th,Vignette:Ah,VinylRecord:Fh,VirtualReality:Dh,Virus:qh,Visor:Rh,Voicemail:Uh,Volleyball:Nh,Wall:Gh,Wallet:zh,Warehouse:Eh,Warning:Oh,WarningCircle:Wh,WarningDiamond:Ih,WarningOctagon:Xh,WashingMachine:Kh,Watch:Jh,WaveSawtooth:$h,WaveSine:oM,WaveSquare:rM,WaveTriangle:eM,Waveform:Qh,WaveformSlash:Yh,Waves:_h,Webcam:nM,WebcamSlash:tM,WebhooksLogo:sM,WechatLogo:iM,WhatsAppLogoFilled:uM,WhatsappLogo:CM,Wheelchair:kM,WheelchairMotion:aM,WifiHigh:dM,WifiLow:cM,WifiMedium:LM,WifiNone:pM,WifiSlash:lM,WifiX:hM,Wind:MM,Windmill:jM,WindowsLogo:HM,Wine:BM,Wrench:VM,X:wM,XCircle:bM,XLogo:SM,XSquare:vM,Yarn:xM,YinYang:gM,YoutubeLogo:ZM},Symbol.toStringTag,{value:"Module"})),fM={acorn:"Acorn","address-book":"AddressBook","address-book-tabs":"AddressBookTabs",airplane:"Airplane","airplane-in-flight":"AirplaneInFlight","airplane-landing":"AirplaneLanding","airplane-takeoff":"AirplaneTakeoff","airplane-taxiing":"AirplaneTaxiing","airplane-tilt":"AirplaneTilt",airplay:"Airplay","air-traffic-control":"AirTrafficControl",alarm:"Alarm",alien:"Alien","align-bottom":"AlignBottom","align-bottom-simple":"AlignBottomSimple","align-center-horizontal":"AlignCenterHorizontal","align-center-horizontal-simple":"AlignCenterHorizontalSimple","align-center-vertical":"AlignCenterVertical","align-center-vertical-simple":"AlignCenterVerticalSimple","align-left":"AlignLeft","align-left-simple":"AlignLeftSimple","align-right":"AlignRight","align-right-simple":"AlignRightSimple","align-top":"AlignTop","align-top-simple":"AlignTopSimple","amazon-logo":"AmazonLogo",ambulance:"Ambulance",anchor:"Anchor","anchor-simple":"AnchorSimple","android-logo":"AndroidLogo",angle:"Angle","angular-logo":"AngularLogo",aperture:"Aperture","apple-logo":"AppleLogo","apple-podcasts-logo":"ApplePodcastsLogo","approximate-equals":"ApproximateEquals","app-store-logo":"AppStoreLogo","app-window":"AppWindow",archive:"Archive",armchair:"Armchair","arrow-arc-left":"ArrowArcLeft","arrow-arc-right":"ArrowArcRight","arrow-bend-double-up-left":"ArrowBendDoubleUpLeft","arrow-bend-double-up-right":"ArrowBendDoubleUpRight","arrow-bend-down-left":"ArrowBendDownLeft","arrow-bend-down-right":"ArrowBendDownRight","arrow-bend-left-down":"ArrowBendLeftDown","arrow-bend-left-up":"ArrowBendLeftUp","arrow-bend-right-down":"ArrowBendRightDown","arrow-bend-right-up":"ArrowBendRightUp","arrow-bend-up-left":"ArrowBendUpLeft","arrow-bend-up-right":"ArrowBendUpRight","arrow-circle-down":"ArrowCircleDown","arrow-circle-down-left":"ArrowCircleDownLeft","arrow-circle-down-right":"ArrowCircleDownRight","arrow-circle-left":"ArrowCircleLeft","arrow-circle-right":"ArrowCircleRight","arrow-circle-up":"ArrowCircleUp","arrow-circle-up-left":"ArrowCircleUpLeft","arrow-circle-up-right":"ArrowCircleUpRight","arrow-clockwise":"ArrowClockwise","arrow-counter-clockwise":"ArrowCounterClockwise","arrow-down":"ArrowDown","arrow-down-left":"ArrowDownLeft","arrow-down-right":"ArrowDownRight","arrow-elbow-down-left":"ArrowElbowDownLeft","arrow-elbow-down-right":"ArrowElbowDownRight","arrow-elbow-left":"ArrowElbowLeft","arrow-elbow-left-down":"ArrowElbowLeftDown","arrow-elbow-left-up":"ArrowElbowLeftUp","arrow-elbow-right":"ArrowElbowRight","arrow-elbow-right-down":"ArrowElbowRightDown","arrow-elbow-right-up":"ArrowElbowRightUp","arrow-elbow-up-left":"ArrowElbowUpLeft","arrow-elbow-up-right":"ArrowElbowUpRight","arrow-fat-down":"ArrowFatDown","arrow-fat-left":"ArrowFatLeft","arrow-fat-line-down":"ArrowFatLineDown","arrow-fat-line-left":"ArrowFatLineLeft","arrow-fat-line-right":"ArrowFatLineRight","arrow-fat-lines-down":"ArrowFatLinesDown","arrow-fat-lines-left":"ArrowFatLinesLeft","arrow-fat-lines-right":"ArrowFatLinesRight","arrow-fat-lines-up":"ArrowFatLinesUp","arrow-fat-line-up":"ArrowFatLineUp","arrow-fat-right":"ArrowFatRight","arrow-fat-up":"ArrowFatUp","arrow-left":"ArrowLeft","arrow-line-down":"ArrowLineDown","arrow-line-down-left":"ArrowLineDownLeft","arrow-line-down-right":"ArrowLineDownRight","arrow-line-left":"ArrowLineLeft","arrow-line-right":"ArrowLineRight","arrow-line-up":"ArrowLineUp","arrow-line-up-left":"ArrowLineUpLeft","arrow-line-up-right":"ArrowLineUpRight","arrow-right":"ArrowRight","arrows-clockwise":"ArrowsClockwise","arrows-counter-clockwise":"ArrowsCounterClockwise","arrows-down-up":"ArrowsDownUp","arrows-horizontal":"ArrowsHorizontal","arrows-in":"ArrowsIn","arrows-in-cardinal":"ArrowsInCardinal","arrows-in-line-horizontal":"ArrowsInLineHorizontal","arrows-in-line-vertical":"ArrowsInLineVertical","arrows-in-simple":"ArrowsInSimple","arrows-left-right":"ArrowsLeftRight","arrows-merge":"ArrowsMerge","arrows-out":"ArrowsOut","arrows-out-cardinal":"ArrowsOutCardinal","arrows-out-line-horizontal":"ArrowsOutLineHorizontal","arrows-out-line-vertical":"ArrowsOutLineVertical","arrows-out-simple":"ArrowsOutSimple","arrow-square-down":"ArrowSquareDown","arrow-square-down-left":"ArrowSquareDownLeft","arrow-square-down-right":"ArrowSquareDownRight","arrow-square-in":"ArrowSquareIn","arrow-square-left":"ArrowSquareLeft","arrow-square-out":"ArrowSquareOut","arrow-square-right":"ArrowSquareRight","arrow-square-up":"ArrowSquareUp","arrow-square-up-left":"ArrowSquareUpLeft","arrow-square-up-right":"ArrowSquareUpRight","arrows-split":"ArrowsSplit","arrows-vertical":"ArrowsVertical","arrow-u-down-left":"ArrowUDownLeft","arrow-u-down-right":"ArrowUDownRight","arrow-u-left-down":"ArrowULeftDown","arrow-u-left-up":"ArrowULeftUp","arrow-up":"ArrowUp","arrow-up-left":"ArrowUpLeft","arrow-up-right":"ArrowUpRight","arrow-u-right-down":"ArrowURightDown","arrow-u-right-up":"ArrowURightUp","arrow-u-up-left":"ArrowUUpLeft","arrow-u-up-right":"ArrowUUpRight",article:"Article","article-medium":"ArticleMedium","article-ny-times":"ArticleNyTimes",asclepius:"Asclepius",asterisk:"Asterisk","asterisk-simple":"AsteriskSimple",at:"At",atom:"Atom",avocado:"Avocado",axe:"Axe",baby:"Baby","baby-carriage":"BabyCarriage",backpack:"Backpack",backspace:"Backspace",bag:"Bag","bag-simple":"BagSimple",balloon:"Balloon",bandaids:"Bandaids",bank:"Bank",barbell:"Barbell",barcode:"Barcode",barn:"Barn",barricade:"Barricade",baseball:"Baseball","baseball-cap":"BaseballCap","baseball-helmet":"BaseballHelmet",basket:"Basket",basketball:"Basketball",bathtub:"Bathtub","battery-charging":"BatteryCharging","battery-charging-vertical":"BatteryChargingVertical","battery-empty":"BatteryEmpty","battery-full":"BatteryFull","battery-high":"BatteryHigh","battery-low":"BatteryLow","battery-medium":"BatteryMedium","battery-plus":"BatteryPlus","battery-plus-vertical":"BatteryPlusVertical","battery-vertical-empty":"BatteryVerticalEmpty","battery-vertical-full":"BatteryVerticalFull","battery-vertical-high":"BatteryVerticalHigh","battery-vertical-low":"BatteryVerticalLow","battery-vertical-medium":"BatteryVerticalMedium","battery-warning":"BatteryWarning","battery-warning-vertical":"BatteryWarningVertical","beach-ball":"BeachBall",beanie:"Beanie",bed:"Bed","beer-bottle":"BeerBottle","beer-stein":"BeerStein","behance-logo":"BehanceLogo",bell:"Bell","bell-ringing":"BellRinging","bell-simple":"BellSimple","bell-simple-ringing":"BellSimpleRinging","bell-simple-slash":"BellSimpleSlash","bell-simple-z":"BellSimpleZ","bell-slash":"BellSlash","bell-z":"BellZ",belt:"Belt","bezier-curve":"BezierCurve",bicycle:"Bicycle",binary:"Binary",binoculars:"Binoculars",biohazard:"Biohazard",bird:"Bird",blueprint:"Blueprint",bluetooth:"Bluetooth","bluetooth-connected":"BluetoothConnected","bluetooth-slash":"BluetoothSlash","bluetooth-x":"BluetoothX",boat:"Boat",bomb:"Bomb",bone:"Bone",book:"Book","book-bookmark":"BookBookmark",bookmark:"Bookmark",bookmarks:"Bookmarks","bookmark-simple":"BookmarkSimple","bookmarks-simple":"BookmarksSimple","book-open":"BookOpen","book-open-text":"BookOpenText","book-open-user":"BookOpenUser",books:"Books",boot:"Boot",boules:"Boules","bounding-box":"BoundingBox","bowl-food":"BowlFood","bowling-ball":"BowlingBall","bowl-steam":"BowlSteam","box-arrow-down":"BoxArrowDown","box-arrow-up":"BoxArrowUp","boxing-glove":"BoxingGlove","brackets-angle":"BracketsAngle","brackets-curly":"BracketsCurly","brackets-round":"BracketsRound","brackets-square":"BracketsSquare",brain:"Brain",brandy:"Brandy",bread:"Bread",bridge:"Bridge",briefcase:"Briefcase","briefcase-metal":"BriefcaseMetal",broadcast:"Broadcast",broom:"Broom",browser:"Browser",browsers:"Browsers",bug:"Bug","bug-beetle":"BugBeetle","bug-droid":"BugDroid",building:"Building","building-apartment":"BuildingApartment","building-office":"BuildingOffice",buildings:"Buildings",bulldozer:"Bulldozer",bus:"Bus",butterfly:"Butterfly","cable-car":"CableCar",cactus:"Cactus",cake:"Cake",calculator:"Calculator",calendar:"Calendar","calendar-blank":"CalendarBlank","calendar-check":"CalendarCheck","calendar-dot":"CalendarDot","calendar-dots":"CalendarDots","calendar-heart":"CalendarHeart","calendar-minus":"CalendarMinus","calendar-plus":"CalendarPlus","calendar-slash":"CalendarSlash","calendar-star":"CalendarStar","calendar-x":"CalendarX","call-bell":"CallBell",camera:"Camera","camera-plus":"CameraPlus","camera-rotate":"CameraRotate","camera-slash":"CameraSlash",campfire:"Campfire",car:"Car","car-battery":"CarBattery",cardholder:"Cardholder",cards:"Cards","cards-three":"CardsThree","caret-circle-double-down":"CaretCircleDoubleDown","caret-circle-double-left":"CaretCircleDoubleLeft","caret-circle-double-right":"CaretCircleDoubleRight","caret-circle-double-up":"CaretCircleDoubleUp","caret-circle-down":"CaretCircleDown","caret-circle-left":"CaretCircleLeft","caret-circle-right":"CaretCircleRight","caret-circle-up":"CaretCircleUp","caret-circle-up-down":"CaretCircleUpDown","caret-double-down":"CaretDoubleDown","caret-double-left":"CaretDoubleLeft","caret-double-right":"CaretDoubleRight","caret-double-up":"CaretDoubleUp","caret-down":"CaretDown","caret-left":"CaretLeft","caret-line-down":"CaretLineDown","caret-line-left":"CaretLineLeft","caret-line-right":"CaretLineRight","caret-line-up":"CaretLineUp","caret-right":"CaretRight","caret-up":"CaretUp","caret-up-down":"CaretUpDown","car-profile":"CarProfile",carrot:"Carrot","car-simple":"CarSimple","cash-register":"CashRegister","cassette-tape":"CassetteTape","castle-turret":"CastleTurret",cat:"Cat","cell-signal-full":"CellSignalFull","cell-signal-high":"CellSignalHigh","cell-signal-low":"CellSignalLow","cell-signal-medium":"CellSignalMedium","cell-signal-none":"CellSignalNone","cell-signal-slash":"CellSignalSlash","cell-signal-x":"CellSignalX","cell-tower":"CellTower",certificate:"Certificate",chair:"Chair",chalkboard:"Chalkboard","chalkboard-simple":"ChalkboardSimple","chalkboard-teacher":"ChalkboardTeacher",champagne:"Champagne","charging-station":"ChargingStation","chart-bar":"ChartBar","chart-bar-horizontal":"ChartBarHorizontal","chart-donut":"ChartDonut","chart-line":"ChartLine","chart-line-down":"ChartLineDown","chart-line-up":"ChartLineUp","chart-pie":"ChartPie","chart-pie-slice":"ChartPieSlice","chart-polar":"ChartPolar","chart-scatter":"ChartScatter",chat:"Chat","chat-centered":"ChatCentered","chat-centered-dots":"ChatCenteredDots","chat-centered-slash":"ChatCenteredSlash","chat-centered-text":"ChatCenteredText","chat-circle":"ChatCircle","chat-circle-dots":"ChatCircleDots","chat-circle-slash":"ChatCircleSlash","chat-circle-text":"ChatCircleText","chat-dots":"ChatDots",chats:"Chats","chats-circle":"ChatsCircle","chat-slash":"ChatSlash","chats-teardrop":"ChatsTeardrop","chat-teardrop":"ChatTeardrop","chat-teardrop-dots":"ChatTeardropDots","chat-teardrop-slash":"ChatTeardropSlash","chat-teardrop-text":"ChatTeardropText","chat-text":"ChatText",check:"Check","check-circle":"CheckCircle",checkerboard:"Checkerboard","check-fat":"CheckFat",checks:"Checks","check-square":"CheckSquare","check-square-offset":"CheckSquareOffset",cheers:"Cheers",cheese:"Cheese","chef-hat":"ChefHat",cherries:"Cherries",church:"Church",cigarette:"Cigarette","cigarette-slash":"CigaretteSlash",circle:"Circle","circle-dashed":"CircleDashed","circle-half":"CircleHalf","circle-half-tilt":"CircleHalfTilt","circle-notch":"CircleNotch","circles-four":"CirclesFour","circles-three":"CirclesThree","circles-three-plus":"CirclesThreePlus",circuitry:"Circuitry",city:"City",clipboard:"Clipboard","clipboard-text":"ClipboardText",clock:"Clock","clock-afternoon":"ClockAfternoon","clock-clockwise":"ClockClockwise","clock-countdown":"ClockCountdown","clock-counter-clockwise":"ClockCounterClockwise","clock-user":"ClockUser","closed-captioning":"ClosedCaptioning",cloud:"Cloud","cloud-arrow-down":"CloudArrowDown","cloud-arrow-up":"CloudArrowUp","cloud-check":"CloudCheck","cloud-fog":"CloudFog","cloud-lightning":"CloudLightning","cloud-moon":"CloudMoon","cloud-rain":"CloudRain","cloud-slash":"CloudSlash","cloud-snow":"CloudSnow","cloud-sun":"CloudSun","cloud-warning":"CloudWarning","cloud-x":"CloudX",clover:"Clover",club:"Club","coat-hanger":"CoatHanger","coda-logo":"CodaLogo",code:"Code","code-block":"CodeBlock","codepen-logo":"CodepenLogo","codesandbox-logo":"CodesandboxLogo","code-simple":"CodeSimple",coffee:"Coffee","coffee-bean":"CoffeeBean",coin:"Coin",coins:"Coins","coin-vertical":"CoinVertical",columns:"Columns","columns-plus-left":"ColumnsPlusLeft","columns-plus-right":"ColumnsPlusRight",command:"Command",compass:"Compass","compass-rose":"CompassRose","compass-tool":"CompassTool","computer-tower":"ComputerTower",confetti:"Confetti","contactless-payment":"ContactlessPayment",control:"Control",cookie:"Cookie","cooking-pot":"CookingPot",copy:"Copy",copyleft:"Copyleft",copyright:"Copyright","copy-simple":"CopySimple","corners-in":"CornersIn","corners-out":"CornersOut",couch:"Couch","court-basketball":"CourtBasketball",cow:"Cow","cowboy-hat":"CowboyHat",cpu:"Cpu",crane:"Crane","crane-tower":"CraneTower","credit-card":"CreditCard",cricket:"Cricket",crop:"Crop",cross:"Cross",crosshair:"Crosshair","crosshair-simple":"CrosshairSimple",crown:"Crown","crown-cross":"CrownCross","crown-simple":"CrownSimple",cube:"Cube","cube-focus":"CubeFocus","cube-transparent":"CubeTransparent","currency-btc":"CurrencyBtc","currency-circle-dollar":"CurrencyCircleDollar","currency-cny":"CurrencyCny","currency-dollar":"CurrencyDollar","currency-dollar-simple":"CurrencyDollarSimple","currency-eth":"CurrencyEth","currency-eur":"CurrencyEur","currency-gbp":"CurrencyGbp","currency-inr":"CurrencyInr","currency-jpy":"CurrencyJpy","currency-krw":"CurrencyKrw","currency-kzt":"CurrencyKzt","currency-ngn":"CurrencyNgn","currency-rub":"CurrencyRub",cursor:"Cursor","cursor-click":"CursorClick","cursor-text":"CursorText",cylinder:"Cylinder",database:"Database",desk:"Desk",desktop:"Desktop","desktop-tower":"DesktopTower",detective:"Detective","device-mobile":"DeviceMobile","device-mobile-camera":"DeviceMobileCamera","device-mobile-slash":"DeviceMobileSlash","device-mobile-speaker":"DeviceMobileSpeaker","device-rotate":"DeviceRotate",devices:"Devices","device-tablet":"DeviceTablet","device-tablet-camera":"DeviceTabletCamera","device-tablet-speaker":"DeviceTabletSpeaker","dev-to-logo":"DevToLogo",diamond:"Diamond","diamonds-four":"DiamondsFour","dice-five":"DiceFive","dice-four":"DiceFour","dice-one":"DiceOne","dice-six":"DiceSix","dice-three":"DiceThree","dice-two":"DiceTwo",disc:"Disc","disco-ball":"DiscoBall","discord-logo":"DiscordLogo",divide:"Divide",dna:"Dna",dog:"Dog",door:"Door","door-open":"DoorOpen",dot:"Dot","dot-outline":"DotOutline","dots-nine":"DotsNine","dots-six":"DotsSix","dots-six-vertical":"DotsSixVertical","dots-three":"DotsThree","dots-three-circle":"DotsThreeCircle","dots-three-circle-vertical":"DotsThreeCircleVertical","dots-three-outline":"DotsThreeOutline","dots-three-outline-vertical":"DotsThreeOutlineVertical","dots-three-vertical":"DotsThreeVertical",download:"Download","download-simple":"DownloadSimple",dress:"Dress",dresser:"Dresser","dribbble-logo":"DribbbleLogo",drone:"Drone",drop:"Drop","dropbox-logo":"DropboxLogo","drop-half":"DropHalf","drop-half-bottom":"DropHalfBottom","drop-simple":"DropSimple","drop-slash":"DropSlash",ear:"Ear","ear-slash":"EarSlash",egg:"Egg","egg-crack":"EggCrack",eject:"Eject","eject-simple":"EjectSimple",elevator:"Elevator",empty:"Empty",engine:"Engine",envelope:"Envelope","envelope-open":"EnvelopeOpen","envelope-simple":"EnvelopeSimple","envelope-simple-open":"EnvelopeSimpleOpen",equalizer:"Equalizer",equals:"Equals",eraser:"Eraser","escalator-down":"EscalatorDown","escalator-up":"EscalatorUp",exam:"Exam","exclamation-mark":"ExclamationMark",exclude:"Exclude","exclude-square":"ExcludeSquare",export:"Export",eye:"Eye","eye-closed":"EyeClosed",eyedropper:"Eyedropper","eyedropper-sample":"EyedropperSample",eyeglasses:"Eyeglasses",eyes:"Eyes","eye-slash":"EyeSlash","facebook-logo":"FacebookLogo","face-mask":"FaceMask",factory:"Factory",faders:"Faders","faders-horizontal":"FadersHorizontal","fallout-shelter":"FalloutShelter",fan:"Fan",farm:"Farm","fast-forward":"FastForward","fast-forward-circle":"FastForwardCircle",feather:"Feather","fediverse-logo":"FediverseLogo","figma-logo":"FigmaLogo",file:"File","file-archive":"FileArchive","file-arrow-down":"FileArrowDown","file-arrow-up":"FileArrowUp","file-audio":"FileAudio","file-c":"FileC","file-cloud":"FileCloud","file-code":"FileCode","file-cpp":"FileCpp","file-c-sharp":"FileCSharp","file-css":"FileCss","file-csv":"FileCsv","file-dashed":"FileDashed","file-doc":"FileDoc","file-html":"FileHtml","file-image":"FileImage","file-ini":"FileIni","file-jpg":"FileJpg","file-js":"FileJs","file-jsx":"FileJsx","file-lock":"FileLock","file-magnifying-glass":"FileMagnifyingGlass","file-md":"FileMd","file-minus":"FileMinus","file-pdf":"FilePdf","file-plus":"FilePlus","file-png":"FilePng","file-ppt":"FilePpt","file-py":"FilePy","file-rs":"FileRs",files:"Files","file-sql":"FileSql","file-svg":"FileSvg","file-text":"FileText","file-ts":"FileTs","file-tsx":"FileTsx","file-txt":"FileTxt","file-video":"FileVideo","file-vue":"FileVue","file-x":"FileX","file-xls":"FileXls","file-zip":"FileZip","film-reel":"FilmReel","film-script":"FilmScript","film-slate":"FilmSlate","film-strip":"FilmStrip",fingerprint:"Fingerprint","fingerprint-simple":"FingerprintSimple","finn-the-human":"FinnTheHuman",fire:"Fire","fire-extinguisher":"FireExtinguisher","fire-simple":"FireSimple","fire-truck":"FireTruck","first-aid":"FirstAid","first-aid-kit":"FirstAidKit",fish:"Fish","fish-simple":"FishSimple",flag:"Flag","flag-banner":"FlagBanner","flag-banner-fold":"FlagBannerFold","flag-checkered":"FlagCheckered","flag-pennant":"FlagPennant",flame:"Flame",flashlight:"Flashlight",flask:"Flask","flip-horizontal":"FlipHorizontal","flip-vertical":"FlipVertical","floppy-disk":"FloppyDisk","floppy-disk-back":"FloppyDiskBack","flow-arrow":"FlowArrow",flower:"Flower","flower-lotus":"FlowerLotus","flower-tulip":"FlowerTulip","flying-saucer":"FlyingSaucer",folder:"Folder","folder-dashed":"FolderDashed","folder-lock":"FolderLock","folder-minus":"FolderMinus","folder-open":"FolderOpen","folder-plus":"FolderPlus",folders:"Folders","folder-simple":"FolderSimple","folder-simple-dashed":"FolderSimpleDashed","folder-simple-lock":"FolderSimpleLock","folder-simple-minus":"FolderSimpleMinus","folder-simple-plus":"FolderSimplePlus","folder-simple-star":"FolderSimpleStar","folder-simple-user":"FolderSimpleUser","folder-star":"FolderStar","folder-user":"FolderUser",football:"Football","football-helmet":"FootballHelmet",footprints:"Footprints","fork-knife":"ForkKnife","four-k":"FourK","frame-corners":"FrameCorners","framer-logo":"FramerLogo",function:"Function",funnel:"Funnel","funnel-simple":"FunnelSimple","funnel-simple-x":"FunnelSimpleX","funnel-x":"FunnelX","game-controller":"GameController",garage:"Garage","gas-can":"GasCan","gas-pump":"GasPump",gauge:"Gauge",gavel:"Gavel",gear:"Gear","gear-fine":"GearFine","gear-six":"GearSix","gender-female":"GenderFemale","gender-intersex":"GenderIntersex","gender-male":"GenderMale","gender-neuter":"GenderNeuter","gender-nonbinary":"GenderNonbinary","gender-transgender":"GenderTransgender",ghost:"Ghost",gif:"Gif",gift:"Gift","git-branch":"GitBranch","git-commit":"GitCommit","git-diff":"GitDiff","git-fork":"GitFork","github-logo":"GithubLogo","gitlab-logo":"GitlabLogo","gitlab-logo-simple":"GitlabLogoSimple","git-merge":"GitMerge","git-pull-request":"GitPullRequest",globe:"Globe","globe-hemisphere-east":"GlobeHemisphereEast","globe-hemisphere-west":"GlobeHemisphereWest","globe-simple":"GlobeSimple","globe-simple-x":"GlobeSimpleX","globe-stand":"GlobeStand","globe-x":"GlobeX",goggles:"Goggles",golf:"Golf","goodreads-logo":"GoodreadsLogo","google-cardboard-logo":"GoogleCardboardLogo","google-chrome-logo":"GoogleChromeLogo","google-drive-logo":"GoogleDriveLogo","google-logo":"GoogleLogo","google-photos-logo":"GooglePhotosLogo","google-play-logo":"GooglePlayLogo","google-podcasts-logo":"GooglePodcastsLogo",gps:"Gps","gps-fix":"GpsFix","gps-slash":"GpsSlash",gradient:"Gradient","graduation-cap":"GraduationCap",grains:"Grains","grains-slash":"GrainsSlash",graph:"Graph","graphics-card":"GraphicsCard","greater-than":"GreaterThan","greater-than-or-equal":"GreaterThanOrEqual","grid-four":"GridFour","grid-nine":"GridNine",guitar:"Guitar","hair-dryer":"HairDryer",hamburger:"Hamburger",hammer:"Hammer",hand:"Hand","hand-arrow-down":"HandArrowDown","hand-arrow-up":"HandArrowUp",handbag:"Handbag","handbag-simple":"HandbagSimple","hand-coins":"HandCoins","hand-deposit":"HandDeposit","hand-eye":"HandEye","hand-fist":"HandFist","hand-grabbing":"HandGrabbing","hand-heart":"HandHeart","hand-palm":"HandPalm","hand-peace":"HandPeace","hand-pointing":"HandPointing","hands-clapping":"HandsClapping",handshake:"Handshake","hand-soap":"HandSoap","hands-praying":"HandsPraying","hand-swipe-left":"HandSwipeLeft","hand-swipe-right":"HandSwipeRight","hand-tap":"HandTap","hand-waving":"HandWaving","hand-withdraw":"HandWithdraw","hard-drive":"HardDrive","hard-drives":"HardDrives","hard-hat":"HardHat",hash:"Hash","hash-straight":"HashStraight","head-circuit":"HeadCircuit",headlights:"Headlights",headphones:"Headphones",headset:"Headset",heart:"Heart",heartbeat:"Heartbeat","heart-break":"HeartBreak","heart-half":"HeartHalf","heart-straight":"HeartStraight","heart-straight-break":"HeartStraightBreak",hexagon:"Hexagon","high-definition":"HighDefinition","high-heel":"HighHeel",highlighter:"Highlighter","highlighter-circle":"HighlighterCircle",hockey:"Hockey",hoodie:"Hoodie",horse:"Horse",hospital:"Hospital",hourglass:"Hourglass","hourglass-high":"HourglassHigh","hourglass-low":"HourglassLow","hourglass-medium":"HourglassMedium","hourglass-simple":"HourglassSimple","hourglass-simple-high":"HourglassSimpleHigh","hourglass-simple-low":"HourglassSimpleLow","hourglass-simple-medium":"HourglassSimpleMedium",house:"House","house-line":"HouseLine","house-simple":"HouseSimple",hurricane:"Hurricane","ice-cream":"IceCream","identification-badge":"IdentificationBadge","identification-card":"IdentificationCard",image:"Image","image-broken":"ImageBroken",images:"Images","image-square":"ImageSquare","images-square":"ImagesSquare",infinity:"Infinity",info:"Info","instagram-logo":"InstagramLogo",intersect:"Intersect",intersection:"Intersection","intersect-square":"IntersectSquare","intersect-three":"IntersectThree",invoice:"Invoice",island:"Island",jar:"Jar","jar-label":"JarLabel",jeep:"Jeep",joystick:"Joystick",kanban:"Kanban",key:"Key",keyboard:"Keyboard",keyhole:"Keyhole","key-return":"KeyReturn",knife:"Knife",ladder:"Ladder","ladder-simple":"LadderSimple",lamp:"Lamp","lamp-pendant":"LampPendant",laptop:"Laptop",lasso:"Lasso","lastfm-logo":"LastfmLogo",layout:"Layout",leaf:"Leaf",lectern:"Lectern",lego:"Lego","lego-smiley":"LegoSmiley","less-than":"LessThan","less-than-or-equal":"LessThanOrEqual","letter-circle-h":"LetterCircleH","letter-circle-p":"LetterCircleP","letter-circle-v":"LetterCircleV",lifebuoy:"Lifebuoy",lightbulb:"Lightbulb","lightbulb-filament":"LightbulbFilament",lighthouse:"Lighthouse",lightning:"Lightning","lightning-a":"LightningA","lightning-slash":"LightningSlash","line-segment":"LineSegment","line-segments":"LineSegments","line-vertical":"LineVertical",link:"Link","link-break":"LinkBreak","linkedin-logo":"LinkedinLogo","link-simple":"LinkSimple","link-simple-break":"LinkSimpleBreak","link-simple-horizontal":"LinkSimpleHorizontal","link-simple-horizontal-break":"LinkSimpleHorizontalBreak","linktree-logo":"LinktreeLogo","linux-logo":"LinuxLogo",list:"List","list-bullets":"ListBullets","list-checks":"ListChecks","list-dashes":"ListDashes","list-heart":"ListHeart","list-magnifying-glass":"ListMagnifyingGlass","list-numbers":"ListNumbers","list-plus":"ListPlus","list-star":"ListStar",lock:"Lock",lockers:"Lockers","lock-key":"LockKey","lock-key-open":"LockKeyOpen","lock-laminated":"LockLaminated","lock-laminated-open":"LockLaminatedOpen","lock-open":"LockOpen","lock-simple":"LockSimple","lock-simple-open":"LockSimpleOpen",log:"Log","magic-wand":"MagicWand",magnet:"Magnet","magnet-straight":"MagnetStraight","magnifying-glass":"MagnifyingGlass","magnifying-glass-minus":"MagnifyingGlassMinus","magnifying-glass-plus":"MagnifyingGlassPlus",mailbox:"Mailbox","map-pin":"MapPin","map-pin-area":"MapPinArea","map-pin-line":"MapPinLine","map-pin-plus":"MapPinPlus","map-pin-simple":"MapPinSimple","map-pin-simple-area":"MapPinSimpleArea","map-pin-simple-line":"MapPinSimpleLine","map-trifold":"MapTrifold","markdown-logo":"MarkdownLogo","marker-circle":"MarkerCircle",martini:"Martini","mask-happy":"MaskHappy","mask-sad":"MaskSad","mastodon-logo":"MastodonLogo","math-operations":"MathOperations","matrix-logo":"MatrixLogo","max-logo":"MaxLogo","mebelflow-logo":"MebelflowLogo",medal:"Medal","medal-military":"MedalMilitary","medium-logo":"MediumLogo",megaphone:"Megaphone","megaphone-simple":"MegaphoneSimple","member-of":"MemberOf",memory:"Memory","messenger-logo":"MessengerLogo","meta-logo":"MetaLogo",meteor:"Meteor",metronome:"Metronome",microphone:"Microphone","microphone-slash":"MicrophoneSlash","microphone-stage":"MicrophoneStage",microscope:"Microscope","microsoft-excel-logo":"MicrosoftExcelLogo","microsoft-outlook-logo":"MicrosoftOutlookLogo","microsoft-powerpoint-logo":"MicrosoftPowerpointLogo","microsoft-teams-logo":"MicrosoftTeamsLogo","microsoft-word-logo":"MicrosoftWordLogo",minus:"Minus","minus-circle":"MinusCircle","minus-square":"MinusSquare",money:"Money","money-wavy":"MoneyWavy",monitor:"Monitor","monitor-arrow-up":"MonitorArrowUp","monitor-play":"MonitorPlay",moon:"Moon","moon-stars":"MoonStars",moped:"Moped","moped-front":"MopedFront",mosque:"Mosque",motorcycle:"Motorcycle",mountains:"Mountains",mouse:"Mouse","mouse-left-click":"MouseLeftClick","mouse-middle-click":"MouseMiddleClick","mouse-right-click":"MouseRightClick","mouse-scroll":"MouseScroll","mouse-simple":"MouseSimple","music-note":"MusicNote","music-notes":"MusicNotes","music-note-simple":"MusicNoteSimple","music-notes-minus":"MusicNotesMinus","music-notes-plus":"MusicNotesPlus","music-notes-simple":"MusicNotesSimple","navigation-arrow":"NavigationArrow",needle:"Needle",network:"Network","network-slash":"NetworkSlash","network-x":"NetworkX",newspaper:"Newspaper","newspaper-clipping":"NewspaperClipping",notches:"Notches",note:"Note","note-blank":"NoteBlank",notebook:"Notebook",notepad:"Notepad","note-pencil":"NotePencil","not-equals":"NotEquals",notification:"Notification","notion-logo":"NotionLogo","not-member-of":"NotMemberOf","not-subset-of":"NotSubsetOf","not-superset-of":"NotSupersetOf","nuclear-plant":"NuclearPlant","number-circle-eight":"NumberCircleEight","number-circle-five":"NumberCircleFive","number-circle-four":"NumberCircleFour","number-circle-nine":"NumberCircleNine","number-circle-one":"NumberCircleOne","number-circle-seven":"NumberCircleSeven","number-circle-six":"NumberCircleSix","number-circle-three":"NumberCircleThree","number-circle-two":"NumberCircleTwo","number-circle-zero":"NumberCircleZero","number-eight":"NumberEight","number-five":"NumberFive","number-four":"NumberFour","number-nine":"NumberNine","number-one":"NumberOne","number-seven":"NumberSeven","number-six":"NumberSix","number-square-eight":"NumberSquareEight","number-square-five":"NumberSquareFive","number-square-four":"NumberSquareFour","number-square-nine":"NumberSquareNine","number-square-one":"NumberSquareOne","number-square-seven":"NumberSquareSeven","number-square-six":"NumberSquareSix","number-square-three":"NumberSquareThree","number-square-two":"NumberSquareTwo","number-square-zero":"NumberSquareZero","number-three":"NumberThree","number-two":"NumberTwo","number-zero":"NumberZero",numpad:"Numpad",nut:"Nut","ny-times-logo":"NyTimesLogo",octagon:"Octagon","office-chair":"OfficeChair",onigiri:"Onigiri","open-ai-logo":"OpenAiLogo",option:"Option",orange:"Orange","orange-slice":"OrangeSlice",oven:"Oven",package:"Package","paint-brush":"PaintBrush","paint-brush-broad":"PaintBrushBroad","paint-brush-household":"PaintBrushHousehold","paint-bucket":"PaintBucket","paint-roller":"PaintRoller",palette:"Palette",panorama:"Panorama",pants:"Pants",paperclip:"Paperclip","paperclip-horizontal":"PaperclipHorizontal","paper-plane":"PaperPlane","paper-plane-right":"PaperPlaneRight","paper-plane-tilt":"PaperPlaneTilt",parachute:"Parachute",paragraph:"Paragraph",parallelogram:"Parallelogram",park:"Park",password:"Password",path:"Path","patreon-logo":"PatreonLogo",pause:"Pause","pause-circle":"PauseCircle","paw-print":"PawPrint","paypal-logo":"PaypalLogo",peace:"Peace",pen:"Pen",pencil:"Pencil","pencil-circle":"PencilCircle","pencil-line":"PencilLine","pencil-ruler":"PencilRuler","pencil-simple":"PencilSimple","pencil-simple-line":"PencilSimpleLine","pencil-simple-slash":"PencilSimpleSlash","pencil-slash":"PencilSlash","pen-nib":"PenNib","pen-nib-straight":"PenNibStraight",pentagon:"Pentagon",pentagram:"Pentagram",pepper:"Pepper",percent:"Percent",person:"Person","person-arms-spread":"PersonArmsSpread","person-simple":"PersonSimple","person-simple-bike":"PersonSimpleBike","person-simple-circle":"PersonSimpleCircle","person-simple-hike":"PersonSimpleHike","person-simple-run":"PersonSimpleRun","person-simple-ski":"PersonSimpleSki","person-simple-snowboard":"PersonSimpleSnowboard","person-simple-swim":"PersonSimpleSwim","person-simple-tai-chi":"PersonSimpleTaiChi","person-simple-throw":"PersonSimpleThrow","person-simple-walk":"PersonSimpleWalk",perspective:"Perspective",phone:"Phone","phone-call":"PhoneCall","phone-disconnect":"PhoneDisconnect","phone-incoming":"PhoneIncoming","phone-list":"PhoneList","phone-outgoing":"PhoneOutgoing","phone-pause":"PhonePause","phone-plus":"PhonePlus","phone-slash":"PhoneSlash","phone-transfer":"PhoneTransfer","phone-x":"PhoneX","phosphor-logo":"PhosphorLogo",pi:"Pi","piano-keys":"PianoKeys","picnic-table":"PicnicTable","picture-in-picture":"PictureInPicture","piggy-bank":"PiggyBank",pill:"Pill","ping-pong":"PingPong","pinterest-logo":"PinterestLogo","pint-glass":"PintGlass",pinwheel:"Pinwheel",pipe:"Pipe","pipe-wrench":"PipeWrench","pix-logo":"PixLogo",pizza:"Pizza",placeholder:"Placeholder",planet:"Planet",plant:"Plant",play:"Play","play-circle":"PlayCircle",playlist:"Playlist","play-pause":"PlayPause",plug:"Plug","plug-charging":"PlugCharging",plugs:"Plugs","plugs-connected":"PlugsConnected",plus:"Plus","plus-circle":"PlusCircle","plus-minus":"PlusMinus","plus-square":"PlusSquare","poker-chip":"PokerChip","police-car":"PoliceCar",polygon:"Polygon",popcorn:"Popcorn",popsicle:"Popsicle","potted-plant":"PottedPlant",power:"Power",prescription:"Prescription",presentation:"Presentation","presentation-chart":"PresentationChart",printer:"Printer",prohibit:"Prohibit","prohibit-inset":"ProhibitInset","projector-screen":"ProjectorScreen","projector-screen-chart":"ProjectorScreenChart",pulse:"Pulse","push-pin":"PushPin","push-pin-simple":"PushPinSimple","push-pin-simple-slash":"PushPinSimpleSlash","push-pin-slash":"PushPinSlash","puzzle-piece":"PuzzlePiece","qr-code":"QrCode",question:"Question","question-mark":"QuestionMark",queue:"Queue",quotes:"Quotes",rabbit:"Rabbit",racquet:"Racquet",radical:"Radical",radio:"Radio",radioactive:"Radioactive","radio-button":"RadioButton",rainbow:"Rainbow","rainbow-cloud":"RainbowCloud",ranking:"Ranking","read-cv-logo":"ReadCvLogo",receipt:"Receipt","receipt-x":"ReceiptX",record:"Record",rectangle:"Rectangle","rectangle-dashed":"RectangleDashed",recycle:"Recycle","reddit-logo":"RedditLogo",repeat:"Repeat","repeat-once":"RepeatOnce","replit-logo":"ReplitLogo",resize:"Resize",rewind:"Rewind","rewind-circle":"RewindCircle","road-horizon":"RoadHorizon",robot:"Robot",rocket:"Rocket","rocket-launch":"RocketLaunch",rows:"Rows","rows-plus-bottom":"RowsPlusBottom","rows-plus-top":"RowsPlusTop",rss:"Rss","rss-simple":"RssSimple",rug:"Rug",ruler:"Ruler",sailboat:"Sailboat",scales:"Scales",scan:"Scan","scan-smiley":"ScanSmiley",scissors:"Scissors",scooter:"Scooter",screencast:"Screencast",screwdriver:"Screwdriver",scribble:"Scribble","scribble-loop":"ScribbleLoop",scroll:"Scroll",seal:"Seal","seal-check":"SealCheck","seal-percent":"SealPercent","seal-question":"SealQuestion","seal-warning":"SealWarning",seat:"Seat",seatbelt:"Seatbelt","security-camera":"SecurityCamera",selection:"Selection","selection-all":"SelectionAll","selection-background":"SelectionBackground","selection-foreground":"SelectionForeground","selection-inverse":"SelectionInverse","selection-plus":"SelectionPlus","selection-slash":"SelectionSlash",shapes:"Shapes",share:"Share","share-fat":"ShareFat","share-network":"ShareNetwork",shield:"Shield","shield-check":"ShieldCheck","shield-checkered":"ShieldCheckered","shield-chevron":"ShieldChevron","shield-plus":"ShieldPlus","shield-slash":"ShieldSlash","shield-star":"ShieldStar","shield-warning":"ShieldWarning","shipping-container":"ShippingContainer","shirt-folded":"ShirtFolded","shooting-star":"ShootingStar","shopping-bag":"ShoppingBag","shopping-bag-open":"ShoppingBagOpen","shopping-cart":"ShoppingCart","shopping-cart-simple":"ShoppingCartSimple",shovel:"Shovel",shower:"Shower",shrimp:"Shrimp",shuffle:"Shuffle","shuffle-angular":"ShuffleAngular","shuffle-simple":"ShuffleSimple",sidebar:"Sidebar","sidebar-simple":"SidebarSimple",sigma:"Sigma",signature:"Signature","sign-in":"SignIn","sign-out":"SignOut",signpost:"Signpost","sim-card":"SimCard",siren:"Siren","sketch-logo":"SketchLogo","skip-back":"SkipBack","skip-back-circle":"SkipBackCircle","skip-forward":"SkipForward","skip-forward-circle":"SkipForwardCircle",skull:"Skull","skype-logo":"SkypeLogo","slack-logo":"SlackLogo",sliders:"Sliders","sliders-horizontal":"SlidersHorizontal",slideshow:"Slideshow",smiley:"Smiley","smiley-angry":"SmileyAngry","smiley-blank":"SmileyBlank","smiley-meh":"SmileyMeh","smiley-melting":"SmileyMelting","smiley-nervous":"SmileyNervous","smiley-sad":"SmileySad","smiley-sticker":"SmileySticker","smiley-wink":"SmileyWink","smiley-x-eyes":"SmileyXEyes","snapchat-logo":"SnapchatLogo",sneaker:"Sneaker","sneaker-move":"SneakerMove",snowflake:"Snowflake","soccer-ball":"SoccerBall",sock:"Sock","solar-panel":"SolarPanel","solar-roof":"SolarRoof","sort-ascending":"SortAscending","sort-descending":"SortDescending","soundcloud-logo":"SoundcloudLogo",spade:"Spade",sparkle:"Sparkle","speaker-hifi":"SpeakerHifi","speaker-high":"SpeakerHigh","speaker-low":"SpeakerLow","speaker-none":"SpeakerNone","speaker-simple-high":"SpeakerSimpleHigh","speaker-simple-low":"SpeakerSimpleLow","speaker-simple-none":"SpeakerSimpleNone","speaker-simple-slash":"SpeakerSimpleSlash","speaker-simple-x":"SpeakerSimpleX","speaker-slash":"SpeakerSlash","speaker-x":"SpeakerX",speedometer:"Speedometer",sphere:"Sphere",spinner:"Spinner","spinner-ball":"SpinnerBall","spinner-gap":"SpinnerGap",spiral:"Spiral","split-horizontal":"SplitHorizontal","split-vertical":"SplitVertical","spotify-logo":"SpotifyLogo","spray-bottle":"SprayBottle",square:"Square","square-half":"SquareHalf","square-half-bottom":"SquareHalfBottom","square-logo":"SquareLogo","squares-four":"SquaresFour","square-split-horizontal":"SquareSplitHorizontal","square-split-vertical":"SquareSplitVertical",stack:"Stack","stack-minus":"StackMinus","stack-overflow-logo":"StackOverflowLogo","stack-plus":"StackPlus","stack-simple":"StackSimple",stairs:"Stairs",stamp:"Stamp","standard-definition":"StandardDefinition",star:"Star","star-and-crescent":"StarAndCrescent","star-four":"StarFour","star-half":"StarHalf","star-of-david":"StarOfDavid","steam-logo":"SteamLogo","steering-wheel":"SteeringWheel",steps:"Steps",stethoscope:"Stethoscope",sticker:"Sticker",stool:"Stool",stop:"Stop","stop-circle":"StopCircle",storefront:"Storefront",strategy:"Strategy","stripe-logo":"StripeLogo",student:"Student","subset-of":"SubsetOf","subset-proper-of":"SubsetProperOf",subtitles:"Subtitles","subtitles-slash":"SubtitlesSlash",subtract:"Subtract","subtract-square":"SubtractSquare",subway:"Subway",suitcase:"Suitcase","suitcase-rolling":"SuitcaseRolling","suitcase-simple":"SuitcaseSimple",sun:"Sun","sun-dim":"SunDim",sunglasses:"Sunglasses","sun-horizon":"SunHorizon","superset-of":"SupersetOf","superset-proper-of":"SupersetProperOf",swap:"Swap",swatches:"Swatches","swimming-pool":"SwimmingPool",sword:"Sword",synagogue:"Synagogue",syringe:"Syringe",table:"Table",tabs:"Tabs",tag:"Tag","tag-chevron":"TagChevron","tag-simple":"TagSimple",target:"Target",taxi:"Taxi","tea-bag":"TeaBag","telegram-logo":"TelegramLogo",television:"Television","television-simple":"TelevisionSimple","tennis-ball":"TennisBall",tent:"Tent",terminal:"Terminal","terminal-window":"TerminalWindow","test-tube":"TestTube","text-aa":"TextAa","text-align-center":"TextAlignCenter","text-align-justify":"TextAlignJustify","text-align-left":"TextAlignLeft","text-align-right":"TextAlignRight","text-a-underline":"TextAUnderline","text-b":"TextB",textbox:"Textbox","text-columns":"TextColumns","text-h":"TextH","text-h-five":"TextHFive","text-h-four":"TextHFour","text-h-one":"TextHOne","text-h-six":"TextHSix","text-h-three":"TextHThree","text-h-two":"TextHTwo","text-indent":"TextIndent","text-italic":"TextItalic","text-outdent":"TextOutdent","text-strikethrough":"TextStrikethrough","text-subscript":"TextSubscript","text-superscript":"TextSuperscript","text-t":"TextT","text-t-slash":"TextTSlash","text-underline":"TextUnderline",thermometer:"Thermometer","thermometer-cold":"ThermometerCold","thermometer-hot":"ThermometerHot","thermometer-simple":"ThermometerSimple","threads-logo":"ThreadsLogo","three-d":"ThreeD","thumbs-down":"ThumbsDown","thumbs-up":"ThumbsUp",ticket:"Ticket","tidal-logo":"TidalLogo","tiktok-logo":"TiktokLogo",tilde:"Tilde",timer:"Timer",tipi:"Tipi","tip-jar":"TipJar",tire:"Tire","toggle-left":"ToggleLeft","toggle-right":"ToggleRight",toilet:"Toilet","toilet-paper":"ToiletPaper",toolbox:"Toolbox",tooth:"Tooth",tornado:"Tornado",tote:"Tote","tote-simple":"ToteSimple",towel:"Towel",tractor:"Tractor",trademark:"Trademark","trademark-registered":"TrademarkRegistered","traffic-cone":"TrafficCone","traffic-sign":"TrafficSign","traffic-signal":"TrafficSignal",train:"Train","train-regional":"TrainRegional","train-simple":"TrainSimple",tram:"Tram",translate:"Translate",trash:"Trash","trash-simple":"TrashSimple",tray:"Tray","tray-arrow-down":"TrayArrowDown","tray-arrow-up":"TrayArrowUp","treasure-chest":"TreasureChest",tree:"Tree","tree-evergreen":"TreeEvergreen","tree-palm":"TreePalm","tree-structure":"TreeStructure","tree-view":"TreeView","trend-down":"TrendDown","trend-up":"TrendUp",triangle:"Triangle","triangle-dashed":"TriangleDashed",trolley:"Trolley","trolley-suitcase":"TrolleySuitcase",trophy:"Trophy",truck:"Truck","truck-trailer":"TruckTrailer","t-shirt":"TShirt","tumblr-logo":"TumblrLogo","twitch-logo":"TwitchLogo","twitter-logo":"TwitterLogo",umbrella:"Umbrella","umbrella-simple":"UmbrellaSimple",union:"Union",unite:"Unite","unite-square":"UniteSquare",upload:"Upload","upload-simple":"UploadSimple",usb:"Usb",user:"User","user-check":"UserCheck","user-circle":"UserCircle","user-circle-check":"UserCircleCheck","user-circle-dashed":"UserCircleDashed","user-circle-gear":"UserCircleGear","user-circle-minus":"UserCircleMinus","user-circle-plus":"UserCirclePlus","user-focus":"UserFocus","user-gear":"UserGear","user-list":"UserList","user-minus":"UserMinus","user-plus":"UserPlus","user-rectangle":"UserRectangle",users:"Users","users-four":"UsersFour","user-sound":"UserSound","user-square":"UserSquare","users-three":"UsersThree","user-switch":"UserSwitch",van:"Van",vault:"Vault","vector-three":"VectorThree","vector-two":"VectorTwo",vibrate:"Vibrate",video:"Video","video-camera":"VideoCamera","video-camera-slash":"VideoCameraSlash","video-conference":"VideoConference",vignette:"Vignette","vinyl-record":"VinylRecord","virtual-reality":"VirtualReality",virus:"Virus",visor:"Visor",voicemail:"Voicemail",volleyball:"Volleyball",wall:"Wall",wallet:"Wallet",warehouse:"Warehouse",warning:"Warning","warning-circle":"WarningCircle","warning-diamond":"WarningDiamond","warning-octagon":"WarningOctagon","washing-machine":"WashingMachine",watch:"Watch",waveform:"Waveform","waveform-slash":"WaveformSlash",waves:"Waves","wave-sawtooth":"WaveSawtooth","wave-sine":"WaveSine","wave-square":"WaveSquare","wave-triangle":"WaveTriangle",webcam:"Webcam","webcam-slash":"WebcamSlash","webhooks-logo":"WebhooksLogo","wechat-logo":"WechatLogo","whatsapp-logo":"WhatsappLogo","whats-app-logo-filled":"WhatsAppLogoFilled",wheelchair:"Wheelchair","wheelchair-motion":"WheelchairMotion","wifi-high":"WifiHigh","wifi-low":"WifiLow","wifi-medium":"WifiMedium","wifi-none":"WifiNone","wifi-slash":"WifiSlash","wifi-x":"WifiX",wind:"Wind",windmill:"Windmill","windows-logo":"WindowsLogo",wine:"Wine",wrench:"Wrench",x:"X","x-circle":"XCircle","x-logo":"XLogo","x-square":"XSquare",yarn:"Yarn","yin-yang":"YinYang","youtube-logo":"YoutubeLogo"},yM=Object.entries(fM),PM=Object.fromEntries(yM.map(([r,e])=>[r,mM[e]])),TM=({type:r,size:e="medium",strokeWidth:s,color:i,absoluteStrokeWidth:t=!0,classes:n,className:C,svgProps:u,...k})=>{const a=typeof e=="string"&&e in L.iconPresets?L.iconPresets[e]:L.iconPresets.medium,l=typeof e=="string"&&e in L.iconPresets?a.size:e,h=s??a.strokeWidth,d=PM[r];return p.jsx("div",{...k,className:j.cn(n?.wrapper),children:p.jsx(d,{...u,size:l,strokeWidth:h,color:i,absoluteStrokeWidth:t,className:j.cn(C,n?.icon)})})};exports.Icon=TM;
2
2
  //# sourceMappingURL=components-ui-icon-icon.cjs.map