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 Adonisjs

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AdonisjsIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Adyen

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Aerospike

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AerospikeIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Aha

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Airbrake

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Airflow

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AirflowIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Airtable

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Aix

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Akamai

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Algolia

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AlgoliaIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Alpinejs

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AlpinejsIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Altair

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AmazonConnect

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Amd

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Amp

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AmpIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Ampersand

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Amplication

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AmplicationIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Amplitude

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AmplitudeIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Analog

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Android

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AndroidIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Angular

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AngularIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Ansible

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AntDesign

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Anthropic

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AnthropicIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Apache

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ApacheCamel

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ApacheCloudstack

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ApacheFlinkIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ApacheSpark

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ApacheSuperset

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ApacheSupersetIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Apiary

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Apollo

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Apostrophe

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Appbaseio

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AppbaseioIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Appcenter

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AppcenterIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Appcircle

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AppcircleIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Appcode

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Appdynamics

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AppdynamicsIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Appium

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Apple

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AppleAppStore

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ApplePay

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Applitools

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ApplitoolsIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Appsignal

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AppsignalIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Apptentive

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Appveyor

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Appwrite

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AppwriteIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Arangodb

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ArangodbIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Arc

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Architect

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ArchitectIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Archlinux

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Arduino

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Argo

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ArgoIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Arm

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Armory

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ArmoryIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Asciidoctor

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Assembla

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AssemblaIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Astro

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AstroIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Astronomer

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AsyncApi

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AsyncApiIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Atlassian

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Atom

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AtomIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Atomic

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AtomicIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Atomicojs

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AtomicojsIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Aurelia

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Aurora

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Auth0

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Auth0Icon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Authy

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Autoit

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Autoprefixer

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Ava

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Awesome

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Aws

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AwsAmplify

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AwsApiGateway

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AwsAppMesh

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AwsAppflow

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AwsAppsync

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AwsAthena

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AwsAurora

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AwsBackup

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AwsBatch

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AwsBedrock

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AwsBedrockIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AwsCertificateManager

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AwsCloudformation

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AwsCloudfront

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AwsCloudsearch

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AwsCloudtrail

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AwsCloudwatch

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AwsCodebuild

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AwsCodecommit

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AwsCodedeploy

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AwsCodepipeline

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AwsCodestar

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AwsCognito

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AwsConfig

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AwsDocumentdb

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AwsDynamodb

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AwsEc2

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AwsEcs

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AwsEks

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AwsElasticBeanstalk

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AwsElasticache

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AwsElb

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AwsEventbridge

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AwsFargate

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AwsGlacier

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AwsGlue

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AwsIam

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AwsKeyspaces

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AwsKinesis

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AwsKms

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AwsLakeFormation

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AwsLambda

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AwsLightsail

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AwsMq

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AwsMsk

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AwsNeptune

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AwsOpenSearch

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AwsOpsworks

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AwsQuicksight

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AwsRds

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AwsRedshift

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AwsRoute53

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AwsS3

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AwsSecretsManager

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AwsSes

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AwsShield

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AwsSns

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AwsSqs

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AwsStepFunctions

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AwsSystemsManager

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AwsTimestream

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AwsVpc

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AwsWaf

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for AwsXray

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Axios

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Backbone

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BackboneIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Backerkit

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Bamboo

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Basecamp

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BasecampIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Basekit

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Baseline

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Bash

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BashIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Batch

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Beats

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Behance

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Bem

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Bigpanda

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Bing

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Biomejs

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Bitbar

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Bitbucket

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Bitcoin

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Bitnami

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Bitrise

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BitriseIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Blender

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Blitzjs

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BlitzjsIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Blocs

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Blogger

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Blossom

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Blueprint

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Bluetooth

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Booqable

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BooqableIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Bootstrap

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Botanalytics

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Bower

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Brainjs

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Branch

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BranchIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Brandfolder

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BrandfolderIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Brave

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Braze

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BrazeIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Broadcom

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BroadcomIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Broccoli

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Brotli

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Browserify

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BrowserifyIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Browserling

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Browserslist

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Browsersync

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Brunch

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Bubble

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BubbleIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Buck

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Buddy

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Buffer

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Bugherd

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BugherdIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Bugsee

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Bugsnag

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BuilderIo

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BuilderIoIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Buildkite

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BuildkiteIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Bulma

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Bun

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BunnyNet

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for BunnyNetIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for C

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CPlusplus

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CSharp

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Cachet

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Cakephp

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CakephpIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Calibre

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CalibreIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Campaignmonitor

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CampaignmonitorIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Canjs

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Capacitorjs

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CapacitorjsIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Capistrano

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Carbide

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Cardano

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CardanoIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Cassandra

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Centos

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CentosIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Certbot

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Ceylon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Chai

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Chalk

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Chargebee

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ChargebeeIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ChartJs

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Chef

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Chevereto

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Chroma

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Chromatic

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ChromaticIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Chrome

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ChromeWebStore

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Cinder

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Circleci

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CirrusCi

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Claude

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ClaudeCode

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ClaudeIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Clerk

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Clickhouse

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Cline

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ClioLang

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Clion

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Cljs

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Clojure

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Close

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Cloud9

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Cloudacademy

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CloudacademyIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Cloudcraft

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Cloudflare

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CloudflareIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CloudflareWorkers

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CloudflareWorkersIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Cloudinary

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CloudinaryIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Cloudlinux

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Cobalt

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Cockpit

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Cocoapods

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Coda

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CodaIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Codacy

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Codebase

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Codebeat

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Codecademy

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Codeception

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Codeclimate

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CodeclimateIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Codecov

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CodecovIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Codefactor

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CodefactorIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Codeigniter

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CodeigniterIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Codepen

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CodepenIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Codersrank

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CodersrankIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Coderwall

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Codesandbox

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CodesandboxIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Codesee

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CodeseeIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Codio

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Coffeescript

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Cohere

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CohereIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Commitizen

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Compass

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Componentkit

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Compose

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ComposeMultiplatform

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Composer

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ConanIo

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Concourse

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Concretecms

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ConcretecmsIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Conda

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Confluence

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Consul

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Contentful

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Convox

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ConvoxIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Copyleft

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CopyleftPirate

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Corda

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Cordova

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Couchbase

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Couchdb

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CouchdbIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Coursera

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Cpanel

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Craftcms

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Crashlytics

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Crateio

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CreateReactApp

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Createjs

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Crewai

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CrewaiIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Crucible

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Crystal

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Css

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Css3

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Css3Icon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Cssnext

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Cube

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CubeIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Cucumber

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Curl

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Cursor

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CursorIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Customerio

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CustomerioIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Cyclejs

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Cypress

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for CypressIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for D3

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Dailydev

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for DailydevIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for DaisyUi

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Danfo

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Dart

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Dashlane

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for DashlaneIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for DataStation

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for DatabaseLabs

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Datadog

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for DatadogIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Datagrip

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Datasette

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for DatasetteIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Dataspell

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Datocms

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for DatocmsIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Dbt

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for DbtIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Dcos

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for DcosIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Debian

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Deepseek

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Delighted

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for DelightedIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Deno

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Dependabot

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Derby

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Descript

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for DescriptIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Designernews

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Deviantart

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for DeviantartIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Devicescript

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Dgraph

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for DgraphIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Dialogflow

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Dify

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for DifyIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for DigitalOcean

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for DigitalOceanIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Dimer

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Dinersclub

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Discord

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for DiscordIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Discourse

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for DiscourseIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Discover

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Disqus

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Django

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for DjangoIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Dockbit

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Docker

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for DockerIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Doctrine

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Docusaurus

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Dojo

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for DojoIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for DojoToolkit

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Dolt

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Dotnet

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Dovetail

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for DovetailIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Dreamhost

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Dribbble

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for DribbbleIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Drift

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Drip

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for DrizzleOrm

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Drone

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for DroneIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Drools

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for DroolsIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Dropbox

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Dropmark

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Dropzone

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Drupal

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for DrupalIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Duckduckgo

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Dynatrace

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for DynatraceIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Dyndns

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Eclipse

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for EclipseIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Ecma

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Edgedb

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Edgio

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for EdgioIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Editorconfig

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Effect

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for EffectIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Egghead

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Elasticpath

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ElasticpathIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Elasticsearch

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Electron

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ElementalUi

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Elementary

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Elevenlabs

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ElevenlabsIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Eleventy

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Elixir

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ElixirIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Ello

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Elm

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Elo

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Emacs

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for EmacsClassic

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Embedly

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Ember

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for EmberIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Emmet

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Enact

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Env

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Envato

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Envoy

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for EnvoyIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Envoyer

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Epsagon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for EpsagonIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Eraser

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for EraserIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Erlang

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ErlangIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Esbuild

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Esdoc

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Eslint

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Eta

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for EtaIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Etcd

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Ethereum

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for EthereumColor

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Ethers

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Ethnio

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Eventbrite

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for EventbriteIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Eventsentry

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Evergreen

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for EvergreenIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Expo

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ExpoIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Express

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Fabric

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Fastapi

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for FastapiIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Fastify

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for FastifyIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Fastlane

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Fastly

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Fauna

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for FaunaIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Feathersjs

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Fedora

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Fetch

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Ffmpeg

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for FfmpegIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Figma

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Firebase

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for FirebaseIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Firefox

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for FirefoxBrowser

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Fireworks

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Flannel

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Flarum

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Flask

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Flattr

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for FlattrIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Fleep

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Flickr

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for FlickrIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Flight

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Floodio

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Flow

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Flowxo

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Floydhub

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Flutter

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Flux

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Fluxxor

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Fly

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for FlyIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Fogbugz

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for FogbugzIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Fomo

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for FomoIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for FontAwesome

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Forestadmin

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ForestadminIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Forever

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Formkeep

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Fortran

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Foundationdb

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for FoundationdbIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Framer

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Framework7

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Framework7Icon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Freebsd

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Freedcamp

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for FreedcampIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Fresh

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Frontapp

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Fsharp

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Fuchsia

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Galliumos

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for GameAnalytics

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for GameAnalyticsIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Gatsby

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Geetest

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for GeetestIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Getyourguide

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Ghost

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Giantswarm

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Gin

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Git

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for GitIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Gitboard

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Github

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for GithubActions

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for GithubCopilot

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for GithubIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Gitkraken

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Gitlab

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Gitter

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Glimmerjs

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Glint

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Glitch

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for GlitchIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Gnome

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for GnomeIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Gnu

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for GnuNet

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Gnupg

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for GnupgIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Go

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Gocd

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Godot

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for GodotIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Gohorse

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Goland

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Google

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for GoogleAdmob

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for GoogleAds

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for GoogleAdsense

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for GoogleAnalytics

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for GoogleBard

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for GoogleBardIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for GoogleCalendar

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for GoogleCloud

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for GoogleCloudFunctions

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for GoogleCloudRun

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for GoogleDataStudio

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for GoogleDevelopers

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for GoogleDomains

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for GoogleDomainsIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for GoogleDrive

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for GoogleFit

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for GoogleGemini

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for GoogleGeminiIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for GoogleGmail

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for GoogleHome

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for GoogleIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for GooglePalm

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for GooglePay

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for GooglePhotos

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for GooglePlay

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for GooglePlayConsole

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for GooglePlayConsoleIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for GoogleWorkspace

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Gopher

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Gradio

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for GradioIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Gradle

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Grafana

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Grails

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Grammarly

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for GrammarlyIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Graphene

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Graphql

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Grav

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Gravatar

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for GravatarIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Graylog

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for GraylogIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Greensock

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for GreensockIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Gridsome

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for GridsomeIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Grok

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for GrokIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Grommet

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Groovehq

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Groq

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Grove

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for GrowthBook

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for GrowthBookIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Grpc

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Grunt

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Gulp

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Gunicorn

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Gunjs

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Gusto

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Gwt

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Hack

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for HackerOne

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Hadoop

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Haiku

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for HaikuIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Haml

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Handlebars

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Hapi

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Hardhat

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for HardhatIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Harness

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for HarnessIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Hashicorp

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for HashicorpIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Hashnode

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for HashnodeIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Haskell

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for HaskellIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Hasura

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for HasuraIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Haxl

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Hbase

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Hcaptcha

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for HcaptchaIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Headlessui

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for HeadlessuiIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Heap

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for HeapIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Helm

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Helpscout

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for HelpscoutIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Hermes

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Heroku

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for HerokuIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for HerokuRedis

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Hexo

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Hhvm

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Hibernate

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Highcharts

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Hipercard

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Homebrew

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Hono

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Hookstate

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Hootsuite

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for HootsuiteIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for HostedGraphite

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Hotjar

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for HotjarIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Houndci

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Html5

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Html5Boilerplate

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Httpie

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for HttpieIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Hubspot

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for HuggingFace

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for HuggingFaceIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Huggy

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Hugo

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Humongous

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Hyper

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Hyperapp

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Ibm

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for IconBox

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for IconElement

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Ieee

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Ifttt

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Imba

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ImbaIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Immer

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ImmerIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Immutable

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Impala

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Importio

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Incident

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for IncidentIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Infer

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Inferno

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Influxdb

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for InfluxdbIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Insomnia

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Intel

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for IntellijIdea

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Intercom

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for IntercomIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Internetexplorer

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Ionic

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for IonicIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Ios

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Iron

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for IronIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Itsalive

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ItsaliveIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Jade

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Jamstack

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for JamstackIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Jasmine

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Java

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Javascript

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Jcb

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Jekyll

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Jenkins

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Jest

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Jetbrains

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for JetbrainsIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Jfrog

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Jhipster

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for JhipsterIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Jira

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Joomla

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Jotai

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Jquery

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Jruby

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Jsdelivr

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Jsdom

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Jsfiddle

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Json

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for JsonLd

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Jspm

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Jss

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Juju

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Julia

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Jupyter

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Jwt

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for JwtIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Kafka

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for KafkaIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Kaios

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Kallithea

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Karma

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Katalon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for KatalonIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Kde

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Keen

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Kemal

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Keycdn

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for KeycdnIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Keydb

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for KeydbIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Keystonejs

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for KhanAcademy

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for KhanAcademyIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Kibana

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Kickstarter

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for KickstarterIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Kirby

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for KirbyIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Knex

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Knockout

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Koa

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Kong

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for KongIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Kops

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Kotlin

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for KotlinIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Krakenjs

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Ktor

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for KtorIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Kubernetes

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Kustomer

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Langchain

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Langgraph

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LanggraphIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Langsmith

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Languagetool

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Laravel

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Lastfm

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Launchdarkly

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LaunchdarklyIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Launchrock

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Leaflet

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Leankit

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LeankitIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Lerna

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Less

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LetsCloud

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Letsencrypt

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Lexical

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LexicalIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Liftweb

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Lighthouse

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Lightstep

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LightstepIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Linear

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LinearIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Linkerd

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Linode

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LinuxMint

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LinuxTux

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Lit

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LitIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Litmus

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Llamaindex

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LlamaindexIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LmStudio

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LmStudioIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Loader

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Lodash

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Logentries

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Logstash

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Lookback

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Looker

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LookerIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Loopback

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LoopbackIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Losant

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Lovable

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LovableIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Lua

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Lucene

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for LuceneNet

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Lumen

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for MacOs

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Maestro

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Mageia

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Mailchimp

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for MailchimpIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Maildeveloper

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Mailgun

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for MailgunIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Mailjet

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for MailjetIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Malinajs

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Manjaro

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Mantine

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for MantineIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Mapbox

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for MapboxIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for MapsMe

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Mapzen

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for MapzenIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Mariadb

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for MariadbIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Marionette

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Markdown

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Marko

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Marvel

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Mastercard

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Mastodon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for MaterialUi

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Materializecss

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Matomo

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for MatomoIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Matter

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for MatterIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Mattermost

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for MattermostIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Mautic

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for MauticIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Maven

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Mcp

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for McpIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Mdn

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Mdx

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Medium

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for MediumIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Medusa

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for MedusaIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Meilisearch

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Memcached

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Mention

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Mercurial

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Mesos

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Messenger

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Meta

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for MetaIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Metabase

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Meteor

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for MeteorIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Micro

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for MicroIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for MicroPython

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Microcosm

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Micron

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for MicronIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Microsoft

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for MicrosoftAzure

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for MicrosoftEdge

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for MicrosoftIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for MicrosoftOnedrive

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for MicrosoftTeams

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for MicrosoftWindows

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for MicrosoftWindowsIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Mida

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for MidaIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Middleman

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Midjourney

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Milligram

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Million

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for MillionIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Milvus

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for MilvusIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Mindsdb

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for MindsdbIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for MintLang

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Mist

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for MistralAi

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for MistralAiIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Mithril

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Mixmax

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Mixpanel

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Mlab

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Mobx

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Mocha

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Mockflow

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for MockflowIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Modernizr

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Modx

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ModxIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Momentjs

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Monday

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for MondayIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Monero

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Mongodb

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for MongodbIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Mono

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Mootools

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Morpheus

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for MorpheusIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Mozilla

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Mparticle

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for MparticleIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Msw

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Multipass

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Mysql

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for MysqlIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for N8n

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for N8nIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Naiveui

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Namecheap

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Nanobanana

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Nanonets

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Nasm

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Nativescript

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Nats

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for NatsIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Neat

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Neo4j

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Neon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for NeonIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Neovim

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Nestjs

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Netbeans

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Netlify

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for NetlifyIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for NewRelic

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for NewRelicIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Nextjs

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for NextjsIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Nginx

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Ngrok

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Nhost

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for NhostIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for NimLang

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Nocodb

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Nodal

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for NodeSass

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Nodebots

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Nodejs

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for NodejsIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Nodemon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Nodeos

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Nodewebkit

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Nomad

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for NomadIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Notion

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for NotionIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Noysi

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Npm

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for NpmIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Nuclide

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Numpy

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Nuxt

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for NuxtIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Nvidia

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Nvm

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Nx

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Oauth

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Observablehq

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Obsidian

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ObsidianIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Ocaml

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Octodns

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for OctopusDeploy

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Okta

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for OktaIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Olark

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Ollama

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for OllamaIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Onesignal

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for OpenGraph

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for OpenZeppelin

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for OpenZeppelinIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Openai

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for OpenaiIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Openapi

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for OpenapiIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Opencart

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Openclaw

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Opencollective

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Opencv

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Openframeworks

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Opengl

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for OpenjsFoundation

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for OpenjsFoundationIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Openlayers

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Opensearch

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for OpensearchIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Openshift

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Opensource

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Openstack

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for OpenstackIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Opentelemetry

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for OpentelemetryIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Opera

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Opsgenie

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Optimizely

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for OptimizelyIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Oracle

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Oreilly

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Origami

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Origin

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Orval

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Oshw

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Osquery

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Overloop

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for OverloopIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for P5js

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Packer

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Pagekit

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Pagekite

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Pagerduty

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PagerdutyIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Panda

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Pandacss

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PandacssIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Pandas

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PandasIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Parcel

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ParcelIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Parse

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Parsehub

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Partytown

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PartytownIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Passbolt

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PassboltIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Passport

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Patreon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Payload

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Paypal

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Peer5

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Percona

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Percy

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PercyIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PerfRocks

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Perl

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Perplexity

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PerplexityIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Phoenix

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Php

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PhpAlt

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Phpstorm

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Pinecone

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PineconeIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Pinia

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Pinterest

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Pipedream

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Pipedrive

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Pipefy

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PivotalTracker

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Pixijs

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Pkg

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Planetscale

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Planless

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PlanlessIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Plasmic

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PlasticScm

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Platformio

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Play

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Playwright

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Pluralsight

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PluralsightIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Pm2

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Pm2Icon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Pnpm

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PocketBase

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Polymer

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Postcss

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Postgresql

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Posthog

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PosthogIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Postman

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PostmanIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Pouchdb

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Preact

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Precursor

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Prerender

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PrerenderIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Presto

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PrestoIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Prettier

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Prisma

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Prismic

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PrismicIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Processing

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Processwire

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ProcesswireIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Productboard

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ProductboardIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Producthunt

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Prometheus

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Promises

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Proofy

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Protoio

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Protonet

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Protractor

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Pug

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Pulumi

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PulumiIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Puppet

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PuppetIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Puppeteer

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Purescript

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PurescriptIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Pushbullet

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Pusher

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PusherIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Pwa

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Pycharm

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Pyscript

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Python

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Pytorch

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for PytorchIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Pyup

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Q

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Qlik

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Qt

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Qualcomm

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Quarkus

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for QuarkusIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Quobyte

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Quora

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Qwik

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for QwikIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for RLang

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Rabbitmq

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for RabbitmqIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Rackspace

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for RackspaceIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for RadixUi

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Rails

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for RailsIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Ramda

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Raml

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Rancher

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for RancherIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Raphael

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for RaspberryPi

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Rax

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for React

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ReactQuery

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ReactQueryIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ReactRouter

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ReactSpring

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Reactivex

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Reapp

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Reasonml

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ReasonmlIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Recaptcha

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Recoil

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for RecoilIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Reddit

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for RedditIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Redhat

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for RedhatIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Redis

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for RedisIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Redsmin

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Redux

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ReduxSaga

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Redwoodjs

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Reindex

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Relay

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Release

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Remix

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for RemixIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Renovatebot

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Replay

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ReplayIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Replit

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ReplitIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Require

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Rescript

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for RescriptIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for RestLi

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Rethinkdb

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Retool

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for RetoolIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Riak

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Rider

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Riot

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Risingwave

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for RisingwaveIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for RocketChat

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for RocketChatIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Rocksdb

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for RockyLinux

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for RockyLinuxIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Rollbar

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for RollbarIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Rollupjs

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Rome

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for RomeIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Ros

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Rsa

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Rubocop

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Ruby

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Rubygems

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Rubymine

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Rum

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Runscope

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Runway

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for RunwayIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Rush

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for RushIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Rust

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Rxdb

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Safari

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Sagui

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Sails

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Salesforce

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Sameroom

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Samsung

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Sanity

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Sap

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Sass

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for SassDoc

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Saucelabs

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Scala

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Scaledrone

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Scribd

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ScribdIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Seaborn

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for SeabornIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Section

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for SectionIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Segment

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for SegmentIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Selenium

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for SemanticRelease

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for SemanticUi

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for SemanticWeb

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Semaphoreci

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Sencha

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Sendgrid

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for SendgridIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Seneca

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Sensu

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for SensuIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Sentry

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for SentryIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Sequelize

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Serverless

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Sherlock

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for SherlockIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Shields

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Shogun

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Shopify

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Shortcut

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ShortcutIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Sidekiq

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for SidekiqIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Signal

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Sigstore

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for SigstoreIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Sinatra

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Singlestore

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for SinglestoreIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Sitepoint

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for SkHynix

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Skaffolder

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Sketch

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Skylight

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Skype

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Slack

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for SlackIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Slides

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Slim

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Smartling

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Smashingmagazine

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for SnapSvg

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Snaplet

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for SnapletIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Snowflake

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for SnowflakeIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Snowpack

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Snyk

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Socketio

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Solarwinds

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Solid

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Solidity

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Solidjs

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for SolidjsIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Solr

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Sonarcloud

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for SonarcloudIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Sonarlint

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for SonarlintIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Sonarqube

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Sora

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for SoraIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Soundcloud

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Sourcegraph

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Sourcetree

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Sparkpost

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Speakerdeck

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Speedcurve

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Spidermonkey

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for SpidermonkeyIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Spinnaker

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Splunk

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Spotify

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for SpotifyIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Spree

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Spring

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for SpringIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Sqlite

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for SqliteIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Square

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Squarespace

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Sst

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for SstIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for StabilityAi

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for StabilityAiIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Stackbit

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for StackbitIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Stackblitz

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for StackblitzIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Stackoverflow

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for StackoverflowIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Stackshare

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Stately

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for StatelyIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Statuspage

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Stdlib

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for StdlibIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Steam

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Stenciljs

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for StenciljsIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Stepsize

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for StepsizeIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Stetho

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Stickermule

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Stigg

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for StiggIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Stimulus

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for StimulusIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Stitch

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Stoplight

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Storyblocks

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for StoryblocksIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Storyblok

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for StoryblokIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Storybook

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for StorybookIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Strapi

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for StrapiIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Streamlit

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Strider

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Stripe

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Struts

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Styleci

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Stylefmt

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Stylelint

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Stylis

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Stylus

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Stytch

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Sublimetext

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for SublimetextIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Subversion

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Supabase

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for SupabaseIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Supertokens

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for SupertokensIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Surrealdb

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for SurrealdbIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Survicate

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for SurvicateIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Suse

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Susy

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Svelte

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for SvelteIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for SvelteKit

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Svg

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Svgator

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Swagger

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Swc

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Swift

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Swiftype

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Swimm

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Swr

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Symfony

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Sysdig

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for SysdigIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for T3

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Tableau

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for TableauIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Tailwind

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for TailwindIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Tapcart

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for TapcartIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Taskade

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for TaskadeIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Tauri

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Tealium

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Teamcity

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Teamgrid

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Teamwork

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for TeamworkIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Telegram

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Tensorflow

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Terminal

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Terraform

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for TerraformIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Terser

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for TerserIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Testcafe

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for TestingLibrary

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Testlodge

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Threejs

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Thymeleaf

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ThymeleafIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Tidal

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for TidalIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Tiktok

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for TiktokIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Tnw

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Todoist

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for TodoistIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Todomvc

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Together

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Tomcat

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Toml

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Tor

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for TorBrowser

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Traackr

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Trac

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for TravisCi

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Treasuredata

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for TreasuredataIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Treehouse

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for TreehouseIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Trello

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Trpc

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Tsnode

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Tsuru

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Tumblr

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for TumblrIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Tunein

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Tuple

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Turbopack

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for TurbopackIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Turborepo

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for TurborepoIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Turret

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Twilio

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for TwilioIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Twitch

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Twitter

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Typeform

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for TypeformIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Typeorm

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Typescript

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for TypescriptIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for TypescriptIconRound

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Typesense

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for TypesenseIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Typo3

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Typo3Icon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Ubuntu

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Udacity

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for UdacityIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Udemy

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for UdemyIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Uikit

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Unbounce

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for UnbounceIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Undertow

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Unitjs

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Unito

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for UnitoIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Unity

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Unocss

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Unrealengine

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for UnrealengineIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Upcase

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Upstash

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for UpstashIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Upwork

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for UserTesting

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for UserTestingIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Uservoice

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for UservoiceIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Uwsgi

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for V0

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for V8

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Vaadin

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Vaddy

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Vagrant

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for VagrantIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Vault

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for VaultIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Vector

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Vercel

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for VercelIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Verdaccio

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for VerdaccioIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Vernemq

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Vim

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Vimeo

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for VimeoIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Visa

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Visaelectron

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for VisualStudio

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for VisualStudioCode

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Vite

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Vitess

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Vitest

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Vivaldi

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for VivaldiIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Vlang

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Vue

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Vuetify

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Vueuse

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Vulkan

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Vultr

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for VultrIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Vwo

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for W3c

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Waffle

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Wagtail

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Wakatime

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Walkme

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Watchman

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Waypoint

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for WaypointIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Wayscript

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for WayscriptIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Wearos

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Weave

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Web3js

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Webassembly

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Webcomponents

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Webdev

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for WebdevIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Webdriverio

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Webflow

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Webgpu

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Webhint

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for WebhintIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Webhooks

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Webix

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for WebixIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Webkit

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Webmin

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Webpack

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Webplatform

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Webrtc

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Websocket

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Webstorm

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Webtorrent

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Weebly

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Whalar

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for WhalarIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Whatsapp

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for WhatsappIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Whatwg

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Wicket

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for WicketIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Wifi

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Wildfly

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for WindiCss

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Windsurf

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for WindsurfIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Winglang

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for WinglangIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Wire

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Wix

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Woocommerce

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for WoocommerceIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Woopra

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Wordpress

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for WordpressIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for WordpressIconAlt

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Workboard

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Workos

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for WorkosIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Workplace

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for WorkplaceIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Wpengine

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Wufoo

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Xai

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Xamarin

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Xampp

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Xata

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for XataIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Xcart

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Xcode

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Xero

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Xray

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Xstate

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Xtend

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Xwiki

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for XwikiIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Yahoo

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Yaml

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Yammer

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Yandex

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Yarn

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Ycombinator

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Yii

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Youtrack

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Youtube

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for YoutubeIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Yugabyte

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for YugabyteIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Zabbix

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Zai

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Zapier

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ZendFramework

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Zendesk

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ZendeskIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Zenhub

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ZenhubIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Zeroheight

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ZeroheightIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Zig

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Zod

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Zoom

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ZoomIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ZorinOs

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Zsh

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Zube

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Zulip

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for ZulipIcon

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>

Source§

impl IconShape for Zwave

Source§

const FILL: Option<&'static str>

Source§

const VIEW_BOX: Option<&'static str>