UNPKG

@fruits-chain/icons-react-native

Version:

🎨 React Native Icon

17 lines (12 loc) • 264 B
## 安装 ```bash yarn add @fruits-chain/icons-react-native ``` ## 使用 ```tsx import React from 'react' import { SuccessOutline } from '@fruits-chain/icons-react-native' const App: React.FC = () => { return <SuccessOutline size={20} color="#098" /> } ```