https://github.com/njirolu/vixatica-icons
🎨 Embark on a visual journey with Vixatica Icons – a meticulously curated collection of captivating open-source icons. 🚀
https://github.com/njirolu/vixatica-icons
icons mitosis react solid svelte vue
Last synced: 3 months ago
JSON representation
🎨 Embark on a visual journey with Vixatica Icons – a meticulously curated collection of captivating open-source icons. 🚀
- Host: GitHub
- URL: https://github.com/njirolu/vixatica-icons
- Owner: njirolu
- License: mit
- Created: 2023-08-26T15:01:52.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-28T10:21:30.000Z (almost 2 years ago)
- Last Synced: 2025-01-16T11:27:56.723Z (5 months ago)
- Topics: icons, mitosis, react, solid, svelte, vue
- Language: TypeScript
- Homepage: https://vixaticaicons.vercel.app/
- Size: 383 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Exclusive Icon library for Various UI Needs!
Offered as fundamental SVG icons and through official libraries for React, Vue, Svelte and Solid libraries.## React
First, install `@vixatica-icons/react` from npm:
```sh
npm install @vixatica-icons/react
```Now each icon can be imported individually as a React component:
```js
import { AddOutline } from '@vixatica-icons/react'function MyComponent() {
return (
...
)
}
```## Vue
_Note that this library currently only supports Vue 3._
First, install `@vixatica-icons/vue` from npm:
```sh
npm install @vixatica-icons/vue
```Now each icon can be imported individually as a Vue component:
```vue
...
import { AddOutline } from '@vixatica-icons/vue'
```
## Svelte
First, install `@vixatica-icons/svelte` from npm:
```sh
npm install @vixatica-icons/svelte
```Now each icon can be imported individually as a Svelte component:
```svelte
Welcome to SvelteKit
Visit kit.svelte.dev to read the documentation
import { AddOutline } from "@cavitiaxaicons/svelte";
```
## Solid
First, install `@vixatica-icons/solid` from npm:
```sh
npm install @vixatica-icons/solid
```Now each icon can be imported individually as a Solid component:
```js
import { AddOutline } from '@vixatica-icons/solid'function MyComponent() {
return (
...
)
}
```## License
This library is MIT licensed.