@amboss/design-system 1.2.1 → 1.2.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/CHANGELOG.md CHANGED
@@ -1,3 +1,66 @@
1
+ # v1.2.4 (Wed Apr 13 2022)
2
+
3
+ ### Release Notes
4
+
5
+ #### [SRCH-1413] Create `<Collapsible/>` Component in AMBOSS Design System ([#457](https://github.com/amboss-mededu/amboss-design-system/pull/457))
6
+
7
+ Put your release notes here
8
+
9
+ ---
10
+
11
+ #### 🐛 Bug Fix
12
+
13
+ - [SRCH-1413] Create `<Collapsible/>` Component in AMBOSS Design System [#457](https://github.com/amboss-mededu/amboss-design-system/pull/457) (anm@amboss.com [@Hadh](https://github.com/Hadh) [@anitamikas](https://github.com/anitamikas))
14
+
15
+ #### Authors: 3
16
+
17
+ - [@anitamikas](https://github.com/anitamikas)
18
+ - Anita (anm@amboss.com)
19
+ - Hadhemi Laouini ([@Hadh](https://github.com/Hadh))
20
+
21
+ ---
22
+
23
+ # v1.2.3 (Tue Apr 12 2022)
24
+
25
+ ### Release Notes
26
+
27
+ #### Stories URL and pa11yci configuration generation ([#456](https://github.com/amboss-mededu/amboss-design-system/pull/456))
28
+
29
+ - Generation of stories URLs
30
+ - Creation of pa11yci confuguration file
31
+
32
+ ---
33
+
34
+ #### 🐛 Bug Fix
35
+
36
+ - Stories URL and pa11yci configuration generation [#456](https://github.com/amboss-mededu/amboss-design-system/pull/456) ([@Hadh](https://github.com/Hadh))
37
+
38
+ #### Authors: 1
39
+
40
+ - Hadhemi ([@Hadh](https://github.com/Hadh))
41
+
42
+ ---
43
+
44
+ # v1.2.2 (Thu Apr 07 2022)
45
+
46
+ ### Release Notes
47
+
48
+ #### Add more icons ([#458](https://github.com/amboss-mededu/amboss-design-system/pull/458))
49
+
50
+ Put your release notes here
51
+
52
+ ---
53
+
54
+ #### 🐛 Bug Fix
55
+
56
+ - Add more icons [#458](https://github.com/amboss-mededu/amboss-design-system/pull/458) ([@OlfaKaroui](https://github.com/OlfaKaroui))
57
+
58
+ #### Authors: 1
59
+
60
+ - Olfa Karoui ([@OlfaKaroui](https://github.com/OlfaKaroui))
61
+
62
+ ---
63
+
1
64
  # v1.2.1 (Tue Apr 05 2022)
2
65
 
3
66
  ### Release Notes
@@ -27,6 +27,7 @@
27
27
  "chevron-left": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-chevron-left\"><polyline points=\"15 18 9 12 15 6\"></polyline></svg>",
28
28
  "chevron-right": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-chevron-right\"><polyline points=\"9 18 15 12 9 6\"></polyline></svg>",
29
29
  "chevron-up": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-chevron-up\"><polyline points=\"18 15 12 9 6 15\"></polyline></svg>",
30
+ "circle": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-circle\"><circle cx=\"12\" cy=\"12\" r=\"10\"></circle></svg>",
30
31
  "clipboard": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-clipboard\"><path d=\"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2\"></path><rect x=\"8\" y=\"2\" width=\"8\" height=\"4\" rx=\"1\" ry=\"1\"></rect></svg>",
31
32
  "coffee": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-coffee\"><path d=\"M18 8h1a4 4 0 0 1 0 8h-1\"></path><path d=\"M2 8h16v9a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4V8z\"></path><line x1=\"6\" y1=\"1\" x2=\"6\" y2=\"4\"></line><line x1=\"10\" y1=\"1\" x2=\"10\" y2=\"4\"></line><line x1=\"14\" y1=\"1\" x2=\"14\" y2=\"4\"></line></svg>",
32
33
  "collapse": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M15 20.3L12 18l-3 2.3M12 22v-4M9 3.7L12 6l3-2.3M12 2v4M5 10h14M5 14h14\"/></svg>",
@@ -58,15 +59,18 @@
58
59
  "gift": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"><path d=\"M20.7992 11.9999V22.9999H3.19922V11.9999\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M23 6.49988H1V11.9999H23V6.49988Z\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M11.9995 22.9999V6.49988\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12.0003 6.5H7.05029C6.32095 6.5 5.62147 6.21027 5.10575 5.69454C4.59002 5.17882 4.30029 4.47935 4.30029 3.75C4.30029 3.02065 4.59002 2.32118 5.10575 1.80546C5.62147 1.28973 6.32095 1 7.05029 1C10.9003 1 12.0003 6.5 12.0003 6.5Z\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M11.9995 6.5H16.9495C17.6789 6.5 18.3783 6.21027 18.8941 5.69454C19.4098 5.17882 19.6995 4.47935 19.6995 3.75C19.6995 3.02065 19.4098 2.32118 18.8941 1.80546C18.3783 1.28973 17.6789 1 16.9495 1C13.0995 1 11.9995 6.5 11.9995 6.5Z\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>",
59
60
  "google": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12 4.64c2.253 0 3.773.973 4.64 1.787l3.387-3.307C17.947 1.187 15.24 0 12 0 7.307 0 3.253 2.693 1.28 6.613l3.88 3.014C6.133 6.733 8.827 4.64 12 4.64Z\" fill=\"#EA4335\"/><path d=\"M23.52 12.267c0-.987-.08-1.707-.253-2.454H12v4.454h6.613c-.133 1.106-.853 2.773-2.453 3.893l3.787 2.933C22.213 19 23.52 15.92 23.52 12.267Z\" fill=\"#4285F4\"/><path d=\"M5.173 14.373a7.387 7.387 0 0 1-.4-2.373c0-.827.147-1.627.387-2.373L1.28 6.613A12.01 12.01 0 0 0 0 12c0 1.933.467 3.76 1.28 5.387l3.893-3.014Z\" fill=\"#FBBC05\"/><path d=\"M12 24c3.24 0 5.96-1.067 7.947-2.907L16.16 18.16c-1.013.707-2.373 1.2-4.16 1.2-3.173 0-5.867-2.093-6.827-4.987l-3.88 3.014C3.267 21.307 7.307 24 12 24Z\" fill=\"#34A853\"/></svg>\n",
60
61
  "hammer-filled": "<svg width=\"24\" height=\"24\" fill=\"currentColor\" viewBox=\"0 0 24 24\" stroke=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path d=\"M15.741 3.293l6 6c.48.479.743 1.103.743 1.757 0 .654-.263 1.278-.743 1.758l-1.399 1.399a2.482 2.482 0 01-1.758.738 2.479 2.479 0 01-1.756-.737l-1.711-1.693-8.582 8.581a.997.997 0 01-1.414 0l-2.828-2.828a1 1 0 010-1.415l8.559-8.559-3.621-3.583A.998.998 0 017.934 3h7.1c.266 0 .52.105.707.293z\"/>\n</svg>\n",
62
+ "hash": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-hash\"><line x1=\"4\" y1=\"9\" x2=\"20\" y2=\"9\"></line><line x1=\"4\" y1=\"15\" x2=\"20\" y2=\"15\"></line><line x1=\"10\" y1=\"3\" x2=\"8\" y2=\"21\"></line><line x1=\"16\" y1=\"3\" x2=\"14\" y2=\"21\"></line></svg>",
61
63
  "headphones": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path d=\"M3 18v-6a9 9 0 0 1 18 0v6\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n <path d=\"M21 14h1a1 1 0 0 0-1-1v1ZM3 14v-1a1 1 0 0 0-1 1h1Zm17 5a1 1 0 0 1-1 1v2a3 3 0 0 0 3-3h-2Zm-1 1h-1v2h1v-2Zm-1 0a1 1 0 0 1-1-1h-2a3 3 0 0 0 3 3v-2Zm-1-1v-3h-2v3h2Zm0-3a1 1 0 0 1 1-1v-2a3 3 0 0 0-3 3h2Zm1-1h3v-2h-3v2Zm2-1v5h2v-5h-2ZM2 19a3 3 0 0 0 3 3v-2a1 1 0 0 1-1-1H2Zm3 3h1v-2H5v2Zm1 0a3 3 0 0 0 3-3H7a1 1 0 0 1-1 1v2Zm3-3v-3H7v3h2Zm0-3a3 3 0 0 0-3-3v2a1 1 0 0 1 1 1h2Zm-3-3H3v2h3v-2Zm-4 1v5h2v-5H2Z\" fill=\"currentColor\"/>\n</svg>",
62
64
  "help-circle": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-help-circle\"><circle cx=\"12\" cy=\"12\" r=\"10\"></circle><path d=\"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3\"></path><line x1=\"12\" y1=\"17\" x2=\"12.01\" y2=\"17\"></line></svg>",
63
65
  "home": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-home\"><path d=\"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"></path><polyline points=\"9 22 9 12 15 12 15 22\"></polyline></svg>",
64
66
  "image": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-image\"><rect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"></rect><circle cx=\"8.5\" cy=\"8.5\" r=\"1.5\"></circle><polyline points=\"21 15 16 10 5 21\"></polyline></svg>",
65
67
  "institution": "<svg viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M9.5 11.5h5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/><path d=\"M17.75 9.582V19.75a1 1 0 0 1-1 1h-9.5a1 1 0 0 1-1-1V9.582a1 1 0 0 1 .42-.815l4.75-3.378a1 1 0 0 1 1.16 0l4.75 3.378a1 1 0 0 1 .42.815Z\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M13.875 21v-5.25h-3.75V21\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M4.8 12H4a1 1 0 0 0-1 1v7a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1v-7a1 1 0 0 0-1-1h-.8M12.195 4.874V2M12.5 3.5 15 3\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/></svg>\n",
68
+ "key": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-key\"><path d=\"M21 2l-2 2m-7.61 7.61a5.5 5.5 0 1 1-7.778 7.778 5.5 5.5 0 0 1 7.777-7.777zm0 0L15.5 7.5m0 0l3 3L22 7l-3-3m-3.5 3.5L19 4\"></path></svg>",
66
69
  "layers": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-layers\"><polygon points=\"12 2 2 7 12 12 22 7 12 2\"></polygon><polyline points=\"2 17 12 22 22 17\"></polyline><polyline points=\"2 12 12 17 22 12\"></polyline></svg>",
67
70
  "link": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-link\"><path d=\"M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71\"></path><path d=\"M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71\"></path></svg>",
68
71
  "list": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-list\"><line x1=\"8\" y1=\"6\" x2=\"21\" y2=\"6\"></line><line x1=\"8\" y1=\"12\" x2=\"21\" y2=\"12\"></line><line x1=\"8\" y1=\"18\" x2=\"21\" y2=\"18\"></line><line x1=\"3\" y1=\"6\" x2=\"3.01\" y2=\"6\"></line><line x1=\"3\" y1=\"12\" x2=\"3.01\" y2=\"12\"></line><line x1=\"3\" y1=\"18\" x2=\"3.01\" y2=\"18\"></line></svg>",
69
72
  "loader": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-loader\"><line x1=\"12\" y1=\"2\" x2=\"12\" y2=\"6\"></line><line x1=\"12\" y1=\"18\" x2=\"12\" y2=\"22\"></line><line x1=\"4.93\" y1=\"4.93\" x2=\"7.76\" y2=\"7.76\"></line><line x1=\"16.24\" y1=\"16.24\" x2=\"19.07\" y2=\"19.07\"></line><line x1=\"2\" y1=\"12\" x2=\"6\" y2=\"12\"></line><line x1=\"18\" y1=\"12\" x2=\"22\" y2=\"12\"></line><line x1=\"4.93\" y1=\"19.07\" x2=\"7.76\" y2=\"16.24\"></line><line x1=\"16.24\" y1=\"7.76\" x2=\"19.07\" y2=\"4.93\"></line></svg>",
73
+ "lock": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-lock\"><rect x=\"3\" y=\"11\" width=\"18\" height=\"11\" rx=\"2\" ry=\"2\"></rect><path d=\"M7 11V7a5 5 0 0 1 10 0v4\"></path></svg>",
70
74
  "mail": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-mail\"><path d=\"M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z\"></path><polyline points=\"22,6 12,13 2,6\"></polyline></svg>",
71
75
  "maximize": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-maximize\"><path d=\"M8 3H5a2 2 0 0 0-2 2v3m18 0V5a2 2 0 0 0-2-2h-3m0 18h3a2 2 0 0 0 2-2v-3M3 16v3a2 2 0 0 0 2 2h3\"></path></svg>",
72
76
  "maximize-2": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-maximize-2\"><polyline points=\"15 3 21 3 21 9\"></polyline><polyline points=\"9 21 3 21 3 15\"></polyline><line x1=\"21\" y1=\"3\" x2=\"14\" y2=\"10\"></line><line x1=\"3\" y1=\"21\" x2=\"10\" y2=\"14\"></line></svg>",
@@ -80,6 +80,7 @@
80
80
  "show-all": "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path d=\"M4 2a1 1 0 0 0-1 1v3.222L1.638 7.67c-.091.097-.236.17-.255.3a.206.206 0 0 0 0 .06c.02.13.164.203.255.3L3 9.778V13a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H4Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 4h2l3 8h-2l-.667-2H7.667L7 12H5l3-8Zm.333 4h1.334L9 6l-.667 2Z\" fill=\"currentColor\"/>\n</svg>",
81
81
  "smartzoom": "<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=\"M4.182 5.768a1 1 0 0 0 .05 1.414l.266.248-.828.887a.25.25 0 0 0 .013.353l2.012 1.876a.25.25 0 0 0 .353-.013l.827-.887.283.263a1 1 0 0 0 1.413-.05l2.69-2.885a3.5 3.5 0 1 1-4.37 5.359L6.593 12H2v4h7c3.028 0 5.307-2.245 5.867-4.793a5.494 5.494 0 0 0-2.221-5.72l.698-.748a1 1 0 0 0-.05-1.413L10.368.598a1 1 0 0 0-1.413.05l-4.773 5.12Zm2.145.633L7.79 7.764l3.409-3.657-1.463-1.364-3.41 3.658Z\" fill=\"currentColor\"/>\n</svg>",
82
82
  "sort": "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path d=\"M4 3v9\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\"/>\n <path d=\"m7 10-3 3-3-3\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"round\"/>\n <path d=\"M12 13V4\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\"/>\n <path d=\"m9 6 3-3 3 3\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"round\"/>\n</svg>",
83
+ "special-character": "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path d=\"M3 13h3v-1.8763c-1.4945-.8453-3-2.42523-3-4.23481C3 4.18883 5.23858 2 8 2c2.7614 0 5 2.18883 5 4.88889 0 1.80958-1.5055 3.38951-3 4.23481V13h3\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/>\n</svg>",
83
84
  "stethoscope": "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path d=\"M5.286 1H3v3a4 4 0 1 0 8 0V1H8.714\" stroke=\"currentColor\" stroke-width=\"2\"/>\n <path d=\"M13 12a3 3 0 1 1-6 0V8\" stroke=\"currentColor\" stroke-width=\"2\"/>\n <circle cx=\"13\" cy=\"11\" r=\"2\" stroke=\"currentColor\" stroke-width=\"2\"/>\n</svg>",
84
85
  "subscript": "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path d=\"M9.753 4.659a1 1 0 1 0-1.506-1.317l1.506 1.317Zm-8.506 6.683a1 1 0 0 0 1.506 1.316l-1.506-1.316Zm7-8-7 8 1.506 1.316 7-8-1.506-1.317Z\" fill=\"currentColor\"/>\n <path d=\"M2.753 3.341a1 1 0 1 0-1.506 1.317l1.506-1.317Zm5.494 9.317a1 1 0 0 0 1.506-1.316l-1.506 1.316Zm-7-8 7 8 1.506-1.316-7-8-1.506 1.317ZM11.124 14v-1.156l2.37-1.827a5.5 5.5 0 0 0 .403-.34 1.3 1.3 0 0 0 .26-.333.777.777 0 0 0 .094-.379.667.667 0 0 0-.39-.639.948.948 0 0 0-.423-.089c-.16 0-.3.03-.422.09a.647.647 0 0 0-.279.263.837.837 0 0 0-.1.422H11c0-.417.1-.775.3-1.076.201-.3.485-.531.85-.693.367-.162.796-.243 1.288-.243.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-.284.47-.546.743-.263.271-.636.595-1.12.97l-.595.463v.035H16V14h-4.876Z\" fill=\"currentColor\"/>\n</svg>",
85
86
  "superscript": "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path d=\"M9.753 4.659a1 1 0 1 0-1.506-1.317l1.506 1.317Zm-8.506 6.683a1 1 0 0 0 1.506 1.316l-1.506-1.316Zm7-8-7 8 1.506 1.316 7-8-1.506-1.317Z\" fill=\"currentColor\"/>\n <path d=\"M2.753 3.341a1 1 0 1 0-1.506 1.317l1.506-1.317Zm5.494 9.317a1 1 0 0 0 1.506-1.316l-1.506 1.316Zm-7-8 7 8 1.506-1.316-7-8-1.506 1.317ZM11.124 7V5.844l2.37-1.827c.157-.121.291-.235.403-.34a1.3 1.3 0 0 0 .26-.333.778.778 0 0 0 .094-.379.667.667 0 0 0-.39-.639.948.948 0 0 0-.423-.089c-.16 0-.3.03-.422.09a.647.647 0 0 0-.279.263.837.837 0 0 0-.1.422H11c0-.417.1-.775.3-1.076.201-.3.485-.531.85-.693.367-.162.796-.243 1.288-.243.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-.284.47-.546.743-.263.271-.636.595-1.12.97l-.595.463v.035H16V7h-4.876Z\" fill=\"currentColor\"/>\n</svg>\n",