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 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.376Z" 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 5V3M7 9h10" /></svg>;
export default SvgComponent;