Skip to main content

IconShape

Trait IconShape 

Source
pub trait IconShape:
    Clone
    + PartialEq
    + 'static {
    const TITLE: Option<&'static str> = None;
    const WIDTH: Option<&'static str> = None;
    const HEIGHT: Option<&'static str> = None;
    const FILL: Option<&'static str> = _;
    const STROKE: Option<&'static str> = None;
    const STROKE_WIDTH: Option<&'static str> = None;
    const STROKE_LINE_CAP: Option<&'static str> = None;
    const STROKE_LINE_JOIN: Option<&'static str> = None;
    const VIEW_BOX: Option<&'static str> = None;
    const XMLNS: Option<&'static str> = _;

    // Required method
    fn child_elements(&self) -> Result<VNode, RenderError>;
}
Expand description

This trait is used to override IconProps.

Implements this trait when adding a new real icon.

Provided Associated Constants§

Source

const TITLE: Option<&'static str> = None

Default title text for the SVG element.

Source

const WIDTH: Option<&'static str> = None

Default width of the SVG element in pixels.

Source

const HEIGHT: Option<&'static str> = None

Default height of the SVG element in pixels.

Source

const FILL: Option<&'static str> = _

Default fill color of the SVG element.

Source

const STROKE: Option<&'static str> = None

Default stroke color of the SVG element.

Source

const STROKE_WIDTH: Option<&'static str> = None

Default stroke width of the SVG element (e.g., “2”).

Source

const STROKE_LINE_CAP: Option<&'static str> = None

Default stroke line cap style (e.g., “round”, “butt”, “square”).

Source

const STROKE_LINE_JOIN: Option<&'static str> = None

Default stroke line join style (e.g., “round”, “miter”, “bevel”).

Source

const VIEW_BOX: Option<&'static str> = None

Default view box string (e.g., “0 0 24 24”).

Source

const XMLNS: Option<&'static str> = _

Default XML namespace for the SVG element. Falls back to "http://www.w3.org/2000/svg" if not set.

Required Methods§

Source

fn child_elements(&self) -> Result<VNode, RenderError>

Returns the SVG child elements (paths, circles, etc.) that define the icon shape.

§Errors

Returns Err if rendering the child elements fails.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl IconShape for Accessibility

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AccessibilityOutline

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AccessibilitySharp

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Add

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AddCircle

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AddCircleOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AddCircleSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AddOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AddSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Airplane

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AirplaneOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AirplaneSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Alarm

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AlarmOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AlarmSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Albums

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AlbumsOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AlbumsSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Alert

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AlertCircle

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AlertCircleOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AlertCircleSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AlertOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AlertSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AmericanFootball

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AmericanFootballOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AmericanFootballSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Analytics

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AnalyticsOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AnalyticsSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Aperture

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ApertureOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ApertureSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Apps

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AppsOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AppsSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Archive

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ArchiveOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ArchiveSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ArrowBack

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ArrowBackCircle

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ArrowBackCircleOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ArrowBackCircleSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ArrowBackOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ArrowBackSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ArrowDown

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ArrowDownCircle

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ArrowDownCircleOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ArrowDownCircleSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ArrowDownLeftBox

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ArrowDownLeftBoxOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ArrowDownLeftBoxSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ArrowDownOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ArrowDownRightBox

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ArrowDownRightBoxOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ArrowDownRightBoxSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ArrowDownSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ArrowForward

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ArrowForwardCircle

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ArrowForwardCircleOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ArrowForwardCircleSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ArrowForwardOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ArrowForwardSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ArrowRedo

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ArrowRedoCircle

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ArrowRedoCircleOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ArrowRedoCircleSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ArrowRedoOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ArrowRedoSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ArrowUndo

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ArrowUndoCircle

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ArrowUndoCircleOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ArrowUndoCircleSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ArrowUndoOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ArrowUndoSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ArrowUp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ArrowUpCircle

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ArrowUpCircleOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ArrowUpCircleSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ArrowUpLeftBox

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ArrowUpLeftBoxOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ArrowUpLeftBoxSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ArrowUpOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ArrowUpRightBox

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ArrowUpRightBoxOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ArrowUpRightBoxSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ArrowUpSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for At

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AtCircle

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AtCircleOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AtCircleSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AtOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AtSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Attach

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AttachOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AttachSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Backspace

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BackspaceOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BackspaceSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Bag

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BagAdd

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BagAddOutline

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BagAddSharp

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BagCheck

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BagCheckOutline

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BagCheckSharp

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BagHandle

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BagHandleOutline

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BagHandleSharp

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BagOutline

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BagRemove

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BagRemoveOutline

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BagRemoveSharp

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BagSharp

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Balloon

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BalloonOutline

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BalloonSharp

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Ban

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BanOutline

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BanSharp

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Bandage

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BandageOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BandageSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BarChart

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BarChartOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BarChartSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Barbell

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BarbellOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BarbellSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Barcode

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BarcodeOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BarcodeSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Baseball

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BaseballOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BaseballSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Basket

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BasketOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BasketSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Basketball

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BasketballOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BasketballSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BatteryCharging

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BatteryChargingOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BatteryChargingSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BatteryDead

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BatteryDeadOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BatteryDeadSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BatteryFull

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BatteryFullOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BatteryFullSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BatteryHalf

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BatteryHalfOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BatteryHalfSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Beaker

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BeakerOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BeakerSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Bed

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BedOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BedSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Beer

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BeerOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BeerSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Bicycle

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BicycleOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BicycleSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Binoculars

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BinocularsOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BinocularsSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Bluetooth

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BluetoothOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BluetoothSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Boat

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BoatOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BoatSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Body

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BodyOutline

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BodySharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Bonfire

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BonfireOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BonfireSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Book

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BookOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BookSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Bookmark

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BookmarkOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BookmarkSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Bookmarks

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BookmarksOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BookmarksSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BowlingBall

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BowlingBallOutline

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BowlingBallSharp

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Briefcase

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BriefcaseOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BriefcaseSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Browsers

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BrowsersOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BrowsersSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Brush

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BrushOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BrushSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Bug

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BugOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BugSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Build

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BuildOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BuildSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Bulb

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BulbOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BulbSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Bus

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BusOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BusSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Business

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BusinessOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BusinessSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Cafe

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CafeOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CafeSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Calculator

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CalculatorOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CalculatorSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Calendar

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CalendarClear

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CalendarClearOutline

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CalendarClearSharp

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CalendarNumber

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CalendarNumberOutline

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CalendarNumberSharp

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CalendarOutline

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CalendarSharp

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Call

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CallOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CallSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Camera

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CameraOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CameraReverse

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CameraReverseOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CameraReverseSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CameraSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Car

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CarOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CarSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CarSport

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CarSportOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CarSportSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Card

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CardOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CardSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CaretBack

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CaretBackCircle

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CaretBackCircleOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CaretBackCircleSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CaretBackOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CaretBackSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CaretDown

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CaretDownCircle

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CaretDownCircleOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CaretDownCircleSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CaretDownOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CaretDownSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CaretForward

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CaretForwardCircle

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CaretForwardCircleOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CaretForwardCircleSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CaretForwardOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CaretForwardSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CaretUp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CaretUpCircle

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CaretUpCircleOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CaretUpCircleSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CaretUpOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CaretUpSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Cart

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CartOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CartSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Cash

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CashOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CashSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Cellular

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CellularOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CellularSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Chatbox

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ChatboxEllipses

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ChatboxEllipsesOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ChatboxEllipsesSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ChatboxOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ChatboxSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Chatbubble

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ChatbubbleEllipses

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ChatbubbleEllipsesOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ChatbubbleEllipsesSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ChatbubbleOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ChatbubbleSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Chatbubbles

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ChatbubblesOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ChatbubblesSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Checkbox

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CheckboxOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CheckboxSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Checkmark

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CheckmarkCircle

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CheckmarkCircleOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CheckmarkCircleSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CheckmarkDone

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CheckmarkDoneCircle

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CheckmarkDoneCircleOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CheckmarkDoneCircleSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CheckmarkDoneOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CheckmarkDoneSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CheckmarkOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CheckmarkSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ChevronBack

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ChevronBackCircle

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ChevronBackCircleOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ChevronBackCircleSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ChevronBackOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ChevronBackSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ChevronCollapse

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ChevronCollapseOutline

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ChevronCollapseSharp

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ChevronDown

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ChevronDownCircle

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ChevronDownCircleOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ChevronDownCircleSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ChevronDownOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ChevronDownSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ChevronExpand

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ChevronExpandOutline

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ChevronExpandSharp

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ChevronForward

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ChevronForwardCircle

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ChevronForwardCircleOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ChevronForwardCircleSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ChevronForwardOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ChevronForwardSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ChevronUp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ChevronUpCircle

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ChevronUpCircleOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ChevronUpCircleSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ChevronUpOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ChevronUpSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Clipboard

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ClipboardOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ClipboardSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Close

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CloseCircle

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CloseCircleOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CloseCircleSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CloseOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CloseSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Cloud

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CloudCircle

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CloudCircleOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CloudCircleSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CloudDone

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CloudDoneOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CloudDoneSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CloudDownload

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CloudDownloadOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CloudDownloadSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CloudOffline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CloudOfflineOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CloudOfflineSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CloudOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CloudSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CloudUpload

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CloudUploadOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CloudUploadSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Cloudy

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CloudyNight

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CloudyNightOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CloudyNightSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CloudyOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CloudySharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Code

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CodeDownload

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CodeDownloadOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CodeDownloadSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CodeOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CodeSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CodeSlash

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CodeSlashOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CodeSlashSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CodeWorking

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CodeWorkingOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CodeWorkingSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Cog

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CogOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CogSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ColorFill

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ColorFillOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ColorFillSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ColorFilter

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ColorFilterOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ColorFilterSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ColorPalette

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ColorPaletteOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ColorPaletteSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ColorWand

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ColorWandOutline

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ColorWandSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Compass

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CompassOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CompassSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Construct

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ConstructOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ConstructSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Contract

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ContractOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ContractSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Contrast

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ContrastOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ContrastSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Copy

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CopyOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CopySharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Create

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CreateOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CreateSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Crop

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CropOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CropSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Cube

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CubeOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CubeSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Cut

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CutOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CutSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Desktop

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for DesktopOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for DesktopSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Diamond

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for DiamondOutline

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for DiamondSharp

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Dice

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for DiceOutline

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for DiceSharp

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Disc

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for DiscOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for DiscSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Document

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for DocumentAttach

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for DocumentAttachOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for DocumentAttachSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for DocumentLock

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for DocumentLockOutline

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for DocumentLockSharp

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for DocumentOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for DocumentSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for DocumentText

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for DocumentTextOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for DocumentTextSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Documents

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for DocumentsOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for DocumentsSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Download

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for DownloadOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for DownloadSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Duplicate

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for DuplicateOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for DuplicateSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Ear

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for EarOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for EarSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Earth

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for EarthOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for EarthSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Easel

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for EaselOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for EaselSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Egg

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for EggOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for EggSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Ellipse

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for EllipseOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for EllipseSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for EllipsisHorizontal

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for EllipsisHorizontalCircle

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for EllipsisHorizontalCircleOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for EllipsisHorizontalCircleSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for EllipsisHorizontalOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for EllipsisHorizontalSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for EllipsisVertical

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for EllipsisVerticalCircle

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for EllipsisVerticalCircleOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for EllipsisVerticalCircleSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for EllipsisVerticalOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for EllipsisVerticalSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Enter

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for EnterOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for EnterSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Exit

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ExitOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ExitSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Expand

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ExpandOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ExpandSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ExtensionPuzzle

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ExtensionPuzzleOutline

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ExtensionPuzzleSharp

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Eye

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for EyeOff

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for EyeOffOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for EyeOffSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for EyeOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for EyeSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Eyedrop

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for EyedropOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for EyedropSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for FastFood

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for FastFoodOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for FastFoodSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Female

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for FemaleOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for FemaleSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for FileTray

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for FileTrayFull

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for FileTrayFullOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for FileTrayFullSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for FileTrayOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for FileTraySharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for FileTrayStacked

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for FileTrayStackedOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for FileTrayStackedSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Film

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for FilmOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for FilmSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Filter

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for FilterCircle

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for FilterCircleOutline

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for FilterCircleSharp

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for FilterOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for FilterSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for FingerPrint

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for FingerPrintOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for FingerPrintSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Fish

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for FishOutline

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for FishSharp

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Fitness

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for FitnessOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for FitnessSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Flag

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for FlagOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for FlagSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Flame

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for FlameOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for FlameSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Flash

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for FlashOff

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for FlashOffOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for FlashOffSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for FlashOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for FlashSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Flashlight

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for FlashlightOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for FlashlightSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Flask

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for FlaskOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for FlaskSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Flower

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for FlowerOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for FlowerSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Folder

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for FolderOpen

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for FolderOpenOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for FolderOpenSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for FolderOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for FolderSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Football

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for FootballOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for FootballSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Footsteps

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for FootstepsOutline

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for FootstepsSharp

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Funnel

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for FunnelOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for FunnelSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for GameController

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for GameControllerOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for GameControllerSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Gift

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for GiftOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for GiftSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for GitBranch

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for GitBranchOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for GitBranchSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for GitCommit

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for GitCommitOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for GitCommitSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for GitCompare

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for GitCompareOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for GitCompareSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for GitMerge

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for GitMergeOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for GitMergeSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for GitNetwork

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for GitNetworkOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for GitNetworkSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for GitPullRequest

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for GitPullRequestOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for GitPullRequestSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Glasses

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for GlassesOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for GlassesSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Globe

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for GlobeOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for GlobeSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Golf

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for GolfOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for GolfSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Grid

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for GridOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for GridSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Hammer

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for HammerOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for HammerSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for HandLeft

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for HandLeftOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for HandLeftSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for HandRight

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for HandRightOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for HandRightSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Happy

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for HappyOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for HappySharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for HardwareChip

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for HardwareChipOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for HardwareChipSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Headset

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for HeadsetOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for HeadsetSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Heart

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for HeartCircle

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for HeartCircleOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for HeartCircleSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for HeartDislike

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for HeartDislikeCircle

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for HeartDislikeCircleOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for HeartDislikeCircleSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for HeartDislikeOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for HeartDislikeSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for HeartHalf

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for HeartHalfOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for HeartHalfSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for HeartOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for HeartSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Help

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for HelpBuoy

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for HelpBuoyOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for HelpBuoySharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for HelpCircle

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for HelpCircleOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for HelpCircleSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for HelpOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for HelpSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Home

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for HomeOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for HomeSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Hourglass

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for HourglassOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for HourglassSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for IceCream

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for IceCreamOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for IceCreamSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for IdCard

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for IdCardOutline

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for IdCardSharp

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Image

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ImageOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ImageSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Images

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ImagesOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ImagesSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Infinite

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for InfiniteOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for InfiniteSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Information

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for InformationCircle

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for InformationCircleOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for InformationCircleSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for InformationOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for InformationSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for InvertMode

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for InvertModeOutline

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for InvertModeSharp

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Journal

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for JournalOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for JournalSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Key

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for KeyOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for KeySharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Keypad

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for KeypadOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for KeypadSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Language

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LanguageOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LanguageSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Laptop

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LaptopOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LaptopSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Layers

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LayersOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LayersSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Leaf

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LeafOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LeafSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Library

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LibraryOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LibrarySharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LinkOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LinkSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for List

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ListCircle

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ListCircleOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ListCircleSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ListOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ListSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Locate

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LocateOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LocateSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Location

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LocationOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LocationSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LockClosed

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LockClosedOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LockClosedSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LockOpen

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LockOpenOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LockOpenSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogIn

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogInOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogInSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogOut

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogOutOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogOutSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoAlipay

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoAmazon

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoAmplify

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoAndroid

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoAngular

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoAppflow

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoApple

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoAppleAppstore

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoAppleAr

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoBehance

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoBitbucket

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoBitcoin

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoBuffer

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoCapacitor

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoChrome

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoClosedCaptioning

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoCodepen

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoCss3

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoDesignernews

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoDeviantart

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoDiscord

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoDocker

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoDribbble

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoDropbox

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoEdge

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoElectron

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoEuro

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoFacebook

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoFigma

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoFirebase

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoFirefox

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoFlickr

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoFoursquare

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoGithub

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoGitlab

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoGoogle

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoGooglePlaystore

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoHackernews

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoHtml5

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoInstagram

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoIonic

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoIonitron

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoJavascript

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoLaravel

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoLinkedin

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoMarkdown

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoMastodon

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoMedium

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoMicrosoft

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoNoSmoking

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoNodejs

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoNpm

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoOctocat

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoPaypal

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoPinterest

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoPlaystation

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoPwa

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoPython

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoReact

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoReddit

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoRss

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoSass

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoSkype

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoSlack

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoSnapchat

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoSoundcloud

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoStackoverflow

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoSteam

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoStencil

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoTableau

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoThreads

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoTiktok

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoTrapeze

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoTumblr

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoTux

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoTwitch

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoTwitter

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoUsd

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoVenmo

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoVercel

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoVimeo

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoVk

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoVue

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoWebComponent

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoWechat

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoWhatsapp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoWindows

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoWordpress

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoX

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoXbox

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoXing

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoYahoo

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoYen

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoYoutube

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Magnet

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for MagnetOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for MagnetSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Mail

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for MailOpen

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for MailOpenOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for MailOpenSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for MailOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for MailSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for MailUnread

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for MailUnreadOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for MailUnreadSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Male

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for MaleFemale

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for MaleFemaleOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for MaleFemaleSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for MaleOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for MaleSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Man

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ManOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ManSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Map

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for MapOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for MapSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Medal

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for MedalOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for MedalSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Medical

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for MedicalOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for MedicalSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Medkit

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for MedkitOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for MedkitSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Megaphone

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for MegaphoneOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for MegaphoneSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Menu

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for MenuOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for MenuSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Mic

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for MicCircle

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for MicCircleOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for MicCircleSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for MicOff

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for MicOffCircle

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for MicOffCircleOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for MicOffCircleSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for MicOffOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for MicOffSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for MicOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for MicSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Moon

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for MoonOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for MoonSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Move

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for MoveOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for MoveSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for MusicalNote

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for MusicalNoteOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for MusicalNoteSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for MusicalNotes

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for MusicalNotesOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for MusicalNotesSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Navigate

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for NavigateCircle

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for NavigateCircleOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for NavigateCircleSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for NavigateOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for NavigateSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Newspaper

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for NewspaperOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for NewspaperSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Notifications

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for NotificationsCircle

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for NotificationsCircleOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for NotificationsCircleSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for NotificationsOff

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for NotificationsOffCircle

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for NotificationsOffCircleOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for NotificationsOffCircleSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for NotificationsOffOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for NotificationsOffSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for NotificationsOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for NotificationsSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Nuclear

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for NuclearOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for NuclearSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Nutrition

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for NutritionOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for NutritionSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Open

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for OpenOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for OpenSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Options

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for OptionsOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for OptionsSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PaperPlane

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PaperPlaneOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PaperPlaneSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PartlySunny

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PartlySunnyOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PartlySunnySharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Pause

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PauseCircle

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PauseCircleOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PauseCircleSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PauseOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PauseSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Paw

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PawOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PawSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Pencil

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PencilOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PencilSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for People

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PeopleCircle

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PeopleCircleOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PeopleCircleSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PeopleOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PeopleSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Person

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PersonAdd

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PersonAddOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PersonAddSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PersonCircle

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PersonCircleOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PersonCircleSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PersonOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PersonRemove

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PersonRemoveOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PersonRemoveSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PersonSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PhoneLandscape

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PhoneLandscapeOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PhoneLandscapeSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PhonePortrait

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PhonePortraitOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PhonePortraitSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PieChart

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PieChartOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PieChartSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Pin

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PinOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PinSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Pint

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PintOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PintSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Pizza

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PizzaOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PizzaSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Planet

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PlanetOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PlanetSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Play

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PlayBack

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PlayBackCircle

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PlayBackCircleOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PlayBackCircleSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PlayBackOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PlayBackSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PlayCircle

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PlayCircleOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PlayCircleSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PlayForward

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PlayForwardCircle

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PlayForwardCircleOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PlayForwardCircleSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PlayForwardOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PlayForwardSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PlayOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PlaySharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PlaySkipBack

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PlaySkipBackCircle

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PlaySkipBackCircleOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PlaySkipBackCircleSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PlaySkipBackOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PlaySkipBackSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PlaySkipForward

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PlaySkipForwardCircle

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PlaySkipForwardCircleOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PlaySkipForwardCircleSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PlaySkipForwardOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PlaySkipForwardSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Podium

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PodiumOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PodiumSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Power

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PowerOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PowerSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Pricetag

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PricetagOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PricetagSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Pricetags

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PricetagsOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PricetagsSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Print

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PrintOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PrintSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Prism

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PrismOutline

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PrismSharp

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Pulse

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PulseOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PulseSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Push

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PushOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PushSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for QrCode

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for QrCodeOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for QrCodeSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Radio

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for RadioButtonOff

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for RadioButtonOffOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for RadioButtonOffSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for RadioButtonOn

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for RadioButtonOnOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for RadioButtonOnSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for RadioOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for RadioSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Rainy

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for RainyOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for RainySharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Reader

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ReaderOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ReaderSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Receipt

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ReceiptOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ReceiptSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Recording

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for RecordingOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for RecordingSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Refresh

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for RefreshCircle

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for RefreshCircleOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for RefreshCircleSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for RefreshOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for RefreshSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Reload

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ReloadCircle

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ReloadCircleOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ReloadCircleSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ReloadOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ReloadSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Remove

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for RemoveCircle

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for RemoveCircleOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for RemoveCircleSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for RemoveOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for RemoveSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ReorderFour

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ReorderFourOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ReorderFourSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ReorderThree

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ReorderThreeOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ReorderThreeSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ReorderTwo

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ReorderTwoOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ReorderTwoSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Repeat

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for RepeatOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for RepeatSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Resize

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ResizeOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ResizeSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Restaurant

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for RestaurantOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for RestaurantSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ReturnDownBack

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ReturnDownBackOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ReturnDownBackSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ReturnDownForward

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ReturnDownForwardOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ReturnDownForwardSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ReturnUpBack

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ReturnUpBackOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ReturnUpBackSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ReturnUpForward

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ReturnUpForwardOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ReturnUpForwardSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Ribbon

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for RibbonOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for RibbonSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Rocket

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for RocketOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for RocketSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Rose

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for RoseOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for RoseSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Sad

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for SadOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for SadSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Save

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for SaveOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for SaveSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Scale

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ScaleOutline

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ScaleSharp

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Scan

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ScanCircle

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ScanCircleOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ScanCircleSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ScanOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ScanSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for School

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for SchoolOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for SchoolSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for SearchCircle

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for SearchCircleOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for SearchCircleSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for SearchOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for SearchSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Send

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for SendOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for SendSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Server

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ServerOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ServerSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Settings

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for SettingsOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for SettingsSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Shapes

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ShapesOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ShapesSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Share

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ShareOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ShareSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ShareSocial

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ShareSocialOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ShareSocialSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Shield

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ShieldCheckmark

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ShieldCheckmarkOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ShieldCheckmarkSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ShieldHalf

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ShieldHalfOutline

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ShieldHalfSharp

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ShieldOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ShieldSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Shirt

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ShirtOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ShirtSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Shuffle

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ShuffleOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ShuffleSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Skull

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for SkullOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for SkullSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Snow

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for SnowOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for SnowSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Sparkles

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for SparklesOutline

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for SparklesSharp

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Speedometer

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for SpeedometerOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for SpeedometerSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Square

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for SquareOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for SquareSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Star

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for StarHalf

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for StarHalfOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for StarHalfSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for StarOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for StarSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for StatsChart

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for StatsChartOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for StatsChartSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Stop

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for StopCircle

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for StopCircleOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for StopCircleSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for StopOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for StopSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Stopwatch

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for StopwatchOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for StopwatchSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Storefront

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for StorefrontOutline

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for StorefrontSharp

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Subway

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for SubwayOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for SubwaySharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Sunny

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for SunnyOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for SunnySharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for SwapHorizontal

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for SwapHorizontalOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for SwapHorizontalSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for SwapVertical

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for SwapVerticalOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for SwapVerticalSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Sync

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for SyncCircle

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for SyncCircleOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for SyncCircleSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for SyncOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for SyncSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for TabletLandscape

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for TabletLandscapeOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for TabletLandscapeSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for TabletPortrait

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for TabletPortraitOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for TabletPortraitSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Telescope

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for TelescopeOutline

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for TelescopeSharp

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Tennisball

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for TennisballOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for TennisballSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Terminal

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for TerminalOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for TerminalSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Text

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for TextOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for TextSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Thermometer

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ThermometerOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ThermometerSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ThumbsDown

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ThumbsDownOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ThumbsDownSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ThumbsUp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ThumbsUpOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ThumbsUpSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Thunderstorm

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ThunderstormOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ThunderstormSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Ticket

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for TicketOutline

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for TicketSharp

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Time

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for TimeOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for TimeSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Timer

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for TimerOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for TimerSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Today

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for TodayOutline

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for TodaySharp

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Toggle

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ToggleOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ToggleSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for TrailSign

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for TrailSignOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for TrailSignSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Train

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for TrainOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for TrainSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Transgender

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for TransgenderOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for TransgenderSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Trash

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for TrashBin

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for TrashBinOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for TrashBinSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for TrashOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for TrashSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for TrendingDown

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for TrendingDownOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for TrendingDownSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for TrendingUp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for TrendingUpOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for TrendingUpSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Triangle

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for TriangleOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for TriangleSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Trophy

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for TrophyOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for TrophySharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Tv

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for TvOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for TvSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Umbrella

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for UmbrellaOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for UmbrellaSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for UnlinkOutline

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for UnlinkSharp

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Videocam

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for VideocamOff

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for VideocamOffOutline

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for VideocamOffSharp

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for VideocamOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for VideocamSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for VolumeHigh

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for VolumeHighOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for VolumeHighSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for VolumeLow

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for VolumeLowOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for VolumeLowSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for VolumeMedium

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for VolumeMediumOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for VolumeMediumSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for VolumeMute

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for VolumeMuteOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for VolumeMuteSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for VolumeOff

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for VolumeOffOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for VolumeOffSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Walk

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for WalkOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for WalkSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Wallet

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for WalletOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for WalletSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Warning

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for WarningOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for WarningSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Watch

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for WatchOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for WatchSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Water

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for WaterOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for WaterSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Wifi

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for WifiOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for WifiSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Wine

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for WineOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for WineSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Woman

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for WomanOutline

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for WomanSharp

Source§

const WIDTH: Option<&'static str>

Source§

const HEIGHT: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>