UNPKG

@cimpress/react-components

Version:
11 lines 458 B
import React from 'react'; export interface CloseProps { /** Width of the Close shape, defaults to '32px'. */ width?: string; /** Color of the Close shape, defaults to 'teal.base'. */ color?: string; /** If true, the Close shape will be cropped to 16x16px. Defaults to false. */ cropped?: boolean; } export declare const Close: ({ width, color, cropped, ...rest }: CloseProps) => React.JSX.Element; //# sourceMappingURL=Close.d.ts.map