https://github.com/hraph/softies-react-icons
Softies icons adapted as React components
https://github.com/hraph/softies-react-icons
Last synced: about 1 year ago
JSON representation
Softies icons adapted as React components
- Host: GitHub
- URL: https://github.com/hraph/softies-react-icons
- Owner: Hraph
- License: apache-2.0
- Created: 2023-03-02T22:38:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-17T10:19:50.000Z (over 1 year ago)
- Last Synced: 2025-03-28T22:35:12.273Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://www.npmjs.com/org/softies-react-icons
- Size: 373 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Softies React Icons
This is a collection of SVG icons adapted from the Softies icon set by Robbie Pearce, designed specifically for use with React. All icons defined in the `core-icons/icons` directory are the work of Robbie Pearce. You can find more of his work at https://robbiepearce.com/softies.
## Installation
You can install the package using yarn:
```bash
yarn add @softies-react-icons/core
```
## Usage
To use an icon in your React project, simply import it from the `@softies-react-icons/core` or `@softies-react-icons/custom` directory and render it using a JSX component. For example:
```jsx
import { ArrowDownIcon } from '@softies-react-icons/core';
function MyComponent() {
return (
);
}
```
The width and height props are optional, and will default to 24 if not specified. You can also pass additional props to the SVG element, such as className or style, to customize the appearance of the icon.
## License
This package is released under the Apache License, Version 2.0. The Softies icon set is the work of Robbie Pearce, and its license can be found at https://robbiepearce.com/softies/licence.