Skip to main content

icons

import { Icons8Adobe } from '@ginger-society/ginger-ui'

<Icons8Adobe stroke="#eeeeee" width="1rem" height="1rem" />

Changing color based on the theme

You shoule be able to change the color like this

<Icons8Adobe fill="var(--primary-color)" width="1rem" height="1rem" />

and for inverted color for a given theme

<Icons8Adobe fill="var(--primary-bg-color)" width="1rem" height="1rem" />
Icons