Skip to content

Fast.Element.Plus.Icons Individual icon examples

Each named icon export below has its own import, input attributes and rendered output contract.

About

Renders the About SVG icon component.

Signature

ts
const About: DefineComponent;

Example

ts
import { About } from "@fast-element-plus/icons-vue";

<About aria-label="About" role="img" width="24" height="24" />

Inputs

InputInput typeRequired / defaultDescription
class / styleHTMLAttributesNoStyles and classes forwarded to the root SVG.
width / heightstring | numberNoOverrides the displayed SVG dimensions.
fill / strokestringNoOverrides SVG attributes that allow inherited colors.
role / aria-* / data-*stringNoAccessibility and application data attributes.
on*EventListenerNoVue event listeners forwarded to the root SVG.

Returns

Return valueReturn typeDescription
resultVNode<SVGElement>One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon.

AccountSafe

Renders the AccountSafe SVG icon component.

Signature

ts
const AccountSafe: DefineComponent;

Example

ts
import { AccountSafe } from "@fast-element-plus/icons-vue";

<AccountSafe aria-label="AccountSafe" role="img" width="24" height="24" />

Inputs

InputInput typeRequired / defaultDescription
class / styleHTMLAttributesNoStyles and classes forwarded to the root SVG.
width / heightstring | numberNoOverrides the displayed SVG dimensions.
fill / strokestringNoOverrides SVG attributes that allow inherited colors.
role / aria-* / data-*stringNoAccessibility and application data attributes.
on*EventListenerNoVue event listeners forwarded to the root SVG.

Returns

Return valueReturn typeDescription
resultVNode<SVGElement>One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon.

Address

Renders the Address SVG icon component.

Signature

ts
const Address: DefineComponent;

Example

ts
import { Address } from "@fast-element-plus/icons-vue";

<Address aria-label="Address" role="img" width="24" height="24" />

Inputs

InputInput typeRequired / defaultDescription
class / styleHTMLAttributesNoStyles and classes forwarded to the root SVG.
width / heightstring | numberNoOverrides the displayed SVG dimensions.
fill / strokestringNoOverrides SVG attributes that allow inherited colors.
role / aria-* / data-*stringNoAccessibility and application data attributes.
on*EventListenerNoVue event listeners forwarded to the root SVG.

Returns

Return valueReturn typeDescription
resultVNode<SVGElement>One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon.

Adjust

Renders the Adjust SVG icon component.

Signature

ts
const Adjust: DefineComponent;

Example

ts
import { Adjust } from "@fast-element-plus/icons-vue";

<Adjust aria-label="Adjust" role="img" width="24" height="24" />

Inputs

InputInput typeRequired / defaultDescription
class / styleHTMLAttributesNoStyles and classes forwarded to the root SVG.
width / heightstring | numberNoOverrides the displayed SVG dimensions.
fill / strokestringNoOverrides SVG attributes that allow inherited colors.
role / aria-* / data-*stringNoAccessibility and application data attributes.
on*EventListenerNoVue event listeners forwarded to the root SVG.

Returns

Return valueReturn typeDescription
resultVNode<SVGElement>One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon.

Am

Renders the Am SVG icon component.

Signature

ts
const Am: DefineComponent;

Example

ts
import { Am } from "@fast-element-plus/icons-vue";

<Am aria-label="Am" role="img" width="24" height="24" />

Inputs

InputInput typeRequired / defaultDescription
class / styleHTMLAttributesNoStyles and classes forwarded to the root SVG.
width / heightstring | numberNoOverrides the displayed SVG dimensions.
fill / strokestringNoOverrides SVG attributes that allow inherited colors.
role / aria-* / data-*stringNoAccessibility and application data attributes.
on*EventListenerNoVue event listeners forwarded to the root SVG.

Returns

Return valueReturn typeDescription
resultVNode<SVGElement>One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon.

Api

Renders the Api SVG icon component.

Signature

ts
const Api: DefineComponent;

Example

ts
import { Api } from "@fast-element-plus/icons-vue";

<Api aria-label="Api" role="img" width="24" height="24" />

Inputs

InputInput typeRequired / defaultDescription
class / styleHTMLAttributesNoStyles and classes forwarded to the root SVG.
width / heightstring | numberNoOverrides the displayed SVG dimensions.
fill / strokestringNoOverrides SVG attributes that allow inherited colors.
role / aria-* / data-*stringNoAccessibility and application data attributes.
on*EventListenerNoVue event listeners forwarded to the root SVG.

Returns

Return valueReturn typeDescription
resultVNode<SVGElement>One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon.

Appointment

Renders the Appointment SVG icon component.

Signature

ts
const Appointment: DefineComponent;

Example

ts
import { Appointment } from "@fast-element-plus/icons-vue";

<Appointment aria-label="Appointment" role="img" width="24" height="24" />

Inputs

InputInput typeRequired / defaultDescription
class / styleHTMLAttributesNoStyles and classes forwarded to the root SVG.
width / heightstring | numberNoOverrides the displayed SVG dimensions.
fill / strokestringNoOverrides SVG attributes that allow inherited colors.
role / aria-* / data-*stringNoAccessibility and application data attributes.
on*EventListenerNoVue event listeners forwarded to the root SVG.

Returns

Return valueReturn typeDescription
resultVNode<SVGElement>One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon.

Backup

Renders the Backup SVG icon component.

Signature

ts
const Backup: DefineComponent;

Example

ts
import { Backup } from "@fast-element-plus/icons-vue";

<Backup aria-label="Backup" role="img" width="24" height="24" />

Inputs

InputInput typeRequired / defaultDescription
class / styleHTMLAttributesNoStyles and classes forwarded to the root SVG.
width / heightstring | numberNoOverrides the displayed SVG dimensions.
fill / strokestringNoOverrides SVG attributes that allow inherited colors.
role / aria-* / data-*stringNoAccessibility and application data attributes.
on*EventListenerNoVue event listeners forwarded to the root SVG.

Returns

Return valueReturn typeDescription
resultVNode<SVGElement>One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon.

Bluetooth

Renders the Bluetooth SVG icon component.

Signature

ts
const Bluetooth: DefineComponent;

Example

ts
import { Bluetooth } from "@fast-element-plus/icons-vue";

<Bluetooth aria-label="Bluetooth" role="img" width="24" height="24" />

Inputs

InputInput typeRequired / defaultDescription
class / styleHTMLAttributesNoStyles and classes forwarded to the root SVG.
width / heightstring | numberNoOverrides the displayed SVG dimensions.
fill / strokestringNoOverrides SVG attributes that allow inherited colors.
role / aria-* / data-*stringNoAccessibility and application data attributes.
on*EventListenerNoVue event listeners forwarded to the root SVG.

Returns

Return valueReturn typeDescription
resultVNode<SVGElement>One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon.

Brush

Renders the Brush SVG icon component.

Signature

ts
const Brush: DefineComponent;

Example

ts
import { Brush } from "@fast-element-plus/icons-vue";

<Brush aria-label="Brush" role="img" width="24" height="24" />

Inputs

InputInput typeRequired / defaultDescription
class / styleHTMLAttributesNoStyles and classes forwarded to the root SVG.
width / heightstring | numberNoOverrides the displayed SVG dimensions.
fill / strokestringNoOverrides SVG attributes that allow inherited colors.
role / aria-* / data-*stringNoAccessibility and application data attributes.
on*EventListenerNoVue event listeners forwarded to the root SVG.

Returns

Return valueReturn typeDescription
resultVNode<SVGElement>One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon.

Calendar

Renders the Calendar SVG icon component.

Signature

ts
const Calendar: DefineComponent;

Example

ts
import { Calendar } from "@fast-element-plus/icons-vue";

<Calendar aria-label="Calendar" role="img" width="24" height="24" />

Inputs

InputInput typeRequired / defaultDescription
class / styleHTMLAttributesNoStyles and classes forwarded to the root SVG.
width / heightstring | numberNoOverrides the displayed SVG dimensions.
fill / strokestringNoOverrides SVG attributes that allow inherited colors.
role / aria-* / data-*stringNoAccessibility and application data attributes.
on*EventListenerNoVue event listeners forwarded to the root SVG.

Returns

Return valueReturn typeDescription
resultVNode<SVGElement>One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon.

Call

Renders the Call SVG icon component.

Signature

ts
const Call: DefineComponent;

Example

ts
import { Call } from "@fast-element-plus/icons-vue";

<Call aria-label="Call" role="img" width="24" height="24" />

Inputs

InputInput typeRequired / defaultDescription
class / styleHTMLAttributesNoStyles and classes forwarded to the root SVG.
width / heightstring | numberNoOverrides the displayed SVG dimensions.
fill / strokestringNoOverrides SVG attributes that allow inherited colors.
role / aria-* / data-*stringNoAccessibility and application data attributes.
on*EventListenerNoVue event listeners forwarded to the root SVG.

Returns

Return valueReturn typeDescription
resultVNode<SVGElement>One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon.

Chrome

Renders the Chrome SVG icon component.

Signature

ts
const Chrome: DefineComponent;

Example

ts
import { Chrome } from "@fast-element-plus/icons-vue";

<Chrome aria-label="Chrome" role="img" width="24" height="24" />

Inputs

InputInput typeRequired / defaultDescription
class / styleHTMLAttributesNoStyles and classes forwarded to the root SVG.
width / heightstring | numberNoOverrides the displayed SVG dimensions.
fill / strokestringNoOverrides SVG attributes that allow inherited colors.
role / aria-* / data-*stringNoAccessibility and application data attributes.
on*EventListenerNoVue event listeners forwarded to the root SVG.

Returns

Return valueReturn typeDescription
resultVNode<SVGElement>One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon.

Collect

Renders the Collect SVG icon component.

Signature

ts
const Collect: DefineComponent;

Example

ts
import { Collect } from "@fast-element-plus/icons-vue";

<Collect aria-label="Collect" role="img" width="24" height="24" />

Inputs

InputInput typeRequired / defaultDescription
class / styleHTMLAttributesNoStyles and classes forwarded to the root SVG.
width / heightstring | numberNoOverrides the displayed SVG dimensions.
fill / strokestringNoOverrides SVG attributes that allow inherited colors.
role / aria-* / data-*stringNoAccessibility and application data attributes.
on*EventListenerNoVue event listeners forwarded to the root SVG.

Returns

Return valueReturn typeDescription
resultVNode<SVGElement>One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon.

Component

Renders the Component SVG icon component.

Signature

ts
const Component: DefineComponent;

Example

ts
import { Component } from "@fast-element-plus/icons-vue";

<Component aria-label="Component" role="img" width="24" height="24" />

Inputs

InputInput typeRequired / defaultDescription
class / styleHTMLAttributesNoStyles and classes forwarded to the root SVG.
width / heightstring | numberNoOverrides the displayed SVG dimensions.
fill / strokestringNoOverrides SVG attributes that allow inherited colors.
role / aria-* / data-*stringNoAccessibility and application data attributes.
on*EventListenerNoVue event listeners forwarded to the root SVG.

Returns

Return valueReturn typeDescription
resultVNode<SVGElement>One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon.

Customers

Renders the Customers SVG icon component.

Signature

ts
const Customers: DefineComponent;

Example

ts
import { Customers } from "@fast-element-plus/icons-vue";

<Customers aria-label="Customers" role="img" width="24" height="24" />

Inputs

InputInput typeRequired / defaultDescription
class / styleHTMLAttributesNoStyles and classes forwarded to the root SVG.
width / heightstring | numberNoOverrides the displayed SVG dimensions.
fill / strokestringNoOverrides SVG attributes that allow inherited colors.
role / aria-* / data-*stringNoAccessibility and application data attributes.
on*EventListenerNoVue event listeners forwarded to the root SVG.

Returns

Return valueReturn typeDescription
resultVNode<SVGElement>One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon.

Dark

Renders the Dark SVG icon component.

Signature

ts
const Dark: DefineComponent;

Example

ts
import { Dark } from "@fast-element-plus/icons-vue";

<Dark aria-label="Dark" role="img" width="24" height="24" />

Inputs

InputInput typeRequired / defaultDescription
class / styleHTMLAttributesNoStyles and classes forwarded to the root SVG.
width / heightstring | numberNoOverrides the displayed SVG dimensions.
fill / strokestringNoOverrides SVG attributes that allow inherited colors.
role / aria-* / data-*stringNoAccessibility and application data attributes.
on*EventListenerNoVue event listeners forwarded to the root SVG.

Returns

Return valueReturn typeDescription
resultVNode<SVGElement>One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon.

Dashboard

Renders the Dashboard SVG icon component.

Signature

ts
const Dashboard: DefineComponent;

Example

ts
import { Dashboard } from "@fast-element-plus/icons-vue";

<Dashboard aria-label="Dashboard" role="img" width="24" height="24" />

Inputs

InputInput typeRequired / defaultDescription
class / styleHTMLAttributesNoStyles and classes forwarded to the root SVG.
width / heightstring | numberNoOverrides the displayed SVG dimensions.
fill / strokestringNoOverrides SVG attributes that allow inherited colors.
role / aria-* / data-*stringNoAccessibility and application data attributes.
on*EventListenerNoVue event listeners forwarded to the root SVG.

Returns

Return valueReturn typeDescription
resultVNode<SVGElement>One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon.

Database

Renders the Database SVG icon component.

Signature

ts
const Database: DefineComponent;

Example

ts
import { Database } from "@fast-element-plus/icons-vue";

<Database aria-label="Database" role="img" width="24" height="24" />

Inputs

InputInput typeRequired / defaultDescription
class / styleHTMLAttributesNoStyles and classes forwarded to the root SVG.
width / heightstring | numberNoOverrides the displayed SVG dimensions.
fill / strokestringNoOverrides SVG attributes that allow inherited colors.
role / aria-* / data-*stringNoAccessibility and application data attributes.
on*EventListenerNoVue event listeners forwarded to the root SVG.

Returns

Return valueReturn typeDescription
resultVNode<SVGElement>One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon.

Desktop

Renders the Desktop SVG icon component.

Signature

ts
const Desktop: DefineComponent;

Example

ts
import { Desktop } from "@fast-element-plus/icons-vue";

<Desktop aria-label="Desktop" role="img" width="24" height="24" />

Inputs

InputInput typeRequired / defaultDescription
class / styleHTMLAttributesNoStyles and classes forwarded to the root SVG.
width / heightstring | numberNoOverrides the displayed SVG dimensions.
fill / strokestringNoOverrides SVG attributes that allow inherited colors.
role / aria-* / data-*stringNoAccessibility and application data attributes.
on*EventListenerNoVue event listeners forwarded to the root SVG.

Returns

Return valueReturn typeDescription
resultVNode<SVGElement>One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon.

Dictionary

Renders the Dictionary SVG icon component.

Signature

ts
const Dictionary: DefineComponent;

Example

ts
import { Dictionary } from "@fast-element-plus/icons-vue";

<Dictionary aria-label="Dictionary" role="img" width="24" height="24" />

Inputs

InputInput typeRequired / defaultDescription
class / styleHTMLAttributesNoStyles and classes forwarded to the root SVG.
width / heightstring | numberNoOverrides the displayed SVG dimensions.
fill / strokestringNoOverrides SVG attributes that allow inherited colors.
role / aria-* / data-*stringNoAccessibility and application data attributes.
on*EventListenerNoVue event listeners forwarded to the root SVG.

Returns

Return valueReturn typeDescription
resultVNode<SVGElement>One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon.

Doctor

Renders the Doctor SVG icon component.

Signature

ts
const Doctor: DefineComponent;

Example

ts
import { Doctor } from "@fast-element-plus/icons-vue";

<Doctor aria-label="Doctor" role="img" width="24" height="24" />

Inputs

InputInput typeRequired / defaultDescription
class / styleHTMLAttributesNoStyles and classes forwarded to the root SVG.
width / heightstring | numberNoOverrides the displayed SVG dimensions.
fill / strokestringNoOverrides SVG attributes that allow inherited colors.
role / aria-* / data-*stringNoAccessibility and application data attributes.
on*EventListenerNoVue event listeners forwarded to the root SVG.

Returns

Return valueReturn typeDescription
resultVNode<SVGElement>One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon.

EarlyMorning

Renders the EarlyMorning SVG icon component.

Signature

ts
const EarlyMorning: DefineComponent;

Example

ts
import { EarlyMorning } from "@fast-element-plus/icons-vue";

<EarlyMorning aria-label="EarlyMorning" role="img" width="24" height="24" />

Inputs

InputInput typeRequired / defaultDescription
class / styleHTMLAttributesNoStyles and classes forwarded to the root SVG.
width / heightstring | numberNoOverrides the displayed SVG dimensions.
fill / strokestringNoOverrides SVG attributes that allow inherited colors.
role / aria-* / data-*stringNoAccessibility and application data attributes.
on*EventListenerNoVue event listeners forwarded to the root SVG.

Returns

Return valueReturn typeDescription
resultVNode<SVGElement>One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon.

Evening

Renders the Evening SVG icon component.

Signature

ts
const Evening: DefineComponent;

Example

ts
import { Evening } from "@fast-element-plus/icons-vue";

<Evening aria-label="Evening" role="img" width="24" height="24" />

Inputs

InputInput typeRequired / defaultDescription
class / styleHTMLAttributesNoStyles and classes forwarded to the root SVG.
width / heightstring | numberNoOverrides the displayed SVG dimensions.
fill / strokestringNoOverrides SVG attributes that allow inherited colors.
role / aria-* / data-*stringNoAccessibility and application data attributes.
on*EventListenerNoVue event listeners forwarded to the root SVG.

Returns

Return valueReturn typeDescription
resultVNode<SVGElement>One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon.

Exit

Renders the Exit SVG icon component.

Signature

ts
const Exit: DefineComponent;

Example

ts
import { Exit } from "@fast-element-plus/icons-vue";

<Exit aria-label="Exit" role="img" width="24" height="24" />

Inputs

InputInput typeRequired / defaultDescription
class / styleHTMLAttributesNoStyles and classes forwarded to the root SVG.
width / heightstring | numberNoOverrides the displayed SVG dimensions.
fill / strokestringNoOverrides SVG attributes that allow inherited colors.
role / aria-* / data-*stringNoAccessibility and application data attributes.
on*EventListenerNoVue event listeners forwarded to the root SVG.

Returns

Return valueReturn typeDescription
resultVNode<SVGElement>One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon.

Filter

Renders the Filter SVG icon component.

Signature

ts
const Filter: DefineComponent;

Example

ts
import { Filter } from "@fast-element-plus/icons-vue";

<Filter aria-label="Filter" role="img" width="24" height="24" />

Inputs

InputInput typeRequired / defaultDescription
class / styleHTMLAttributesNoStyles and classes forwarded to the root SVG.
width / heightstring | numberNoOverrides the displayed SVG dimensions.
fill / strokestringNoOverrides SVG attributes that allow inherited colors.
role / aria-* / data-*stringNoAccessibility and application data attributes.
on*EventListenerNoVue event listeners forwarded to the root SVG.

Returns

Return valueReturn typeDescription
resultVNode<SVGElement>One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon.

FullScreen

Renders the FullScreen SVG icon component.

Signature

ts
const FullScreen: DefineComponent;

Example

ts
import { FullScreen } from "@fast-element-plus/icons-vue";

<FullScreen aria-label="FullScreen" role="img" width="24" height="24" />

Inputs

InputInput typeRequired / defaultDescription
class / styleHTMLAttributesNoStyles and classes forwarded to the root SVG.
width / heightstring | numberNoOverrides the displayed SVG dimensions.
fill / strokestringNoOverrides SVG attributes that allow inherited colors.
role / aria-* / data-*stringNoAccessibility and application data attributes.
on*EventListenerNoVue event listeners forwarded to the root SVG.

Returns

Return valueReturn typeDescription
resultVNode<SVGElement>One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon.

FullScreenExit

Renders the FullScreenExit SVG icon component.

Signature

ts
const FullScreenExit: DefineComponent;

Example

ts
import { FullScreenExit } from "@fast-element-plus/icons-vue";

<FullScreenExit aria-label="FullScreenExit" role="img" width="24" height="24" />

Inputs

InputInput typeRequired / defaultDescription
class / styleHTMLAttributesNoStyles and classes forwarded to the root SVG.
width / heightstring | numberNoOverrides the displayed SVG dimensions.
fill / strokestringNoOverrides SVG attributes that allow inherited colors.
role / aria-* / data-*stringNoAccessibility and application data attributes.
on*EventListenerNoVue event listeners forwarded to the root SVG.

Returns

Return valueReturn typeDescription
resultVNode<SVGElement>One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon.

Gateway

Renders the Gateway SVG icon component.

Signature

ts
const Gateway: DefineComponent;

Example

ts
import { Gateway } from "@fast-element-plus/icons-vue";

<Gateway aria-label="Gateway" role="img" width="24" height="24" />

Inputs

InputInput typeRequired / defaultDescription
class / styleHTMLAttributesNoStyles and classes forwarded to the root SVG.
width / heightstring | numberNoOverrides the displayed SVG dimensions.
fill / strokestringNoOverrides SVG attributes that allow inherited colors.
role / aria-* / data-*stringNoAccessibility and application data attributes.
on*EventListenerNoVue event listeners forwarded to the root SVG.

Returns

Return valueReturn typeDescription
resultVNode<SVGElement>One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon.

Gps

Renders the Gps SVG icon component.

Signature

ts
const Gps: DefineComponent;

Example

ts
import { Gps } from "@fast-element-plus/icons-vue";

<Gps aria-label="Gps" role="img" width="24" height="24" />

Inputs

InputInput typeRequired / defaultDescription
class / styleHTMLAttributesNoStyles and classes forwarded to the root SVG.
width / heightstring | numberNoOverrides the displayed SVG dimensions.
fill / strokestringNoOverrides SVG attributes that allow inherited colors.
role / aria-* / data-*stringNoAccessibility and application data attributes.
on*EventListenerNoVue event listeners forwarded to the root SVG.

Returns

Return valueReturn typeDescription
resultVNode<SVGElement>One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon.

Home

Renders the Home SVG icon component.

Signature

ts
const Home: DefineComponent;

Example

ts
import { Home } from "@fast-element-plus/icons-vue";

<Home aria-label="Home" role="img" width="24" height="24" />

Inputs

InputInput typeRequired / defaultDescription
class / styleHTMLAttributesNoStyles and classes forwarded to the root SVG.
width / heightstring | numberNoOverrides the displayed SVG dimensions.
fill / strokestringNoOverrides SVG attributes that allow inherited colors.
role / aria-* / data-*stringNoAccessibility and application data attributes.
on*EventListenerNoVue event listeners forwarded to the root SVG.

Returns

Return valueReturn typeDescription
resultVNode<SVGElement>One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon.

Hospital

Renders the Hospital SVG icon component.

Signature

ts
const Hospital: DefineComponent;

Example

ts
import { Hospital } from "@fast-element-plus/icons-vue";

<Hospital aria-label="Hospital" role="img" width="24" height="24" />

Inputs

InputInput typeRequired / defaultDescription
class / styleHTMLAttributesNoStyles and classes forwarded to the root SVG.
width / heightstring | numberNoOverrides the displayed SVG dimensions.
fill / strokestringNoOverrides SVG attributes that allow inherited colors.
role / aria-* / data-*stringNoAccessibility and application data attributes.
on*EventListenerNoVue event listeners forwarded to the root SVG.

Returns

Return valueReturn typeDescription
resultVNode<SVGElement>One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon.

IdCard

Renders the IdCard SVG icon component.

Signature

ts
const IdCard: DefineComponent;

Example

ts
import { IdCard } from "@fast-element-plus/icons-vue";

<IdCard aria-label="IdCard" role="img" width="24" height="24" />

Inputs

InputInput typeRequired / defaultDescription
class / styleHTMLAttributesNoStyles and classes forwarded to the root SVG.
width / heightstring | numberNoOverrides the displayed SVG dimensions.
fill / strokestringNoOverrides SVG attributes that allow inherited colors.
role / aria-* / data-*stringNoAccessibility and application data attributes.
on*EventListenerNoVue event listeners forwarded to the root SVG.

Returns

Return valueReturn typeDescription
resultVNode<SVGElement>One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon.

Light

Renders the Light SVG icon component.

Signature

ts
const Light: DefineComponent;

Example

ts
import { Light } from "@fast-element-plus/icons-vue";

<Light aria-label="Light" role="img" width="24" height="24" />

Inputs

InputInput typeRequired / defaultDescription
class / styleHTMLAttributesNoStyles and classes forwarded to the root SVG.
width / heightstring | numberNoOverrides the displayed SVG dimensions.
fill / strokestringNoOverrides SVG attributes that allow inherited colors.
role / aria-* / data-*stringNoAccessibility and application data attributes.
on*EventListenerNoVue event listeners forwarded to the root SVG.

Returns

Return valueReturn typeDescription
resultVNode<SVGElement>One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon.

Renders the Link SVG icon component.

Signature

ts
const Link: DefineComponent;

Example

ts
import { Link } from "@fast-element-plus/icons-vue";

<Link aria-label="Link" role="img" width="24" height="24" />

Inputs

InputInput typeRequired / defaultDescription
class / styleHTMLAttributesNoStyles and classes forwarded to the root SVG.
width / heightstring | numberNoOverrides the displayed SVG dimensions.
fill / strokestringNoOverrides SVG attributes that allow inherited colors.
role / aria-* / data-*stringNoAccessibility and application data attributes.
on*EventListenerNoVue event listeners forwarded to the root SVG.

Returns

Return valueReturn typeDescription
resultVNode<SVGElement>One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon.

LoadingImage

Renders the LoadingImage SVG icon component.

Signature

ts
const LoadingImage: DefineComponent;

Example

ts
import { LoadingImage } from "@fast-element-plus/icons-vue";

<LoadingImage aria-label="LoadingImage" role="img" width="24" height="24" />

Inputs

InputInput typeRequired / defaultDescription
class / styleHTMLAttributesNoStyles and classes forwarded to the root SVG.
width / heightstring | numberNoOverrides the displayed SVG dimensions.
fill / strokestringNoOverrides SVG attributes that allow inherited colors.
role / aria-* / data-*stringNoAccessibility and application data attributes.
on*EventListenerNoVue event listeners forwarded to the root SVG.

Returns

Return valueReturn typeDescription
resultVNode<SVGElement>One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon.

Lock

Renders the Lock SVG icon component.

Signature

ts
const Lock: DefineComponent;

Example

ts
import { Lock } from "@fast-element-plus/icons-vue";

<Lock aria-label="Lock" role="img" width="24" height="24" />

Inputs

InputInput typeRequired / defaultDescription
class / styleHTMLAttributesNoStyles and classes forwarded to the root SVG.
width / heightstring | numberNoOverrides the displayed SVG dimensions.
fill / strokestringNoOverrides SVG attributes that allow inherited colors.
role / aria-* / data-*stringNoAccessibility and application data attributes.
on*EventListenerNoVue event listeners forwarded to the root SVG.

Returns

Return valueReturn typeDescription
resultVNode<SVGElement>One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon.

Renders the Menu SVG icon component.

Signature

ts
const Menu: DefineComponent;

Example

ts
import { Menu } from "@fast-element-plus/icons-vue";

<Menu aria-label="Menu" role="img" width="24" height="24" />

Inputs

InputInput typeRequired / defaultDescription
class / styleHTMLAttributesNoStyles and classes forwarded to the root SVG.
width / heightstring | numberNoOverrides the displayed SVG dimensions.
fill / strokestringNoOverrides SVG attributes that allow inherited colors.
role / aria-* / data-*stringNoAccessibility and application data attributes.
on*EventListenerNoVue event listeners forwarded to the root SVG.

Returns

Return valueReturn typeDescription
resultVNode<SVGElement>One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon.

Message

Renders the Message SVG icon component.

Signature

ts
const Message: DefineComponent;

Example

ts
import { Message } from "@fast-element-plus/icons-vue";

<Message aria-label="Message" role="img" width="24" height="24" />

Inputs

InputInput typeRequired / defaultDescription
class / styleHTMLAttributesNoStyles and classes forwarded to the root SVG.
width / heightstring | numberNoOverrides the displayed SVG dimensions.
fill / strokestringNoOverrides SVG attributes that allow inherited colors.
role / aria-* / data-*stringNoAccessibility and application data attributes.
on*EventListenerNoVue event listeners forwarded to the root SVG.

Returns

Return valueReturn typeDescription
resultVNode<SVGElement>One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon.

Mobile

Renders the Mobile SVG icon component.

Signature

ts
const Mobile: DefineComponent;

Example

ts
import { Mobile } from "@fast-element-plus/icons-vue";

<Mobile aria-label="Mobile" role="img" width="24" height="24" />

Inputs

InputInput typeRequired / defaultDescription
class / styleHTMLAttributesNoStyles and classes forwarded to the root SVG.
width / heightstring | numberNoOverrides the displayed SVG dimensions.
fill / strokestringNoOverrides SVG attributes that allow inherited colors.
role / aria-* / data-*stringNoAccessibility and application data attributes.
on*EventListenerNoVue event listeners forwarded to the root SVG.

Returns

Return valueReturn typeDescription
resultVNode<SVGElement>One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon.

Money

Renders the Money SVG icon component.

Signature

ts
const Money: DefineComponent;

Example

ts
import { Money } from "@fast-element-plus/icons-vue";

<Money aria-label="Money" role="img" width="24" height="24" />

Inputs

InputInput typeRequired / defaultDescription
class / styleHTMLAttributesNoStyles and classes forwarded to the root SVG.
width / heightstring | numberNoOverrides the displayed SVG dimensions.
fill / strokestringNoOverrides SVG attributes that allow inherited colors.
role / aria-* / data-*stringNoAccessibility and application data attributes.
on*EventListenerNoVue event listeners forwarded to the root SVG.

Returns

Return valueReturn typeDescription
resultVNode<SVGElement>One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon.

My

Renders the My SVG icon component.

Signature

ts
const My: DefineComponent;

Example

ts
import { My } from "@fast-element-plus/icons-vue";

<My aria-label="My" role="img" width="24" height="24" />

Inputs

InputInput typeRequired / defaultDescription
class / styleHTMLAttributesNoStyles and classes forwarded to the root SVG.
width / heightstring | numberNoOverrides the displayed SVG dimensions.
fill / strokestringNoOverrides SVG attributes that allow inherited colors.
role / aria-* / data-*stringNoAccessibility and application data attributes.
on*EventListenerNoVue event listeners forwarded to the root SVG.

Returns

Return valueReturn typeDescription
resultVNode<SVGElement>One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon.

Renders the Navigation SVG icon component.

Signature

ts
const Navigation: DefineComponent;

Example

ts
import { Navigation } from "@fast-element-plus/icons-vue";

<Navigation aria-label="Navigation" role="img" width="24" height="24" />

Inputs

InputInput typeRequired / defaultDescription
class / styleHTMLAttributesNoStyles and classes forwarded to the root SVG.
width / heightstring | numberNoOverrides the displayed SVG dimensions.
fill / strokestringNoOverrides SVG attributes that allow inherited colors.
role / aria-* / data-*stringNoAccessibility and application data attributes.
on*EventListenerNoVue event listeners forwarded to the root SVG.

Returns

Return valueReturn typeDescription
resultVNode<SVGElement>One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon.

NotData

Renders the NotData SVG icon component.

Signature

ts
const NotData: DefineComponent;

Example

ts
import { NotData } from "@fast-element-plus/icons-vue";

<NotData aria-label="NotData" role="img" width="24" height="24" />

Inputs

InputInput typeRequired / defaultDescription
class / styleHTMLAttributesNoStyles and classes forwarded to the root SVG.
width / heightstring | numberNoOverrides the displayed SVG dimensions.
fill / strokestringNoOverrides SVG attributes that allow inherited colors.
role / aria-* / data-*stringNoAccessibility and application data attributes.
on*EventListenerNoVue event listeners forwarded to the root SVG.

Returns

Return valueReturn typeDescription
resultVNode<SVGElement>One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon.

Notice

Renders the Notice SVG icon component.

Signature

ts
const Notice: DefineComponent;

Example

ts
import { Notice } from "@fast-element-plus/icons-vue";

<Notice aria-label="Notice" role="img" width="24" height="24" />

Inputs

InputInput typeRequired / defaultDescription
class / styleHTMLAttributesNoStyles and classes forwarded to the root SVG.
width / heightstring | numberNoOverrides the displayed SVG dimensions.
fill / strokestringNoOverrides SVG attributes that allow inherited colors.
role / aria-* / data-*stringNoAccessibility and application data attributes.
on*EventListenerNoVue event listeners forwarded to the root SVG.

Returns

Return valueReturn typeDescription
resultVNode<SVGElement>One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon.

NotImage

Renders the NotImage SVG icon component.

Signature

ts
const NotImage: DefineComponent;

Example

ts
import { NotImage } from "@fast-element-plus/icons-vue";

<NotImage aria-label="NotImage" role="img" width="24" height="24" />

Inputs

InputInput typeRequired / defaultDescription
class / styleHTMLAttributesNoStyles and classes forwarded to the root SVG.
width / heightstring | numberNoOverrides the displayed SVG dimensions.
fill / strokestringNoOverrides SVG attributes that allow inherited colors.
role / aria-* / data-*stringNoAccessibility and application data attributes.
on*EventListenerNoVue event listeners forwarded to the root SVG.

Returns

Return valueReturn typeDescription
resultVNode<SVGElement>One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon.

Organization

Renders the Organization SVG icon component.

Signature

ts
const Organization: DefineComponent;

Example

ts
import { Organization } from "@fast-element-plus/icons-vue";

<Organization aria-label="Organization" role="img" width="24" height="24" />

Inputs

InputInput typeRequired / defaultDescription
class / styleHTMLAttributesNoStyles and classes forwarded to the root SVG.
width / heightstring | numberNoOverrides the displayed SVG dimensions.
fill / strokestringNoOverrides SVG attributes that allow inherited colors.
role / aria-* / data-*stringNoAccessibility and application data attributes.
on*EventListenerNoVue event listeners forwarded to the root SVG.

Returns

Return valueReturn typeDescription
resultVNode<SVGElement>One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon.

Page403

Renders the Page403 SVG icon component.

Signature

ts
const Page403: DefineComponent;

Example

ts
import { Page403 } from "@fast-element-plus/icons-vue";

<Page403 aria-label="Page403" role="img" width="24" height="24" />

Inputs

InputInput typeRequired / defaultDescription
class / styleHTMLAttributesNoStyles and classes forwarded to the root SVG.
width / heightstring | numberNoOverrides the displayed SVG dimensions.
fill / strokestringNoOverrides SVG attributes that allow inherited colors.
role / aria-* / data-*stringNoAccessibility and application data attributes.
on*EventListenerNoVue event listeners forwarded to the root SVG.

Returns

Return valueReturn typeDescription
resultVNode<SVGElement>One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon.

Page404

Renders the Page404 SVG icon component.

Signature

ts
const Page404: DefineComponent;

Example

ts
import { Page404 } from "@fast-element-plus/icons-vue";

<Page404 aria-label="Page404" role="img" width="24" height="24" />

Inputs

InputInput typeRequired / defaultDescription
class / styleHTMLAttributesNoStyles and classes forwarded to the root SVG.
width / heightstring | numberNoOverrides the displayed SVG dimensions.
fill / strokestringNoOverrides SVG attributes that allow inherited colors.
role / aria-* / data-*stringNoAccessibility and application data attributes.
on*EventListenerNoVue event listeners forwarded to the root SVG.

Returns

Return valueReturn typeDescription
resultVNode<SVGElement>One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon.

Performance

Renders the Performance SVG icon component.

Signature

ts
const Performance: DefineComponent;

Example

ts
import { Performance } from "@fast-element-plus/icons-vue";

<Performance aria-label="Performance" role="img" width="24" height="24" />

Inputs

InputInput typeRequired / defaultDescription
class / styleHTMLAttributesNoStyles and classes forwarded to the root SVG.
width / heightstring | numberNoOverrides the displayed SVG dimensions.
fill / strokestringNoOverrides SVG attributes that allow inherited colors.
role / aria-* / data-*stringNoAccessibility and application data attributes.
on*EventListenerNoVue event listeners forwarded to the root SVG.

Returns

Return valueReturn typeDescription
resultVNode<SVGElement>One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon.

Pm

Renders the Pm SVG icon component.

Signature

ts
const Pm: DefineComponent;

Example

ts
import { Pm } from "@fast-element-plus/icons-vue";

<Pm aria-label="Pm" role="img" width="24" height="24" />

Inputs

InputInput typeRequired / defaultDescription
class / styleHTMLAttributesNoStyles and classes forwarded to the root SVG.
width / heightstring | numberNoOverrides the displayed SVG dimensions.
fill / strokestringNoOverrides SVG attributes that allow inherited colors.
role / aria-* / data-*stringNoAccessibility and application data attributes.
on*EventListenerNoVue event listeners forwarded to the root SVG.

Returns

Return valueReturn typeDescription
resultVNode<SVGElement>One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon.

Printer

Renders the Printer SVG icon component.

Signature

ts
const Printer: DefineComponent;

Example

ts
import { Printer } from "@fast-element-plus/icons-vue";

<Printer aria-label="Printer" role="img" width="24" height="24" />

Inputs

InputInput typeRequired / defaultDescription
class / styleHTMLAttributesNoStyles and classes forwarded to the root SVG.
width / heightstring | numberNoOverrides the displayed SVG dimensions.
fill / strokestringNoOverrides SVG attributes that allow inherited colors.
role / aria-* / data-*stringNoAccessibility and application data attributes.
on*EventListenerNoVue event listeners forwarded to the root SVG.

Returns

Return valueReturn typeDescription
resultVNode<SVGElement>One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon.

Record

Renders the Record SVG icon component.

Signature

ts
const Record: DefineComponent;

Example

ts
import { Record } from "@fast-element-plus/icons-vue";

<Record aria-label="Record" role="img" width="24" height="24" />

Inputs

InputInput typeRequired / defaultDescription
class / styleHTMLAttributesNoStyles and classes forwarded to the root SVG.
width / heightstring | numberNoOverrides the displayed SVG dimensions.
fill / strokestringNoOverrides SVG attributes that allow inherited colors.
role / aria-* / data-*stringNoAccessibility and application data attributes.
on*EventListenerNoVue event listeners forwarded to the root SVG.

Returns

Return valueReturn typeDescription
resultVNode<SVGElement>One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon.

Report

Renders the Report SVG icon component.

Signature

ts
const Report: DefineComponent;

Example

ts
import { Report } from "@fast-element-plus/icons-vue";

<Report aria-label="Report" role="img" width="24" height="24" />

Inputs

InputInput typeRequired / defaultDescription
class / styleHTMLAttributesNoStyles and classes forwarded to the root SVG.
width / heightstring | numberNoOverrides the displayed SVG dimensions.
fill / strokestringNoOverrides SVG attributes that allow inherited colors.
role / aria-* / data-*stringNoAccessibility and application data attributes.
on*EventListenerNoVue event listeners forwarded to the root SVG.

Returns

Return valueReturn typeDescription
resultVNode<SVGElement>One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon.

ReportCenter

Renders the ReportCenter SVG icon component.

Signature

ts
const ReportCenter: DefineComponent;

Example

ts
import { ReportCenter } from "@fast-element-plus/icons-vue";

<ReportCenter aria-label="ReportCenter" role="img" width="24" height="24" />

Inputs

InputInput typeRequired / defaultDescription
class / styleHTMLAttributesNoStyles and classes forwarded to the root SVG.
width / heightstring | numberNoOverrides the displayed SVG dimensions.
fill / strokestringNoOverrides SVG attributes that allow inherited colors.
role / aria-* / data-*stringNoAccessibility and application data attributes.
on*EventListenerNoVue event listeners forwarded to the root SVG.

Returns

Return valueReturn typeDescription
resultVNode<SVGElement>One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon.

Scan

Renders the Scan SVG icon component.

Signature

ts
const Scan: DefineComponent;

Example

ts
import { Scan } from "@fast-element-plus/icons-vue";

<Scan aria-label="Scan" role="img" width="24" height="24" />

Inputs

InputInput typeRequired / defaultDescription
class / styleHTMLAttributesNoStyles and classes forwarded to the root SVG.
width / heightstring | numberNoOverrides the displayed SVG dimensions.
fill / strokestringNoOverrides SVG attributes that allow inherited colors.
role / aria-* / data-*stringNoAccessibility and application data attributes.
on*EventListenerNoVue event listeners forwarded to the root SVG.

Returns

Return valueReturn typeDescription
resultVNode<SVGElement>One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon.

Schedule

Renders the Schedule SVG icon component.

Signature

ts
const Schedule: DefineComponent;

Example

ts
import { Schedule } from "@fast-element-plus/icons-vue";

<Schedule aria-label="Schedule" role="img" width="24" height="24" />

Inputs

InputInput typeRequired / defaultDescription
class / styleHTMLAttributesNoStyles and classes forwarded to the root SVG.
width / heightstring | numberNoOverrides the displayed SVG dimensions.
fill / strokestringNoOverrides SVG attributes that allow inherited colors.
role / aria-* / data-*stringNoAccessibility and application data attributes.
on*EventListenerNoVue event listeners forwarded to the root SVG.

Returns

Return valueReturn typeDescription
resultVNode<SVGElement>One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon.

Setting

Renders the Setting SVG icon component.

Signature

ts
const Setting: DefineComponent;

Example

ts
import { Setting } from "@fast-element-plus/icons-vue";

<Setting aria-label="Setting" role="img" width="24" height="24" />

Inputs

InputInput typeRequired / defaultDescription
class / styleHTMLAttributesNoStyles and classes forwarded to the root SVG.
width / heightstring | numberNoOverrides the displayed SVG dimensions.
fill / strokestringNoOverrides SVG attributes that allow inherited colors.
role / aria-* / data-*stringNoAccessibility and application data attributes.
on*EventListenerNoVue event listeners forwarded to the root SVG.

Returns

Return valueReturn typeDescription
resultVNode<SVGElement>One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon.

Shop

Renders the Shop SVG icon component.

Signature

ts
const Shop: DefineComponent;

Example

ts
import { Shop } from "@fast-element-plus/icons-vue";

<Shop aria-label="Shop" role="img" width="24" height="24" />

Inputs

InputInput typeRequired / defaultDescription
class / styleHTMLAttributesNoStyles and classes forwarded to the root SVG.
width / heightstring | numberNoOverrides the displayed SVG dimensions.
fill / strokestringNoOverrides SVG attributes that allow inherited colors.
role / aria-* / data-*stringNoAccessibility and application data attributes.
on*EventListenerNoVue event listeners forwarded to the root SVG.

Returns

Return valueReturn typeDescription
resultVNode<SVGElement>One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon.

Swagger

Renders the Swagger SVG icon component.

Signature

ts
const Swagger: DefineComponent;

Example

ts
import { Swagger } from "@fast-element-plus/icons-vue";

<Swagger aria-label="Swagger" role="img" width="24" height="24" />

Inputs

InputInput typeRequired / defaultDescription
class / styleHTMLAttributesNoStyles and classes forwarded to the root SVG.
width / heightstring | numberNoOverrides the displayed SVG dimensions.
fill / strokestringNoOverrides SVG attributes that allow inherited colors.
role / aria-* / data-*stringNoAccessibility and application data attributes.
on*EventListenerNoVue event listeners forwarded to the root SVG.

Returns

Return valueReturn typeDescription
resultVNode<SVGElement>One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon.

SystemSetting

Renders the SystemSetting SVG icon component.

Signature

ts
const SystemSetting: DefineComponent;

Example

ts
import { SystemSetting } from "@fast-element-plus/icons-vue";

<SystemSetting aria-label="SystemSetting" role="img" width="24" height="24" />

Inputs

InputInput typeRequired / defaultDescription
class / styleHTMLAttributesNoStyles and classes forwarded to the root SVG.
width / heightstring | numberNoOverrides the displayed SVG dimensions.
fill / strokestringNoOverrides SVG attributes that allow inherited colors.
role / aria-* / data-*stringNoAccessibility and application data attributes.
on*EventListenerNoVue event listeners forwarded to the root SVG.

Returns

Return valueReturn typeDescription
resultVNode<SVGElement>One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon.

TableConfig

Renders the TableConfig SVG icon component.

Signature

ts
const TableConfig: DefineComponent;

Example

ts
import { TableConfig } from "@fast-element-plus/icons-vue";

<TableConfig aria-label="TableConfig" role="img" width="24" height="24" />

Inputs

InputInput typeRequired / defaultDescription
class / styleHTMLAttributesNoStyles and classes forwarded to the root SVG.
width / heightstring | numberNoOverrides the displayed SVG dimensions.
fill / strokestringNoOverrides SVG attributes that allow inherited colors.
role / aria-* / data-*stringNoAccessibility and application data attributes.
on*EventListenerNoVue event listeners forwarded to the root SVG.

Returns

Return valueReturn typeDescription
resultVNode<SVGElement>One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon.

Task

Renders the Task SVG icon component.

Signature

ts
const Task: DefineComponent;

Example

ts
import { Task } from "@fast-element-plus/icons-vue";

<Task aria-label="Task" role="img" width="24" height="24" />

Inputs

InputInput typeRequired / defaultDescription
class / styleHTMLAttributesNoStyles and classes forwarded to the root SVG.
width / heightstring | numberNoOverrides the displayed SVG dimensions.
fill / strokestringNoOverrides SVG attributes that allow inherited colors.
role / aria-* / data-*stringNoAccessibility and application data attributes.
on*EventListenerNoVue event listeners forwarded to the root SVG.

Returns

Return valueReturn typeDescription
resultVNode<SVGElement>One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon.

Tenant

Renders the Tenant SVG icon component.

Signature

ts
const Tenant: DefineComponent;

Example

ts
import { Tenant } from "@fast-element-plus/icons-vue";

<Tenant aria-label="Tenant" role="img" width="24" height="24" />

Inputs

InputInput typeRequired / defaultDescription
class / styleHTMLAttributesNoStyles and classes forwarded to the root SVG.
width / heightstring | numberNoOverrides the displayed SVG dimensions.
fill / strokestringNoOverrides SVG attributes that allow inherited colors.
role / aria-* / data-*stringNoAccessibility and application data attributes.
on*EventListenerNoVue event listeners forwarded to the root SVG.

Returns

Return valueReturn typeDescription
resultVNode<SVGElement>One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon.

Terminal

Renders the Terminal SVG icon component.

Signature

ts
const Terminal: DefineComponent;

Example

ts
import { Terminal } from "@fast-element-plus/icons-vue";

<Terminal aria-label="Terminal" role="img" width="24" height="24" />

Inputs

InputInput typeRequired / defaultDescription
class / styleHTMLAttributesNoStyles and classes forwarded to the root SVG.
width / heightstring | numberNoOverrides the displayed SVG dimensions.
fill / strokestringNoOverrides SVG attributes that allow inherited colors.
role / aria-* / data-*stringNoAccessibility and application data attributes.
on*EventListenerNoVue event listeners forwarded to the root SVG.

Returns

Return valueReturn typeDescription
resultVNode<SVGElement>One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon.

Test

Renders the Test SVG icon component.

Signature

ts
const Test: DefineComponent;

Example

ts
import { Test } from "@fast-element-plus/icons-vue";

<Test aria-label="Test" role="img" width="24" height="24" />

Inputs

InputInput typeRequired / defaultDescription
class / styleHTMLAttributesNoStyles and classes forwarded to the root SVG.
width / heightstring | numberNoOverrides the displayed SVG dimensions.
fill / strokestringNoOverrides SVG attributes that allow inherited colors.
role / aria-* / data-*stringNoAccessibility and application data attributes.
on*EventListenerNoVue event listeners forwarded to the root SVG.

Returns

Return valueReturn typeDescription
resultVNode<SVGElement>One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon.

Wifi

Renders the Wifi SVG icon component.

Signature

ts
const Wifi: DefineComponent;

Example

ts
import { Wifi } from "@fast-element-plus/icons-vue";

<Wifi aria-label="Wifi" role="img" width="24" height="24" />

Inputs

InputInput typeRequired / defaultDescription
class / styleHTMLAttributesNoStyles and classes forwarded to the root SVG.
width / heightstring | numberNoOverrides the displayed SVG dimensions.
fill / strokestringNoOverrides SVG attributes that allow inherited colors.
role / aria-* / data-*stringNoAccessibility and application data attributes.
on*EventListenerNoVue event listeners forwarded to the root SVG.

Returns

Return valueReturn typeDescription
resultVNode<SVGElement>One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon.

Workbench

Renders the Workbench SVG icon component.

Signature

ts
const Workbench: DefineComponent;

Example

ts
import { Workbench } from "@fast-element-plus/icons-vue";

<Workbench aria-label="Workbench" role="img" width="24" height="24" />

Inputs

InputInput typeRequired / defaultDescription
class / styleHTMLAttributesNoStyles and classes forwarded to the root SVG.
width / heightstring | numberNoOverrides the displayed SVG dimensions.
fill / strokestringNoOverrides SVG attributes that allow inherited colors.
role / aria-* / data-*stringNoAccessibility and application data attributes.
on*EventListenerNoVue event listeners forwarded to the root SVG.

Returns

Return valueReturn typeDescription
resultVNode<SVGElement>One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon.