import * as React from "react";
const SvgComponent = props => <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke="currentColor" fill="none" strokeWidth={2} strokeLinecap="round" strokeLinejoin="round" {...props}><path d="M3.037 9A20.66 20.66 0 0 0 3 10.312v5.376C3 20.062 3.938 21 8.312 21h7.376C20.062 21 21 20.062 21 15.688v-5.376c0-.477-.011-.913-.037-1.312H3.037Z" opacity={0.1} stroke="none" fill="currentColor" /><path d="M3 10.312C3 5.938 3.938 5 8.312 5h7.376C20.062 5 21 5.938 21 10.312v5.376C21 20.062 20.062 21 15.688 21H8.312C3.938 21 3 20.062 3 15.688v-5.376ZM6 5V3M18 5V3M3.5 9h17" /></svg>;
export default SvgComponent;