@gympass/yoga-icons
v1.27.0
Published
Yoga icon package
Downloads
1,546
Readme
Yoga Icons
Instalation
yarn add @gympass/yoga-icons
@gympass/yoga-icons
is a pacakge containing all icons used in @gympass/yoga
package.
React native
To use in react-native
make sure you have installed react-native-svg.
Usage
Icon works out of the box for both platforms.
import { Star } from '@gympass/yoga-icons';
export default () => <Star fill="#f01 />;