UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

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