UNPKG

@react95/icons

Version:
13 lines (12 loc) 381 B
import React from 'react'; import type { SVGProps } from "react"; export declare const comdlg32537Data: { '98x30_4': (props: SVGProps<SVGSVGElement>) => React.JSX.Element; }; export interface Comdlg32537Props extends SVGProps<SVGSVGElement> { /** * Icon variant to use. **/ variant?: '98x30_4'; } export declare const Comdlg32537: React.FC<Comdlg32537Props>;