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