import * as React from 'react'; import SvgIcon, {SVGIconProps} from './svgIcon'; const IconTrello = React.forwardRef((props, ref) => { return ( ); }); IconTrello.displayName = 'IconTrello'; export {IconTrello};