@togo-framework/ui 0.1.0 → 0.1.2
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 +38 -7
- package/dist/index.d.ts +49 -1
- package/dist/index.js +141 -4
- package/dist/index.js.map +1 -1
- package/dist/shadcn.css +11 -10
- package/dist/styles.css +11 -10
- package/package.json +1 -1
- package/public/togo-storybook-logo.svg +13 -0
package/dist/shadcn.css
CHANGED
|
@@ -399,16 +399,17 @@
|
|
|
399
399
|
.tg-root { font-family: var(--tg-font); }
|
|
400
400
|
/* RTL: components use logical properties (ps/pe/ms/me/start/end) and flip under [dir="rtl"]. */
|
|
401
401
|
|
|
402
|
-
/* ── highlight.js theme (token-driven; works in dark & light) ──
|
|
403
|
-
.tg-md
|
|
404
|
-
.tg-md
|
|
405
|
-
.tg-md
|
|
406
|
-
.tg-md
|
|
407
|
-
.tg-md .hljs-
|
|
408
|
-
.tg-md .hljs-
|
|
409
|
-
.tg-md .hljs-
|
|
410
|
-
.tg-md .hljs-
|
|
411
|
-
.tg-md .hljs-
|
|
402
|
+
/* ── highlight.js theme (token-driven; works in dark & light) ──
|
|
403
|
+
Scoped to both the markdown renderer (.tg-md) and the standalone CodeBlock (.tg-code). */
|
|
404
|
+
:where(.tg-md, .tg-code) .hljs { color: hsl(var(--foreground)); }
|
|
405
|
+
:where(.tg-md, .tg-code) .hljs-comment, :where(.tg-md, .tg-code) .hljs-quote { color: hsl(var(--muted-foreground)); font-style: italic; }
|
|
406
|
+
:where(.tg-md, .tg-code) .hljs-keyword, :where(.tg-md, .tg-code) .hljs-selector-tag, :where(.tg-md, .tg-code) .hljs-built_in, :where(.tg-md, .tg-code) .hljs-name, :where(.tg-md, .tg-code) .hljs-tag { color: hsl(var(--primary)); }
|
|
407
|
+
:where(.tg-md, .tg-code) .hljs-string, :where(.tg-md, .tg-code) .hljs-title, :where(.tg-md, .tg-code) .hljs-section, :where(.tg-md, .tg-code) .hljs-attribute, :where(.tg-md, .tg-code) .hljs-literal, :where(.tg-md, .tg-code) .hljs-template-tag, :where(.tg-md, .tg-code) .hljs-template-variable, :where(.tg-md, .tg-code) .hljs-type, :where(.tg-md, .tg-code) .hljs-addition { color: hsl(var(--success)); }
|
|
408
|
+
:where(.tg-md, .tg-code) .hljs-number, :where(.tg-md, .tg-code) .hljs-symbol, :where(.tg-md, .tg-code) .hljs-bullet, :where(.tg-md, .tg-code) .hljs-link, :where(.tg-md, .tg-code) .hljs-meta, :where(.tg-md, .tg-code) .hljs-selector-id, :where(.tg-md, .tg-code) .hljs-selector-class { color: hsl(var(--info)); }
|
|
409
|
+
:where(.tg-md, .tg-code) .hljs-attr, :where(.tg-md, .tg-code) .hljs-variable, :where(.tg-md, .tg-code) .hljs-params { color: hsl(var(--warning)); }
|
|
410
|
+
:where(.tg-md, .tg-code) .hljs-deletion { color: hsl(var(--destructive)); }
|
|
411
|
+
:where(.tg-md, .tg-code) .hljs-emphasis { font-style: italic; }
|
|
412
|
+
:where(.tg-md, .tg-code) .hljs-strong { font-weight: 700; }
|
|
412
413
|
|
|
413
414
|
/* ════════════════════════════════════════════════════════════════════════════
|
|
414
415
|
* ToGO BRAND REMAP — re-point the inherited (prism) HSL tokens onto the ToGO
|
package/dist/styles.css
CHANGED
|
@@ -399,16 +399,17 @@
|
|
|
399
399
|
.tg-root { font-family: var(--tg-font); }
|
|
400
400
|
/* RTL: components use logical properties (ps/pe/ms/me/start/end) and flip under [dir="rtl"]. */
|
|
401
401
|
|
|
402
|
-
/* ── highlight.js theme (token-driven; works in dark & light) ──
|
|
403
|
-
.tg-md
|
|
404
|
-
.tg-md
|
|
405
|
-
.tg-md
|
|
406
|
-
.tg-md
|
|
407
|
-
.tg-md .hljs-
|
|
408
|
-
.tg-md .hljs-
|
|
409
|
-
.tg-md .hljs-
|
|
410
|
-
.tg-md .hljs-
|
|
411
|
-
.tg-md .hljs-
|
|
402
|
+
/* ── highlight.js theme (token-driven; works in dark & light) ──
|
|
403
|
+
Scoped to both the markdown renderer (.tg-md) and the standalone CodeBlock (.tg-code). */
|
|
404
|
+
:where(.tg-md, .tg-code) .hljs { color: hsl(var(--foreground)); }
|
|
405
|
+
:where(.tg-md, .tg-code) .hljs-comment, :where(.tg-md, .tg-code) .hljs-quote { color: hsl(var(--muted-foreground)); font-style: italic; }
|
|
406
|
+
:where(.tg-md, .tg-code) .hljs-keyword, :where(.tg-md, .tg-code) .hljs-selector-tag, :where(.tg-md, .tg-code) .hljs-built_in, :where(.tg-md, .tg-code) .hljs-name, :where(.tg-md, .tg-code) .hljs-tag { color: hsl(var(--primary)); }
|
|
407
|
+
:where(.tg-md, .tg-code) .hljs-string, :where(.tg-md, .tg-code) .hljs-title, :where(.tg-md, .tg-code) .hljs-section, :where(.tg-md, .tg-code) .hljs-attribute, :where(.tg-md, .tg-code) .hljs-literal, :where(.tg-md, .tg-code) .hljs-template-tag, :where(.tg-md, .tg-code) .hljs-template-variable, :where(.tg-md, .tg-code) .hljs-type, :where(.tg-md, .tg-code) .hljs-addition { color: hsl(var(--success)); }
|
|
408
|
+
:where(.tg-md, .tg-code) .hljs-number, :where(.tg-md, .tg-code) .hljs-symbol, :where(.tg-md, .tg-code) .hljs-bullet, :where(.tg-md, .tg-code) .hljs-link, :where(.tg-md, .tg-code) .hljs-meta, :where(.tg-md, .tg-code) .hljs-selector-id, :where(.tg-md, .tg-code) .hljs-selector-class { color: hsl(var(--info)); }
|
|
409
|
+
:where(.tg-md, .tg-code) .hljs-attr, :where(.tg-md, .tg-code) .hljs-variable, :where(.tg-md, .tg-code) .hljs-params { color: hsl(var(--warning)); }
|
|
410
|
+
:where(.tg-md, .tg-code) .hljs-deletion { color: hsl(var(--destructive)); }
|
|
411
|
+
:where(.tg-md, .tg-code) .hljs-emphasis { font-style: italic; }
|
|
412
|
+
:where(.tg-md, .tg-code) .hljs-strong { font-weight: 700; }
|
|
412
413
|
|
|
413
414
|
/* ════════════════════════════════════════════════════════════════════════════
|
|
414
415
|
* ToGO BRAND REMAP — re-point the inherited (prism) HSL tokens onto the ToGO
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@togo-framework/ui",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "togo UI kit — the prism-style admin + auth component library (layout, data, charts, primitives). Framework-agnostic, RTL-ready, dark-first.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="140" height="34" viewBox="0 0 140 34" fill="none">
|
|
2
|
+
<svg x="0" y="2" width="25" height="30" viewBox="0 0 507 618" preserveAspectRatio="xMidYMid meet">
|
|
3
|
+
<defs>
|
|
4
|
+
<linearGradient id="tg-sb-mark" x1="-385.3" y1="821.3" x2="-384.3" y2="821.1" gradientTransform="translate(183365.2 481810.9) scale(476 -586.4)" gradientUnits="userSpaceOnUse">
|
|
5
|
+
<stop offset="0" stop-color="#23c9dd"/><stop offset=".5" stop-color="#27a6de"/><stop offset=".5" stop-color="#2c7be2"/><stop offset="1" stop-color="#1659c8"/>
|
|
6
|
+
</linearGradient>
|
|
7
|
+
</defs>
|
|
8
|
+
<path fill="url(#tg-sb-mark)" fill-rule="evenodd" d="M163.3,44.3l-19-7.1c-9.2-3.4-15-5.3-17.5-5.5l-5.2-.5-4.4,2.9c-2.1,1.4-4.9,4.1-8.3,8l-1.9,2.3c-3.4,4-6,7.5-7.9,10.6l-1.1,1.8c-1.9,3.1-3.1,5.7-3.4,7.9l-.2,1.2c-.4,2.1,0,4.9,1.2,8.2l.7,1.9c1.2,3.3,4.6,9.1,10.3,17.4l11.8,17.2-2.5,26.7c-1.2,12.9-1.8,25.8-1.8,38.8v26.9s53.9.9,53.9.9c26,.4,42.4,1.4,49.2,3.1l3.9.9c6.8,1.6,13.4,4.2,19.9,7.8l13.3,7.3,13.2-7.3c6.4-3.5,12.9-6.1,19.5-7.8l3.8-.9c6.6-1.7,22.9-2.7,49-3.1l54.1-.8v-30.6c0-14.7-.6-27.7-1.8-38.8l-2.3-23,12.1-17.2c5.8-8.3,9.3-14.2,10.4-17.8l.6-2c1.1-3.5,1.4-6.4.8-8.6l-.3-1.3c-.5-2.2-1.8-4.8-3.7-7.9l-1.1-1.7c-2-3-4.6-6.5-8.1-10.4l-1.9-2.2c-3.4-3.9-6.1-6.4-8-7.6l-1.1-.7c-1.9-1.2-3.7-1.8-5.5-1.8h-1c-1.8,0-7.6,1.8-17.5,5.4l-20.5,7.5s-11.8-5.8-11.8-5.8c-25.8-12.6-56-21.1-84.8-20.1-11.2.4-22.3,2.4-32.8,6.1-10.8,3.8-22,6.5-32.5,11.2l-19.7,8.8ZM120,59l-1.9,5.2c-.9,2.5-1.1,5-.4,7.5l.4,1.4c.6,2.5,2.1,5.3,4.5,8.3l4.8,6.3,5-8.5c2.4-4.1,5.3-8.1,8.6-12.1l6.8-8.2-6-2.3c-2.9-1.1-5.6-1.8-8-2.1l-1.4-.2c-2.4-.3-3.7-.4-3.8-.4h0c0,0-1.3.7-3.6,2.1l-4.8,2.9ZM360.9,59.3l6.2,7.2c3,3.5,5.9,7.5,8.6,12l5.6,9.4,4.8-6.8c2.3-3.3,3.8-6.3,4.3-9.1l1.1-5.8-3-5.4c-1.5-2.6-3-4.3-4.6-5.1l-.9-.5c-1.6-.8-3.1-1.3-4.5-1.3h-.8c-1.4,0-2.1,0-2.2,0h0c0,0-1.7.4-4.8,1.3l-1.8.5c-3.1.8-5.1,1.6-6,2.2l-1.9,1.4ZM189,66.3l-8.3,2.7c-4,1.3-7.5,3.3-10.5,6.1l-1.7,1.6c-3,2.8-5.4,5.8-7,9.2l-1,1.9c-1.7,3.4-2.7,7.3-3,11.7l-.2,2.5c-.3,4.4.2,8.5,1.7,12.4l.8,2.2c1.4,3.9,3.4,7.2,5.9,10.1l1.4,1.6c2.5,2.8,5.3,5.1,8.2,6.8l1.7,1c3,1.7,6.5,2.8,10.5,3.2l2.3.3c4,.5,7.9.2,11.7-.8l2.1-.6c3.7-1,7.5-3.1,11.2-6.2l2.1-1.8c3.7-3.1,6.6-6.8,8.5-11l1.1-2.4c1.9-4.3,2.9-8.3,3-12.2v-2.2c0-3.8-.4-7.4-1.6-10.7l-.7-1.9c-1.2-3.3-3-6.5-5.6-9.5l-1.5-1.7c-2.6-3-5.5-5.3-8.7-7.1l-1.8-1c-3.2-1.7-7-2.8-11.3-3.3l-2.5-.3c-4.4-.5-6.6-.7-6.7-.7h0c0,0-2.1.7-6.1,2l6-2ZM311.7,66.3l-7.7,2.2c-3.7,1.1-7.3,3-10.8,5.7l-2,1.6c-3.5,2.8-6,5.6-7.7,8.4l-1,1.6c-1.7,2.9-2.8,6.4-3.2,10.5l-.3,2.4c-.5,4.1-.2,8.2.8,12.1l.6,2.2c1,3.9,3,7.7,5.7,11.2l1.6,2c2.8,3.5,5.9,6.3,9.4,8.2l2,1.1c3.5,2,7.3,3.2,11.4,3.7l2.3.3c4.1.5,7.9.2,11.5-.8l2-.6c3.5-1,7-3,10.4-5.8l1.9-1.6c3.4-2.9,6-6.2,8-10.1l1.1-2.2c2-3.8,3.1-7.6,3.4-11.2l.2-2.1c.3-3.6-.1-7.3-1.3-11.2l-.6-2.2c-1.1-3.9-3.1-7.5-5.8-10.9l-1.6-1.9c-2.8-3.4-5.7-5.9-8.9-7.6l-1.8-1c-3.2-1.7-6.8-2.8-10.8-3.2l-2.3-.3c-4.1-.5-6.2-.7-6.2-.7h0c0,0-2,.6-5.7,1.6l5.6-1.6ZM196,92.3l-1.1,5.4c-.5,2.6-.5,4.6,0,5.9l.3.8c.5,1.3,1.3,2.6,2.5,3.8l.7.7c1.1,1.2,2.3,2.1,3.6,2.6l.7.3c1.3.6,2.8.8,4.6.8h1c1.8,0,3.3-.3,4.7-.9l.8-.3c1.3-.6,2.5-1.4,3.6-2.5l.6-.6c1.1-1.1,1.9-3,2.4-5.7l.3-1.6c.5-2.7.5-4.8,0-6.2l-.3-.8c-.5-1.4-1.3-2.7-2.4-3.8l-.6-.6c-1.1-1.1-2.3-2-3.6-2.5l-.8-.3c-1.3-.6-2.8-.9-4.6-.9h-1c-1.8,0-2.7,0-2.8,0h0c0,0-1.3.9-3.6,2.7l-4.8,3.7ZM297.3,86l-4.8,3.4c-2.3,1.6-3.8,3.1-4.3,4.4l-.3.7c-.6,1.3-.8,2.7-.8,4.3v.9c0,1.6.3,3,.9,4.3l.3.8c.6,1.3,1.5,2.5,2.6,3.6l.7.6c1.2,1.1,2.4,2,3.7,2.5l.8.3c1.3.5,2.8.8,4.3.8h.9c1.6,0,3-.2,4.4-.8l.8-.3c1.3-.6,2.6-1.4,3.8-2.7l.7-.7c1.2-1.2,2-2.7,2.5-4.3l.3-1c.5-1.7.7-3.2.5-4.6v-.8c-.2-1.4-.6-2.7-1.3-3.9l-.4-.7c-.6-1.2-1.6-2.4-2.9-3.4l-.7-.6c-1.3-1.1-3.2-1.8-5.8-2.1l-1.5-.2c-2.6-.4-4-.5-4.1-.5h0c0,0-1.3.8-3.6,2.5l3.5-2.4ZM238.7,128l-5.3,5.6c-2.5,2.7-5,4.9-7.5,6.7l-1.4,1c-2.5,1.8-4.4,3.8-5.7,6l-2.8,4.6.7,4.9c.3,2.4,1.2,4.3,2.5,5.8l.8.9c1.3,1.5,2.8,2.5,4.3,3.1l.9.3c1.5.6,3.7.7,6.6.4l1.7-.2c2.9-.3,6.6-1.4,11.2-3.4l9.5-4,9.5,4c4.6,1.9,8,3.1,10.4,3.4l1.3.2c2.3.3,4.5.2,6.6-.4l1.2-.4c2.1-.6,3.8-1.6,5-3l.7-.8c1.3-1.4,2.1-2.9,2.6-4.8l.2-1c.4-1.8.4-3.6,0-5.3l-.2-1c-.4-1.7-3.5-5.4-9.2-11.1l-11.7-11.8-9.3-1.6c-4.5-.7-6.8-1.1-6.9-1.1h0c0,0-2.3.4-6.6,1.1l-8.9,1.6ZM238,176.3l2,13.5,3.3,2.9h22c0,0,3.3-3.4,3.3-3.4l1.8-12.7-9.4-4.4c-4.5-2.1-6.8-3.1-6.9-3.1h0c0,0-2.4,1-6.9,3l-9.3,4.1ZM16,330.4l62.3.2.3-26.6c.2-12.8.5-19.8,1.1-20.8l.3-.6c.6-1,1.4-1.8,2.3-2.2l.5-.3c.9-.5,15.3-.7,43.1-.8h15.9c27.8,0,43.4.2,46.9.7l2,.3c3.5.5,6.4,1.3,8.7,2.4l1.4.6c2.4,1.1,4.7,2.6,6.9,4.6l1.3,1.1c2.3,2,4.2,4.2,6,6.9l1,1.5c1.7,2.6,3,5.1,3.9,7.3l.5,1.3c.9,2.3,1.5,4.7,1.8,7.1l.2,1.4c.4,2.5.6,15.4.7,38.9l.2,48.5,6.2-5.2c3-2.5,6.2-4.6,9.8-6.3l2-1c3.5-1.7,7.2-2.9,10.9-3.6l2.1-.4c3.7-.7,9.1-1.1,16-1.3l14.3-.3.2-38.1c.1-18.4.4-29.1,1-32.1l.3-1.7c.6-3,1.4-5.8,2.5-8.4l.6-1.5c1.1-2.6,2.6-5,4.3-7.3l1-1.3c1.7-2.3,3.5-4.2,5.2-5.6l1-.8c1.7-1.4,3.8-2.7,6.3-3.8l1.4-.6c2.4-1.1,5.6-1.9,9.4-2.4l2.2-.3c3.8-.5,19.7-.7,47.5-.5l57.6.4,1.8,1.8c.9.9,1.5,1.8,1.7,2.9v.6c.4,1,.5,7.7.6,19.9l.2,25.3,62,.2.3-49.8c.1-24-.1-37.5-.8-40.5l-.4-1.7c-.7-2.9-1.8-5.5-3.4-7.8l-.9-1.3c-1.6-2.3-3.4-4.2-5.3-5.6l-1.1-.8c-1.9-1.4-4.4-2.5-7.4-3.2l-1.7-.4c-3-.8-26.1-1.1-69.3-1.1h-24.7c-43.2,0-67,.3-71.3.8l-2.5.3c-4.3.5-8.7,1.4-13.3,2.8l-2.6.8c-4.6,1.4-8.5,2.9-11.7,4.6l-1.8.9c-3.2,1.7-6.9,4-10.9,7.1l-8.4,6.2-13.8-9.1c-6.7-4.4-13.6-7.6-20.7-9.6l-4.1-1.1c-7.1-2-33.5-3-79.1-3.2l-94.6-.4h-.2c0,0-1.3.3-3.6.8l-1.3.3c-2.3.5-4.7,1.4-7,2.8l-1.3.8c-2.3,1.4-4.3,3.2-6,5.4l-1,1.3c-1.7,2.2-2.9,4.5-3.7,6.8l-.5,1.3c-.8,2.3-1.2,16-1.3,40.9v51.7ZM301.3,352.7l37.8,1.3,2.6,3c1.3,1.4,2.1,3.8,2.5,7l.8,6.7h60c0,0,1.3-1,1.3-1v-8.7c0-4.2-.4-8.6-1.1-13.2l-.4-2.6c-.7-4.6-1.9-8.9-3.6-12.9l-1-2.3c-1.7-4-3.9-7.7-6.8-11.4l-1.6-2.1c-2.8-3.6-6-6.7-9.3-9.2l-1.9-1.4c-3.4-2.5-7.2-4.6-11.4-6.3l-2.4-1c-4.2-1.7-8-2.7-11.3-3.2l-1.9-.2c-3.3-.4-8.2-.7-14.7-.7h-13.5c0,0-.2,0-.2,0,0,0-2,.5-5.6,1.6l-2.1.6c-3.6,1-6.7,3-9.2,5.9l-1.4,1.6c-2.5,2.9-4.1,5.5-4.6,8l-.3,1.4c-.6,2.4-.8,8.7-.7,18.7l.2,20.7ZM293.1,588.7l48.9-29c23.6-14,36.6-22,39.2-24.1l1.4-1.2c2.5-2,4.8-4.2,6.9-6.6l1.2-1.3c2-2.4,4.2-5.5,6.4-9.5l1.3-2.3c2.2-4,3.9-8.1,5.1-12.4l.7-2.5c1.2-4.3,1.8-19.4,1.9-45.2l.3-53.5-83.8-.5c-40.5-.2-62.6,0-66.3.9l-2.1.5c-3.7.8-7.2,2.2-10.3,4.1l-1.8,1.1c-3.1,1.9-5.8,4.3-8.1,7.1l-1.3,1.6c-2.3,2.8-4.1,6-5.5,9.8l-.8,2.1c-1.4,3.8-2.2,15.2-2.4,34.4l-.4,39.6,1.3,1.7c.6.8,4.7,3.5,12.3,8l4.3,2.6c7.5,4.5,11.8,6.7,12.7,6.7h.5c.9,0,5.4-2.4,13.5-7.3l16.8-10.1.2-23c.1-11.1.3-17.1.7-17.9l.7-1.7,54.3-.7,3,2.6v11.2c-.1,5.4-.8,9.2-2.1,11.3l-.8,1.2c-1.3,2.1-13.2,9.8-35.7,23l-12.9,7.5c-22.5,13.2-34.5,20-35.9,20.5l-3,1-47.6-27.7c-23-13.4-35.3-21-37.1-22.9l-3.7-3.9-.5-71.3c-.2-34.4,0-52.3.8-53.7l.5-.8c.8-1.4,2-2.5,3.7-3.4l1-.5c1.7-.8,7.2-1.3,16.7-1.4l19.5-.2v-21c.2-10.1-.4-16.9-1.6-20.3l-.7-1.9c-1.2-3.4-3.2-6.2-6.1-8.5l-1.7-1.3c-2.9-2.3-5.5-3.7-7.7-4.1l-1.3-.2c-2.2-.5-7-.7-14.3-.6h-15.1c0,0-.2.1-.2.1,0,0-2.7.6-7.8,1.8l-2.9.7c-5.1,1.2-9.7,3.1-13.9,5.6l-2.4,1.4c-4.2,2.5-8.1,5.8-11.7,9.8l-2,2.3c-3.6,4-6.5,8.5-8.8,13.6l-1.3,2.9c-2.2,5-3.7,10-4.3,14.8l-.4,2.8c-.6,4.9-.9,25-.9,60.3v20.2c0,35.4.5,55.9,1.3,61.6l.5,3.3c.9,5.7,2.8,11.2,5.5,16.5l1.6,3c2.8,5.3,6.5,10.1,11.1,14.4l2.6,2.4c4.6,4.3,20.1,14.3,46.6,30l15.2,9c26.5,15.7,42.4,24.5,47.6,26.5l3,1.1c5.2,2,9.6,3.1,13.3,3.4l2.1.2c3.6.3,7.7-.1,12-1.2l2.5-.6c4.4-1.1,9.4-3.1,14.9-5.9l11.5-5.8Z"/>
|
|
9
|
+
</svg>
|
|
10
|
+
<text x="34" y="23" font-family="Sora, 'Trebuchet MS', system-ui, sans-serif" font-size="19" font-weight="800" letter-spacing="-.4">
|
|
11
|
+
<tspan fill="#1FC7DC">To</tspan><tspan fill="#2D8CE6">GO</tspan><tspan fill="#9BAAB0" font-weight="600"> UI</tspan>
|
|
12
|
+
</text>
|
|
13
|
+
</svg>
|