forked from EXT/VR180-Web-Player
This commit is contained in:
@@ -4,6 +4,8 @@ export type LucideIconName =
|
||||
| 'pause'
|
||||
| 'maximize'
|
||||
| 'arrow-left'
|
||||
| 'chevron-left'
|
||||
| 'chevron-right'
|
||||
| 'rotate-ccw'
|
||||
| 'rotate-cw'
|
||||
| 'volume-2'
|
||||
@@ -37,6 +39,12 @@ const ICONS: Record<LucideIconName, readonly IconNode[]> = {
|
||||
['path', { d: 'm12 19-7-7 7-7' }],
|
||||
['path', { d: 'M19 12H5' }]
|
||||
],
|
||||
'chevron-left': [
|
||||
['path', { d: 'm15 18-6-6 6-6' }]
|
||||
],
|
||||
'chevron-right': [
|
||||
['path', { d: 'm9 18 6-6-6-6' }]
|
||||
],
|
||||
'rotate-ccw': [
|
||||
['path', { d: 'M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8' }],
|
||||
['path', { d: 'M3 3v5h5' }]
|
||||
|
||||
Reference in New Issue
Block a user