@untitled-theme/icons-react
Version: 
Untitled UI icons for React
9 lines (8 loc) • 699 B
TypeScript
import * as React from 'react';
interface Maximize01IconProps extends React.SVGProps<SVGSVGElement> {
}
/**
 * 
 */
declare const Maximize01Icon: React.ForwardRefExoticComponent<Omit<Maximize01IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
export default Maximize01Icon;