lion/docs/intros/intros-icon.md
2020-06-08 17:39:29 +02:00

17 lines
729 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--main#icon) | [![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',
};
```