An open API service indexing awesome lists of open source software.

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. 🚀

Awesome Lists containing this project

README

        



Vixaticaicons


Exclusive Icon library for Various UI Needs!
Offered as fundamental SVG icons and through official libraries for React, Vue, Svelte and Solid libraries.


Browse at Vixatica Icons →

## 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.