Skip to content

Latest commit

 

History

History

icons

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.