UNPKG

@cap3/capitano-components

Version:
15 lines 437 B
import * as React from "react"; declare type IconContainerProps = { size?: string; color?: string; } & React.SVGAttributes<SVGElement>; export declare type IconProps = { iconId: string; } & IconContainerProps; /** * Icon component for custom Icons provided as svg sprite with an id * coloring should be done via currentcolor */ export declare const Icon: React.SFC<IconProps>; export {}; //# sourceMappingURL=Icon.d.ts.map