Merge branch 'main' into sidebar-tray
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user