@react95/icons
Version:
React95 icons gallery
13 lines (12 loc) • 381 B
TypeScript
import React from 'react';
import type { SVGProps } from "react";
export declare const mshtml32545Data: {
'16x16_4': (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
};
export interface Mshtml32545Props extends SVGProps<SVGSVGElement> {
/**
* Icon variant to use.
**/
variant?: '16x16_4';
}
export declare const Mshtml32545: React.FC<Mshtml32545Props>;