Skip to main content

IconShape

Trait IconShape 

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

    // 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<u32> = None

Default width of the SVG element in pixels.

Source

const HEIGHT: Option<u32> = None

Default height of the SVG element in pixels.

Source

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

Default fill color of the SVG element.

Source

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

Default stroke color of the SVG element.

Source

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

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

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§

impl IconShape for AddCircle

Source§

impl IconShape for AddCircleOutline

Source§

impl IconShape for AddCircleSharp

Source§

impl IconShape for AddOutline

Source§

impl IconShape for AddSharp

Source§

impl IconShape for Airplane

Source§

impl IconShape for AirplaneOutline

Source§

impl IconShape for AirplaneSharp

Source§

impl IconShape for Alarm

Source§

impl IconShape for AlarmOutline

Source§

impl IconShape for AlarmSharp

Source§

impl IconShape for Albums

Source§

impl IconShape for AlbumsOutline

Source§

impl IconShape for AlbumsSharp

Source§

impl IconShape for Alert

Source§

impl IconShape for AlertCircle

Source§

impl IconShape for AlertCircleOutline

Source§

impl IconShape for AlertCircleSharp

Source§

impl IconShape for AlertOutline

Source§

impl IconShape for AlertSharp

Source§

impl IconShape for AmericanFootball

Source§

impl IconShape for AmericanFootballOutline

Source§

impl IconShape for AmericanFootballSharp

Source§

impl IconShape for Analytics

Source§

impl IconShape for AnalyticsOutline

Source§

impl IconShape for AnalyticsSharp

Source§

impl IconShape for Aperture

Source§

impl IconShape for ApertureOutline

Source§

impl IconShape for ApertureSharp

Source§

impl IconShape for Apps

Source§

impl IconShape for AppsOutline

Source§

impl IconShape for AppsSharp

Source§

impl IconShape for Archive

Source§

impl IconShape for ArchiveOutline

Source§

impl IconShape for ArchiveSharp

Source§

impl IconShape for ArrowBack

Source§

impl IconShape for ArrowBackCircle

Source§

impl IconShape for ArrowBackCircleOutline

Source§

impl IconShape for ArrowBackCircleSharp

Source§

impl IconShape for ArrowBackOutline

Source§

impl IconShape for ArrowBackSharp

Source§

impl IconShape for ArrowDown

Source§

impl IconShape for ArrowDownCircle

Source§

impl IconShape for ArrowDownCircleOutline

Source§

impl IconShape for ArrowDownCircleSharp

Source§

impl IconShape for ArrowDownLeftBox

Source§

impl IconShape for ArrowDownLeftBoxOutline

Source§

impl IconShape for ArrowDownLeftBoxSharp

Source§

impl IconShape for ArrowDownOutline

Source§

impl IconShape for ArrowDownRightBox

Source§

impl IconShape for ArrowDownRightBoxOutline

Source§

impl IconShape for ArrowDownRightBoxSharp

Source§

impl IconShape for ArrowDownSharp

Source§

impl IconShape for ArrowForward

Source§

impl IconShape for ArrowForwardCircle

Source§

impl IconShape for ArrowForwardCircleOutline

Source§

impl IconShape for ArrowForwardCircleSharp

Source§

impl IconShape for ArrowForwardOutline

Source§

impl IconShape for ArrowForwardSharp

Source§

impl IconShape for ArrowRedo

Source§

impl IconShape for ArrowRedoCircle

Source§

impl IconShape for ArrowRedoCircleOutline

Source§

impl IconShape for ArrowRedoCircleSharp

Source§

impl IconShape for ArrowRedoOutline

Source§

impl IconShape for ArrowRedoSharp

Source§

impl IconShape for ArrowUndo

Source§

impl IconShape for ArrowUndoCircle

Source§

impl IconShape for ArrowUndoCircleOutline

Source§

impl IconShape for ArrowUndoCircleSharp

Source§

impl IconShape for ArrowUndoOutline

Source§

impl IconShape for ArrowUndoSharp

Source§

impl IconShape for ArrowUp

Source§

impl IconShape for ArrowUpCircle

Source§

impl IconShape for ArrowUpCircleOutline

Source§

impl IconShape for ArrowUpCircleSharp

Source§

impl IconShape for ArrowUpLeftBox

Source§

impl IconShape for ArrowUpLeftBoxOutline

Source§

impl IconShape for ArrowUpLeftBoxSharp

Source§

impl IconShape for ArrowUpOutline

Source§

impl IconShape for ArrowUpRightBox

Source§

impl IconShape for ArrowUpRightBoxOutline

Source§

impl IconShape for ArrowUpRightBoxSharp

Source§

impl IconShape for ArrowUpSharp

Source§

impl IconShape for At

Source§

impl IconShape for AtCircle

Source§

impl IconShape for AtCircleOutline

Source§

impl IconShape for AtCircleSharp

Source§

impl IconShape for AtOutline

Source§

impl IconShape for AtSharp

Source§

impl IconShape for Attach

Source§

impl IconShape for AttachOutline

Source§

impl IconShape for AttachSharp

Source§

impl IconShape for Backspace

Source§

impl IconShape for BackspaceOutline

Source§

impl IconShape for BackspaceSharp

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§

impl IconShape for BandageOutline

Source§

impl IconShape for BandageSharp

Source§

impl IconShape for BarChart

Source§

impl IconShape for BarChartOutline

Source§

impl IconShape for BarChartSharp

Source§

impl IconShape for Barbell

Source§

impl IconShape for BarbellOutline

Source§

impl IconShape for BarbellSharp

Source§

impl IconShape for Barcode

Source§

impl IconShape for BarcodeOutline

Source§

impl IconShape for BarcodeSharp

Source§

impl IconShape for Baseball

Source§

impl IconShape for BaseballOutline

Source§

impl IconShape for BaseballSharp

Source§

impl IconShape for Basket

Source§

impl IconShape for BasketOutline

Source§

impl IconShape for BasketSharp

Source§

impl IconShape for Basketball

Source§

impl IconShape for BasketballOutline

Source§

impl IconShape for BasketballSharp

Source§

impl IconShape for BatteryCharging

Source§

impl IconShape for BatteryChargingOutline

Source§

impl IconShape for BatteryChargingSharp

Source§

impl IconShape for BatteryDead

Source§

impl IconShape for BatteryDeadOutline

Source§

impl IconShape for BatteryDeadSharp

Source§

impl IconShape for BatteryFull

Source§

impl IconShape for BatteryFullOutline

Source§

impl IconShape for BatteryFullSharp

Source§

impl IconShape for BatteryHalf

Source§

impl IconShape for BatteryHalfOutline

Source§

impl IconShape for BatteryHalfSharp

Source§

impl IconShape for Beaker

Source§

impl IconShape for BeakerOutline

Source§

impl IconShape for BeakerSharp

Source§

impl IconShape for Bed

Source§

impl IconShape for BedOutline

Source§

impl IconShape for BedSharp

Source§

impl IconShape for Beer

Source§

impl IconShape for BeerOutline

Source§

impl IconShape for BeerSharp

Source§

impl IconShape for Bicycle

Source§

impl IconShape for BicycleOutline

Source§

impl IconShape for BicycleSharp

Source§

impl IconShape for Binoculars

Source§

impl IconShape for BinocularsOutline

Source§

impl IconShape for BinocularsSharp

Source§

impl IconShape for Bluetooth

Source§

impl IconShape for BluetoothOutline

Source§

impl IconShape for BluetoothSharp

Source§

impl IconShape for Boat

Source§

impl IconShape for BoatOutline

Source§

impl IconShape for BoatSharp

Source§

impl IconShape for Body

Source§

impl IconShape for BodyOutline

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BodySharp

Source§

impl IconShape for Bonfire

Source§

impl IconShape for BonfireOutline

Source§

impl IconShape for BonfireSharp

Source§

impl IconShape for Book

Source§

impl IconShape for BookOutline

Source§

impl IconShape for BookSharp

Source§

impl IconShape for Bookmark

Source§

impl IconShape for BookmarkOutline

Source§

impl IconShape for BookmarkSharp

Source§

impl IconShape for Bookmarks

Source§

impl IconShape for BookmarksOutline

Source§

impl IconShape for BookmarksSharp

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§

impl IconShape for BriefcaseOutline

Source§

impl IconShape for BriefcaseSharp

Source§

impl IconShape for Browsers

Source§

impl IconShape for BrowsersOutline

Source§

impl IconShape for BrowsersSharp

Source§

impl IconShape for Brush

Source§

impl IconShape for BrushOutline

Source§

impl IconShape for BrushSharp

Source§

impl IconShape for Bug

Source§

impl IconShape for BugOutline

Source§

impl IconShape for BugSharp

Source§

impl IconShape for Build

Source§

impl IconShape for BuildOutline

Source§

impl IconShape for BuildSharp

Source§

impl IconShape for Bulb

Source§

impl IconShape for BulbOutline

Source§

impl IconShape for BulbSharp

Source§

impl IconShape for Bus

Source§

impl IconShape for BusOutline

Source§

impl IconShape for BusSharp

Source§

impl IconShape for Business

Source§

impl IconShape for BusinessOutline

Source§

impl IconShape for BusinessSharp

Source§

impl IconShape for Cafe

Source§

impl IconShape for CafeOutline

Source§

impl IconShape for CafeSharp

Source§

impl IconShape for Calculator

Source§

impl IconShape for CalculatorOutline

Source§

impl IconShape for CalculatorSharp

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§

impl IconShape for CallOutline

Source§

impl IconShape for CallSharp

Source§

impl IconShape for Camera

Source§

impl IconShape for CameraOutline

Source§

impl IconShape for CameraReverse

Source§

impl IconShape for CameraReverseOutline

Source§

impl IconShape for CameraReverseSharp

Source§

impl IconShape for CameraSharp

Source§

impl IconShape for Car

Source§

impl IconShape for CarOutline

Source§

impl IconShape for CarSharp

Source§

impl IconShape for CarSport

Source§

impl IconShape for CarSportOutline

Source§

impl IconShape for CarSportSharp

Source§

impl IconShape for Card

Source§

impl IconShape for CardOutline

Source§

impl IconShape for CardSharp

Source§

impl IconShape for CaretBack

Source§

impl IconShape for CaretBackCircle

Source§

impl IconShape for CaretBackCircleOutline

Source§

impl IconShape for CaretBackCircleSharp

Source§

impl IconShape for CaretBackOutline

Source§

impl IconShape for CaretBackSharp

Source§

impl IconShape for CaretDown

Source§

impl IconShape for CaretDownCircle

Source§

impl IconShape for CaretDownCircleOutline

Source§

impl IconShape for CaretDownCircleSharp

Source§

impl IconShape for CaretDownOutline

Source§

impl IconShape for CaretDownSharp

Source§

impl IconShape for CaretForward

Source§

impl IconShape for CaretForwardCircle

Source§

impl IconShape for CaretForwardCircleOutline

Source§

impl IconShape for CaretForwardCircleSharp

Source§

impl IconShape for CaretForwardOutline

Source§

impl IconShape for CaretForwardSharp

Source§

impl IconShape for CaretUp

Source§

impl IconShape for CaretUpCircle

Source§

impl IconShape for CaretUpCircleOutline

Source§

impl IconShape for CaretUpCircleSharp

Source§

impl IconShape for CaretUpOutline

Source§

impl IconShape for CaretUpSharp

Source§

impl IconShape for Cart

Source§

impl IconShape for CartOutline

Source§

impl IconShape for CartSharp

Source§

impl IconShape for Cash

Source§

impl IconShape for CashOutline

Source§

impl IconShape for CashSharp

Source§

impl IconShape for Cellular

Source§

impl IconShape for CellularOutline

Source§

impl IconShape for CellularSharp

Source§

impl IconShape for Chatbox

Source§

impl IconShape for ChatboxEllipses

Source§

impl IconShape for ChatboxEllipsesOutline

Source§

impl IconShape for ChatboxEllipsesSharp

Source§

impl IconShape for ChatboxOutline

Source§

impl IconShape for ChatboxSharp

Source§

impl IconShape for Chatbubble

Source§

impl IconShape for ChatbubbleEllipses

Source§

impl IconShape for ChatbubbleEllipsesOutline

Source§

impl IconShape for ChatbubbleEllipsesSharp

Source§

impl IconShape for ChatbubbleOutline

Source§

impl IconShape for ChatbubbleSharp

Source§

impl IconShape for Chatbubbles

Source§

impl IconShape for ChatbubblesOutline

Source§

impl IconShape for ChatbubblesSharp

Source§

impl IconShape for Checkbox

Source§

impl IconShape for CheckboxOutline

Source§

impl IconShape for CheckboxSharp

Source§

impl IconShape for Checkmark

Source§

impl IconShape for CheckmarkCircle

Source§

impl IconShape for CheckmarkCircleOutline

Source§

impl IconShape for CheckmarkCircleSharp

Source§

impl IconShape for CheckmarkDone

Source§

impl IconShape for CheckmarkDoneCircle

Source§

impl IconShape for CheckmarkDoneCircleOutline

Source§

impl IconShape for CheckmarkDoneCircleSharp

Source§

impl IconShape for CheckmarkDoneOutline

Source§

impl IconShape for CheckmarkDoneSharp

Source§

impl IconShape for CheckmarkOutline

Source§

impl IconShape for CheckmarkSharp

Source§

impl IconShape for ChevronBack

Source§

impl IconShape for ChevronBackCircle

Source§

impl IconShape for ChevronBackCircleOutline

Source§

impl IconShape for ChevronBackCircleSharp

Source§

impl IconShape for ChevronBackOutline

Source§

impl IconShape for ChevronBackSharp

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§

impl IconShape for ChevronDownCircle

Source§

impl IconShape for ChevronDownCircleOutline

Source§

impl IconShape for ChevronDownCircleSharp

Source§

impl IconShape for ChevronDownOutline

Source§

impl IconShape for ChevronDownSharp

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§

impl IconShape for ChevronForwardCircle

Source§

impl IconShape for ChevronForwardCircleOutline

Source§

impl IconShape for ChevronForwardCircleSharp

Source§

impl IconShape for ChevronForwardOutline

Source§

impl IconShape for ChevronForwardSharp

Source§

impl IconShape for ChevronUp

Source§

impl IconShape for ChevronUpCircle

Source§

impl IconShape for ChevronUpCircleOutline

Source§

impl IconShape for ChevronUpCircleSharp

Source§

impl IconShape for ChevronUpOutline

Source§

impl IconShape for ChevronUpSharp

Source§

impl IconShape for Clipboard

Source§

impl IconShape for ClipboardOutline

Source§

impl IconShape for ClipboardSharp

Source§

impl IconShape for Close

Source§

impl IconShape for CloseCircle

Source§

impl IconShape for CloseCircleOutline

Source§

impl IconShape for CloseCircleSharp

Source§

impl IconShape for CloseOutline

Source§

impl IconShape for CloseSharp

Source§

impl IconShape for Cloud

Source§

impl IconShape for CloudCircle

Source§

impl IconShape for CloudCircleOutline

Source§

impl IconShape for CloudCircleSharp

Source§

impl IconShape for CloudDone

Source§

impl IconShape for CloudDoneOutline

Source§

impl IconShape for CloudDoneSharp

Source§

impl IconShape for CloudDownload

Source§

impl IconShape for CloudDownloadOutline

Source§

impl IconShape for CloudDownloadSharp

Source§

impl IconShape for CloudOffline

Source§

impl IconShape for CloudOfflineOutline

Source§

impl IconShape for CloudOfflineSharp

Source§

impl IconShape for CloudOutline

Source§

impl IconShape for CloudSharp

Source§

impl IconShape for CloudUpload

Source§

impl IconShape for CloudUploadOutline

Source§

impl IconShape for CloudUploadSharp

Source§

impl IconShape for Cloudy

Source§

impl IconShape for CloudyNight

Source§

impl IconShape for CloudyNightOutline

Source§

impl IconShape for CloudyNightSharp

Source§

impl IconShape for CloudyOutline

Source§

impl IconShape for CloudySharp

Source§

impl IconShape for Code

Source§

impl IconShape for CodeDownload

Source§

impl IconShape for CodeDownloadOutline

Source§

impl IconShape for CodeDownloadSharp

Source§

impl IconShape for CodeOutline

Source§

impl IconShape for CodeSharp

Source§

impl IconShape for CodeSlash

Source§

impl IconShape for CodeSlashOutline

Source§

impl IconShape for CodeSlashSharp

Source§

impl IconShape for CodeWorking

Source§

impl IconShape for CodeWorkingOutline

Source§

impl IconShape for CodeWorkingSharp

Source§

impl IconShape for Cog

Source§

impl IconShape for CogOutline

Source§

impl IconShape for CogSharp

Source§

impl IconShape for ColorFill

Source§

impl IconShape for ColorFillOutline

Source§

impl IconShape for ColorFillSharp

Source§

impl IconShape for ColorFilter

Source§

impl IconShape for ColorFilterOutline

Source§

impl IconShape for ColorFilterSharp

Source§

impl IconShape for ColorPalette

Source§

impl IconShape for ColorPaletteOutline

Source§

impl IconShape for ColorPaletteSharp

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§

impl IconShape for Compass

Source§

impl IconShape for CompassOutline

Source§

impl IconShape for CompassSharp

Source§

impl IconShape for Construct

Source§

impl IconShape for ConstructOutline

Source§

impl IconShape for ConstructSharp

Source§

impl IconShape for Contract

Source§

impl IconShape for ContractOutline

Source§

impl IconShape for ContractSharp

Source§

impl IconShape for Contrast

Source§

impl IconShape for ContrastOutline

Source§

impl IconShape for ContrastSharp

Source§

impl IconShape for Copy

Source§

impl IconShape for CopyOutline

Source§

impl IconShape for CopySharp

Source§

impl IconShape for Create

Source§

impl IconShape for CreateOutline

Source§

impl IconShape for CreateSharp

Source§

impl IconShape for Crop

Source§

impl IconShape for CropOutline

Source§

impl IconShape for CropSharp

Source§

impl IconShape for Cube

Source§

impl IconShape for CubeOutline

Source§

impl IconShape for CubeSharp

Source§

impl IconShape for Cut

Source§

impl IconShape for CutOutline

Source§

impl IconShape for CutSharp

Source§

impl IconShape for Desktop

Source§

impl IconShape for DesktopOutline

Source§

impl IconShape for DesktopSharp

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§

impl IconShape for DiscOutline

Source§

impl IconShape for DiscSharp

Source§

impl IconShape for Document

Source§

impl IconShape for DocumentAttach

Source§

impl IconShape for DocumentAttachOutline

Source§

impl IconShape for DocumentAttachSharp

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§

impl IconShape for DocumentSharp

Source§

impl IconShape for DocumentText

Source§

impl IconShape for DocumentTextOutline

Source§

impl IconShape for DocumentTextSharp

Source§

impl IconShape for Documents

Source§

impl IconShape for DocumentsOutline

Source§

impl IconShape for DocumentsSharp

Source§

impl IconShape for Download

Source§

impl IconShape for DownloadOutline

Source§

impl IconShape for DownloadSharp

Source§

impl IconShape for Duplicate

Source§

impl IconShape for DuplicateOutline

Source§

impl IconShape for DuplicateSharp

Source§

impl IconShape for Ear

Source§

impl IconShape for EarOutline

Source§

impl IconShape for EarSharp

Source§

impl IconShape for Earth

Source§

impl IconShape for EarthOutline

Source§

impl IconShape for EarthSharp

Source§

impl IconShape for Easel

Source§

impl IconShape for EaselOutline

Source§

impl IconShape for EaselSharp

Source§

impl IconShape for Egg

Source§

impl IconShape for EggOutline

Source§

impl IconShape for EggSharp

Source§

impl IconShape for Ellipse

Source§

impl IconShape for EllipseOutline

Source§

impl IconShape for EllipseSharp

Source§

impl IconShape for EllipsisHorizontal

Source§

impl IconShape for EllipsisHorizontalCircle

Source§

impl IconShape for EllipsisHorizontalCircleOutline

Source§

impl IconShape for EllipsisHorizontalCircleSharp

Source§

impl IconShape for EllipsisHorizontalOutline

Source§

impl IconShape for EllipsisHorizontalSharp

Source§

impl IconShape for EllipsisVertical

Source§

impl IconShape for EllipsisVerticalCircle

Source§

impl IconShape for EllipsisVerticalCircleOutline

Source§

impl IconShape for EllipsisVerticalCircleSharp

Source§

impl IconShape for EllipsisVerticalOutline

Source§

impl IconShape for EllipsisVerticalSharp

Source§

impl IconShape for Enter

Source§

impl IconShape for EnterOutline

Source§

impl IconShape for EnterSharp

Source§

impl IconShape for Exit

Source§

impl IconShape for ExitOutline

Source§

impl IconShape for ExitSharp

Source§

impl IconShape for Expand

Source§

impl IconShape for ExpandOutline

Source§

impl IconShape for ExpandSharp

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§

impl IconShape for EyeOff

Source§

impl IconShape for EyeOffOutline

Source§

impl IconShape for EyeOffSharp

Source§

impl IconShape for EyeOutline

Source§

impl IconShape for EyeSharp

Source§

impl IconShape for Eyedrop

Source§

impl IconShape for EyedropOutline

Source§

impl IconShape for EyedropSharp

Source§

impl IconShape for FastFood

Source§

impl IconShape for FastFoodOutline

Source§

impl IconShape for FastFoodSharp

Source§

impl IconShape for Female

Source§

impl IconShape for FemaleOutline

Source§

impl IconShape for FemaleSharp

Source§

impl IconShape for FileTray

Source§

impl IconShape for FileTrayFull

Source§

impl IconShape for FileTrayFullOutline

Source§

impl IconShape for FileTrayFullSharp

Source§

impl IconShape for FileTrayOutline

Source§

impl IconShape for FileTraySharp

Source§

impl IconShape for FileTrayStacked

Source§

impl IconShape for FileTrayStackedOutline

Source§

impl IconShape for FileTrayStackedSharp

Source§

impl IconShape for Film

Source§

impl IconShape for FilmOutline

Source§

impl IconShape for FilmSharp

Source§

impl IconShape for Filter

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§

impl IconShape for FilterSharp

Source§

impl IconShape for FingerPrint

Source§

impl IconShape for FingerPrintOutline

Source§

impl IconShape for FingerPrintSharp

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§

impl IconShape for FitnessOutline

Source§

impl IconShape for FitnessSharp

Source§

impl IconShape for Flag

Source§

impl IconShape for FlagOutline

Source§

impl IconShape for FlagSharp

Source§

impl IconShape for Flame

Source§

impl IconShape for FlameOutline

Source§

impl IconShape for FlameSharp

Source§

impl IconShape for Flash

Source§

impl IconShape for FlashOff

Source§

impl IconShape for FlashOffOutline

Source§

impl IconShape for FlashOffSharp

Source§

impl IconShape for FlashOutline

Source§

impl IconShape for FlashSharp

Source§

impl IconShape for Flashlight

Source§

impl IconShape for FlashlightOutline

Source§

impl IconShape for FlashlightSharp

Source§

impl IconShape for Flask

Source§

impl IconShape for FlaskOutline

Source§

impl IconShape for FlaskSharp

Source§

impl IconShape for Flower

Source§

impl IconShape for FlowerOutline

Source§

impl IconShape for FlowerSharp

Source§

impl IconShape for Folder

Source§

impl IconShape for FolderOpen

Source§

impl IconShape for FolderOpenOutline

Source§

impl IconShape for FolderOpenSharp

Source§

impl IconShape for FolderOutline

Source§

impl IconShape for FolderSharp

Source§

impl IconShape for Football

Source§

impl IconShape for FootballOutline

Source§

impl IconShape for FootballSharp

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§

impl IconShape for FunnelOutline

Source§

impl IconShape for FunnelSharp

Source§

impl IconShape for GameController

Source§

impl IconShape for GameControllerOutline

Source§

impl IconShape for GameControllerSharp

Source§

impl IconShape for Gift

Source§

impl IconShape for GiftOutline

Source§

impl IconShape for GiftSharp

Source§

impl IconShape for GitBranch

Source§

impl IconShape for GitBranchOutline

Source§

impl IconShape for GitBranchSharp

Source§

impl IconShape for GitCommit

Source§

impl IconShape for GitCommitOutline

Source§

impl IconShape for GitCommitSharp

Source§

impl IconShape for GitCompare

Source§

impl IconShape for GitCompareOutline

Source§

impl IconShape for GitCompareSharp

Source§

impl IconShape for GitMerge

Source§

impl IconShape for GitMergeOutline

Source§

impl IconShape for GitMergeSharp

Source§

impl IconShape for GitNetwork

Source§

impl IconShape for GitNetworkOutline

Source§

impl IconShape for GitNetworkSharp

Source§

impl IconShape for GitPullRequest

Source§

impl IconShape for GitPullRequestOutline

Source§

impl IconShape for GitPullRequestSharp

Source§

impl IconShape for Glasses

Source§

impl IconShape for GlassesOutline

Source§

impl IconShape for GlassesSharp

Source§

impl IconShape for Globe

Source§

impl IconShape for GlobeOutline

Source§

impl IconShape for GlobeSharp

Source§

impl IconShape for Golf

Source§

impl IconShape for GolfOutline

Source§

impl IconShape for GolfSharp

Source§

impl IconShape for Grid

Source§

impl IconShape for GridOutline

Source§

impl IconShape for GridSharp

Source§

impl IconShape for Hammer

Source§

impl IconShape for HammerOutline

Source§

impl IconShape for HammerSharp

Source§

impl IconShape for HandLeft

Source§

impl IconShape for HandLeftOutline

Source§

impl IconShape for HandLeftSharp

Source§

impl IconShape for HandRight

Source§

impl IconShape for HandRightOutline

Source§

impl IconShape for HandRightSharp

Source§

impl IconShape for Happy

Source§

impl IconShape for HappyOutline

Source§

impl IconShape for HappySharp

Source§

impl IconShape for HardwareChip

Source§

impl IconShape for HardwareChipOutline

Source§

impl IconShape for HardwareChipSharp

Source§

impl IconShape for Headset

Source§

impl IconShape for HeadsetOutline

Source§

impl IconShape for HeadsetSharp

Source§

impl IconShape for Heart

Source§

impl IconShape for HeartCircle

Source§

impl IconShape for HeartCircleOutline

Source§

impl IconShape for HeartCircleSharp

Source§

impl IconShape for HeartDislike

Source§

impl IconShape for HeartDislikeCircle

Source§

impl IconShape for HeartDislikeCircleOutline

Source§

impl IconShape for HeartDislikeCircleSharp

Source§

impl IconShape for HeartDislikeOutline

Source§

impl IconShape for HeartDislikeSharp

Source§

impl IconShape for HeartHalf

Source§

impl IconShape for HeartHalfOutline

Source§

impl IconShape for HeartHalfSharp

Source§

impl IconShape for HeartOutline

Source§

impl IconShape for HeartSharp

Source§

impl IconShape for Help

Source§

impl IconShape for HelpBuoy

Source§

impl IconShape for HelpBuoyOutline

Source§

impl IconShape for HelpBuoySharp

Source§

impl IconShape for HelpCircle

Source§

impl IconShape for HelpCircleOutline

Source§

impl IconShape for HelpCircleSharp

Source§

impl IconShape for HelpOutline

Source§

impl IconShape for HelpSharp

Source§

impl IconShape for Home

Source§

impl IconShape for HomeOutline

Source§

impl IconShape for HomeSharp

Source§

impl IconShape for Hourglass

Source§

impl IconShape for HourglassOutline

Source§

impl IconShape for HourglassSharp

Source§

impl IconShape for IceCream

Source§

impl IconShape for IceCreamOutline

Source§

impl IconShape for IceCreamSharp

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§

impl IconShape for ImageOutline

Source§

impl IconShape for ImageSharp

Source§

impl IconShape for Images

Source§

impl IconShape for ImagesOutline

Source§

impl IconShape for ImagesSharp

Source§

impl IconShape for Infinite

Source§

impl IconShape for InfiniteOutline

Source§

impl IconShape for InfiniteSharp

Source§

impl IconShape for Information

Source§

impl IconShape for InformationCircle

Source§

impl IconShape for InformationCircleOutline

Source§

impl IconShape for InformationCircleSharp

Source§

impl IconShape for InformationOutline

Source§

impl IconShape for InformationSharp

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§

impl IconShape for JournalOutline

Source§

impl IconShape for JournalSharp

Source§

impl IconShape for Key

Source§

impl IconShape for KeyOutline

Source§

impl IconShape for KeySharp

Source§

impl IconShape for Keypad

Source§

impl IconShape for KeypadOutline

Source§

impl IconShape for KeypadSharp

Source§

impl IconShape for Language

Source§

impl IconShape for LanguageOutline

Source§

impl IconShape for LanguageSharp

Source§

impl IconShape for Laptop

Source§

impl IconShape for LaptopOutline

Source§

impl IconShape for LaptopSharp

Source§

impl IconShape for Layers

Source§

impl IconShape for LayersOutline

Source§

impl IconShape for LayersSharp

Source§

impl IconShape for Leaf

Source§

impl IconShape for LeafOutline

Source§

impl IconShape for LeafSharp

Source§

impl IconShape for Library

Source§

impl IconShape for LibraryOutline

Source§

impl IconShape for LibrarySharp

Source§

impl IconShape for LinkOutline

Source§

impl IconShape for LinkSharp

Source§

impl IconShape for List

Source§

impl IconShape for ListCircle

Source§

impl IconShape for ListCircleOutline

Source§

impl IconShape for ListCircleSharp

Source§

impl IconShape for ListOutline

Source§

impl IconShape for ListSharp

Source§

impl IconShape for Locate

Source§

impl IconShape for LocateOutline

Source§

impl IconShape for LocateSharp

Source§

impl IconShape for Location

Source§

impl IconShape for LocationOutline

Source§

impl IconShape for LocationSharp

Source§

impl IconShape for LockClosed

Source§

impl IconShape for LockClosedOutline

Source§

impl IconShape for LockClosedSharp

Source§

impl IconShape for LockOpen

Source§

impl IconShape for LockOpenOutline

Source§

impl IconShape for LockOpenSharp

Source§

impl IconShape for LogIn

Source§

impl IconShape for LogInOutline

Source§

impl IconShape for LogInSharp

Source§

impl IconShape for LogOut

Source§

impl IconShape for LogOutOutline

Source§

impl IconShape for LogOutSharp

Source§

impl IconShape for LogoAlipay

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoAmazon

Source§

impl IconShape for LogoAmplify

Source§

impl IconShape for LogoAndroid

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoAngular

Source§

impl IconShape for LogoAppflow

Source§

impl IconShape for LogoApple

Source§

impl IconShape for LogoAppleAppstore

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§

impl IconShape for LogoBuffer

Source§

impl IconShape for LogoCapacitor

Source§

impl IconShape for LogoChrome

Source§

impl IconShape for LogoClosedCaptioning

Source§

impl IconShape for LogoCodepen

Source§

impl IconShape for LogoCss3

Source§

impl IconShape for LogoDesignernews

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§

impl IconShape for LogoDropbox

Source§

impl IconShape for LogoEdge

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoElectron

Source§

impl IconShape for LogoEuro

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§

impl IconShape for LogoFlickr

Source§

impl IconShape for LogoFoursquare

Source§

impl IconShape for LogoGithub

Source§

impl IconShape for LogoGitlab

Source§

impl IconShape for LogoGoogle

Source§

impl IconShape for LogoGooglePlaystore

Source§

impl IconShape for LogoHackernews

Source§

impl IconShape for LogoHtml5

Source§

impl IconShape for LogoInstagram

Source§

impl IconShape for LogoIonic

Source§

impl IconShape for LogoIonitron

Source§

impl IconShape for LogoJavascript

Source§

impl IconShape for LogoLaravel

Source§

impl IconShape for LogoLinkedin

Source§

impl IconShape for LogoMarkdown

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§

impl IconShape for LogoNodejs

Source§

impl IconShape for LogoNpm

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoOctocat

Source§

impl IconShape for LogoPaypal

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoPinterest

Source§

impl IconShape for LogoPlaystation

Source§

impl IconShape for LogoPwa

Source§

impl IconShape for LogoPython

Source§

impl IconShape for LogoReact

Source§

impl IconShape for LogoReddit

Source§

impl IconShape for LogoRss

Source§

impl IconShape for LogoSass

Source§

impl IconShape for LogoSkype

Source§

impl IconShape for LogoSlack

Source§

impl IconShape for LogoSnapchat

Source§

impl IconShape for LogoSoundcloud

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoStackoverflow

Source§

impl IconShape for LogoSteam

Source§

impl IconShape for LogoStencil

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§

impl IconShape for LogoTumblr

Source§

impl IconShape for LogoTux

Source§

impl IconShape for LogoTwitch

Source§

impl IconShape for LogoTwitter

Source§

impl IconShape for LogoUsd

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§

impl IconShape for LogoVk

Source§

impl IconShape for LogoVue

Source§

impl IconShape for LogoWebComponent

Source§

impl IconShape for LogoWechat

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LogoWhatsapp

Source§

impl IconShape for LogoWindows

Source§

impl IconShape for LogoWordpress

Source§

impl IconShape for LogoX

Source§

impl IconShape for LogoXbox

Source§

impl IconShape for LogoXing

Source§

impl IconShape for LogoYahoo

Source§

impl IconShape for LogoYen

Source§

impl IconShape for LogoYoutube

Source§

impl IconShape for Magnet

Source§

impl IconShape for MagnetOutline

Source§

impl IconShape for MagnetSharp

Source§

impl IconShape for Mail

Source§

impl IconShape for MailOpen

Source§

impl IconShape for MailOpenOutline

Source§

impl IconShape for MailOpenSharp

Source§

impl IconShape for MailOutline

Source§

impl IconShape for MailSharp

Source§

impl IconShape for MailUnread

Source§

impl IconShape for MailUnreadOutline

Source§

impl IconShape for MailUnreadSharp

Source§

impl IconShape for Male

Source§

impl IconShape for MaleFemale

Source§

impl IconShape for MaleFemaleOutline

Source§

impl IconShape for MaleFemaleSharp

Source§

impl IconShape for MaleOutline

Source§

impl IconShape for MaleSharp

Source§

impl IconShape for Man

Source§

impl IconShape for ManOutline

Source§

impl IconShape for ManSharp

Source§

impl IconShape for Map

Source§

impl IconShape for MapOutline

Source§

impl IconShape for MapSharp

Source§

impl IconShape for Medal

Source§

impl IconShape for MedalOutline

Source§

impl IconShape for MedalSharp

Source§

impl IconShape for Medical

Source§

impl IconShape for MedicalOutline

Source§

impl IconShape for MedicalSharp

Source§

impl IconShape for Medkit

Source§

impl IconShape for MedkitOutline

Source§

impl IconShape for MedkitSharp

Source§

impl IconShape for Megaphone

Source§

impl IconShape for MegaphoneOutline

Source§

impl IconShape for MegaphoneSharp

Source§

impl IconShape for Menu

Source§

impl IconShape for MenuOutline

Source§

impl IconShape for MenuSharp

Source§

impl IconShape for Mic

Source§

impl IconShape for MicCircle

Source§

impl IconShape for MicCircleOutline

Source§

impl IconShape for MicCircleSharp

Source§

impl IconShape for MicOff

Source§

impl IconShape for MicOffCircle

Source§

impl IconShape for MicOffCircleOutline

Source§

impl IconShape for MicOffCircleSharp

Source§

impl IconShape for MicOffOutline

Source§

impl IconShape for MicOffSharp

Source§

impl IconShape for MicOutline

Source§

impl IconShape for MicSharp

Source§

impl IconShape for Moon

Source§

impl IconShape for MoonOutline

Source§

impl IconShape for MoonSharp

Source§

impl IconShape for Move

Source§

impl IconShape for MoveOutline

Source§

impl IconShape for MoveSharp

Source§

impl IconShape for MusicalNote

Source§

impl IconShape for MusicalNoteOutline

Source§

impl IconShape for MusicalNoteSharp

Source§

impl IconShape for MusicalNotes

Source§

impl IconShape for MusicalNotesOutline

Source§

impl IconShape for MusicalNotesSharp

Source§

impl IconShape for Navigate

Source§

impl IconShape for NavigateCircle

Source§

impl IconShape for NavigateCircleOutline

Source§

impl IconShape for NavigateCircleSharp

Source§

impl IconShape for NavigateOutline

Source§

impl IconShape for NavigateSharp

Source§

impl IconShape for Newspaper

Source§

impl IconShape for NewspaperOutline

Source§

impl IconShape for NewspaperSharp

Source§

impl IconShape for Notifications

Source§

impl IconShape for NotificationsCircle

Source§

impl IconShape for NotificationsCircleOutline

Source§

impl IconShape for NotificationsCircleSharp

Source§

impl IconShape for NotificationsOff

Source§

impl IconShape for NotificationsOffCircle

Source§

impl IconShape for NotificationsOffCircleOutline

Source§

impl IconShape for NotificationsOffCircleSharp

Source§

impl IconShape for NotificationsOffOutline

Source§

impl IconShape for NotificationsOffSharp

Source§

impl IconShape for NotificationsOutline

Source§

impl IconShape for NotificationsSharp

Source§

impl IconShape for Nuclear

Source§

impl IconShape for NuclearOutline

Source§

impl IconShape for NuclearSharp

Source§

impl IconShape for Nutrition

Source§

impl IconShape for NutritionOutline

Source§

impl IconShape for NutritionSharp

Source§

impl IconShape for Open

Source§

impl IconShape for OpenOutline

Source§

impl IconShape for OpenSharp

Source§

impl IconShape for Options

Source§

impl IconShape for OptionsOutline

Source§

impl IconShape for OptionsSharp

Source§

impl IconShape for PaperPlane

Source§

impl IconShape for PaperPlaneOutline

Source§

impl IconShape for PaperPlaneSharp

Source§

impl IconShape for PartlySunny

Source§

impl IconShape for PartlySunnyOutline

Source§

impl IconShape for PartlySunnySharp

Source§

impl IconShape for Pause

Source§

impl IconShape for PauseCircle

Source§

impl IconShape for PauseCircleOutline

Source§

impl IconShape for PauseCircleSharp

Source§

impl IconShape for PauseOutline

Source§

impl IconShape for PauseSharp

Source§

impl IconShape for Paw

Source§

impl IconShape for PawOutline

Source§

impl IconShape for PawSharp

Source§

impl IconShape for Pencil

Source§

impl IconShape for PencilOutline

Source§

impl IconShape for PencilSharp

Source§

impl IconShape for People

Source§

impl IconShape for PeopleCircle

Source§

impl IconShape for PeopleCircleOutline

Source§

impl IconShape for PeopleCircleSharp

Source§

impl IconShape for PeopleOutline

Source§

impl IconShape for PeopleSharp

Source§

impl IconShape for Person

Source§

impl IconShape for PersonAdd

Source§

impl IconShape for PersonAddOutline

Source§

impl IconShape for PersonAddSharp

Source§

impl IconShape for PersonCircle

Source§

impl IconShape for PersonCircleOutline

Source§

impl IconShape for PersonCircleSharp

Source§

impl IconShape for PersonOutline

Source§

impl IconShape for PersonRemove

Source§

impl IconShape for PersonRemoveOutline

Source§

impl IconShape for PersonRemoveSharp

Source§

impl IconShape for PersonSharp

Source§

impl IconShape for PhoneLandscape

Source§

impl IconShape for PhoneLandscapeOutline

Source§

impl IconShape for PhoneLandscapeSharp

Source§

impl IconShape for PhonePortrait

Source§

impl IconShape for PhonePortraitOutline

Source§

impl IconShape for PhonePortraitSharp

Source§

impl IconShape for PieChart

Source§

impl IconShape for PieChartOutline

Source§

impl IconShape for PieChartSharp

Source§

impl IconShape for Pin

Source§

impl IconShape for PinOutline

Source§

impl IconShape for PinSharp

Source§

impl IconShape for Pint

Source§

impl IconShape for PintOutline

Source§

impl IconShape for PintSharp

Source§

impl IconShape for Pizza

Source§

impl IconShape for PizzaOutline

Source§

impl IconShape for PizzaSharp

Source§

impl IconShape for Planet

Source§

impl IconShape for PlanetOutline

Source§

impl IconShape for PlanetSharp

Source§

impl IconShape for Play

Source§

impl IconShape for PlayBack

Source§

impl IconShape for PlayBackCircle

Source§

impl IconShape for PlayBackCircleOutline

Source§

impl IconShape for PlayBackCircleSharp

Source§

impl IconShape for PlayBackOutline

Source§

impl IconShape for PlayBackSharp

Source§

impl IconShape for PlayCircle

Source§

impl IconShape for PlayCircleOutline

Source§

impl IconShape for PlayCircleSharp

Source§

impl IconShape for PlayForward

Source§

impl IconShape for PlayForwardCircle

Source§

impl IconShape for PlayForwardCircleOutline

Source§

impl IconShape for PlayForwardCircleSharp

Source§

impl IconShape for PlayForwardOutline

Source§

impl IconShape for PlayForwardSharp

Source§

impl IconShape for PlayOutline

Source§

impl IconShape for PlaySharp

Source§

impl IconShape for PlaySkipBack

Source§

impl IconShape for PlaySkipBackCircle

Source§

impl IconShape for PlaySkipBackCircleOutline

Source§

impl IconShape for PlaySkipBackCircleSharp

Source§

impl IconShape for PlaySkipBackOutline

Source§

impl IconShape for PlaySkipBackSharp

Source§

impl IconShape for PlaySkipForward

Source§

impl IconShape for PlaySkipForwardCircle

Source§

impl IconShape for PlaySkipForwardCircleOutline

Source§

impl IconShape for PlaySkipForwardCircleSharp

Source§

impl IconShape for PlaySkipForwardOutline

Source§

impl IconShape for PlaySkipForwardSharp

Source§

impl IconShape for Podium

Source§

impl IconShape for PodiumOutline

Source§

impl IconShape for PodiumSharp

Source§

impl IconShape for Power

Source§

impl IconShape for PowerOutline

Source§

impl IconShape for PowerSharp

Source§

impl IconShape for Pricetag

Source§

impl IconShape for PricetagOutline

Source§

impl IconShape for PricetagSharp

Source§

impl IconShape for Pricetags

Source§

impl IconShape for PricetagsOutline

Source§

impl IconShape for PricetagsSharp

Source§

impl IconShape for Print

Source§

impl IconShape for PrintOutline

Source§

impl IconShape for PrintSharp

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§

impl IconShape for PulseOutline

Source§

impl IconShape for PulseSharp

Source§

impl IconShape for Push

Source§

impl IconShape for PushOutline

Source§

impl IconShape for PushSharp

Source§

impl IconShape for QrCode

Source§

impl IconShape for QrCodeOutline

Source§

impl IconShape for QrCodeSharp

Source§

impl IconShape for Radio

Source§

impl IconShape for RadioButtonOff

Source§

impl IconShape for RadioButtonOffOutline

Source§

impl IconShape for RadioButtonOffSharp

Source§

impl IconShape for RadioButtonOn

Source§

impl IconShape for RadioButtonOnOutline

Source§

impl IconShape for RadioButtonOnSharp

Source§

impl IconShape for RadioOutline

Source§

impl IconShape for RadioSharp

Source§

impl IconShape for Rainy

Source§

impl IconShape for RainyOutline

Source§

impl IconShape for RainySharp

Source§

impl IconShape for Reader

Source§

impl IconShape for ReaderOutline

Source§

impl IconShape for ReaderSharp

Source§

impl IconShape for Receipt

Source§

impl IconShape for ReceiptOutline

Source§

impl IconShape for ReceiptSharp

Source§

impl IconShape for Recording

Source§

impl IconShape for RecordingOutline

Source§

impl IconShape for RecordingSharp

Source§

impl IconShape for Refresh

Source§

impl IconShape for RefreshCircle

Source§

impl IconShape for RefreshCircleOutline

Source§

impl IconShape for RefreshCircleSharp

Source§

impl IconShape for RefreshOutline

Source§

impl IconShape for RefreshSharp

Source§

impl IconShape for Reload

Source§

impl IconShape for ReloadCircle

Source§

impl IconShape for ReloadCircleOutline

Source§

impl IconShape for ReloadCircleSharp

Source§

impl IconShape for ReloadOutline

Source§

impl IconShape for ReloadSharp

Source§

impl IconShape for Remove

Source§

impl IconShape for RemoveCircle

Source§

impl IconShape for RemoveCircleOutline

Source§

impl IconShape for RemoveCircleSharp

Source§

impl IconShape for RemoveOutline

Source§

impl IconShape for RemoveSharp

Source§

impl IconShape for ReorderFour

Source§

impl IconShape for ReorderFourOutline

Source§

impl IconShape for ReorderFourSharp

Source§

impl IconShape for ReorderThree

Source§

impl IconShape for ReorderThreeOutline

Source§

impl IconShape for ReorderThreeSharp

Source§

impl IconShape for ReorderTwo

Source§

impl IconShape for ReorderTwoOutline

Source§

impl IconShape for ReorderTwoSharp

Source§

impl IconShape for Repeat

Source§

impl IconShape for RepeatOutline

Source§

impl IconShape for RepeatSharp

Source§

impl IconShape for Resize

Source§

impl IconShape for ResizeOutline

Source§

impl IconShape for ResizeSharp

Source§

impl IconShape for Restaurant

Source§

impl IconShape for RestaurantOutline

Source§

impl IconShape for RestaurantSharp

Source§

impl IconShape for ReturnDownBack

Source§

impl IconShape for ReturnDownBackOutline

Source§

impl IconShape for ReturnDownBackSharp

Source§

impl IconShape for ReturnDownForward

Source§

impl IconShape for ReturnDownForwardOutline

Source§

impl IconShape for ReturnDownForwardSharp

Source§

impl IconShape for ReturnUpBack

Source§

impl IconShape for ReturnUpBackOutline

Source§

impl IconShape for ReturnUpBackSharp

Source§

impl IconShape for ReturnUpForward

Source§

impl IconShape for ReturnUpForwardOutline

Source§

impl IconShape for ReturnUpForwardSharp

Source§

impl IconShape for Ribbon

Source§

impl IconShape for RibbonOutline

Source§

impl IconShape for RibbonSharp

Source§

impl IconShape for Rocket

Source§

impl IconShape for RocketOutline

Source§

impl IconShape for RocketSharp

Source§

impl IconShape for Rose

Source§

impl IconShape for RoseOutline

Source§

impl IconShape for RoseSharp

Source§

impl IconShape for Sad

Source§

impl IconShape for SadOutline

Source§

impl IconShape for SadSharp

Source§

impl IconShape for Save

Source§

impl IconShape for SaveOutline

Source§

impl IconShape for SaveSharp

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§

impl IconShape for ScanCircle

Source§

impl IconShape for ScanCircleOutline

Source§

impl IconShape for ScanCircleSharp

Source§

impl IconShape for ScanOutline

Source§

impl IconShape for ScanSharp

Source§

impl IconShape for School

Source§

impl IconShape for SchoolOutline

Source§

impl IconShape for SchoolSharp

Source§

impl IconShape for SearchCircle

Source§

impl IconShape for SearchCircleOutline

Source§

impl IconShape for SearchCircleSharp

Source§

impl IconShape for SearchOutline

Source§

impl IconShape for SearchSharp

Source§

impl IconShape for Send

Source§

impl IconShape for SendOutline

Source§

impl IconShape for SendSharp

Source§

impl IconShape for Server

Source§

impl IconShape for ServerOutline

Source§

impl IconShape for ServerSharp

Source§

impl IconShape for Settings

Source§

impl IconShape for SettingsOutline

Source§

impl IconShape for SettingsSharp

Source§

impl IconShape for Shapes

Source§

impl IconShape for ShapesOutline

Source§

impl IconShape for ShapesSharp

Source§

impl IconShape for Share

Source§

impl IconShape for ShareOutline

Source§

impl IconShape for ShareSharp

Source§

impl IconShape for ShareSocial

Source§

impl IconShape for ShareSocialOutline

Source§

impl IconShape for ShareSocialSharp

Source§

impl IconShape for Shield

Source§

impl IconShape for ShieldCheckmark

Source§

impl IconShape for ShieldCheckmarkOutline

Source§

impl IconShape for ShieldCheckmarkSharp

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§

impl IconShape for ShieldSharp

Source§

impl IconShape for Shirt

Source§

impl IconShape for ShirtOutline

Source§

impl IconShape for ShirtSharp

Source§

impl IconShape for Shuffle

Source§

impl IconShape for ShuffleOutline

Source§

impl IconShape for ShuffleSharp

Source§

impl IconShape for Skull

Source§

impl IconShape for SkullOutline

Source§

impl IconShape for SkullSharp

Source§

impl IconShape for Snow

Source§

impl IconShape for SnowOutline

Source§

impl IconShape for SnowSharp

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§

impl IconShape for SpeedometerOutline

Source§

impl IconShape for SpeedometerSharp

Source§

impl IconShape for Square

Source§

impl IconShape for SquareOutline

Source§

impl IconShape for SquareSharp

Source§

impl IconShape for Star

Source§

impl IconShape for StarHalf

Source§

impl IconShape for StarHalfOutline

Source§

impl IconShape for StarHalfSharp

Source§

impl IconShape for StarOutline

Source§

impl IconShape for StarSharp

Source§

impl IconShape for StatsChart

Source§

impl IconShape for StatsChartOutline

Source§

impl IconShape for StatsChartSharp

Source§

impl IconShape for Stop

Source§

impl IconShape for StopCircle

Source§

impl IconShape for StopCircleOutline

Source§

impl IconShape for StopCircleSharp

Source§

impl IconShape for StopOutline

Source§

impl IconShape for StopSharp

Source§

impl IconShape for Stopwatch

Source§

impl IconShape for StopwatchOutline

Source§

impl IconShape for StopwatchSharp

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§

impl IconShape for SubwayOutline

Source§

impl IconShape for SubwaySharp

Source§

impl IconShape for Sunny

Source§

impl IconShape for SunnyOutline

Source§

impl IconShape for SunnySharp

Source§

impl IconShape for SwapHorizontal

Source§

impl IconShape for SwapHorizontalOutline

Source§

impl IconShape for SwapHorizontalSharp

Source§

impl IconShape for SwapVertical

Source§

impl IconShape for SwapVerticalOutline

Source§

impl IconShape for SwapVerticalSharp

Source§

impl IconShape for Sync

Source§

impl IconShape for SyncCircle

Source§

impl IconShape for SyncCircleOutline

Source§

impl IconShape for SyncCircleSharp

Source§

impl IconShape for SyncOutline

Source§

impl IconShape for SyncSharp

Source§

impl IconShape for TabletLandscape

Source§

impl IconShape for TabletLandscapeOutline

Source§

impl IconShape for TabletLandscapeSharp

Source§

impl IconShape for TabletPortrait

Source§

impl IconShape for TabletPortraitOutline

Source§

impl IconShape for TabletPortraitSharp

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§

impl IconShape for TennisballOutline

Source§

impl IconShape for TennisballSharp

Source§

impl IconShape for Terminal

Source§

impl IconShape for TerminalOutline

Source§

impl IconShape for TerminalSharp

Source§

impl IconShape for Text

Source§

impl IconShape for TextOutline

Source§

impl IconShape for TextSharp

Source§

impl IconShape for Thermometer

Source§

impl IconShape for ThermometerOutline

Source§

impl IconShape for ThermometerSharp

Source§

impl IconShape for ThumbsDown

Source§

impl IconShape for ThumbsDownOutline

Source§

impl IconShape for ThumbsDownSharp

Source§

impl IconShape for ThumbsUp

Source§

impl IconShape for ThumbsUpOutline

Source§

impl IconShape for ThumbsUpSharp

Source§

impl IconShape for Thunderstorm

Source§

impl IconShape for ThunderstormOutline

Source§

impl IconShape for ThunderstormSharp

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§

impl IconShape for TimeOutline

Source§

impl IconShape for TimeSharp

Source§

impl IconShape for Timer

Source§

impl IconShape for TimerOutline

Source§

impl IconShape for TimerSharp

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§

impl IconShape for ToggleOutline

Source§

impl IconShape for ToggleSharp

Source§

impl IconShape for TrailSign

Source§

impl IconShape for TrailSignOutline

Source§

impl IconShape for TrailSignSharp

Source§

impl IconShape for Train

Source§

impl IconShape for TrainOutline

Source§

impl IconShape for TrainSharp

Source§

impl IconShape for Transgender

Source§

impl IconShape for TransgenderOutline

Source§

impl IconShape for TransgenderSharp

Source§

impl IconShape for Trash

Source§

impl IconShape for TrashBin

Source§

impl IconShape for TrashBinOutline

Source§

impl IconShape for TrashBinSharp

Source§

impl IconShape for TrashOutline

Source§

impl IconShape for TrashSharp

Source§

impl IconShape for TrendingDown

Source§

impl IconShape for TrendingDownOutline

Source§

impl IconShape for TrendingDownSharp

Source§

impl IconShape for TrendingUp

Source§

impl IconShape for TrendingUpOutline

Source§

impl IconShape for TrendingUpSharp

Source§

impl IconShape for Triangle

Source§

impl IconShape for TriangleOutline

Source§

impl IconShape for TriangleSharp

Source§

impl IconShape for Trophy

Source§

impl IconShape for TrophyOutline

Source§

impl IconShape for TrophySharp

Source§

impl IconShape for Tv

Source§

impl IconShape for TvOutline

Source§

impl IconShape for TvSharp

Source§

impl IconShape for Umbrella

Source§

impl IconShape for UmbrellaOutline

Source§

impl IconShape for UmbrellaSharp

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§

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§

impl IconShape for VideocamSharp

Source§

impl IconShape for VolumeHigh

Source§

impl IconShape for VolumeHighOutline

Source§

impl IconShape for VolumeHighSharp

Source§

impl IconShape for VolumeLow

Source§

impl IconShape for VolumeLowOutline

Source§

impl IconShape for VolumeLowSharp

Source§

impl IconShape for VolumeMedium

Source§

impl IconShape for VolumeMediumOutline

Source§

impl IconShape for VolumeMediumSharp

Source§

impl IconShape for VolumeMute

Source§

impl IconShape for VolumeMuteOutline

Source§

impl IconShape for VolumeMuteSharp

Source§

impl IconShape for VolumeOff

Source§

impl IconShape for VolumeOffOutline

Source§

impl IconShape for VolumeOffSharp

Source§

impl IconShape for Walk

Source§

impl IconShape for WalkOutline

Source§

impl IconShape for WalkSharp

Source§

impl IconShape for Wallet

Source§

impl IconShape for WalletOutline

Source§

impl IconShape for WalletSharp

Source§

impl IconShape for Warning

Source§

impl IconShape for WarningOutline

Source§

impl IconShape for WarningSharp

Source§

impl IconShape for Watch

Source§

impl IconShape for WatchOutline

Source§

impl IconShape for WatchSharp

Source§

impl IconShape for Water

Source§

impl IconShape for WaterOutline

Source§

impl IconShape for WaterSharp

Source§

impl IconShape for Wifi

Source§

impl IconShape for WifiOutline

Source§

impl IconShape for WifiSharp

Source§

impl IconShape for Wine

Source§

impl IconShape for WineOutline

Source§

impl IconShape for WineSharp

Source§

impl IconShape for Woman

Source§

impl IconShape for WomanOutline

Source§

impl IconShape for WomanSharp