Package Exports
- icons-lib-minha
- icons-lib-minha/src/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (icons-lib-minha) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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 />;