1.0.13 • Published 9 months ago

solom-icon v1.0.13

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

Solom Icons

Easily include custom icons in your React projects with solom-icons. This package allows you to import only the icons that your project uses, leveraging ES6 imports for efficiency and flexibility.

Installation

To install Solom Icons, run:

npm install solom-icons --save

or

yarn add solom-icons

Example Usage

React

Import any icon you need from the package. All icons are prefixed with So for easy identification.

import { SoProfile, SoBell } from "solom-icons";

function MyComponent() {
  return (
    <div>
      <SoProfile />
      <SoBell />
    </div>
  );
}

Vue

Import any icon you need from the package. All icons are prefixed with So for easy identification.

<template>
  <div>
    <SoHome class="size-6 text-blue-500" />
    <p>...</p>
  </div>
</template>

<script setup>
import { SoHome } from "solom-icons";
</script>
1.0.13

9 months ago

1.0.12

9 months ago

1.0.11

9 months ago

1.0.10

9 months ago

1.0.9

10 months ago

1.0.8

10 months ago

1.0.7

10 months ago

1.0.6

10 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago