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="M16 3.13c-.803-.092-1.727-.13-2.79-.13h-2.42c-1.063 0-1.987.038-2.79.13v17.74c.803.092 1.727.13 2.79.13h2.42c1.063 0 1.987-.038 2.79-.13V3.13Z" opacity={0.1} stroke="none" fill="currentColor" /><path d="M8 3.5v17M16 3.5v17M21 12H4M8 8H4M8 16H4M20 8h-4M20 16h-4M3 10.79C3 4.375 4.375 3 10.79 3h2.42C19.625 3 21 4.375 21 10.79v2.42c0 6.415-1.375 7.79-7.79 7.79h-2.42C4.375 21 3 19.625 3 13.21v-2.42Z" /></svg>;
export default SvgComponent;