forked from EXT/VR180-Web-Player
@@ -3,6 +3,7 @@ export type LucideIconName =
|
||||
| 'play'
|
||||
| 'pause'
|
||||
| 'maximize'
|
||||
| 'arrow-left'
|
||||
| 'rotate-ccw'
|
||||
| 'rotate-cw'
|
||||
| 'volume-2'
|
||||
@@ -32,6 +33,10 @@ const ICONS: Record<LucideIconName, readonly IconNode[]> = {
|
||||
['path', { d: 'M3 16v3a2 2 0 0 0 2 2h3' }],
|
||||
['path', { d: 'M16 21h3a2 2 0 0 0 2-2v-3' }]
|
||||
],
|
||||
'arrow-left': [
|
||||
['path', { d: 'm12 19-7-7 7-7' }],
|
||||
['path', { d: 'M19 12H5' }]
|
||||
],
|
||||
'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