@nonfx/flow-icons
v1.4.0
Published
Flow icons package
Downloads
621
Readme
Flow Icons
The Flow Icons is built on the Flow design framework
Installation
1️⃣ Install flow icons dependency
npm i --save @nonfx/flow-icons
Note: after installation, re-start your application.
2️⃣ Import flow-icons into your project
Paste the below snippet in your project and add your application startup/runtime code to it.
import "@nonfx/flow-core";
import { register } from "@nonfx/flow-icons";
register(["system"]);