MatrixUI Icon pack
npm install @trsys-tech/matrix-iconsMatrix Icons is a React component library that provides a collection of SVG icons for use in your projects.
- Installation
- Usage
- Development
- Icons
- Contributing
- License
To install the Matrix Icons, use npm or yarn:
``sh`
npm install @trsys-tech/matrix-icons
or
`sh`
yarn add @trsys-tech/matrix-icons
`jsx
import React from "react";
import { Star } from "@trsys-tech/matrix-icons";
const App = () => (
export default App;
`
For a full list of components and their usage, please refer to the Storybook documentation.
To set up the development environment, clone the repository and install the dependencies:
`sh``
git clone https://github.com/Trsys-Tech/matrix-icons.git
cd matrix-icons
npm install
The library includes a variety of icons. Here are some examples:
- Star
- StarFilled
- Save
- Export...
For the full list of icons, please refer to the Storybook documentation.
We welcome contributions to the Matrix Icons! If you have any ideas, suggestions, or bug reports, please open an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for more details. Matrix Icons