17 lines
729 B
Markdown
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) | [](https://www.npmjs.com/package/@lion/icon) | Icon |
|
|
|
|
```js script
|
|
export default {
|
|
title: 'Icons/Intro',
|
|
};
|
|
```
|