@amboss/design-system 4.0.0-next.7 → 4.0.0-next.9

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.
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0}),Object.defineProperty(exports,"FocusTrapWrapper",{enumerable:!0,get:function(){return FocusTrapWrapper}});const _interop_require_default=require("@swc/helpers/_/_interop_require_default"),_react=/*#__PURE__*/require("@swc/helpers/_/_interop_require_wildcard")._(require("react")),_focustrapreact=/*#__PURE__*/_interop_require_default._(require("focus-trap-react")),FocusTrapWrapper=({active,focusTrapOptions,children})=>{let isClickedOutside=(0,_react.useRef)(!1),isEscaped=(0,_react.useRef)(!1),{onPostDeactivate,clickOutsideDeactivates,escapeDeactivates,...rest}=focusTrapOptions,onPostDeactivateRef=(0,_react.useRef)(onPostDeactivate),clickOutsideDeactivatesRef=(0,_react.useRef)(clickOutsideDeactivates),escapeDeactivatesRef=(0,_react.useRef)(escapeDeactivates);return(0,_react.useEffect)(()=>{onPostDeactivateRef.current=onPostDeactivate},[onPostDeactivate]),(0,_react.useEffect)(()=>{clickOutsideDeactivatesRef.current=clickOutsideDeactivates},[clickOutsideDeactivates]),(0,_react.useEffect)(()=>{escapeDeactivatesRef.current=escapeDeactivates},[escapeDeactivates]),_react.default.createElement(_focustrapreact.default,{active:active,focusTrapOptions:{...rest,clickOutsideDeactivates:evt=>{isClickedOutside.current=!0;let cb=clickOutsideDeactivatesRef.current;return"function"==typeof cb?cb(evt):cb},escapeDeactivates:evt=>{isEscaped.current=!0;let cb=escapeDeactivatesRef.current;return"function"==typeof cb?cb(evt):cb},onPostDeactivate:()=>{(isClickedOutside.current||isEscaped.current)&&onPostDeactivateRef.current(),isEscaped.current=!1,isClickedOutside.current=!1}}},children)};
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0}),Object.defineProperty(exports,"FocusTrapWrapper",{enumerable:!0,get:function(){return FocusTrapWrapper}});const _interop_require_default=require("@swc/helpers/_/_interop_require_default"),_react=/*#__PURE__*/require("@swc/helpers/_/_interop_require_wildcard")._(require("react")),_focustrapreact=/*#__PURE__*/_interop_require_default._(require("focus-trap-react")),FocusTrapWrapper=({active,focusTrapOptions,children})=>{let isClickedOutside=(0,_react.useRef)(!1),isEscaped=(0,_react.useRef)(!1),{onPostDeactivate,clickOutsideDeactivates,escapeDeactivates,...rest}=focusTrapOptions,onPostDeactivateRef=(0,_react.useRef)(onPostDeactivate),clickOutsideDeactivatesRef=(0,_react.useRef)(clickOutsideDeactivates),escapeDeactivatesRef=(0,_react.useRef)(escapeDeactivates);return(0,_react.useEffect)(()=>{onPostDeactivateRef.current=onPostDeactivate},[onPostDeactivate]),(0,_react.useEffect)(()=>{clickOutsideDeactivatesRef.current=clickOutsideDeactivates},[clickOutsideDeactivates]),(0,_react.useEffect)(()=>{escapeDeactivatesRef.current=escapeDeactivates},[escapeDeactivates]),_react.default.createElement(_focustrapreact.default,{active:active,focusTrapOptions:{...rest,clickOutsideDeactivates:evt=>{let cb=clickOutsideDeactivatesRef.current,shouldDeactivate="function"==typeof cb?cb(evt):cb;return!1!==shouldDeactivate&&(isClickedOutside.current=!0),shouldDeactivate},escapeDeactivates:evt=>{let cb=escapeDeactivatesRef.current,shouldDeactivate="function"==typeof cb?cb(evt):cb;return!1!==shouldDeactivate&&(isEscaped.current=!0),shouldDeactivate},onPostDeactivate:()=>{(isClickedOutside.current||isEscaped.current)&&onPostDeactivateRef.current?.(),isEscaped.current=!1,isClickedOutside.current=!1}}},children)};
@@ -67,6 +67,7 @@
67
67
  "corner-down-right": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" viewBox=\"0 0 24 24\" focusable=\"false\"><path d=\"m15 10 5 5-5 5\"/><path d=\"M4 4v7a4 4 0 0 0 4 4h12\"/></svg>",
68
68
  "course": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\" focusable=\"false\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 2 1 8l11 6 11-6z\" clip-rule=\"evenodd\"/><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 11v7l7 4.5 7-4.5v-7\"/><path stroke-linecap=\"round\" stroke-width=\"2\" d=\"M23 8v8\"/></svg>",
69
69
  "credit-card": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\" focusable=\"false\"><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M3 3a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h18a3 3 0 0 0 3-3V6a3 3 0 0 0-3-3zm19 6V6a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v3zM2 11h20v7a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1z\" clip-rule=\"evenodd\"/></svg>",
70
+ "cursor": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"currentColor\" viewBox=\"0 0 24 24\" focusable=\"false\"><path d=\"M16 1a1 1 0 1 1 0 2 3 3 0 0 0-3 3v5h2a1 1 0 1 1 0 2h-2v5.494A2.506 2.506 0 0 0 15.506 21a1 1 0 0 1 0 2A4.5 4.5 0 0 1 12 21.322 4.5 4.5 0 0 1 8.494 23a1 1 0 1 1 0-2A2.506 2.506 0 0 0 11 18.494V13H9a1 1 0 1 1 0-2h2V6a3 3 0 0 0-3-3 1 1 0 0 1 0-2c1.636 0 3.088.786 4 2a5 5 0 0 1 4-2\"/></svg>",
70
71
  "dgim": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\" focusable=\"false\"><path fill=\"currentColor\" d=\"M14.255 14.863c.683.371 1.338.934 1.795 1.416.833.881 1.08 1.884 1.057 2.877l-.002.088a3.93 3.93 0 0 1-1.217 2.732c-.87.83-1.991 1.041-3.09 1.023h-2.13c-.957 0-1.414-.216-1.928-.455-.54-.25-.94-.615-.94-.937v-.38c0-.253.4-.67.951-.915.751-.334 1.044-.449 1.917-.449h3.156c.227 0 .43-.052.431-.083z\"/><path fill=\"currentColor\" d=\"M14.255 5.987c.784.104 3.498.615 3.725 2.744.201 1.89-1.156 2.586-1.95 3.002l-5.36 2.627v4.368c-.927-.437-1.982-.762-2.686-1.636-.646-.801-1.004-1.815-.983-2.78l.01-.15c0-.011-.007-1.908 1.846-2.769l5.398-2.646z\"/><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M14.005 1c.893 0 1.44.212 2.145.633.15.092 1.002.593 1.002.94l-.003.355c0 .331-.594.755-.812.865-.655.338-1.294.717-2.08.717h-3.159c-.227 0-.43.054-.43.114v5.069c-.747-.442-1.55-.967-2.043-1.462a3.74 3.74 0 0 1-1.107-2.748l.012-.449C7.579 2.85 9.437 1 11.578 1zm-.445 1.063a.426.426 0 0 0-.433.417c0 .23.194.417.433.417a.426.426 0 0 0 .433-.417.426.426 0 0 0-.433-.417\" clip-rule=\"evenodd\"/></svg>",
71
72
  "dosage": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\" focusable=\"false\"><path fill=\"currentColor\" d=\"M12 6a1 1 0 1 0-2 0v5a1 1 0 0 0 .46.841l1.5.964a1 1 0 0 0 1.08-1.683L12 10.454z\"/><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M11 1c5.362 0 9.738 4.22 9.989 9.52A3.97 3.97 0 0 1 23 13.972a3.98 3.98 0 0 1-1.159 2.81h-.001l-2.483 2.483-.034.036-2.538 2.539-.002.002a3.978 3.978 0 0 1-6.264-.853C5.22 20.738 1 16.362 1 11 1 5.477 5.477 1 11 1M3 11a8 8 0 0 1 15.938-1 3.98 3.98 0 0 0-2.721 1.158l-5.058 5.06A3.98 3.98 0 0 0 10 18.939 8 8 0 0 1 3 11m14.612 7.183-2.24 2.241v.001A1.978 1.978 0 0 1 12 19.026c0-.523.206-1.024.575-1.395l2.242-2.244z\" clip-rule=\"evenodd\"/></svg>",
72
73
  "dot": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"currentColor\" viewBox=\"0 0 24 24\" focusable=\"false\"><circle cx=\"12\" cy=\"12\" r=\"4\"/></svg>",
@@ -74,6 +75,7 @@
74
75
  "edit": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\" focusable=\"false\"><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M1.879 3.879A3 3 0 0 1 4 3h7a1 1 0 1 1 0 2H4a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1v-7a1 1 0 1 1 2 0v7a3 3 0 0 1-3 3H4a3 3 0 0 1-3-3V6a3 3 0 0 1 .879-2.121\" clip-rule=\"evenodd\"/><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M20 2.879c-.297 0-.583.118-.793.328l-9.304 9.304-.529 2.115 2.115-.529 9.304-9.304A1.121 1.121 0 0 0 20 2.879m-2.207-1.086a3.121 3.121 0 0 1 4.414 4.414l-9.5 9.5a1 1 0 0 1-.465.263l-4 1a1 1 0 0 1-1.212-1.212l1-4a1 1 0 0 1 .263-.465z\" clip-rule=\"evenodd\"/></svg>",
75
76
  "effigos": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"currentColor\" viewBox=\"0 0 24 24\" focusable=\"false\"><path d=\"M9.564 2.338c3.765-.765 7.375-.342 10.37 2.423l.2.186a8.07 8.07 0 0 1 2.23 7.706h.001c-.21 1.075-.684 1.932-1.375 2.568-.69.634-1.58 1.035-2.603 1.22-2.379.428-4.763.393-7.123.158-.892-.094-1.61-.404-2.125-.94-.515-.534-.801-1.266-.89-2.154a13 13 0 0 1-.023-2.078v-.002c.06-.843.359-1.567.859-2.105.5-.54 1.188-.877 1.997-.973l.348-.036c.812-.07 1.63-.043 2.436.08.672.103 1.225.364 1.652.774.373.358.638.816.809 1.353l.067.235.001.002c.235.937.152 1.9.064 2.79v.012l-.001.012a.9.9 0 0 1-.134.427.67.67 0 0 1-.307.253c-.205.086-.443.072-.602.062h-.278a.76.76 0 0 1-.382-.064.54.54 0 0 1-.259-.271.9.9 0 0 1-.066-.294c-.005-.086-.004-.178-.004-.248v-.059c.032-.643.033-1.275 0-1.918-.028-.334-.145-.58-.315-.748s-.417-.28-.743-.31h-.002a11 11 0 0 0-2.036 0h-.003c-.324.029-.569.155-.74.344s-.286.457-.317.791v.933c0 .964.103 1.45.354 1.731.247.277.7.425 1.643.492h.003c1.539.125 3.086.107 4.626-.054l.66-.078c1.054-.148 1.836-.578 2.334-1.211s.738-1.505.648-2.58c-.124-1.575-.622-2.907-1.452-3.944s-2.006-1.796-3.512-2.21c-2.663-.743-5.298-.736-7.797.578l-.005.003a6.46 6.46 0 0 0-3.387 4.26l-.001.006a11.83 11.83 0 0 0 .02 6.131c.442 1.556 1.233 2.758 2.314 3.594 1.013.784 2.296 1.256 3.815 1.384l.308.02c1.221.066 2.433.056 3.645-.021l.567-.037-.32.47c-.596.876-1.677 1.365-2.954 1.509-1.282.144-2.802-.053-4.345-.592l-.03-.01-.027-.018a1.5 1.5 0 0 0-.313-.14 1.5 1.5 0 0 1-.458-.212c-2.06-1.221-3.287-2.813-3.949-4.65-.646-1.793-.748-3.804-.594-5.903l-.01-.01.006-.124a9.2 9.2 0 0 1 7.505-8.513\"/><path d=\"M12.77 5.18a9.1 9.1 0 0 1 3.226.758l.433.203.005.003a5.656 5.656 0 0 1 2.815 6.485c-.07.253-.18.495-.325.714l-.002.003c-.07.103-.175.253-.314.363a.67.67 0 0 1-.61.137l-.006-.001a.6.6 0 0 1-.264-.147.5.5 0 0 1-.14-.247c-.037-.15-.005-.313.009-.396l.018-.178v-1.455l-.014-.35a4.2 4.2 0 0 0-3.164-3.736 9.1 9.1 0 0 0-3.878-.063h-.006a4.08 4.08 0 0 0-3.35 3.673l-.002.013c-.13.96-.13 1.933 0 2.893.149 1.13.58 1.998 1.246 2.613.668.616 1.595 1.002 2.772 1.125 2.015.198 4.041.199 6.054-.021l.015-.002h.977l-.03.304c-.034.36-.27.547-.418.66l-.009.007-.008.006a.5.5 0 0 0-.128.121l-.023.03-.029.024a3 3 0 0 1-.53.325v.001l-.288.155-.028.015-.03.009c-2.278.623-4.67.668-6.98.147a5.47 5.47 0 0 1-4.448-4.773 12.2 12.2 0 0 1 .058-4.523 5.51 5.51 0 0 1 3.663-4.29l.45-.16a9.1 9.1 0 0 1 3.283-.444\"/></svg>",
76
77
  "emergency": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\" focusable=\"false\"><path fill=\"currentColor\" d=\"M4.732 15.75v-1zm-2-2h-1zm5.303 2h1v-1h-1zm0 3.457h-1zm2 2v1zm3.653 0v1zm2-2h1zm0-3.457v-1h-1v1zm3.381 0v-1zm2-2h1zm0-3.654h1zm-2-2v1zm-3.38 0h-1v1h1zm0-3.226h-1zm-2-2v-1zm-3.654 0v1zm-2 2h-1zm0 3.226v1h1v-1zm-3.303 0v-1zm-2 2h1zm2 4.654a1 1 0 0 1-1-1h-2a3 3 0 0 0 3 3zm3.303 0H4.732v2h3.303zm1 4.457V15.75h-2v3.457zm1 1a1 1 0 0 1-1-1h-2a3 3 0 0 0 3 3zm3.653 0h-3.653v2h3.653zm1-1a1 1 0 0 1-1 1v2a3 3 0 0 0 3-3zm0-3.457v3.457h2V15.75zm4.381-1h-3.38v2h3.38zm1-1a1 1 0 0 1-1 1v2a3 3 0 0 0 3-3zm0-3.654v3.654h2v-3.654zm-1-1a1 1 0 0 1 1 1h2a3 3 0 0 0-3-3zm-3.38 0h3.38v-2h-3.38zm-1-4.226v3.226h2V4.87zm-1-1a1 1 0 0 1 1 1h2a3 3 0 0 0-3-3zm-3.654 0h3.653v-2h-3.653zm-1 1a1 1 0 0 1 1-1v-2a3 3 0 0 0-3 3zm0 3.226V4.87h-2v3.226zm-4.303 1h3.303v-2H4.732zm-1 1a1 1 0 0 1 1-1v-2a3 3 0 0 0-3 3zm0 3.654v-3.654h-2v3.654z\"/></svg>",
78
+ "eraser": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"currentColor\" viewBox=\"0 0 24 24\" focusable=\"false\"><path fill-rule=\"evenodd\" d=\"M11.786 2.918a3.04 3.04 0 0 1 4.437-.021l5.679 6.014a3.037 3.037 0 0 1-.006 4.176L15.329 20H22a1 1 0 0 1 0 2H7.4a3.04 3.04 0 0 1-2.246-.994l-3.136-3.45a3.037 3.037 0 0 1 .018-4.106zm-8.283 11.89a1.04 1.04 0 0 0-.006 1.402l3.137 3.45c.197.216.476.34.768.34h4.723c.284 0 .556-.117.752-.323l2.884-3.036-6.99-7.457-.03-.034zM14.77 4.27a1.037 1.037 0 0 0-1.515.009l-3.163 3.415q.074.054.139.123l6.91 7.372 3.307-3.479c.379-.4.38-1.026.002-1.427z\" clip-rule=\"evenodd\"/></svg>",
77
79
  "expand": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" viewBox=\"0 0 24 24\" focusable=\"false\"><path d=\"m9 19.7 3 2.3 3-2.3M12 18v4m3-17.7L12 2 9 4.3M12 6V2m-7 8h14M5 14h14\"/></svg>",
78
80
  "expand-left": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\" focusable=\"false\"><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M21 13H8v-2h13a1 1 0 1 1 0 2M3 2a1 1 0 0 1 1 1v18a1 1 0 1 1-2 0V3a1 1 0 0 1 1-1\" clip-rule=\"evenodd\"/><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M12.707 17.707a1 1 0 0 1-1.414 0l-5-5a1 1 0 0 1 0-1.414l5-5a1 1 0 1 1 1.414 1.414L8.414 12l4.293 4.293a1 1 0 0 1 0 1.414\" clip-rule=\"evenodd\"/></svg>",
79
81
  "external-link": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" viewBox=\"0 0 24 24\" focusable=\"false\"><path d=\"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6m4-3h6v6m-11 5L21 3\"/></svg>",
@@ -202,6 +204,8 @@
202
204
  "star-filled": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\" focusable=\"false\"><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M12 1a1 1 0 0 1 .897.557l2.857 5.79 6.39.934a1 1 0 0 1 .554 1.705l-4.623 4.503 1.09 6.362a1 1 0 0 1-1.45 1.054L12 18.9l-5.715 3.005a1 1 0 0 1-1.45-1.054l1.09-6.362-4.623-4.503a1 1 0 0 1 .553-1.705l6.39-.935 2.858-5.789A1 1 0 0 1 12 1\" clip-rule=\"evenodd\"/></svg>",
203
205
  "star-half": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\" focusable=\"false\"><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M12.897 1.557a1 1 0 0 0-1.794 0l-2.857 5.79-6.39.934a1 1 0 0 0-.554 1.705l4.624 4.503-1.092 6.362a1 1 0 0 0 1.451 1.054L12 18.9l5.715 3.005a1 1 0 0 0 1.45-1.054l-1.09-6.362 4.623-4.503a1 1 0 0 0-.553-1.705l-6.39-.935zM12.5 16.903l4.352 2.289-.838-4.883a1 1 0 0 1 .288-.885l3.55-3.457-4.907-.718a1 1 0 0 1-.752-.546L12.5 5.273z\" clip-rule=\"evenodd\"/></svg>",
204
206
  "stethoscope": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" viewBox=\"0 0 24 24\" focusable=\"false\"><path d=\"M13.1 2.5h2.3v4.6c0 3.2-2.6 5.7-5.7 5.7S4 10.2 4 7.1V2.5h2.3\"/><circle cx=\"17.7\" cy=\"15\" r=\"2.3\"/><path d=\"M17.7 17.5c0 2.2-1.8 4-4 4s-4-1.8-4-4m0 0v-4\"/></svg>",
207
+ "sticky-note": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"currentColor\" viewBox=\"0 0 24 24\" focusable=\"false\"><path fill-rule=\"evenodd\" d=\"M19.895 1A3.106 3.106 0 0 1 23 4.105v10.708c0 .823-.327 1.613-.91 2.195l-5.082 5.083a3.1 3.1 0 0 1-2.195.909H4.105A3.106 3.106 0 0 1 1 19.895V4.105A3.106 3.106 0 0 1 4.105 1zM4.105 3C3.495 3 3 3.495 3 4.105v15.79C3 20.505 3.495 21 4.105 21h9.53l-.003-.053v-5.262c0-1.134.919-2.053 2.053-2.053h5.262q.027 0 .053.002V4.105C21 3.495 20.505 3 19.895 3zm11.58 12.632a.053.053 0 0 0-.053.053v4.954l5.007-5.007z\" clip-rule=\"evenodd\"/></svg>",
208
+ "sticky-notes": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"currentColor\" viewBox=\"0 0 24 24\" focusable=\"false\"><path d=\"M2 6.263a1 1 0 0 1 1 1V17.74C3 19.54 4.46 21 6.26 21h7.32a1 1 0 0 1 0 2H6.26A5.26 5.26 0 0 1 1 17.74V7.263a1 1 0 0 1 1-1\"/><path fill-rule=\"evenodd\" d=\"M19.895 1A3.105 3.105 0 0 1 23 4.104v7.827c0 .823-.327 1.614-.91 2.196l-3.752 3.753a3.1 3.1 0 0 1-2.196.91H8.315a3.105 3.105 0 0 1-3.104-3.106V4.104A3.105 3.105 0 0 1 8.315 1zM8.315 3c-.61 0-1.104.495-1.104 1.104v11.58c0 .61.494 1.105 1.104 1.105h6.868v-3.764c0-1.133.919-2.052 2.052-2.052H21V4.104C21 3.494 20.505 3 19.895 3zm8.92 9.973a.053.053 0 0 0-.052.052v3.182l3.234-3.234z\" clip-rule=\"evenodd\"/></svg>",
205
209
  "stop-filled": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\" focusable=\"false\"><path fill=\"currentColor\" d=\"M3 5.045C3 3.915 3.916 3 5.045 3h13.91C20.085 3 21 3.916 21 5.045v13.91c0 1.13-.916 2.045-2.046 2.045H5.045A2.045 2.045 0 0 1 3 18.954z\"/></svg>",
206
210
  "storefront": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"currentColor\" viewBox=\"0 0 24 24\" focusable=\"false\"><path d=\"m21.895 8.89-1.05-4.37c-.22-.9-1-1.52-1.91-1.52H5.045c-.9 0-1.69.63-1.9 1.52l-1.05 4.37c-.24 1.02-.02 2.06.62 2.88.08.11.19.19.28.29V19c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-6.94c.09-.09.2-.18.28-.28.64-.82.87-1.87.62-2.89m-2.99-3.9 1.05 4.37c.1.42.01.84-.25 1.17-.14.18-.44.47-.94.47-.61 0-1.14-.49-1.21-1.14L16.975 5zm-5.91.01h1.96l.54 4.52c.05.39-.07.78-.33 1.07-.22.26-.54.41-.95.41-.67 0-1.22-.59-1.22-1.31zm-4.51 4.52L9.035 5h1.96v4.69c0 .72-.55 1.31-1.29 1.31-.34 0-.65-.15-.89-.41a1.42 1.42 0 0 1-.33-1.07m-4.45-.16L5.045 5h1.97l-.58 4.86c-.08.65-.6 1.14-1.21 1.14-.49 0-.8-.29-.93-.47-.27-.32-.36-.75-.26-1.17m.96 9.64v-6.03c.08.01.15.03.23.03.87 0 1.66-.36 2.24-.95.6.6 1.4.95 2.31.95.87 0 1.65-.36 2.23-.93.59.57 1.39.93 2.29.93.84 0 1.64-.35 2.24-.95.58.59 1.37.95 2.24.95.08 0 .15-.02.23-.03V19z\"/></svg>",
207
211
  "subscript": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\" focusable=\"false\"><path fill=\"currentColor\" d=\"M14.64 5.232a1 1 0 0 1 .128 1.408L10.302 12l4.466 5.36a1 1 0 1 1-1.536 1.28L9 13.562 4.768 18.64a1 1 0 1 1-1.536-1.28L7.698 12 3.232 6.64a1 1 0 1 1 1.536-1.28L9 10.438l4.232-5.078a1 1 0 0 1 1.408-.128M16 20.628V22h6v-1.538h-3.221v-.05l.95-.87q.867-.748 1.336-1.284.473-.535.656-.979.182-.442.182-.894a2.14 2.14 0 0 0-.369-1.244q-.364-.54-1.032-.84T18.93 14q-.877 0-1.54.32-.66.315-1.025.902-.365.585-.365 1.39h1.82q0-.357.136-.608a.94.94 0 0 1 .388-.382q.248-.134.578-.134.326 0 .579.127a.96.96 0 0 1 .395.362q.144.23.144.559 0 .293-.12.543-.12.247-.35.493-.228.242-.555.536z\"/></svg>",
@@ -67,6 +67,7 @@
67
67
  "corner-down-right": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\" focusable=\"false\"><g fill=\"currentColor\"><path d=\"M9.707 5.293a1 1 0 0 0-1.414 1.414zM13 10l.707.707a1 1 0 0 0 0-1.414zm-4.707 3.293a1 1 0 1 0 1.414 1.414zm0-6.586 4 4 1.414-1.414-4-4zm4 2.586-4 4 1.414 1.414 4-4z\"/><path d=\"M2 3a1 1 0 1 1 2 0zm10 6a1 1 0 1 1 0 2zM4 3v4.333H2V3zm0 4.333C4 8.253 4.746 9 5.667 9v2A3.667 3.667 0 0 1 2 7.333zM5.667 9H12v2H5.667z\"/></g></svg>",
68
68
  "course": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\" focusable=\"false\"><g stroke=\"currentColor\" stroke-width=\"2\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M8 2 1 5.5 8 9l7-3.5z\" clip-rule=\"evenodd\"/><path stroke-linejoin=\"round\" d=\"M4 7v5.511L8 14.5l4-1.988V7\"/><path stroke-linecap=\"round\" d=\"M15 5.5v5\"/></g></svg>",
69
69
  "credit-card": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\" focusable=\"false\"><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-3zm11 4V5a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1zM2 8h12v3a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1z\" clip-rule=\"evenodd\"/></svg>",
70
+ "cursor": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"currentColor\" viewBox=\"0 0 16 16\" focusable=\"false\"><path d=\"M11 1a1 1 0 1 1 0 2 2 2 0 0 0-2 2v2h1a1 1 0 0 1 0 2H9v2.37c0 .9.73 1.63 1.63 1.63a1 1 0 0 1 0 2A3.62 3.62 0 0 1 8 13.87 3.62 3.62 0 0 1 5.37 15a1 1 0 0 1 0-2c.9 0 1.63-.73 1.63-1.63V9H6a1 1 0 0 1 0-2h1V5a2 2 0 0 0-2-2 1 1 0 0 1 0-2 4 4 0 0 1 3 1.355A4 4 0 0 1 11 1\"/></svg>",
70
71
  "dgim": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\" focusable=\"false\"><path fill=\"currentColor\" d=\"M9 10.102c.497.27 1.25.66 1.581 1.01.606.64.787 1.37.77 2.092l-.002.065a2.86 2.86 0 0 1-.885 1.987c-.633.603-1.448.756-2.248.743H6.667c-.696 0-1.028-.156-1.402-.33-.393-.182-.684-.447-.684-.682v-.277c0-.183.29-.486.692-.665.547-.242.76-.444 1.394-.444h.766l1.067.02c.497 0 .5-.415.5-.42zM9 3.56c.57.075 2.82.514 2.985 2.062.147 1.375-.84 1.882-1.418 2.185L7 9.765v3.175c-.674-.317-1.773-.6-2.285-1.236-.47-.583-.73-1.321-.715-2.022l.007-.11c0-.013-.002-1.389 1.343-2.013L9 5.567zM9.093 0c.65 0 1.05.154 1.561.46.11.067.728.431.728.684l-.001.258c0 .241-.433.549-.591.63a3.16 3.16 0 0 1-1.513.369h-.315l-1.612.01c-.165 0-.35.061-.35.23v3.686c-.543-.32-1.46-.708-1.82-1.068a2.72 2.72 0 0 1-.804-2l.008-.324C4.42 1.345 5.77 0 7.328 0zm-.299.8c-.23 0-.415.18-.415.4s.186.4.415.4c.23 0 .416-.179.416-.4a.41.41 0 0 0-.416-.4\"/></svg>",
71
72
  "dosage": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\" focusable=\"false\"><path fill=\"currentColor\" d=\"M6 4v3a1 1 0 0 0 .284.698l1.198 1.229L8.914 7.53 8 6.593V4z\"/><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.154q-.048.047-.1.088a1 1 0 0 1-.089.1l-2.156 2.157a3.254 3.254 0 0 1-5.316-1.093M2 7a5 5 0 0 1 9.92-.894 3.25 3.25 0 0 0-1.47.842l-.002.002-1.155 1.154a1 1 0 0 0-.088.101 1 1 0 0 0-.1.088L6.95 10.448l-.002.001c-.409.411-.697.92-.842 1.471A5 5 0 0 1 2 7m6 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.747\" clip-rule=\"evenodd\"/></svg>",
72
73
  "dot": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"currentColor\" viewBox=\"0 0 16 16\" focusable=\"false\"><circle cx=\"8\" cy=\"8\" r=\"4\"/></svg>",
@@ -74,6 +75,7 @@
74
75
  "edit": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\" focusable=\"false\"><g stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\"><path stroke-linecap=\"square\" d=\"M7 2H3.333A1.333 1.333 0 0 0 2 3.333v9.334A1.333 1.333 0 0 0 3.333 14h9.334A1.334 1.334 0 0 0 14 12.667V9\"/><path stroke-linecap=\"round\" d=\"M12.692 1.396a1.352 1.352 0 0 1 1.912 1.912L8.549 9.363 6 10l.637-2.55z\"/></g></svg>",
75
76
  "effigos": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"currentColor\" viewBox=\"0 0 16 16\" focusable=\"false\"><path d=\"M6.527.686c2.542-.434 4.979-.04 7.012 1.854l.285.276a5.87 5.87 0 0 1 1.485 5.467l.001.001c-.153.785-.497 1.413-1.002 1.88-.503.464-1.155.758-1.905.897-1.717.307-3.455.282-5.158.1-.647-.065-1.174-.29-1.555-.682-.38-.392-.595-.928-.66-1.575V8.9a10.4 10.4 0 0 1 0-1.496l.026-.23c.077-.524.285-.977.606-1.323.366-.396.87-.642 1.46-.708l.253-.026a7.7 7.7 0 0 1 1.774.051h.003q.738.12 1.206.575c.308.301.512.697.629 1.161l.056.258c.108.603.05 1.214-.002 1.79v.001a.7.7 0 0 1-.102.317.5.5 0 0 1-.232.19c-.153.062-.332.052-.445.046h-.205a.6.6 0 0 1-.277-.045.42.42 0 0 1-.2-.2.6.6 0 0 1-.055-.22c-.006-.067-.006-.136-.006-.194v-.048a13 13 0 0 0 0-1.371l-.026-.17a.76.76 0 0 0-.195-.364.84.84 0 0 0-.517-.229 10.4 10.4 0 0 0-1.48 0 .8.8 0 0 0-.513.25.96.96 0 0 0-.223.568l-.01.523v.128c0 .701.074 1.045.25 1.241.173.193.495.298 1.18.347h.004c1.275.107 2.549.083 3.81-.083.763-.109 1.324-.42 1.68-.876.358-.457.532-1.083.469-1.856l-.001-.011a4.69 4.69 0 0 0-3.57-4.429l-.015-.004a7.4 7.4 0 0 0-5.621.422l-.001-.001c-1.258.66-2.094 1.697-2.44 3.08v.004a8.5 8.5 0 0 0 .023 4.426l.13.41c.33.928.85 1.66 1.53 2.186.779.603 1.78.95 2.972 1.01h.004c.869.059 1.75.047 2.633-.024l.466-.038-.26.387c-.437.65-1.23 1.01-2.162 1.117-.936.107-2.044-.036-3.167-.425l-.03-.011-.027-.019a.5.5 0 0 0-.189-.086l-.013-.002-.011-.005c-.076-.029-.215-.075-.332-.166-1.495-.89-2.384-2.048-2.865-3.382C.55 10.085.467 8.678.562 7.21h-.01l.014-.238a6.7 6.7 0 0 1 1.661-4.038 6.68 6.68 0 0 1 3.79-2.15z\"/><path d=\"M8.358 2.833c.809.04 1.603.228 2.344.553l.313.147.005.002a4.13 4.13 0 0 1 2.042 4.729l-.002.008a2 2 0 0 1-.23.51 1 1 0 0 1-.247.28.55.55 0 0 1-.454.1l-.015-.005a.5.5 0 0 1-.199-.115.4.4 0 0 1-.106-.192.6.6 0 0 1 .014-.265v-1.21l-.014-.263c-.122-1.294-.992-2.347-2.25-2.664l-.348-.072a6.5 6.5 0 0 0-2.464.025l-.005.001a2.91 2.91 0 0 0-2.397 2.626v.011a8 8 0 0 0-.032 1.84l.031.263v.002c.103.814.412 1.436.89 1.876s1.148.717 1.999.804c1.454.155 2.924.144 4.38-.011l.013-.002h.742l-.037.257c-.037.26-.218.403-.292.477l-.012.012-.013.01-.042.03-.033.024-.025.02-.013.02-.017.014c-.134.12-.282.192-.4.25l-.217.13-.03.008a10.5 10.5 0 0 1-5.028.104H6.2l-.019-.004a3.99 3.99 0 0 1-3.246-3.469l-.063-.41a9 9 0 0 1 .1-2.887 4.02 4.02 0 0 1 2.683-3.13 6.6 6.6 0 0 1 2.704-.434\"/></svg>",
76
77
  "emergency": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\" focusable=\"false\"><path fill=\"currentColor\" d=\"M3.208 10.767v1zm-2-2h1zm3.913 2h1v-1h-1zm0 2.026h1zm2 2v1zm1.647 0v1zm2-2h-1zm0-2.026v-1h-1v1zm1.97 0v1zm0-5.647v-1zm-1.97 0h-1v1h1zm0-1.856h1zm-2-2v-1zm-1.647 0v1zm-2 2h-1zm0 1.856v1h1v-1zm-1.913 0v-1zm-2 2h-1zm2 2.647a1 1 0 0 1-1-1h-2a3 3 0 0 0 3 3zm1.913 0H3.208v2h1.913zm1 3.026v-2.026h-2v2.026zm1 1a1 1 0 0 1-1-1h-2a3 3 0 0 0 3 3zm1.647 0H7.12v2h1.647zm1-1a1 1 0 0 1-1 1v2a3 3 0 0 0 3-3zm0-2.026v2.026h2v-2.026zm2.97-1h-1.97v2h1.97zm1-1a1 1 0 0 1-1 1v2a3 3 0 0 0 3-3zm0-1.647v1.647h2V7.12zm-1-1a1 1 0 0 1 1 1h2a3 3 0 0 0-3-3zm-1.97 0h1.97v-2h-1.97zm-1-2.856V5.12h2V3.264zm-1-1a1 1 0 0 1 1 1h2a3 3 0 0 0-3-3zm-1.647 0h1.647v-2H7.12zm-1 1a1 1 0 0 1 1-1v-2a3 3 0 0 0-3 3zm0 1.856V3.264h-2V5.12zm-2.913 1h1.913v-2H3.208zm-1 1a1 1 0 0 1 1-1v-2a3 3 0 0 0-3 3zm0 1.647V7.12h-2v1.647z\"/></svg>",
78
+ "eraser": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"currentColor\" viewBox=\"0 0 16 16\" focusable=\"false\"><path fill-rule=\"evenodd\" d=\"M7.613 1.719a2.36 2.36 0 0 1 3.444-.017l3.787 4.01c.86.91.857 2.334-.005 3.242L10.995 13h3.672a1 1 0 0 1 0 2H4.933a2.36 2.36 0 0 1-1.744-.771L1.1 11.928a2.36 2.36 0 0 1 .014-3.188zm-5.032 8.379a.36.36 0 0 0-.002.484l2.09 2.301a.36.36 0 0 0 .264.117h3.15c.099 0 .192-.04.26-.111l1.707-1.797-4.221-4.503zm7.022-7.023a.36.36 0 0 0-.523.003l-1.89 2.04 4.24 4.522 1.96-2.063a.36.36 0 0 0 0-.492z\" clip-rule=\"evenodd\"/></svg>",
77
79
  "expand": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\" focusable=\"false\"><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"bevel\" stroke-width=\"2\" d=\"M3 6h10M3 10h10\"/><path fill=\"currentColor\" d=\"m8 16-3-3h6zM8 0l3 3H5z\"/></svg>",
78
80
  "expand-left": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\" focusable=\"false\"><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M14 9H6V7h8a1 1 0 1 1 0 2M2 1a1 1 0 0 1 1 1v12a1 1 0 1 1-2 0V2a1 1 0 0 1 1-1\" clip-rule=\"evenodd\"/><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M8.707 11.707a1 1 0 0 1-1.414 0l-3-3a1 1 0 0 1 0-1.414l3-3a1 1 0 0 1 1.414 1.414L6.414 8l2.293 2.293a1 1 0 0 1 0 1.414\" clip-rule=\"evenodd\"/></svg>",
79
81
  "external-link": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\" focusable=\"false\"><g stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M13 9v2.667c0 .736-.597 1.333-1.333 1.333H4.333A1.333 1.333 0 0 1 3 11.667V4.333C3 3.597 3.597 3 4.333 3H7\"/><path stroke-linecap=\"round\" d=\"M10 2h4v4M8 8l6-6\"/></g></svg>",
@@ -202,6 +204,8 @@
202
204
  "star-filled": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\" focusable=\"false\"><path fill=\"currentColor\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m8 1 2.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\" clip-rule=\"evenodd\"/></svg>",
203
205
  "star-half": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\" focusable=\"false\"><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M8 0a1 1 0 0 1 .892.549l1.928 3.813 4.321.617a1 1 0 0 1 .548 1.715l-3.111 2.959.733 4.174a1 1 0 0 1-1.442 1.063L8 12.903 4.13 14.89a1 1 0 0 1-1.44-1.063l.732-4.174-3.111-2.96A1 1 0 0 1 .859 4.98l4.32-.617L7.109.55A1 1 0 0 1 8 0m.25 10.81q.106.028.207.08l2.536 1.301-.478-2.72a1 1 0 0 1 .296-.898l2.004-1.906-2.793-.398a1 1 0 0 1-.751-.54L8.25 3.712z\" clip-rule=\"evenodd\"/></svg>",
204
206
  "stethoscope": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\" focusable=\"false\"><g stroke=\"currentColor\" stroke-width=\"2\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M5 1H3v3a4 4 0 1 0 8 0V1m0 0H9.214M11 1H9\"/><path d=\"M13 12a3 3 0 1 1-6 0V8\"/><circle cx=\"13\" cy=\"11\" r=\"2\"/></g></svg>",
207
+ "sticky-note": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"currentColor\" viewBox=\"0 0 16 16\" focusable=\"false\"><path fill-rule=\"evenodd\" d=\"M12.267 1A2.733 2.733 0 0 1 15 3.733v5.76c0 .724-.288 1.42-.8 1.933l-2.774 2.773A2.74 2.74 0 0 1 9.492 15H3.733A2.733 2.733 0 0 1 1 12.267V3.733A2.733 2.733 0 0 1 3.733 1zM3.733 3A.733.733 0 0 0 3 3.733v8.534c0 .405.328.733.733.733H9v-2.133C9 9.837 9.835 9 10.866 9H13V3.733A.733.733 0 0 0 12.267 3zM11 11v.796l.796-.796z\" clip-rule=\"evenodd\"/></svg>",
208
+ "sticky-notes": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"currentColor\" viewBox=\"0 0 16 16\" focusable=\"false\"><path d=\"M2 3a1 1 0 0 1 1 1v7a2 2 0 0 0 2 2h4a1 1 0 1 1 0 2H5a4 4 0 0 1-4-4V4a1 1 0 0 1 1-1\"/><path fill-rule=\"evenodd\" d=\"M12.667 1A2.333 2.333 0 0 1 15 3.333v4.272a2.33 2.33 0 0 1-.684 1.65l-2.06 2.061a2.34 2.34 0 0 1-1.65.684H6.333A2.333 2.333 0 0 1 4 9.667V3.333A2.333 2.333 0 0 1 6.333 1zM6.333 3A.333.333 0 0 0 6 3.333v6.334c0 .184.15.333.333.333H10V8.667C10 7.747 10.746 7 11.667 7H13V3.333A.333.333 0 0 0 12.667 3z\" clip-rule=\"evenodd\"/></svg>",
205
209
  "stop-filled": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\" focusable=\"false\"><path fill=\"currentColor\" d=\"M2 3.364C2 2.61 2.61 2 3.364 2h9.272C13.39 2 14 2.61 14 3.364v9.272C14 13.39 13.39 14 12.636 14H3.364C2.61 14 2 13.39 2 12.636z\"/></svg>",
206
210
  "storefront": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"currentColor\" viewBox=\"0 0 16 16\" focusable=\"false\"><path d=\"m15.349 5.56-.77-3.31-.04-.13c-.21-.67-.82-1.12-1.49-1.12h-9.72c-.68 0-1.28.45-1.49 1.12l-.77 3.3c-.18.79 0 1.61.47 2.25l.16.21v4.9c0 .91.72 1.64 1.6 1.64h9.8c.88 0 1.6-.74 1.6-1.64V7.85l.04-.04s.08-.08.12-.13c.45-.6.63-1.36.5-2.11zm-3.44-2.71h.97l.7 3c.05.21.02.43-.09.6l-.05.08c-.09.12-.25.26-.5.26-.28 0-.54-.21-.62-.5zm1 5.78v3.93h-9.41V8.63c.56 0 1.1-.23 1.53-.61.45.4 1.01.61 1.62.61.57 0 1.12-.21 1.56-.6.45.39 1.02.6 1.6.6s1.12-.22 1.57-.61c.43.39.97.6 1.53.61m-3.81-2.59V2.85h1l.36 3.09c.03.22-.04.45-.19.62-.12.15-.29.22-.51.22-.36 0-.65-.33-.65-.75zm-3.16-.1v-.05l.36-3.04h1v3.19c0 .42-.31.75-.7.75-.15 0-.3-.06-.42-.17l-.05-.05a.82.82 0 0 1-.18-.62zm-3.12-.09.67-2.99h1l-.38 3.29c-.04.37-.32.65-.65.65-.2 0-.34-.09-.41-.17l-.13-.17a.77.77 0 0 1-.09-.6z\"/></svg>",
207
211
  "subscript": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\" focusable=\"false\"><g fill=\"currentColor\"><path d=\"M9.753 4.659a1 1 0 1 0-1.506-1.317zm-8.506 6.683a1 1 0 0 0 1.506 1.316zm7-8-7 8 1.506 1.316 7-8z\"/><path d=\"M2.753 3.341a1 1 0 1 0-1.506 1.317zm5.494 9.317a1 1 0 0 0 1.506-1.316zm-7-8 7 8 1.506-1.316-7-8zM11.124 14v-1.156l2.37-1.827a6 6 0 0 0 .403-.34 1.3 1.3 0 0 0 .26-.333.8.8 0 0 0 .094-.379.67.67 0 0 0-.39-.639.95.95 0 0 0-.423-.089q-.24 0-.422.09a.65.65 0 0 0-.279.263.84.84 0 0 0-.1.422H11q0-.625.3-1.076.302-.45.85-.693C12.698 8 12.947 8 13.439 8q.764 0 1.321.228.562.226.866.636.307.411.307.963 0 .34-.152.679-.152.334-.546.743-.394.407-1.12.97l-.595.463v.035H16V14z\"/></g></svg>",