0.11.0 • Published 5 years ago

@asuite/ship-icons v0.11.0

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
5 years ago

Ship Icons

npm (scoped)

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.

0.11.0

5 years ago

0.10.0

5 years ago

0.9.0

5 years ago

0.8.0

5 years ago

0.7.0

5 years ago

0.6.1

5 years ago

0.6.0

5 years ago

0.5.0

5 years ago

0.4.0

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago