🎨 React Icon
npm install @fruits-chain/icons-react``bash`
yarn add @fruits-chain/icons-react
`tsx
import React from 'react'
import { SuccessOutline } from '@fruits-chain/icons-react'
const App: React.FC = () => {
return (
)
}
``