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="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;