import * as React from "react";
const SvgComponent = props => <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke="none" fill="currentColor" fillRule="evenodd" clipRule="evenodd" {...props}><path fillRule="evenodd" d="M3 13h5.126a4.002 4.002 0 0 0 7.748 0H21a1 1 0 1 0 0-2h-5.126a4.002 4.002 0 0 0-7.748 0H3a1 1 0 1 0 0 2Z" clipRule="evenodd" /></svg>;
export default SvgComponent;