@classapp-tech/edna-icons
v1.17.0
Published
UI icon library
Downloads
557
Keywords
Readme
@classapp-tech/edna-icons
🚧 This project is under construction 🚧
Installation
Use the package manager node to install.
npm install @classapp-tech/edna-icons
Usage
import React from 'react';
import { AlignCenterLight } from '@classapp-tech/edna-icons';
function App() {
return (
<div><AlignCenterLight /></div>
)
}