import React, { SVGAttributes } from 'react'; export const ImageInline = (props: SVGAttributes) => { return ( ); };