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
const About: DefineComponent;Example
import { About } from "@fast-element-plus/icons-vue";
<About aria-label="About" role="img" width="24" height="24" />Inputs
| Input | Input type | Required / default | Description |
|---|---|---|---|
class / style | HTMLAttributes | No | Styles and classes forwarded to the root SVG. |
width / height | string | number | No | Overrides the displayed SVG dimensions. |
fill / stroke | string | No | Overrides SVG attributes that allow inherited colors. |
role / aria-* / data-* | string | No | Accessibility and application data attributes. |
on* | EventListener | No | Vue event listeners forwarded to the root SVG. |
Returns
| Return value | Return type | Description |
|---|---|---|
result | VNode<SVGElement> | One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon. |
AccountSafe
Renders the AccountSafe SVG icon component.
Signature
const AccountSafe: DefineComponent;Example
import { AccountSafe } from "@fast-element-plus/icons-vue";
<AccountSafe aria-label="AccountSafe" role="img" width="24" height="24" />Inputs
| Input | Input type | Required / default | Description |
|---|---|---|---|
class / style | HTMLAttributes | No | Styles and classes forwarded to the root SVG. |
width / height | string | number | No | Overrides the displayed SVG dimensions. |
fill / stroke | string | No | Overrides SVG attributes that allow inherited colors. |
role / aria-* / data-* | string | No | Accessibility and application data attributes. |
on* | EventListener | No | Vue event listeners forwarded to the root SVG. |
Returns
| Return value | Return type | Description |
|---|---|---|
result | VNode<SVGElement> | One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon. |
Address
Renders the Address SVG icon component.
Signature
const Address: DefineComponent;Example
import { Address } from "@fast-element-plus/icons-vue";
<Address aria-label="Address" role="img" width="24" height="24" />Inputs
| Input | Input type | Required / default | Description |
|---|---|---|---|
class / style | HTMLAttributes | No | Styles and classes forwarded to the root SVG. |
width / height | string | number | No | Overrides the displayed SVG dimensions. |
fill / stroke | string | No | Overrides SVG attributes that allow inherited colors. |
role / aria-* / data-* | string | No | Accessibility and application data attributes. |
on* | EventListener | No | Vue event listeners forwarded to the root SVG. |
Returns
| Return value | Return type | Description |
|---|---|---|
result | VNode<SVGElement> | One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon. |
Adjust
Renders the Adjust SVG icon component.
Signature
const Adjust: DefineComponent;Example
import { Adjust } from "@fast-element-plus/icons-vue";
<Adjust aria-label="Adjust" role="img" width="24" height="24" />Inputs
| Input | Input type | Required / default | Description |
|---|---|---|---|
class / style | HTMLAttributes | No | Styles and classes forwarded to the root SVG. |
width / height | string | number | No | Overrides the displayed SVG dimensions. |
fill / stroke | string | No | Overrides SVG attributes that allow inherited colors. |
role / aria-* / data-* | string | No | Accessibility and application data attributes. |
on* | EventListener | No | Vue event listeners forwarded to the root SVG. |
Returns
| Return value | Return type | Description |
|---|---|---|
result | VNode<SVGElement> | One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon. |
Am
Renders the Am SVG icon component.
Signature
const Am: DefineComponent;Example
import { Am } from "@fast-element-plus/icons-vue";
<Am aria-label="Am" role="img" width="24" height="24" />Inputs
| Input | Input type | Required / default | Description |
|---|---|---|---|
class / style | HTMLAttributes | No | Styles and classes forwarded to the root SVG. |
width / height | string | number | No | Overrides the displayed SVG dimensions. |
fill / stroke | string | No | Overrides SVG attributes that allow inherited colors. |
role / aria-* / data-* | string | No | Accessibility and application data attributes. |
on* | EventListener | No | Vue event listeners forwarded to the root SVG. |
Returns
| Return value | Return type | Description |
|---|---|---|
result | VNode<SVGElement> | One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon. |
Api
Renders the Api SVG icon component.
Signature
const Api: DefineComponent;Example
import { Api } from "@fast-element-plus/icons-vue";
<Api aria-label="Api" role="img" width="24" height="24" />Inputs
| Input | Input type | Required / default | Description |
|---|---|---|---|
class / style | HTMLAttributes | No | Styles and classes forwarded to the root SVG. |
width / height | string | number | No | Overrides the displayed SVG dimensions. |
fill / stroke | string | No | Overrides SVG attributes that allow inherited colors. |
role / aria-* / data-* | string | No | Accessibility and application data attributes. |
on* | EventListener | No | Vue event listeners forwarded to the root SVG. |
Returns
| Return value | Return type | Description |
|---|---|---|
result | VNode<SVGElement> | One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon. |
Appointment
Renders the Appointment SVG icon component.
Signature
const Appointment: DefineComponent;Example
import { Appointment } from "@fast-element-plus/icons-vue";
<Appointment aria-label="Appointment" role="img" width="24" height="24" />Inputs
| Input | Input type | Required / default | Description |
|---|---|---|---|
class / style | HTMLAttributes | No | Styles and classes forwarded to the root SVG. |
width / height | string | number | No | Overrides the displayed SVG dimensions. |
fill / stroke | string | No | Overrides SVG attributes that allow inherited colors. |
role / aria-* / data-* | string | No | Accessibility and application data attributes. |
on* | EventListener | No | Vue event listeners forwarded to the root SVG. |
Returns
| Return value | Return type | Description |
|---|---|---|
result | VNode<SVGElement> | One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon. |
Backup
Renders the Backup SVG icon component.
Signature
const Backup: DefineComponent;Example
import { Backup } from "@fast-element-plus/icons-vue";
<Backup aria-label="Backup" role="img" width="24" height="24" />Inputs
| Input | Input type | Required / default | Description |
|---|---|---|---|
class / style | HTMLAttributes | No | Styles and classes forwarded to the root SVG. |
width / height | string | number | No | Overrides the displayed SVG dimensions. |
fill / stroke | string | No | Overrides SVG attributes that allow inherited colors. |
role / aria-* / data-* | string | No | Accessibility and application data attributes. |
on* | EventListener | No | Vue event listeners forwarded to the root SVG. |
Returns
| Return value | Return type | Description |
|---|---|---|
result | VNode<SVGElement> | One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon. |
Bluetooth
Renders the Bluetooth SVG icon component.
Signature
const Bluetooth: DefineComponent;Example
import { Bluetooth } from "@fast-element-plus/icons-vue";
<Bluetooth aria-label="Bluetooth" role="img" width="24" height="24" />Inputs
| Input | Input type | Required / default | Description |
|---|---|---|---|
class / style | HTMLAttributes | No | Styles and classes forwarded to the root SVG. |
width / height | string | number | No | Overrides the displayed SVG dimensions. |
fill / stroke | string | No | Overrides SVG attributes that allow inherited colors. |
role / aria-* / data-* | string | No | Accessibility and application data attributes. |
on* | EventListener | No | Vue event listeners forwarded to the root SVG. |
Returns
| Return value | Return type | Description |
|---|---|---|
result | VNode<SVGElement> | One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon. |
Brush
Renders the Brush SVG icon component.
Signature
const Brush: DefineComponent;Example
import { Brush } from "@fast-element-plus/icons-vue";
<Brush aria-label="Brush" role="img" width="24" height="24" />Inputs
| Input | Input type | Required / default | Description |
|---|---|---|---|
class / style | HTMLAttributes | No | Styles and classes forwarded to the root SVG. |
width / height | string | number | No | Overrides the displayed SVG dimensions. |
fill / stroke | string | No | Overrides SVG attributes that allow inherited colors. |
role / aria-* / data-* | string | No | Accessibility and application data attributes. |
on* | EventListener | No | Vue event listeners forwarded to the root SVG. |
Returns
| Return value | Return type | Description |
|---|---|---|
result | VNode<SVGElement> | One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon. |
Calendar
Renders the Calendar SVG icon component.
Signature
const Calendar: DefineComponent;Example
import { Calendar } from "@fast-element-plus/icons-vue";
<Calendar aria-label="Calendar" role="img" width="24" height="24" />Inputs
| Input | Input type | Required / default | Description |
|---|---|---|---|
class / style | HTMLAttributes | No | Styles and classes forwarded to the root SVG. |
width / height | string | number | No | Overrides the displayed SVG dimensions. |
fill / stroke | string | No | Overrides SVG attributes that allow inherited colors. |
role / aria-* / data-* | string | No | Accessibility and application data attributes. |
on* | EventListener | No | Vue event listeners forwarded to the root SVG. |
Returns
| Return value | Return type | Description |
|---|---|---|
result | VNode<SVGElement> | One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon. |
Call
Renders the Call SVG icon component.
Signature
const Call: DefineComponent;Example
import { Call } from "@fast-element-plus/icons-vue";
<Call aria-label="Call" role="img" width="24" height="24" />Inputs
| Input | Input type | Required / default | Description |
|---|---|---|---|
class / style | HTMLAttributes | No | Styles and classes forwarded to the root SVG. |
width / height | string | number | No | Overrides the displayed SVG dimensions. |
fill / stroke | string | No | Overrides SVG attributes that allow inherited colors. |
role / aria-* / data-* | string | No | Accessibility and application data attributes. |
on* | EventListener | No | Vue event listeners forwarded to the root SVG. |
Returns
| Return value | Return type | Description |
|---|---|---|
result | VNode<SVGElement> | One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon. |
Chrome
Renders the Chrome SVG icon component.
Signature
const Chrome: DefineComponent;Example
import { Chrome } from "@fast-element-plus/icons-vue";
<Chrome aria-label="Chrome" role="img" width="24" height="24" />Inputs
| Input | Input type | Required / default | Description |
|---|---|---|---|
class / style | HTMLAttributes | No | Styles and classes forwarded to the root SVG. |
width / height | string | number | No | Overrides the displayed SVG dimensions. |
fill / stroke | string | No | Overrides SVG attributes that allow inherited colors. |
role / aria-* / data-* | string | No | Accessibility and application data attributes. |
on* | EventListener | No | Vue event listeners forwarded to the root SVG. |
Returns
| Return value | Return type | Description |
|---|---|---|
result | VNode<SVGElement> | One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon. |
Collect
Renders the Collect SVG icon component.
Signature
const Collect: DefineComponent;Example
import { Collect } from "@fast-element-plus/icons-vue";
<Collect aria-label="Collect" role="img" width="24" height="24" />Inputs
| Input | Input type | Required / default | Description |
|---|---|---|---|
class / style | HTMLAttributes | No | Styles and classes forwarded to the root SVG. |
width / height | string | number | No | Overrides the displayed SVG dimensions. |
fill / stroke | string | No | Overrides SVG attributes that allow inherited colors. |
role / aria-* / data-* | string | No | Accessibility and application data attributes. |
on* | EventListener | No | Vue event listeners forwarded to the root SVG. |
Returns
| Return value | Return type | Description |
|---|---|---|
result | VNode<SVGElement> | One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon. |
Component
Renders the Component SVG icon component.
Signature
const Component: DefineComponent;Example
import { Component } from "@fast-element-plus/icons-vue";
<Component aria-label="Component" role="img" width="24" height="24" />Inputs
| Input | Input type | Required / default | Description |
|---|---|---|---|
class / style | HTMLAttributes | No | Styles and classes forwarded to the root SVG. |
width / height | string | number | No | Overrides the displayed SVG dimensions. |
fill / stroke | string | No | Overrides SVG attributes that allow inherited colors. |
role / aria-* / data-* | string | No | Accessibility and application data attributes. |
on* | EventListener | No | Vue event listeners forwarded to the root SVG. |
Returns
| Return value | Return type | Description |
|---|---|---|
result | VNode<SVGElement> | One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon. |
Customers
Renders the Customers SVG icon component.
Signature
const Customers: DefineComponent;Example
import { Customers } from "@fast-element-plus/icons-vue";
<Customers aria-label="Customers" role="img" width="24" height="24" />Inputs
| Input | Input type | Required / default | Description |
|---|---|---|---|
class / style | HTMLAttributes | No | Styles and classes forwarded to the root SVG. |
width / height | string | number | No | Overrides the displayed SVG dimensions. |
fill / stroke | string | No | Overrides SVG attributes that allow inherited colors. |
role / aria-* / data-* | string | No | Accessibility and application data attributes. |
on* | EventListener | No | Vue event listeners forwarded to the root SVG. |
Returns
| Return value | Return type | Description |
|---|---|---|
result | VNode<SVGElement> | One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon. |
Dark
Renders the Dark SVG icon component.
Signature
const Dark: DefineComponent;Example
import { Dark } from "@fast-element-plus/icons-vue";
<Dark aria-label="Dark" role="img" width="24" height="24" />Inputs
| Input | Input type | Required / default | Description |
|---|---|---|---|
class / style | HTMLAttributes | No | Styles and classes forwarded to the root SVG. |
width / height | string | number | No | Overrides the displayed SVG dimensions. |
fill / stroke | string | No | Overrides SVG attributes that allow inherited colors. |
role / aria-* / data-* | string | No | Accessibility and application data attributes. |
on* | EventListener | No | Vue event listeners forwarded to the root SVG. |
Returns
| Return value | Return type | Description |
|---|---|---|
result | VNode<SVGElement> | One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon. |
Dashboard
Renders the Dashboard SVG icon component.
Signature
const Dashboard: DefineComponent;Example
import { Dashboard } from "@fast-element-plus/icons-vue";
<Dashboard aria-label="Dashboard" role="img" width="24" height="24" />Inputs
| Input | Input type | Required / default | Description |
|---|---|---|---|
class / style | HTMLAttributes | No | Styles and classes forwarded to the root SVG. |
width / height | string | number | No | Overrides the displayed SVG dimensions. |
fill / stroke | string | No | Overrides SVG attributes that allow inherited colors. |
role / aria-* / data-* | string | No | Accessibility and application data attributes. |
on* | EventListener | No | Vue event listeners forwarded to the root SVG. |
Returns
| Return value | Return type | Description |
|---|---|---|
result | VNode<SVGElement> | One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon. |
Database
Renders the Database SVG icon component.
Signature
const Database: DefineComponent;Example
import { Database } from "@fast-element-plus/icons-vue";
<Database aria-label="Database" role="img" width="24" height="24" />Inputs
| Input | Input type | Required / default | Description |
|---|---|---|---|
class / style | HTMLAttributes | No | Styles and classes forwarded to the root SVG. |
width / height | string | number | No | Overrides the displayed SVG dimensions. |
fill / stroke | string | No | Overrides SVG attributes that allow inherited colors. |
role / aria-* / data-* | string | No | Accessibility and application data attributes. |
on* | EventListener | No | Vue event listeners forwarded to the root SVG. |
Returns
| Return value | Return type | Description |
|---|---|---|
result | VNode<SVGElement> | One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon. |
Desktop
Renders the Desktop SVG icon component.
Signature
const Desktop: DefineComponent;Example
import { Desktop } from "@fast-element-plus/icons-vue";
<Desktop aria-label="Desktop" role="img" width="24" height="24" />Inputs
| Input | Input type | Required / default | Description |
|---|---|---|---|
class / style | HTMLAttributes | No | Styles and classes forwarded to the root SVG. |
width / height | string | number | No | Overrides the displayed SVG dimensions. |
fill / stroke | string | No | Overrides SVG attributes that allow inherited colors. |
role / aria-* / data-* | string | No | Accessibility and application data attributes. |
on* | EventListener | No | Vue event listeners forwarded to the root SVG. |
Returns
| Return value | Return type | Description |
|---|---|---|
result | VNode<SVGElement> | One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon. |
Dictionary
Renders the Dictionary SVG icon component.
Signature
const Dictionary: DefineComponent;Example
import { Dictionary } from "@fast-element-plus/icons-vue";
<Dictionary aria-label="Dictionary" role="img" width="24" height="24" />Inputs
| Input | Input type | Required / default | Description |
|---|---|---|---|
class / style | HTMLAttributes | No | Styles and classes forwarded to the root SVG. |
width / height | string | number | No | Overrides the displayed SVG dimensions. |
fill / stroke | string | No | Overrides SVG attributes that allow inherited colors. |
role / aria-* / data-* | string | No | Accessibility and application data attributes. |
on* | EventListener | No | Vue event listeners forwarded to the root SVG. |
Returns
| Return value | Return type | Description |
|---|---|---|
result | VNode<SVGElement> | One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon. |
Doctor
Renders the Doctor SVG icon component.
Signature
const Doctor: DefineComponent;Example
import { Doctor } from "@fast-element-plus/icons-vue";
<Doctor aria-label="Doctor" role="img" width="24" height="24" />Inputs
| Input | Input type | Required / default | Description |
|---|---|---|---|
class / style | HTMLAttributes | No | Styles and classes forwarded to the root SVG. |
width / height | string | number | No | Overrides the displayed SVG dimensions. |
fill / stroke | string | No | Overrides SVG attributes that allow inherited colors. |
role / aria-* / data-* | string | No | Accessibility and application data attributes. |
on* | EventListener | No | Vue event listeners forwarded to the root SVG. |
Returns
| Return value | Return type | Description |
|---|---|---|
result | VNode<SVGElement> | One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon. |
EarlyMorning
Renders the EarlyMorning SVG icon component.
Signature
const EarlyMorning: DefineComponent;Example
import { EarlyMorning } from "@fast-element-plus/icons-vue";
<EarlyMorning aria-label="EarlyMorning" role="img" width="24" height="24" />Inputs
| Input | Input type | Required / default | Description |
|---|---|---|---|
class / style | HTMLAttributes | No | Styles and classes forwarded to the root SVG. |
width / height | string | number | No | Overrides the displayed SVG dimensions. |
fill / stroke | string | No | Overrides SVG attributes that allow inherited colors. |
role / aria-* / data-* | string | No | Accessibility and application data attributes. |
on* | EventListener | No | Vue event listeners forwarded to the root SVG. |
Returns
| Return value | Return type | Description |
|---|---|---|
result | VNode<SVGElement> | One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon. |
Evening
Renders the Evening SVG icon component.
Signature
const Evening: DefineComponent;Example
import { Evening } from "@fast-element-plus/icons-vue";
<Evening aria-label="Evening" role="img" width="24" height="24" />Inputs
| Input | Input type | Required / default | Description |
|---|---|---|---|
class / style | HTMLAttributes | No | Styles and classes forwarded to the root SVG. |
width / height | string | number | No | Overrides the displayed SVG dimensions. |
fill / stroke | string | No | Overrides SVG attributes that allow inherited colors. |
role / aria-* / data-* | string | No | Accessibility and application data attributes. |
on* | EventListener | No | Vue event listeners forwarded to the root SVG. |
Returns
| Return value | Return type | Description |
|---|---|---|
result | VNode<SVGElement> | One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon. |
Exit
Renders the Exit SVG icon component.
Signature
const Exit: DefineComponent;Example
import { Exit } from "@fast-element-plus/icons-vue";
<Exit aria-label="Exit" role="img" width="24" height="24" />Inputs
| Input | Input type | Required / default | Description |
|---|---|---|---|
class / style | HTMLAttributes | No | Styles and classes forwarded to the root SVG. |
width / height | string | number | No | Overrides the displayed SVG dimensions. |
fill / stroke | string | No | Overrides SVG attributes that allow inherited colors. |
role / aria-* / data-* | string | No | Accessibility and application data attributes. |
on* | EventListener | No | Vue event listeners forwarded to the root SVG. |
Returns
| Return value | Return type | Description |
|---|---|---|
result | VNode<SVGElement> | One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon. |
Filter
Renders the Filter SVG icon component.
Signature
const Filter: DefineComponent;Example
import { Filter } from "@fast-element-plus/icons-vue";
<Filter aria-label="Filter" role="img" width="24" height="24" />Inputs
| Input | Input type | Required / default | Description |
|---|---|---|---|
class / style | HTMLAttributes | No | Styles and classes forwarded to the root SVG. |
width / height | string | number | No | Overrides the displayed SVG dimensions. |
fill / stroke | string | No | Overrides SVG attributes that allow inherited colors. |
role / aria-* / data-* | string | No | Accessibility and application data attributes. |
on* | EventListener | No | Vue event listeners forwarded to the root SVG. |
Returns
| Return value | Return type | Description |
|---|---|---|
result | VNode<SVGElement> | One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon. |
FullScreen
Renders the FullScreen SVG icon component.
Signature
const FullScreen: DefineComponent;Example
import { FullScreen } from "@fast-element-plus/icons-vue";
<FullScreen aria-label="FullScreen" role="img" width="24" height="24" />Inputs
| Input | Input type | Required / default | Description |
|---|---|---|---|
class / style | HTMLAttributes | No | Styles and classes forwarded to the root SVG. |
width / height | string | number | No | Overrides the displayed SVG dimensions. |
fill / stroke | string | No | Overrides SVG attributes that allow inherited colors. |
role / aria-* / data-* | string | No | Accessibility and application data attributes. |
on* | EventListener | No | Vue event listeners forwarded to the root SVG. |
Returns
| Return value | Return type | Description |
|---|---|---|
result | VNode<SVGElement> | One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon. |
FullScreenExit
Renders the FullScreenExit SVG icon component.
Signature
const FullScreenExit: DefineComponent;Example
import { FullScreenExit } from "@fast-element-plus/icons-vue";
<FullScreenExit aria-label="FullScreenExit" role="img" width="24" height="24" />Inputs
| Input | Input type | Required / default | Description |
|---|---|---|---|
class / style | HTMLAttributes | No | Styles and classes forwarded to the root SVG. |
width / height | string | number | No | Overrides the displayed SVG dimensions. |
fill / stroke | string | No | Overrides SVG attributes that allow inherited colors. |
role / aria-* / data-* | string | No | Accessibility and application data attributes. |
on* | EventListener | No | Vue event listeners forwarded to the root SVG. |
Returns
| Return value | Return type | Description |
|---|---|---|
result | VNode<SVGElement> | One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon. |
Gateway
Renders the Gateway SVG icon component.
Signature
const Gateway: DefineComponent;Example
import { Gateway } from "@fast-element-plus/icons-vue";
<Gateway aria-label="Gateway" role="img" width="24" height="24" />Inputs
| Input | Input type | Required / default | Description |
|---|---|---|---|
class / style | HTMLAttributes | No | Styles and classes forwarded to the root SVG. |
width / height | string | number | No | Overrides the displayed SVG dimensions. |
fill / stroke | string | No | Overrides SVG attributes that allow inherited colors. |
role / aria-* / data-* | string | No | Accessibility and application data attributes. |
on* | EventListener | No | Vue event listeners forwarded to the root SVG. |
Returns
| Return value | Return type | Description |
|---|---|---|
result | VNode<SVGElement> | One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon. |
Gps
Renders the Gps SVG icon component.
Signature
const Gps: DefineComponent;Example
import { Gps } from "@fast-element-plus/icons-vue";
<Gps aria-label="Gps" role="img" width="24" height="24" />Inputs
| Input | Input type | Required / default | Description |
|---|---|---|---|
class / style | HTMLAttributes | No | Styles and classes forwarded to the root SVG. |
width / height | string | number | No | Overrides the displayed SVG dimensions. |
fill / stroke | string | No | Overrides SVG attributes that allow inherited colors. |
role / aria-* / data-* | string | No | Accessibility and application data attributes. |
on* | EventListener | No | Vue event listeners forwarded to the root SVG. |
Returns
| Return value | Return type | Description |
|---|---|---|
result | VNode<SVGElement> | One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon. |
Home
Renders the Home SVG icon component.
Signature
const Home: DefineComponent;Example
import { Home } from "@fast-element-plus/icons-vue";
<Home aria-label="Home" role="img" width="24" height="24" />Inputs
| Input | Input type | Required / default | Description |
|---|---|---|---|
class / style | HTMLAttributes | No | Styles and classes forwarded to the root SVG. |
width / height | string | number | No | Overrides the displayed SVG dimensions. |
fill / stroke | string | No | Overrides SVG attributes that allow inherited colors. |
role / aria-* / data-* | string | No | Accessibility and application data attributes. |
on* | EventListener | No | Vue event listeners forwarded to the root SVG. |
Returns
| Return value | Return type | Description |
|---|---|---|
result | VNode<SVGElement> | One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon. |
Hospital
Renders the Hospital SVG icon component.
Signature
const Hospital: DefineComponent;Example
import { Hospital } from "@fast-element-plus/icons-vue";
<Hospital aria-label="Hospital" role="img" width="24" height="24" />Inputs
| Input | Input type | Required / default | Description |
|---|---|---|---|
class / style | HTMLAttributes | No | Styles and classes forwarded to the root SVG. |
width / height | string | number | No | Overrides the displayed SVG dimensions. |
fill / stroke | string | No | Overrides SVG attributes that allow inherited colors. |
role / aria-* / data-* | string | No | Accessibility and application data attributes. |
on* | EventListener | No | Vue event listeners forwarded to the root SVG. |
Returns
| Return value | Return type | Description |
|---|---|---|
result | VNode<SVGElement> | One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon. |
IdCard
Renders the IdCard SVG icon component.
Signature
const IdCard: DefineComponent;Example
import { IdCard } from "@fast-element-plus/icons-vue";
<IdCard aria-label="IdCard" role="img" width="24" height="24" />Inputs
| Input | Input type | Required / default | Description |
|---|---|---|---|
class / style | HTMLAttributes | No | Styles and classes forwarded to the root SVG. |
width / height | string | number | No | Overrides the displayed SVG dimensions. |
fill / stroke | string | No | Overrides SVG attributes that allow inherited colors. |
role / aria-* / data-* | string | No | Accessibility and application data attributes. |
on* | EventListener | No | Vue event listeners forwarded to the root SVG. |
Returns
| Return value | Return type | Description |
|---|---|---|
result | VNode<SVGElement> | One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon. |
Light
Renders the Light SVG icon component.
Signature
const Light: DefineComponent;Example
import { Light } from "@fast-element-plus/icons-vue";
<Light aria-label="Light" role="img" width="24" height="24" />Inputs
| Input | Input type | Required / default | Description |
|---|---|---|---|
class / style | HTMLAttributes | No | Styles and classes forwarded to the root SVG. |
width / height | string | number | No | Overrides the displayed SVG dimensions. |
fill / stroke | string | No | Overrides SVG attributes that allow inherited colors. |
role / aria-* / data-* | string | No | Accessibility and application data attributes. |
on* | EventListener | No | Vue event listeners forwarded to the root SVG. |
Returns
| Return value | Return type | Description |
|---|---|---|
result | VNode<SVGElement> | One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon. |
Link
Renders the Link SVG icon component.
Signature
const Link: DefineComponent;Example
import { Link } from "@fast-element-plus/icons-vue";
<Link aria-label="Link" role="img" width="24" height="24" />Inputs
| Input | Input type | Required / default | Description |
|---|---|---|---|
class / style | HTMLAttributes | No | Styles and classes forwarded to the root SVG. |
width / height | string | number | No | Overrides the displayed SVG dimensions. |
fill / stroke | string | No | Overrides SVG attributes that allow inherited colors. |
role / aria-* / data-* | string | No | Accessibility and application data attributes. |
on* | EventListener | No | Vue event listeners forwarded to the root SVG. |
Returns
| Return value | Return type | Description |
|---|---|---|
result | VNode<SVGElement> | One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon. |
LoadingImage
Renders the LoadingImage SVG icon component.
Signature
const LoadingImage: DefineComponent;Example
import { LoadingImage } from "@fast-element-plus/icons-vue";
<LoadingImage aria-label="LoadingImage" role="img" width="24" height="24" />Inputs
| Input | Input type | Required / default | Description |
|---|---|---|---|
class / style | HTMLAttributes | No | Styles and classes forwarded to the root SVG. |
width / height | string | number | No | Overrides the displayed SVG dimensions. |
fill / stroke | string | No | Overrides SVG attributes that allow inherited colors. |
role / aria-* / data-* | string | No | Accessibility and application data attributes. |
on* | EventListener | No | Vue event listeners forwarded to the root SVG. |
Returns
| Return value | Return type | Description |
|---|---|---|
result | VNode<SVGElement> | One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon. |
Lock
Renders the Lock SVG icon component.
Signature
const Lock: DefineComponent;Example
import { Lock } from "@fast-element-plus/icons-vue";
<Lock aria-label="Lock" role="img" width="24" height="24" />Inputs
| Input | Input type | Required / default | Description |
|---|---|---|---|
class / style | HTMLAttributes | No | Styles and classes forwarded to the root SVG. |
width / height | string | number | No | Overrides the displayed SVG dimensions. |
fill / stroke | string | No | Overrides SVG attributes that allow inherited colors. |
role / aria-* / data-* | string | No | Accessibility and application data attributes. |
on* | EventListener | No | Vue event listeners forwarded to the root SVG. |
Returns
| Return value | Return type | Description |
|---|---|---|
result | VNode<SVGElement> | One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon. |
Menu
Renders the Menu SVG icon component.
Signature
const Menu: DefineComponent;Example
import { Menu } from "@fast-element-plus/icons-vue";
<Menu aria-label="Menu" role="img" width="24" height="24" />Inputs
| Input | Input type | Required / default | Description |
|---|---|---|---|
class / style | HTMLAttributes | No | Styles and classes forwarded to the root SVG. |
width / height | string | number | No | Overrides the displayed SVG dimensions. |
fill / stroke | string | No | Overrides SVG attributes that allow inherited colors. |
role / aria-* / data-* | string | No | Accessibility and application data attributes. |
on* | EventListener | No | Vue event listeners forwarded to the root SVG. |
Returns
| Return value | Return type | Description |
|---|---|---|
result | VNode<SVGElement> | One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon. |
Message
Renders the Message SVG icon component.
Signature
const Message: DefineComponent;Example
import { Message } from "@fast-element-plus/icons-vue";
<Message aria-label="Message" role="img" width="24" height="24" />Inputs
| Input | Input type | Required / default | Description |
|---|---|---|---|
class / style | HTMLAttributes | No | Styles and classes forwarded to the root SVG. |
width / height | string | number | No | Overrides the displayed SVG dimensions. |
fill / stroke | string | No | Overrides SVG attributes that allow inherited colors. |
role / aria-* / data-* | string | No | Accessibility and application data attributes. |
on* | EventListener | No | Vue event listeners forwarded to the root SVG. |
Returns
| Return value | Return type | Description |
|---|---|---|
result | VNode<SVGElement> | One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon. |
Mobile
Renders the Mobile SVG icon component.
Signature
const Mobile: DefineComponent;Example
import { Mobile } from "@fast-element-plus/icons-vue";
<Mobile aria-label="Mobile" role="img" width="24" height="24" />Inputs
| Input | Input type | Required / default | Description |
|---|---|---|---|
class / style | HTMLAttributes | No | Styles and classes forwarded to the root SVG. |
width / height | string | number | No | Overrides the displayed SVG dimensions. |
fill / stroke | string | No | Overrides SVG attributes that allow inherited colors. |
role / aria-* / data-* | string | No | Accessibility and application data attributes. |
on* | EventListener | No | Vue event listeners forwarded to the root SVG. |
Returns
| Return value | Return type | Description |
|---|---|---|
result | VNode<SVGElement> | One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon. |
Money
Renders the Money SVG icon component.
Signature
const Money: DefineComponent;Example
import { Money } from "@fast-element-plus/icons-vue";
<Money aria-label="Money" role="img" width="24" height="24" />Inputs
| Input | Input type | Required / default | Description |
|---|---|---|---|
class / style | HTMLAttributes | No | Styles and classes forwarded to the root SVG. |
width / height | string | number | No | Overrides the displayed SVG dimensions. |
fill / stroke | string | No | Overrides SVG attributes that allow inherited colors. |
role / aria-* / data-* | string | No | Accessibility and application data attributes. |
on* | EventListener | No | Vue event listeners forwarded to the root SVG. |
Returns
| Return value | Return type | Description |
|---|---|---|
result | VNode<SVGElement> | One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon. |
My
Renders the My SVG icon component.
Signature
const My: DefineComponent;Example
import { My } from "@fast-element-plus/icons-vue";
<My aria-label="My" role="img" width="24" height="24" />Inputs
| Input | Input type | Required / default | Description |
|---|---|---|---|
class / style | HTMLAttributes | No | Styles and classes forwarded to the root SVG. |
width / height | string | number | No | Overrides the displayed SVG dimensions. |
fill / stroke | string | No | Overrides SVG attributes that allow inherited colors. |
role / aria-* / data-* | string | No | Accessibility and application data attributes. |
on* | EventListener | No | Vue event listeners forwarded to the root SVG. |
Returns
| Return value | Return type | Description |
|---|---|---|
result | VNode<SVGElement> | One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon. |
Navigation
Renders the Navigation SVG icon component.
Signature
const Navigation: DefineComponent;Example
import { Navigation } from "@fast-element-plus/icons-vue";
<Navigation aria-label="Navigation" role="img" width="24" height="24" />Inputs
| Input | Input type | Required / default | Description |
|---|---|---|---|
class / style | HTMLAttributes | No | Styles and classes forwarded to the root SVG. |
width / height | string | number | No | Overrides the displayed SVG dimensions. |
fill / stroke | string | No | Overrides SVG attributes that allow inherited colors. |
role / aria-* / data-* | string | No | Accessibility and application data attributes. |
on* | EventListener | No | Vue event listeners forwarded to the root SVG. |
Returns
| Return value | Return type | Description |
|---|---|---|
result | VNode<SVGElement> | One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon. |
NotData
Renders the NotData SVG icon component.
Signature
const NotData: DefineComponent;Example
import { NotData } from "@fast-element-plus/icons-vue";
<NotData aria-label="NotData" role="img" width="24" height="24" />Inputs
| Input | Input type | Required / default | Description |
|---|---|---|---|
class / style | HTMLAttributes | No | Styles and classes forwarded to the root SVG. |
width / height | string | number | No | Overrides the displayed SVG dimensions. |
fill / stroke | string | No | Overrides SVG attributes that allow inherited colors. |
role / aria-* / data-* | string | No | Accessibility and application data attributes. |
on* | EventListener | No | Vue event listeners forwarded to the root SVG. |
Returns
| Return value | Return type | Description |
|---|---|---|
result | VNode<SVGElement> | One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon. |
Notice
Renders the Notice SVG icon component.
Signature
const Notice: DefineComponent;Example
import { Notice } from "@fast-element-plus/icons-vue";
<Notice aria-label="Notice" role="img" width="24" height="24" />Inputs
| Input | Input type | Required / default | Description |
|---|---|---|---|
class / style | HTMLAttributes | No | Styles and classes forwarded to the root SVG. |
width / height | string | number | No | Overrides the displayed SVG dimensions. |
fill / stroke | string | No | Overrides SVG attributes that allow inherited colors. |
role / aria-* / data-* | string | No | Accessibility and application data attributes. |
on* | EventListener | No | Vue event listeners forwarded to the root SVG. |
Returns
| Return value | Return type | Description |
|---|---|---|
result | VNode<SVGElement> | One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon. |
NotImage
Renders the NotImage SVG icon component.
Signature
const NotImage: DefineComponent;Example
import { NotImage } from "@fast-element-plus/icons-vue";
<NotImage aria-label="NotImage" role="img" width="24" height="24" />Inputs
| Input | Input type | Required / default | Description |
|---|---|---|---|
class / style | HTMLAttributes | No | Styles and classes forwarded to the root SVG. |
width / height | string | number | No | Overrides the displayed SVG dimensions. |
fill / stroke | string | No | Overrides SVG attributes that allow inherited colors. |
role / aria-* / data-* | string | No | Accessibility and application data attributes. |
on* | EventListener | No | Vue event listeners forwarded to the root SVG. |
Returns
| Return value | Return type | Description |
|---|---|---|
result | VNode<SVGElement> | One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon. |
Organization
Renders the Organization SVG icon component.
Signature
const Organization: DefineComponent;Example
import { Organization } from "@fast-element-plus/icons-vue";
<Organization aria-label="Organization" role="img" width="24" height="24" />Inputs
| Input | Input type | Required / default | Description |
|---|---|---|---|
class / style | HTMLAttributes | No | Styles and classes forwarded to the root SVG. |
width / height | string | number | No | Overrides the displayed SVG dimensions. |
fill / stroke | string | No | Overrides SVG attributes that allow inherited colors. |
role / aria-* / data-* | string | No | Accessibility and application data attributes. |
on* | EventListener | No | Vue event listeners forwarded to the root SVG. |
Returns
| Return value | Return type | Description |
|---|---|---|
result | VNode<SVGElement> | One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon. |
Page403
Renders the Page403 SVG icon component.
Signature
const Page403: DefineComponent;Example
import { Page403 } from "@fast-element-plus/icons-vue";
<Page403 aria-label="Page403" role="img" width="24" height="24" />Inputs
| Input | Input type | Required / default | Description |
|---|---|---|---|
class / style | HTMLAttributes | No | Styles and classes forwarded to the root SVG. |
width / height | string | number | No | Overrides the displayed SVG dimensions. |
fill / stroke | string | No | Overrides SVG attributes that allow inherited colors. |
role / aria-* / data-* | string | No | Accessibility and application data attributes. |
on* | EventListener | No | Vue event listeners forwarded to the root SVG. |
Returns
| Return value | Return type | Description |
|---|---|---|
result | VNode<SVGElement> | One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon. |
Page404
Renders the Page404 SVG icon component.
Signature
const Page404: DefineComponent;Example
import { Page404 } from "@fast-element-plus/icons-vue";
<Page404 aria-label="Page404" role="img" width="24" height="24" />Inputs
| Input | Input type | Required / default | Description |
|---|---|---|---|
class / style | HTMLAttributes | No | Styles and classes forwarded to the root SVG. |
width / height | string | number | No | Overrides the displayed SVG dimensions. |
fill / stroke | string | No | Overrides SVG attributes that allow inherited colors. |
role / aria-* / data-* | string | No | Accessibility and application data attributes. |
on* | EventListener | No | Vue event listeners forwarded to the root SVG. |
Returns
| Return value | Return type | Description |
|---|---|---|
result | VNode<SVGElement> | One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon. |
Performance
Renders the Performance SVG icon component.
Signature
const Performance: DefineComponent;Example
import { Performance } from "@fast-element-plus/icons-vue";
<Performance aria-label="Performance" role="img" width="24" height="24" />Inputs
| Input | Input type | Required / default | Description |
|---|---|---|---|
class / style | HTMLAttributes | No | Styles and classes forwarded to the root SVG. |
width / height | string | number | No | Overrides the displayed SVG dimensions. |
fill / stroke | string | No | Overrides SVG attributes that allow inherited colors. |
role / aria-* / data-* | string | No | Accessibility and application data attributes. |
on* | EventListener | No | Vue event listeners forwarded to the root SVG. |
Returns
| Return value | Return type | Description |
|---|---|---|
result | VNode<SVGElement> | One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon. |
Pm
Renders the Pm SVG icon component.
Signature
const Pm: DefineComponent;Example
import { Pm } from "@fast-element-plus/icons-vue";
<Pm aria-label="Pm" role="img" width="24" height="24" />Inputs
| Input | Input type | Required / default | Description |
|---|---|---|---|
class / style | HTMLAttributes | No | Styles and classes forwarded to the root SVG. |
width / height | string | number | No | Overrides the displayed SVG dimensions. |
fill / stroke | string | No | Overrides SVG attributes that allow inherited colors. |
role / aria-* / data-* | string | No | Accessibility and application data attributes. |
on* | EventListener | No | Vue event listeners forwarded to the root SVG. |
Returns
| Return value | Return type | Description |
|---|---|---|
result | VNode<SVGElement> | One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon. |
Printer
Renders the Printer SVG icon component.
Signature
const Printer: DefineComponent;Example
import { Printer } from "@fast-element-plus/icons-vue";
<Printer aria-label="Printer" role="img" width="24" height="24" />Inputs
| Input | Input type | Required / default | Description |
|---|---|---|---|
class / style | HTMLAttributes | No | Styles and classes forwarded to the root SVG. |
width / height | string | number | No | Overrides the displayed SVG dimensions. |
fill / stroke | string | No | Overrides SVG attributes that allow inherited colors. |
role / aria-* / data-* | string | No | Accessibility and application data attributes. |
on* | EventListener | No | Vue event listeners forwarded to the root SVG. |
Returns
| Return value | Return type | Description |
|---|---|---|
result | VNode<SVGElement> | One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon. |
Record
Renders the Record SVG icon component.
Signature
const Record: DefineComponent;Example
import { Record } from "@fast-element-plus/icons-vue";
<Record aria-label="Record" role="img" width="24" height="24" />Inputs
| Input | Input type | Required / default | Description |
|---|---|---|---|
class / style | HTMLAttributes | No | Styles and classes forwarded to the root SVG. |
width / height | string | number | No | Overrides the displayed SVG dimensions. |
fill / stroke | string | No | Overrides SVG attributes that allow inherited colors. |
role / aria-* / data-* | string | No | Accessibility and application data attributes. |
on* | EventListener | No | Vue event listeners forwarded to the root SVG. |
Returns
| Return value | Return type | Description |
|---|---|---|
result | VNode<SVGElement> | One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon. |
Report
Renders the Report SVG icon component.
Signature
const Report: DefineComponent;Example
import { Report } from "@fast-element-plus/icons-vue";
<Report aria-label="Report" role="img" width="24" height="24" />Inputs
| Input | Input type | Required / default | Description |
|---|---|---|---|
class / style | HTMLAttributes | No | Styles and classes forwarded to the root SVG. |
width / height | string | number | No | Overrides the displayed SVG dimensions. |
fill / stroke | string | No | Overrides SVG attributes that allow inherited colors. |
role / aria-* / data-* | string | No | Accessibility and application data attributes. |
on* | EventListener | No | Vue event listeners forwarded to the root SVG. |
Returns
| Return value | Return type | Description |
|---|---|---|
result | VNode<SVGElement> | One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon. |
ReportCenter
Renders the ReportCenter SVG icon component.
Signature
const ReportCenter: DefineComponent;Example
import { ReportCenter } from "@fast-element-plus/icons-vue";
<ReportCenter aria-label="ReportCenter" role="img" width="24" height="24" />Inputs
| Input | Input type | Required / default | Description |
|---|---|---|---|
class / style | HTMLAttributes | No | Styles and classes forwarded to the root SVG. |
width / height | string | number | No | Overrides the displayed SVG dimensions. |
fill / stroke | string | No | Overrides SVG attributes that allow inherited colors. |
role / aria-* / data-* | string | No | Accessibility and application data attributes. |
on* | EventListener | No | Vue event listeners forwarded to the root SVG. |
Returns
| Return value | Return type | Description |
|---|---|---|
result | VNode<SVGElement> | One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon. |
Scan
Renders the Scan SVG icon component.
Signature
const Scan: DefineComponent;Example
import { Scan } from "@fast-element-plus/icons-vue";
<Scan aria-label="Scan" role="img" width="24" height="24" />Inputs
| Input | Input type | Required / default | Description |
|---|---|---|---|
class / style | HTMLAttributes | No | Styles and classes forwarded to the root SVG. |
width / height | string | number | No | Overrides the displayed SVG dimensions. |
fill / stroke | string | No | Overrides SVG attributes that allow inherited colors. |
role / aria-* / data-* | string | No | Accessibility and application data attributes. |
on* | EventListener | No | Vue event listeners forwarded to the root SVG. |
Returns
| Return value | Return type | Description |
|---|---|---|
result | VNode<SVGElement> | One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon. |
Schedule
Renders the Schedule SVG icon component.
Signature
const Schedule: DefineComponent;Example
import { Schedule } from "@fast-element-plus/icons-vue";
<Schedule aria-label="Schedule" role="img" width="24" height="24" />Inputs
| Input | Input type | Required / default | Description |
|---|---|---|---|
class / style | HTMLAttributes | No | Styles and classes forwarded to the root SVG. |
width / height | string | number | No | Overrides the displayed SVG dimensions. |
fill / stroke | string | No | Overrides SVG attributes that allow inherited colors. |
role / aria-* / data-* | string | No | Accessibility and application data attributes. |
on* | EventListener | No | Vue event listeners forwarded to the root SVG. |
Returns
| Return value | Return type | Description |
|---|---|---|
result | VNode<SVGElement> | One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon. |
Setting
Renders the Setting SVG icon component.
Signature
const Setting: DefineComponent;Example
import { Setting } from "@fast-element-plus/icons-vue";
<Setting aria-label="Setting" role="img" width="24" height="24" />Inputs
| Input | Input type | Required / default | Description |
|---|---|---|---|
class / style | HTMLAttributes | No | Styles and classes forwarded to the root SVG. |
width / height | string | number | No | Overrides the displayed SVG dimensions. |
fill / stroke | string | No | Overrides SVG attributes that allow inherited colors. |
role / aria-* / data-* | string | No | Accessibility and application data attributes. |
on* | EventListener | No | Vue event listeners forwarded to the root SVG. |
Returns
| Return value | Return type | Description |
|---|---|---|
result | VNode<SVGElement> | One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon. |
Shop
Renders the Shop SVG icon component.
Signature
const Shop: DefineComponent;Example
import { Shop } from "@fast-element-plus/icons-vue";
<Shop aria-label="Shop" role="img" width="24" height="24" />Inputs
| Input | Input type | Required / default | Description |
|---|---|---|---|
class / style | HTMLAttributes | No | Styles and classes forwarded to the root SVG. |
width / height | string | number | No | Overrides the displayed SVG dimensions. |
fill / stroke | string | No | Overrides SVG attributes that allow inherited colors. |
role / aria-* / data-* | string | No | Accessibility and application data attributes. |
on* | EventListener | No | Vue event listeners forwarded to the root SVG. |
Returns
| Return value | Return type | Description |
|---|---|---|
result | VNode<SVGElement> | One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon. |
Swagger
Renders the Swagger SVG icon component.
Signature
const Swagger: DefineComponent;Example
import { Swagger } from "@fast-element-plus/icons-vue";
<Swagger aria-label="Swagger" role="img" width="24" height="24" />Inputs
| Input | Input type | Required / default | Description |
|---|---|---|---|
class / style | HTMLAttributes | No | Styles and classes forwarded to the root SVG. |
width / height | string | number | No | Overrides the displayed SVG dimensions. |
fill / stroke | string | No | Overrides SVG attributes that allow inherited colors. |
role / aria-* / data-* | string | No | Accessibility and application data attributes. |
on* | EventListener | No | Vue event listeners forwarded to the root SVG. |
Returns
| Return value | Return type | Description |
|---|---|---|
result | VNode<SVGElement> | One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon. |
SystemSetting
Renders the SystemSetting SVG icon component.
Signature
const SystemSetting: DefineComponent;Example
import { SystemSetting } from "@fast-element-plus/icons-vue";
<SystemSetting aria-label="SystemSetting" role="img" width="24" height="24" />Inputs
| Input | Input type | Required / default | Description |
|---|---|---|---|
class / style | HTMLAttributes | No | Styles and classes forwarded to the root SVG. |
width / height | string | number | No | Overrides the displayed SVG dimensions. |
fill / stroke | string | No | Overrides SVG attributes that allow inherited colors. |
role / aria-* / data-* | string | No | Accessibility and application data attributes. |
on* | EventListener | No | Vue event listeners forwarded to the root SVG. |
Returns
| Return value | Return type | Description |
|---|---|---|
result | VNode<SVGElement> | One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon. |
TableConfig
Renders the TableConfig SVG icon component.
Signature
const TableConfig: DefineComponent;Example
import { TableConfig } from "@fast-element-plus/icons-vue";
<TableConfig aria-label="TableConfig" role="img" width="24" height="24" />Inputs
| Input | Input type | Required / default | Description |
|---|---|---|---|
class / style | HTMLAttributes | No | Styles and classes forwarded to the root SVG. |
width / height | string | number | No | Overrides the displayed SVG dimensions. |
fill / stroke | string | No | Overrides SVG attributes that allow inherited colors. |
role / aria-* / data-* | string | No | Accessibility and application data attributes. |
on* | EventListener | No | Vue event listeners forwarded to the root SVG. |
Returns
| Return value | Return type | Description |
|---|---|---|
result | VNode<SVGElement> | One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon. |
Task
Renders the Task SVG icon component.
Signature
const Task: DefineComponent;Example
import { Task } from "@fast-element-plus/icons-vue";
<Task aria-label="Task" role="img" width="24" height="24" />Inputs
| Input | Input type | Required / default | Description |
|---|---|---|---|
class / style | HTMLAttributes | No | Styles and classes forwarded to the root SVG. |
width / height | string | number | No | Overrides the displayed SVG dimensions. |
fill / stroke | string | No | Overrides SVG attributes that allow inherited colors. |
role / aria-* / data-* | string | No | Accessibility and application data attributes. |
on* | EventListener | No | Vue event listeners forwarded to the root SVG. |
Returns
| Return value | Return type | Description |
|---|---|---|
result | VNode<SVGElement> | One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon. |
Tenant
Renders the Tenant SVG icon component.
Signature
const Tenant: DefineComponent;Example
import { Tenant } from "@fast-element-plus/icons-vue";
<Tenant aria-label="Tenant" role="img" width="24" height="24" />Inputs
| Input | Input type | Required / default | Description |
|---|---|---|---|
class / style | HTMLAttributes | No | Styles and classes forwarded to the root SVG. |
width / height | string | number | No | Overrides the displayed SVG dimensions. |
fill / stroke | string | No | Overrides SVG attributes that allow inherited colors. |
role / aria-* / data-* | string | No | Accessibility and application data attributes. |
on* | EventListener | No | Vue event listeners forwarded to the root SVG. |
Returns
| Return value | Return type | Description |
|---|---|---|
result | VNode<SVGElement> | One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon. |
Terminal
Renders the Terminal SVG icon component.
Signature
const Terminal: DefineComponent;Example
import { Terminal } from "@fast-element-plus/icons-vue";
<Terminal aria-label="Terminal" role="img" width="24" height="24" />Inputs
| Input | Input type | Required / default | Description |
|---|---|---|---|
class / style | HTMLAttributes | No | Styles and classes forwarded to the root SVG. |
width / height | string | number | No | Overrides the displayed SVG dimensions. |
fill / stroke | string | No | Overrides SVG attributes that allow inherited colors. |
role / aria-* / data-* | string | No | Accessibility and application data attributes. |
on* | EventListener | No | Vue event listeners forwarded to the root SVG. |
Returns
| Return value | Return type | Description |
|---|---|---|
result | VNode<SVGElement> | One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon. |
Test
Renders the Test SVG icon component.
Signature
const Test: DefineComponent;Example
import { Test } from "@fast-element-plus/icons-vue";
<Test aria-label="Test" role="img" width="24" height="24" />Inputs
| Input | Input type | Required / default | Description |
|---|---|---|---|
class / style | HTMLAttributes | No | Styles and classes forwarded to the root SVG. |
width / height | string | number | No | Overrides the displayed SVG dimensions. |
fill / stroke | string | No | Overrides SVG attributes that allow inherited colors. |
role / aria-* / data-* | string | No | Accessibility and application data attributes. |
on* | EventListener | No | Vue event listeners forwarded to the root SVG. |
Returns
| Return value | Return type | Description |
|---|---|---|
result | VNode<SVGElement> | One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon. |
Wifi
Renders the Wifi SVG icon component.
Signature
const Wifi: DefineComponent;Example
import { Wifi } from "@fast-element-plus/icons-vue";
<Wifi aria-label="Wifi" role="img" width="24" height="24" />Inputs
| Input | Input type | Required / default | Description |
|---|---|---|---|
class / style | HTMLAttributes | No | Styles and classes forwarded to the root SVG. |
width / height | string | number | No | Overrides the displayed SVG dimensions. |
fill / stroke | string | No | Overrides SVG attributes that allow inherited colors. |
role / aria-* / data-* | string | No | Accessibility and application data attributes. |
on* | EventListener | No | Vue event listeners forwarded to the root SVG. |
Returns
| Return value | Return type | Description |
|---|---|---|
result | VNode<SVGElement> | One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon. |
Workbench
Renders the Workbench SVG icon component.
Signature
const Workbench: DefineComponent;Example
import { Workbench } from "@fast-element-plus/icons-vue";
<Workbench aria-label="Workbench" role="img" width="24" height="24" />Inputs
| Input | Input type | Required / default | Description |
|---|---|---|---|
class / style | HTMLAttributes | No | Styles and classes forwarded to the root SVG. |
width / height | string | number | No | Overrides the displayed SVG dimensions. |
fill / stroke | string | No | Overrides SVG attributes that allow inherited colors. |
role / aria-* / data-* | string | No | Accessibility and application data attributes. |
on* | EventListener | No | Vue event listeners forwarded to the root SVG. |
Returns
| Return value | Return type | Description |
|---|---|---|
result | VNode<SVGElement> | One root SVG node containing the fixed viewBox, paths, fills and strokes of the icon. |
