UNPKG

@axeptio/design-system

Version:
24 lines (22 loc) 383 B
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