/* eslint-disable react/prop-types */ import React from 'react'; const SvgComponent = props => ( ); export default SvgComponent;