import React from 'react';
import { IIcon } from '@amaui/ui-react';
declare const IconMaterialArrowTopRightW100Filled: React.ForwardRefExoticComponent<Omit<IIcon, "ref"> & React.RefAttributes<unknown>>;
export default IconMaterialArrowTopRightW100Filled;
