UNPKG

@gzup/macaw-ui-4

Version:

Gzup's UI component library

11 lines (9 loc) 156 B
import { makeStyles } from "../theme"; export const useIconStyles = makeStyles( { root: { fill: "none", }, }, { name: "MacawIcon" } );