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