Yoga provide a package called @gympass/yoga-icons
that contains icons to be
used at your application.
yarn add @gympass/yoga-icons
Icon components receive all the available svg tag attributes.
import { Star } from '@gympass/yoga-icons';
You can use icon groups: FlagsIcons
and UIIcons
. You can also use an icon specific of these groups.
Remembering that icon groups are objects
you can work with.
import { Box } from '@gympass/yoga';import { UIIcons, FlagsIcons } from '@gympass/yoga-icons';