@cap3/capitano-components
Version:
# <div style="color: crimson;">ALPHA DISCLAIMER</div>
15 lines • 437 B
TypeScript
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