lion/docs/intros/intros-icon.md
Thomas Allmer bcd074d1fb feat: use markdown javascript (mdjs) for documentation
Co-authored-by: CubLion <alex.ghiu@ing.com>
2020-05-29 17:01:15 +02:00

17 lines
741 B
Markdown

# Icons
Icon system for managing iconsets, taking into account performance, maintainability and scalability.
Icons are SVGs so they can be easily scaled and styled with CSS.
## Packages
| Package | Version | Description |
| --------------------------------------------- | ------------------------------------------------------------------------------------------------ | ----------- |
| [icon](?path=/docs/icons-icon--default-story) | [![icon](https://img.shields.io/npm/v/@lion/icon.svg)](https://www.npmjs.com/package/@lion/icon) | Icon |
```js script
export default {
title: 'Icons/Intro',
};
```