@axeptio/design-system
Version:
Design System for Axeptio
24 lines (22 loc) • 383 B
TypeScript
export const IconList: string[];
export default Icon;
declare function Icon({
name,
iconSize,
iconWidth,
fillColor,
strokeColor,
noStroke,
right,
left
}: {
name: string;
iconSize: number;
iconWidth: number;
strokeColor: string;
fillColor: string;
noStroke: boolean;
right: boolean;
left: boolean;
}): JSX.Element;
//# sourceMappingURL=index.d.ts.map