UNPKG

@untitledui/icons

Version:

Official React library for Untitled UI Icons

10 lines (7 loc) 209 B
import { FC, SVGProps } from 'react'; interface Props extends SVGProps<SVGSVGElement> { color?: string; size?: number; } declare const ChartBreakoutSquare: FC<Props>; export { ChartBreakoutSquare };