Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vectopus/atlas-icons-vue

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vectopus/atlas-icons-vue

Open source icons library, Icons available in SVG format, Font, Figma, Adobe XD and Iconjar Libraries

  • 0.0.4
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
104
decreased by-56.49%
Maintainers
2
Weekly downloads
 
Created
Source

Atlas icons Vue

Open source icons library, Icons available in SVG format, Font, Figma, Adobe XD and Iconjar Libraries.
Made by Vectopus.

How to use

Install Vue package.

npm i @vectopus/atlas-icons-vue

Use Atlas Icons package in your main.js

import {createApp} from 'vue'
import App from './App.vue'
import Atlas from '@vectopus/atlas-icons-vue'
const app = createApp(App)
app.use(Atlas);
app.mount('#app')

Embed icon selector into component template.

<Atlas icon="AudioAlbum" :size="24" />

License

MIT © Atlas Icons

Keywords

FAQs

Package last updated on 01 Dec 2022

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc