0.11.0 • Published 5 years ago
@asuite/ship-icons v0.11.0
Ship Icons
This repo contains SVG icons for the Ship Design System.
Installation
npm install @asuite/ship-icons --save
Usage
To use these icons in React, install @svgr/webpack or @svgr/rollup.
In your code:
import ChevronDown from '@asuite/ship-icons/icons/24/chevron-down.svg';
const App = () => (
<div>
<ChevronDown />
</div>
);
License
Licensed under the Apache License, Version 2.0.