@episclera/weaver-icons
v1.22.0
Published
A set of icons for weaver monorepo repository.
Downloads
20
Readme
Getting started
- Install:
npm i @episclera/weaver-icons
import React from 'react'
import { LoadingOutlined } from '@episclera/weaver-icons'
export default () => (
<div>
Loading... <LoadingOutlined />
</div>
)
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
Or you can sponsor via Open Collective
Author
@episclera/weaver © Episclera, Released under the MIT License. Authored and maintained by Episclera with help from contributors (list).