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