symbols-vue
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

Symbols

S̶F̶ Symbols for the web, a comprehensive icon library designed for easy integration into your web projects.

Installation

To use symbols-vue in your project, install it via npm:

npm install symbols-vue

Or via yarn:

yarn add symbols-vue

Usage

After installation, you can import and use the icons in your React components:

import { IconMangoFill, IconAppleLogo } from 'symbols-vue';

export default {
  components: {
    IconMangoFill,
    IconAppleLogo
  }
}

Props, tailwind, style how you like:

import { IconMangoFill } from 'symbols-vue';

export default {
  components: {
    IconMangoFill
  },
  <template> `
    <div>
      <IconMangoFill fill="black" width="24" height="24" />
    </template>
  `
}

Contributing

Contributions are welcome! Please check out the issues on GitHub for guidelines.

License

This project is licensed under the ISC License - see the LICENSE file for more legal bs.

Package Sidebar

Install

npm i symbols-vue

Homepage

symbols.dev

Weekly Downloads

3

Version

1.0.1

License

ISC

Unpacked Size

13.6 MB

Total Files

5376

Last publish

Collaborators

  • toxicmango