Skip to content

Component Usage

You can code your own component to use the icon.

Prerequisites

Completed the Quick Start steps. ⚠️

And it has the following Icons Folder Structure:

src/icons/
├── dir/
│ └── icon1.svg
├── icon1.svg
└── icon2.svg

Vue3 Example

example component

React Example

example component