Expand description
Lazily-generated SVG icon widget for Iced.
Structs§
Enums§
- Data
- Icon
Fallback - Fallback icon to use if the icon was not found.
Functions§
- draw
- Draw an icon in the given bounds via the runtime’s renderer.
- from_
name - Create an icon handle from its XDG icon name.
- from_
path - Create an icon handle from its path.
- from_
raster_ bytes - Create an image handle from memory.
- from_
raster_ pixels - Create an image handle from RGBA data, where you must define the width and height.
- from_
svg_ bytes - Create a SVG handle from memory.
- icon
- Create an
Icon
from a pre-existingHandle