Merge branch 'main' into sidebar-tray

This commit is contained in:
Kurt Hutten
2021-09-12 17:25:52 +10:00
27 changed files with 14087 additions and 127 deletions

View File

@@ -2,6 +2,7 @@ export type SvgNames =
| 'arrow-down'
// | 'arrow'
| 'arrow-left'
| 'arrow-right'
| 'camera'
| 'check'
| 'chevron-down'
@@ -74,6 +75,22 @@ const Svg = ({
/>
</svg>
),
'arrow-right': (
<svg
xmlns="http://www.w3.org/2000/svg"
className="h-6 w-6"
fill="none"
viewBox="0 0 24 24"
stroke="currentColor"
>
<path
strokeLinecap="round"
strokeLinejoin="round"
strokeWidth={2}
d="M14 5l7 7m0 0l-7 7m7-7H3"
/>
</svg>
),
camera: (
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 21">
<path