New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@fast-element-plus/icons-vue

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fast-element-plus/icons-vue

Fast Icons组件库.

latest
npmnpm
Version
1.0.22
Version published
Maintainers
1
Created
Source

| En

Fast.Element.Plus.Icons

Fast platform An icon component library built based on Vue3, Vite, TypeScript, and Svg.

version license

Install

Using a Package Manager

# Choose a package manager of your choice

# NPM
npm install @fast-element-plus/icons-vue

# Yarn
yarn add @fast-element-plus/icons-vue

# pnpm (recommend)
pnpm install @fast-element-plus/icons-vue

Direct browser import

unpkg
<head>
	<!-- Import Vue 3 -->
	<script src="//unpkg.com/vue@3"></script>
	<!-- Import component library -->
	<script src="//unpkg.com/@fast-element-plus/icons-vue"></script>
</head>
jsDelivr
<head>
	<!-- Import Vue 3 -->
	<script src="//cdn.jsdelivr.net/npm/vue@3"></script>
	<!-- Import component library -->
	<script src="//cdn.jsdelivr.net/npm/@fast-element-plus/icons-vue"></script>
</head>

Use

main.ts

import { createApp } from "vue";
import * as FastElementPlusIconsVue from "@fast-element-plus/icons-vue";
import App from "./App.vue";

const app = createApp(App);

for (const [key, component] of Object.entries(FastElementPlusIconsVue)) {
	app.component(key, component);
}

app.mount("#app");

Update log

Update log Click to view

Protocol

Fast.Element.Plus.Icons complies with the Apache-2.0 open source agreement. Welcome to submit PR or Issue.

Apache Open Source License

Copyright © 2018-Now xiaoFang

License:
This Agreement grants any individual or organization that obtains a copy of this software and its related documentation (hereinafter referred to as the "Software").
Subject to the terms of this Agreement, you have the right to use, copy, modify, merge, publish, distribute, sublicense, and sell copies of the Software:
1.All copies or major parts of the Software must retain this Copyright Notice and this License Agreement.
2.The use, copying, modification, or distribution of the Software shall not violate applicable laws or infringe upon the legitimate rights and interests of others.
3.Modified or derivative works must clearly indicate the original author and the source of the original Software.

Special Statement:
- This Software is provided "as is" without any express or implied warranty of any kind, including but not limited to the warranty of merchantability, fitness for purpose, and non-infringement.
- In no event shall the author or copyright holder be liable for any direct or indirect loss caused by the use or inability to use this Software.
- Including but not limited to data loss, business interruption, etc.

Disclaimer:
It is prohibited to use this software to engage in illegal activities such as endangering national security, disrupting social order, or infringing on the legitimate rights and interests of others.
The author does not assume any responsibility for any legal disputes and liabilities caused by the secondary development of this software.

Disclaimer

Please do not use it for projects that violate our country's laws

Contributors

Thank you for all their contributions!

Supplementary instructions

If it is helpful to you, you can click ⭐Star in the upper right corner to collect it and get the latest updates. Thank you!

Keywords

@fast-element-plus

FAQs

Package last updated on 28 Dec 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts