🚧 This project is under construction 🚧
Use the package manager node to install.
npm install @classapp-tech/edna-icons-native
import React from 'react';
import { View } from 'react-native';
import { AlignCenterLight } from '@classapp-tech/edna-icons-native';
function App() {
return (
<View><AlignCenterLight /></View>
)
}