JSPM

icons-lib-minha

1.22.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q24947F
  • License MIT

Yoga icon package

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

Star building clock triangle_alert triangle_alert triangle_alert triangle_alert arrow_down youtube

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 />;

Here you can check an example in web and native platforms.