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.586 3.586C3 4.172 3 5.114 3 7v7.75h2.93a2.25 2.25 0 0 1 1.872 1.002l.812 1.219c.325.487.871.779 1.456.779h3.86a1.75 1.75 0 0 0 1.456-.78l.812-1.218a2.25 2.25 0 0 1 1.872-1.002H21V7c0-1.886 0-2.828-.586-3.414C19.828 3 18.886 3 17 3H7c-1.886 0-2.828 0-3.414.586Z" opacity={0.1} stroke="none" fill="currentColor" /><path d="M3 15h2.93a2 2 0 0 1 1.664.89l.812 1.22a2 2 0 0 0 1.664.89h3.86a2 2 0 0 0 1.664-.89l.812-1.22A2 2 0 0 1 18.07 15H21" /><path d="M3 7c0-1.886 0-2.828.586-3.414C4.172 3 5.114 3 7 3h10c1.886 0 2.828 0 3.414.586C21 4.172 21 5.114 21 7v10c0 1.886 0 2.828-.586 3.414C19.828 21 18.886 21 17 21H7c-1.886 0-2.828 0-3.414-.586C3 19.828 3 18.886 3 17V7Z" /></svg>;
export default SvgComponent;