Skip to content

Fast.Element.Plus.Icons 逐项示例

本页为根入口的 68 个具名图标逐项提供独立导入、实际输入属性和渲染返回说明。

About

渲染 About SVG 图标组件。

签名

ts
const About: DefineComponent;

示例

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

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

输入

输入值输入值类型必填/默认值输入值说明
class / styleHTMLAttributes透传到根 SVG 的样式与类名。
width / heightstring | number覆盖 SVG 展示尺寸。
fill / strokestring覆盖允许继承颜色的 SVG 属性。
role / aria-* / data-*string无障碍和业务数据属性。
on*EventListener透传到根 SVG 的 Vue 事件监听器。

返回

返回值返回值类型返回值说明
resultVNode<SVGElement>包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。

AccountSafe

渲染 AccountSafe SVG 图标组件。

签名

ts
const AccountSafe: DefineComponent;

示例

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

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

输入

输入值输入值类型必填/默认值输入值说明
class / styleHTMLAttributes透传到根 SVG 的样式与类名。
width / heightstring | number覆盖 SVG 展示尺寸。
fill / strokestring覆盖允许继承颜色的 SVG 属性。
role / aria-* / data-*string无障碍和业务数据属性。
on*EventListener透传到根 SVG 的 Vue 事件监听器。

返回

返回值返回值类型返回值说明
resultVNode<SVGElement>包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。

Address

渲染 Address SVG 图标组件。

签名

ts
const Address: DefineComponent;

示例

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

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

输入

输入值输入值类型必填/默认值输入值说明
class / styleHTMLAttributes透传到根 SVG 的样式与类名。
width / heightstring | number覆盖 SVG 展示尺寸。
fill / strokestring覆盖允许继承颜色的 SVG 属性。
role / aria-* / data-*string无障碍和业务数据属性。
on*EventListener透传到根 SVG 的 Vue 事件监听器。

返回

返回值返回值类型返回值说明
resultVNode<SVGElement>包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。

Adjust

渲染 Adjust SVG 图标组件。

签名

ts
const Adjust: DefineComponent;

示例

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

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

输入

输入值输入值类型必填/默认值输入值说明
class / styleHTMLAttributes透传到根 SVG 的样式与类名。
width / heightstring | number覆盖 SVG 展示尺寸。
fill / strokestring覆盖允许继承颜色的 SVG 属性。
role / aria-* / data-*string无障碍和业务数据属性。
on*EventListener透传到根 SVG 的 Vue 事件监听器。

返回

返回值返回值类型返回值说明
resultVNode<SVGElement>包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。

Am

渲染 Am SVG 图标组件。

签名

ts
const Am: DefineComponent;

示例

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

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

输入

输入值输入值类型必填/默认值输入值说明
class / styleHTMLAttributes透传到根 SVG 的样式与类名。
width / heightstring | number覆盖 SVG 展示尺寸。
fill / strokestring覆盖允许继承颜色的 SVG 属性。
role / aria-* / data-*string无障碍和业务数据属性。
on*EventListener透传到根 SVG 的 Vue 事件监听器。

返回

返回值返回值类型返回值说明
resultVNode<SVGElement>包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。

Api

渲染 Api SVG 图标组件。

签名

ts
const Api: DefineComponent;

示例

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

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

输入

输入值输入值类型必填/默认值输入值说明
class / styleHTMLAttributes透传到根 SVG 的样式与类名。
width / heightstring | number覆盖 SVG 展示尺寸。
fill / strokestring覆盖允许继承颜色的 SVG 属性。
role / aria-* / data-*string无障碍和业务数据属性。
on*EventListener透传到根 SVG 的 Vue 事件监听器。

返回

返回值返回值类型返回值说明
resultVNode<SVGElement>包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。

Appointment

渲染 Appointment SVG 图标组件。

签名

ts
const Appointment: DefineComponent;

示例

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

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

输入

输入值输入值类型必填/默认值输入值说明
class / styleHTMLAttributes透传到根 SVG 的样式与类名。
width / heightstring | number覆盖 SVG 展示尺寸。
fill / strokestring覆盖允许继承颜色的 SVG 属性。
role / aria-* / data-*string无障碍和业务数据属性。
on*EventListener透传到根 SVG 的 Vue 事件监听器。

返回

返回值返回值类型返回值说明
resultVNode<SVGElement>包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。

Backup

渲染 Backup SVG 图标组件。

签名

ts
const Backup: DefineComponent;

示例

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

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

输入

输入值输入值类型必填/默认值输入值说明
class / styleHTMLAttributes透传到根 SVG 的样式与类名。
width / heightstring | number覆盖 SVG 展示尺寸。
fill / strokestring覆盖允许继承颜色的 SVG 属性。
role / aria-* / data-*string无障碍和业务数据属性。
on*EventListener透传到根 SVG 的 Vue 事件监听器。

返回

返回值返回值类型返回值说明
resultVNode<SVGElement>包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。

Bluetooth

渲染 Bluetooth SVG 图标组件。

签名

ts
const Bluetooth: DefineComponent;

示例

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

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

输入

输入值输入值类型必填/默认值输入值说明
class / styleHTMLAttributes透传到根 SVG 的样式与类名。
width / heightstring | number覆盖 SVG 展示尺寸。
fill / strokestring覆盖允许继承颜色的 SVG 属性。
role / aria-* / data-*string无障碍和业务数据属性。
on*EventListener透传到根 SVG 的 Vue 事件监听器。

返回

返回值返回值类型返回值说明
resultVNode<SVGElement>包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。

Brush

渲染 Brush SVG 图标组件。

签名

ts
const Brush: DefineComponent;

示例

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

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

输入

输入值输入值类型必填/默认值输入值说明
class / styleHTMLAttributes透传到根 SVG 的样式与类名。
width / heightstring | number覆盖 SVG 展示尺寸。
fill / strokestring覆盖允许继承颜色的 SVG 属性。
role / aria-* / data-*string无障碍和业务数据属性。
on*EventListener透传到根 SVG 的 Vue 事件监听器。

返回

返回值返回值类型返回值说明
resultVNode<SVGElement>包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。

Calendar

渲染 Calendar SVG 图标组件。

签名

ts
const Calendar: DefineComponent;

示例

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

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

输入

输入值输入值类型必填/默认值输入值说明
class / styleHTMLAttributes透传到根 SVG 的样式与类名。
width / heightstring | number覆盖 SVG 展示尺寸。
fill / strokestring覆盖允许继承颜色的 SVG 属性。
role / aria-* / data-*string无障碍和业务数据属性。
on*EventListener透传到根 SVG 的 Vue 事件监听器。

返回

返回值返回值类型返回值说明
resultVNode<SVGElement>包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。

Call

渲染 Call SVG 图标组件。

签名

ts
const Call: DefineComponent;

示例

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

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

输入

输入值输入值类型必填/默认值输入值说明
class / styleHTMLAttributes透传到根 SVG 的样式与类名。
width / heightstring | number覆盖 SVG 展示尺寸。
fill / strokestring覆盖允许继承颜色的 SVG 属性。
role / aria-* / data-*string无障碍和业务数据属性。
on*EventListener透传到根 SVG 的 Vue 事件监听器。

返回

返回值返回值类型返回值说明
resultVNode<SVGElement>包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。

Chrome

渲染 Chrome SVG 图标组件。

签名

ts
const Chrome: DefineComponent;

示例

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

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

输入

输入值输入值类型必填/默认值输入值说明
class / styleHTMLAttributes透传到根 SVG 的样式与类名。
width / heightstring | number覆盖 SVG 展示尺寸。
fill / strokestring覆盖允许继承颜色的 SVG 属性。
role / aria-* / data-*string无障碍和业务数据属性。
on*EventListener透传到根 SVG 的 Vue 事件监听器。

返回

返回值返回值类型返回值说明
resultVNode<SVGElement>包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。

Collect

渲染 Collect SVG 图标组件。

签名

ts
const Collect: DefineComponent;

示例

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

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

输入

输入值输入值类型必填/默认值输入值说明
class / styleHTMLAttributes透传到根 SVG 的样式与类名。
width / heightstring | number覆盖 SVG 展示尺寸。
fill / strokestring覆盖允许继承颜色的 SVG 属性。
role / aria-* / data-*string无障碍和业务数据属性。
on*EventListener透传到根 SVG 的 Vue 事件监听器。

返回

返回值返回值类型返回值说明
resultVNode<SVGElement>包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。

Component

渲染 Component SVG 图标组件。

签名

ts
const Component: DefineComponent;

示例

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

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

输入

输入值输入值类型必填/默认值输入值说明
class / styleHTMLAttributes透传到根 SVG 的样式与类名。
width / heightstring | number覆盖 SVG 展示尺寸。
fill / strokestring覆盖允许继承颜色的 SVG 属性。
role / aria-* / data-*string无障碍和业务数据属性。
on*EventListener透传到根 SVG 的 Vue 事件监听器。

返回

返回值返回值类型返回值说明
resultVNode<SVGElement>包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。

Customers

渲染 Customers SVG 图标组件。

签名

ts
const Customers: DefineComponent;

示例

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

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

输入

输入值输入值类型必填/默认值输入值说明
class / styleHTMLAttributes透传到根 SVG 的样式与类名。
width / heightstring | number覆盖 SVG 展示尺寸。
fill / strokestring覆盖允许继承颜色的 SVG 属性。
role / aria-* / data-*string无障碍和业务数据属性。
on*EventListener透传到根 SVG 的 Vue 事件监听器。

返回

返回值返回值类型返回值说明
resultVNode<SVGElement>包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。

Dark

渲染 Dark SVG 图标组件。

签名

ts
const Dark: DefineComponent;

示例

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

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

输入

输入值输入值类型必填/默认值输入值说明
class / styleHTMLAttributes透传到根 SVG 的样式与类名。
width / heightstring | number覆盖 SVG 展示尺寸。
fill / strokestring覆盖允许继承颜色的 SVG 属性。
role / aria-* / data-*string无障碍和业务数据属性。
on*EventListener透传到根 SVG 的 Vue 事件监听器。

返回

返回值返回值类型返回值说明
resultVNode<SVGElement>包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。

Dashboard

渲染 Dashboard SVG 图标组件。

签名

ts
const Dashboard: DefineComponent;

示例

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

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

输入

输入值输入值类型必填/默认值输入值说明
class / styleHTMLAttributes透传到根 SVG 的样式与类名。
width / heightstring | number覆盖 SVG 展示尺寸。
fill / strokestring覆盖允许继承颜色的 SVG 属性。
role / aria-* / data-*string无障碍和业务数据属性。
on*EventListener透传到根 SVG 的 Vue 事件监听器。

返回

返回值返回值类型返回值说明
resultVNode<SVGElement>包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。

Database

渲染 Database SVG 图标组件。

签名

ts
const Database: DefineComponent;

示例

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

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

输入

输入值输入值类型必填/默认值输入值说明
class / styleHTMLAttributes透传到根 SVG 的样式与类名。
width / heightstring | number覆盖 SVG 展示尺寸。
fill / strokestring覆盖允许继承颜色的 SVG 属性。
role / aria-* / data-*string无障碍和业务数据属性。
on*EventListener透传到根 SVG 的 Vue 事件监听器。

返回

返回值返回值类型返回值说明
resultVNode<SVGElement>包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。

Desktop

渲染 Desktop SVG 图标组件。

签名

ts
const Desktop: DefineComponent;

示例

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

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

输入

输入值输入值类型必填/默认值输入值说明
class / styleHTMLAttributes透传到根 SVG 的样式与类名。
width / heightstring | number覆盖 SVG 展示尺寸。
fill / strokestring覆盖允许继承颜色的 SVG 属性。
role / aria-* / data-*string无障碍和业务数据属性。
on*EventListener透传到根 SVG 的 Vue 事件监听器。

返回

返回值返回值类型返回值说明
resultVNode<SVGElement>包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。

Dictionary

渲染 Dictionary SVG 图标组件。

签名

ts
const Dictionary: DefineComponent;

示例

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

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

输入

输入值输入值类型必填/默认值输入值说明
class / styleHTMLAttributes透传到根 SVG 的样式与类名。
width / heightstring | number覆盖 SVG 展示尺寸。
fill / strokestring覆盖允许继承颜色的 SVG 属性。
role / aria-* / data-*string无障碍和业务数据属性。
on*EventListener透传到根 SVG 的 Vue 事件监听器。

返回

返回值返回值类型返回值说明
resultVNode<SVGElement>包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。

Doctor

渲染 Doctor SVG 图标组件。

签名

ts
const Doctor: DefineComponent;

示例

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

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

输入

输入值输入值类型必填/默认值输入值说明
class / styleHTMLAttributes透传到根 SVG 的样式与类名。
width / heightstring | number覆盖 SVG 展示尺寸。
fill / strokestring覆盖允许继承颜色的 SVG 属性。
role / aria-* / data-*string无障碍和业务数据属性。
on*EventListener透传到根 SVG 的 Vue 事件监听器。

返回

返回值返回值类型返回值说明
resultVNode<SVGElement>包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。

EarlyMorning

渲染 EarlyMorning SVG 图标组件。

签名

ts
const EarlyMorning: DefineComponent;

示例

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

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

输入

输入值输入值类型必填/默认值输入值说明
class / styleHTMLAttributes透传到根 SVG 的样式与类名。
width / heightstring | number覆盖 SVG 展示尺寸。
fill / strokestring覆盖允许继承颜色的 SVG 属性。
role / aria-* / data-*string无障碍和业务数据属性。
on*EventListener透传到根 SVG 的 Vue 事件监听器。

返回

返回值返回值类型返回值说明
resultVNode<SVGElement>包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。

Evening

渲染 Evening SVG 图标组件。

签名

ts
const Evening: DefineComponent;

示例

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

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

输入

输入值输入值类型必填/默认值输入值说明
class / styleHTMLAttributes透传到根 SVG 的样式与类名。
width / heightstring | number覆盖 SVG 展示尺寸。
fill / strokestring覆盖允许继承颜色的 SVG 属性。
role / aria-* / data-*string无障碍和业务数据属性。
on*EventListener透传到根 SVG 的 Vue 事件监听器。

返回

返回值返回值类型返回值说明
resultVNode<SVGElement>包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。

Exit

渲染 Exit SVG 图标组件。

签名

ts
const Exit: DefineComponent;

示例

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

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

输入

输入值输入值类型必填/默认值输入值说明
class / styleHTMLAttributes透传到根 SVG 的样式与类名。
width / heightstring | number覆盖 SVG 展示尺寸。
fill / strokestring覆盖允许继承颜色的 SVG 属性。
role / aria-* / data-*string无障碍和业务数据属性。
on*EventListener透传到根 SVG 的 Vue 事件监听器。

返回

返回值返回值类型返回值说明
resultVNode<SVGElement>包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。

Filter

渲染 Filter SVG 图标组件。

签名

ts
const Filter: DefineComponent;

示例

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

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

输入

输入值输入值类型必填/默认值输入值说明
class / styleHTMLAttributes透传到根 SVG 的样式与类名。
width / heightstring | number覆盖 SVG 展示尺寸。
fill / strokestring覆盖允许继承颜色的 SVG 属性。
role / aria-* / data-*string无障碍和业务数据属性。
on*EventListener透传到根 SVG 的 Vue 事件监听器。

返回

返回值返回值类型返回值说明
resultVNode<SVGElement>包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。

FullScreen

渲染 FullScreen SVG 图标组件。

签名

ts
const FullScreen: DefineComponent;

示例

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

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

输入

输入值输入值类型必填/默认值输入值说明
class / styleHTMLAttributes透传到根 SVG 的样式与类名。
width / heightstring | number覆盖 SVG 展示尺寸。
fill / strokestring覆盖允许继承颜色的 SVG 属性。
role / aria-* / data-*string无障碍和业务数据属性。
on*EventListener透传到根 SVG 的 Vue 事件监听器。

返回

返回值返回值类型返回值说明
resultVNode<SVGElement>包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。

FullScreenExit

渲染 FullScreenExit SVG 图标组件。

签名

ts
const FullScreenExit: DefineComponent;

示例

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

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

输入

输入值输入值类型必填/默认值输入值说明
class / styleHTMLAttributes透传到根 SVG 的样式与类名。
width / heightstring | number覆盖 SVG 展示尺寸。
fill / strokestring覆盖允许继承颜色的 SVG 属性。
role / aria-* / data-*string无障碍和业务数据属性。
on*EventListener透传到根 SVG 的 Vue 事件监听器。

返回

返回值返回值类型返回值说明
resultVNode<SVGElement>包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。

Gateway

渲染 Gateway SVG 图标组件。

签名

ts
const Gateway: DefineComponent;

示例

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

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

输入

输入值输入值类型必填/默认值输入值说明
class / styleHTMLAttributes透传到根 SVG 的样式与类名。
width / heightstring | number覆盖 SVG 展示尺寸。
fill / strokestring覆盖允许继承颜色的 SVG 属性。
role / aria-* / data-*string无障碍和业务数据属性。
on*EventListener透传到根 SVG 的 Vue 事件监听器。

返回

返回值返回值类型返回值说明
resultVNode<SVGElement>包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。

Gps

渲染 Gps SVG 图标组件。

签名

ts
const Gps: DefineComponent;

示例

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

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

输入

输入值输入值类型必填/默认值输入值说明
class / styleHTMLAttributes透传到根 SVG 的样式与类名。
width / heightstring | number覆盖 SVG 展示尺寸。
fill / strokestring覆盖允许继承颜色的 SVG 属性。
role / aria-* / data-*string无障碍和业务数据属性。
on*EventListener透传到根 SVG 的 Vue 事件监听器。

返回

返回值返回值类型返回值说明
resultVNode<SVGElement>包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。

Home

渲染 Home SVG 图标组件。

签名

ts
const Home: DefineComponent;

示例

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

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

输入

输入值输入值类型必填/默认值输入值说明
class / styleHTMLAttributes透传到根 SVG 的样式与类名。
width / heightstring | number覆盖 SVG 展示尺寸。
fill / strokestring覆盖允许继承颜色的 SVG 属性。
role / aria-* / data-*string无障碍和业务数据属性。
on*EventListener透传到根 SVG 的 Vue 事件监听器。

返回

返回值返回值类型返回值说明
resultVNode<SVGElement>包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。

Hospital

渲染 Hospital SVG 图标组件。

签名

ts
const Hospital: DefineComponent;

示例

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

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

输入

输入值输入值类型必填/默认值输入值说明
class / styleHTMLAttributes透传到根 SVG 的样式与类名。
width / heightstring | number覆盖 SVG 展示尺寸。
fill / strokestring覆盖允许继承颜色的 SVG 属性。
role / aria-* / data-*string无障碍和业务数据属性。
on*EventListener透传到根 SVG 的 Vue 事件监听器。

返回

返回值返回值类型返回值说明
resultVNode<SVGElement>包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。

IdCard

渲染 IdCard SVG 图标组件。

签名

ts
const IdCard: DefineComponent;

示例

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

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

输入

输入值输入值类型必填/默认值输入值说明
class / styleHTMLAttributes透传到根 SVG 的样式与类名。
width / heightstring | number覆盖 SVG 展示尺寸。
fill / strokestring覆盖允许继承颜色的 SVG 属性。
role / aria-* / data-*string无障碍和业务数据属性。
on*EventListener透传到根 SVG 的 Vue 事件监听器。

返回

返回值返回值类型返回值说明
resultVNode<SVGElement>包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。

Light

渲染 Light SVG 图标组件。

签名

ts
const Light: DefineComponent;

示例

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

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

输入

输入值输入值类型必填/默认值输入值说明
class / styleHTMLAttributes透传到根 SVG 的样式与类名。
width / heightstring | number覆盖 SVG 展示尺寸。
fill / strokestring覆盖允许继承颜色的 SVG 属性。
role / aria-* / data-*string无障碍和业务数据属性。
on*EventListener透传到根 SVG 的 Vue 事件监听器。

返回

返回值返回值类型返回值说明
resultVNode<SVGElement>包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。

渲染 Link SVG 图标组件。

签名

ts
const Link: DefineComponent;

示例

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

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

输入

输入值输入值类型必填/默认值输入值说明
class / styleHTMLAttributes透传到根 SVG 的样式与类名。
width / heightstring | number覆盖 SVG 展示尺寸。
fill / strokestring覆盖允许继承颜色的 SVG 属性。
role / aria-* / data-*string无障碍和业务数据属性。
on*EventListener透传到根 SVG 的 Vue 事件监听器。

返回

返回值返回值类型返回值说明
resultVNode<SVGElement>包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。

LoadingImage

渲染 LoadingImage SVG 图标组件。

签名

ts
const LoadingImage: DefineComponent;

示例

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

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

输入

输入值输入值类型必填/默认值输入值说明
class / styleHTMLAttributes透传到根 SVG 的样式与类名。
width / heightstring | number覆盖 SVG 展示尺寸。
fill / strokestring覆盖允许继承颜色的 SVG 属性。
role / aria-* / data-*string无障碍和业务数据属性。
on*EventListener透传到根 SVG 的 Vue 事件监听器。

返回

返回值返回值类型返回值说明
resultVNode<SVGElement>包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。

Lock

渲染 Lock SVG 图标组件。

签名

ts
const Lock: DefineComponent;

示例

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

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

输入

输入值输入值类型必填/默认值输入值说明
class / styleHTMLAttributes透传到根 SVG 的样式与类名。
width / heightstring | number覆盖 SVG 展示尺寸。
fill / strokestring覆盖允许继承颜色的 SVG 属性。
role / aria-* / data-*string无障碍和业务数据属性。
on*EventListener透传到根 SVG 的 Vue 事件监听器。

返回

返回值返回值类型返回值说明
resultVNode<SVGElement>包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。

渲染 Menu SVG 图标组件。

签名

ts
const Menu: DefineComponent;

示例

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

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

输入

输入值输入值类型必填/默认值输入值说明
class / styleHTMLAttributes透传到根 SVG 的样式与类名。
width / heightstring | number覆盖 SVG 展示尺寸。
fill / strokestring覆盖允许继承颜色的 SVG 属性。
role / aria-* / data-*string无障碍和业务数据属性。
on*EventListener透传到根 SVG 的 Vue 事件监听器。

返回

返回值返回值类型返回值说明
resultVNode<SVGElement>包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。

Message

渲染 Message SVG 图标组件。

签名

ts
const Message: DefineComponent;

示例

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

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

输入

输入值输入值类型必填/默认值输入值说明
class / styleHTMLAttributes透传到根 SVG 的样式与类名。
width / heightstring | number覆盖 SVG 展示尺寸。
fill / strokestring覆盖允许继承颜色的 SVG 属性。
role / aria-* / data-*string无障碍和业务数据属性。
on*EventListener透传到根 SVG 的 Vue 事件监听器。

返回

返回值返回值类型返回值说明
resultVNode<SVGElement>包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。

Mobile

渲染 Mobile SVG 图标组件。

签名

ts
const Mobile: DefineComponent;

示例

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

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

输入

输入值输入值类型必填/默认值输入值说明
class / styleHTMLAttributes透传到根 SVG 的样式与类名。
width / heightstring | number覆盖 SVG 展示尺寸。
fill / strokestring覆盖允许继承颜色的 SVG 属性。
role / aria-* / data-*string无障碍和业务数据属性。
on*EventListener透传到根 SVG 的 Vue 事件监听器。

返回

返回值返回值类型返回值说明
resultVNode<SVGElement>包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。

Money

渲染 Money SVG 图标组件。

签名

ts
const Money: DefineComponent;

示例

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

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

输入

输入值输入值类型必填/默认值输入值说明
class / styleHTMLAttributes透传到根 SVG 的样式与类名。
width / heightstring | number覆盖 SVG 展示尺寸。
fill / strokestring覆盖允许继承颜色的 SVG 属性。
role / aria-* / data-*string无障碍和业务数据属性。
on*EventListener透传到根 SVG 的 Vue 事件监听器。

返回

返回值返回值类型返回值说明
resultVNode<SVGElement>包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。

My

渲染 My SVG 图标组件。

签名

ts
const My: DefineComponent;

示例

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

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

输入

输入值输入值类型必填/默认值输入值说明
class / styleHTMLAttributes透传到根 SVG 的样式与类名。
width / heightstring | number覆盖 SVG 展示尺寸。
fill / strokestring覆盖允许继承颜色的 SVG 属性。
role / aria-* / data-*string无障碍和业务数据属性。
on*EventListener透传到根 SVG 的 Vue 事件监听器。

返回

返回值返回值类型返回值说明
resultVNode<SVGElement>包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。

渲染 Navigation SVG 图标组件。

签名

ts
const Navigation: DefineComponent;

示例

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

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

输入

输入值输入值类型必填/默认值输入值说明
class / styleHTMLAttributes透传到根 SVG 的样式与类名。
width / heightstring | number覆盖 SVG 展示尺寸。
fill / strokestring覆盖允许继承颜色的 SVG 属性。
role / aria-* / data-*string无障碍和业务数据属性。
on*EventListener透传到根 SVG 的 Vue 事件监听器。

返回

返回值返回值类型返回值说明
resultVNode<SVGElement>包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。

NotData

渲染 NotData SVG 图标组件。

签名

ts
const NotData: DefineComponent;

示例

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

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

输入

输入值输入值类型必填/默认值输入值说明
class / styleHTMLAttributes透传到根 SVG 的样式与类名。
width / heightstring | number覆盖 SVG 展示尺寸。
fill / strokestring覆盖允许继承颜色的 SVG 属性。
role / aria-* / data-*string无障碍和业务数据属性。
on*EventListener透传到根 SVG 的 Vue 事件监听器。

返回

返回值返回值类型返回值说明
resultVNode<SVGElement>包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。

Notice

渲染 Notice SVG 图标组件。

签名

ts
const Notice: DefineComponent;

示例

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

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

输入

输入值输入值类型必填/默认值输入值说明
class / styleHTMLAttributes透传到根 SVG 的样式与类名。
width / heightstring | number覆盖 SVG 展示尺寸。
fill / strokestring覆盖允许继承颜色的 SVG 属性。
role / aria-* / data-*string无障碍和业务数据属性。
on*EventListener透传到根 SVG 的 Vue 事件监听器。

返回

返回值返回值类型返回值说明
resultVNode<SVGElement>包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。

NotImage

渲染 NotImage SVG 图标组件。

签名

ts
const NotImage: DefineComponent;

示例

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

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

输入

输入值输入值类型必填/默认值输入值说明
class / styleHTMLAttributes透传到根 SVG 的样式与类名。
width / heightstring | number覆盖 SVG 展示尺寸。
fill / strokestring覆盖允许继承颜色的 SVG 属性。
role / aria-* / data-*string无障碍和业务数据属性。
on*EventListener透传到根 SVG 的 Vue 事件监听器。

返回

返回值返回值类型返回值说明
resultVNode<SVGElement>包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。

Organization

渲染 Organization SVG 图标组件。

签名

ts
const Organization: DefineComponent;

示例

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

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

输入

输入值输入值类型必填/默认值输入值说明
class / styleHTMLAttributes透传到根 SVG 的样式与类名。
width / heightstring | number覆盖 SVG 展示尺寸。
fill / strokestring覆盖允许继承颜色的 SVG 属性。
role / aria-* / data-*string无障碍和业务数据属性。
on*EventListener透传到根 SVG 的 Vue 事件监听器。

返回

返回值返回值类型返回值说明
resultVNode<SVGElement>包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。

Page403

渲染 Page403 SVG 图标组件。

签名

ts
const Page403: DefineComponent;

示例

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

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

输入

输入值输入值类型必填/默认值输入值说明
class / styleHTMLAttributes透传到根 SVG 的样式与类名。
width / heightstring | number覆盖 SVG 展示尺寸。
fill / strokestring覆盖允许继承颜色的 SVG 属性。
role / aria-* / data-*string无障碍和业务数据属性。
on*EventListener透传到根 SVG 的 Vue 事件监听器。

返回

返回值返回值类型返回值说明
resultVNode<SVGElement>包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。

Page404

渲染 Page404 SVG 图标组件。

签名

ts
const Page404: DefineComponent;

示例

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

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

输入

输入值输入值类型必填/默认值输入值说明
class / styleHTMLAttributes透传到根 SVG 的样式与类名。
width / heightstring | number覆盖 SVG 展示尺寸。
fill / strokestring覆盖允许继承颜色的 SVG 属性。
role / aria-* / data-*string无障碍和业务数据属性。
on*EventListener透传到根 SVG 的 Vue 事件监听器。

返回

返回值返回值类型返回值说明
resultVNode<SVGElement>包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。

Performance

渲染 Performance SVG 图标组件。

签名

ts
const Performance: DefineComponent;

示例

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

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

输入

输入值输入值类型必填/默认值输入值说明
class / styleHTMLAttributes透传到根 SVG 的样式与类名。
width / heightstring | number覆盖 SVG 展示尺寸。
fill / strokestring覆盖允许继承颜色的 SVG 属性。
role / aria-* / data-*string无障碍和业务数据属性。
on*EventListener透传到根 SVG 的 Vue 事件监听器。

返回

返回值返回值类型返回值说明
resultVNode<SVGElement>包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。

Pm

渲染 Pm SVG 图标组件。

签名

ts
const Pm: DefineComponent;

示例

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

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

输入

输入值输入值类型必填/默认值输入值说明
class / styleHTMLAttributes透传到根 SVG 的样式与类名。
width / heightstring | number覆盖 SVG 展示尺寸。
fill / strokestring覆盖允许继承颜色的 SVG 属性。
role / aria-* / data-*string无障碍和业务数据属性。
on*EventListener透传到根 SVG 的 Vue 事件监听器。

返回

返回值返回值类型返回值说明
resultVNode<SVGElement>包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。

Printer

渲染 Printer SVG 图标组件。

签名

ts
const Printer: DefineComponent;

示例

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

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

输入

输入值输入值类型必填/默认值输入值说明
class / styleHTMLAttributes透传到根 SVG 的样式与类名。
width / heightstring | number覆盖 SVG 展示尺寸。
fill / strokestring覆盖允许继承颜色的 SVG 属性。
role / aria-* / data-*string无障碍和业务数据属性。
on*EventListener透传到根 SVG 的 Vue 事件监听器。

返回

返回值返回值类型返回值说明
resultVNode<SVGElement>包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。

Record

渲染 Record SVG 图标组件。

签名

ts
const Record: DefineComponent;

示例

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

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

输入

输入值输入值类型必填/默认值输入值说明
class / styleHTMLAttributes透传到根 SVG 的样式与类名。
width / heightstring | number覆盖 SVG 展示尺寸。
fill / strokestring覆盖允许继承颜色的 SVG 属性。
role / aria-* / data-*string无障碍和业务数据属性。
on*EventListener透传到根 SVG 的 Vue 事件监听器。

返回

返回值返回值类型返回值说明
resultVNode<SVGElement>包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。

Report

渲染 Report SVG 图标组件。

签名

ts
const Report: DefineComponent;

示例

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

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

输入

输入值输入值类型必填/默认值输入值说明
class / styleHTMLAttributes透传到根 SVG 的样式与类名。
width / heightstring | number覆盖 SVG 展示尺寸。
fill / strokestring覆盖允许继承颜色的 SVG 属性。
role / aria-* / data-*string无障碍和业务数据属性。
on*EventListener透传到根 SVG 的 Vue 事件监听器。

返回

返回值返回值类型返回值说明
resultVNode<SVGElement>包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。

ReportCenter

渲染 ReportCenter SVG 图标组件。

签名

ts
const ReportCenter: DefineComponent;

示例

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

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

输入

输入值输入值类型必填/默认值输入值说明
class / styleHTMLAttributes透传到根 SVG 的样式与类名。
width / heightstring | number覆盖 SVG 展示尺寸。
fill / strokestring覆盖允许继承颜色的 SVG 属性。
role / aria-* / data-*string无障碍和业务数据属性。
on*EventListener透传到根 SVG 的 Vue 事件监听器。

返回

返回值返回值类型返回值说明
resultVNode<SVGElement>包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。

Scan

渲染 Scan SVG 图标组件。

签名

ts
const Scan: DefineComponent;

示例

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

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

输入

输入值输入值类型必填/默认值输入值说明
class / styleHTMLAttributes透传到根 SVG 的样式与类名。
width / heightstring | number覆盖 SVG 展示尺寸。
fill / strokestring覆盖允许继承颜色的 SVG 属性。
role / aria-* / data-*string无障碍和业务数据属性。
on*EventListener透传到根 SVG 的 Vue 事件监听器。

返回

返回值返回值类型返回值说明
resultVNode<SVGElement>包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。

Schedule

渲染 Schedule SVG 图标组件。

签名

ts
const Schedule: DefineComponent;

示例

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

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

输入

输入值输入值类型必填/默认值输入值说明
class / styleHTMLAttributes透传到根 SVG 的样式与类名。
width / heightstring | number覆盖 SVG 展示尺寸。
fill / strokestring覆盖允许继承颜色的 SVG 属性。
role / aria-* / data-*string无障碍和业务数据属性。
on*EventListener透传到根 SVG 的 Vue 事件监听器。

返回

返回值返回值类型返回值说明
resultVNode<SVGElement>包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。

Setting

渲染 Setting SVG 图标组件。

签名

ts
const Setting: DefineComponent;

示例

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

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

输入

输入值输入值类型必填/默认值输入值说明
class / styleHTMLAttributes透传到根 SVG 的样式与类名。
width / heightstring | number覆盖 SVG 展示尺寸。
fill / strokestring覆盖允许继承颜色的 SVG 属性。
role / aria-* / data-*string无障碍和业务数据属性。
on*EventListener透传到根 SVG 的 Vue 事件监听器。

返回

返回值返回值类型返回值说明
resultVNode<SVGElement>包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。

Shop

渲染 Shop SVG 图标组件。

签名

ts
const Shop: DefineComponent;

示例

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

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

输入

输入值输入值类型必填/默认值输入值说明
class / styleHTMLAttributes透传到根 SVG 的样式与类名。
width / heightstring | number覆盖 SVG 展示尺寸。
fill / strokestring覆盖允许继承颜色的 SVG 属性。
role / aria-* / data-*string无障碍和业务数据属性。
on*EventListener透传到根 SVG 的 Vue 事件监听器。

返回

返回值返回值类型返回值说明
resultVNode<SVGElement>包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。

Swagger

渲染 Swagger SVG 图标组件。

签名

ts
const Swagger: DefineComponent;

示例

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

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

输入

输入值输入值类型必填/默认值输入值说明
class / styleHTMLAttributes透传到根 SVG 的样式与类名。
width / heightstring | number覆盖 SVG 展示尺寸。
fill / strokestring覆盖允许继承颜色的 SVG 属性。
role / aria-* / data-*string无障碍和业务数据属性。
on*EventListener透传到根 SVG 的 Vue 事件监听器。

返回

返回值返回值类型返回值说明
resultVNode<SVGElement>包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。

SystemSetting

渲染 SystemSetting SVG 图标组件。

签名

ts
const SystemSetting: DefineComponent;

示例

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

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

输入

输入值输入值类型必填/默认值输入值说明
class / styleHTMLAttributes透传到根 SVG 的样式与类名。
width / heightstring | number覆盖 SVG 展示尺寸。
fill / strokestring覆盖允许继承颜色的 SVG 属性。
role / aria-* / data-*string无障碍和业务数据属性。
on*EventListener透传到根 SVG 的 Vue 事件监听器。

返回

返回值返回值类型返回值说明
resultVNode<SVGElement>包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。

TableConfig

渲染 TableConfig SVG 图标组件。

签名

ts
const TableConfig: DefineComponent;

示例

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

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

输入

输入值输入值类型必填/默认值输入值说明
class / styleHTMLAttributes透传到根 SVG 的样式与类名。
width / heightstring | number覆盖 SVG 展示尺寸。
fill / strokestring覆盖允许继承颜色的 SVG 属性。
role / aria-* / data-*string无障碍和业务数据属性。
on*EventListener透传到根 SVG 的 Vue 事件监听器。

返回

返回值返回值类型返回值说明
resultVNode<SVGElement>包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。

Task

渲染 Task SVG 图标组件。

签名

ts
const Task: DefineComponent;

示例

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

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

输入

输入值输入值类型必填/默认值输入值说明
class / styleHTMLAttributes透传到根 SVG 的样式与类名。
width / heightstring | number覆盖 SVG 展示尺寸。
fill / strokestring覆盖允许继承颜色的 SVG 属性。
role / aria-* / data-*string无障碍和业务数据属性。
on*EventListener透传到根 SVG 的 Vue 事件监听器。

返回

返回值返回值类型返回值说明
resultVNode<SVGElement>包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。

Tenant

渲染 Tenant SVG 图标组件。

签名

ts
const Tenant: DefineComponent;

示例

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

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

输入

输入值输入值类型必填/默认值输入值说明
class / styleHTMLAttributes透传到根 SVG 的样式与类名。
width / heightstring | number覆盖 SVG 展示尺寸。
fill / strokestring覆盖允许继承颜色的 SVG 属性。
role / aria-* / data-*string无障碍和业务数据属性。
on*EventListener透传到根 SVG 的 Vue 事件监听器。

返回

返回值返回值类型返回值说明
resultVNode<SVGElement>包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。

Terminal

渲染 Terminal SVG 图标组件。

签名

ts
const Terminal: DefineComponent;

示例

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

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

输入

输入值输入值类型必填/默认值输入值说明
class / styleHTMLAttributes透传到根 SVG 的样式与类名。
width / heightstring | number覆盖 SVG 展示尺寸。
fill / strokestring覆盖允许继承颜色的 SVG 属性。
role / aria-* / data-*string无障碍和业务数据属性。
on*EventListener透传到根 SVG 的 Vue 事件监听器。

返回

返回值返回值类型返回值说明
resultVNode<SVGElement>包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。

Test

渲染 Test SVG 图标组件。

签名

ts
const Test: DefineComponent;

示例

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

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

输入

输入值输入值类型必填/默认值输入值说明
class / styleHTMLAttributes透传到根 SVG 的样式与类名。
width / heightstring | number覆盖 SVG 展示尺寸。
fill / strokestring覆盖允许继承颜色的 SVG 属性。
role / aria-* / data-*string无障碍和业务数据属性。
on*EventListener透传到根 SVG 的 Vue 事件监听器。

返回

返回值返回值类型返回值说明
resultVNode<SVGElement>包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。

Wifi

渲染 Wifi SVG 图标组件。

签名

ts
const Wifi: DefineComponent;

示例

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

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

输入

输入值输入值类型必填/默认值输入值说明
class / styleHTMLAttributes透传到根 SVG 的样式与类名。
width / heightstring | number覆盖 SVG 展示尺寸。
fill / strokestring覆盖允许继承颜色的 SVG 属性。
role / aria-* / data-*string无障碍和业务数据属性。
on*EventListener透传到根 SVG 的 Vue 事件监听器。

返回

返回值返回值类型返回值说明
resultVNode<SVGElement>包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。

Workbench

渲染 Workbench SVG 图标组件。

签名

ts
const Workbench: DefineComponent;

示例

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

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

输入

输入值输入值类型必填/默认值输入值说明
class / styleHTMLAttributes透传到根 SVG 的样式与类名。
width / heightstring | number覆盖 SVG 展示尺寸。
fill / strokestring覆盖允许继承颜色的 SVG 属性。
role / aria-* / data-*string无障碍和业务数据属性。
on*EventListener透传到根 SVG 的 Vue 事件监听器。

返回

返回值返回值类型返回值说明
resultVNode<SVGElement>包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。