Add demo for cadhub customizer

relates to #437
This commit is contained in:
Kurt Hutten
2021-08-07 11:30:27 +10:00
parent 1336ffc437
commit 0cc335ea9b
9 changed files with 526 additions and 414 deletions

View File

@@ -27,6 +27,7 @@ type SvgNames =
| 'refresh'
| 'save'
| 'share'
| 'switch-horizontal'
| 'terminal'
| 'trash'
| 'x'
@@ -503,6 +504,21 @@ const Svg = ({
/>
</svg>
),
'switch-horizontal': (
<svg
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 24 24"
stroke="currentColor"
>
<path
strokeLinecap="round"
strokeLinejoin="round"
strokeWidth={strokeWidth}
d="M8 7h12m0 0l-4-4m4 4l-4 4m0 6H4m0 0l4 4m-4-4l4-4"
/>
</svg>
),
terminal: (
<svg
xmlns="http://www.w3.org/2000/svg"