UNPKG

@cimpress/react-components

Version:
9 lines 375 B
import React from 'react'; export interface HamburgerProps { /** The width of the Hamburger shape, defaults to '32px'. */ width?: string; /** The color of the Hamburger shape, defaults to 'teal.base'. */ color?: string; } export declare const Hamburger: ({ width, color, ...rest }: HamburgerProps) => React.JSX.Element; //# sourceMappingURL=Hamburger.d.ts.map