UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

5 lines (4 loc) 235 B
import React from 'react'; import { IIcon } from '@onesy/ui-react'; declare const IconMaterialFileMapFilled: React.ForwardRefExoticComponent<Omit<IIcon, "ref"> & React.RefAttributes<unknown>>; export default IconMaterialFileMapFilled;