@atlrdsgn/kit
Version:
An ever–expanding library of React components, primitives, and tools
10 lines (9 loc) • 405 B
TypeScript
import { IconComponentProps } from '../svg.icons';
import { default as React } from 'react';
interface BadgeIconProps extends React.SVGProps<SVGSVGElement> {
svg: IconComponentProps['icon'];
className?: string;
}
export declare const BadgeIcon: React.ForwardRefExoticComponent<Omit<BadgeIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
export {};
//# sourceMappingURL=badge.icons.d.ts.map