🎨 React Native Icon
npm install @fruits-chain/icons-react-native``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
}
``