UNPKG

@react95/icons

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