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