yarn add @gympass/yoga-icons
@gympass/yoga-icons
is a pacakge containing all icons used in @gympass/yoga
package.
To use in react-native
make sure you have installed react-native-svg.
Icon works out of the box for both platforms.
import { Star } from '@gympass/yoga-icons';
export default () => <Star fill="#f01 />;