@fruits-chain/icons-react-native
v0.1.11
Published
🎨 React Native Icon
Downloads
1,814
Keywords
Readme
安装
yarn add @fruits-chain/icons-react-native
使用
import React from 'react'
import { SuccessOutline } from '@fruits-chain/icons-react-native'
const App: React.FC = () => {
return <SuccessOutline size={20} color="#098" />
}