feature: added new icons for properties
This commit is contained in:
@@ -1,11 +1,15 @@
|
||||
import {
|
||||
Battery,
|
||||
Box,
|
||||
CircuitBoard,
|
||||
Clock,
|
||||
Cpu,
|
||||
Database,
|
||||
EthernetPort,
|
||||
Globe,
|
||||
Gpu,
|
||||
HardDrive,
|
||||
HdmiPort,
|
||||
Hash,
|
||||
Key,
|
||||
Layers,
|
||||
@@ -17,6 +21,7 @@ import {
|
||||
Shield,
|
||||
Tag,
|
||||
Thermometer,
|
||||
Usb,
|
||||
Wifi,
|
||||
Zap,
|
||||
} from 'lucide-react'
|
||||
@@ -25,11 +30,15 @@ import type { LucideIcon } from 'lucide-react'
|
||||
export const PROPERTY_ICONS: Record<string, LucideIcon> = {
|
||||
Battery,
|
||||
Box,
|
||||
CircuitBoard,
|
||||
Clock,
|
||||
Cpu,
|
||||
Database,
|
||||
EthernetPort,
|
||||
Globe,
|
||||
Gpu,
|
||||
HardDrive,
|
||||
HdmiPort,
|
||||
Hash,
|
||||
Key,
|
||||
Layers,
|
||||
@@ -41,6 +50,7 @@ export const PROPERTY_ICONS: Record<string, LucideIcon> = {
|
||||
Shield,
|
||||
Tag,
|
||||
Thermometer,
|
||||
Usb,
|
||||
Wifi,
|
||||
Zap,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user