@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,26 +1,29 @@
1
1
  {
2
- "activity": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\">\n <path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M6 1.17c.29 0 .54.17.63.44L10 11.3l1.37-3.95a.67.67 0 0 1 .63-.43h2.67c.37 0 .66.28.66.64 0 .35-.3.64-.66.64h-2.19l-1.85 5.32a.67.67 0 0 1-.63.44.67.67 0 0 1-.63-.44L6 3.83 4.63 7.77a.67.67 0 0 1-.63.44H1.33a.65.65 0 0 1-.66-.64c0-.36.3-.64.66-.64h2.19L5.37 1.6A.67.67 0 0 1 6 1.17Zm0 0\"/>\n</svg>",
2
+ "activity": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\"><g clip-path=\"url(#a)\"><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M6 0a1 1 0 0 1 .962.725L10 11.36l1.039-3.635A1 1 0 0 1 12 7h3a1 1 0 1 1 0 2h-2.246l-1.793 6.275a1 1 0 0 1-1.923 0L6 4.64 4.962 8.275A1 1 0 0 1 4 9H1a1 1 0 0 1 0-2h2.246L5.038.725A1 1 0 0 1 6 0Z\" clip-rule=\"evenodd\"/></g><defs><clipPath id=\"a\"><path fill=\"#fff\" d=\"M0 0h16v16H0z\"/></clipPath></defs></svg>",
3
3
  "alert-circle": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\">\n <circle cx=\"8\" cy=\"8\" r=\"7\" stroke=\"currentColor\" stroke-width=\"2\" />\n <circle cx=\"8\" cy=\"11\" r=\"1\" fill=\"currentColor\" />\n <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M8 5v3\" />\n</svg>",
4
- "alert-triangle": "<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=\"2\"\n d=\"M6.854 1.691L1.18 11.846c-.239.442-.24.986-.004 1.43.236.442.673.718 1.15.724h11.349a1.328 1.328 0 001.15-.725 1.526 1.526 0 00-.005-1.43L9.146 1.692C8.903 1.262 8.468 1 8 1s-.903.262-1.146.691z\"\n clip-rule=\"evenodd\" />\n <g fill=\"currentColor\">\n <path d=\"M9 6a1 1 0 00-2 0zM7 8a1 1 0 002 0zm0-2v2h2V6z\" />\n <rect width=\"2\" height=\"2\" x=\"7\" y=\"10\" rx=\"1\" />\n </g>\n</svg>",
5
4
  "alert-octagon": "<svg fill=\"none\" height=\"16\" viewBox=\"0 0 16 16\" width=\"16\"\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n <clipPath id=\"a\">\n <path d=\"m0 0h16v16h-16z\"/>\n </clipPath>\n <g clip-path=\"url(#a)\" fill=\"currentColor\">\n <path d=\"m8 4c.55229 0 1 .44772 1 1v3c0 .55228-.44771 1-1 1-.55228 0-1-.44772-1-1v-3c0-.55228.44772-1 1-1z\"/>\n <path d=\"m8 10c-.55228 0-1 .4477-1 1s.44772 1 1 1c.55229 0 1-.4477 1-1s-.44771-1-1-1z\"/>\n <path clip-rule=\"evenodd\" d=\"m4.39489.292893c.18097-.180964.43097-.292893.70711-.292893h5.796c.2652 0 .5196.105357.7071.292893l4.102 4.101997c.1875.18754.2929.44189.2929.70711v5.796c0 .2652-.1054.5196-.2929.7071l-4.102 4.102c-.1875.1875-.4419.2929-.7071.2929h-5.796c-.26522 0-.51957-.1054-.70711-.2929l-4.101997-4.102c-.187536-.1875-.292893-.4419-.292893-.7071v-5.796c0-.26522.105357-.51957.292893-.70711zm1.12132 1.707107-3.51621 3.51621v4.96759l3.51621 3.5162h4.96759l3.5162-3.5162v-4.96759l-3.5162-3.51621z\" fill-rule=\"evenodd\"/>\n </g>\n</svg>\n",
5
+ "alert-triangle": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\"><path fill=\"currentColor\" d=\"M7 11a1 1 0 1 1 2 0 1 1 0 0 1-2 0ZM9 6a1 1 0 1 0-2 0v2a1 1 0 0 0 2 0V6Z\"/><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M5.984 1.199A2.323 2.323 0 0 1 8 0c.852 0 1.607.476 2.016 1.199l.003.005 5.674 10.154.008.013c.396.737.399 1.635.006 2.374-.396.744-1.155 1.245-2.02 1.255H2.313c-.865-.01-1.624-.511-2.02-1.255a2.526 2.526 0 0 1 .006-2.374l.008-.013 5.677-10.16Zm1.742.983-.001.002-5.668 10.14a.527.527 0 0 0 .002.482c.075.14.188.192.274.194h11.333c.087-.002.2-.054.275-.194a.527.527 0 0 0 .002-.481L8.275 2.184v-.002C8.196 2.047 8.084 2 8 2c-.085 0-.197.047-.274.182Z\" clip-rule=\"evenodd\"/></svg>",
6
+ "align-center": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\"><path fill=\"currentColor\" d=\"M3 3a1 1 0 0 0 0 2h10a1 1 0 1 0 0-2H3ZM4 8a1 1 0 0 1 1-1h6a1 1 0 1 1 0 2H5a1 1 0 0 1-1-1ZM2 12a1 1 0 0 1 1-1h10a1 1 0 1 1 0 2H3a1 1 0 0 1-1-1Z\"/></svg>",
6
7
  "align-left": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\">\n <g stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\">\n <path d=\"M3 8h7M3 12h10M3 4h11\" />\n </g>\n</svg>",
8
+ "align-right": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\"><path fill=\"currentColor\" d=\"M2 3a1 1 0 0 0 0 2h11a1 1 0 1 0 0-2H2ZM5 8a1 1 0 0 1 1-1h7a1 1 0 1 1 0 2H6a1 1 0 0 1-1-1ZM2 12a1 1 0 0 1 1-1h10a1 1 0 1 1 0 2H3a1 1 0 0 1-1-1Z\"/></svg>",
7
9
  "amboss-logo": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\">\n <path fill=\"#047a88\" d=\"M11.46 13.18H4.37l.45-.82h6.2ZM8.86 5l3.6 6.56h-.96L8.86 6.7l-.47.86 2.18 3.98h-5.3Zm4.98 7.37L8.86 3.28l-.47.86-4.06 7.4h-.95l5-9.12-.46-.85L2 12.37h1.88L2.98 14h9.87l-.9-1.64Zm0 0\"/>\n</svg>",
8
10
  "anamnesis": "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M1 6.88641C1 6.33412 1.44772 5.88641 2 5.88641H6.86364C7.41592 5.88641 7.86364 5.43869 7.86364 4.88641V4.81824C7.86364 4.26595 8.31135 3.81824 8.86364 3.81824H13.7273C14.2796 3.81824 14.7273 4.26595 14.7273 4.81824V14.0001C14.7273 14.5523 14.2796 15.0001 13.7273 15.0001H2C1.44772 15.0001 1 14.5523 1 14.0001V6.88641Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"round\"/>\n<path d=\"M13.3546 4.45455V1H2.3728V6.72727\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"round\"/>\n</svg>\n",
9
11
  "anki": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\">\n <path fill=\"currentColor\" d=\"m7.29 3.3 1.53 1.71c.38.43.93.67 1.49.67.08 0 .16 0 .24-.01l2.28-.28-1.16 1.9c-.35.57-.39 1.28-.11 1.89l.94 2.02-2.28-.49c-.14-.03-.28-.05-.42-.05-.49 0-.97.18-1.34.52l-1.73 1.57-.2-2.22c-.06-.67-.45-1.26-1.04-1.58L3.53 7.88l2.12-.9c.6-.26 1.04-.79 1.17-1.43l.47-2.25M6.71.16c-.09 0-.17.01-.26.03-.36.1-.64.39-.72.76l-.88 4.18-4 1.72c-.35.15-.59.49-.61.87-.02.38.18.74.52.93l3.77 2.05.37 4.22c.03.38.28.7.63.84.12.05.24.07.36.07.24 0 .48-.09.67-.26l3.22-2.92 4.25.92c.07.02.14.02.21.02a1 1 0 0 0 .78-.38c.24-.3.29-.7.13-1.05l-1.79-3.84 2.24-3.66a.998.998 0 0 0-.85-1.52h-.12l-4.33.52L7.46.49a.971.971 0 0 0-.75-.33Z\"/>\n</svg>\n",
10
12
  "apple": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\">\n <path fill=\"currentColor\" fill-rule=\"evenodd\"\n d=\"M11.166 0c.143.972-.253 1.924-.774 2.598-.559.722-1.52 1.28-2.453 1.252-.17-.93.265-1.89.796-2.534C9.316.605 10.313.06 11.165 0zm2.8 13.679c.481-.737.66-1.108 1.034-1.94-2.714-1.032-3.149-4.89-.463-6.37-.82-1.028-1.97-1.624-3.057-1.624-.783 0-1.32.205-1.807.39-.406.155-.779.297-1.232.297-.49 0-.923-.155-1.377-.318-.5-.18-1.023-.367-1.673-.367-1.22 0-2.517.745-3.34 2.02-1.157 1.793-.96 5.166.916 8.039.671 1.028 1.567 2.184 2.739 2.194.486.005.81-.14 1.16-.297.4-.18.836-.375 1.59-.38.758-.004 1.187.194 1.583.376.34.157.657.303 1.14.298 1.172-.01 2.117-1.29 2.788-2.318z\"\n clip-rule=\"evenodd\" />\n</svg>",
11
- "arrow-down": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-arrow-down\"><line x1=\"12\" y1=\"5\" x2=\"12\" y2=\"19\"></line><polyline points=\"19 12 12 19 5 12\"></polyline></svg>",
13
+ "arrow-down": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\"><path fill=\"currentColor\" d=\"M12.707 9.707a1 1 0 0 0-1.414-1.414L9 10.586V3a1 1 0 1 0-2 0v7.586L4.707 8.293a1 1 0 0 0-1.414 1.414l4 4a1 1 0 0 0 1.414 0l4-4Z\"/></svg>",
12
14
  "arrow-left": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\">\n <g stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\">\n <path stroke-linejoin=\"bevel\" d=\"M4 8h10\" />\n <path stroke-linejoin=\"round\" d=\"M6 12L2 8l4-4\" />\n </g>\n</svg>",
13
15
  "arrow-right": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\">\n <g stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\">\n <path stroke-linejoin=\"bevel\" d=\"M2 8h10\" />\n <path stroke-linejoin=\"round\" d=\"M10 4l4 4-4 4\" />\n </g>\n</svg>",
14
- "arrow-up": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-arrow-up\"><line x1=\"12\" y1=\"19\" x2=\"12\" y2=\"5\"></line><polyline points=\"5 12 12 5 19 12\"></polyline></svg>",
16
+ "arrow-up": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\"><path fill=\"currentColor\" d=\"M3.293 6.293a1 1 0 0 0 1.414 1.414L7 5.414V13a1 1 0 1 0 2 0V5.414l2.293 2.293a1 1 0 1 0 1.414-1.414l-4-4a1 1 0 0 0-1.414 0l-4 4Z\"/></svg>",
15
17
  "article": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\">\n <path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M3 2h10v12H3V2ZM1 2a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V2Zm10 4H5V4h6v2ZM5 9h4V7H5v2Zm0 3h5v-2H5v2Z\" clip-rule=\"evenodd\"/>\n</svg>",
16
18
  "auditor": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\">\n <circle cx=\"4\" cy=\"5\" r=\"3\" stroke=\"currentColor\" stroke-width=\"2\" />\n <circle cx=\"12\" cy=\"5\" r=\"3\" stroke=\"currentColor\" stroke-width=\"2\" />\n <g fill=\"currentColor\">\n <path\n d=\"M7 6h2V4H7zM14.807 10.79A.667.667 0 0116 11.2c0 2.205-1.953 4.067-4.267 4.067-1.562 0-2.957-.758-3.734-1.943-.78 1.188-2.172 1.943-3.732 1.943C1.954 15.267 0 13.405 0 11.2a.667.667 0 011.193-.41c.19.244.719.81 1.54.81.688 0 1.337-.343 1.615-.853.424-.742 1.2-1.214 1.985-1.214A2.32 2.32 0 018 10.25a2.322 2.322 0 011.667-.716c.785 0 1.562.472 1.978 1.204.286.52.935.863 1.622.863.822 0 1.351-.566 1.54-.81z\" />\n </g>\n</svg>",
19
+ "award": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\"><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M8 0a5 5 0 0 0-3.252 8.798 1.016 1.016 0 0 0-.015.088l-.726 5.994a1 1 0 0 0 1.49.988L8 14.438l2.504 1.43a1 1 0 0 0 1.488-.992l-.75-6a1.023 1.023 0 0 0-.01-.061A5 5 0 0 0 8 0Zm1.344 9.817a5.005 5.005 0 0 1-2.708-.005l-.404 3.332 1.272-.726a1 1 0 0 1 .992 0l1.264.722-.416-3.323ZM5 5a3 3 0 1 1 6 0 3 3 0 0 1-6 0Z\" clip-rule=\"evenodd\"/></svg>",
17
20
  "bar-chart-2": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\">\n <path fill=\"currentColor\"\n d=\"M5 10a1 1 0 00-2 0zm4-7a1 1 0 00-2 0zm4 4a1 1 0 10-2 0zm-8 7v-4H3v4zm4 0V3H7v11zm4 0V7h-2v7z\" />\n</svg>",
18
21
  "bell": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\">\n <g stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\">\n <path\n d=\"M12 5.6c0-.955-.421-1.87-1.172-2.546C10.078 2.38 9.061 2 8 2s-2.078.38-2.828 1.054C4.422 3.73 4 4.645 4 5.6 4 9.8 2 11 2 11h12s-2-1.2-2-5.4zM9.153 14a1.333 1.333 0 01-2.306 0\" />\n </g>\n</svg>",
19
22
  "bell-curve": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\"><path fill=\"currentColor\" d=\"M0 12.333v2h.915v-.001a3.46 3.46 0 0 0 1.91-.605c.558-.386.967-.91 1.28-1.465.593-1.053.937-2.41 1.24-3.6l.02-.083c.327-1.29.616-2.394 1.066-3.191.216-.382.442-.639.677-.801.223-.153.5-.254.892-.254.391 0 .669.1.892.254.235.162.46.419.677.801.45.797.739 1.902 1.066 3.191l.02.083c.303 1.19.647 2.547 1.24 3.6.313.555.722 1.08 1.28 1.465a3.46 3.46 0 0 0 1.91.605v.001H16v-2h-.803c-.388 0-.664-.1-.886-.252-.234-.162-.458-.419-.674-.801-.449-.797-.736-1.903-1.064-3.193l-.018-.073c-.303-1.193-.648-2.554-1.245-3.61-.314-.556-.725-1.08-1.285-1.465-.573-.394-1.25-.606-2.025-.606-.775 0-1.452.212-2.025.606-.56.385-.97.91-1.285 1.465-.597 1.056-.942 2.417-1.245 3.61l-.018.073c-.328 1.29-.615 2.396-1.064 3.193-.216.382-.44.639-.674.8-.222.153-.498.253-.886.253H0Z\"/></svg>",
20
23
  "book": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\">\n <g stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\">\n <path d=\"M2 12c0-.552.77-1 1.719-1H13\" />\n <path d=\"M3.875 1H14v14H3.875C2.839 15 2 14.217 2 13.25V2.75C2 1.783 2.84 1 3.875 1z\" clip-rule=\"evenodd\" />\n </g>\n</svg>",
24
+ "book-open": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\">\n <g stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\">\n <path\n d=\"M1 3h4.2c.743 0 1.455.28 1.98.781S8 4.959 8 5.667V15c0-.53-.221-1.04-.615-1.414A2.154 2.154 0 005.9 13H1zM15 3h-4.2c-.743 0-1.455.28-1.98.781S8 4.959 8 5.667V15c0-.53.221-1.04.615-1.414A2.154 2.154 0 0110.1 13H15z\" />\n </g>\n</svg>",
21
25
  "bookmark": "<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=\"2\"\n d=\"M13 14l-5-3.333L3 14V3.333C3 2.597 3.64 2 4.429 2h7.142C12.361 2 13 2.597 13 3.333V14z\" clip-rule=\"evenodd\" />\n</svg>",
22
26
  "bookmark-filled": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\"><path fill=\"currentColor\" d=\"M4.429 1C3.153 1 2 1.98 2 3.333V14a1 1 0 0 0 1.555.832L8 11.868l4.445 2.964A1 1 0 0 0 14 14V3.333C14 1.981 12.847 1 11.571 1H4.43Z\"/></svg>",
23
- "book-open": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\">\n <g stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\">\n <path\n d=\"M1 3h4.2c.743 0 1.455.28 1.98.781S8 4.959 8 5.667V15c0-.53-.221-1.04-.615-1.414A2.154 2.154 0 005.9 13H1zM15 3h-4.2c-.743 0-1.455.28-1.98.781S8 4.959 8 5.667V15c0-.53.221-1.04.615-1.414A2.154 2.154 0 0110.1 13H15z\" />\n </g>\n</svg>",
24
27
  "box": "<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=\"2\"\n d=\"M8.623 1.136l5.6 2.6c.476.22.777.671.777 1.165v6.197c0 .493-.301.944-.777 1.163l-5.6 2.602a1.496 1.496 0 01-1.253 0l-5.6-2.601c-.475-.223-.774-.676-.77-1.17V4.9c0-.494.301-.945.777-1.164l5.6-2.601a1.496 1.496 0 011.246 0z\"\n clip-rule=\"evenodd\" />\n <path fill=\"currentColor\"\n d=\"M8 7.5l-.394.92a1 1 0 00.788 0zM.606 5.42l7 3 .788-1.84-7-3zm7.788 3l7-3-.788-1.84-7 3z\" />\n <path stroke=\"currentColor\" stroke-width=\"2\" d=\"M8 8v7\" />\n</svg>",
25
28
  "bubble": "<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=\"2\"\n d=\"M4 2a1 1 0 00-1 1v3.222L1.638 7.67c-.091.097-.236.17-.255.3a.206.206 0 000 .06c.02.13.164.203.255.3L3 9.778V13a1 1 0 001 1h10a1 1 0 001-1V3a1 1 0 00-1-1z\" />\n</svg>",
26
29
  "bubble-check": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\">\n <g stroke=\"currentColor\" stroke-width=\"2\">\n <path d=\"M4 2a1 1 0 00-1 1v3.222L1.5 7.817a.2.2 0 000 .366L3 9.778V13a1 1 0 001 1h10a1 1 0 001-1V3a1 1 0 00-1-1z\" />\n <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12 6l-4.125 4L6 8.182\" />\n </g>\n</svg>",
@@ -33,17 +36,19 @@
33
36
  "charts": "<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=\"square\" stroke-linejoin=\"round\" stroke-width=\"2\"\n d=\"M2 7s.91.008 1 0a.5.5 0 00.414-.296l1.1-2.583a.5.5 0 01.933.052l2.051 4.478a.5.5 0 00.966-.048L10.528 2.4a.5.5 0 01.971-.035L12.5 6.5c.03.105 0 .5 1 .5h.5\" />\n <g fill=\"currentColor\">\n <path\n d=\"M3 13a1 1 0 10-2 0zm-2 0v2h2v-2zM9 13a1 1 0 10-2 0zm-2 0v2h2v-2zM15 13a1 1 0 10-2 0zm-2 0v2h2v-2zM6 11a1 1 0 10-2 0zm-2 0v4h2v-4zM12 11a1 1 0 10-2 0zm-2 0v4h2v-4z\" />\n </g>\n</svg>",
34
37
  "check": "<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=\"2\"\n d=\"M14 4l-8.25 8L2 8.364\" />\n</svg>",
35
38
  "check-circle": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\">\n <g stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\">\n <path d=\"M14 7.895V8.5a6.5 6.5 0 11-3.854-5.941\" />\n <path d=\"M14.667 2.667L7.333 10l-2-2\" />\n </g>\n</svg>",
39
+ "check-circle-filled": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\"><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zm4.737-10.324a1 1 0 0 0-1.474-1.352L6.5 9.52 4.737 7.597a1 1 0 0 0-1.474 1.351l2.5 2.728a1 1 0 0 0 1.474 0z\" clip-rule=\"evenodd\"/></svg>",
36
40
  "check-small": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\">\n <path fill=\"currentColor\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.221 4.307a1 1 0 0 1-.028 1.414l-6.25 6a1 1 0 0 1-1.385 0l-2.75-2.636a1 1 0 1 1 1.384-1.443L6.25 9.614l5.557-5.335a1 1 0 0 1 1.414.028Z\" />\n</svg>",
37
41
  "check-square": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\">\n <g fill=\"currentColor\">\n <path\n d=\"M7.5 10l-.707.707a1 1 0 001.46-.048zM4.293 8.207l2.5 2.5 1.414-1.414-2.5-2.5zm3.96 2.451l7-8-1.506-1.316-7 8zM13 8v4.667h2V8zm0 4.667c0 .184-.15.333-.333.333v2A2.333 2.333 0 0015 12.667zm-.333.333H3.333v2h9.334zm-9.334 0A.333.333 0 013 12.667H1A2.333 2.333 0 003.333 15zM3 12.667V3.333H1v9.334zm0-9.334C3 3.15 3.15 3 3.333 3V1A2.333 2.333 0 001 3.333zM3.333 3H10V1H3.333z\" />\n </g>\n</svg>",
38
- "checkmark-circle-filled": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\">\n <path fill=\"currentColor\" fill-rule=\"evenodd\"\n d=\"M8 16A8 8 0 108 0a8 8 0 000 16zm4.737-10.324a1 1 0 00-1.474-1.352L6.5 9.52 4.737 7.597a1 1 0 00-1.474 1.351l2.5 2.728a1 1 0 001.474 0z\"\n clip-rule=\"evenodd\" />\n</svg>",
39
42
  "chevron-down": "<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=\"2\" d=\"M4 6l4 4 4-4\" />\n</svg>",
40
- "chevrons-down": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" 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>",
41
43
  "chevron-left": "<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=\"2\" d=\"M10 12L6 8l4-4\" />\n</svg>",
42
44
  "chevron-right": "<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=\"2\" d=\"M6 12l4-4-4-4\" />\n</svg>",
43
45
  "chevron-up": "<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=\"2\" d=\"M12 10L8 6l-4 4\" />\n</svg>",
44
- "chevrons-up": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" 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=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\"><path fill=\"currentColor\" d=\"M3.96 3.293a1 1 0 0 1 1.414 0L8 5.919l2.626-2.626a1 1 0 1 1 1.414 1.414L8.707 8.04a1 1 0 0 1-1.414 0L3.96 4.707a1 1 0 0 1 0-1.414Z\"/><path fill=\"currentColor\" d=\"M3.96 7.96a1 1 0 0 1 1.414 0L8 10.586l2.626-2.626a1 1 0 1 1 1.414 1.414l-3.333 3.333a1 1 0 0 1-1.414 0L3.96 9.374a1 1 0 0 1 0-1.414Z\"/></svg>",
47
+ "chevrons-up": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\"><path fill=\"currentColor\" d=\"M7.293 3.293a1 1 0 0 1 1.414 0l3.333 3.333a1 1 0 0 1-1.414 1.414L8 5.414 5.374 8.04A1 1 0 0 1 3.96 6.626l3.333-3.333Z\"/><path fill=\"currentColor\" d=\"M3.96 11.293 7.293 7.96a1 1 0 0 1 1.414 0l3.333 3.333a1 1 0 0 1-1.414 1.414L8 10.081l-2.626 2.626a1 1 0 0 1-1.414-1.414Z\"/></svg>",
45
48
  "circle": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\">\n <circle cx=\"8\" cy=\"8\" r=\"7\" stroke=\"currentColor\" stroke-width=\"2\" />\n</svg>",
46
49
  "clipboard": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\">\n <g stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\">\n <path\n d=\"M10.5 2h1.25c.69 0 1.25.597 1.25 1.333v9.334c0 .736-.56 1.333-1.25 1.333h-7.5C3.56 14 3 13.403 3 12.667V3.333C3 2.597 3.56 2 4.25 2H5.5\" />\n <path stroke-linecap=\"round\" d=\"M6 2a1 1 0 011-1h2a1 1 0 011 1v1a1 1 0 01-1 1H7a1 1 0 01-1-1z\"\n clip-rule=\"evenodd\" />\n </g>\n</svg>",
50
+ "clock": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\"><g stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14z\"/><path d=\"M10.667 9.333 8 8V5\"/></g></svg>",
51
+ "clock-filled": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\"><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM9 5a1 1 0 1 0-2 0v3a1 1 0 0 0 .553.894l2.667 1.334a1 1 0 0 0 .894-1.79L9 7.383z\" clip-rule=\"evenodd\"/></svg>",
47
52
  "coffee": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\">\n <g stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\">\n <path\n d=\"M11 6h.8c.849 0 1.663.316 2.263.879.6.562.937 1.325.937 2.121s-.337 1.559-.937 2.121c-.6.563-1.414.879-2.263.879H11M1 6h10v6.23c0 .735-.263 1.44-.732 1.959-.47.52-1.105.811-1.768.811h-5c-.663 0-1.299-.292-1.768-.811S1 12.965 1 12.23zM3 1v2M6 1v2M9 1v2\" />\n </g>\n</svg>",
48
53
  "collapse": "<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=\"bevel\" stroke-width=\"2\" d=\"M3 6h10M3 10h10\" />\n <g fill=\"currentColor\">\n <path d=\"M8 12l3 3H5zM8 4L5 1h6z\" />\n </g>\n</svg>",
49
54
  "comment": "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.5 7.6389C14.5025 8.59214 14.2798 9.53248 13.85 10.3833C12.8107 12.4629 10.6859 13.7769 8.3611 13.7778C7.40786 13.7803 6.46752 13.5576 5.61666 13.1278L1.5 14.5L2.87222 10.3833C2.44245 9.53248 2.21974 8.59214 2.22222 7.6389C2.22312 5.31414 3.53715 3.18933 5.61666 2.15002C6.46752 1.72025 7.40786 1.49754 8.3611 1.50002H8.72221C11.8392 1.67198 14.328 4.16082 14.5 7.27779V7.6389V7.6389Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 6H10.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/>\n<path d=\"M6 9.5H8.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/>\n</svg>\n",
@@ -53,14 +58,10 @@
53
58
  "corner-down-right": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\">\n <g fill=\"currentColor\">\n <path\n d=\"M9.707 5.293a1 1 0 00-1.414 1.414zM13 10l.707.707a1 1 0 000-1.414zm-4.707 3.293a1 1 0 101.414 1.414zm0-6.586l4 4 1.414-1.414-4-4zm4 2.586l-4 4 1.414 1.414 4-4z\" />\n <path\n d=\"M2 3a1 1 0 112 0zm10 6a1 1 0 110 2zM4 3v4.333H2V3zm0 4.333C4 8.253 4.746 9 5.667 9v2A3.667 3.667 0 012 7.333zM5.667 9H12v2H5.667z\" />\n </g>\n</svg>",
54
59
  "course": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\">\n <g stroke=\"currentColor\" stroke-width=\"2\">\n <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M8 2L1 5.5 8 9l7-3.5z\" clip-rule=\"evenodd\" />\n <path stroke-linejoin=\"round\" d=\"M4 7v5.511L8 14.5l4-1.988V7\" />\n <path stroke-linecap=\"round\" d=\"M15 5.5v5\" />\n </g>\n</svg>",
55
60
  "credit-card": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\"><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M3 2a3 3 0 0 0-3 3v6a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V5a3 3 0 0 0-3-3H3Zm11 4V5a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1h12ZM2 8h12v3a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V8Z\" clip-rule=\"evenodd\"/></svg>",
56
- "dot": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\">\n <circle cx=\"8\" cy=\"8\" r=\"4\" fill=\"currentColor\" />\n</svg>",
57
- "download": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\">\n <g stroke=\"currentColor\" stroke-width=\"2\">\n <path stroke-linejoin=\"round\" d=\"M2 8v3.6c0 .773.56 1.4 1.25 1.4h9.5c.69 0 1.25-.627 1.25-1.4V8\" />\n <path stroke-linejoin=\"bevel\" d=\"M8 8V1\" />\n <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M11 6L8 9 5 6\" />\n </g>\n</svg>",
58
61
  "dosage": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\"><path fill=\"currentColor\" d=\"M6 4v3a1 1 0 0 0 .284.698l1.198 1.229L8.914 7.53 8 6.593V4H6Z\"/><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M6.235 13.959a7.001 7.001 0 1 1 7.724-7.724 3.253 3.253 0 0 1 1.093 5.316l-.002.002-1.154 1.154c-.032.032-.065.06-.1.088a1.007 1.007 0 0 1-.089.1l-2.156 2.157a3.254 3.254 0 0 1-5.316-1.093ZM2 7a5 5 0 0 1 9.92-.894 3.254 3.254 0 0 0-1.47.842l-.002.002-1.155 1.154a1.008 1.008 0 0 0-.088.101 1 1 0 0 0-.1.088L6.95 10.448l-.002.001c-.409.411-.697.92-.842 1.471A5.002 5.002 0 0 1 2 7Zm6 5.747c0-.332.13-.65.365-.886l1.446-1.447 1.775 1.775-1.447 1.446A1.255 1.255 0 0 1 8 12.747Z\" clip-rule=\"evenodd\"/></svg>",
59
- "edit-3": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 16 16\">\n <path stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8 14h7\" />\n <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"\n d=\"M10.45 3.438a1.494 1.494 0 112.113 2.112l-7.746 7.746L2 14l.704-2.817 7.746-7.745z\" />\n</svg>",
60
- "edit-3-filled": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"currentColor\" viewBox=\"0 0 16 16\">\n <path stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8 14h7\" />\n <path\n d=\"M11.932 2c-.529 0-1.036.21-1.41.584L1.776 11.33a.5.5 0 00-.131.232l-.623 2.493a.7.7 0 00.848.85l2.494-.624a.5.5 0 00.232-.132l8.746-8.745A1.994 1.994 0 0011.932 2z\" />\n</svg>",
62
+ "dot": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"currentColor\" viewBox=\"0 0 16 16\">\n <circle cx=\"8\" cy=\"8\" r=\"4\" />\n</svg>",
63
+ "download": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\">\n <g stroke=\"currentColor\" stroke-width=\"2\">\n <path stroke-linejoin=\"round\" d=\"M2 8v3.6c0 .773.56 1.4 1.25 1.4h9.5c.69 0 1.25-.627 1.25-1.4V8\" />\n <path stroke-linejoin=\"bevel\" d=\"M8 8V1\" />\n <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M11 6L8 9 5 6\" />\n </g>\n</svg>",
61
64
  "edit": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\">\n <g stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\">\n <path stroke-linecap=\"square\"\n d=\"M7 2H3.333A1.333 1.333 0 002 3.333v9.334A1.333 1.333 0 003.333 14h9.334A1.334 1.334 0 0014 12.667V9\" />\n <path stroke-linecap=\"round\" d=\"M12.692 1.396a1.352 1.352 0 011.912 1.912L8.549 9.363 6 10l.637-2.55z\" />\n </g>\n</svg>",
62
- "edit-square": "<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=\"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>",
63
- "education": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 16 16\">\n <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8 2L1 5.5 8 9l7-3.5L8 2z\"\n clip-rule=\"evenodd\" />\n <path stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 7v5.511L8 14.5l4-1.989V7\" />\n <path stroke-linecap=\"round\" stroke-width=\"2\" d=\"M15 5.5v5\" />\n</svg>",
64
65
  "effigos": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\">\n <path d=\"M2.04 7.16c-.2 2.55.23 4.82 2.64 6.25.07.06.16.09.24.12.08.02.15.05.22.1 1.82.63 3.56.45 4.2-.5-.74.06-1.48.07-2.21.02-2.04-.1-3.47-1.19-4.01-3.12a7.23 7.23 0 0 1-.02-3.76c.3-1.2 1.03-2.1 2.12-2.67a6.32 6.32 0 0 1 4.8-.36 4.07 4.07 0 0 1 3.1 3.84c.11 1.35-.6 2.27-1.94 2.46-1.06.14-2.13.16-3.2.07-1.13-.08-1.36-.35-1.36-1.5V8l.01-.44c.04-.47.32-.8.78-.85.42-.03.84-.03 1.26 0 .45.05.74.33.78.8.02.38.02.77 0 1.16v.03c0 .2 0 .38.26.36h.17c.21.01.43.02.46-.29.05-.55.1-1.1-.04-1.63-.18-.72-.62-1.18-1.37-1.3a6.15 6.15 0 0 0-1.63-.02c-.9.1-1.5.74-1.57 1.7-.03.4-.03.8 0 1.21.1 1.01.66 1.6 1.67 1.7 1.4.15 2.82.17 4.22-.08 1.19-.22 2.02-.92 2.26-2.15a4.67 4.67 0 0 0-1.41-4.58C10.73 2 8.62 1.74 6.4 2.21a5.35 5.35 0 0 0-4.37 4.95Zm4.5 4.93a8.5 8.5 0 0 0 4.1-.08l.17-.1c.1-.05.2-.1.29-.18.03-.04.08-.07.12-.1.08-.08.17-.15.19-.29h-.39c-1.22.13-2.45.14-3.67.01-1.47-.15-2.38-.96-2.56-2.38a6.7 6.7 0 0 1 0-1.79 2.6 2.6 0 0 1 2.14-2.34 5.6 5.6 0 0 1 2.41.04c1.2.3 2 1.35 2.02 2.6V8.5c-.03.11-.05.23.11.28.17.04.3-.1.38-.23.08-.12.13-.25.17-.38a3.23 3.23 0 0 0-1.6-3.7 5.32 5.32 0 0 0-4.3-.21 3.14 3.14 0 0 0-2.1 2.45 7.19 7.19 0 0 0-.03 2.66 3.12 3.12 0 0 0 2.54 2.72Zm0 0\" fill-rule=\"evenodd\" fill=\"#607585\" fill-opacity=\"1\"/>\n</svg>",
65
66
  "emergency": "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.20848 10.7665L3.20848 11.7665L3.20848 11.7665L3.20848 10.7665ZM1.20848 8.76651L2.20848 8.76651L2.20848 8.76651L1.20848 8.76651ZM5.12135 10.7665L6.12135 10.7665L6.12135 9.76651L5.12135 9.76651L5.12135 10.7665ZM5.12135 12.7929L6.12135 12.7929L6.12135 12.7929L5.12135 12.7929ZM7.12135 14.7929L7.12135 15.7929H7.12135L7.12135 14.7929ZM8.76792 14.7929L8.76792 15.7929L8.76792 15.7929L8.76792 14.7929ZM10.7679 12.7929L9.76792 12.7929L9.76792 12.7929L10.7679 12.7929ZM10.7679 10.7665V9.76651L9.76792 9.76651L9.76792 10.7665H10.7679ZM12.7376 10.7665L12.7376 11.7665L12.7376 11.7665L12.7376 10.7665ZM12.7376 5.11994L12.7376 4.11994L12.7376 4.11994L12.7376 5.11994ZM10.7679 5.11994L9.76792 5.11994L9.76792 6.11994L10.7679 6.11994L10.7679 5.11994ZM10.7679 3.26381L11.7679 3.26381L10.7679 3.26381ZM8.76792 1.26381L8.76792 0.263808L8.76792 1.26381ZM7.12135 1.26381L7.12135 2.26381L7.12135 2.26381L7.12135 1.26381ZM5.12135 3.26381L4.12135 3.26381L4.12135 3.26381L5.12135 3.26381ZM5.12135 5.11994L5.12135 6.11994L6.12135 6.11994L6.12135 5.11994L5.12135 5.11994ZM3.20848 5.11994L3.20848 4.11994L3.20848 4.11994L3.20848 5.11994ZM1.20848 7.11994L0.208484 7.11994L0.208484 7.11994L1.20848 7.11994ZM3.20848 9.76651C2.6562 9.76651 2.20848 9.3188 2.20848 8.76651L0.208484 8.76651C0.208484 10.4234 1.55163 11.7665 3.20848 11.7665L3.20848 9.76651ZM5.12135 9.76651L3.20848 9.76651L3.20848 11.7665L5.12135 11.7665L5.12135 9.76651ZM6.12135 12.7929L6.12135 10.7665L4.12135 10.7665L4.12135 12.7929L6.12135 12.7929ZM7.12135 13.7929C6.56907 13.7929 6.12135 13.3452 6.12135 12.7929L4.12135 12.7929C4.12135 14.4498 5.4645 15.7929 7.12135 15.7929L7.12135 13.7929ZM8.76792 13.7929L7.12135 13.7929L7.12135 15.7929L8.76792 15.7929L8.76792 13.7929ZM9.76792 12.7929C9.76792 13.3452 9.32021 13.7929 8.76792 13.7929L8.76792 15.7929C10.4248 15.7929 11.7679 14.4498 11.7679 12.7929L9.76792 12.7929ZM9.76792 10.7665V12.7929H11.7679V10.7665H9.76792ZM12.7376 9.76651L10.7679 9.76651V11.7665L12.7376 11.7665L12.7376 9.76651ZM13.7376 8.76652C13.7376 9.3188 13.2899 9.76651 12.7376 9.76651L12.7376 11.7665C14.3945 11.7665 15.7376 10.4234 15.7376 8.76652H13.7376ZM13.7376 7.11994V8.76652H15.7376V7.11994H13.7376ZM12.7376 6.11994C13.2899 6.11994 13.7376 6.56766 13.7376 7.11994H15.7376C15.7376 5.46309 14.3945 4.11994 12.7376 4.11994L12.7376 6.11994ZM10.7679 6.11994L12.7376 6.11994L12.7376 4.11994L10.7679 4.11994L10.7679 6.11994ZM9.76792 3.26381L9.76792 5.11994L11.7679 5.11994L11.7679 3.26381L9.76792 3.26381ZM8.76792 2.26381C9.32021 2.26381 9.76792 2.71152 9.76792 3.26381H11.7679C11.7679 1.60695 10.4248 0.263808 8.76792 0.263808L8.76792 2.26381ZM7.12135 2.26381L8.76792 2.26381L8.76792 0.263808L7.12135 0.263808L7.12135 2.26381ZM6.12135 3.26381C6.12135 2.71152 6.56907 2.26381 7.12135 2.26381L7.12135 0.263808C5.4645 0.263809 4.12135 1.60695 4.12135 3.26381L6.12135 3.26381ZM6.12135 5.11994L6.12135 3.26381L4.12135 3.26381L4.12135 5.11994L6.12135 5.11994ZM3.20848 6.11994L5.12135 6.11994L5.12135 4.11994L3.20848 4.11994L3.20848 6.11994ZM2.20848 7.11994C2.20848 6.56766 2.6562 6.11994 3.20848 6.11994L3.20848 4.11994C1.55163 4.11994 0.208484 5.46309 0.208484 7.11994L2.20848 7.11994ZM2.20848 8.76651L2.20848 7.11994L0.208484 7.11994L0.208484 8.76651L2.20848 8.76651Z\" fill=\"currentColor\"/>\n</svg>\n",
66
67
  "expand": "<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=\"bevel\" stroke-width=\"2\" d=\"M3 6h10M3 10h10\" />\n <g fill=\"currentColor\">\n <path d=\"M8 16l-3-3h6zM8 0l3 3H5z\" />\n </g>\n</svg>",
@@ -68,15 +69,15 @@
68
69
  "external-link": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\">\n <g stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\">\n <path\n d=\"M13 9v2.667c0 .736-.597 1.333-1.333 1.333H4.333A1.333 1.333 0 013 11.667V4.333C3 3.597 3.597 3 4.333 3H7\" />\n <g stroke-linecap=\"round\">\n <path d=\"M10 2h4v4M8 8l6-6\" />\n </g>\n </g>\n</svg>",
69
70
  "eye": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\">\n <g fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"\n clip-rule=\"evenodd\">\n <path d=\"M1 8s2.545-5 7-5 7 5 7 5-2.546 5-7 5c-4.455 0-7-5-7-5z\" />\n <path d=\"M8 10a2 2 0 100-4 2 2 0 000 4z\" />\n </g>\n</svg>",
70
71
  "eye-off": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\">\n <path fill=\"currentColor\" fill-rule=\"evenodd\"\n d=\"M12.3 12.57l2.286 2.344L16 13.5 2.914.086 1.5 1.5l2.013 2.063c-.537.396-1.007.827-1.407 1.246a13.327 13.327 0 00-1.65 2.135 2 2 0 000 2.112c.053.084.111.176.176.275.332.505.826 1.18 1.474 1.86C3.387 12.531 5.381 14 8 14c1.707 0 3.148-.623 4.3-1.43zm-1.42-1.455l-.868-.89a3 3 0 01-4.187-4.292l-.899-.92c-.509.345-.968.753-1.373 1.177A11.328 11.328 0 002.155 8c.044.07.093.148.148.232.284.432.705 1.007 1.25 1.577C4.66 10.97 6.165 12 8 12c1.078 0 2.043-.355 2.88-.884zM7.225 7.368A1 1 0 008.613 8.79zm-.016-5.323l2.146 2.146c1.231.35 2.271 1.14 3.092 2A11.335 11.335 0 0113.845 8a10.71 10.71 0 01-.269.412l1.435 1.435a13.598 13.598 0 00.533-.791 2 2 0 000-2.112 13.314 13.314 0 00-1.65-2.135C12.613 3.467 10.619 2 8 2c-.27 0-.534.017-.79.046z\"\n clip-rule=\"evenodd\" />\n</svg>",
71
- "facebook": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\">\n <path fill=\"#1877f2\"\n d=\"M16 8a8 8 0 10-9.25 7.903v-5.59H4.719V8H6.75V6.238c0-2.006 1.194-3.113 3.022-3.113.875 0 1.79.156 1.79.156V5.25h-1.008c-.994 0-1.304.617-1.304 1.25V8h2.219l-.355 2.313H9.25v5.59A8.002 8.002 0 0016 8z\" />\n <path fill=\"#fff\"\n d=\"M11.114 10.313L11.47 8H9.25V6.5c0-.633.31-1.25 1.304-1.25h1.009V3.281s-.916-.156-1.791-.156c-1.828 0-3.022 1.107-3.022 3.112V8H4.719v2.313H6.75v5.59c.828.13 1.672.13 2.5 0v-5.59z\" />\n</svg>",
72
72
  "face-happy": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\">\n <circle cx=\"8\" cy=\"8\" r=\"7\" stroke=\"currentColor\" stroke-width=\"2\" />\n <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\"\n d=\"M11 9.75c-.85.788-1.885 1.25-3 1.25s-2.15-.462-3-1.25\" />\n <g fill=\"currentColor\">\n <circle cx=\"6\" cy=\"6\" r=\"1\" />\n <circle cx=\"10\" cy=\"6\" r=\"1\" />\n </g>\n</svg>",
73
73
  "face-neutral": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\">\n <circle cx=\"8\" cy=\"8\" r=\"7\" stroke=\"currentColor\" stroke-width=\"2\" />\n <g fill=\"currentColor\">\n <circle cx=\"6\" cy=\"6\" r=\"1\" />\n <circle cx=\"10\" cy=\"6\" r=\"1\" />\n <path d=\"M5 9a1 1 0 000 2zm6 2a1 1 0 100-2zm-6 0h6V9H5z\" />\n </g>\n</svg>",
74
74
  "face-sad": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\">\n <circle cx=\"8\" cy=\"8\" r=\"7\" stroke=\"currentColor\" stroke-width=\"2\" />\n <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\"\n d=\"M5 10.5c.85-.788 1.885-1.25 3-1.25s2.15.462 3 1.25\" />\n <g fill=\"currentColor\">\n <circle cx=\"6\" cy=\"6\" r=\"1\" />\n <circle cx=\"10\" cy=\"6\" r=\"1\" />\n </g>\n</svg>",
75
- "file-text": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\">\n <g stroke=\"currentColor\" stroke-width=\"2\">\n <path\n d=\"M12 15H4a1 1 0 01-1-1V2a1 1 0 011-1h5.172a1 1 0 01.707.293l2.828 2.828a1 1 0 01.293.707V14a1 1 0 01-1 1z\" />\n <path stroke-linejoin=\"round\" d=\"M9 1v4h4\" />\n <path stroke-linecap=\"round\" d=\"M6 8h4M6 11h4\" />\n </g>\n <circle cx=\"6\" cy=\"5\" r=\"1\" fill=\"currentColor\" />\n</svg>",
75
+ "facebook": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\">\n <path fill=\"#1877f2\"\n d=\"M16 8a8 8 0 10-9.25 7.903v-5.59H4.719V8H6.75V6.238c0-2.006 1.194-3.113 3.022-3.113.875 0 1.79.156 1.79.156V5.25h-1.008c-.994 0-1.304.617-1.304 1.25V8h2.219l-.355 2.313H9.25v5.59A8.002 8.002 0 0016 8z\" />\n <path fill=\"#fff\"\n d=\"M11.114 10.313L11.47 8H9.25V6.5c0-.633.31-1.25 1.304-1.25h1.009V3.281s-.916-.156-1.791-.156c-1.828 0-3.022 1.107-3.022 3.112V8H4.719v2.313H6.75v5.59c.828.13 1.672.13 2.5 0v-5.59z\" />\n</svg>",
76
76
  "figma": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\"><path fill=\"#1ABCFE\" d=\"M8.003 8a2.667 2.667 0 1 1 5.334 0 2.667 2.667 0 0 1-5.334 0Z\"/><path fill=\"#0ACF83\" d=\"M2.67 13.333a2.667 2.667 0 0 1 2.667-2.666h2.666v2.666a2.667 2.667 0 1 1-5.333 0Z\"/><path fill=\"#FF7262\" d=\"M8.003 0v5.333h2.667a2.667 2.667 0 0 0 0-5.333H8.003Z\"/><path fill=\"#F24E1E\" d=\"M2.67 2.667a2.667 2.667 0 0 0 2.667 2.666h2.666V0H5.337A2.667 2.667 0 0 0 2.67 2.667Z\"/><path fill=\"#A259FF\" d=\"M2.67 8a2.667 2.667 0 0 0 2.667 2.667h2.666V5.333H5.337A2.667 2.667 0 0 0 2.67 8Z\"/></svg>",
77
- "filled-dot": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"currentColor\" viewBox=\"0 0 16 16\">\n <circle cx=\"8\" cy=\"8\" r=\"4\" />\n</svg>",
77
+ "file-text": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\"><path fill=\"currentColor\" d=\"M11 10v2H5v-2h6ZM5 7v2h6V7H5ZM7 4H5v2h2V4Z\"/><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M12 16H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h5.172a2 2 0 0 1 1.414.586l2.828 2.828A2 2 0 0 1 14 4.828V14a2 2 0 0 1-2 2ZM9 6h3v8H4V2h4v3a1 1 0 0 0 1 1Zm1-3.172L11.172 4H10V2.828Z\" clip-rule=\"evenodd\"/></svg>",
78
78
  "film": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\">\n <path fill=\"currentColor\" fill-rule=\"evenodd\"\n d=\"M6 3h4v4H6zM4 7V6H3v1zm0-4v1H3V3zM3 9h1v1H3zm0 3v1h1v-1zm3-3h4v4H6zm6 0v1h1V9zm0 4v-1h1v1zm1-9V3h-1v1zm0 2h-1v1h1zM1 3a2 2 0 012-2h10a2 2 0 012 2v10a2 2 0 01-2 2H3a2 2 0 01-2-2z\"\n clip-rule=\"evenodd\" />\n</svg>",
79
- "filter": "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0.728617 1.71943C0.837856 1.48398 1.07381 1.33334 1.33336 1.33334H14.6667C14.9262 1.33334 15.1622 1.48398 15.2714 1.71943C15.3807 1.95487 15.3433 2.23231 15.1757 2.43049L10 8.55078V14C10 14.2311 9.88039 14.4456 9.68385 14.5671C9.48731 14.6886 9.24188 14.6996 9.03522 14.5963L6.36855 13.263C6.1427 13.15 6.00003 12.9192 6.00003 12.6667V8.55078L0.824316 2.43049C0.656718 2.23231 0.619379 1.95487 0.728617 1.71943ZM2.77023 2.66668L7.17574 7.87619C7.27752 7.99654 7.33336 8.14906 7.33336 8.30668V12.2547L8.6667 12.9213V8.30668C8.6667 8.14906 8.72254 7.99654 8.82432 7.87619L13.2298 2.66668H2.77023Z\" fill=\"currentColor\"/>\n</svg>\n",
79
+ "filter": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\"><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M.452 1.528A1 1 0 0 1 1.333 1h13.334a1 1 0 0 1 .832 1.555l-4.706 6.748V15a1 1 0 0 1-1.351.936l-4-1.5a1 1 0 0 1-.65-.936V9.303L.503 2.555a1 1 0 0 1-.05-1.027ZM3.202 3l3.423 5.445A1 1 0 0 1 6.793 9v3.807l2 .75V9a1 1 0 0 1 .168-.555L12.798 3H3.202Z\" clip-rule=\"evenodd\"/></svg>",
80
+ "find-in-page": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\"><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M6 10.5a4.5 4.5 0 1 1 8.31 2.396l1.397 1.397a1 1 0 0 1-1.414 1.414l-1.397-1.397A4.5 4.5 0 0 1 6 10.5ZM10.5 8a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5Z\" clip-rule=\"evenodd\"/><path fill=\"currentColor\" d=\"M14.317 1.683c.437.438.683 1.032.683 1.65V5h-2V3.333A.333.333 0 0 0 12.667 3H3.333A.333.333 0 0 0 3 3.333v9.334a.333.333 0 0 0 .333.333H5v2H3.333A2.333 2.333 0 0 1 1 12.667V3.333A2.333 2.333 0 0 1 3.333 1h9.334c.619 0 1.212.246 1.65.683Z\"/></svg>",
80
81
  "flag": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\">\n <g stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\">\n <path\n d=\"M3 10.28s.625-.72 2.5-.72S8.625 11 10.5 11s2.5-.72 2.5-.72V2.72s-.625.72-2.5.72S7.375 2 5.5 2 3 2.72 3 2.72zM3 15v-5\" />\n </g>\n</svg>",
81
82
  "flag-filled": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\">\n <g stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\">\n <path fill=\"currentColor\"\n d=\"M3 10.28s.625-.72 2.5-.72S8.625 11 10.5 11s2.5-.72 2.5-.72V2.72s-.625.72-2.5.72S7.375 2 5.5 2 3 2.72 3 2.72z\" />\n <path d=\"M3 15v-5\" />\n </g>\n</svg>",
82
83
  "flask": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\">\n <path fill=\"currentColor\" stroke=\"currentColor\" stroke-width=\".5\"\n d=\"M13.365 13.186a.298.298 0 01-.255.148H2.977a.295.295 0 01-.254-.148c-.026-.04-.1-.185-.034-.32l.879-1.532h8.953l.86 1.498a.367.367 0 01-.016.354zM7.09 5.199a.665.665 0 00.088-.332v-2.2H8.91v2.2c0 .116.03.231.089.332L11.755 10H4.333zm7.466 7.002L10.243 4.69V2.667h.134a.667.667 0 000-1.334H5.711a.666.666 0 100 1.334h.133v2.022l-4.33 7.546a1.689 1.689 0 00.074 1.652c.302.488.821.78 1.389.78H13.11c.568 0 1.087-.292 1.39-.78.31-.504.339-1.122.055-1.686z\" />\n</svg>",
@@ -85,21 +86,25 @@
85
86
  "folder-check-filled": "<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=\"2\"\n d=\"M14 12.667A1.334 1.334 0 0112.667 14H3.333A1.334 1.334 0 012 12.667V3.333A1.333 1.333 0 013.333 2H6.5l1.333 2h4.834A1.333 1.333 0 0114 5.333z\" />\n <path fill=\"currentColor\" fill-rule=\"evenodd\"\n d=\"M13.61 13.61c.25-.25.39-.59.39-.943V5.333A1.334 1.334 0 0012.667 4H7.833L6.5 2H3.333A1.333 1.333 0 002 3.333v9.334A1.333 1.333 0 003.333 14h9.334c.353 0 .692-.14.943-.39zm-1.914-5.892a1 1 0 10-1.392-1.436L6.875 9.607 5.696 8.464A1 1 0 004.304 9.9l1.875 1.818a1 1 0 001.392 0z\"\n clip-rule=\"evenodd\" />\n</svg>",
86
87
  "folder-plus": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\">\n <g stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\">\n <path stroke-linecap=\"round\"\n d=\"M14 12.667A1.334 1.334 0 0112.667 14H3.333A1.334 1.334 0 012 12.667V3.333A1.333 1.333 0 013.333 2H6.5l1.333 2h4.834A1.333 1.333 0 0114 5.333z\" />\n <g stroke-linecap=\"square\">\n <path d=\"M8 7v4M6 9h4\" />\n </g>\n </g>\n</svg>",
87
88
  "gift": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\">\n <g stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\">\n <path\n d=\"M14 8v7H2V8M15 5H1v3h14zM8 15V5M8 4H4.786c-.474 0-.928-.158-1.263-.44C3.188 3.28 3 2.899 3 2.5s.188-.78.523-1.06c.335-.282.79-.44 1.263-.44C7.286 1 8 4 8 4zM8 4h3.214c.474 0 .928-.158 1.263-.44S13 2.899 13 2.5s-.188-.78-.523-1.06-.79-.44-1.263-.44C8.714 1 8 4 8 4z\" />\n </g>\n</svg>",
88
- "grid": "\n<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\"><path fill=\"currentColor\" d=\"M3 2a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H3ZM3 9a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1H3ZM9 3a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1h-3a1 1 0 0 1-1-1V3ZM10 9a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1h-3Z\"/></svg>",
89
89
  "google": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\">\n <path fill=\"#ea4335\"\n d=\"M8 3.093c1.502 0 2.516.65 3.093 1.191l2.258-2.204C11.964.791 10.161 0 8.001 0A7.994 7.994 0 00.852 4.409L3.44 6.418C4.09 4.488 5.885 3.093 8 3.093z\" />\n <path fill=\"#4285f4\"\n d=\"M15.68 8.178c0-.658-.053-1.138-.169-1.636H8v2.97h4.409c-.089.737-.569 1.848-1.636 2.595l2.525 1.955c1.51-1.395 2.382-3.449 2.382-5.884z\" />\n <path fill=\"#fbbc05\"\n d=\"M3.449 9.582A4.925 4.925 0 013.182 8c0-.551.098-1.084.258-1.582L.853 4.408C.311 5.494 0 6.712 0 8s.311 2.507.853 3.591z\" />\n <path fill=\"#34a853\"\n d=\"M8 16c2.16 0 3.973-.711 5.298-1.938l-2.525-1.955c-.675.47-1.582.8-2.773.8-2.116 0-3.911-1.396-4.551-3.325l-2.587 2.01C2.178 14.204 4.872 16 8 16z\" />\n</svg>",
90
+ "grid": "\n<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\"><path fill=\"currentColor\" d=\"M3 2a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H3ZM3 9a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1H3ZM9 3a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1h-3a1 1 0 0 1-1-1V3ZM10 9a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1h-3Z\"/></svg>",
90
91
  "hammer-filled": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\">\n <path fill=\"currentColor\"\n d=\"M14.494 6.195l-4-4A.664.664 0 0010.023 2H5.289a.666.666 0 00-.468 1.14l2.414 2.39-5.706 5.705a.666.666 0 000 .944l1.885 1.885a.667.667 0 00.943 0l5.721-5.72 1.14 1.128c.329.327.75.491 1.171.491.422 0 .843-.164 1.172-.492l.933-.932c.32-.32.495-.736.495-1.172s-.175-.852-.495-1.172z\" />\n</svg>",
92
+ "hash": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\"><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M7.164 1.014a1 1 0 0 1 .822 1.15L7.514 5h1.972l.528-3.164a1 1 0 1 1 1.972.328L11.514 5H14a1 1 0 1 1 0 2h-2.82l-.333 2H14a1 1 0 1 1 0 2h-3.486l-.528 3.164a1 1 0 1 1-1.972-.328L8.486 11H6.514l-.528 3.164a1 1 0 1 1-1.972-.328L4.486 11H2a1 1 0 1 1 0-2h2.82l.333-2H2a1 1 0 0 1 0-2h3.486l.528-3.164a1 1 0 0 1 1.15-.822ZM8.82 9l.333-2H7.18l-.333 2H8.82Z\" clip-rule=\"evenodd\"/></svg>",
91
93
  "headphones": "<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=\"2\"\n d=\"M2 12V8a6 6 0 1112 0v4\" />\n <path fill=\"currentColor\"\n d=\"M14 9h1a1 1 0 00-1-1zM3.333 14v1zm1.334 0v-1zm0-5V8zM2 9V8a1 1 0 00-1 1zm11 3.667c0 .184-.15.333-.333.333v2A2.333 2.333 0 0015 12.667zm-.333.333h-1.334v2h1.334zm-1.334 0a.333.333 0 01-.333-.333H9A2.333 2.333 0 0011.333 15zM11 12.667v-2.334H9v2.334zm0-2.334c0-.184.15-.333.333-.333V8A2.333 2.333 0 009 10.333zm.333-.333H14V8h-2.667zM13 9v3.667h2V9zM1 12.667A2.333 2.333 0 003.333 15v-2A.333.333 0 013 12.667zM3.333 15h1.334v-2H3.333zm1.334 0A2.333 2.333 0 007 12.667H5c0 .184-.15.333-.333.333zM7 12.667v-2.334H5v2.334zm0-2.334A2.333 2.333 0 004.667 8v2c.184 0 .333.15.333.333zM4.667 8H2v2h2.667zM1 9v3.667h2V9z\" />\n</svg>",
94
+ "heart ": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\"><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M8 2.366a4.667 4.667 0 1 1 6.6 6.601L8.707 14.86a1 1 0 0 1-1.414 0L1.4 8.967A4.668 4.668 0 0 1 8 2.366Zm3.3.633c-.708 0-1.386.28-1.886.781l-.707.707a1 1 0 0 1-1.414 0l-.707-.707a2.668 2.668 0 1 0-3.772 3.773L8 12.739l5.186-5.186A2.667 2.667 0 0 0 11.3 2.999Z\" clip-rule=\"evenodd\"/></svg>",
92
95
  "help-circle": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\">\n <g stroke=\"currentColor\" stroke-width=\"2\">\n <circle cx=\"8\" cy=\"8\" r=\"7\" />\n <g stroke-linecap=\"round\" stroke-linejoin=\"round\">\n <path\n d=\"M6.25 6.168c.141-.39.42-.718.786-.927.367-.21.798-.286 1.217-.216.42.07.8.282 1.074.598.274.315.424.715.423 1.128C9.75 7.917 7.949 8.5 7.949 8.5M8 11h.007\" />\n </g>\n </g>\n</svg>",
93
96
  "highlighter-off": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\">\n<path d=\"M11 0.382812V7.00824L9 4.95806V3.61888L8.1219 4.05793L6.65572 2.55496L11 0.382812Z\" fill=\"currentCOlor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 6.44252L1 2.41507L2.41421 1.00085L14.9142 13.5866L13.5 15.0008H12V13.4906L10.5204 12.0008L4 12.0008V15.0008H2V11.208C2 10.7638 2.14782 10.3324 2.42016 9.98154L5 6.65826V6.44252ZM6.51512 7.96804L4.93707 10.0008L8.53407 10.0008L6.51512 7.96804Z\" fill=\"currentCOlor\"/>\n</svg>",
94
97
  "highlighter-on": "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14 15H12V12L4 12V15H2V11.1477C2 10.7774 2.10276 10.4145 2.29685 10.0992L4.71737 6.16725L4.69935 4.60248C4.69006 3.79528 5.16695 3.06162 5.90842 2.74243L11.1692 0.477783L11.143 6.15198L13.6794 10.0736C13.888 10.3961 14 10.7718 14 11.1585V15ZM4.7065 10L11.2499 10L9.46368 7.23813C9.41415 7.16155 9.37011 7.08198 9.33173 7.00001H6.53575C6.50189 7.07395 6.46344 7.146 6.42052 7.21572L4.7065 10ZM9.15514 3.52223L9.14833 5.00001H6.70406L6.69922 4.57945L9.15514 3.52223Z\" fill=\"currentColor\"/>\n</svg>\n",
95
98
  "home": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\">\n <g stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\">\n <path d=\"M2 6l6-5 6 5v6.7c0 .718-.597 1.3-1.333 1.3H3.333C2.597 14 2 13.418 2 12.7z\" clip-rule=\"evenodd\" />\n <path d=\"M6 14V8h4v6\" />\n </g>\n</svg>",
96
99
  "illustration": "<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=\"2\"\n d=\"M2 4a2 2 0 012-2h8a2 2 0 012 2v8a2 2 0 01-2 2H4a2 2 0 01-2-2z\" clip-rule=\"evenodd\" />\n <g fill=\"currentColor\">\n <path d=\"M10 12a2 2 0 100-4 2 2 0 000 4z\" />\n <path fill-rule=\"evenodd\" d=\"M8.92 7.2L7 4 4 9h3.17a3.009 3.009 0 011.75-1.8z\" clip-rule=\"evenodd\" />\n </g>\n</svg>",
97
100
  "image": "<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=\"2\"\n d=\"M2 4a2 2 0 012-2h8a2 2 0 012 2v8a2 2 0 01-2 2H4a2 2 0 01-2-2z\" clip-rule=\"evenodd\" />\n <path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M5.5 7a1.5 1.5 0 100-3 1.5 1.5 0 000 3z\" clip-rule=\"evenodd\" />\n <path stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M14 11l-4-4-7 7\" />\n</svg>",
101
+ "image-broken": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\"><path fill=\"currentColor\" d=\"M4 5a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z\"/><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M3 0a3 3 0 0 0-3 3v8a3 3 0 0 0 3 3h3a1 1 0 0 0 1-1v-3h2a1 1 0 0 0 1-1V7h3a1 1 0 0 0 1-1V3a3 3 0 0 0-3-3H3Zm7.414 5H12V3a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v5.586l5.293-5.293a1 1 0 0 1 1.414 0L10.414 5Zm-8.35 6.351L8 5.414l.117.117A.996.996 0 0 0 8 6v2H6a1 1 0 0 0-1 1v3H3a1 1 0 0 1-.937-.649Z\" clip-rule=\"evenodd\"/><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M8.293 15.707A1 1 0 0 0 9 16h4a3 3 0 0 0 3-3V9.5A1.5 1.5 0 0 0 14.5 8H12a1 1 0 0 0-1 1v2H9a1 1 0 0 0-1 1v3a1 1 0 0 0 .293.707ZM13 14h-3v-1h2a1 1 0 0 0 1-1v-2h1v3a1 1 0 0 1-1 1Z\" clip-rule=\"evenodd\"/></svg>",
98
102
  "info": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-info\">\n <circle cx=\"8\" cy=\"8\" r=\"7\"/>\n <path d=\"M8 11V8M8 5h.01\"/>\n</svg>\n",
99
- "institution": "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 9V7H9V9H7Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 1V1.18018L9.80383 1.01941C10.3454 0.911101 10.8722 1.26232 10.9805 1.80388C11.0888 2.34544 10.7376 2.87226 10.1961 2.98058L9.58932 3.10192L12.1396 4.87009C12.6785 5.24375 13 5.85789 13 6.51369V7H14C15.1046 7 16 7.89543 16 9V13C16 14.1046 15.1046 15 14 15H2C0.89543 15 0 14.1046 0 13V9C0 7.89543 0.89543 7 2 7H3V6.51369C3 5.85789 3.32151 5.24375 3.86044 4.87009L6.86044 2.79009C6.90602 2.75849 6.95258 2.72899 7 2.70159V1C7 0.447717 7.44772 0 8 0C8.55229 0 9 0.447717 9 1ZM11 13V6.51369L8 4.43368L5 6.51369V13H7V10H9V13H11ZM2 9H3V13L2 13V9ZM14 13L13 13V9H14V13Z\" fill=\"currentColor\"/>\n</svg>\n",
100
- "key-off": "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.96671 9.53473C4.23036 9.53473 3.63344 10.1315 3.63344 10.8676C3.63344 11.6038 4.23036 12.2006 4.96671 12.2006C5.70306 12.2006 6.29998 11.6038 6.29998 10.8676C6.29998 10.1315 5.70306 9.53473 4.96671 9.53473Z\" fill=\"currentColor\"/>\n<path d=\"M13.7343 2.30509L12.2768 2.30514L11.8186 4.16926L9.73239 4.73216L9.43844 6.19786L7.62673 4.38566L7.72213 3.90994L7.73395 3.86862C7.87854 3.36281 8.26088 2.95946 8.75814 2.78812L8.79257 2.77626L10.0481 2.4375L10.3184 1.33752L10.3273 1.30876C10.5191 0.682831 11.0705 0.235229 11.7223 0.176254L11.7702 0.17192L13.7013 0.171859C14.2847 0.131912 14.8958 0.296061 15.3435 0.754319C15.7896 1.21096 15.9395 1.82269 15.8662 2.41485L15.8621 3.06746C15.8599 3.46181 15.8576 3.915 15.8576 4.16186C15.8576 5.11306 15.2371 5.72727 15.0626 5.89998L15.0444 5.91809L15.0178 5.94473L11.8954 8.65545L10.3836 7.14326L13.5618 4.38407C13.6264 4.31859 13.6669 4.27306 13.6977 4.22394C13.7128 4.19984 13.7195 4.18357 13.7224 4.17477C13.7248 4.1675 13.7249 4.16443 13.7249 4.16186C13.7249 3.90772 13.7272 3.4482 13.7295 3.05509L13.7343 2.30509Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0.00088048 2.56965L3.60866 6.15188C2.82072 6.37533 2.07689 6.79708 1.45614 7.41766C-0.484242 9.35753 -0.484242 12.5027 1.45614 14.4425C3.39653 16.3824 6.54252 16.3824 8.48291 14.4425C9.11224 13.8134 9.53716 13.0577 9.7582 12.2579L13.4251 15.8988L14.9335 14.3908L1.50931 1.06163L0.00088048 2.56965ZM7.71843 10.2325L5.64848 8.17725C4.71527 7.94824 3.69119 8.19926 2.96457 8.92568C1.85726 10.0327 1.85726 11.8275 2.96457 12.9345C4.07188 14.0415 5.86717 14.0415 6.97448 12.9345C7.70598 12.2032 7.95553 11.1705 7.71843 10.2325Z\" fill=\"currentColor\"/>\n</svg>\n",
101
- "key-on": "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.34998 12.2C6.04033 12.2 6.59998 11.6403 6.59998 10.95C6.59998 10.2596 6.04033 9.69999 5.34998 9.69999C4.65962 9.69999 4.09998 10.2596 4.09998 10.95C4.09998 11.6403 4.65962 12.2 5.34998 12.2Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.8926 1.05167C15.3109 1.47979 15.4514 2.05331 15.3828 2.60849L15.3789 3.22034C15.3768 3.59006 15.3747 4.01494 15.3747 4.24639C15.3747 5.13818 14.7928 5.71402 14.6292 5.87595L14.6121 5.89293L14.5871 5.9179L9.93237 9.95784C10.2141 11.4229 9.78867 12.9992 8.6523 14.1356C6.8331 15.9548 3.8836 15.9548 2.06441 14.1356C0.245213 12.3164 0.245213 9.3669 2.06441 7.54771C3.22765 6.38447 4.85192 5.96616 6.34592 6.28881L7.49339 5.26592L7.74529 4.0102L7.75637 3.97146C7.89197 3.49724 8.25053 3.11908 8.71686 2.95845L8.74914 2.94733L9.92655 2.62972L10.1801 1.59845L10.1884 1.57148C10.3683 0.984647 10.8854 0.565001 11.4966 0.50971L11.5416 0.505646L13.3525 0.505589C13.8996 0.468138 14.4727 0.622033 14.8926 1.05167ZM12.0166 2.50563L13.3834 2.50559L13.3833 2.52809L14.3832 2.53498C13.3833 2.52809 13.3833 2.52808 13.3833 2.52809L13.379 3.20874C13.3768 3.5773 13.3747 4.00812 13.3747 4.24639C13.3747 4.24879 13.3746 4.25167 13.3723 4.25849C13.3696 4.26673 13.3633 4.28199 13.3491 4.30459C13.3203 4.35064 13.2823 4.39333 13.2217 4.45472L7.63387 9.30452L7.86276 9.94762C8.19703 10.8868 7.98689 11.9726 7.23808 12.7214C6.19994 13.7595 4.51677 13.7595 3.47862 12.7214C2.44048 11.6832 2.44048 10.0001 3.47862 8.96192C4.23018 8.21036 5.32122 8.00144 6.26271 8.34095L6.82287 8.54294L9.32292 6.3143L9.6305 4.78107L11.5869 4.25333L12.0166 2.50563Z\" fill=\"currentColor\"/>\n</svg>\n",
103
+ "institution": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\"><path fill=\"currentColor\" d=\"M7 9V7h2v2H7Z\"/><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M9 1v.18l.804-.16a1 1 0 0 1 .392 1.96l-.607.122 2.55 1.768A2 2 0 0 1 13 6.514V7h1a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h1v-.486a2 2 0 0 1 .86-1.644l3-2.08A2.01 2.01 0 0 1 7 2.702V1a1 1 0 0 1 2 0Zm2 12V6.514l-3-2.08-3 2.08V13h2v-3h2v3h2ZM2 9h1v4H2V9Zm12 4h-1V9h1v4Z\" clip-rule=\"evenodd\"/></svg>",
104
+ "key-off": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\"><path fill=\"currentColor\" d=\"M4.967 9.535a1.333 1.333 0 1 0 0 2.666 1.333 1.333 0 0 0 0-2.666ZM14 2h-1.723l-.458 2.014-2.087.563-.294 1.465L7.627 4.23l.095-.476.012-.04c.145-.507.527-.91 1.024-1.081l.035-.012 1.255-.339.27-1.1.01-.029A1.61 1.61 0 0 1 11.721.021l.048-.005h2.062c.584-.04 1.195.125 1.642.583.447.457.523 1.057.523 1.66l-.004.653c-.002.394-.005.848-.005 1.094 0 .952-.62 1.566-.794 1.739l-.019.018-.026.026L11.895 8.5l-1.511-1.512 3.309-2.76c.064-.065.276-.179.307-.228.006-.01-.005-.97-.005-1.1L14 2Z\"/><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M0 2.57 3.61 6.152a4.966 4.966 0 0 0-2.153 8.29 4.97 4.97 0 0 0 8.302-2.184l3.667 3.64 1.508-1.507L1.51 1.06.001 2.57Zm7.718 7.663-2.07-2.056a2.834 2.834 0 1 0 2.07 2.056Z\" clip-rule=\"evenodd\"/></svg>",
105
+ "key-on": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\"><path fill=\"currentColor\" d=\"M5.35 12.2a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5Z\"/><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M15.51.546C15.928.974 16 2 16 2.608l-.004.612c-.002.37-.004.549-.004.78 0 .892-.582 1.468-.746 1.63l-.017.017-.025.024-5.272 4.287a4.658 4.658 0 1 1-3.586-3.669l1.147-1.023.252-1.256.011-.039a1.51 1.51 0 0 1 .96-1.013l.033-.01 1.178-.318.253-1.537.008-.027A1.51 1.51 0 0 1 11.497.004L11.542 0h2.428c.547-.037 1.12.116 1.54.546ZM12.017 2H14v.022l1 .007-1-.007-.005 1.187c-.002.368-.004.553-.004.791l-.002.012a.22.22 0 0 1-.024.046.892.892 0 0 1-.127.15L7.634 9.305l.229.643a2.659 2.659 0 1 1-1.6-1.607l.56.202 2.5-2.229.307-1.533 1.957-.528.43-2.253Z\" clip-rule=\"evenodd\"/></svg>",
102
106
  "layers": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\">\n <g stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\">\n <path d=\"M8 1.5l-7 3 7 3 7-3z\" clip-rule=\"evenodd\" />\n <path d=\"M1 8l7 3 7-3M1 11.5l7 3 7-3\" />\n </g>\n</svg>",
107
+ "library": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\"><path fill=\"currentColor\" d=\"M6 3a1 1 0 0 0 0 2h4a1 1 0 1 0 0-2H6Z\"/><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M1 2.75v10.5C1 14.833 2.353 16 3.875 16H14a1 1 0 0 0 1-1V1a1 1 0 0 0-1-1H3.875C2.353 0 1 1.167 1 2.75ZM3.875 2C3.325 2 3 2.4 3 2.75v7.316c.234-.044.475-.066.719-.066H13V2H3.875Zm-.869 10.157L3 12.161v1.089c0 .35.326.75.875.75H13v-2H3.719c-.33 0-.58.08-.713.157Z\" clip-rule=\"evenodd\"/></svg>",
103
108
  "link": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\">\n <g stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\">\n <path d=\"M6.667 8.605a3.478 3.478 0 005.244.376l2.087-2.087A3.478 3.478 0 009.08 1.976l-1.196 1.19\" />\n <path d=\"M9.308 7.391a3.478 3.478 0 00-5.245-.375L1.976 9.102a3.478 3.478 0 004.918 4.918l1.19-1.19\" />\n </g>\n</svg>",
104
109
  "link2": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\">\n <g stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\">\n <path\n d=\"M10 5h1.875c.829 0 1.624.316 2.21.879A2.94 2.94 0 0115 8c0 1.657-1.4 3-3.125 3H10M6 11H4.125a3.192 3.192 0 01-2.21-.879A2.94 2.94 0 011 8c0-1.657 1.4-3 3.125-3H6M5.333 8h5.334\" />\n </g>\n</svg>",
105
110
  "list": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\">\n <g stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\">\n <path d=\"M6 8h8M6 12h8M6 4h8\" />\n </g>\n <circle cx=\"3\" cy=\"4\" r=\"1\" fill=\"currentColor\" />\n <circle cx=\"3\" cy=\"8\" r=\"1\" fill=\"currentColor\" />\n <circle cx=\"3\" cy=\"12\" r=\"1\" fill=\"currentColor\" />\n</svg>",
@@ -114,13 +119,14 @@
114
119
  "meditricks": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\">\n <path stroke=\"currentColor\" stroke-width=\"2\"\n d=\"M5.39 15a.624.624 0 01-.396-.145l-2.227-1.849a.678.678 0 01-.111-.914L5 9l-3.579-.907a.668.668 0 01-.384-.844l.955-2.773a.656.656 0 01.333-.378.62.62 0 01.493-.017L6 5V1.66c0-.364.285-.66.636-.66h2.728c.352 0 .636.296.636.66V5l3.185-.92a.614.614 0 01.492.018c.154.075.274.211.331.378l.955 2.773a.683.683 0 01-.025.507.648.648 0 01-.365.34L11.125 9l2.224 3.032a.678.678 0 01-.115.908l-2.227 1.85a.627.627 0 01-.479.139.633.633 0 01-.43-.26L8.005 11.5l-2.1 3.23a.633.633 0 01-.514.27z\" />\n</svg>",
115
120
  "menu": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\">\n <g stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\">\n <path d=\"M2 8h12M2 12h12M2 4h12\" />\n </g>\n</svg>",
116
121
  "message-circle": "<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=\"2\"\n d=\"M14 7.667a5.587 5.587 0 01-.6 2.533 5.667 5.667 0 01-5.067 3.133 5.585 5.585 0 01-2.533-.6L2 14l1.267-3.8a5.586 5.586 0 01-.6-2.533A5.667 5.667 0 015.8 2.6 5.587 5.587 0 018.333 2h.334A5.653 5.653 0 0114 7.333z\"\n clip-rule=\"evenodd\" />\n</svg>",
122
+ "minimize": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\"><path fill=\"currentColor\" d=\"m4.576 10-3.293 3.293 1.414 1.414 3.293-3.293V13a1 1 0 1 0 2 0V9a1 1 0 0 0-1-1h-4a1 1 0 0 0 0 2h1.586ZM13 7.99a1 1 0 1 0 0-2h-1.586l3.293-3.293-1.414-1.414L10 4.576V2.99a1 1 0 1 0-2 0v4a1 1 0 0 0 1 1h4Z\"/></svg>",
117
123
  "minus": "<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=\"bevel\" stroke-width=\"2\" d=\"M4 8h8\" />\n</svg>",
118
124
  "more-horizontal": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\">\n <g fill=\"currentColor\">\n <path d=\"M4 9a1 1 0 100-2 1 1 0 000 2zM8 9a1 1 0 100-2 1 1 0 000 2zM12 9a1 1 0 100-2 1 1 0 000 2z\" />\n </g>\n</svg>",
119
125
  "more-vertical": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\">\n <g fill=\"currentColor\">\n <path d=\"M8 5a1 1 0 100-2 1 1 0 000 2zM8 9a1 1 0 100-2 1 1 0 000 2zM8 13a1 1 0 100-2 1 1 0 000 2z\" />\n </g>\n</svg>",
120
126
  "no-fill": "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle cx=\"8\" cy=\"8\" r=\"7\" stroke=\"currentColor\" stroke-width=\"2\"/>\n<line x1=\"13.6332\" y1=\"3.77396\" x2=\"2.63324\" y2=\"12.774\" stroke=\"currentColor\" stroke-width=\"2\"/>\n</svg>\n",
121
- "note-filled": "<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=\"2\" d=\"M9 14h6\" />\n <path fill=\"currentColor\"\n d=\"M11.932 2c-.529 0-1.036.21-1.41.584L1.776 11.33a.5.5 0 00-.131.232l-.623 2.493a.7.7 0 00.848.85l2.494-.624a.5.5 0 00.232-.132l8.746-8.745A1.994 1.994 0 0011.932 2z\" />\n</svg>",
122
127
  "note": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\">\n <g stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\">\n <path d=\"M9 14h6M10.45 3.438a1.494 1.494 0 112.113 2.112l-7.746 7.746L2 14l.704-2.817z\" />\n </g>\n</svg>",
123
- "numbered-list": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\">\n <g fill=\"currentColor\">\n <path\n d=\"M14 9a1 1 0 100-2zM7 9h7V7H7zM14 13a1 1 0 100-2zm-7 0h7v-2H7zM14 5a1 1 0 100-2zM7 5h7V3H7zM3 3L1 5v2.5l2-2V13h2V3z\" />\n </g>\n</svg>",
128
+ "note-filled": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"currentColor\" viewBox=\"0 0 16 16\"><path stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8 14h7\"/><path d=\"M11.932 2c-.529 0-1.036.21-1.41.584L1.776 11.33a.5.5 0 0 0-.131.232l-.623 2.493a.7.7 0 0 0 .848.85l2.494-.624a.5.5 0 0 0 .232-.132l8.746-8.745A1.994 1.994 0 0 0 11.932 2z\"/></svg>",
129
+ "numbered-list": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\"><path fill=\"currentColor\" d=\"m1 5 2-2h2v10H3V5.5l-2 2V5ZM14 5H7V3h7a1 1 0 1 1 0 2ZM7 9h7a1 1 0 1 0 0-2H7v2ZM7 13h7a1 1 0 1 0 0-2H7v2Z\"/></svg>",
124
130
  "open-full-screen": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\"><g clip-path=\"url(#a)\"><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M3 3h10v10H3V3ZM1 3a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V3Zm5 7V6h4v4H6ZM4 4.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5v-7Z\" clip-rule=\"evenodd\"/></g><defs><clipPath id=\"a\"><path d=\"M0 0h16v16H0z\"/></clipPath></defs></svg>",
125
131
  "open-new-tab": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\"><g clip-path=\"url(#a)\"><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M9 3h4v2H9V3ZM7 3H3v10h10V7H9a2 2 0 0 1-2-2V3ZM1 3a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V3Z\" clip-rule=\"evenodd\"/></g><defs><clipPath id=\"a\"><path d=\"M0 0h16v16H0z\"/></clipPath></defs></svg>",
126
132
  "open-sidebar-right": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\"><g clip-path=\"url(#a)\"><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M11 3h2v10h-2V3ZM9 3H3v10h6V3ZM1 3a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V3Z\" clip-rule=\"evenodd\"/></g><defs><clipPath id=\"a\"><path fill=\"none\" d=\"M0 0h16v16H0z\"/></clipPath></defs></svg>",
@@ -135,13 +141,16 @@
135
141
  "plus": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\">\n <g stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"bevel\" stroke-width=\"2\">\n <path d=\"M4 8h8M8 4v8\" />\n </g>\n</svg>",
136
142
  "plus-circle": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\">\n <circle cx=\"8\" cy=\"8\" r=\"7\" stroke=\"currentColor\" stroke-width=\"2\" />\n <g fill=\"currentColor\">\n <path d=\"M9 5a1 1 0 00-2 0zm-2 6a1 1 0 102 0zm0-6v6h2V5z\" />\n <path d=\"M5 7a1 1 0 000 2zm6 2a1 1 0 100-2zM5 9h6V7H5z\" />\n </g>\n</svg>",
137
143
  "plus-circle-filled": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\">\n <path fill=\"currentColor\" fill-rule=\"evenodd\"\n d=\"M8 0a8 8 0 100 16A8 8 0 008 0zm0 4a1 1 0 011 1v2h2a1 1 0 110 2H9v2a1 1 0 11-2 0V9H5a1 1 0 010-2h2V5a1 1 0 011-1z\"\n clip-rule=\"evenodd\" />\n</svg>",
138
- "reset": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 16 16\">\n <path stroke-linecap=\"square\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M2 3v4h4\" />\n <path stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3.394 9.661a5 5 0 101.184-5.2L3 6.04\" />\n</svg>",
144
+ "quiz": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"17\" height=\"16\" fill=\"none\" viewBox=\"0 0 17 16\"><path fill=\"currentColor\" d=\"M6 1a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2H7a1 1 0 0 1-1-1ZM9 6a1 1 0 0 0-2 0v2h2V6Z\"/><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M8 2a6.002 6.002 0 0 1 5.827 4.565 2.414 2.414 0 0 1 1.384 4.226l-.007.006L9.4 15.76a1 1 0 0 1-.65.24H6.5a1 1 0 0 1-.98-1.197l.248-1.232A6.002 6.002 0 0 1 8 2ZM4 8a4 4 0 0 1 7.92-.801l.009.045-5.348 4.543.015-.04A4.002 4.002 0 0 1 4 8Zm9.353.659a.414.414 0 0 1 .547.622L8.38 14h-.659l.135-.671 5.487-4.662.01-.008Z\" clip-rule=\"evenodd\"/></svg>",
139
145
  "rotate-ccw": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\">\n <g stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\">\n <path d=\"M2 3v4h4M3.859 5.437a4.93 4.93 0 11-.165 4.927\" />\n </g>\n</svg>",
140
146
  "rotate-cw": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\">\n <g stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\">\n <path d=\"M14 3v4h-4M12.141 5.437a4.93 4.93 0 10.165 4.927\" />\n </g>\n</svg>",
141
147
  "search": "<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=\"2\"\n d=\"M7 12A5 5 0 107 2a5 5 0 000 10z\" clip-rule=\"evenodd\" />\n <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M14 14l-3.467-3.467\" />\n</svg>",
142
148
  "search-list": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\">\n <g stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\">\n <path d=\"M2 3h12M11 7h3M12 11h2\" />\n <path d=\"M4.5 14a3.5 3.5 0 100-7 3.5 3.5 0 000 7z\" clip-rule=\"evenodd\" />\n <path d=\"M9 15l-2-2\" />\n </g>\n</svg>",
149
+ "send": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\"><g clip-path=\"url(#a)\"><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M15.374.626a1 1 0 0 1 .236 1.038l-4.666 13.333a1 1 0 0 1-1.858.076l-2.51-5.649-5.649-2.51a1 1 0 0 1 .076-1.858L14.336.39a1 1 0 0 1 1.038.237ZM8.526 8.888l1.363 3.068 2.386-6.817-3.749 3.75Zm2.335-5.163L4.044 6.11l3.068 1.363 3.749-3.75Z\" clip-rule=\"evenodd\"/></g><defs><clipPath id=\"a\"><path fill=\"#fff\" d=\"M0 0h16v16H0z\"/></clipPath></defs></svg>",
143
150
  "settings": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\">\n <g fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"\n clip-rule=\"evenodd\">\n <path d=\"M8 10a2 2 0 100-4 2 2 0 000 4z\" />\n <path\n d=\"M12.71 9.91a1.05 1.05 0 00.21 1.157l.037.039a1.272 1.272 0 11-1.8 1.8l-.039-.038a1.05 1.05 0 00-1.158-.21 1.05 1.05 0 00-.636.961v.108a1.273 1.273 0 01-2.546 0v-.057a1.05 1.05 0 00-.687-.96 1.05 1.05 0 00-1.158.21l-.038.037a1.273 1.273 0 11-1.801-1.8l.038-.039c.3-.307.383-.765.21-1.158a1.05 1.05 0 00-.961-.636h-.108a1.273 1.273 0 110-2.546h.057a1.05 1.05 0 00.96-.687 1.05 1.05 0 00-.21-1.158l-.037-.038a1.273 1.273 0 111.8-1.801l.039.038c.307.3.765.383 1.158.21h.05a1.05 1.05 0 00.637-.961v-.108a1.273 1.273 0 112.546 0v.057c.001.419.251.796.636.96.393.174.851.091 1.158-.21l.039-.037a1.273 1.273 0 111.8 1.8l-.038.039a1.05 1.05 0 00-.21 1.158v.05c.165.386.543.636.961.637h.108a1.273 1.273 0 010 2.546h-.057a1.05 1.05 0 00-.96.636z\" />\n </g>\n</svg>",
144
151
  "share": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\">\n <g stroke=\"currentColor\" stroke-width=\"2\">\n <path stroke-linejoin=\"round\" d=\"M2 8v3.6c0 .773.56 1.4 1.25 1.4h9.5c.69 0 1.25-.627 1.25-1.4V8\" />\n <path stroke-linejoin=\"bevel\" d=\"M8 10V3\" />\n <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M5 5l3-3 3 3\" />\n </g>\n</svg>",
152
+ "share-android": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\"><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M9 3.333a3 3 0 1 1 1.06 2.29L6.948 7.438a3.016 3.016 0 0 1 0 1.122l3.115 1.815a3 3 0 1 1-1.01 1.726L5.94 10.288a3 3 0 1 1 0-4.577l3.112-1.816A3.016 3.016 0 0 1 9 3.333Zm2.156.537a1.18 1.18 0 0 0-.039-.067 1 1 0 1 1 .039.066ZM4.844 7.464a1 1 0 1 0-1.687 1.07 1 1 0 0 0 1.687-1.07Zm6.3 4.7a.975.975 0 0 1-.047.073 1 1 0 1 0 .086-.147.991.991 0 0 1-.039.074Z\" clip-rule=\"evenodd\"/></svg>",
153
+ "shopping-bag": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\"><path fill=\"currentColor\" d=\"M6.333 7V6h-2v1a3.667 3.667 0 0 0 7.334 0V6h-2v1a1.667 1.667 0 0 1-3.334 0Z\"/><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M3.186.419A1 1 0 0 1 4 0h8a1 1 0 0 1 .814.419l2 2.8A1 1 0 0 1 15 3.8v9.8c0 .621-.235 1.226-.666 1.68a2.302 2.302 0 0 1-1.667.72H3.333a2.302 2.302 0 0 1-1.667-.72A2.436 2.436 0 0 1 1 13.6V3.8a1 1 0 0 1 .186-.581l2-2.8ZM11.486 2l.714 1H3.8l.715-1h6.97ZM13 5H3v8.6c0 .121.046.229.115.3.066.07.146.1.218.1h9.334c.072 0 .152-.03.218-.1a.437.437 0 0 0 .115-.3V5Z\" clip-rule=\"evenodd\"/></svg>",
145
154
  "shopping-cart": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\">\n <g stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\">\n <path d=\"M6 15a1 1 0 100-2 1 1 0 000 2zM13 15a1 1 0 100-2 1 1 0 000 2z\" clip-rule=\"evenodd\" />\n <path\n d=\"M3.972 4H15l-1.07 5.034c-.12.57-.655.977-1.272.966H5.932c-.643.005-1.19-.443-1.273-1.044l-.967-6.912C3.609 1.447 3.07 1.001 2.432 1H1\" />\n </g>\n</svg>",
146
155
  "show-all": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\"><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 2a1 1 0 00-1 1v3.222L1.638 7.67c-.091.097-.236.17-.255.3a.206.206 0 000 .06c.02.13.164.203.255.3L3 9.778V13a1 1 0 001 1h10a1 1 0 001-1V3a1 1 0 00-1-1z\"/><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M8 4h2l3 8h-2l-.667-2H7.667L7 12H5zm.333 4h1.334L9 6z\" clip-rule=\"evenodd\"/></svg>",
147
156
  "sliders": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\">\n <g stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\">\n <path d=\"M3 14V9M3 6V2M8 14V8M8 5V2M13 14v-3M13 8V2M1 9h4M6 5h4M11 11h4\" />\n </g>\n</svg>",
@@ -150,14 +159,15 @@
150
159
  "sort-ascending": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\"><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"m4.293 7 3-3.707a1 1 0 0 1 1.414 0l3 3.707H4.293Z\" clip-rule=\"evenodd\"/><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"m11.707 9-3 3.707a1 1 0 0 1-1.414 0L4.293 9h7.414Z\" clip-rule=\"evenodd\" opacity=\".3\"/></svg>",
151
160
  "sort-descending": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\"><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"m11.707 9-3 3.707a1 1 0 0 1-1.414 0L4.293 9h7.414Z\" clip-rule=\"evenodd\"/><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"m4.293 7 3-3.707a1 1 0 0 1 1.414 0l3 3.707H4.293Z\" clip-rule=\"evenodd\" opacity=\".3\"/></svg>",
152
161
  "sort-neutral": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\"><g fill=\"currentColor\" opacity=\".3\"><path d=\"m11.707 7-3-3.707a1 1 0 0 0-1.414 0L4.293 7h7.414ZM4.293 9l3 3.707a1 1 0 0 0 1.414 0l3-3.707H4.293Z\"/></g></svg>",
153
- "star-filled": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\">\n <path fill=\"currentColor\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\n stroke-width=\"2\" d=\"M8 1l2.163 4.279 4.837.69-3.5 3.329.826 4.702L8 11.779 3.674 14 4.5 9.298 1 5.969l4.837-.69z\"\n clip-rule=\"evenodd\" />\n</svg>",
154
- "star": "<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=\"2\"\n d=\"M8 1l2.163 4.279 4.837.69-3.5 3.329.826 4.702L8 11.779 3.674 14 4.5 9.298 1 5.969l4.837-.69z\"\n clip-rule=\"evenodd\" />\n</svg>",
155
162
  "special-character": "<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=\"square\" stroke-linejoin=\"round\" stroke-width=\"2\"\n d=\"M3 13h3v-1.876c-1.495-.846-3-2.426-3-4.235C3 4.189 5.239 2 8 2s5 2.189 5 4.889c0 1.81-1.505 3.39-3 4.235V13h3\" />\n</svg>",
163
+ "square": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\"><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M1 4a3 3 0 0 1 3-3h8a3 3 0 0 1 3 3v8a3 3 0 0 1-3 3H4a3 3 0 0 1-3-3V4Zm3-1a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1H4Z\" clip-rule=\"evenodd\"/></svg>",
164
+ "star": "<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=\"2\"\n d=\"M8 1l2.163 4.279 4.837.69-3.5 3.329.826 4.702L8 11.779 3.674 14 4.5 9.298 1 5.969l4.837-.69z\"\n clip-rule=\"evenodd\" />\n</svg>",
165
+ "star-filled": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\">\n <path fill=\"currentColor\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\n stroke-width=\"2\" d=\"M8 1l2.163 4.279 4.837.69-3.5 3.329.826 4.702L8 11.779 3.674 14 4.5 9.298 1 5.969l4.837-.69z\"\n clip-rule=\"evenodd\" />\n</svg>",
156
166
  "stethoscope": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\">\n <g stroke=\"currentColor\" stroke-width=\"2\">\n <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M5 1H3v3a4 4 0 108 0V1m0 0H9.214M11 1H9\" />\n <path d=\"M13 12a3 3 0 11-6 0V8\" />\n <circle cx=\"13\" cy=\"11\" r=\"2\" />\n </g>\n</svg>",
157
167
  "subscript": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\">\n <g fill=\"currentColor\">\n <path d=\"M9.753 4.659a1 1 0 10-1.506-1.317zm-8.506 6.683a1 1 0 001.506 1.316zm7-8l-7 8 1.506 1.316 7-8z\" />\n <path\n d=\"M2.753 3.341a1 1 0 10-1.506 1.317zm5.494 9.317a1 1 0 001.506-1.316zm-7-8l7 8 1.506-1.316-7-8zM11.124 14v-1.156l2.37-1.827c.157-.121.291-.235.403-.34a1.3 1.3 0 00.26-.333.777.777 0 00.094-.379.667.667 0 00-.39-.639.948.948 0 00-.423-.089c-.16 0-.3.03-.422.09a.647.647 0 00-.279.263.837.837 0 00-.1.422H11c0-.417.1-.775.3-1.076.201-.3.485-.531.85-.693S12.947 8 13.439 8c.509 0 .95.076 1.321.228.375.15.663.363.866.636.204.274.307.595.307.963 0 .227-.05.453-.152.679-.101.223-.283.47-.546.743-.263.271-.636.595-1.12.97l-.595.463v.035H16V14z\" />\n </g>\n</svg>",
158
168
  "superscript": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\">\n <g fill=\"currentColor\">\n <path d=\"M9.753 4.659a1 1 0 10-1.506-1.317zm-8.506 6.683a1 1 0 001.506 1.316zm7-8l-7 8 1.506 1.316 7-8z\" />\n <path\n d=\"M2.753 3.341a1 1 0 10-1.506 1.317zm5.494 9.317a1 1 0 001.506-1.316zm-7-8l7 8 1.506-1.316-7-8zM11.124 7V5.844l2.37-1.827c.157-.121.291-.235.403-.34a1.3 1.3 0 00.26-.333.778.778 0 00.094-.379.667.667 0 00-.39-.639.948.948 0 00-.423-.089c-.16 0-.3.03-.422.09a.647.647 0 00-.279.263.837.837 0 00-.1.422H11c0-.417.1-.775.3-1.076.201-.3.485-.531.85-.693S12.947 1 13.439 1c.509 0 .95.076 1.321.228.375.15.663.363.866.636.204.274.307.595.307.963 0 .227-.05.453-.152.679-.101.223-.283.47-.546.743-.263.271-.636.595-1.12.97l-.595.463v.035H16V7z\" />\n </g>\n</svg>",
169
+ "table": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\"><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M1 3a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V3Zm8 0h4v2H9V3Zm0 4h4v2H9V7ZM7 9V7H3v2h4Zm-4 2h4v2H3v-2Zm6 0h4v2H9v-2ZM7 3v2H3V3h4Z\" clip-rule=\"evenodd\"/></svg>",
159
170
  "tag": "<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=\"2\"\n d=\"M9.632 14.864h0a.46.46 0 01-.652 0h0L2 7.89V2h5.888l6.978 6.98s0 0 0 0a.461.461 0 010 .649s0 0 0 0z\" />\n</svg>",
160
- "text-zoom-reset": "<svg width=\"16\" height=\"16\" fill=\"currentColor\" stroke=\"none\" viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\">\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.477 13H5.824l-.563-1.5H2.738L2.176 13H.574l2.724-7.263h1.404l2.19 5.84 3.18-7.948h1.857L15.677 13h-2.154l-.8-2H9.277l-.8 2zM4 8.136L4.699 10H3.301L4 8.136zM11.923 9L11 6.693 10.077 9h1.846z\"/>\n</svg>\n",
161
171
  "text-zoom": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\">\n <path fill=\"currentColor\" fill-rule=\"evenodd\"\n d=\"M8.372 13h-2.81l-.596-1.6H2.293L1.697 13H0l2.885-7.75h1.488l2.32 6.231L10.063 3h1.967L16 13h-2.282l-.848-2.134H9.22L8.372 13zM3.63 7.81L4.47 10H2.79l.84-2.19zM12.15 9l-1.105-2.73L9.92 9h2.23z\"\n clip-rule=\"evenodd\" />\n</svg>",
162
172
  "thumbs-down": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\">\n <path fill=\"currentColor\"\n d=\"M6 10.98h1a1 1 0 00-1-1zm0 2.4H5zM8 15v1a1 1 0 00.937-.65zm2.014-5.4l.937.35a1 1 0 00.063-.35zm0-6.6h1a1 1 0 00-1-1zM3.1 3l-.011 1h.01zM1.874 4.02l-.989-.153zm-.86 5.58l.988.153zm1.226 1.38v-1h-.011zM10.014 3V2a1 1 0 00-1 1zm0 7h-1a1 1 0 001 1zM5 10.98v2.4h2v-2.4zm0 2.4c0 .863.438 1.546 1.018 1.982C6.583 15.787 7.3 16 8 16v-2c-.315 0-.598-.1-.78-.236-.166-.126-.22-.253-.22-.384zm3.937 1.97l2.014-5.4-1.874-.7-2.014 5.4zm2.077-5.75V3h-2v6.6zm-1-7.6H3.1v2h6.914zM3.11 2A2.218 2.218 0 00.885 3.867l1.977.306C2.875 4.09 2.959 4 3.089 4zM.885 3.868l-.86 5.58 1.977.304.86-5.58zm-.86 5.579c-.1.646.096 1.298.528 1.785l1.495-1.329a.183.183 0 01-.046-.15zm.528 1.785a2.238 2.238 0 001.698.748l-.022-2a.238.238 0 01-.18-.077zm1.687.748H6v-2H2.24zM10.014 4h2.4V2h-2.4zm2.4 0c.232 0 .409.076.509.155a.31.31 0 01.082.092c.01.017.009.024.009.026h2c0-1.457-1.39-2.273-2.6-2.273zm.6.273v4.454h2V4.273zm0 4.454c0 .002 0 .01-.009.026a.311.311 0 01-.082.092.828.828 0 01-.51.155v2c1.211 0 2.6-.816 2.6-2.273zm-.6.273h-2.4v2h2.4zm-1.4 1V3h-2v7z\" />\n</svg>",
163
173
  "thumbs-up": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\">\n <path fill=\"currentColor\"\n d=\"M10 5.02H9a1 1 0 001 1zm0-2.4h1zM8 1V0a1 1 0 00-.938.653zM6 6.4l-.938-.347A1 1 0 005 6.4zM6 13H5a1 1 0 001 1zm6.914 0l.011-1h-.01zm1.226-1.02l.988.153zM15 6.4l-.988-.153zm-1.226-1.38v1h.011zM6 13v1a1 1 0 001-1zm0-7h1a1 1 0 00-1-1zm5-.98v-2.4H9v2.4zm0-2.4c0-.863-.438-1.546-1.018-1.982C9.417.213 8.7 0 8 0v2c.315 0 .598.1.78.236.166.126.22.253.22.384zM7.062.653l-2 5.4 1.876.694 2-5.4zM5 6.4V13h2V6.4zM6 14h6.914v-2H6zm6.903 0a2.218 2.218 0 002.225-1.867l-1.976-.306c-.013.084-.097.174-.227.173zm2.225-1.868l.86-5.58-1.976-.304-.86 5.58zm.86-5.579a2.183 2.183 0 00-.527-1.785l-1.496 1.329c.04.045.055.1.047.15zm-.527-1.785a2.237 2.237 0 00-1.698-.748l.022 2c.074 0 .14.03.18.077zm-1.687-.748H10v2h3.774zM6 12H3.6v2H6zm-2.4 0a.827.827 0 01-.509-.155.31.31 0 01-.082-.092c-.01-.017-.009-.024-.009-.026H1C1 13.184 2.39 14 3.6 14zm-.6-.273V7.273H1v4.454zm0-4.454c0-.002 0-.01.009-.026a.31.31 0 01.082-.092c.1-.08.277-.155.509-.155V5C2.39 5 1 5.816 1 7.273zM3.6 7H6V5H3.6zM5 6v7h2V6z\" />\n</svg>",
@@ -168,15 +178,12 @@
168
178
  "unlock": "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6 4.33333C6 2.94296 6.99193 2 8 2C8.64759 2 9.26435 2.36775 9.64606 3.01057C9.92804 3.48545 10.5416 3.64182 11.0165 3.35984C11.4913 3.07786 11.6477 2.4643 11.3657 1.98943C10.6742 0.824843 9.44703 0 8 0C5.69436 0 4 2.04181 4 4.33333V5C2.34315 5 1 6.34315 1 8V12C1 13.6569 2.34315 15 4 15H12C13.6569 15 15 13.6569 15 12V8C15 6.34315 13.6569 5 12 5H6V4.33333ZM4 7C3.44772 7 3 7.44772 3 8V12C3 12.5523 3.44772 13 4 13H12C12.5523 13 13 12.5523 13 12V8C13 7.44772 12.5523 7 12 7H4Z\" fill=\"currentColor\"/>\n</svg>\n",
169
179
  "user": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\">\n <path fill=\"currentColor\"\n d=\"M15 15v-1.333h-2V15zm0-1.333A3.667 3.667 0 0011.333 10v2c.92 0 1.667.746 1.667 1.667zM11.333 10H4.667v2h6.666zm-6.666 0A3.667 3.667 0 001 13.667h2C3 12.747 3.746 12 4.667 12zM1 13.667V15h2v-1.333z\" />\n <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"\n d=\"M8 8a3 3 0 100-6 3 3 0 000 6z\" clip-rule=\"evenodd\" />\n</svg>",
170
180
  "users": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\">\n <path fill=\"currentColor\"\n d=\"M10 9a4.07 4.07 0 01-.219-.006 5.5 5.5 0 001.502-2.46C11.721 6.167 12 5.616 12 5s-.279-1.167-.717-1.534a5.5 5.5 0 00-1.502-2.46A4 4 0 1110 9zM16 15h-2v-1.333A5.307 5.307 0 0012.524 10c1.981.014 3.476 1.711 3.476 3.667z\" />\n <g stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\">\n <path d=\"M11 15v-1.333C11 12.194 9.88 11 8.5 11h-5C2.12 11 1 12.194 1 13.667V15\" />\n <path stroke-linecap=\"round\" d=\"M6 8a3 3 0 100-6 3 3 0 000 6z\" clip-rule=\"evenodd\" />\n </g>\n</svg>",
171
- "watch-filled": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\">\n <path fill=\"currentColor\" fill-rule=\"evenodd\"\n d=\"M16 8A8 8 0 110 8a8 8 0 0116 0zM9 5a1 1 0 10-2 0v3a1 1 0 00.553.894l2.667 1.334a1 1 0 00.894-1.79L9 7.383z\"\n clip-rule=\"evenodd\" />\n</svg>",
172
- "watch": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\">\n <g stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\">\n <path d=\"M8 15A7 7 0 108 1a7 7 0 000 14z\" />\n <path d=\"M10.667 9.333L8 8V5\" />\n </g>\n</svg>",
173
- "wifi-off": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\">\n <clipPath id=\"prefix__a\">\n <path d=\"M0 0h16v16H0z\" />\n </clipPath>\n <g clip-path=\"url(#prefix__a)\">\n <path fill=\"currentColor\" fill-rule=\"evenodd\"\n d=\"M13.169 8.755a1 1 0 00-.002-1.524 8.29 8.29 0 00-1.728-1.13.999.999 0 00-.908.016zM8.433 4.018a8.826 8.826 0 012.49.533A9.577 9.577 0 0114.3 6.714a1 1 0 101.4-1.428 11.575 11.575 0 00-4.082-2.61 10.767 10.767 0 00-4.707-.633.997.997 0 00-.355.1zM15.414 14l-7.86-7.86a1.002 1.002 0 00-.14-.14L4.726 3.312a1 1 0 00-.036-.036L2 .585.587 2l1.736 1.737A11.2 11.2 0 00.307 5.279a1 1 0 001.386 1.442 9.134 9.134 0 012.098-1.515l1.08 1.08a8.293 8.293 0 00-2.18 1.313 1 1 0 101.284 1.535A6.293 6.293 0 016.45 7.865l1.152 1.152a5 5 0 00-2.496.908 1 1 0 001.159 1.63 3 3 0 013.475 0 .996.996 0 00.585.185L14 15.414zM7 13.333a1 1 0 011-1h.007a1 1 0 110 2H8a1 1 0 01-1-1z\"\n clip-rule=\"evenodd\" />\n </g>\n</svg>",
181
+ "watch": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\"><path fill=\"currentColor\" d=\"M7 6v2a1 1 0 0 0 .293.707l1 1 1.414-1.414L9 7.586V6H7Z\"/><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M4.797.845A2.118 2.118 0 0 1 6.518 0h2.963c.807 0 1.38.397 1.722.845.304.4.464.886.464 1.266v2.49A4.982 4.982 0 0 1 13 8a4.982 4.982 0 0 1-1.333 3.4v2.489c0 .38-.16.867-.464 1.266A2.118 2.118 0 0 1 9.482 16H6.519c-.807 0-1.38-.397-1.722-.845-.304-.4-.464-.886-.464-1.266v-2.49A4.982 4.982 0 0 1 3 8c0-1.313.506-2.507 1.333-3.4V2.112c0-.38.16-.867.464-1.266Zm1.536 11.87v1.123l.003.007c.012.033.03.069.052.098a.15.15 0 0 0 .045.043c.005.002.027.014.086.014h2.963c.058 0 .08-.012.085-.014a.15.15 0 0 0 .045-.043.376.376 0 0 0 .052-.098l.003-.007v-1.122A4.993 4.993 0 0 1 8 13c-.584 0-1.145-.1-1.667-.284ZM9.667 2.162v1.122A4.992 4.992 0 0 0 8 3c-.584 0-1.145.1-1.667.285V2.162l.003-.007a.376.376 0 0 1 .052-.098.15.15 0 0 1 .045-.043C6.438 2.012 6.46 2 6.518 2h2.963c.059 0 .08.012.086.015a.15.15 0 0 1 .045.042c.022.03.04.065.052.098l.003.007ZM5 8a3 3 0 1 1 6 0 3 3 0 0 1-6 0Z\" clip-rule=\"evenodd\"/></svg>",
174
182
  "wifi": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\">\n <g stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\">\n <path\n d=\"M3.333 8.367a7.333 7.333 0 019.387 0M1 6c1.934-1.933 4.423-3 7-3s5.066 1.067 7 3M5.687 10.74a4 4 0 014.633 0M8 13.333h.007\" />\n </g>\n</svg>",
183
+ "wifi-off": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\">\n <clipPath id=\"prefix__a\">\n <path d=\"M0 0h16v16H0z\" />\n </clipPath>\n <g clip-path=\"url(#prefix__a)\">\n <path fill=\"currentColor\" fill-rule=\"evenodd\"\n d=\"M13.169 8.755a1 1 0 00-.002-1.524 8.29 8.29 0 00-1.728-1.13.999.999 0 00-.908.016zM8.433 4.018a8.826 8.826 0 012.49.533A9.577 9.577 0 0114.3 6.714a1 1 0 101.4-1.428 11.575 11.575 0 00-4.082-2.61 10.767 10.767 0 00-4.707-.633.997.997 0 00-.355.1zM15.414 14l-7.86-7.86a1.002 1.002 0 00-.14-.14L4.726 3.312a1 1 0 00-.036-.036L2 .585.587 2l1.736 1.737A11.2 11.2 0 00.307 5.279a1 1 0 001.386 1.442 9.134 9.134 0 012.098-1.515l1.08 1.08a8.293 8.293 0 00-2.18 1.313 1 1 0 101.284 1.535A6.293 6.293 0 016.45 7.865l1.152 1.152a5 5 0 00-2.496.908 1 1 0 001.159 1.63 3 3 0 013.475 0 .996.996 0 00.585.185L14 15.414zM7 13.333a1 1 0 011-1h.007a1 1 0 110 2H8a1 1 0 01-1-1z\"\n clip-rule=\"evenodd\" />\n </g>\n</svg>",
175
184
  "x": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\">\n <g fill=\"currentColor\">\n <path d=\"M12.707 4.707a1 1 0 00-1.414-1.414zm-9.414 6.586a1 1 0 101.414 1.414zm8-8l-8 8 1.414 1.414 8-8z\" />\n <path d=\"M4.707 3.293a1 1 0 00-1.414 1.414zm6.586 9.414a1 1 0 001.414-1.414zm-8-8l8 8 1.414-1.414-8-8z\" />\n </g>\n</svg>",
176
185
  "x-circle-filled": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\">\n <path fill=\"currentColor\" fill-rule=\"evenodd\"\n d=\"M8 16A8 8 0 108 0a8 8 0 000 16zm3.707-11.707a1 1 0 010 1.414L9.414 8l2.293 2.293a1 1 0 01-1.414 1.414L8 9.414l-2.293 2.293a1 1 0 01-1.414-1.414L6.586 8 4.293 5.707a1 1 0 011.414-1.414L8 6.586l2.293-2.293a1 1 0 011.414 0z\"\n clip-rule=\"evenodd\" />\n</svg>",
177
- "table": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" 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>",
178
- "zap": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" 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>",
179
- "square": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" 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>",
186
+ "zap": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\"><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M9.032.07a1 1 0 0 1 .629 1.04L9.117 6H14a1 1 0 0 1 .768 1.64l-6.666 8a1 1 0 0 1-1.76-.772L6.858 11H2a1 1 0 0 1-.804-1.595l6.667-9a1 1 0 0 1 1.17-.336ZM3.985 9H8a1 1 0 0 1 .991 1.132L8.782 11.7 11.865 8H8a1 1 0 0 1-.994-1.11l.257-2.315L3.985 9Z\" clip-rule=\"evenodd\"/></svg>",
180
187
  "zoom-in": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"currentColor\" viewBox=\"0 0 16 16\"><path fill=\"currentColor\" d=\"M6 6V4h2v2h2v2H8v2H6V8H4V6h2Z\"/><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M7 0a7 7 0 1 0 4.192 12.606l3.1 3.101a1 1 0 0 0 1.415-1.414l-3.1-3.1A7 7 0 0 0 7 0ZM2 7a5 5 0 1 1 10 0A5 5 0 0 1 2 7Z\" clip-rule=\"evenodd\"/></svg>",
181
188
  "zoom-out": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"currentColor\" viewBox=\"0 0 16 16\"><path fill=\"currentColor\" d=\"M10 6H4v2h6V6Z\"/><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M0 7a7 7 0 1 1 12.606 4.192l3.101 3.1a1 1 0 1 1-1.414 1.415l-3.1-3.1A7 7 0 0 1 0 7Zm7-5a5 5 0 1 0 0 10A5 5 0 0 0 7 2Z\" clip-rule=\"evenodd\"/></svg>"
182
189
  }
@@ -118,6 +118,16 @@ type Variables = {
118
118
  "timingFunction": string;
119
119
  };
120
120
  };
121
+ "toast": {
122
+ "entry": {
123
+ "duration": string;
124
+ "distanceY": string;
125
+ };
126
+ "exit": {
127
+ "duration": string;
128
+ "distanceY": string;
129
+ };
130
+ };
121
131
  };
122
132
  "fontFamily": {
123
133
  "lato": string;
@@ -154,6 +164,16 @@ type AmbossTheme = {
154
164
  "red": string;
155
165
  "gray": string;
156
166
  };
167
+ "foreground": {
168
+ "default": string;
169
+ "green": string;
170
+ "blue": string;
171
+ "yellow": string;
172
+ "brand": string;
173
+ "purple": string;
174
+ "red": string;
175
+ "gray": string;
176
+ };
157
177
  "text": {
158
178
  "default": string;
159
179
  "green": string;
@@ -174,6 +194,16 @@ type AmbossTheme = {
174
194
  "red": string;
175
195
  "gray": string;
176
196
  };
197
+ "borderSubtle": {
198
+ "default": string;
199
+ "green": string;
200
+ "blue": string;
201
+ "yellow": string;
202
+ "brand": string;
203
+ "purple": string;
204
+ "red": string;
205
+ "gray": string;
206
+ };
177
207
  };
178
208
  "toggle": {
179
209
  "background": {
@@ -332,6 +362,13 @@ type AmbossTheme = {
332
362
  };
333
363
  };
334
364
  };
365
+ "skeletonLoader": {
366
+ "background": {
367
+ "container": string;
368
+ "element": string;
369
+ "shimmer": string;
370
+ };
371
+ };
335
372
  "canvas": string;
336
373
  "background": {
337
374
  "primary": {