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