pub enum Icon {
Show 66 variants
Search,
ChevronDown,
ChevronRight,
ArrowRight,
Cube,
Light,
Camera,
Folder,
Layers,
Globe,
Axes,
Grid,
Sparkles,
Package,
Play,
Pause,
Stop,
StepForward,
Eye,
EyeOff,
Lock,
Plus,
More,
Filter,
Trash,
Bell,
Settings,
Share,
Hammer,
Branch,
Menu,
Tag,
Move,
Rotate,
Scale,
Hand,
Crosshair,
Database,
Film,
Terminal,
Code,
Image,
Music,
Pen,
Info,
Warn,
Error,
Zap,
Command,
Wifi,
Cpu,
Memory,
Check,
Close,
FolderOpen,
Save,
Copy,
Pencil,
Download,
Refresh,
Github,
ArrowLeft,
Box,
Dot,
Circle,
CheckCircle,
}Expand description
A semantic icon identifier mapped to a Lucide codepoint.
Variants§
Search
ChevronDown
ChevronRight
ArrowRight
Cube
Light
Camera
Folder
Layers
Globe
Axes
Grid
Sparkles
Package
Play
Pause
Stop
StepForward
Eye
EyeOff
Lock
Plus
More
Filter
Trash
Bell
Settings
Hammer
Branch
Menu
Tag
Move
Rotate
Scale
Hand
Crosshair
Database
Film
Terminal
Code
Image
Music
Pen
Info
Warn
Error
Zap
Command
Wifi
Cpu
Memory
Check
Close
FolderOpen
Save
Copy
Pencil
Download
Refresh
Github
ArrowLeft
Box
Dot
Circle
CheckCircle
Implementations§
Trait Implementations§
impl Copy for Icon
impl Eq for Icon
impl StructuralPartialEq for Icon
Auto Trait Implementations§
impl Freeze for Icon
impl RefUnwindSafe for Icon
impl Send for Icon
impl Sync for Icon
impl Unpin for Icon
impl UnsafeUnpin for Icon
impl UnwindSafe for Icon
Blanket Implementations§
Source§impl<T> AppLifecycle for Twhere
T: ?Sized,
impl<T> AppLifecycle for Twhere
T: ?Sized,
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.