import React from 'react'; import SvgIcon, { SvgIconProps } from '@mui/material/SvgIcon'; const IconPaperPlaneFill = (props: SvgIconProps) => ( ); IconPaperPlaneFill.displayName = 'icon-paperPlane-fill'; export default IconPaperPlaneFill;