UNPKG

react-material-symbols

Version:

A minimalist package for adding Material Symbols to any React project.

5 lines 275 B
import type { PolymorphicMaterialSymbolProps } from './icon'; import type { ElementType } from 'react'; declare const Rounded: <C extends ElementType<any>>(props: PolymorphicMaterialSymbolProps<C>) => JSX.Element; export default Rounded; //# sourceMappingURL=rounded.d.ts.map