import type { SVGProps } from "react"; export interface Settings02IconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function Settings02Icon({ className, size, color, ...props }: Settings02IconProps): import("react").JSX.Element; //# sourceMappingURL=settings-02-icon.d.ts.map