@amboss/design-system 3.3.2 → 3.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (81) hide show
  1. package/build/cjs/components/Badge/Badge.js +1 -1
  2. package/build/cjs/components/DropdownMenu/MenuItem.js +1 -1
  3. package/build/cjs/components/EntityList/BaseEntityList.js +1 -1
  4. package/build/cjs/components/EntityList/EntityItemBody.d.ts +1 -1
  5. package/build/cjs/components/EntityList/EntityItemBody.js +1 -1
  6. package/build/cjs/components/EntityList/EntityList.d.ts +1 -1
  7. package/build/cjs/components/EntityList/EntityList.js +1 -1
  8. package/build/cjs/components/EntityList/EntityListItem.d.ts +1 -1
  9. package/build/cjs/components/EntityList/EntityListItem.js +1 -1
  10. package/build/cjs/components/EntityList/EntityListItemExpandButton.d.ts +5 -0
  11. package/build/cjs/components/EntityList/EntityListItemExpandButton.js +1 -0
  12. package/build/cjs/components/EntityList/styled-components.js +1 -1
  13. package/build/cjs/components/EntityList/types.d.ts +18 -2
  14. package/build/cjs/components/EntityTree/BaseEntityTree.js +1 -1
  15. package/build/cjs/components/EntityTree/EntityTreeItem.d.ts +1 -1
  16. package/build/cjs/components/EntityTree/EntityTreeItem.js +1 -1
  17. package/build/cjs/components/EntityTree/useEntityTreeKeyboard.d.ts +9 -0
  18. package/build/cjs/components/EntityTree/useEntityTreeKeyboard.js +1 -0
  19. package/build/cjs/components/Form/Checkbox/Checkbox.d.ts +3 -0
  20. package/build/cjs/components/Form/Checkbox/Checkbox.js +1 -1
  21. package/build/cjs/components/Patterns/Modal/Modal.d.ts +3 -2
  22. package/build/cjs/components/Patterns/Modal/Modal.js +3 -3
  23. package/build/cjs/components/Toast/Toast.d.ts +19 -0
  24. package/build/cjs/components/Toast/Toast.js +1 -0
  25. package/build/cjs/components/Toast/ToastProvider.d.ts +7 -0
  26. package/build/cjs/components/Toast/ToastProvider.js +1 -0
  27. package/build/cjs/components/Toast/index.d.ts +2 -0
  28. package/build/cjs/components/Toast/index.js +1 -0
  29. package/build/cjs/components/VirtualScrollList/VirtualScrollList.js +1 -1
  30. package/build/cjs/index.d.ts +1 -0
  31. package/build/cjs/index.js +1 -1
  32. package/build/cjs/shared/useKeyboard.d.ts +2 -1
  33. package/build/cjs/shared/useKeyboard.js +1 -1
  34. package/build/cjs/shared/useOutsideClick.js +1 -1
  35. package/build/cjs/web-tokens/_colors.json +209 -55
  36. package/build/cjs/web-tokens/assets/icons.json +42 -24
  37. package/build/cjs/web-tokens/assets/icons16.json +41 -34
  38. package/build/cjs/web-tokens/visualConfig.d.ts +37 -0
  39. package/build/cjs/web-tokens/visualConfig.js +1 -1
  40. package/build/esm/components/Badge/Badge.js +1 -1
  41. package/build/esm/components/DropdownMenu/MenuItem.js +1 -1
  42. package/build/esm/components/EntityList/BaseEntityList.js +1 -1
  43. package/build/esm/components/EntityList/EntityItemBody.d.ts +1 -1
  44. package/build/esm/components/EntityList/EntityItemBody.js +1 -1
  45. package/build/esm/components/EntityList/EntityList.d.ts +1 -1
  46. package/build/esm/components/EntityList/EntityList.js +1 -1
  47. package/build/esm/components/EntityList/EntityListItem.d.ts +1 -1
  48. package/build/esm/components/EntityList/EntityListItem.js +1 -1
  49. package/build/esm/components/EntityList/EntityListItemExpandButton.d.ts +5 -0
  50. package/build/esm/components/EntityList/EntityListItemExpandButton.js +1 -0
  51. package/build/esm/components/EntityList/styled-components.js +1 -1
  52. package/build/esm/components/EntityList/types.d.ts +18 -2
  53. package/build/esm/components/EntityTree/BaseEntityTree.js +1 -1
  54. package/build/esm/components/EntityTree/EntityTreeItem.d.ts +1 -1
  55. package/build/esm/components/EntityTree/EntityTreeItem.js +1 -1
  56. package/build/esm/components/EntityTree/useEntityTreeKeyboard.d.ts +9 -0
  57. package/build/esm/components/EntityTree/useEntityTreeKeyboard.js +1 -0
  58. package/build/esm/components/Form/Checkbox/Checkbox.d.ts +3 -0
  59. package/build/esm/components/Form/Checkbox/Checkbox.js +1 -1
  60. package/build/esm/components/Patterns/Modal/Modal.d.ts +3 -2
  61. package/build/esm/components/Patterns/Modal/Modal.js +3 -3
  62. package/build/esm/components/Toast/Toast.d.ts +19 -0
  63. package/build/esm/components/Toast/Toast.js +1 -0
  64. package/build/esm/components/Toast/ToastProvider.d.ts +7 -0
  65. package/build/esm/components/Toast/ToastProvider.js +1 -0
  66. package/build/esm/components/Toast/index.d.ts +2 -0
  67. package/build/esm/components/Toast/index.js +1 -0
  68. package/build/esm/components/VirtualScrollList/VirtualScrollList.js +1 -1
  69. package/build/esm/index.d.ts +1 -0
  70. package/build/esm/index.js +1 -1
  71. package/build/esm/shared/useKeyboard.d.ts +2 -1
  72. package/build/esm/shared/useKeyboard.js +1 -1
  73. package/build/esm/shared/useOutsideClick.js +1 -1
  74. package/build/esm/web-tokens/_colors.json +209 -55
  75. package/build/esm/web-tokens/assets/icons.json +42 -24
  76. package/build/esm/web-tokens/assets/icons16.json +41 -34
  77. package/build/esm/web-tokens/visualConfig.d.ts +37 -0
  78. package/build/esm/web-tokens/visualConfig.js +1 -1
  79. package/build/scss/_theming.scss +75 -37
  80. package/build/scss/_variables.scss +23 -0
  81. package/package.json +1 -1
@@ -1,9 +1,11 @@
1
1
  {
2
2
  "activity": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M9 1.75a1 1 0 0 1 .95.66L15 16.96l2.05-5.91a1 1 0 0 1 .95-.66h4c.55 0 1 .43 1 .96s-.45.96-1 .96h-3.28l-2.77 7.99a1 1 0 0 1-.95.65 1 1 0 0 1-.95-.65L9 5.75l-2.05 5.9a1 1 0 0 1-.95.66H2c-.55 0-1-.43-1-.96s.45-.96 1-.96h3.28l2.77-7.98A1 1 0 0 1 9 1.75Zm0 0\"/>\n</svg>",
3
3
  "alert-circle": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-alert-circle\"><circle cx=\"12\" cy=\"12\" r=\"10\"></circle><line x1=\"12\" y1=\"8\" x2=\"12\" y2=\"12\"></line><line x1=\"12\" y1=\"16\" x2=\"12.01\" y2=\"16\"></line></svg>",
4
- "alert-triangle": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-alert-triangle\"><path d=\"M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z\"></path><line x1=\"12\" y1=\"9\" x2=\"12\" y2=\"13\"></line><line x1=\"12\" y1=\"17\" x2=\"12.01\" y2=\"17\"></line></svg>",
5
4
  "alert-octagon": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-alert-octagon\"><polygon points=\"7.86 2 16.14 2 22 7.86 22 16.14 16.14 22 7.86 22 2 16.14 2 7.86 7.86 2\"></polygon><line x1=\"12\" y1=\"8\" x2=\"12\" y2=\"12\"></line><line x1=\"12\" y1=\"16\" x2=\"12.01\" y2=\"16\"></line></svg>",
5
+ "alert-triangle": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M9.435 3.341a3 3 0 0 1 5.13 0l.003.005 8.47 14.14.008.014a3 3 0 0 1-2.565 4.5H3.519a3 3 0 0 1-2.565-4.5l.008-.014L9.435 3.341Zm1.711 1.036L2.683 18.506A1 1 0 0 0 3.536 20h16.928a1 1 0 0 0 .853-1.494L12.855 4.379l-.001-.002a1 1 0 0 0-1.708 0Z\" clip-rule=\"evenodd\"/><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M12 8a1 1 0 0 1 1 1v4a1 1 0 1 1-2 0V9a1 1 0 0 1 1-1Z\" clip-rule=\"evenodd\"/><path fill=\"currentColor\" d=\"M11 17a1 1 0 1 1 2 0 1 1 0 0 1-2 0Z\"/></svg>",
6
+ "align-center": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M5 10a1 1 0 0 1 1-1h12a1 1 0 1 1 0 2H6a1 1 0 0 1-1-1ZM2 6a1 1 0 0 1 1-1h18a1 1 0 1 1 0 2H3a1 1 0 0 1-1-1ZM2 14a1 1 0 0 1 1-1h18a1 1 0 1 1 0 2H3a1 1 0 0 1-1-1ZM5 18a1 1 0 0 1 1-1h12a1 1 0 1 1 0 2H6a1 1 0 0 1-1-1Z\" clip-rule=\"evenodd\"/></svg>",
6
7
  "align-left": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-align-left\"><line x1=\"17\" y1=\"10\" x2=\"3\" y2=\"10\"></line><line x1=\"21\" y1=\"6\" x2=\"3\" y2=\"6\"></line><line x1=\"21\" y1=\"14\" x2=\"3\" y2=\"14\"></line><line x1=\"17\" y1=\"18\" x2=\"3\" y2=\"18\"></line></svg>",
8
+ "align-right": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M6 10a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H7a1 1 0 0 1-1-1ZM2 6a1 1 0 0 1 1-1h18a1 1 0 1 1 0 2H3a1 1 0 0 1-1-1ZM2 14a1 1 0 0 1 1-1h18a1 1 0 1 1 0 2H3a1 1 0 0 1-1-1ZM6 18a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H7a1 1 0 0 1-1-1Z\" clip-rule=\"evenodd\"/></svg>",
7
9
  "amboss-logo": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\">\n <path fill=\"#047A88\" d=\"M17.2 19.77H6.56l.67-1.22h9.3l.67 1.22ZM13.29 7.5l5.39 9.83h-1.42l-3.98-7.25-.7 1.28 3.27 5.97H7.9l5.39-9.83Zm7.46 11.06L13.28 4.9l-.7 1.3L6.5 17.32H5.08l7.5-13.69-.7-1.28L3 18.55h2.82L4.48 21h14.8l-1.35-2.45h2.82Z\" clip-rule=\"evenodd\"/>\n</svg>",
8
10
  "anamnesis": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 11.8437C3 11.2915 3.44772 10.8437 4 10.8437H11C11.5523 10.8437 12 10.396 12 9.84374V9C12 8.44772 12.4477 8 13 8H20C20.5523 8 21 8.44772 21 9V21C21 21.5523 20.5523 22 20 22H4C3.44772 22 3 21.5523 3 21V11.8437Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"round\"/>\n<path d=\"M19 9V2H5V11\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"round\"/>\n<path d=\"M8 5L16 5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/>\n<path d=\"M8 8H9\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/>\n</svg>\n",
9
11
  "anki": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"m10.36 2.81 3.61 4.04c.38.43.93.67 1.49.67.08 0 .16 0 .24-.01l5.48-.66-2.82 4.61c-.35.57-.39 1.28-.11 1.89l2.26 4.85-5.39-1.16c-.14-.03-.28-.05-.42-.05-.49 0-.97.18-1.34.52l-4.09 3.71-.47-5.33c-.06-.67-.45-1.26-1.04-1.58l-4.75-2.59 5.07-2.17c.6-.26 1.04-.79 1.17-1.43l1.11-5.31M10.07.24c-.13 0-.26.02-.39.05-.55.15-.96.59-1.08 1.14L7.29 7.7l-6.02 2.57c-.53.23-.88.73-.91 1.31-.03.57.28 1.11.78 1.39l5.66 3.08.56 6.33c.05.57.42 1.06.95 1.26.18.07.36.1.55.1.37 0 .73-.13 1.01-.39l4.83-4.38 6.38 1.38c.11.02.21.03.32.03a1.498 1.498 0 0 0 1.36-2.13l-2.68-5.76 3.36-5.5c.3-.49.29-1.11-.02-1.59-.28-.43-.76-.69-1.26-.69-.06 0-.12 0-.18.01l-6.5.78L11.19.74c-.29-.32-.7-.5-1.12-.5Z\"/>\n</svg>\n",
@@ -19,9 +21,9 @@
19
21
  "bell": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-bell\"><path d=\"M18 8A6 6 0 0 0 6 8c0 7-3 9-3 9h18s-3-2-3-9\"></path><path d=\"M13.73 21a2 2 0 0 1-3.46 0\"></path></svg>",
20
22
  "bell-curve": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"M0 19v2h1.373v-.002c.993-.03 1.851-.317 2.58-.82.756-.521 1.324-1.241 1.769-2.03.857-1.522 1.359-3.5 1.818-5.31l.023-.092c.486-1.915.933-3.644 1.649-4.91.348-.616.733-1.069 1.167-1.367C10.801 6.179 11.317 6 12 6s1.2.179 1.62.469c.435.298.82.75 1.168 1.367.716 1.266 1.163 2.995 1.649 4.91l.023.091c.46 1.81.961 3.79 1.818 5.31.445.79 1.013 1.51 1.77 2.032.728.502 1.586.79 2.58.819V21H24v-2h-1.204c-.68 0-1.194-.178-1.613-.468-.432-.298-.815-.75-1.162-1.367-.714-1.266-1.16-2.996-1.646-4.911l-.019-.075c-.46-1.816-.964-3.802-1.827-5.327-.446-.79-1.016-1.51-1.775-2.031C13.983 4.29 13.067 4 12 4s-1.983.29-2.754.82c-.759.522-1.329 1.242-1.775 2.032-.863 1.525-1.367 3.511-1.827 5.327l-.02.075c-.485 1.915-.931 3.645-1.645 4.911-.347.617-.73 1.07-1.162 1.367-.42.29-.934.468-1.613.468H0Z\"/></svg>",
21
23
  "book": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-book\"><path d=\"M4 19.5A2.5 2.5 0 0 1 6.5 17H20\"></path><path d=\"M6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5v-15A2.5 2.5 0 0 1 6.5 2z\"></path></svg>",
24
+ "book-open": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-book-open\"><path d=\"M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z\"></path><path d=\"M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z\"></path></svg>",
22
25
  "bookmark": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"\n d=\"M19 21l-7-5-7 5V5a2 2 0 012-2h10a2 2 0 012 2v16z\" clip-rule=\"evenodd\" />\n</svg>",
23
26
  "bookmark-filled": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"M7 2a3 3 0 0 0-3 3v16a1 1 0 0 0 1.581.814L12 17.229l6.419 4.585A1 1 0 0 0 20 21V5a3 3 0 0 0-3-3H7Z\"/></svg>",
24
- "book-open": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-book-open\"><path d=\"M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z\"></path><path d=\"M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z\"></path></svg>",
25
27
  "box": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-box\"><path d=\"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z\"></path><polyline points=\"3.27 6.96 12 12.01 20.73 6.96\"></polyline><line x1=\"12\" y1=\"22.08\" x2=\"12\" y2=\"12\"></line></svg>",
26
28
  "bubble": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\"\n stroke-linejoin=\"round\" stroke-width=\"2\" viewBox=\"0 0 24 24\">\n <path d=\"M20 3H6c-1.1 0-2 .9-2 2v5l-3 2 3 2v5c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z\" />\n</svg>",
27
29
  "bubble-check": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"currentColor\" stroke=\"currentColor\"\n viewBox=\"0 0 24 24\">\n <path stroke=\"none\"\n d=\"M2.803 12l1.752 1.168c.278.186.445.499.445.832v5c0 .552.449 1 1 1h14a1 1 0 001-1V5c0-.551-.448-1-1-1H6c-.551 0-1 .449-1 1v5c0 .334-.167.646-.445.832L2.803 12zM20 22H6c-1.654 0-3-1.345-3-3v-4.464L.446 12.832a1 1 0 010-1.664L3 9.465V5c0-1.654 1.346-3 3-3h14c1.655 0 3 1.346 3 3v14c0 1.655-1.345 3-3 3z\" />\n <path fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M17 9l-6 6-2.5-2.5\" />\n</svg>",
@@ -34,17 +36,19 @@
34
36
  "charts": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path stroke=\"currentColor\" stroke-linecap=\"square\" stroke-linejoin=\"round\" stroke-width=\"2\"\n d=\"M3 10.5s1.366.011 1.5 0a.75.75 0 00.621-.443l1.65-3.875a.75.75 0 011.4.078l3.077 6.717a.75.75 0 001.449-.072l3.095-9.307a.75.75 0 011.457-.052L18.75 9.75c.045.157 0 .75 1.5.75H21\" />\n <path fill=\"currentColor\"\n d=\"M4 19.5a1 1 0 10-2 0h2zm-2 0v3h2v-3H2zm11 0a1 1 0 10-2 0h2zm-2 0v3h2v-3h-2zm11 0a1 1 0 10-2 0h2zm-2 0v3h2v-3h-2zm-11.5-3a1 1 0 10-2 0h2zm-2 0v6h2v-6h-2zm11 0a1 1 0 10-2 0h2zm-2 0v6h2v-6h-2z\" />\n</svg>",
35
37
  "check": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-check\"><polyline points=\"20 6 9 17 4 12\"></polyline></svg>",
36
38
  "check-circle": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-check-circle\"><path d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"></path><polyline points=\"22 4 12 14.01 9 11.01\"></polyline></svg>",
37
- "check-small": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-check\"><polyline points=\"20 6 9 17 4 12\"></polyline></svg>",
39
+ "check-circle-filled": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M12 23c6.075 0 11-4.925 11-11S18.075 1 12 1 1 5.925 1 12s4.925 11 11 11Zm5.7-13.3-7 7c-.2.2-.4.3-.7.3-.3 0-.5-.1-.7-.3l-3-3c-.4-.4-.4-1 0-1.4.4-.4 1-.4 1.4 0l2.3 2.3 6.3-6.3c.4-.4 1-.4 1.4 0 .4.4.4 1 0 1.4Z\" clip-rule=\"evenodd\"/></svg>",
40
+ "check-small": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.7071 6.29289C21.0976 6.68342 21.0976 7.31658 20.7071 7.70711L9.70711 18.7071C9.31658 19.0976 8.68342 19.0976 8.29289 18.7071L3.29289 13.7071C2.90237 13.3166 2.90237 12.6834 3.29289 12.2929C3.68342 11.9024 4.31658 11.9024 4.70711 12.2929L9 16.5858L19.2929 6.29289C19.6834 5.90237 20.3166 5.90237 20.7071 6.29289Z\" fill=\"currentColor\"/>\n</svg>\n",
38
41
  "check-square": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8 11l3 3L22 3\" />\n <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"\n d=\"M20 12v7a2 2 0 01-2 2H4a2 2 0 01-2-2V5a2 2 0 012-2h11\" />\n</svg>",
39
- "checkmark-circle-filled": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"currentColor\" viewBox=\"0 0 24 24\">\n <path fill-rule=\"evenodd\"\n d=\"M12 23c6.075 0 11-4.925 11-11S18.075 1 12 1 1 5.925 1 12s4.925 11 11 11zm5.7-13.3l-7 7c-.2.2-.4.3-.7.3-.3 0-.5-.1-.7-.3l-3-3c-.4-.4-.4-1 0-1.4.4-.4 1-.4 1.4 0l2.3 2.3 6.3-6.3c.4-.4 1-.4 1.4 0 .4.4.4 1 0 1.4z\"\n clip-rule=\"evenodd\" />\n</svg>",
40
42
  "chevron-down": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-chevron-down\"><polyline points=\"6 9 12 15 18 9\"></polyline></svg>",
41
- "chevrons-down": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-chevrons-down\"><polyline points=\"7 13 12 18 17 13\"></polyline><polyline points=\"7 6 12 11 17 6\"></polyline></svg>",
42
43
  "chevron-left": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-chevron-left\"><polyline points=\"15 18 9 12 15 6\"></polyline></svg>",
43
44
  "chevron-right": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-chevron-right\"><polyline points=\"9 18 15 12 9 6\"></polyline></svg>",
44
45
  "chevron-up": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-chevron-up\"><polyline points=\"18 15 12 9 6 15\"></polyline></svg>",
45
- "chevrons-up": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-chevrons-up\"><polyline points=\"17 11 12 6 7 11\"></polyline><polyline points=\"17 18 12 13 7 18\"></polyline></svg>",
46
+ "chevrons-down": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M6.293 12.293a1 1 0 0 1 1.414 0L12 16.586l4.293-4.293a1 1 0 0 1 1.414 1.414l-5 5a1 1 0 0 1-1.414 0l-5-5a1 1 0 0 1 0-1.414Z\" clip-rule=\"evenodd\"/><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M6.293 5.293a1 1 0 0 1 1.414 0L12 9.586l4.293-4.293a1 1 0 1 1 1.414 1.414l-5 5a1 1 0 0 1-1.414 0l-5-5a1 1 0 0 1 0-1.414Z\" clip-rule=\"evenodd\"/></svg>",
47
+ "chevrons-up": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M11.293 5.293a1 1 0 0 1 1.414 0l5 5a1 1 0 0 1-1.414 1.414L12 7.414l-4.293 4.293a1 1 0 0 1-1.414-1.414l5-5Z\" clip-rule=\"evenodd\"/><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M11.293 12.293a1 1 0 0 1 1.414 0l5 5a1 1 0 0 1-1.414 1.414L12 14.414l-4.293 4.293a1 1 0 0 1-1.414-1.414l5-5Z\" clip-rule=\"evenodd\"/></svg>",
46
48
  "circle": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-circle\"><circle cx=\"12\" cy=\"12\" r=\"10\"></circle></svg>",
47
49
  "clipboard": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-clipboard\"><path d=\"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2\"></path><rect x=\"8\" y=\"2\" width=\"8\" height=\"4\" rx=\"1\" ry=\"1\"></rect></svg>",
50
+ "clock": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M12 3a9 9 0 1 0 0 18 9 9 0 0 0 0-18ZM1 12C1 5.925 5.925 1 12 1s11 4.925 11 11-4.925 11-11 11S1 18.075 1 12Z\" clip-rule=\"evenodd\"/><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M12 5a1 1 0 0 1 1 1v5.382l3.447 1.724a1 1 0 1 1-.894 1.788l-4-2A1 1 0 0 1 11 12V6a1 1 0 0 1 1-1Z\" clip-rule=\"evenodd\"/></svg>",
51
+ "clock-filled": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10Zm-9-6a1 1 0 1 0-2 0v6a1 1 0 0 0 .553.894l4 2a1 1 0 1 0 .894-1.788L13 11.382V6Z\" clip-rule=\"evenodd\"/></svg>",
48
52
  "coffee": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-coffee\"><path d=\"M18 8h1a4 4 0 0 1 0 8h-1\"></path><path d=\"M2 8h16v9a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4V8z\"></path><line x1=\"6\" y1=\"1\" x2=\"6\" y2=\"4\"></line><line x1=\"10\" y1=\"1\" x2=\"10\" y2=\"4\"></line><line x1=\"14\" y1=\"1\" x2=\"14\" y2=\"4\"></line></svg>",
49
53
  "collapse": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\"\n stroke-linejoin=\"round\" stroke-width=\"2\" viewBox=\"0 0 24 24\">\n <path d=\"M15 20.3L12 18l-3 2.3m3 1.7v-4M9 3.7L12 6l3-2.3M12 2v4m-7 4h14M5 14h14\" />\n</svg>",
50
54
  "comment": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 11.5C21.0034 12.8199 20.6951 14.1219 20.1 15.3C18.661 18.1794 15.7189 19.9988 12.5 20C11.1801 20.0035 9.87812 19.6951 8.7 19.1L3 21L4.9 15.3C4.30493 14.1219 3.99656 12.8199 4 11.5C4.00125 8.28112 5.82067 5.33907 8.7 3.90003C9.87812 3.30496 11.1801 2.99659 12.5 3.00003H13C17.3158 3.23813 20.7619 6.68422 21 11V11.5V11.5Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 10H16\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/>\n<path d=\"M9 14H13\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/>\n</svg>\n",
@@ -52,13 +56,12 @@
52
56
  "copy": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-copy\"><rect x=\"9\" y=\"9\" width=\"13\" height=\"13\" rx=\"2\" ry=\"2\"></rect><path d=\"M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1\"></path></svg>",
53
57
  "corner-down-left": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 10l-5 5 5 5\" />\n <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"\n d=\"M20 4v7a4 4 0 01-4 4H4\" />\n</svg>",
54
58
  "corner-down-right": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-corner-down-right\"><polyline points=\"15 10 20 15 15 20\"></polyline><path d=\"M4 4v7a4 4 0 0 0 4 4h12\"></path></svg>",
59
+ "course": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 2 1 8l11 6 11-6-11-6z\" clip-rule=\"evenodd\"/><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 11v7l7 4.5 7-4.5v-7\"/><path stroke-linecap=\"round\" stroke-width=\"2\" d=\"M23 8v8\"/></svg>",
55
60
  "credit-card": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\"><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M3 3a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h18a3 3 0 0 0 3-3V6a3 3 0 0 0-3-3H3Zm19 6V6a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v3h20ZM2 11h20v7a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-7Z\" clip-rule=\"evenodd\"/></svg>",
56
- "download": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-download\"><path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"></path><polyline points=\"7 10 12 15 17 10\"></polyline><line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"></line></svg>",
57
61
  "dosage": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"M12 6a1 1 0 1 0-2 0v5a1 1 0 0 0 .46.841l1.5.964a1 1 0 0 0 1.08-1.683L12 10.454V6Z\"/><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M11 1c5.362 0 9.738 4.22 9.989 9.52A3.973 3.973 0 0 1 23 13.972a3.976 3.976 0 0 1-1.159 2.81h-.001l-2.483 2.483a1.035 1.035 0 0 1-.034.036l-2.538 2.539-.002.002a3.978 3.978 0 0 1-6.264-.853C5.22 20.738 1 16.362 1 11 1 5.477 5.477 1 11 1ZM3 11a8 8 0 0 1 15.938-1 3.978 3.978 0 0 0-2.721 1.158l-5.058 5.06A3.976 3.976 0 0 0 10 18.939 8.001 8.001 0 0 1 3 11Zm14.612 7.183-2.24 2.241v.001A1.978 1.978 0 0 1 12 19.026c0-.523.206-1.024.575-1.395l2.242-2.244 2.795 2.796Z\" clip-rule=\"evenodd\"/></svg>",
58
- "edit-3": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-edit-3\"><path d=\"M12 20h9\"></path><path d=\"M16.5 3.5a2.121 2.121 0 0 1 3 3L7 19l-4 1 1-4L16.5 3.5z\"></path></svg>",
59
- "edit-3-filled": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"currentColor\" stroke=\"currentColor\"\n viewBox=\"0 0 24 24\">\n <path fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 20h9\" />\n <path stroke=\"none\"\n d=\"M18 2.83c-.695 0-1.362.276-1.854.768l-12.5 12.5a.5.5 0 00-.131.232l-1 4a.5.5 0 00.606.606l4-1a.5.5 0 00.233-.131l12.5-12.5A2.62 2.62 0 0018 2.83z\" />\n</svg>",
60
- "edit-square": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"\n d=\"M7.333 2.667H2.666A1.333 1.333 0 001.333 4v9.334a1.333 1.333 0 001.333 1.333H12a1.334 1.334 0 001.333-1.333V8.667\" />\n <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"\n d=\"M12.333 1.667a1.414 1.414 0 112 2L8 10.001l-2.667.666L6 8l6.333-6.333z\" />\n</svg>",
61
- "education": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 2L1 8l11 6 11-6-11-6z\"\n clip-rule=\"evenodd\" />\n <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 11v7l7 4.5 7-4.5v-7\" />\n <path stroke-linecap=\"round\" stroke-width=\"2\" d=\"M23 8v8\" />\n</svg>",
62
+ "dot": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"currentColor\" viewBox=\"0 0 24 24\">\n <circle cx=\"12\" cy=\"12\" r=\"4\" />\n</svg>",
63
+ "download": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-download\"><path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"></path><polyline points=\"7 10 12 15 17 10\"></polyline><line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"></line></svg>",
64
+ "edit": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M1.879 3.879A3 3 0 0 1 4 3h7a1 1 0 1 1 0 2H4a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1v-7a1 1 0 1 1 2 0v7a3 3 0 0 1-3 3H4a3 3 0 0 1-3-3V6a3 3 0 0 1 .879-2.121Z\" clip-rule=\"evenodd\"/><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M20 2.879c-.297 0-.583.118-.793.328l-9.304 9.304-.529 2.115 2.115-.529 9.304-9.304A1.121 1.121 0 0 0 20 2.879Zm-2.207-1.086a3.121 3.121 0 0 1 4.414 4.414l-9.5 9.5a.999.999 0 0 1-.465.263l-4 1a1 1 0 0 1-1.212-1.212l1-4a1 1 0 0 1 .263-.465l9.5-9.5Z\" clip-rule=\"evenodd\"/></svg>",
62
65
  "effigos": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"currentColor\" viewBox=\"0 0 24 24\">\n <path fill-rule=\"evenodd\" d=\"M3.06 10.74c-.3 3.83.35 7.24 3.96 9.38.11.09.24.13.37.17.11.04.22.08.33.15 2.72.95 5.32.68 6.28-.73-1.1.07-2.2.08-3.31.02-3.06-.16-5.2-1.79-6.02-4.68a10.9 10.9 0 0 1-.02-5.65 6.06 6.06 0 0 1 3.18-4c2.32-1.22 4.76-1.22 7.2-.54 2.8.77 4.42 2.84 4.65 5.76.17 2.03-.9 3.4-2.9 3.68-1.6.21-3.21.25-4.81.12-1.69-.12-2.03-.53-2.03-2.25v-.85c.06-.7.48-1.2 1.18-1.26a9.84 9.84 0 0 1 1.88 0c.68.06 1.12.48 1.18 1.18.03.59.03 1.17 0 1.76v.04c0 .28-.02.57.39.54h.25c.31.02.65.03.69-.44v-.01c.08-.81.15-1.64-.05-2.44-.28-1.08-.95-1.77-2.07-1.94a9.12 9.12 0 0 0-2.44-.04C9.6 8.87 8.7 9.83 8.6 11.25c-.04.61-.04 1.22.02 1.83.15 1.52.97 2.4 2.49 2.56 2.11.21 4.23.24 6.34-.14 1.77-.32 3.02-1.37 3.38-3.21a7.01 7.01 0 0 0-2.11-6.87C16.1 3 12.94 2.62 9.6 3.3a8.03 8.03 0 0 0-6.55 7.43Zm6.73 7.4c2.04.46 4.15.42 6.16-.13l.26-.14c.16-.08.3-.16.44-.27a.73.73 0 0 1 .18-.17c.13-.1.26-.21.28-.42h-.59c-1.83.2-3.67.2-5.5.02-2.2-.23-3.56-1.45-3.84-3.58a9.95 9.95 0 0 1 0-2.67 3.92 3.92 0 0 1 3.22-3.53 8.45 8.45 0 0 1 3.6.06 4.03 4.03 0 0 1 3.05 3.92v1.33l-.02.18c-.03.18-.06.36.18.43.26.07.43-.16.56-.35a2 2 0 0 0 .26-.57 4.84 4.84 0 0 0-2.41-5.55 7.97 7.97 0 0 0-6.45-.31 4.71 4.71 0 0 0-3.14 3.67 10.7 10.7 0 0 0-.05 4 4.67 4.67 0 0 0 3.81 4.08Z\" clip-rule=\"evenodd\"/>\n</svg>",
63
66
  "emergency": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.73204 15.7496L4.73204 14.7496L4.73204 14.7496L4.73204 15.7496ZM2.73204 13.7496L1.73204 13.7496L2.73204 13.7496ZM8.03524 15.7496L9.03524 15.7496L9.03524 14.7496L8.03524 14.7496L8.03524 15.7496ZM8.03524 19.2068L7.03524 19.2068L7.03524 19.2068L8.03524 19.2068ZM10.0352 21.2068L10.0352 22.2068L10.0352 22.2068L10.0352 21.2068ZM13.6885 21.2068L13.6885 22.2068L13.6885 22.2068L13.6885 21.2068ZM15.6885 19.2068L16.6885 19.2068L16.6885 19.2068L15.6885 19.2068ZM15.6885 15.7496L15.6885 14.7496L14.6885 14.7496L14.6885 15.7496L15.6885 15.7496ZM19.0691 15.7496L19.0691 14.7496L19.0691 14.7496L19.0691 15.7496ZM21.0691 13.7496L22.0691 13.7496V13.7496L21.0691 13.7496ZM21.0691 10.0964L22.0691 10.0964L21.0691 10.0964ZM19.0691 8.09638L19.0691 9.09638L19.0691 9.09638L19.0691 8.09638ZM15.6885 8.09638L14.6885 8.09638L14.6885 9.09638H15.6885V8.09638ZM15.6885 4.86979L14.6885 4.86978L14.6885 4.86979L15.6885 4.86979ZM13.6885 2.86978L13.6885 1.86978L13.6885 1.86978L13.6885 2.86978ZM10.0352 2.86979L10.0352 3.86979L10.0352 3.86979L10.0352 2.86979ZM8.03524 4.86978L7.03524 4.86978L7.03524 4.86978L8.03524 4.86978ZM8.03524 8.09638L8.03524 9.09638L9.03524 9.09638L9.03524 8.09638L8.03524 8.09638ZM4.73204 8.09638L4.73204 7.09638L4.73204 7.09638L4.73204 8.09638ZM2.73204 10.0964L3.73204 10.0964V10.0964L2.73204 10.0964ZM4.73204 14.7496C4.17976 14.7496 3.73204 14.3019 3.73204 13.7496L1.73204 13.7496C1.73204 15.4065 3.07519 16.7496 4.73204 16.7496L4.73204 14.7496ZM8.03524 14.7496L4.73204 14.7496L4.73204 16.7496L8.03524 16.7496L8.03524 14.7496ZM9.03524 19.2068L9.03524 15.7496L7.03524 15.7496L7.03524 19.2068L9.03524 19.2068ZM10.0352 20.2068C9.48295 20.2068 9.03524 19.7591 9.03524 19.2068L7.03524 19.2068C7.03524 20.8637 8.37838 22.2068 10.0352 22.2068L10.0352 20.2068ZM13.6885 20.2068L10.0352 20.2068L10.0352 22.2068L13.6885 22.2068L13.6885 20.2068ZM14.6885 19.2068C14.6885 19.7591 14.2407 20.2068 13.6885 20.2068L13.6885 22.2068C15.3453 22.2068 16.6885 20.8637 16.6885 19.2068L14.6885 19.2068ZM14.6885 15.7496L14.6885 19.2068L16.6885 19.2068L16.6885 15.7496L14.6885 15.7496ZM19.0691 14.7496L15.6885 14.7496L15.6885 16.7496L19.0691 16.7496L19.0691 14.7496ZM20.0691 13.7496C20.0691 14.3019 19.6214 14.7496 19.0691 14.7496L19.0691 16.7496C20.7259 16.7496 22.0691 15.4065 22.0691 13.7496L20.0691 13.7496ZM20.0691 10.0964L20.0691 13.7496L22.0691 13.7496L22.0691 10.0964L20.0691 10.0964ZM19.0691 9.09638C19.6214 9.09638 20.0691 9.5441 20.0691 10.0964L22.0691 10.0964C22.0691 8.43953 20.7259 7.09638 19.0691 7.09638L19.0691 9.09638ZM15.6885 9.09638H19.0691V7.09638L15.6885 7.09638V9.09638ZM14.6885 4.86979L14.6885 8.09638L16.6885 8.09638L16.6885 4.86979L14.6885 4.86979ZM13.6885 3.86978C14.2407 3.86979 14.6885 4.3175 14.6885 4.86978L16.6885 4.86979C16.6885 3.21293 15.3453 1.86979 13.6885 1.86978L13.6885 3.86978ZM10.0352 3.86979L13.6885 3.86978L13.6885 1.86978L10.0352 1.86979L10.0352 3.86979ZM9.03524 4.86978C9.03524 4.3175 9.48295 3.86978 10.0352 3.86979L10.0352 1.86979C8.37839 1.86978 7.03524 3.21293 7.03524 4.86978L9.03524 4.86978ZM9.03524 8.09638L9.03524 4.86978L7.03524 4.86978L7.03524 8.09638L9.03524 8.09638ZM4.73204 9.09638L8.03524 9.09638L8.03524 7.09638L4.73204 7.09638L4.73204 9.09638ZM3.73204 10.0964C3.73204 9.5441 4.17976 9.09638 4.73204 9.09638L4.73204 7.09638C3.07519 7.09638 1.73204 8.43953 1.73204 10.0964L3.73204 10.0964ZM3.73204 13.7496L3.73204 10.0964L1.73204 10.0964L1.73204 13.7496L3.73204 13.7496Z\" fill=\"currentColor\"/>\n</svg>\n",
64
67
  "expand": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\"\n stroke-linejoin=\"round\" stroke-width=\"2\" viewBox=\"0 0 24 24\">\n <path d=\"M9 19.7l3 2.3 3-2.3M12 18v4m3-17.7L12 2 9 4.3M12 6V2m-7 8h14M5 14h14\" />\n</svg>",
@@ -66,15 +69,15 @@
66
69
  "external-link": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-external-link\"><path d=\"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6\"></path><polyline points=\"15 3 21 3 21 9\"></polyline><line x1=\"10\" y1=\"14\" x2=\"21\" y2=\"3\"></line></svg>",
67
70
  "eye": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-eye\"><path d=\"M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z\"></path><circle cx=\"12\" cy=\"12\" r=\"3\"></circle></svg>",
68
71
  "eye-off": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-eye-off\"><path d=\"M17.94 17.94A10.07 10.07 0 0 1 12 20c-7 0-11-8-11-8a18.45 18.45 0 0 1 5.06-5.94M9.9 4.24A9.12 9.12 0 0 1 12 4c7 0 11 8 11 8a18.5 18.5 0 0 1-2.16 3.19m-6.72-1.07a3 3 0 1 1-4.24-4.24\"></path><line x1=\"1\" y1=\"1\" x2=\"23\" y2=\"23\"></line></svg>",
69
- "facebook": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path fill=\"#1877F2\"\n d=\"M24 12c0-6.627-5.373-12-12-12S0 5.373 0 12c0 5.99 4.388 10.954 10.125 11.854V15.47H7.078V12h3.047V9.356c0-3.007 1.792-4.668 4.533-4.668 1.312 0 2.686.234 2.686.234v2.953H15.83c-1.491 0-1.956.925-1.956 1.875V12h3.328l-.532 3.469h-2.796v8.385C19.612 22.954 24 17.99 24 12z\" />\n <path fill=\"#fff\"\n d=\"M16.671 15.469L17.203 12h-3.328V9.75c0-.949.465-1.875 1.956-1.875h1.513V4.922s-1.374-.234-2.686-.234c-2.741 0-4.533 1.66-4.533 4.668V12H7.078v3.469h3.047v8.385a12.13 12.13 0 003.75 0V15.47h2.796z\" />\n</svg>",
70
72
  "face-happy": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\"\n stroke-linejoin=\"round\" stroke-width=\"2\" viewBox=\"0 0 24 24\">\n <circle cx=\"12\" cy=\"12\" r=\"10\" />\n <path d=\"M16 14.7c-2.2 2.2-5.8 2.2-8 0m.9-5.3h0m6.2 0h0\" />\n</svg>",
71
73
  "face-neutral": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\"\n stroke-linejoin=\"round\" stroke-width=\"2\" viewBox=\"0 0 24 24\">\n <path d=\"M8.9 9.4h0m6.2 0h0\" />\n <circle cx=\"12\" cy=\"12\" r=\"10\" />\n <path d=\"M16 15.5H8\" />\n</svg>",
72
74
  "face-sad": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\"\n stroke-linejoin=\"round\" stroke-width=\"2\" viewBox=\"0 0 24 24\">\n <path d=\"M8.9 9.4h0m6.2 0h0\" />\n <circle cx=\"12\" cy=\"12\" r=\"10\" />\n <path d=\"M8 16.3c2.2-2.2 5.8-2.2 8 0\" />\n</svg>",
73
- "file-text": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-file-text\"><path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"></path><polyline points=\"14 2 14 8 20 8\"></polyline><line x1=\"16\" y1=\"13\" x2=\"8\" y2=\"13\"></line><line x1=\"16\" y1=\"17\" x2=\"8\" y2=\"17\"></line><polyline points=\"10 9 9 9 8 9\"></polyline></svg>",
75
+ "facebook": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path fill=\"#1877F2\"\n d=\"M24 12c0-6.627-5.373-12-12-12S0 5.373 0 12c0 5.99 4.388 10.954 10.125 11.854V15.47H7.078V12h3.047V9.356c0-3.007 1.792-4.668 4.533-4.668 1.312 0 2.686.234 2.686.234v2.953H15.83c-1.491 0-1.956.925-1.956 1.875V12h3.328l-.532 3.469h-2.796v8.385C19.612 22.954 24 17.99 24 12z\" />\n <path fill=\"#fff\"\n d=\"M16.671 15.469L17.203 12h-3.328V9.75c0-.949.465-1.875 1.956-1.875h1.513V4.922s-1.374-.234-2.686-.234c-2.741 0-4.533 1.66-4.533 4.668V12H7.078v3.469h3.047v8.385a12.13 12.13 0 003.75 0V15.47h2.796z\" />\n</svg>",
74
76
  "figma": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\"><path fill=\"#1ABCFE\" d=\"M12 12a4 4 0 1 1 8 0 4 4 0 0 1-8 0Z\"/><path fill=\"#0ACF83\" d=\"M4 20a4 4 0 0 1 4-4h4v4a4 4 0 1 1-8 0Z\"/><path fill=\"#FF7262\" d=\"M12 0v8h4a4 4 0 1 0 0-8h-4Z\"/><path fill=\"#F24E1E\" d=\"M4 4a4 4 0 0 0 4 4h4V0H8a4 4 0 0 0-4 4Z\"/><path fill=\"#A259FF\" d=\"M4 12a4 4 0 0 0 4 4h4V8H8a4 4 0 0 0-4 4Z\"/></svg>",
75
- "filled-dot": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"currentColor\" viewBox=\"0 0 24 24\">\n <circle cx=\"12\" cy=\"12\" r=\"4\" />\n</svg>",
77
+ "file-text": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-file-text\"><path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"></path><polyline points=\"14 2 14 8 20 8\"></polyline><line x1=\"16\" y1=\"13\" x2=\"8\" y2=\"13\"></line><line x1=\"16\" y1=\"17\" x2=\"8\" y2=\"17\"></line><polyline points=\"10 9 9 9 8 9\"></polyline></svg>",
76
78
  "film": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"\n d=\"M2 4.18A2.18 2.18 0 014.18 2h15.64A2.18 2.18 0 0122 4.18v15.64A2.18 2.18 0 0119.82 22H4.18A2.18 2.18 0 012 19.82V4.18z\"\n clip-rule=\"evenodd\" />\n <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"\n d=\"M7 2v20M17 2v20M2 12h20M2 7h5M2 17h5m10 0h5M17 7h5\" />\n</svg>",
77
79
  "filter": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.09288 2.57912C1.25674 2.22596 1.61067 2 2 2H22C22.3893 2 22.7433 2.22596 22.9071 2.57912C23.071 2.93229 23.015 3.34845 22.7636 3.64573L15 12.8261V21C15 21.3466 14.8205 21.6684 14.5257 21.8507C14.2309 22.0329 13.8628 22.0494 13.5528 21.8944L9.55278 19.8944C9.214 19.725 9 19.3788 9 19V12.8261L1.23643 3.64573C0.985031 3.34845 0.929022 2.93229 1.09288 2.57912ZM4.1553 4L10.7636 11.8143C10.9162 11.9948 11 12.2236 11 12.46V18.382L13 19.382V12.46C13 12.2236 13.0838 11.9948 13.2364 11.8143L19.8447 4H4.1553Z\" fill=\"currentColor\"/>\n</svg>\n",
80
+ "find-in-page": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"M14.4 18.8a3.404 3.404 0 0 1-3.4-3.4c0-1.875 1.525-3.4 3.4-3.4a3.403 3.403 0 0 1 3.4 3.4c0 1.875-1.526 3.4-3.4 3.4Zm4.456-.357A5.362 5.362 0 0 0 19.8 15.4c0-2.978-2.42-5.4-5.399-5.4A5.406 5.406 0 0 0 9 15.4c0 2.977 2.422 5.4 5.4 5.4a5.374 5.374 0 0 0 3.043-.942l1.85 1.85a.996.996 0 0 0 1.414 0 1 1 0 0 0 0-1.415l-1.85-1.85ZM19 1H5C3.346 1 2 2.346 2 4v14c0 1.655 1.346 3 3 3h2a1 1 0 1 0 0-2H5c-.551 0-1-.448-1-1V4c0-.551.449-1 1-1h14c.552 0 1 .449 1 1v5a1 1 0 1 0 2 0V4c0-1.654-1.346-3-3-3Z\"/></svg>",
78
81
  "flag": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-flag\"><path d=\"M4 15s1-1 4-1 5 2 8 2 4-1 4-1V3s-1 1-4 1-5-2-8-2-4 1-4 1z\"></path><line x1=\"4\" y1=\"22\" x2=\"4\" y2=\"15\"></line></svg>",
79
82
  "flag-filled": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"currentColor\" stroke=\"currentColor\"\n viewBox=\"0 0 24 24\">\n <path fill-rule=\"evenodd\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"\n d=\"M4 15s1-1 4-1 5 2 8 2 4-1 4-1V3s-1 1-4 1-5-2-8-2-4 1-4 1v12z\" clip-rule=\"evenodd\" />\n <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 22v-7\" />\n</svg>",
80
83
  "flask": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\"\n stroke-linejoin=\"round\" stroke-width=\"2\" viewBox=\"0 0 24 24\">\n <path d=\"M4.4 21h15.2c1.1 0 1.8-1.2 1.3-2.2L14.3 7.3V3H9.7v4.3L3.1 18.8c-.5 1 .2 2.2 1.3 2.2zM8.5 3h7M5 16h14\" />\n</svg>",
@@ -83,11 +86,12 @@
83
86
  "folder-check-filled": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"currentColor\" viewBox=\"0 0 24 24\">\n <path fill-rule=\"evenodd\"\n d=\"M1 5a3 3 0 013-3h5a1 1 0 01.832.445L11.535 5H20a3 3 0 013 3v11a3 3 0 01-3 3H4a3 3 0 01-3-3V5zm15.707 5.707a1 1 0 00-1.414-1.414L10 14.586l-1.793-1.793a1 1 0 00-1.414 1.414l2.5 2.5a1 1 0 001.414 0l6-6z\"\n clip-rule=\"evenodd\" />\n</svg>",
84
87
  "folder-plus": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-folder-plus\"><path d=\"M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z\"></path><line x1=\"12\" y1=\"11\" x2=\"12\" y2=\"17\"></line><line x1=\"9\" y1=\"14\" x2=\"15\" y2=\"14\"></line></svg>",
85
88
  "gift": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"\n d=\"M20.8 12v11H3.2V12M23 6.5H1V12h22V6.5zM12 23V6.5M12 6.5H7.05a2.75 2.75 0 110-5.5C10.9 1 12 6.5 12 6.5zM12 6.5h4.95a2.75 2.75 0 000-5.5C13.1 1 12 6.5 12 6.5z\" />\n</svg>",
86
- "grid": "\n<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\"><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M2 3a1 1 0 0 1 1-1h7a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3Zm2 1v5h5V4H4ZM13 3a1 1 0 0 1 1-1h7a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1h-7a1 1 0 0 1-1-1V3Zm2 1v5h5V4h-5ZM13 14a1 1 0 0 1 1-1h7a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1h-7a1 1 0 0 1-1-1v-7Zm2 1v5h5v-5h-5ZM2 14a1 1 0 0 1 1-1h7a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-7Zm2 1v5h5v-5H4Z\" clip-rule=\"evenodd\"/></svg>",
87
89
  "google": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path fill=\"#EA4335\"\n d=\"M12 4.64c2.253 0 3.773.973 4.64 1.787l3.387-3.307C17.947 1.187 15.24 0 12 0 7.307 0 3.253 2.693 1.28 6.613l3.88 3.014C6.133 6.733 8.827 4.64 12 4.64z\" />\n <path fill=\"#4285F4\"\n d=\"M23.52 12.267c0-.987-.08-1.707-.253-2.454H12v4.454h6.613c-.133 1.106-.853 2.773-2.453 3.893l3.787 2.933C22.213 19 23.52 15.92 23.52 12.267z\" />\n <path fill=\"#FBBC05\"\n d=\"M5.173 14.373a7.387 7.387 0 01-.4-2.373c0-.827.147-1.627.387-2.373L1.28 6.613A12.01 12.01 0 000 12c0 1.933.467 3.76 1.28 5.387l3.893-3.014z\" />\n <path fill=\"#34A853\"\n d=\"M12 24c3.24 0 5.96-1.067 7.947-2.907L16.16 18.16c-1.013.707-2.373 1.2-4.16 1.2-3.173 0-5.867-2.093-6.827-4.987l-3.88 3.014C3.267 21.307 7.307 24 12 24z\" />\n</svg>",
90
+ "grid": "\n<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\"><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M2 3a1 1 0 0 1 1-1h7a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3Zm2 1v5h5V4H4ZM13 3a1 1 0 0 1 1-1h7a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1h-7a1 1 0 0 1-1-1V3Zm2 1v5h5V4h-5ZM13 14a1 1 0 0 1 1-1h7a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1h-7a1 1 0 0 1-1-1v-7Zm2 1v5h5v-5h-5ZM2 14a1 1 0 0 1 1-1h7a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-7Zm2 1v5h5v-5H4Z\" clip-rule=\"evenodd\"/></svg>",
88
91
  "hammer-filled": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"currentColor\" viewBox=\"0 0 24 24\">\n <path\n d=\"M15.741 3.293l6 6c.48.479.743 1.103.743 1.757 0 .654-.263 1.278-.743 1.758l-1.399 1.399a2.482 2.482 0 01-1.758.738 2.479 2.479 0 01-1.756-.737l-1.711-1.693-8.582 8.581a.997.997 0 01-1.414 0l-2.828-2.828a1 1 0 010-1.415l8.559-8.559-3.621-3.583A.998.998 0 017.934 3h7.1c.266 0 .52.105.707.293z\" />\n</svg>",
89
92
  "hash": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-hash\"><line x1=\"4\" y1=\"9\" x2=\"20\" y2=\"9\"></line><line x1=\"4\" y1=\"15\" x2=\"20\" y2=\"15\"></line><line x1=\"10\" y1=\"3\" x2=\"8\" y2=\"21\"></line><line x1=\"16\" y1=\"3\" x2=\"14\" y2=\"21\"></line></svg>",
90
93
  "headphones": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"\n d=\"M3 18v-6a9 9 0 0118 0v6\" />\n <path fill=\"currentColor\"\n d=\"M21 14h1a1 1 0 00-1-1v1zM3 14v-1a1 1 0 00-1 1h1zm17 5a1 1 0 01-1 1v2a3 3 0 003-3h-2zm-1 1h-1v2h1v-2zm-1 0a1 1 0 01-1-1h-2a3 3 0 003 3v-2zm-1-1v-3h-2v3h2zm0-3a1 1 0 011-1v-2a3 3 0 00-3 3h2zm1-1h3v-2h-3v2zm2-1v5h2v-5h-2zM2 19a3 3 0 003 3v-2a1 1 0 01-1-1H2zm3 3h1v-2H5v2zm1 0a3 3 0 003-3H7a1 1 0 01-1 1v2zm3-3v-3H7v3h2zm0-3a3 3 0 00-3-3v2a1 1 0 011 1h2zm-3-3H3v2h3v-2zm-4 1v5h2v-5H2z\" />\n</svg>",
94
+ "heart ": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M12.353 3.903A6.5 6.5 0 0 1 23.452 8.5a6.5 6.5 0 0 1-1.905 4.597l-8.84 8.84a1 1 0 0 1-1.414 0l-8.84-8.84a6.501 6.501 0 1 1 9.194-9.194l.353.353.353-.353Zm4.597.095a4.5 4.5 0 0 0-3.183 1.319l-1.06 1.06a1 1 0 0 1-1.414 0l-1.06-1.06a4.501 4.501 0 0 0-6.366 6.366L12 19.816l8.133-8.133a4.5 4.5 0 0 0-3.183-7.685Z\" clip-rule=\"evenodd\"/></svg>",
91
95
  "help-circle": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-help-circle\"><circle cx=\"12\" cy=\"12\" r=\"10\"></circle><path d=\"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3\"></path><line x1=\"12\" y1=\"17\" x2=\"12.01\" y2=\"17\"></line></svg>",
92
96
  "highlighter-off": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.70711 1.29289C2.31658 0.902369 1.68342 0.902369 1.29289 1.29289C0.902369 1.68342 0.902369 2.31658 1.29289 2.70711L8.1132 9.52742L4.3359 15.1934C4.30296 15.2428 4.27234 15.2935 4.24407 15.3453C4.09201 15.5207 4 15.7496 4 16C4 16.0426 4.00267 16.0846 4.00784 16.1258C4.00263 16.1845 4 16.2435 4 16.3028V22.5H6V17H15.5858L21.2929 22.7071C21.6834 23.0976 22.3166 23.0976 22.7071 22.7071C23.0976 22.3166 23.0976 21.6834 22.7071 21.2929L2.70711 1.29289ZM13.5858 15L9.55542 10.9696L6.86852 15H13.5858Z\" fill=\"currentColor\"/>\n<path d=\"M19.2929 15.7071C19.6834 16.0976 20.3166 16.0976 20.7071 15.7071C21.0976 15.3166 21.0976 14.6834 20.7071 14.2929L16.0018 9.58761L16.0375 1.44748L9.08811 4.58877C8.58485 4.81625 8.36129 5.40864 8.58877 5.9119C8.81625 6.41515 9.40864 6.63871 9.91189 6.41123L14.0239 4.55252L14.0044 9H13V11H14.5858L19.2929 15.7071Z\" fill=\"currentColor\"/>\n</svg>\n",
93
97
  "highlighter-on": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 22.5H18V17H6V22.5H4V16.3028C4 16.2435 4.00263 16.1845 4.00784 16.1258C4.00267 16.0846 4 16.0426 4 16C4 15.7496 4.09201 15.5208 4.24407 15.3453C4.27234 15.2935 4.30296 15.2428 4.3359 15.1934L7.99679 9.70205L7.96329 6.53665C7.95504 5.75706 8.40055 5.04374 9.10471 4.7091L16.0377 1.41428L16.0013 9.69923L19.6641 15.1934C19.6971 15.2428 19.7277 15.2936 19.7561 15.3455C19.908 15.5209 20 15.7497 20 16C20 16.0424 19.9974 16.0842 19.9922 16.1252C19.9974 16.1835 20 16.2422 20 16.3012V22.5ZM17.1315 15L14.4648 11H9.53518L6.86852 15H17.1315ZM14.0238 4.58574L14.0044 9.00001H9.98947L9.96318 6.51548L14.0238 4.58574Z\" fill=\"currentColor\"/>\n</svg>\n",
@@ -96,11 +100,13 @@
96
100
  "image": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-image\"><rect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"></rect><circle cx=\"8.5\" cy=\"8.5\" r=\"1.5\"></circle><polyline points=\"21 15 16 10 5 21\"></polyline></svg>",
97
101
  "image-broken": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\"><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M1 3a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v7h-3v3h-3v3h-3v3H3a2 2 0 0 1-2-2V3Z\" clip-rule=\"evenodd\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M23 18v-4h-3v3h-3v3h-3v3h7a2 2 0 0 0 2-2v-3Z\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M6.5 8a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z\" clip-rule=\"evenodd\"/><path fill=\"currentColor\" d=\"M15.188 10.707a1 1 0 0 0 1.414-1.414l-1.414 1.414ZM13.895 8l.707-.707a1 1 0 0 0-1.383-.03l.676.737ZM2.324 17.263l-.737.676 1.352 1.474.737-.676-1.352-1.474Zm14.278-7.97-2-2-1.414 1.414 2 2 1.414-1.414Zm-3.383-2.03-10.895 10 1.352 1.474 10.895-10-1.352-1.474Z\"/></svg>",
98
102
  "info": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-info\"><circle cx=\"12\" cy=\"12\" r=\"10\"></circle><line x1=\"12\" y1=\"16\" x2=\"12\" y2=\"12\"></line><line x1=\"12\" y1=\"8\" x2=\"12.01\" y2=\"8\"></line></svg>",
99
- "institution": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M9.5 11.5h5\" />\n <path stroke=\"currentColor\" stroke-width=\"2\"\n d=\"M17.75 9.582V19.75a1 1 0 01-1 1h-9.5a1 1 0 01-1-1V9.582a1 1 0 01.42-.815l4.75-3.378a1 1 0 011.16 0l4.75 3.378a1 1 0 01.42.815z\" />\n <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"\n d=\"M13.875 21v-5.25h-3.75V21\" />\n <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\"\n d=\"M4.8 12H4a1 1 0 00-1 1v7a1 1 0 001 1h16a1 1 0 001-1v-7a1 1 0 00-1-1h-.8m-7.005-7.126V2m.305 1.5L15 3\" />\n</svg>",
100
- "key-off": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.9108 0.509117L20.8304 0.509024C21.5807 0.452709 22.325 0.662373 22.8561 1.20586C23.3866 1.74879 23.5755 2.49302 23.473 3.24911L23.4713 3.50364C23.47 3.70338 23.4683 3.97758 23.4665 4.27544C23.4631 4.87232 23.4596 5.5605 23.4596 5.93647C23.4596 7.11496 22.685 7.88549 22.4303 8.13881L22.4079 8.16113L22.3842 8.18486L17.1581 12.7529C16.7423 13.1164 16.1105 13.0739 15.7471 12.6581C15.3836 12.2423 15.4261 11.6105 15.8419 11.2471L21.0166 6.72398C21.2662 6.4717 21.4596 6.22967 21.4596 5.93647C21.4596 5.55367 21.4631 4.85956 21.4666 4.26384C21.4683 3.9654 21.47 3.69072 21.4713 3.49067L21.474 3.08692L21.4867 3.00987C21.5326 2.73023 21.4514 2.63005 21.4257 2.60369C21.3922 2.56946 21.269 2.47714 20.9614 2.50496L20.9165 2.50902L18.1679 2.50911L17.4453 5.44811L14.2674 6.30534L13.8017 8.62687C13.693 9.16836 13.166 9.51927 12.6245 9.41064C12.083 9.30201 11.7321 8.77498 11.8407 8.23348L12.3489 5.70028L12.36 5.66154C12.5238 5.08866 12.957 4.63183 13.5203 4.43778L13.5526 4.42666L15.785 3.8245L16.2771 1.82281L16.2854 1.79583C16.5027 1.08691 17.1274 0.579971 17.8658 0.51318L17.9108 0.509117Z\" fill=\"currentColor\"/>\n<path d=\"M7.9541 14.0996C9.33481 14.0996 10.4541 15.2189 10.4541 16.5996C10.4541 17.9803 9.33481 19.0996 7.9541 19.0996C6.57339 19.0996 5.4541 17.9803 5.4541 16.5996C5.4541 15.2189 6.57339 14.0996 7.9541 14.0996Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.7071 23.7071C23.0976 23.3166 23.0976 22.6834 22.7071 22.2929L2.70711 2.29289C2.31658 1.90237 1.68342 1.90237 1.29289 2.29289C0.902369 2.68342 0.902369 3.31658 1.29289 3.70711L7.2972 9.71141C5.75208 9.85664 4.24588 10.5206 3.06192 11.7045C0.36348 14.4029 0.36348 18.7778 3.06192 21.4762C5.76034 24.1746 10.1353 24.1746 12.8338 21.4762C14.0177 20.2923 14.6817 18.7862 14.8269 17.2411L21.2929 23.7071C21.6834 24.0976 22.3166 24.0976 22.7071 23.7071ZM12.5986 15.0129L9.52552 11.9397C7.80988 11.3594 5.84064 11.7543 4.47612 13.1188C2.55875 15.0361 2.55875 18.1447 4.47612 20.062C6.3935 21.9793 9.50219 21.9793 11.4196 20.062C12.7841 18.6975 13.1789 16.7285 12.5986 15.0129Z\" fill=\"currentColor\"/>\n</svg>\n",
101
- "key-on": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.95408 14.0994C9.33479 14.0994 10.4541 15.2187 10.4541 16.5994C10.4541 17.9801 9.33479 19.0994 7.95408 19.0994C6.57337 19.0994 5.45408 17.9801 5.45408 16.5994C5.45408 15.2187 6.57337 14.0994 7.95408 14.0994Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.9094 1.20569C23.44 1.74862 23.6288 2.49285 23.5263 3.24895L23.5246 3.50347C23.5233 3.70321 23.5216 3.97741 23.5199 4.27527C23.5164 4.87215 23.513 5.56033 23.513 5.9363C23.513 7.11479 22.7384 7.88532 22.4837 8.13864L22.4613 8.16096L22.4363 8.18593L14.6577 14.937C15.2143 17.2047 14.6077 19.7021 12.8338 21.476C10.1353 24.1744 5.76032 24.1744 3.0619 21.476C0.363459 18.7777 0.363459 14.4027 3.0619 11.7043C4.86506 9.90122 7.41563 9.30422 9.71278 9.90881L11.9598 7.9058L12.4023 5.70011L12.4133 5.66137C12.5772 5.08849 13.0103 4.63166 13.5737 4.43761L13.6059 4.42649L15.8383 3.82433L16.3304 1.82264L16.3387 1.79567C16.5561 1.08674 17.1807 0.579803 17.9192 0.513012L17.9641 0.508947L20.8837 0.508856C21.6341 0.452541 22.3783 0.662203 22.9094 1.20569ZM21.0147 2.50479C21.3223 2.47697 21.4456 2.56929 21.479 2.60352C21.5048 2.62988 21.5859 2.73006 21.54 3.0097L21.5274 3.08675L21.5247 3.4905C21.5234 3.69056 21.5216 3.96523 21.5199 4.26367C21.5165 4.85939 21.513 5.5535 21.513 5.9363C21.513 6.22904 21.3202 6.47076 21.0711 6.72261L12.3444 14.2965L12.5733 14.9396C13.1899 16.6722 12.8034 18.678 11.4196 20.0618C9.50217 21.9792 6.39348 21.9792 4.4761 20.0618C2.55873 18.1445 2.55873 15.0359 4.4761 13.1186C5.86508 11.7296 7.88066 11.3454 9.61751 11.9717L10.1777 12.1737L13.7893 8.9542L14.3207 6.30517L17.4987 5.44794L18.2213 2.50894L20.9698 2.50885L21.0147 2.50479Z\" fill=\"currentColor\"/>\n</svg>\n",
103
+ "institution": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"M10 10a1 1 0 0 0 0 2h4a1 1 0 1 0 0-2h-4Z\"/><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M11 4.023v.495c-.069.04-.135.084-.2.132l-5 3.75A2 2 0 0 0 5 10v1.02a1.006 1.006 0 0 0-.2-.02H4a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-7a2 2 0 0 0-2-2h-.8c-.069 0-.135.007-.2.02V10a2 2 0 0 0-.8-1.6l-4.996-3.747 2.112-.704a1 1 0 0 0-.632-1.898L13 2.613V2a1 1 0 1 0-2 0v2.023ZM17 10v10h-2v-5a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v5H7V10l5-3.75L17 10ZM5 20v-7.02c-.065.013-.132.02-.2.02H4v7h1Zm14-7.02V20h1v-7h-.8c-.069 0-.135-.007-.2-.02ZM13 16v4h-2v-4h2Z\" clip-rule=\"evenodd\"/></svg>",
104
+ "key-off": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"M17.938 1h2.92c.29-.056 1.034.153 1.566.697.53.543.576.803.576 1.803v2.436c0 1.179-.775 1.95-1.03 2.203l-.022.022-.023.024-4.767 4.568a1 1 0 1 1-1.316-1.506l4.715-4.523c.25-.252.443-.494.443-.788 0-.382.003-1.076.007-1.672C21.009 3.978 21 3.5 21 3.5c0-.266-.017-.407-.043-.434-.033-.034-.133-.07-.428-.07L18.195 3l-.75 2.448-3.178.857-.465 2.322a1 1 0 0 1-1.961-.394l.508-2.533.011-.038a1.825 1.825 0 0 1 1.16-1.224l.033-.011 2.232-.602.52-1.511.007-.027a1.825 1.825 0 0 1 1.58-1.283L17.939 1ZM7.954 14.1a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5Z\"/><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M22.707 23.707a1 1 0 0 0 0-1.414l-20-20a1 1 0 1 0-1.414 1.414l6.004 6.004a6.91 6.91 0 1 0 7.53 7.53l6.466 6.466a1 1 0 0 0 1.414 0ZM12.6 15.013 9.526 11.94a4.91 4.91 0 1 0 3.073 3.073Z\" clip-rule=\"evenodd\"/></svg>",
105
+ "key-on": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"M7.954 14.1a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5Z\"/><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M22.383 1.697c.53.543.617.803.617 1.552l-.002.254a996.186 996.186 0 0 0-.011 2.433c0 1.179-.775 1.95-1.03 2.203l-.022.022-.025.025-7.285 6.751A6.91 6.91 0 1 1 9.68 9.909l2.247-2.003.443-2.206.01-.039a1.825 1.825 0 0 1 1.16-1.223l.033-.012 2.232-.602.493-1.51.008-.027a1.825 1.825 0 0 1 1.58-1.283L17.931 1h2.426c.75-.056 1.495.153 2.026.697Zm-1.43 1.398c.081.083.046.357.048.483l-.003-.078c0 .2-.003.465-.004.764-.004.595-.007 1.29-.007 1.672 0 .293-.193.535-.442.787l-8.233 7.574.229.643a4.91 4.91 0 1 1-2.956-2.968l.56.202 3.612-3.22.531-2.649 3.178-.857L18.189 3h2.255c-.237.021.379-.038.509.095Z\" clip-rule=\"evenodd\"/></svg>",
102
106
  "layers": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-layers\"><polygon points=\"12 2 2 7 12 12 22 7 12 2\"></polygon><polyline points=\"2 17 12 22 22 17\"></polyline><polyline points=\"2 12 12 17 22 12\"></polyline></svg>",
107
+ "library": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"M6.5 3H19v13H6.5a3.54 3.54 0 0 0-1.5.338V4.5C5 3.658 5.659 3 6.5 3ZM20 1H6.5A3.463 3.463 0 0 0 3 4.5v15C3 21.463 4.538 23 6.5 23H20a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1ZM9 7h7a1 1 0 1 0 0-2H9a1 1 0 0 0 0 2ZM6.5 21c-.841 0-1.5-.659-1.5-1.5S5.659 18 6.5 18H19v3H6.5Z\"/></svg>",
103
108
  "link": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-link\"><path d=\"M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71\"></path><path d=\"M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71\"></path></svg>",
109
+ "link2": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"M1 12a5 5 0 0 1 5-5h3a1 1 0 0 1 0 2H6a3 3 0 1 0 0 6h3a1 1 0 1 1 0 2H6a5 5 0 0 1-5-5Z\"/><path fill=\"currentColor\" d=\"M6 12a1 1 0 0 1 1-1h10a1 1 0 1 1 0 2H7a1 1 0 0 1-1-1Z\"/><path fill=\"currentColor\" d=\"M18 7a5 5 0 0 1 0 10h-3a1 1 0 1 1 0-2h3a3 3 0 1 0 0-6h-3a1 1 0 1 1 0-2h3Z\"/></svg>",
104
110
  "list": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-list\"><line x1=\"8\" y1=\"6\" x2=\"21\" y2=\"6\"></line><line x1=\"8\" y1=\"12\" x2=\"21\" y2=\"12\"></line><line x1=\"8\" y1=\"18\" x2=\"21\" y2=\"18\"></line><line x1=\"3\" y1=\"6\" x2=\"3.01\" y2=\"6\"></line><line x1=\"3\" y1=\"12\" x2=\"3.01\" y2=\"12\"></line><line x1=\"3\" y1=\"18\" x2=\"3.01\" y2=\"18\"></line></svg>",
105
111
  "lists": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"M4 3.667C4 3.325 4.293 3 4.714 3h8.572c.307 0 .555.179.66.41a1 1 0 0 0 1.824-.82A2.717 2.717 0 0 0 13.286 1H4.714C3.242 1 2 2.168 2 3.667V17a1 1 0 0 0 1.57.821l2-1.389a1 1 0 0 0-1.14-1.642l-.43.298V3.667Z\"/><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M10.714 6C9.242 6 8 7.168 8 8.667V22a1 1 0 0 0 1.57.821l5.43-3.77 5.43 3.77A1 1 0 0 0 22 22V8.667C22 7.167 20.758 6 19.286 6h-8.572ZM10 8.667c0-.342.293-.667.714-.667h8.572c.42 0 .714.325.714.667v11.421l-4.43-3.076a1 1 0 0 0-1.14 0L10 20.088V8.667Z\" clip-rule=\"evenodd\"/></svg>",
106
112
  "loader": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-loader\"><line x1=\"12\" y1=\"2\" x2=\"12\" y2=\"6\"></line><line x1=\"12\" y1=\"18\" x2=\"12\" y2=\"22\"></line><line x1=\"4.93\" y1=\"4.93\" x2=\"7.76\" y2=\"7.76\"></line><line x1=\"16.24\" y1=\"16.24\" x2=\"19.07\" y2=\"19.07\"></line><line x1=\"2\" y1=\"12\" x2=\"6\" y2=\"12\"></line><line x1=\"18\" y1=\"12\" x2=\"22\" y2=\"12\"></line><line x1=\"4.93\" y1=\"19.07\" x2=\"7.76\" y2=\"16.24\"></line><line x1=\"16.24\" y1=\"7.76\" x2=\"19.07\" y2=\"4.93\"></line></svg>",
@@ -113,13 +119,19 @@
113
119
  "meditricks": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\"\n d=\"M5.784 18.226l1.926 1.541 3.484-4.758c.188-.257.525-.39.806-.409a1 1 0 01.802.402l3.482 4.67 1.941-1.553-3.33-4.527a1.002 1.002 0 01.475-1.536l5.35-1.868-.819-2.295-5.45 2.043A.997.997 0 0113.101 9V3h-2.3v6a.998.998 0 01-1.357.934L4.098 7.897l-.82 2.299 5.461 1.963a1.002 1.002 0 01.46 1.544l-3.415 4.523zM7.9 22.2c-.225 0-.446-.077-.624-.219l-3.5-2.8a1 1 0 01-.174-1.384l3.182-4.216-5.122-1.84a1.001 1.001 0 01-.604-1.278l1.5-4.2c.091-.253.28-.459.524-.572.244-.111.523-.121.774-.026L8.8 7.549V2a1 1 0 011-1h4.3a1 1 0 011 1v5.557l5.05-1.894a.999.999 0 011.292.6l1.5 4.2a.999.999 0 01-.612 1.281l-5.022 1.753 3.098 4.209a1.001 1.001 0 01-.18 1.374l-3.5 2.801a1.002 1.002 0 01-1.427-.183l-3.29-4.415-3.302 4.507a1 1 0 01-.807.41z\" />\n</svg>",
114
120
  "menu": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-menu\"><line x1=\"3\" y1=\"12\" x2=\"21\" y2=\"12\"></line><line x1=\"3\" y1=\"6\" x2=\"21\" y2=\"6\"></line><line x1=\"3\" y1=\"18\" x2=\"21\" y2=\"18\"></line></svg>",
115
121
  "message-circle": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\"\n stroke-linejoin=\"round\" stroke-width=\"2\" viewBox=\"0 0 24 24\">\n <path\n d=\"M21 11.5a8.38 8.38 0 01-.9 3.8 8.5 8.5 0 01-7.6 4.7 8.38 8.38 0 01-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 01-.9-3.8 8.5 8.5 0 014.7-7.6 8.38 8.38 0 013.8-.9h.5a8.48 8.48 0 018 8v.5z\" />\n</svg>",
122
+ "minimize": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M3 14a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v6a1 1 0 1 1-2 0v-5H4a1 1 0 0 1-1-1ZM14 3a1 1 0 0 1 1 1v5h5a1 1 0 1 1 0 2h-6a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1Z\" clip-rule=\"evenodd\"/><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M21.707 2.293a1 1 0 0 1 0 1.414l-7 7a1 1 0 0 1-1.414-1.414l7-7a1 1 0 0 1 1.414 0ZM10.707 13.293a1 1 0 0 1 0 1.414l-7 7a1 1 0 0 1-1.414-1.414l7-7a1 1 0 0 1 1.414 0Z\" clip-rule=\"evenodd\"/></svg>",
116
123
  "minus": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-minus\"><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"></line></svg>",
117
124
  "more-horizontal": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-more-horizontal\"><circle cx=\"12\" cy=\"12\" r=\"1\"></circle><circle cx=\"19\" cy=\"12\" r=\"1\"></circle><circle cx=\"5\" cy=\"12\" r=\"1\"></circle></svg>",
118
125
  "more-vertical": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-more-vertical\"><circle cx=\"12\" cy=\"12\" r=\"1\"></circle><circle cx=\"12\" cy=\"5\" r=\"1\"></circle><circle cx=\"12\" cy=\"19\" r=\"1\"></circle></svg>",
119
126
  "no-fill": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle cx=\"12\" cy=\"12\" r=\"11\" stroke=\"currentColor\" stroke-width=\"2\"/>\n<line x1=\"20.1332\" y1=\"5.27396\" x2=\"3.63324\" y2=\"18.774\" stroke=\"currentColor\" stroke-width=\"2\"/>\n</svg>\n",
127
+ "note": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" class=\"feather feather-edit-3\" viewBox=\"0 0 24 24\"><path d=\"M12 20h9M16.5 3.5a2.121 2.121 0 0 1 3 3L7 19l-4 1 1-4L16.5 3.5z\"/></svg>",
128
+ "note-filled": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"currentColor\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 20h9\"/><path stroke=\"none\" d=\"M18 2.83c-.695 0-1.362.276-1.854.768l-12.5 12.5a.5.5 0 0 0-.131.232l-1 4a.5.5 0 0 0 .606.606l4-1a.5.5 0 0 0 .233-.131l12.5-12.5A2.62 2.62 0 0 0 18 2.83z\"/></svg>",
129
+ "numbered-list": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"m2 7 2-2h2v14H4V7.8L2 10V7ZM8 6a1 1 0 0 1 1-1h12a1 1 0 1 1 0 2H9a1 1 0 0 1-1-1ZM9 11a1 1 0 1 0 0 2h12a1 1 0 1 0 0-2H9ZM9 17a1 1 0 1 0 0 2h12a1 1 0 1 0 0-2H9Z\"/></svg>",
120
130
  "open-full-screen": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 5C2 3.34315 3.34315 2 5 2H19C20.6569 2 22 3.34315 22 5V19C22 20.6569 20.6569 22 19 22H5C3.34315 22 2 20.6569 2 19V5ZM5 4C4.44772 4 4 4.44772 4 5V19C4 19.5523 4.44772 20 5 20H19C19.5523 20 20 19.5523 20 19V5C20 4.44772 19.5523 4 19 4H5ZM6 7.68493C6 6.75437 6.75437 6 7.68493 6H16.3151C17.2456 6 18 6.75437 18 7.68493V16.3151C18 17.2456 17.2456 18 16.3151 18H7.68493C6.75437 18 6 17.2456 6 16.3151V7.68493ZM8 8V16H16V8H8Z\" fill=\"currentColor\"/>\n</svg>\n",
121
131
  "open-new-tab": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 2C3.34315 2 2 3.34315 2 5V19C2 20.6569 3.34315 22 5 22H19C20.6569 22 22 20.6569 22 19V5C22 3.34315 20.6569 2 19 2H5ZM4 5C4 4.44772 4.44772 4 5 4H11V7C11 8.65685 12.3431 10 14 10H20V19C20 19.5523 19.5523 20 19 20H5C4.44772 20 4 19.5523 4 19V5ZM20 8V5C20 4.44772 19.5523 4 19 4H13V7C13 7.55228 13.4477 8 14 8H20Z\" fill=\"currentColor\"/>\n</svg>\n",
122
132
  "open-sidebar-right": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20 19C20 19.552 19.552 20 19 20H16V4H19C19.552 4 20 4.448 20 5V19ZM4 19V5C4 4.448 4.449 4 5 4H14V20H5C4.449 20 4 19.552 4 19ZM19 2H5C3.346 2 2 3.345 2 5V19C2 20.654 3.346 22 5 22H19C20.654 22 22 20.654 22 19V5C22 3.345 20.654 2 19 2Z\" fill=\"currentColor\"/>\n</svg>",
133
+ "paragraph": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M7 5h6.25c1.281 0 2.496.544 3.381 1.488A5.14 5.14 0 0 1 18 10c0 2.7-2.067 5-4.75 5H9v5H7V5Zm2 8h4.25c1.459 0 2.75-1.281 2.75-3a3.14 3.14 0 0 0-.828-2.144A2.635 2.635 0 0 0 13.25 7H9v6Z\" clip-rule=\"evenodd\"/></svg>",
134
+ "patientinfo": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"M19 18V6h-3v12h3ZM19 5V2h-3v3h3Z\"/><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M9.625 19.502c-.749 0-1.28-.133-1.597-.4-.185-.15-.319-.396-.401-.737H4.434c.097 1.113.598 1.95 1.504 2.51.906.56 2.077.84 3.511.84 2.376 0 3.982-.629 4.82-1.886.487-.73.731-1.816.731-3.257V6h-2.778v1.589a3.664 3.664 0 0 0-1.804-1.619c-.42-.17-.91-.256-1.473-.256-1.524 0-2.702.567-3.532 1.7-.83 1.127-1.246 2.52-1.246 4.18 0 1.72.429 3.087 1.287 4.097.865 1.004 2.018 1.506 3.46 1.506.934 0 1.692-.222 2.276-.666.322-.239.75-.597 1.032-1.075v.717c0 1.065-.243 1.823-.476 2.274-.357.703-1.064 1.055-2.121 1.055Zm.051-4.753c-1.03 0-1.744-.471-2.142-1.414-.22-.505-.33-1.082-.33-1.73 0-.752.104-1.384.31-1.896.39-.963 1.101-1.444 2.131-1.444.755 0 1.356.276 1.802.83.453.553.68 1.358.68 2.417 0 1.127-.237 1.95-.71 2.469a2.28 2.28 0 0 1-1.741.768Z\" clip-rule=\"evenodd\"/></svg>",
123
135
  "percent": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-percent\"><line x1=\"19\" y1=\"5\" x2=\"5\" y2=\"19\"></line><circle cx=\"6.5\" cy=\"6.5\" r=\"2.5\"></circle><circle cx=\"17.5\" cy=\"17.5\" r=\"2.5\"></circle></svg>",
124
136
  "pill": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"\n d=\"M4.222 12.707a5 5 0 007.071 7.071l4.243-4.242-7.071-7.072-4.243 4.243z\" />\n <path fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"\n d=\"M12.707 4.222L8.465 8.464l7.07 7.072 4.244-4.243a5 5 0 10-7.072-7.071v0z\" />\n</svg>",
125
137
  "pin": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M14.997 1.229a1 1 0 0 1 .71.292l7.08 7.08a1 1 0 0 1 0 1.414l-.518.519a4 4 0 0 1-2.74 1.172l-1.185.027-2.848 4.045.085.613a4 4 0 0 1-1.133 3.38l-1.445 1.444a1 1 0 0 1-1.414 0L8.053 17.68l-5.26 5.26a1 1 0 0 1-1.413-1.415l5.26-5.26-3.536-3.535a1 1 0 0 1 0-1.414L4.548 9.87a4 4 0 0 1 3.38-1.133l.613.085 4.045-2.848.027-1.199a4 4 0 0 1 1.151-2.718l.525-.532a1 1 0 0 1 .708-.297Zm.02 2.43a2 2 0 0 0-.405 1.163l-.027 1.199a2 2 0 0 1-.848 1.59l-4.045 2.848a2 2 0 0 1-1.427.345l-.613-.085a2 2 0 0 0-1.69.567l-.737.737 7.07 7.071.738-.737a2 2 0 0 0 .567-1.69l-.085-.613a2 2 0 0 1 .345-1.427l2.848-4.045a2 2 0 0 1 1.59-.848l1.186-.027a2 2 0 0 0 1.17-.41L15.017 3.66Z\" clip-rule=\"evenodd\"/></svg>",
@@ -129,14 +141,17 @@
129
141
  "plus": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-plus\"><line x1=\"12\" y1=\"5\" x2=\"12\" y2=\"19\"></line><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"></line></svg>",
130
142
  "plus-circle": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-plus-circle\"><circle cx=\"12\" cy=\"12\" r=\"10\"></circle><line x1=\"12\" y1=\"8\" x2=\"12\" y2=\"16\"></line><line x1=\"8\" y1=\"12\" x2=\"16\" y2=\"12\"></line></svg>",
131
143
  "plus-circle-filled": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"currentColor\" viewBox=\"0 0 24 24\">\n <path fill-rule=\"evenodd\"\n d=\"M1 12C1 5.925 5.925 1 12 1s11 4.925 11 11-4.925 11-11 11S1 18.075 1 12zm11-5a1 1 0 011 1v3h3a1 1 0 110 2h-3v3a1 1 0 11-2 0v-3H8a1 1 0 110-2h3V8a1 1 0 011-1z\"\n clip-rule=\"evenodd\" />\n</svg>",
132
- "quiz": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"22\" height=\"22\" fill=\"none\" viewBox=\"0 0 22 22\">\n <path fill=\"currentColor\" fill-rule=\"evenodd\"\n d=\"M6.8 12.1a1 1 0 110 2C3.05 14.1 0 11.005 0 7.2 0 3.387 2.987.4 6.8.4c3.75 0 6.8 3.05 6.8 6.8a1 1 0 11-2 0c0-2.646-2.154-4.8-4.8-4.8C4.109 2.4 2 4.509 2 7.2c0 2.748 2.109 4.9 4.8 4.9zm-1-7.4a1 1 0 012 0v2.085l1.007 1.008a.999.999 0 11-1.414 1.414l-1.3-1.3A.997.997 0 015.8 7.2V4.7zm7.3 12.486L10.914 15 17.4 8.514l2.185 2.186-6.486 6.486zM10.686 19.6H8.5v-2.185l1-1 2.186 2.185-1 1zm11.02-9.607l-3.598-3.6a1.003 1.003 0 00-1.414 0l-9.901 9.9A1.003 1.003 0 006.5 17v3.6a1 1 0 001 1h3.6a1 1 0 00.708-.293l9.899-9.9a.999.999 0 000-1.414z\"\n clip-rule=\"evenodd\" />\n</svg>",
133
- "reset": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-rotate-ccw\"><polyline points=\"1 4 1 10 7 10\"></polyline><path d=\"M3.51 15a9 9 0 1 0 2.13-9.36L1 10\"></path></svg>",
144
+ "quiz": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"M12 8a1 1 0 1 0-2 0v4a1 1 0 0 0 2 0V8Z\"/><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M8 2a1 1 0 0 1 1-1h4a1 1 0 1 1 0 2v.723a9.017 9.017 0 0 1 6.197 5.056 3.121 3.121 0 0 1 3.63 5.045h-.002l-10.197 8.947a1 1 0 0 1-.665.248L8.494 23a1 1 0 0 1-.969-1.223l.192-.839-.013-.005C4.374 19.653 2 16.353 2 12.5a9.003 9.003 0 0 1 7-8.777V3a1 1 0 0 1-1-1Zm3 3.5a7.003 7.003 0 0 1 6.583 4.613l-8.987 7.835a1 1 0 0 0-.318.531l-.11.484C5.739 17.91 4 15.42 4 12.5a7 7 0 0 1 7-7Zm9.85 4.853c-.296-.02-.589.078-.813.274l-7.521 6.557 1.611 1.612 7.382-6.477.002-.002a1.121 1.121 0 0 0-.66-1.964Zm-8.23 9.764-1.615-1.615-.85.74-.402 1.765 1.842.01 1.025-.9Z\" clip-rule=\"evenodd\"/></svg>",
145
+ "rotate-ccw": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-rotate-ccw\"><polyline points=\"1 4 1 10 7 10\"></polyline><path d=\"M3.51 15a9 9 0 1 0 2.13-9.36L1 10\"></path></svg>",
134
146
  "rotate-cw": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-rotate-cw\"><polyline points=\"23 4 23 10 17 10\"></polyline><path d=\"M20.49 15a9 9 0 1 1-2.12-9.36L23 10\"></path></svg>",
135
147
  "search": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-search\"><circle cx=\"11\" cy=\"11\" r=\"8\"></circle><line x1=\"21\" y1=\"21\" x2=\"16.65\" y2=\"16.65\"></line></svg>",
136
148
  "search-list": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"\n d=\"M4 6h16m-5 6h5m-4 6h4\" />\n <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"\n d=\"M7.125 19.5a4.375 4.375 0 100-8.75 4.375 4.375 0 000 8.75z\" clip-rule=\"evenodd\" />\n <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"\n d=\"M13.25 21.25l-3.033-3.033\" />\n</svg>",
149
+ "send": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M22.727 1.314a.996.996 0 0 0-1.079-.25L1.67 8.055a1 1 0 0 0-.076 1.858l8.648 3.844 3.844 8.648a1 1 0 0 0 1.858-.076l6.993-19.979a1.002 1.002 0 0 0-.21-1.037ZM18.194 4.39 4.711 9.111l6.067 2.696 7.416-7.416Zm-6.001 8.83 7.415-7.415-4.719 13.483-2.696-6.068Z\" clip-rule=\"evenodd\"/></svg>",
137
150
  "settings": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-settings\"><circle cx=\"12\" cy=\"12\" r=\"3\"></circle><path d=\"M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z\"></path></svg>",
138
151
  "share": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-share\"><path d=\"M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8\"></path><polyline points=\"16 6 12 2 8 6\"></polyline><line x1=\"12\" y1=\"2\" x2=\"12\" y2=\"15\"></line></svg>",
152
+ "share-android": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M14 5a4 4 0 1 1 1.158 2.815L9.85 10.912a4.003 4.003 0 0 1 0 2.175l5.311 3.095a4 4 0 1 1-1.01 1.726l-5.309-3.094a4 4 0 1 1 0-5.63L14.15 6.09A4.003 4.003 0 0 1 14 5Zm2.3 1.055a1.011 1.011 0 0 0-.056-.097 2 2 0 1 1 .056.096Zm-8.6 4.89A1.999 1.999 0 0 0 4 12a2 2 0 1 0 3.7-1.055Zm8.584 7.049c-.021.036-.044.07-.069.102a2 2 0 1 0 .123-.209 1.014 1.014 0 0 1-.054.107Z\" clip-rule=\"evenodd\"/></svg>",
139
153
  "shopping-bag": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-shopping-bag\"><path d=\"M6 2L3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4z\"></path><line x1=\"3\" y1=\"6\" x2=\"21\" y2=\"6\"></line><path d=\"M16 10a4 4 0 0 1-8 0\"></path></svg>",
154
+ "shopping-cart": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\"><g fill=\"currentColor\" fill-rule=\"evenodd\" clip-path=\"url(#a)\" clip-rule=\"evenodd\"><path d=\"M5 21a3 3 0 1 1 6 0 3 3 0 0 1-6 0Zm3-1a1 1 0 1 0 0 2 1 1 0 0 0 0-2ZM17 21a3 3 0 1 1 6 0 3 3 0 0 1-6 0Zm3-1a1 1 0 1 0 0 2 1 1 0 0 0 0-2ZM0 1a1 1 0 0 1 1-1h2.252a3 3 0 0 1 2.97 2.61L6.536 5H23a1 1 0 0 1 .98 1.196l-1.68 8.389v.001A3 3 0 0 1 19.312 17H8.754a3 3 0 0 1-2.995-2.61m0 0L4.239 2.87a1 1 0 0 0-.99-.87H1a1 1 0 0 1-1-1m6.8 6 .941 7.13a1 1 0 0 0 1 .87H19.34a1 1 0 0 0 1-.805v-.001L21.78 7H6.8Z\"/></g><defs><clipPath id=\"a\"><path fill=\"#fff\" d=\"M0 0h24v24H0z\"/></clipPath></defs></svg>",
140
155
  "show-all": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\">\n <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.333\"\n d=\"M13.333 2H4c-.733 0-1.333.6-1.333 1.333v3.334L.667 8l2 1.333v3.334C2.667 13.4 3.267 14 4 14h9.333c.734 0 1.334-.6 1.334-1.333V3.333c0-.733-.6-1.333-1.334-1.333z\" />\n <path fill=\"currentColor\"\n d=\"M9.693 9.673H7.64l-.393 1.174H6L8.12 5.16h1.087l2.126 5.687h-1.246l-.394-1.174zm-1.74-.953h1.42L8.66 6.593 7.953 8.72z\" />\n</svg>",
141
156
  "sliders": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-sliders\"><line x1=\"4\" y1=\"21\" x2=\"4\" y2=\"14\"></line><line x1=\"4\" y1=\"10\" x2=\"4\" y2=\"3\"></line><line x1=\"12\" y1=\"21\" x2=\"12\" y2=\"12\"></line><line x1=\"12\" y1=\"8\" x2=\"12\" y2=\"3\"></line><line x1=\"20\" y1=\"21\" x2=\"20\" y2=\"16\"></line><line x1=\"20\" y1=\"12\" x2=\"20\" y2=\"3\"></line><line x1=\"1\" y1=\"14\" x2=\"7\" y2=\"14\"></line><line x1=\"9\" y1=\"8\" x2=\"15\" y2=\"8\"></line><line x1=\"17\" y1=\"16\" x2=\"23\" y2=\"16\"></line></svg>",
142
157
  "smartzoom": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\"\n d=\"M7.593 15.164l-1.7-1a1 1 0 011.013-1.724l1.701.999a1.002 1.002 0 01-1.014 1.725zm7.288-8.6C17.989 7.917 20 10.926 20 14.401c0 4.676-3.504 8.372-8.151 8.6H5a1 1 0 110-1.999h6.8c3.514-.173 6.2-3.01 6.2-6.6 0-2.997-1.954-5.543-4.862-6.336a1 1 0 01-.598-1.475l1.076-1.817-2.545-1.42-3.695 6.37 2.561 1.43 1.103-1.862a1 1 0 011.082-.466c2.653.603 4.578 2.948 4.578 5.575 0 3.143-2.656 5.8-5.8 5.8a5.764 5.764 0 01-3.791-1.4H5a1 1 0 110-2h2.5c.265 0 .52.106.707.293a3.78 3.78 0 002.693 1.107c2.06 0 3.8-1.74 3.8-3.8 0-1.474-.953-2.815-2.345-3.406l-1.195 2.016a.998.998 0 01-1.347.363l-4.3-2.4A1.003 1.003 0 015.135 9.6l4.701-8.1a.996.996 0 011.352-.37l4.299 2.4a1.002 1.002 0 01.373 1.382l-.979 1.653z\" />\n</svg>",
@@ -144,10 +159,15 @@
144
159
  "sort-ascending": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\"><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"m6 11 4.94-6.06a1.5 1.5 0 0 1 2.12 0L18 11H6Z\" clip-rule=\"evenodd\"/><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"m18 13-4.94 6.06a1.5 1.5 0 0 1-2.12 0L6 13h12Z\" clip-rule=\"evenodd\" opacity=\".3\"/></svg>",
145
160
  "sort-descending": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\"><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"m18 13-4.94 6.06a1.5 1.5 0 0 1-2.12 0L6 13h12Z\" clip-rule=\"evenodd\"/><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"m6 11 4.94-6.06a1.5 1.5 0 0 1 2.12 0L18 11H6Z\" clip-rule=\"evenodd\" opacity=\".3\"/></svg>",
146
161
  "sort-neutral": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\"><g fill=\"currentColor\" opacity=\".3\"><path d=\"m18 11-4.94-6.06a1.5 1.5 0 0 0-2.12 0L6 11h12ZM6 13l4.94 6.06a1.5 1.5 0 0 0 2.12 0L18 13H6Z\"/></g></svg>",
162
+ "special-character": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M12 4a7 7 0 0 0-7 7c0 1.181.522 2.354 1.384 3.432.86 1.076 2.008 1.991 3.117 2.632a1 1 0 0 1 .499.866V21a1 1 0 0 1-1 1H4a1 1 0 1 1 0-2h4v-1.508c-1.127-.719-2.27-1.676-3.178-2.81C3.782 14.38 3 12.78 3 11a9 9 0 0 1 18 0c0 1.78-.782 3.38-1.822 4.681-.908 1.135-2.05 2.092-3.178 2.81V20h4a1 1 0 1 1 0 2h-5a1 1 0 0 1-1-1v-3.07a1 1 0 0 1 .5-.866c1.107-.64 2.256-1.556 3.116-2.632C18.478 13.354 19 12.182 19 11a7 7 0 0 0-7-7Z\" clip-rule=\"evenodd\"/></svg>",
163
+ "square": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-square\"><rect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"></rect></svg>",
147
164
  "star": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-star\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"></polygon></svg>",
165
+ "star-filled": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M12 1a1 1 0 0 1 .897.557l2.857 5.79 6.39.934a1 1 0 0 1 .554 1.705l-4.623 4.503 1.09 6.362a1 1 0 0 1-1.45 1.054L12 18.9l-5.715 3.005a1 1 0 0 1-1.45-1.054l1.09-6.362-4.623-4.503a1 1 0 0 1 .553-1.705l6.39-.935 2.858-5.789A1 1 0 0 1 12 1Z\" clip-rule=\"evenodd\"/></svg>",
148
166
  "stethoscope": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\"\n stroke-linejoin=\"round\" stroke-width=\"2\" viewBox=\"0 0 24 24\">\n <path d=\"M13.1 2.5h2.3v4.6c0 3.2-2.6 5.7-5.7 5.7S4 10.2 4 7.1V2.5h2.3\" />\n <circle cx=\"17.7\" cy=\"15\" r=\"2.3\" />\n <path d=\"M17.7 17.5c0 2.2-1.8 4-4 4s-4-1.8-4-4m0 0v-4\" />\n</svg>",
167
+ "subscript": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"M14.64 5.232a1 1 0 0 1 .128 1.408L10.302 12l4.466 5.36a1 1 0 1 1-1.536 1.28L9 13.562 4.768 18.64a1 1 0 1 1-1.536-1.28L7.698 12 3.232 6.64a1 1 0 1 1 1.536-1.28L9 10.438l4.232-5.078a1 1 0 0 1 1.408-.128ZM16 20.628V22h6v-1.538h-3.221v-.05l.95-.87c.578-.499 1.023-.927 1.336-1.284.315-.357.534-.683.656-.979.121-.295.182-.593.182-.894 0-.472-.123-.887-.369-1.244-.243-.36-.587-.64-1.032-.84-.445-.2-.969-.301-1.572-.301-.585 0-1.098.107-1.54.32-.44.21-.782.511-1.025.902-.243.39-.365.854-.365 1.39h1.82c0-.238.046-.441.136-.608a.938.938 0 0 1 .388-.382c.166-.09.358-.134.578-.134.218 0 .41.042.579.127a.96.96 0 0 1 .395.362c.096.154.144.34.144.559 0 .195-.04.376-.12.543-.08.164-.197.329-.35.493-.152.162-.337.34-.555.536L16 20.628Z\"/></svg>",
168
+ "table": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-table\"><path d=\"M9 3H5a2 2 0 0 0-2 2v4m6-6h10a2 2 0 0 1 2 2v4M9 3v18m0 0h10a2 2 0 0 0 2-2V9M9 21H5a2 2 0 0 1-2-2V9m0 0h18\"></path></svg>",
149
169
  "tag": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-tag\"><path d=\"M20.59 13.41l-7.17 7.17a2 2 0 0 1-2.83 0L2 12V2h10l8.59 8.59a2 2 0 0 1 0 2.82z\"></path><line x1=\"7\" y1=\"7\" x2=\"7.01\" y2=\"7\"></line></svg>",
150
- "text-zoom-reset": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"currentColor\" viewBox=\"0 0 24 24\">\n <path fill-rule=\"evenodd\"\n d=\"M12.509 18H9.454l-.9-2H4.447l-.9 2H1.354l4.234-9.41h1.824l3.56 7.91 4.607-10.89h1.842L22.663 18H20.49l-1.269-3h-5.444l-1.269 3zM6.5 11.437L7.654 14H5.347L6.5 11.437zM18.376 13L16.5 8.566 14.624 13h3.752z\"\n clip-rule=\"evenodd\" />\n</svg>",
170
+ "text-zoom": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M12.509 18H9.454l-.9-2H4.447l-.9 2H1.354l4.234-9.41h1.824l3.56 7.91 4.607-10.89h1.842L22.663 18H20.49l-1.269-3h-5.444l-1.269 3zM6.5 11.437 7.654 14H5.347L6.5 11.437zM18.376 13 16.5 8.566 14.624 13h3.752z\" clip-rule=\"evenodd\"/></svg>",
151
171
  "thumbs-down": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\"><path stroke-width=\"2\" fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M21 4.077A1.31 1.31 0 0 0 19.688 3H18v9h1.688A1.31 1.31 0 0 0 21 10.923V4.077Zm-5 8.71V3H5.709a1 1 0 0 0-1 .85l-1.38 9a1.001 1.001 0 0 0 1 1.15H10a1 1 0 0 1 1 1v4a2 2 0 0 0 1.392 1.906L16 12.788ZM17.65 14l-3.736 8.406A1 1 0 0 1 13 23a4 4 0 0 1-4-4v-3H4.345a3 3 0 0 1-2.994-3.45l1.38-9A3 3 0 0 1 5.725 1h13.937a3.31 3.31 0 0 1 3.329 2.866c.006.044.009.09.009.134v7c0 .045-.003.09-.009.134A3.31 3.31 0 0 1 19.661 14H17.65Z\" clip-rule=\"evenodd\"/></svg>",
152
172
  "thumbs-up": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-thumbs-up\"><path d=\"M14 9V5a3 3 0 0 0-3-3l-4 9v11h11.28a2 2 0 0 0 2-1.7l1.38-9a2 2 0 0 0-2-2.3zM7 22H4a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h3\"></path></svg>",
153
173
  "timer-off": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"\n d=\"M6.848 6.88a8 8 0 1011.275 11.27M19.748 15A8 8 0 0010 5.252M15.5 9.5l-.5.5\" />\n <path stroke-width=\"2\" d=\"M12 5V2\" />\n <path stroke-linecap=\"round\" stroke-width=\"2\" d=\"M10 2h4\" />\n <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 4l17 17\" />\n</svg>",
@@ -158,13 +178,11 @@
158
178
  "user": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-user\"><path d=\"M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2\"></path><circle cx=\"12\" cy=\"7\" r=\"4\"></circle></svg>",
159
179
  "users": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-users\"><path d=\"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"></path><circle cx=\"9\" cy=\"7\" r=\"4\"></circle><path d=\"M23 21v-2a4 4 0 0 0-3-3.87\"></path><path d=\"M16 3.13a4 4 0 0 1 0 7.75\"></path></svg>",
160
180
  "watch": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-watch\"><circle cx=\"12\" cy=\"12\" r=\"7\"></circle><polyline points=\"12 9 12 12 13.5 13.5\"></polyline><path d=\"M16.51 17.35l-.35 3.83a2 2 0 0 1-2 1.82H9.83a2 2 0 0 1-2-1.82l-.35-3.83m.01-10.7l.35-3.83A2 2 0 0 1 9.83 1h4.35a2 2 0 0 1 2 1.82l.35 3.83\"></path></svg>",
161
- "wifi-off": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-wifi-off\"><line x1=\"1\" y1=\"1\" x2=\"23\" y2=\"23\"></line><path d=\"M16.72 11.06A10.94 10.94 0 0 1 19 12.55\"></path><path d=\"M5 12.55a10.94 10.94 0 0 1 5.17-2.39\"></path><path d=\"M10.71 5.05A16 16 0 0 1 22.58 9\"></path><path d=\"M1.42 9a15.91 15.91 0 0 1 4.7-2.88\"></path><path d=\"M8.53 16.11a6 6 0 0 1 6.95 0\"></path><line x1=\"12\" y1=\"20\" x2=\"12.01\" y2=\"20\"></line></svg>",
162
181
  "wifi": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-wifi\"><path d=\"M5 12.55a11 11 0 0 1 14.08 0\"></path><path d=\"M1.42 9a16 16 0 0 1 21.16 0\"></path><path d=\"M8.53 16.11a6 6 0 0 1 6.95 0\"></path><line x1=\"12\" y1=\"20\" x2=\"12.01\" y2=\"20\"></line></svg>",
182
+ "wifi-off": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-wifi-off\"><line x1=\"1\" y1=\"1\" x2=\"23\" y2=\"23\"></line><path d=\"M16.72 11.06A10.94 10.94 0 0 1 19 12.55\"></path><path d=\"M5 12.55a10.94 10.94 0 0 1 5.17-2.39\"></path><path d=\"M10.71 5.05A16 16 0 0 1 22.58 9\"></path><path d=\"M1.42 9a15.91 15.91 0 0 1 4.7-2.88\"></path><path d=\"M8.53 16.11a6 6 0 0 1 6.95 0\"></path><line x1=\"12\" y1=\"20\" x2=\"12.01\" y2=\"20\"></line></svg>",
163
183
  "x": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-x\"><line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"></line><line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"></line></svg>",
164
184
  "x-circle-filled": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"currentColor\" viewBox=\"0 0 24 24\">\n <path fill-rule=\"evenodd\"\n d=\"M12 23c6.075 0 11-4.925 11-11S18.075 1 12 1 1 5.925 1 12s4.925 11 11 11zm4.707-15.707a1 1 0 010 1.414L13.414 12l3.293 3.293a1 1 0 01-1.414 1.414L12 13.414l-3.293 3.293a1 1 0 01-1.414-1.414L10.586 12 7.293 8.707a1 1 0 011.414-1.414L12 10.586l3.293-3.293a1 1 0 011.414 0z\"\n clip-rule=\"evenodd\" />\n</svg>",
165
- "table": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-table\"><path d=\"M9 3H5a2 2 0 0 0-2 2v4m6-6h10a2 2 0 0 1 2 2v4M9 3v18m0 0h10a2 2 0 0 0 2-2V9M9 21H5a2 2 0 0 1-2-2V9m0 0h18\"></path></svg>",
166
185
  "zap": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-zap\"><polygon points=\"13 2 3 14 12 14 11 22 21 10 12 10 13 2\"></polygon></svg>",
167
- "square": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-square\"><rect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"></rect></svg>",
168
186
  "zoom-in": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"M11 7a1 1 0 0 1 1 1v2h2a1 1 0 1 1 0 2h-2v2a1 1 0 1 1-2 0v-2H8a1 1 0 1 1 0-2h2V8a1 1 0 0 1 1-1Z\"/><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M11 2a9 9 0 1 0 5.618 16.032l3.675 3.675a1 1 0 0 0 1.414-1.414l-3.675-3.675A9 9 0 0 0 11 2Zm5.041 13.856a7 7 0 1 0-.185.185 1.01 1.01 0 0 1 .185-.185Z\" clip-rule=\"evenodd\"/></svg>",
169
187
  "zoom-out": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"M8 10a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2H8Z\"/><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M2 11a9 9 0 1 1 16.032 5.618l3.675 3.675a1 1 0 0 1-1.414 1.414l-3.675-3.675A9 9 0 0 1 2 11Zm16 0a6.977 6.977 0 0 1-1.959 4.856.998.998 0 0 0-.185.185A7 7 0 1 1 18 11Z\" clip-rule=\"evenodd\"/></svg>"
170
188
  }