## 安装
```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" />
}
```