import React from "react";
export interface IconProps {
    fill?: string;
    group?: "" | "color" | "filled" | "linear" | "thin" | undefined;
    height?: number | string;
    name: string;
    viewBox?: string;
    width?: number | string;
}
declare const _default;
export default _default;
