Fast.Element.Plus.Icons 逐项示例
本页为根入口的 68 个具名图标逐项提供独立导入、实际输入属性和渲染返回说明。
About
渲染 About SVG 图标组件。
签名
const About: DefineComponent;示例
import { About } from "@fast-element-plus/icons-vue";
<About aria-label="About" role="img" width="24" height="24" />输入
| 输入值 | 输入值类型 | 必填/默认值 | 输入值说明 |
|---|---|---|---|
class / style | HTMLAttributes | 否 | 透传到根 SVG 的样式与类名。 |
width / height | string | number | 否 | 覆盖 SVG 展示尺寸。 |
fill / stroke | string | 否 | 覆盖允许继承颜色的 SVG 属性。 |
role / aria-* / data-* | string | 否 | 无障碍和业务数据属性。 |
on* | EventListener | 否 | 透传到根 SVG 的 Vue 事件监听器。 |
返回
| 返回值 | 返回值类型 | 返回值说明 |
|---|---|---|
result | VNode<SVGElement> | 包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。 |
AccountSafe
渲染 AccountSafe SVG 图标组件。
签名
const AccountSafe: DefineComponent;示例
import { AccountSafe } from "@fast-element-plus/icons-vue";
<AccountSafe aria-label="AccountSafe" role="img" width="24" height="24" />输入
| 输入值 | 输入值类型 | 必填/默认值 | 输入值说明 |
|---|---|---|---|
class / style | HTMLAttributes | 否 | 透传到根 SVG 的样式与类名。 |
width / height | string | number | 否 | 覆盖 SVG 展示尺寸。 |
fill / stroke | string | 否 | 覆盖允许继承颜色的 SVG 属性。 |
role / aria-* / data-* | string | 否 | 无障碍和业务数据属性。 |
on* | EventListener | 否 | 透传到根 SVG 的 Vue 事件监听器。 |
返回
| 返回值 | 返回值类型 | 返回值说明 |
|---|---|---|
result | VNode<SVGElement> | 包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。 |
Address
渲染 Address SVG 图标组件。
签名
const Address: DefineComponent;示例
import { Address } from "@fast-element-plus/icons-vue";
<Address aria-label="Address" role="img" width="24" height="24" />输入
| 输入值 | 输入值类型 | 必填/默认值 | 输入值说明 |
|---|---|---|---|
class / style | HTMLAttributes | 否 | 透传到根 SVG 的样式与类名。 |
width / height | string | number | 否 | 覆盖 SVG 展示尺寸。 |
fill / stroke | string | 否 | 覆盖允许继承颜色的 SVG 属性。 |
role / aria-* / data-* | string | 否 | 无障碍和业务数据属性。 |
on* | EventListener | 否 | 透传到根 SVG 的 Vue 事件监听器。 |
返回
| 返回值 | 返回值类型 | 返回值说明 |
|---|---|---|
result | VNode<SVGElement> | 包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。 |
Adjust
渲染 Adjust SVG 图标组件。
签名
const Adjust: DefineComponent;示例
import { Adjust } from "@fast-element-plus/icons-vue";
<Adjust aria-label="Adjust" role="img" width="24" height="24" />输入
| 输入值 | 输入值类型 | 必填/默认值 | 输入值说明 |
|---|---|---|---|
class / style | HTMLAttributes | 否 | 透传到根 SVG 的样式与类名。 |
width / height | string | number | 否 | 覆盖 SVG 展示尺寸。 |
fill / stroke | string | 否 | 覆盖允许继承颜色的 SVG 属性。 |
role / aria-* / data-* | string | 否 | 无障碍和业务数据属性。 |
on* | EventListener | 否 | 透传到根 SVG 的 Vue 事件监听器。 |
返回
| 返回值 | 返回值类型 | 返回值说明 |
|---|---|---|
result | VNode<SVGElement> | 包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。 |
Am
渲染 Am SVG 图标组件。
签名
const Am: DefineComponent;示例
import { Am } from "@fast-element-plus/icons-vue";
<Am aria-label="Am" role="img" width="24" height="24" />输入
| 输入值 | 输入值类型 | 必填/默认值 | 输入值说明 |
|---|---|---|---|
class / style | HTMLAttributes | 否 | 透传到根 SVG 的样式与类名。 |
width / height | string | number | 否 | 覆盖 SVG 展示尺寸。 |
fill / stroke | string | 否 | 覆盖允许继承颜色的 SVG 属性。 |
role / aria-* / data-* | string | 否 | 无障碍和业务数据属性。 |
on* | EventListener | 否 | 透传到根 SVG 的 Vue 事件监听器。 |
返回
| 返回值 | 返回值类型 | 返回值说明 |
|---|---|---|
result | VNode<SVGElement> | 包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。 |
Api
渲染 Api SVG 图标组件。
签名
const Api: DefineComponent;示例
import { Api } from "@fast-element-plus/icons-vue";
<Api aria-label="Api" role="img" width="24" height="24" />输入
| 输入值 | 输入值类型 | 必填/默认值 | 输入值说明 |
|---|---|---|---|
class / style | HTMLAttributes | 否 | 透传到根 SVG 的样式与类名。 |
width / height | string | number | 否 | 覆盖 SVG 展示尺寸。 |
fill / stroke | string | 否 | 覆盖允许继承颜色的 SVG 属性。 |
role / aria-* / data-* | string | 否 | 无障碍和业务数据属性。 |
on* | EventListener | 否 | 透传到根 SVG 的 Vue 事件监听器。 |
返回
| 返回值 | 返回值类型 | 返回值说明 |
|---|---|---|
result | VNode<SVGElement> | 包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。 |
Appointment
渲染 Appointment SVG 图标组件。
签名
const Appointment: DefineComponent;示例
import { Appointment } from "@fast-element-plus/icons-vue";
<Appointment aria-label="Appointment" role="img" width="24" height="24" />输入
| 输入值 | 输入值类型 | 必填/默认值 | 输入值说明 |
|---|---|---|---|
class / style | HTMLAttributes | 否 | 透传到根 SVG 的样式与类名。 |
width / height | string | number | 否 | 覆盖 SVG 展示尺寸。 |
fill / stroke | string | 否 | 覆盖允许继承颜色的 SVG 属性。 |
role / aria-* / data-* | string | 否 | 无障碍和业务数据属性。 |
on* | EventListener | 否 | 透传到根 SVG 的 Vue 事件监听器。 |
返回
| 返回值 | 返回值类型 | 返回值说明 |
|---|---|---|
result | VNode<SVGElement> | 包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。 |
Backup
渲染 Backup SVG 图标组件。
签名
const Backup: DefineComponent;示例
import { Backup } from "@fast-element-plus/icons-vue";
<Backup aria-label="Backup" role="img" width="24" height="24" />输入
| 输入值 | 输入值类型 | 必填/默认值 | 输入值说明 |
|---|---|---|---|
class / style | HTMLAttributes | 否 | 透传到根 SVG 的样式与类名。 |
width / height | string | number | 否 | 覆盖 SVG 展示尺寸。 |
fill / stroke | string | 否 | 覆盖允许继承颜色的 SVG 属性。 |
role / aria-* / data-* | string | 否 | 无障碍和业务数据属性。 |
on* | EventListener | 否 | 透传到根 SVG 的 Vue 事件监听器。 |
返回
| 返回值 | 返回值类型 | 返回值说明 |
|---|---|---|
result | VNode<SVGElement> | 包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。 |
Bluetooth
渲染 Bluetooth SVG 图标组件。
签名
const Bluetooth: DefineComponent;示例
import { Bluetooth } from "@fast-element-plus/icons-vue";
<Bluetooth aria-label="Bluetooth" role="img" width="24" height="24" />输入
| 输入值 | 输入值类型 | 必填/默认值 | 输入值说明 |
|---|---|---|---|
class / style | HTMLAttributes | 否 | 透传到根 SVG 的样式与类名。 |
width / height | string | number | 否 | 覆盖 SVG 展示尺寸。 |
fill / stroke | string | 否 | 覆盖允许继承颜色的 SVG 属性。 |
role / aria-* / data-* | string | 否 | 无障碍和业务数据属性。 |
on* | EventListener | 否 | 透传到根 SVG 的 Vue 事件监听器。 |
返回
| 返回值 | 返回值类型 | 返回值说明 |
|---|---|---|
result | VNode<SVGElement> | 包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。 |
Brush
渲染 Brush SVG 图标组件。
签名
const Brush: DefineComponent;示例
import { Brush } from "@fast-element-plus/icons-vue";
<Brush aria-label="Brush" role="img" width="24" height="24" />输入
| 输入值 | 输入值类型 | 必填/默认值 | 输入值说明 |
|---|---|---|---|
class / style | HTMLAttributes | 否 | 透传到根 SVG 的样式与类名。 |
width / height | string | number | 否 | 覆盖 SVG 展示尺寸。 |
fill / stroke | string | 否 | 覆盖允许继承颜色的 SVG 属性。 |
role / aria-* / data-* | string | 否 | 无障碍和业务数据属性。 |
on* | EventListener | 否 | 透传到根 SVG 的 Vue 事件监听器。 |
返回
| 返回值 | 返回值类型 | 返回值说明 |
|---|---|---|
result | VNode<SVGElement> | 包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。 |
Calendar
渲染 Calendar SVG 图标组件。
签名
const Calendar: DefineComponent;示例
import { Calendar } from "@fast-element-plus/icons-vue";
<Calendar aria-label="Calendar" role="img" width="24" height="24" />输入
| 输入值 | 输入值类型 | 必填/默认值 | 输入值说明 |
|---|---|---|---|
class / style | HTMLAttributes | 否 | 透传到根 SVG 的样式与类名。 |
width / height | string | number | 否 | 覆盖 SVG 展示尺寸。 |
fill / stroke | string | 否 | 覆盖允许继承颜色的 SVG 属性。 |
role / aria-* / data-* | string | 否 | 无障碍和业务数据属性。 |
on* | EventListener | 否 | 透传到根 SVG 的 Vue 事件监听器。 |
返回
| 返回值 | 返回值类型 | 返回值说明 |
|---|---|---|
result | VNode<SVGElement> | 包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。 |
Call
渲染 Call SVG 图标组件。
签名
const Call: DefineComponent;示例
import { Call } from "@fast-element-plus/icons-vue";
<Call aria-label="Call" role="img" width="24" height="24" />输入
| 输入值 | 输入值类型 | 必填/默认值 | 输入值说明 |
|---|---|---|---|
class / style | HTMLAttributes | 否 | 透传到根 SVG 的样式与类名。 |
width / height | string | number | 否 | 覆盖 SVG 展示尺寸。 |
fill / stroke | string | 否 | 覆盖允许继承颜色的 SVG 属性。 |
role / aria-* / data-* | string | 否 | 无障碍和业务数据属性。 |
on* | EventListener | 否 | 透传到根 SVG 的 Vue 事件监听器。 |
返回
| 返回值 | 返回值类型 | 返回值说明 |
|---|---|---|
result | VNode<SVGElement> | 包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。 |
Chrome
渲染 Chrome SVG 图标组件。
签名
const Chrome: DefineComponent;示例
import { Chrome } from "@fast-element-plus/icons-vue";
<Chrome aria-label="Chrome" role="img" width="24" height="24" />输入
| 输入值 | 输入值类型 | 必填/默认值 | 输入值说明 |
|---|---|---|---|
class / style | HTMLAttributes | 否 | 透传到根 SVG 的样式与类名。 |
width / height | string | number | 否 | 覆盖 SVG 展示尺寸。 |
fill / stroke | string | 否 | 覆盖允许继承颜色的 SVG 属性。 |
role / aria-* / data-* | string | 否 | 无障碍和业务数据属性。 |
on* | EventListener | 否 | 透传到根 SVG 的 Vue 事件监听器。 |
返回
| 返回值 | 返回值类型 | 返回值说明 |
|---|---|---|
result | VNode<SVGElement> | 包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。 |
Collect
渲染 Collect SVG 图标组件。
签名
const Collect: DefineComponent;示例
import { Collect } from "@fast-element-plus/icons-vue";
<Collect aria-label="Collect" role="img" width="24" height="24" />输入
| 输入值 | 输入值类型 | 必填/默认值 | 输入值说明 |
|---|---|---|---|
class / style | HTMLAttributes | 否 | 透传到根 SVG 的样式与类名。 |
width / height | string | number | 否 | 覆盖 SVG 展示尺寸。 |
fill / stroke | string | 否 | 覆盖允许继承颜色的 SVG 属性。 |
role / aria-* / data-* | string | 否 | 无障碍和业务数据属性。 |
on* | EventListener | 否 | 透传到根 SVG 的 Vue 事件监听器。 |
返回
| 返回值 | 返回值类型 | 返回值说明 |
|---|---|---|
result | VNode<SVGElement> | 包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。 |
Component
渲染 Component SVG 图标组件。
签名
const Component: DefineComponent;示例
import { Component } from "@fast-element-plus/icons-vue";
<Component aria-label="Component" role="img" width="24" height="24" />输入
| 输入值 | 输入值类型 | 必填/默认值 | 输入值说明 |
|---|---|---|---|
class / style | HTMLAttributes | 否 | 透传到根 SVG 的样式与类名。 |
width / height | string | number | 否 | 覆盖 SVG 展示尺寸。 |
fill / stroke | string | 否 | 覆盖允许继承颜色的 SVG 属性。 |
role / aria-* / data-* | string | 否 | 无障碍和业务数据属性。 |
on* | EventListener | 否 | 透传到根 SVG 的 Vue 事件监听器。 |
返回
| 返回值 | 返回值类型 | 返回值说明 |
|---|---|---|
result | VNode<SVGElement> | 包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。 |
Customers
渲染 Customers SVG 图标组件。
签名
const Customers: DefineComponent;示例
import { Customers } from "@fast-element-plus/icons-vue";
<Customers aria-label="Customers" role="img" width="24" height="24" />输入
| 输入值 | 输入值类型 | 必填/默认值 | 输入值说明 |
|---|---|---|---|
class / style | HTMLAttributes | 否 | 透传到根 SVG 的样式与类名。 |
width / height | string | number | 否 | 覆盖 SVG 展示尺寸。 |
fill / stroke | string | 否 | 覆盖允许继承颜色的 SVG 属性。 |
role / aria-* / data-* | string | 否 | 无障碍和业务数据属性。 |
on* | EventListener | 否 | 透传到根 SVG 的 Vue 事件监听器。 |
返回
| 返回值 | 返回值类型 | 返回值说明 |
|---|---|---|
result | VNode<SVGElement> | 包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。 |
Dark
渲染 Dark SVG 图标组件。
签名
const Dark: DefineComponent;示例
import { Dark } from "@fast-element-plus/icons-vue";
<Dark aria-label="Dark" role="img" width="24" height="24" />输入
| 输入值 | 输入值类型 | 必填/默认值 | 输入值说明 |
|---|---|---|---|
class / style | HTMLAttributes | 否 | 透传到根 SVG 的样式与类名。 |
width / height | string | number | 否 | 覆盖 SVG 展示尺寸。 |
fill / stroke | string | 否 | 覆盖允许继承颜色的 SVG 属性。 |
role / aria-* / data-* | string | 否 | 无障碍和业务数据属性。 |
on* | EventListener | 否 | 透传到根 SVG 的 Vue 事件监听器。 |
返回
| 返回值 | 返回值类型 | 返回值说明 |
|---|---|---|
result | VNode<SVGElement> | 包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。 |
Dashboard
渲染 Dashboard SVG 图标组件。
签名
const Dashboard: DefineComponent;示例
import { Dashboard } from "@fast-element-plus/icons-vue";
<Dashboard aria-label="Dashboard" role="img" width="24" height="24" />输入
| 输入值 | 输入值类型 | 必填/默认值 | 输入值说明 |
|---|---|---|---|
class / style | HTMLAttributes | 否 | 透传到根 SVG 的样式与类名。 |
width / height | string | number | 否 | 覆盖 SVG 展示尺寸。 |
fill / stroke | string | 否 | 覆盖允许继承颜色的 SVG 属性。 |
role / aria-* / data-* | string | 否 | 无障碍和业务数据属性。 |
on* | EventListener | 否 | 透传到根 SVG 的 Vue 事件监听器。 |
返回
| 返回值 | 返回值类型 | 返回值说明 |
|---|---|---|
result | VNode<SVGElement> | 包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。 |
Database
渲染 Database SVG 图标组件。
签名
const Database: DefineComponent;示例
import { Database } from "@fast-element-plus/icons-vue";
<Database aria-label="Database" role="img" width="24" height="24" />输入
| 输入值 | 输入值类型 | 必填/默认值 | 输入值说明 |
|---|---|---|---|
class / style | HTMLAttributes | 否 | 透传到根 SVG 的样式与类名。 |
width / height | string | number | 否 | 覆盖 SVG 展示尺寸。 |
fill / stroke | string | 否 | 覆盖允许继承颜色的 SVG 属性。 |
role / aria-* / data-* | string | 否 | 无障碍和业务数据属性。 |
on* | EventListener | 否 | 透传到根 SVG 的 Vue 事件监听器。 |
返回
| 返回值 | 返回值类型 | 返回值说明 |
|---|---|---|
result | VNode<SVGElement> | 包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。 |
Desktop
渲染 Desktop SVG 图标组件。
签名
const Desktop: DefineComponent;示例
import { Desktop } from "@fast-element-plus/icons-vue";
<Desktop aria-label="Desktop" role="img" width="24" height="24" />输入
| 输入值 | 输入值类型 | 必填/默认值 | 输入值说明 |
|---|---|---|---|
class / style | HTMLAttributes | 否 | 透传到根 SVG 的样式与类名。 |
width / height | string | number | 否 | 覆盖 SVG 展示尺寸。 |
fill / stroke | string | 否 | 覆盖允许继承颜色的 SVG 属性。 |
role / aria-* / data-* | string | 否 | 无障碍和业务数据属性。 |
on* | EventListener | 否 | 透传到根 SVG 的 Vue 事件监听器。 |
返回
| 返回值 | 返回值类型 | 返回值说明 |
|---|---|---|
result | VNode<SVGElement> | 包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。 |
Dictionary
渲染 Dictionary SVG 图标组件。
签名
const Dictionary: DefineComponent;示例
import { Dictionary } from "@fast-element-plus/icons-vue";
<Dictionary aria-label="Dictionary" role="img" width="24" height="24" />输入
| 输入值 | 输入值类型 | 必填/默认值 | 输入值说明 |
|---|---|---|---|
class / style | HTMLAttributes | 否 | 透传到根 SVG 的样式与类名。 |
width / height | string | number | 否 | 覆盖 SVG 展示尺寸。 |
fill / stroke | string | 否 | 覆盖允许继承颜色的 SVG 属性。 |
role / aria-* / data-* | string | 否 | 无障碍和业务数据属性。 |
on* | EventListener | 否 | 透传到根 SVG 的 Vue 事件监听器。 |
返回
| 返回值 | 返回值类型 | 返回值说明 |
|---|---|---|
result | VNode<SVGElement> | 包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。 |
Doctor
渲染 Doctor SVG 图标组件。
签名
const Doctor: DefineComponent;示例
import { Doctor } from "@fast-element-plus/icons-vue";
<Doctor aria-label="Doctor" role="img" width="24" height="24" />输入
| 输入值 | 输入值类型 | 必填/默认值 | 输入值说明 |
|---|---|---|---|
class / style | HTMLAttributes | 否 | 透传到根 SVG 的样式与类名。 |
width / height | string | number | 否 | 覆盖 SVG 展示尺寸。 |
fill / stroke | string | 否 | 覆盖允许继承颜色的 SVG 属性。 |
role / aria-* / data-* | string | 否 | 无障碍和业务数据属性。 |
on* | EventListener | 否 | 透传到根 SVG 的 Vue 事件监听器。 |
返回
| 返回值 | 返回值类型 | 返回值说明 |
|---|---|---|
result | VNode<SVGElement> | 包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。 |
EarlyMorning
渲染 EarlyMorning SVG 图标组件。
签名
const EarlyMorning: DefineComponent;示例
import { EarlyMorning } from "@fast-element-plus/icons-vue";
<EarlyMorning aria-label="EarlyMorning" role="img" width="24" height="24" />输入
| 输入值 | 输入值类型 | 必填/默认值 | 输入值说明 |
|---|---|---|---|
class / style | HTMLAttributes | 否 | 透传到根 SVG 的样式与类名。 |
width / height | string | number | 否 | 覆盖 SVG 展示尺寸。 |
fill / stroke | string | 否 | 覆盖允许继承颜色的 SVG 属性。 |
role / aria-* / data-* | string | 否 | 无障碍和业务数据属性。 |
on* | EventListener | 否 | 透传到根 SVG 的 Vue 事件监听器。 |
返回
| 返回值 | 返回值类型 | 返回值说明 |
|---|---|---|
result | VNode<SVGElement> | 包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。 |
Evening
渲染 Evening SVG 图标组件。
签名
const Evening: DefineComponent;示例
import { Evening } from "@fast-element-plus/icons-vue";
<Evening aria-label="Evening" role="img" width="24" height="24" />输入
| 输入值 | 输入值类型 | 必填/默认值 | 输入值说明 |
|---|---|---|---|
class / style | HTMLAttributes | 否 | 透传到根 SVG 的样式与类名。 |
width / height | string | number | 否 | 覆盖 SVG 展示尺寸。 |
fill / stroke | string | 否 | 覆盖允许继承颜色的 SVG 属性。 |
role / aria-* / data-* | string | 否 | 无障碍和业务数据属性。 |
on* | EventListener | 否 | 透传到根 SVG 的 Vue 事件监听器。 |
返回
| 返回值 | 返回值类型 | 返回值说明 |
|---|---|---|
result | VNode<SVGElement> | 包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。 |
Exit
渲染 Exit SVG 图标组件。
签名
const Exit: DefineComponent;示例
import { Exit } from "@fast-element-plus/icons-vue";
<Exit aria-label="Exit" role="img" width="24" height="24" />输入
| 输入值 | 输入值类型 | 必填/默认值 | 输入值说明 |
|---|---|---|---|
class / style | HTMLAttributes | 否 | 透传到根 SVG 的样式与类名。 |
width / height | string | number | 否 | 覆盖 SVG 展示尺寸。 |
fill / stroke | string | 否 | 覆盖允许继承颜色的 SVG 属性。 |
role / aria-* / data-* | string | 否 | 无障碍和业务数据属性。 |
on* | EventListener | 否 | 透传到根 SVG 的 Vue 事件监听器。 |
返回
| 返回值 | 返回值类型 | 返回值说明 |
|---|---|---|
result | VNode<SVGElement> | 包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。 |
Filter
渲染 Filter SVG 图标组件。
签名
const Filter: DefineComponent;示例
import { Filter } from "@fast-element-plus/icons-vue";
<Filter aria-label="Filter" role="img" width="24" height="24" />输入
| 输入值 | 输入值类型 | 必填/默认值 | 输入值说明 |
|---|---|---|---|
class / style | HTMLAttributes | 否 | 透传到根 SVG 的样式与类名。 |
width / height | string | number | 否 | 覆盖 SVG 展示尺寸。 |
fill / stroke | string | 否 | 覆盖允许继承颜色的 SVG 属性。 |
role / aria-* / data-* | string | 否 | 无障碍和业务数据属性。 |
on* | EventListener | 否 | 透传到根 SVG 的 Vue 事件监听器。 |
返回
| 返回值 | 返回值类型 | 返回值说明 |
|---|---|---|
result | VNode<SVGElement> | 包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。 |
FullScreen
渲染 FullScreen SVG 图标组件。
签名
const FullScreen: DefineComponent;示例
import { FullScreen } from "@fast-element-plus/icons-vue";
<FullScreen aria-label="FullScreen" role="img" width="24" height="24" />输入
| 输入值 | 输入值类型 | 必填/默认值 | 输入值说明 |
|---|---|---|---|
class / style | HTMLAttributes | 否 | 透传到根 SVG 的样式与类名。 |
width / height | string | number | 否 | 覆盖 SVG 展示尺寸。 |
fill / stroke | string | 否 | 覆盖允许继承颜色的 SVG 属性。 |
role / aria-* / data-* | string | 否 | 无障碍和业务数据属性。 |
on* | EventListener | 否 | 透传到根 SVG 的 Vue 事件监听器。 |
返回
| 返回值 | 返回值类型 | 返回值说明 |
|---|---|---|
result | VNode<SVGElement> | 包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。 |
FullScreenExit
渲染 FullScreenExit SVG 图标组件。
签名
const FullScreenExit: DefineComponent;示例
import { FullScreenExit } from "@fast-element-plus/icons-vue";
<FullScreenExit aria-label="FullScreenExit" role="img" width="24" height="24" />输入
| 输入值 | 输入值类型 | 必填/默认值 | 输入值说明 |
|---|---|---|---|
class / style | HTMLAttributes | 否 | 透传到根 SVG 的样式与类名。 |
width / height | string | number | 否 | 覆盖 SVG 展示尺寸。 |
fill / stroke | string | 否 | 覆盖允许继承颜色的 SVG 属性。 |
role / aria-* / data-* | string | 否 | 无障碍和业务数据属性。 |
on* | EventListener | 否 | 透传到根 SVG 的 Vue 事件监听器。 |
返回
| 返回值 | 返回值类型 | 返回值说明 |
|---|---|---|
result | VNode<SVGElement> | 包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。 |
Gateway
渲染 Gateway SVG 图标组件。
签名
const Gateway: DefineComponent;示例
import { Gateway } from "@fast-element-plus/icons-vue";
<Gateway aria-label="Gateway" role="img" width="24" height="24" />输入
| 输入值 | 输入值类型 | 必填/默认值 | 输入值说明 |
|---|---|---|---|
class / style | HTMLAttributes | 否 | 透传到根 SVG 的样式与类名。 |
width / height | string | number | 否 | 覆盖 SVG 展示尺寸。 |
fill / stroke | string | 否 | 覆盖允许继承颜色的 SVG 属性。 |
role / aria-* / data-* | string | 否 | 无障碍和业务数据属性。 |
on* | EventListener | 否 | 透传到根 SVG 的 Vue 事件监听器。 |
返回
| 返回值 | 返回值类型 | 返回值说明 |
|---|---|---|
result | VNode<SVGElement> | 包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。 |
Gps
渲染 Gps SVG 图标组件。
签名
const Gps: DefineComponent;示例
import { Gps } from "@fast-element-plus/icons-vue";
<Gps aria-label="Gps" role="img" width="24" height="24" />输入
| 输入值 | 输入值类型 | 必填/默认值 | 输入值说明 |
|---|---|---|---|
class / style | HTMLAttributes | 否 | 透传到根 SVG 的样式与类名。 |
width / height | string | number | 否 | 覆盖 SVG 展示尺寸。 |
fill / stroke | string | 否 | 覆盖允许继承颜色的 SVG 属性。 |
role / aria-* / data-* | string | 否 | 无障碍和业务数据属性。 |
on* | EventListener | 否 | 透传到根 SVG 的 Vue 事件监听器。 |
返回
| 返回值 | 返回值类型 | 返回值说明 |
|---|---|---|
result | VNode<SVGElement> | 包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。 |
Home
渲染 Home SVG 图标组件。
签名
const Home: DefineComponent;示例
import { Home } from "@fast-element-plus/icons-vue";
<Home aria-label="Home" role="img" width="24" height="24" />输入
| 输入值 | 输入值类型 | 必填/默认值 | 输入值说明 |
|---|---|---|---|
class / style | HTMLAttributes | 否 | 透传到根 SVG 的样式与类名。 |
width / height | string | number | 否 | 覆盖 SVG 展示尺寸。 |
fill / stroke | string | 否 | 覆盖允许继承颜色的 SVG 属性。 |
role / aria-* / data-* | string | 否 | 无障碍和业务数据属性。 |
on* | EventListener | 否 | 透传到根 SVG 的 Vue 事件监听器。 |
返回
| 返回值 | 返回值类型 | 返回值说明 |
|---|---|---|
result | VNode<SVGElement> | 包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。 |
Hospital
渲染 Hospital SVG 图标组件。
签名
const Hospital: DefineComponent;示例
import { Hospital } from "@fast-element-plus/icons-vue";
<Hospital aria-label="Hospital" role="img" width="24" height="24" />输入
| 输入值 | 输入值类型 | 必填/默认值 | 输入值说明 |
|---|---|---|---|
class / style | HTMLAttributes | 否 | 透传到根 SVG 的样式与类名。 |
width / height | string | number | 否 | 覆盖 SVG 展示尺寸。 |
fill / stroke | string | 否 | 覆盖允许继承颜色的 SVG 属性。 |
role / aria-* / data-* | string | 否 | 无障碍和业务数据属性。 |
on* | EventListener | 否 | 透传到根 SVG 的 Vue 事件监听器。 |
返回
| 返回值 | 返回值类型 | 返回值说明 |
|---|---|---|
result | VNode<SVGElement> | 包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。 |
IdCard
渲染 IdCard SVG 图标组件。
签名
const IdCard: DefineComponent;示例
import { IdCard } from "@fast-element-plus/icons-vue";
<IdCard aria-label="IdCard" role="img" width="24" height="24" />输入
| 输入值 | 输入值类型 | 必填/默认值 | 输入值说明 |
|---|---|---|---|
class / style | HTMLAttributes | 否 | 透传到根 SVG 的样式与类名。 |
width / height | string | number | 否 | 覆盖 SVG 展示尺寸。 |
fill / stroke | string | 否 | 覆盖允许继承颜色的 SVG 属性。 |
role / aria-* / data-* | string | 否 | 无障碍和业务数据属性。 |
on* | EventListener | 否 | 透传到根 SVG 的 Vue 事件监听器。 |
返回
| 返回值 | 返回值类型 | 返回值说明 |
|---|---|---|
result | VNode<SVGElement> | 包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。 |
Light
渲染 Light SVG 图标组件。
签名
const Light: DefineComponent;示例
import { Light } from "@fast-element-plus/icons-vue";
<Light aria-label="Light" role="img" width="24" height="24" />输入
| 输入值 | 输入值类型 | 必填/默认值 | 输入值说明 |
|---|---|---|---|
class / style | HTMLAttributes | 否 | 透传到根 SVG 的样式与类名。 |
width / height | string | number | 否 | 覆盖 SVG 展示尺寸。 |
fill / stroke | string | 否 | 覆盖允许继承颜色的 SVG 属性。 |
role / aria-* / data-* | string | 否 | 无障碍和业务数据属性。 |
on* | EventListener | 否 | 透传到根 SVG 的 Vue 事件监听器。 |
返回
| 返回值 | 返回值类型 | 返回值说明 |
|---|---|---|
result | VNode<SVGElement> | 包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。 |
Link
渲染 Link SVG 图标组件。
签名
const Link: DefineComponent;示例
import { Link } from "@fast-element-plus/icons-vue";
<Link aria-label="Link" role="img" width="24" height="24" />输入
| 输入值 | 输入值类型 | 必填/默认值 | 输入值说明 |
|---|---|---|---|
class / style | HTMLAttributes | 否 | 透传到根 SVG 的样式与类名。 |
width / height | string | number | 否 | 覆盖 SVG 展示尺寸。 |
fill / stroke | string | 否 | 覆盖允许继承颜色的 SVG 属性。 |
role / aria-* / data-* | string | 否 | 无障碍和业务数据属性。 |
on* | EventListener | 否 | 透传到根 SVG 的 Vue 事件监听器。 |
返回
| 返回值 | 返回值类型 | 返回值说明 |
|---|---|---|
result | VNode<SVGElement> | 包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。 |
LoadingImage
渲染 LoadingImage SVG 图标组件。
签名
const LoadingImage: DefineComponent;示例
import { LoadingImage } from "@fast-element-plus/icons-vue";
<LoadingImage aria-label="LoadingImage" role="img" width="24" height="24" />输入
| 输入值 | 输入值类型 | 必填/默认值 | 输入值说明 |
|---|---|---|---|
class / style | HTMLAttributes | 否 | 透传到根 SVG 的样式与类名。 |
width / height | string | number | 否 | 覆盖 SVG 展示尺寸。 |
fill / stroke | string | 否 | 覆盖允许继承颜色的 SVG 属性。 |
role / aria-* / data-* | string | 否 | 无障碍和业务数据属性。 |
on* | EventListener | 否 | 透传到根 SVG 的 Vue 事件监听器。 |
返回
| 返回值 | 返回值类型 | 返回值说明 |
|---|---|---|
result | VNode<SVGElement> | 包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。 |
Lock
渲染 Lock SVG 图标组件。
签名
const Lock: DefineComponent;示例
import { Lock } from "@fast-element-plus/icons-vue";
<Lock aria-label="Lock" role="img" width="24" height="24" />输入
| 输入值 | 输入值类型 | 必填/默认值 | 输入值说明 |
|---|---|---|---|
class / style | HTMLAttributes | 否 | 透传到根 SVG 的样式与类名。 |
width / height | string | number | 否 | 覆盖 SVG 展示尺寸。 |
fill / stroke | string | 否 | 覆盖允许继承颜色的 SVG 属性。 |
role / aria-* / data-* | string | 否 | 无障碍和业务数据属性。 |
on* | EventListener | 否 | 透传到根 SVG 的 Vue 事件监听器。 |
返回
| 返回值 | 返回值类型 | 返回值说明 |
|---|---|---|
result | VNode<SVGElement> | 包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。 |
Menu
渲染 Menu SVG 图标组件。
签名
const Menu: DefineComponent;示例
import { Menu } from "@fast-element-plus/icons-vue";
<Menu aria-label="Menu" role="img" width="24" height="24" />输入
| 输入值 | 输入值类型 | 必填/默认值 | 输入值说明 |
|---|---|---|---|
class / style | HTMLAttributes | 否 | 透传到根 SVG 的样式与类名。 |
width / height | string | number | 否 | 覆盖 SVG 展示尺寸。 |
fill / stroke | string | 否 | 覆盖允许继承颜色的 SVG 属性。 |
role / aria-* / data-* | string | 否 | 无障碍和业务数据属性。 |
on* | EventListener | 否 | 透传到根 SVG 的 Vue 事件监听器。 |
返回
| 返回值 | 返回值类型 | 返回值说明 |
|---|---|---|
result | VNode<SVGElement> | 包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。 |
Message
渲染 Message SVG 图标组件。
签名
const Message: DefineComponent;示例
import { Message } from "@fast-element-plus/icons-vue";
<Message aria-label="Message" role="img" width="24" height="24" />输入
| 输入值 | 输入值类型 | 必填/默认值 | 输入值说明 |
|---|---|---|---|
class / style | HTMLAttributes | 否 | 透传到根 SVG 的样式与类名。 |
width / height | string | number | 否 | 覆盖 SVG 展示尺寸。 |
fill / stroke | string | 否 | 覆盖允许继承颜色的 SVG 属性。 |
role / aria-* / data-* | string | 否 | 无障碍和业务数据属性。 |
on* | EventListener | 否 | 透传到根 SVG 的 Vue 事件监听器。 |
返回
| 返回值 | 返回值类型 | 返回值说明 |
|---|---|---|
result | VNode<SVGElement> | 包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。 |
Mobile
渲染 Mobile SVG 图标组件。
签名
const Mobile: DefineComponent;示例
import { Mobile } from "@fast-element-plus/icons-vue";
<Mobile aria-label="Mobile" role="img" width="24" height="24" />输入
| 输入值 | 输入值类型 | 必填/默认值 | 输入值说明 |
|---|---|---|---|
class / style | HTMLAttributes | 否 | 透传到根 SVG 的样式与类名。 |
width / height | string | number | 否 | 覆盖 SVG 展示尺寸。 |
fill / stroke | string | 否 | 覆盖允许继承颜色的 SVG 属性。 |
role / aria-* / data-* | string | 否 | 无障碍和业务数据属性。 |
on* | EventListener | 否 | 透传到根 SVG 的 Vue 事件监听器。 |
返回
| 返回值 | 返回值类型 | 返回值说明 |
|---|---|---|
result | VNode<SVGElement> | 包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。 |
Money
渲染 Money SVG 图标组件。
签名
const Money: DefineComponent;示例
import { Money } from "@fast-element-plus/icons-vue";
<Money aria-label="Money" role="img" width="24" height="24" />输入
| 输入值 | 输入值类型 | 必填/默认值 | 输入值说明 |
|---|---|---|---|
class / style | HTMLAttributes | 否 | 透传到根 SVG 的样式与类名。 |
width / height | string | number | 否 | 覆盖 SVG 展示尺寸。 |
fill / stroke | string | 否 | 覆盖允许继承颜色的 SVG 属性。 |
role / aria-* / data-* | string | 否 | 无障碍和业务数据属性。 |
on* | EventListener | 否 | 透传到根 SVG 的 Vue 事件监听器。 |
返回
| 返回值 | 返回值类型 | 返回值说明 |
|---|---|---|
result | VNode<SVGElement> | 包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。 |
My
渲染 My SVG 图标组件。
签名
const My: DefineComponent;示例
import { My } from "@fast-element-plus/icons-vue";
<My aria-label="My" role="img" width="24" height="24" />输入
| 输入值 | 输入值类型 | 必填/默认值 | 输入值说明 |
|---|---|---|---|
class / style | HTMLAttributes | 否 | 透传到根 SVG 的样式与类名。 |
width / height | string | number | 否 | 覆盖 SVG 展示尺寸。 |
fill / stroke | string | 否 | 覆盖允许继承颜色的 SVG 属性。 |
role / aria-* / data-* | string | 否 | 无障碍和业务数据属性。 |
on* | EventListener | 否 | 透传到根 SVG 的 Vue 事件监听器。 |
返回
| 返回值 | 返回值类型 | 返回值说明 |
|---|---|---|
result | VNode<SVGElement> | 包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。 |
Navigation
渲染 Navigation SVG 图标组件。
签名
const Navigation: DefineComponent;示例
import { Navigation } from "@fast-element-plus/icons-vue";
<Navigation aria-label="Navigation" role="img" width="24" height="24" />输入
| 输入值 | 输入值类型 | 必填/默认值 | 输入值说明 |
|---|---|---|---|
class / style | HTMLAttributes | 否 | 透传到根 SVG 的样式与类名。 |
width / height | string | number | 否 | 覆盖 SVG 展示尺寸。 |
fill / stroke | string | 否 | 覆盖允许继承颜色的 SVG 属性。 |
role / aria-* / data-* | string | 否 | 无障碍和业务数据属性。 |
on* | EventListener | 否 | 透传到根 SVG 的 Vue 事件监听器。 |
返回
| 返回值 | 返回值类型 | 返回值说明 |
|---|---|---|
result | VNode<SVGElement> | 包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。 |
NotData
渲染 NotData SVG 图标组件。
签名
const NotData: DefineComponent;示例
import { NotData } from "@fast-element-plus/icons-vue";
<NotData aria-label="NotData" role="img" width="24" height="24" />输入
| 输入值 | 输入值类型 | 必填/默认值 | 输入值说明 |
|---|---|---|---|
class / style | HTMLAttributes | 否 | 透传到根 SVG 的样式与类名。 |
width / height | string | number | 否 | 覆盖 SVG 展示尺寸。 |
fill / stroke | string | 否 | 覆盖允许继承颜色的 SVG 属性。 |
role / aria-* / data-* | string | 否 | 无障碍和业务数据属性。 |
on* | EventListener | 否 | 透传到根 SVG 的 Vue 事件监听器。 |
返回
| 返回值 | 返回值类型 | 返回值说明 |
|---|---|---|
result | VNode<SVGElement> | 包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。 |
Notice
渲染 Notice SVG 图标组件。
签名
const Notice: DefineComponent;示例
import { Notice } from "@fast-element-plus/icons-vue";
<Notice aria-label="Notice" role="img" width="24" height="24" />输入
| 输入值 | 输入值类型 | 必填/默认值 | 输入值说明 |
|---|---|---|---|
class / style | HTMLAttributes | 否 | 透传到根 SVG 的样式与类名。 |
width / height | string | number | 否 | 覆盖 SVG 展示尺寸。 |
fill / stroke | string | 否 | 覆盖允许继承颜色的 SVG 属性。 |
role / aria-* / data-* | string | 否 | 无障碍和业务数据属性。 |
on* | EventListener | 否 | 透传到根 SVG 的 Vue 事件监听器。 |
返回
| 返回值 | 返回值类型 | 返回值说明 |
|---|---|---|
result | VNode<SVGElement> | 包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。 |
NotImage
渲染 NotImage SVG 图标组件。
签名
const NotImage: DefineComponent;示例
import { NotImage } from "@fast-element-plus/icons-vue";
<NotImage aria-label="NotImage" role="img" width="24" height="24" />输入
| 输入值 | 输入值类型 | 必填/默认值 | 输入值说明 |
|---|---|---|---|
class / style | HTMLAttributes | 否 | 透传到根 SVG 的样式与类名。 |
width / height | string | number | 否 | 覆盖 SVG 展示尺寸。 |
fill / stroke | string | 否 | 覆盖允许继承颜色的 SVG 属性。 |
role / aria-* / data-* | string | 否 | 无障碍和业务数据属性。 |
on* | EventListener | 否 | 透传到根 SVG 的 Vue 事件监听器。 |
返回
| 返回值 | 返回值类型 | 返回值说明 |
|---|---|---|
result | VNode<SVGElement> | 包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。 |
Organization
渲染 Organization SVG 图标组件。
签名
const Organization: DefineComponent;示例
import { Organization } from "@fast-element-plus/icons-vue";
<Organization aria-label="Organization" role="img" width="24" height="24" />输入
| 输入值 | 输入值类型 | 必填/默认值 | 输入值说明 |
|---|---|---|---|
class / style | HTMLAttributes | 否 | 透传到根 SVG 的样式与类名。 |
width / height | string | number | 否 | 覆盖 SVG 展示尺寸。 |
fill / stroke | string | 否 | 覆盖允许继承颜色的 SVG 属性。 |
role / aria-* / data-* | string | 否 | 无障碍和业务数据属性。 |
on* | EventListener | 否 | 透传到根 SVG 的 Vue 事件监听器。 |
返回
| 返回值 | 返回值类型 | 返回值说明 |
|---|---|---|
result | VNode<SVGElement> | 包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。 |
Page403
渲染 Page403 SVG 图标组件。
签名
const Page403: DefineComponent;示例
import { Page403 } from "@fast-element-plus/icons-vue";
<Page403 aria-label="Page403" role="img" width="24" height="24" />输入
| 输入值 | 输入值类型 | 必填/默认值 | 输入值说明 |
|---|---|---|---|
class / style | HTMLAttributes | 否 | 透传到根 SVG 的样式与类名。 |
width / height | string | number | 否 | 覆盖 SVG 展示尺寸。 |
fill / stroke | string | 否 | 覆盖允许继承颜色的 SVG 属性。 |
role / aria-* / data-* | string | 否 | 无障碍和业务数据属性。 |
on* | EventListener | 否 | 透传到根 SVG 的 Vue 事件监听器。 |
返回
| 返回值 | 返回值类型 | 返回值说明 |
|---|---|---|
result | VNode<SVGElement> | 包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。 |
Page404
渲染 Page404 SVG 图标组件。
签名
const Page404: DefineComponent;示例
import { Page404 } from "@fast-element-plus/icons-vue";
<Page404 aria-label="Page404" role="img" width="24" height="24" />输入
| 输入值 | 输入值类型 | 必填/默认值 | 输入值说明 |
|---|---|---|---|
class / style | HTMLAttributes | 否 | 透传到根 SVG 的样式与类名。 |
width / height | string | number | 否 | 覆盖 SVG 展示尺寸。 |
fill / stroke | string | 否 | 覆盖允许继承颜色的 SVG 属性。 |
role / aria-* / data-* | string | 否 | 无障碍和业务数据属性。 |
on* | EventListener | 否 | 透传到根 SVG 的 Vue 事件监听器。 |
返回
| 返回值 | 返回值类型 | 返回值说明 |
|---|---|---|
result | VNode<SVGElement> | 包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。 |
Performance
渲染 Performance SVG 图标组件。
签名
const Performance: DefineComponent;示例
import { Performance } from "@fast-element-plus/icons-vue";
<Performance aria-label="Performance" role="img" width="24" height="24" />输入
| 输入值 | 输入值类型 | 必填/默认值 | 输入值说明 |
|---|---|---|---|
class / style | HTMLAttributes | 否 | 透传到根 SVG 的样式与类名。 |
width / height | string | number | 否 | 覆盖 SVG 展示尺寸。 |
fill / stroke | string | 否 | 覆盖允许继承颜色的 SVG 属性。 |
role / aria-* / data-* | string | 否 | 无障碍和业务数据属性。 |
on* | EventListener | 否 | 透传到根 SVG 的 Vue 事件监听器。 |
返回
| 返回值 | 返回值类型 | 返回值说明 |
|---|---|---|
result | VNode<SVGElement> | 包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。 |
Pm
渲染 Pm SVG 图标组件。
签名
const Pm: DefineComponent;示例
import { Pm } from "@fast-element-plus/icons-vue";
<Pm aria-label="Pm" role="img" width="24" height="24" />输入
| 输入值 | 输入值类型 | 必填/默认值 | 输入值说明 |
|---|---|---|---|
class / style | HTMLAttributes | 否 | 透传到根 SVG 的样式与类名。 |
width / height | string | number | 否 | 覆盖 SVG 展示尺寸。 |
fill / stroke | string | 否 | 覆盖允许继承颜色的 SVG 属性。 |
role / aria-* / data-* | string | 否 | 无障碍和业务数据属性。 |
on* | EventListener | 否 | 透传到根 SVG 的 Vue 事件监听器。 |
返回
| 返回值 | 返回值类型 | 返回值说明 |
|---|---|---|
result | VNode<SVGElement> | 包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。 |
Printer
渲染 Printer SVG 图标组件。
签名
const Printer: DefineComponent;示例
import { Printer } from "@fast-element-plus/icons-vue";
<Printer aria-label="Printer" role="img" width="24" height="24" />输入
| 输入值 | 输入值类型 | 必填/默认值 | 输入值说明 |
|---|---|---|---|
class / style | HTMLAttributes | 否 | 透传到根 SVG 的样式与类名。 |
width / height | string | number | 否 | 覆盖 SVG 展示尺寸。 |
fill / stroke | string | 否 | 覆盖允许继承颜色的 SVG 属性。 |
role / aria-* / data-* | string | 否 | 无障碍和业务数据属性。 |
on* | EventListener | 否 | 透传到根 SVG 的 Vue 事件监听器。 |
返回
| 返回值 | 返回值类型 | 返回值说明 |
|---|---|---|
result | VNode<SVGElement> | 包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。 |
Record
渲染 Record SVG 图标组件。
签名
const Record: DefineComponent;示例
import { Record } from "@fast-element-plus/icons-vue";
<Record aria-label="Record" role="img" width="24" height="24" />输入
| 输入值 | 输入值类型 | 必填/默认值 | 输入值说明 |
|---|---|---|---|
class / style | HTMLAttributes | 否 | 透传到根 SVG 的样式与类名。 |
width / height | string | number | 否 | 覆盖 SVG 展示尺寸。 |
fill / stroke | string | 否 | 覆盖允许继承颜色的 SVG 属性。 |
role / aria-* / data-* | string | 否 | 无障碍和业务数据属性。 |
on* | EventListener | 否 | 透传到根 SVG 的 Vue 事件监听器。 |
返回
| 返回值 | 返回值类型 | 返回值说明 |
|---|---|---|
result | VNode<SVGElement> | 包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。 |
Report
渲染 Report SVG 图标组件。
签名
const Report: DefineComponent;示例
import { Report } from "@fast-element-plus/icons-vue";
<Report aria-label="Report" role="img" width="24" height="24" />输入
| 输入值 | 输入值类型 | 必填/默认值 | 输入值说明 |
|---|---|---|---|
class / style | HTMLAttributes | 否 | 透传到根 SVG 的样式与类名。 |
width / height | string | number | 否 | 覆盖 SVG 展示尺寸。 |
fill / stroke | string | 否 | 覆盖允许继承颜色的 SVG 属性。 |
role / aria-* / data-* | string | 否 | 无障碍和业务数据属性。 |
on* | EventListener | 否 | 透传到根 SVG 的 Vue 事件监听器。 |
返回
| 返回值 | 返回值类型 | 返回值说明 |
|---|---|---|
result | VNode<SVGElement> | 包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。 |
ReportCenter
渲染 ReportCenter SVG 图标组件。
签名
const ReportCenter: DefineComponent;示例
import { ReportCenter } from "@fast-element-plus/icons-vue";
<ReportCenter aria-label="ReportCenter" role="img" width="24" height="24" />输入
| 输入值 | 输入值类型 | 必填/默认值 | 输入值说明 |
|---|---|---|---|
class / style | HTMLAttributes | 否 | 透传到根 SVG 的样式与类名。 |
width / height | string | number | 否 | 覆盖 SVG 展示尺寸。 |
fill / stroke | string | 否 | 覆盖允许继承颜色的 SVG 属性。 |
role / aria-* / data-* | string | 否 | 无障碍和业务数据属性。 |
on* | EventListener | 否 | 透传到根 SVG 的 Vue 事件监听器。 |
返回
| 返回值 | 返回值类型 | 返回值说明 |
|---|---|---|
result | VNode<SVGElement> | 包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。 |
Scan
渲染 Scan SVG 图标组件。
签名
const Scan: DefineComponent;示例
import { Scan } from "@fast-element-plus/icons-vue";
<Scan aria-label="Scan" role="img" width="24" height="24" />输入
| 输入值 | 输入值类型 | 必填/默认值 | 输入值说明 |
|---|---|---|---|
class / style | HTMLAttributes | 否 | 透传到根 SVG 的样式与类名。 |
width / height | string | number | 否 | 覆盖 SVG 展示尺寸。 |
fill / stroke | string | 否 | 覆盖允许继承颜色的 SVG 属性。 |
role / aria-* / data-* | string | 否 | 无障碍和业务数据属性。 |
on* | EventListener | 否 | 透传到根 SVG 的 Vue 事件监听器。 |
返回
| 返回值 | 返回值类型 | 返回值说明 |
|---|---|---|
result | VNode<SVGElement> | 包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。 |
Schedule
渲染 Schedule SVG 图标组件。
签名
const Schedule: DefineComponent;示例
import { Schedule } from "@fast-element-plus/icons-vue";
<Schedule aria-label="Schedule" role="img" width="24" height="24" />输入
| 输入值 | 输入值类型 | 必填/默认值 | 输入值说明 |
|---|---|---|---|
class / style | HTMLAttributes | 否 | 透传到根 SVG 的样式与类名。 |
width / height | string | number | 否 | 覆盖 SVG 展示尺寸。 |
fill / stroke | string | 否 | 覆盖允许继承颜色的 SVG 属性。 |
role / aria-* / data-* | string | 否 | 无障碍和业务数据属性。 |
on* | EventListener | 否 | 透传到根 SVG 的 Vue 事件监听器。 |
返回
| 返回值 | 返回值类型 | 返回值说明 |
|---|---|---|
result | VNode<SVGElement> | 包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。 |
Setting
渲染 Setting SVG 图标组件。
签名
const Setting: DefineComponent;示例
import { Setting } from "@fast-element-plus/icons-vue";
<Setting aria-label="Setting" role="img" width="24" height="24" />输入
| 输入值 | 输入值类型 | 必填/默认值 | 输入值说明 |
|---|---|---|---|
class / style | HTMLAttributes | 否 | 透传到根 SVG 的样式与类名。 |
width / height | string | number | 否 | 覆盖 SVG 展示尺寸。 |
fill / stroke | string | 否 | 覆盖允许继承颜色的 SVG 属性。 |
role / aria-* / data-* | string | 否 | 无障碍和业务数据属性。 |
on* | EventListener | 否 | 透传到根 SVG 的 Vue 事件监听器。 |
返回
| 返回值 | 返回值类型 | 返回值说明 |
|---|---|---|
result | VNode<SVGElement> | 包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。 |
Shop
渲染 Shop SVG 图标组件。
签名
const Shop: DefineComponent;示例
import { Shop } from "@fast-element-plus/icons-vue";
<Shop aria-label="Shop" role="img" width="24" height="24" />输入
| 输入值 | 输入值类型 | 必填/默认值 | 输入值说明 |
|---|---|---|---|
class / style | HTMLAttributes | 否 | 透传到根 SVG 的样式与类名。 |
width / height | string | number | 否 | 覆盖 SVG 展示尺寸。 |
fill / stroke | string | 否 | 覆盖允许继承颜色的 SVG 属性。 |
role / aria-* / data-* | string | 否 | 无障碍和业务数据属性。 |
on* | EventListener | 否 | 透传到根 SVG 的 Vue 事件监听器。 |
返回
| 返回值 | 返回值类型 | 返回值说明 |
|---|---|---|
result | VNode<SVGElement> | 包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。 |
Swagger
渲染 Swagger SVG 图标组件。
签名
const Swagger: DefineComponent;示例
import { Swagger } from "@fast-element-plus/icons-vue";
<Swagger aria-label="Swagger" role="img" width="24" height="24" />输入
| 输入值 | 输入值类型 | 必填/默认值 | 输入值说明 |
|---|---|---|---|
class / style | HTMLAttributes | 否 | 透传到根 SVG 的样式与类名。 |
width / height | string | number | 否 | 覆盖 SVG 展示尺寸。 |
fill / stroke | string | 否 | 覆盖允许继承颜色的 SVG 属性。 |
role / aria-* / data-* | string | 否 | 无障碍和业务数据属性。 |
on* | EventListener | 否 | 透传到根 SVG 的 Vue 事件监听器。 |
返回
| 返回值 | 返回值类型 | 返回值说明 |
|---|---|---|
result | VNode<SVGElement> | 包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。 |
SystemSetting
渲染 SystemSetting SVG 图标组件。
签名
const SystemSetting: DefineComponent;示例
import { SystemSetting } from "@fast-element-plus/icons-vue";
<SystemSetting aria-label="SystemSetting" role="img" width="24" height="24" />输入
| 输入值 | 输入值类型 | 必填/默认值 | 输入值说明 |
|---|---|---|---|
class / style | HTMLAttributes | 否 | 透传到根 SVG 的样式与类名。 |
width / height | string | number | 否 | 覆盖 SVG 展示尺寸。 |
fill / stroke | string | 否 | 覆盖允许继承颜色的 SVG 属性。 |
role / aria-* / data-* | string | 否 | 无障碍和业务数据属性。 |
on* | EventListener | 否 | 透传到根 SVG 的 Vue 事件监听器。 |
返回
| 返回值 | 返回值类型 | 返回值说明 |
|---|---|---|
result | VNode<SVGElement> | 包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。 |
TableConfig
渲染 TableConfig SVG 图标组件。
签名
const TableConfig: DefineComponent;示例
import { TableConfig } from "@fast-element-plus/icons-vue";
<TableConfig aria-label="TableConfig" role="img" width="24" height="24" />输入
| 输入值 | 输入值类型 | 必填/默认值 | 输入值说明 |
|---|---|---|---|
class / style | HTMLAttributes | 否 | 透传到根 SVG 的样式与类名。 |
width / height | string | number | 否 | 覆盖 SVG 展示尺寸。 |
fill / stroke | string | 否 | 覆盖允许继承颜色的 SVG 属性。 |
role / aria-* / data-* | string | 否 | 无障碍和业务数据属性。 |
on* | EventListener | 否 | 透传到根 SVG 的 Vue 事件监听器。 |
返回
| 返回值 | 返回值类型 | 返回值说明 |
|---|---|---|
result | VNode<SVGElement> | 包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。 |
Task
渲染 Task SVG 图标组件。
签名
const Task: DefineComponent;示例
import { Task } from "@fast-element-plus/icons-vue";
<Task aria-label="Task" role="img" width="24" height="24" />输入
| 输入值 | 输入值类型 | 必填/默认值 | 输入值说明 |
|---|---|---|---|
class / style | HTMLAttributes | 否 | 透传到根 SVG 的样式与类名。 |
width / height | string | number | 否 | 覆盖 SVG 展示尺寸。 |
fill / stroke | string | 否 | 覆盖允许继承颜色的 SVG 属性。 |
role / aria-* / data-* | string | 否 | 无障碍和业务数据属性。 |
on* | EventListener | 否 | 透传到根 SVG 的 Vue 事件监听器。 |
返回
| 返回值 | 返回值类型 | 返回值说明 |
|---|---|---|
result | VNode<SVGElement> | 包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。 |
Tenant
渲染 Tenant SVG 图标组件。
签名
const Tenant: DefineComponent;示例
import { Tenant } from "@fast-element-plus/icons-vue";
<Tenant aria-label="Tenant" role="img" width="24" height="24" />输入
| 输入值 | 输入值类型 | 必填/默认值 | 输入值说明 |
|---|---|---|---|
class / style | HTMLAttributes | 否 | 透传到根 SVG 的样式与类名。 |
width / height | string | number | 否 | 覆盖 SVG 展示尺寸。 |
fill / stroke | string | 否 | 覆盖允许继承颜色的 SVG 属性。 |
role / aria-* / data-* | string | 否 | 无障碍和业务数据属性。 |
on* | EventListener | 否 | 透传到根 SVG 的 Vue 事件监听器。 |
返回
| 返回值 | 返回值类型 | 返回值说明 |
|---|---|---|
result | VNode<SVGElement> | 包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。 |
Terminal
渲染 Terminal SVG 图标组件。
签名
const Terminal: DefineComponent;示例
import { Terminal } from "@fast-element-plus/icons-vue";
<Terminal aria-label="Terminal" role="img" width="24" height="24" />输入
| 输入值 | 输入值类型 | 必填/默认值 | 输入值说明 |
|---|---|---|---|
class / style | HTMLAttributes | 否 | 透传到根 SVG 的样式与类名。 |
width / height | string | number | 否 | 覆盖 SVG 展示尺寸。 |
fill / stroke | string | 否 | 覆盖允许继承颜色的 SVG 属性。 |
role / aria-* / data-* | string | 否 | 无障碍和业务数据属性。 |
on* | EventListener | 否 | 透传到根 SVG 的 Vue 事件监听器。 |
返回
| 返回值 | 返回值类型 | 返回值说明 |
|---|---|---|
result | VNode<SVGElement> | 包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。 |
Test
渲染 Test SVG 图标组件。
签名
const Test: DefineComponent;示例
import { Test } from "@fast-element-plus/icons-vue";
<Test aria-label="Test" role="img" width="24" height="24" />输入
| 输入值 | 输入值类型 | 必填/默认值 | 输入值说明 |
|---|---|---|---|
class / style | HTMLAttributes | 否 | 透传到根 SVG 的样式与类名。 |
width / height | string | number | 否 | 覆盖 SVG 展示尺寸。 |
fill / stroke | string | 否 | 覆盖允许继承颜色的 SVG 属性。 |
role / aria-* / data-* | string | 否 | 无障碍和业务数据属性。 |
on* | EventListener | 否 | 透传到根 SVG 的 Vue 事件监听器。 |
返回
| 返回值 | 返回值类型 | 返回值说明 |
|---|---|---|
result | VNode<SVGElement> | 包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。 |
Wifi
渲染 Wifi SVG 图标组件。
签名
const Wifi: DefineComponent;示例
import { Wifi } from "@fast-element-plus/icons-vue";
<Wifi aria-label="Wifi" role="img" width="24" height="24" />输入
| 输入值 | 输入值类型 | 必填/默认值 | 输入值说明 |
|---|---|---|---|
class / style | HTMLAttributes | 否 | 透传到根 SVG 的样式与类名。 |
width / height | string | number | 否 | 覆盖 SVG 展示尺寸。 |
fill / stroke | string | 否 | 覆盖允许继承颜色的 SVG 属性。 |
role / aria-* / data-* | string | 否 | 无障碍和业务数据属性。 |
on* | EventListener | 否 | 透传到根 SVG 的 Vue 事件监听器。 |
返回
| 返回值 | 返回值类型 | 返回值说明 |
|---|---|---|
result | VNode<SVGElement> | 包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。 |
Workbench
渲染 Workbench SVG 图标组件。
签名
const Workbench: DefineComponent;示例
import { Workbench } from "@fast-element-plus/icons-vue";
<Workbench aria-label="Workbench" role="img" width="24" height="24" />输入
| 输入值 | 输入值类型 | 必填/默认值 | 输入值说明 |
|---|---|---|---|
class / style | HTMLAttributes | 否 | 透传到根 SVG 的样式与类名。 |
width / height | string | number | 否 | 覆盖 SVG 展示尺寸。 |
fill / stroke | string | 否 | 覆盖允许继承颜色的 SVG 属性。 |
role / aria-* / data-* | string | 否 | 无障碍和业务数据属性。 |
on* | EventListener | 否 | 透传到根 SVG 的 Vue 事件监听器。 |
返回
| 返回值 | 返回值类型 | 返回值说明 |
|---|---|---|
result | VNode<SVGElement> | 包含该图标固定 viewBox、路径、填充和描边的单个 SVG 根节点。 |
