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