@trsys-tech/matrix-icons
v0.1.8
Published
MatrixUI Icon pack
Readme
Matrix Icons
Matrix Icons is a React component library that provides a collection of SVG icons for use in your projects.
Table of Contents
Installation
To install the Matrix Icons, use npm or yarn:
npm install @trsys-tech/matrix-iconsor
yarn add @trsys-tech/matrix-iconsUsage
import React from "react";
import { Star } from "@trsys-tech/matrix-icons";
const App = () => (
<div>
<Star />
</div>
);
export default App;For a full list of components and their usage, please refer to the Storybook documentation.
Development
To set up the development environment, clone the repository and install the dependencies:
git clone https://github.com/Trsys-Tech/matrix-icons.git
cd matrix-icons
npm installIcons
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.
Contributing
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.
License
This project is licensed under the MIT License. See the LICENSE file for more details. Matrix Icons
