UNPKG

@teravn/onui

Version:

The React UI component library is based on MUI

7 lines (6 loc) 172 B
import React from 'react'; export interface Props extends React.SVGProps<SVGSVGElement> { icon: string; } declare const OnIcon: React.FC<Props>; export default OnIcon;