@amboss/design-system 3.7.2 → 3.7.4
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.
- package/README.md +2 -2
- package/build/cjs/components/Box/Box.js +1 -1
- package/build/cjs/components/CheckboxCard/CheckboxCard.d.ts +2 -0
- package/build/cjs/components/CheckboxCard/CheckboxCard.js +1 -1
- package/build/cjs/components/Column/Columns.js +1 -1
- package/build/cjs/components/Container/Container.js +1 -1
- package/build/cjs/components/DataTable/DataTable.js +1 -1
- package/build/cjs/components/DataTable/TableBody.js +1 -1
- package/build/cjs/components/DataTable/TableCell.js +1 -1
- package/build/cjs/components/DataTable/TableHeader.js +1 -1
- package/build/cjs/components/DropdownMenu/DropdownMenu.d.ts +2 -1
- package/build/cjs/components/DropdownMenu/DropdownMenu.js +1 -1
- package/build/cjs/components/EntityList/styled-components.js +1 -1
- package/build/cjs/components/EntityTree/EntityTreeItem.js +1 -1
- package/build/cjs/components/Form/Checkbox/Checkbox.d.ts +1 -1
- package/build/cjs/components/Form/Checkbox/Checkbox.js +1 -1
- package/build/cjs/components/Form/FormFieldGroup/FormFieldGroup.js +1 -1
- package/build/cjs/components/Form/Radio/Radio.d.ts +2 -0
- package/build/cjs/components/Form/Radio/Radio.js +1 -1
- package/build/cjs/components/Form/SegmentedControl/-types.d.ts +2 -2
- package/build/cjs/components/Form/SegmentedControl/SegmentedControl.js +1 -1
- package/build/cjs/components/Grid/Grid.js +1 -1
- package/build/cjs/components/Grid/GridItem.js +1 -1
- package/build/cjs/components/Icon/Icon.d.ts +3 -3
- package/build/cjs/components/Icon/Icon.js +1 -1
- package/build/cjs/components/Image/Image.js +1 -1
- package/build/cjs/components/Inline/Inline.js +1 -1
- package/build/cjs/components/Notification/Notification.d.ts +2 -1
- package/build/cjs/components/Notification/Notification.js +1 -1
- package/build/cjs/components/Patterns/Modal/Modal.js +3 -3
- package/build/cjs/components/RadioCard/RadioCard.d.ts +2 -0
- package/build/cjs/components/RadioCard/RadioCard.js +1 -1
- package/build/cjs/components/Stack/Stack.js +1 -1
- package/build/cjs/components/Tabs/Tabs.js +1 -1
- package/build/cjs/components/Toast/Toast.d.ts +2 -1
- package/build/cjs/components/Toast/Toast.js +1 -1
- package/build/cjs/components/Typography/Text/Text.js +1 -1
- package/build/cjs/components/Utilities/ContainerQuery/ContainerQuery.d.ts +10 -0
- package/build/cjs/components/Utilities/ContainerQuery/ContainerQuery.js +1 -0
- package/build/cjs/components/Utilities/ContainerQuery/ContainerQueryContext.d.ts +2 -0
- package/build/cjs/components/Utilities/ContainerQuery/ContainerQueryContext.js +1 -0
- package/build/cjs/index.d.ts +1 -0
- package/build/cjs/index.js +1 -1
- package/build/cjs/shared/mediaQueries.d.ts +10 -3
- package/build/cjs/shared/mediaQueries.js +1 -1
- package/build/cjs/types/index.d.ts +4 -1
- package/build/cjs/web-tokens/assets/icons.json +4 -3
- package/build/cjs/web-tokens/assets/icons16.json +4 -3
- package/build/esm/components/Box/Box.js +1 -1
- package/build/esm/components/CheckboxCard/CheckboxCard.d.ts +2 -0
- package/build/esm/components/CheckboxCard/CheckboxCard.js +1 -1
- package/build/esm/components/Column/Columns.js +1 -1
- package/build/esm/components/Container/Container.js +1 -1
- package/build/esm/components/DataTable/DataTable.js +1 -1
- package/build/esm/components/DataTable/TableBody.js +1 -1
- package/build/esm/components/DataTable/TableCell.js +1 -1
- package/build/esm/components/DataTable/TableHeader.js +1 -1
- package/build/esm/components/DropdownMenu/DropdownMenu.d.ts +2 -1
- package/build/esm/components/DropdownMenu/DropdownMenu.js +1 -1
- package/build/esm/components/EntityList/styled-components.js +1 -1
- package/build/esm/components/EntityTree/EntityTreeItem.js +1 -1
- package/build/esm/components/Form/Checkbox/Checkbox.d.ts +1 -1
- package/build/esm/components/Form/Checkbox/Checkbox.js +1 -1
- package/build/esm/components/Form/FormFieldGroup/FormFieldGroup.js +1 -1
- package/build/esm/components/Form/Radio/Radio.d.ts +2 -0
- package/build/esm/components/Form/Radio/Radio.js +1 -1
- package/build/esm/components/Form/SegmentedControl/-types.d.ts +2 -2
- package/build/esm/components/Form/SegmentedControl/SegmentedControl.js +1 -1
- package/build/esm/components/Grid/Grid.js +1 -1
- package/build/esm/components/Grid/GridItem.js +1 -1
- package/build/esm/components/Icon/Icon.d.ts +3 -3
- package/build/esm/components/Icon/Icon.js +1 -1
- package/build/esm/components/Image/Image.js +1 -1
- package/build/esm/components/Inline/Inline.js +1 -1
- package/build/esm/components/Notification/Notification.d.ts +2 -1
- package/build/esm/components/Notification/Notification.js +1 -1
- package/build/esm/components/Patterns/Modal/Modal.js +3 -3
- package/build/esm/components/RadioCard/RadioCard.d.ts +2 -0
- package/build/esm/components/RadioCard/RadioCard.js +1 -1
- package/build/esm/components/Stack/Stack.js +1 -1
- package/build/esm/components/Tabs/Tabs.js +1 -1
- package/build/esm/components/Toast/Toast.d.ts +2 -1
- package/build/esm/components/Toast/Toast.js +1 -1
- package/build/esm/components/Typography/Text/Text.js +1 -1
- package/build/esm/components/Utilities/ContainerQuery/ContainerQuery.d.ts +10 -0
- package/build/esm/components/Utilities/ContainerQuery/ContainerQuery.js +1 -0
- package/build/esm/components/Utilities/ContainerQuery/ContainerQueryContext.d.ts +2 -0
- package/build/esm/components/Utilities/ContainerQuery/ContainerQueryContext.js +1 -0
- package/build/esm/index.d.ts +1 -0
- package/build/esm/index.js +1 -1
- package/build/esm/shared/mediaQueries.d.ts +10 -3
- package/build/esm/shared/mediaQueries.js +1 -1
- package/build/esm/types/index.d.ts +4 -1
- package/build/esm/web-tokens/assets/icons.json +4 -3
- package/build/esm/web-tokens/assets/icons16.json +4 -3
- package/package.json +1 -1
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"3-columns": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M2 5a3 3 0 0 1 3-3h14a3 3 0 0 1 3 3v14a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3zm14 15h3a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1h-3zM14 4v16h-4V4zM5 4h3v16H5a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1\" clip-rule=\"evenodd\"/></svg>",
|
|
3
2
|
"activity": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M9 1.75a1 1 0 0 1 .95.66L15 16.96l2.05-5.91a1 1 0 0 1 .95-.66h4c.55 0 1 .43 1 .96s-.45.96-1 .96h-3.28l-2.77 7.99a1 1 0 0 1-.95.65 1 1 0 0 1-.95-.65L9 5.75l-2.05 5.9a1 1 0 0 1-.95.66H2c-.55 0-1-.43-1-.96s.45-.96 1-.96h3.28l2.77-7.98A1 1 0 0 1 9 1.75m0 0\"/></svg>",
|
|
4
3
|
"alert-circle": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" class=\"feather feather-alert-circle\" viewBox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"M12 8v4m0 4h.01\"/></svg>",
|
|
5
4
|
"alert-octagon": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" class=\"feather feather-alert-octagon\" viewBox=\"0 0 24 24\"><path d=\"M7.86 2h8.28L22 7.86v8.28L16.14 22H7.86L2 16.14V7.86zM12 8v4m0 4h.01\"/></svg>",
|
|
@@ -53,6 +52,7 @@
|
|
|
53
52
|
"clock-filled": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10m-9-6a1 1 0 1 0-2 0v6a1 1 0 0 0 .553.894l4 2a1 1 0 1 0 .894-1.788L13 11.382z\" clip-rule=\"evenodd\"/></svg>",
|
|
54
53
|
"coffee": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" class=\"feather feather-coffee\" viewBox=\"0 0 24 24\"><path d=\"M18 8h1a4 4 0 0 1 0 8h-1M2 8h16v9a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4zm4-7v3m4-3v3m4-3v3\"/></svg>",
|
|
55
54
|
"collapse": "<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\"><path d=\"M15 20.3 12 18l-3 2.3m3 1.7v-4M9 3.7 12 6l3-2.3M12 2v4m-7 4h14M5 14h14\"/></svg>",
|
|
55
|
+
"columns3": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M2 5a3 3 0 0 1 3-3h14a3 3 0 0 1 3 3v14a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3zm14 15h3a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1h-3zM14 4v16h-4V4zM5 4h3v16H5a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1\" clip-rule=\"evenodd\"/></svg>",
|
|
56
56
|
"comment": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\"><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M21 11.5a8.4 8.4 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.4 8.4 0 0 1-3.8-.9L3 21l1.9-5.7a8.4 8.4 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.4 8.4 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8z\" clip-rule=\"evenodd\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M9 10h7m-7 4h4\"/></svg>",
|
|
57
57
|
"compass": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" class=\"feather feather-compass\" viewBox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"m16.24 7.76-2.12 6.36-6.36 2.12 2.12-6.36z\"/></svg>",
|
|
58
58
|
"copy": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" class=\"feather feather-copy\" viewBox=\"0 0 24 24\"><rect width=\"13\" height=\"13\" x=\"9\" y=\"9\" rx=\"2\" ry=\"2\"/><path d=\"M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1\"/></svg>",
|
|
@@ -103,8 +103,8 @@
|
|
|
103
103
|
"image-broken": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\"><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M1 3a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v7h-3v3h-3v3h-3v3H3a2 2 0 0 1-2-2z\" clip-rule=\"evenodd\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M23 18v-4h-3v3h-3v3h-3v3h7a2 2 0 0 0 2-2z\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M6.5 8a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3\" clip-rule=\"evenodd\"/><path fill=\"currentColor\" d=\"M15.188 10.707a1 1 0 0 0 1.414-1.414zM13.895 8l.707-.707a1 1 0 0 0-1.383-.03zM2.324 17.263l-.737.676 1.352 1.474.737-.676zm14.278-7.97-2-2-1.414 1.414 2 2zm-3.383-2.03-10.895 10 1.352 1.474 10.895-10z\"/></svg>",
|
|
104
104
|
"info": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" class=\"feather feather-info\" viewBox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"M12 16v-4m0-4h.01\"/></svg>",
|
|
105
105
|
"institution": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"M10 10a1 1 0 0 0 0 2h4a1 1 0 1 0 0-2z\"/><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M11 4.023v.495q-.103.06-.2.132l-5 3.75A2 2 0 0 0 5 10v1.02a1 1 0 0 0-.2-.02H4a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-7a2 2 0 0 0-2-2h-.8q-.103 0-.2.02V10a2 2 0 0 0-.8-1.6l-4.996-3.747 2.112-.704a1 1 0 0 0-.632-1.898L13 2.613V2a1 1 0 1 0-2 0zM17 10v10h-2v-5a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v5H7V10l5-3.75zM5 20v-7.02a1 1 0 0 1-.2.02H4v7zm14-7.02V20h1v-7h-.8q-.103 0-.2-.02M13 16v4h-2v-4z\" clip-rule=\"evenodd\"/></svg>",
|
|
106
|
-
"key-off": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"
|
|
107
|
-
"key-on": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"
|
|
106
|
+
"key-off": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"m9.54 9.829-6.556 5.69-.025.024-.022.022c-.255.254-1.03 1.024-1.03 2.203a358 358 0 0 1-.011 2.433l-.002.254c-.102.756.087 1.5.617 2.043.531.544 1.275.753 2.026.697h2.92l.044-.004a1.825 1.825 0 0 0 1.58-1.283l.01-.027.491-2.001 2.233-.602.032-.012c.563-.194.996-.65 1.16-1.223l.011-.04.443-2.205 1.083-.965 7.874 7.874a1 1 0 0 0 1.414-1.414l-20-20a1 1 0 1 0-1.414 1.414zM3.941 21.1c.033.034.156.126.464.098l.045-.004h2.748l.723-2.939L11.1 17.4l.531-2.65 1.496-1.333-2.17-2.17-6.608 5.735c-.249.252-.441.494-.441.787a359 359 0 0 1-.012 2.445l-.003.404-.012.077c-.046.28.035.38.06.407\" clip-rule=\"evenodd\"/><path fill=\"currentColor\" d=\"M18.652 12.992a1 1 0 0 1 .577-1.292 4.91 4.91 0 1 0-6.343-6.343 1 1 0 0 1-1.868-.714 6.91 6.91 0 1 1 8.925 8.926 1 1 0 0 1-1.29-.577\"/><path fill=\"currentColor\" d=\"M14.966 7.105a2.5 2.5 0 1 0 5 0 2.5 2.5 0 0 0-5 0\"/></svg>",
|
|
107
|
+
"key-on": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"M17.466 9.605a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5\"/><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M2.511 22.498c-.53-.543-.72-1.287-.617-2.043l.002-.254.012-2.433c0-1.179.774-1.95 1.029-2.203l.022-.022.025-.025 7.779-6.75a6.91 6.91 0 1 1 4.945 5.028l-2.247 2.002-.443 2.206-.01.039a1.83 1.83 0 0 1-1.161 1.223l-.032.012-2.233.602-.492 2.001-.008.027a1.825 1.825 0 0 1-1.58 1.283l-.046.004h-2.92c-.75.056-1.494-.153-2.025-.697M4.406 21.2c-.308.028-.431-.064-.465-.099-.025-.026-.106-.126-.06-.406l.012-.077.003-.404.012-2.445c0-.293.192-.535.441-.787l8.727-7.574-.229-.643a4.91 4.91 0 1 1 2.956 2.968l-.56-.202-3.612 3.22L11.1 17.4l-3.178.857-.723 2.94H4.451z\" clip-rule=\"evenodd\"/></svg>",
|
|
108
108
|
"layers": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" class=\"feather feather-layers\" viewBox=\"0 0 24 24\"><path d=\"M12 2 2 7l10 5 10-5zM2 17l10 5 10-5M2 12l10 5 10-5\"/></svg>",
|
|
109
109
|
"library": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"M6.5 3H19v13H6.5a3.5 3.5 0 0 0-1.5.338V4.5C5 3.658 5.659 3 6.5 3M20 1H6.5A3.463 3.463 0 0 0 3 4.5v15C3 21.463 4.538 23 6.5 23H20a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1M9 7h7a1 1 0 1 0 0-2H9a1 1 0 0 0 0 2M6.5 21c-.841 0-1.5-.659-1.5-1.5S5.659 18 6.5 18H19v3z\"/></svg>",
|
|
110
110
|
"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\" class=\"feather feather-link\" viewBox=\"0 0 24 24\"><path d=\"M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71\"/><path d=\"M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71\"/></svg>",
|
|
@@ -170,6 +170,7 @@
|
|
|
170
170
|
"square": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" class=\"feather feather-square\" viewBox=\"0 0 24 24\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\" ry=\"2\"/></svg>",
|
|
171
171
|
"star": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" class=\"feather feather-star\" viewBox=\"0 0 24 24\"><path d=\"m12 2 3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01z\"/></svg>",
|
|
172
172
|
"star-filled": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M12 1a1 1 0 0 1 .897.557l2.857 5.79 6.39.934a1 1 0 0 1 .554 1.705l-4.623 4.503 1.09 6.362a1 1 0 0 1-1.45 1.054L12 18.9l-5.715 3.005a1 1 0 0 1-1.45-1.054l1.09-6.362-4.623-4.503a1 1 0 0 1 .553-1.705l6.39-.935 2.858-5.789A1 1 0 0 1 12 1\" clip-rule=\"evenodd\"/></svg>",
|
|
173
|
+
"star-half": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M12.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>",
|
|
173
174
|
"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\"><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>",
|
|
174
175
|
"subscript": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"M14.64 5.232a1 1 0 0 1 .128 1.408L10.302 12l4.466 5.36a1 1 0 1 1-1.536 1.28L9 13.562 4.768 18.64a1 1 0 1 1-1.536-1.28L7.698 12 3.232 6.64a1 1 0 1 1 1.536-1.28L9 10.438l4.232-5.078a1 1 0 0 1 1.408-.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>",
|
|
175
176
|
"table": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" class=\"feather feather-table\" viewBox=\"0 0 24 24\"><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\"/></svg>",
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"3-columns": "<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=\"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-3zm3-1a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h1V3zm5 10H7V3h2zm2 0h1a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1h-1z\" clip-rule=\"evenodd\"/></g><defs><clipPath id=\"a\"><path fill=\"#fff\" d=\"M0 0h16v16H0z\"/></clipPath></defs></svg>",
|
|
3
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 0\" clip-rule=\"evenodd\"/></g><defs><clipPath id=\"a\"><path fill=\"#fff\" d=\"M0 0h16v16H0z\"/></clipPath></defs></svg>",
|
|
4
3
|
"alert-circle": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\"><circle cx=\"8\" cy=\"8\" r=\"7\" stroke=\"currentColor\" stroke-width=\"2\"/><circle cx=\"8\" cy=\"11\" r=\"1\" fill=\"currentColor\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M8 5v3\"/></svg>",
|
|
5
4
|
"alert-octagon": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\"><clipPath id=\"a\"><path d=\"M0 0h16v16H0z\"/></clipPath><g fill=\"currentColor\" clip-path=\"url(#a)\"><path d=\"M8 4a1 1 0 0 1 1 1v3a1 1 0 1 1-2 0V5a1 1 0 0 1 1-1m0 6a1 1 0 1 0 0 2 1 1 0 0 0 0-2\"/><path fill-rule=\"evenodd\" d=\"M4.395.293A1 1 0 0 1 5.102 0h5.796a1 1 0 0 1 .707.293l4.102 4.102a1 1 0 0 1 .293.707v5.796a1 1 0 0 1-.293.707l-4.102 4.102a1 1 0 0 1-.707.293H5.102a1 1 0 0 1-.707-.293L.293 11.605A1 1 0 0 1 0 10.898V5.102a1 1 0 0 1 .293-.707zM5.516 2 2 5.516v4.968L5.516 14h4.968L14 10.484V5.516L10.484 2z\" clip-rule=\"evenodd\"/></g></svg>",
|
|
@@ -53,6 +52,7 @@
|
|
|
53
52
|
"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 0M9 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>",
|
|
54
53
|
"coffee": "<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=\"M11 6h.8a3.3 3.3 0 0 1 2.263.879c.6.562.937 1.325.937 2.121s-.337 1.559-.937 2.121A3.3 3.3 0 0 1 11.8 12H11M1 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.23zm2-5v2m3-2v2m3-2v2\"/></svg>",
|
|
55
54
|
"collapse": "<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=\"bevel\" stroke-width=\"2\" d=\"M3 6h10M3 10h10\"/><path fill=\"currentColor\" d=\"m8 12 3 3H5zm0-8L5 1h6z\"/></svg>",
|
|
55
|
+
"columns3": "<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=\"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-3zm3-1a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h1V3zm5 10H7V3h2zm2 0h1a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1h-1z\" clip-rule=\"evenodd\"/></g><defs><clipPath id=\"a\"><path fill=\"#fff\" d=\"M0 0h16v16H0z\"/></clipPath></defs></svg>",
|
|
56
56
|
"comment": "<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=\"M14.5 7.639a6.05 6.05 0 0 1-.65 2.744 6.14 6.14 0 0 1-5.489 3.395 6.05 6.05 0 0 1-2.744-.65L1.5 14.5l1.372-4.117a6.05 6.05 0 0 1-.65-2.744A6.14 6.14 0 0 1 5.617 2.15 6.05 6.05 0 0 1 8.36 1.5h.361A6.124 6.124 0 0 1 14.5 7.278z\" clip-rule=\"evenodd\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M6 6h4.5M6 9.5h2.5\"/></svg>",
|
|
57
57
|
"compass": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\"><g fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" clip-rule=\"evenodd\"><path d=\"M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14\"/><path d=\"M11 5 9.5 9.5 5 11l1.5-4.5z\"/></g></svg>",
|
|
58
58
|
"copy": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\"><g stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\"><path stroke-linecap=\"round\" d=\"M6 8a2 2 0 0 1 2-2h5a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2z\" clip-rule=\"evenodd\"/><path d=\"M3.077 10h-.692C1.62 10 1 9.38 1 8.615v-6.23C1 1.62 1.62 1 2.385 1h6.23C9.38 1 10 1.62 10 2.385v.692\"/></g></svg>",
|
|
@@ -103,8 +103,8 @@
|
|
|
103
103
|
"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 2\"/><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-3zm7.414 5H12V3a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v5.586l5.293-5.293a1 1 0 0 1 1.414 0zm-8.35 6.351L8 5.414l.117.117A1 1 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.707M13 14h-3v-1h2a1 1 0 0 0 1-1v-2h1v3a1 1 0 0 1-1 1\" clip-rule=\"evenodd\"/></svg>",
|
|
104
104
|
"info": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" class=\"feather feather-info\" viewBox=\"0 0 16 16\"><circle cx=\"8\" cy=\"8\" r=\"7\"/><path d=\"M8 11V8m0-3h.01\"/></svg>",
|
|
105
105
|
"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 9V7h2v2z\"/><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 2 0 0 1 7 2.702V1a1 1 0 0 1 2 0m2 12V6.514l-3-2.08-3 2.08V13h2v-3h2v3zM2 9h1v4H2zm12 4h-1V9h1z\" clip-rule=\"evenodd\"/></svg>",
|
|
106
|
-
"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=\"
|
|
107
|
-
"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=\"
|
|
106
|
+
"key-off": "<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=\"m5.16 7.574-4.065 3.527-.025.025-.017.018c-.175.174-.781.774-.781 1.701 0 .25-.003.707-.005 1.106l-.004.663c-.073.58.073 1.175.506 1.618.434.444 1.028.605 1.6.565h1.95l.045-.004a1.55 1.55 0 0 0 1.343-1.09l.008-.027.283-1.152 1.31-.353.032-.011a1.55 1.55 0 0 0 .985-1.04l.011-.039.276-1.374.36-.32 4.528 4.527 1.414-1.414L2.5 2.086 1.086 3.5zm-2.902 7.225.027-.002h1.587l.466-1.897 2.109-.569.336-1.672.772-.69-.978-.977-4.116 3.573c-.068.068-.114.12-.15.177s-.04.086-.04.103l-.004 1.117-.005.811z\" clip-rule=\"evenodd\"/><path fill=\"currentColor\" d=\"M11.457 9.78a1 1 0 0 1 .577-1.291A2.94 2.94 0 1 0 8.236 4.69a1 1 0 1 1-1.869-.714 4.94 4.94 0 1 1 6.38 6.38 1 1 0 0 1-1.29-.576\"/><path fill=\"currentColor\" d=\"M9.31 5.736a1.667 1.667 0 1 0 3.334 0 1.667 1.667 0 0 0-3.333 0\"/></svg>",
|
|
107
|
+
"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=\"M10.978 7.403a1.667 1.667 0 1 1 0-3.333 1.667 1.667 0 0 1 0 3.333\"/><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M.769 16.232c-.433-.443-.579-1.038-.506-1.618l.004-.663c.002-.399.005-.856.005-1.106 0-.927.606-1.527.78-1.7l.018-.019.025-.025L6.14 6.723a4.94 4.94 0 1 1 3.756 3.839l-1.284 1.145-.276 1.374-.01.04a1.55 1.55 0 0 1-.986 1.038l-.032.012-1.31.353-.283 1.152-.008.027a1.55 1.55 0 0 1-1.343 1.09l-.045.004H2.37c-.572.04-1.166-.121-1.6-.565m1.516-1.435-.027.002.004-.026.005-.81c.002-.398.005-.861.005-1.118 0-.017.004-.047.039-.103a1 1 0 0 1 .15-.177l5.98-5.19-.229-.644a2.94 2.94 0 1 1 1.77 1.777l-.56-.202-2.64 2.353-.335 1.672-2.11.57-.465 1.896z\" clip-rule=\"evenodd\"/></svg>",
|
|
108
108
|
"layers": "<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 1.5-7 3 7 3 7-3z\" clip-rule=\"evenodd\"/><path d=\"m1 8 7 3 7-3M1 11.5l7 3 7-3\"/></g></svg>",
|
|
109
109
|
"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-2z\"/><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.75M3.875 2C3.325 2 3 2.4 3 2.75v7.316Q3.352 10 3.719 10H13V2zm-.869 10.157L3 12.161v1.089c0 .35.326.75.875.75H13v-2H3.719c-.33 0-.58.08-.713.157\" clip-rule=\"evenodd\"/></svg>",
|
|
110
110
|
"link": "<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=\"M6.667 8.605a3.478 3.478 0 0 0 5.244.376l2.087-2.087A3.478 3.478 0 0 0 9.08 1.976l-1.196 1.19\"/><path d=\"M9.308 7.391a3.478 3.478 0 0 0-5.245-.375L1.976 9.102a3.478 3.478 0 0 0 4.918 4.918l1.19-1.19\"/></g></svg>",
|
|
@@ -170,6 +170,7 @@
|
|
|
170
170
|
"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-3zm3-1a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1z\" clip-rule=\"evenodd\"/></svg>",
|
|
171
171
|
"star": "<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=\"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>",
|
|
172
172
|
"star-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\" 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>",
|
|
173
|
+
"star-half": "<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 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>",
|
|
173
174
|
"stethoscope": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\"><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>",
|
|
174
175
|
"subscript": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\"><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>",
|
|
175
176
|
"superscript": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\"><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 7V5.844l2.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 1 12.947 1 13.439 1q.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.035H16V7z\"/></g></svg>",
|