1.2.3 • Published 8 days ago

symbols-react v1.2.3

Weekly downloads
-
License
ISC
Repository
github
Last release
8 days ago

Symbols

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

Installation

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

npm install symbols-react

Or via yarn:

yarn add symbols-react

Usage

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

import { IconMangoFill, IconAppleLogo } from 'symbols-react';
 
 function MyApp() {
      return (
        <div>
          <IconMangoFill fill="black" />
          <IconAppleLogo fill="black" />
        </div>
      );
    }

Props, tailwind, style how you like:

import { IconMangoFill } from 'symbols-react';
 
 function MyApp() {
      return (
        <div>
          //Tailwind example
          <IconMangoFill className="fill-black w-[24] h-[24]" />

          //Props example
          <IconMangoFill fill="black" width="24" height="24" />
        </div>
      );
    }

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.

1.2.0

8 days ago

1.1.9

8 days ago

1.1.8

8 days ago

1.1.7

8 days ago

1.2.3

8 days ago

1.2.2

8 days ago

1.2.1

8 days ago

1.1.10

8 days ago

1.1.6

10 days ago

1.1.5

10 days ago

1.1.4

10 days ago

1.1.3

12 days ago

1.1.1

14 days ago

1.1.2

14 days ago

1.0.2

15 days ago

1.1.0

15 days ago

1.0.9

15 days ago

1.0.8

15 days ago

1.0.7

15 days ago

1.0.6

15 days ago

1.0.5

15 days ago

1.0.4

15 days ago

1.0.3

15 days ago

1.0.1

19 days ago

1.0.0

19 days ago