// React Imports import type { SVGAttributes } from 'react' const ContentWide = (props: SVGAttributes) => { return ( ) } export default ContentWide