All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.esm.createIcon.d.ts Maven / Gradle / Ivy

import * as React from 'react';
export interface IconDefinition {
    name?: string;
    width: number;
    height: number;
    svgPath: string;
    xOffset?: number;
    yOffset?: number;
}
export interface SVGIconProps extends Omit, 'ref'> {
    title?: string;
    className?: string;
}
/**
 * Factory to create Icon class components for consumers
 */
export declare function createIcon({ name, xOffset, yOffset, width, height, svgPath }: IconDefinition): React.ComponentClass;
//# sourceMappingURL=createIcon.d.ts.map




© 2015 - 2025 Weber Informatics LLC | Privacy Policy