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="M20.226 3.42a1.998 1.998 0 0 0-.46-.268C19.397 3 18.931 3 18 3H6c-.932 0-1.398 0-1.765.152a2 2 0 0 0-1.083 1.083C3 4.602 3 5.068 3 6v12c0 .932 0 1.398.152 1.765.07.167.16.322.268.461L20.226 3.42Z" opacity={0.1} stroke="none" fill="currentColor" /><path d="M3 6c0-.932 0-1.398.152-1.765a2 2 0 0 1 1.083-1.083C4.602 3 5.068 3 6 3h12c.932 0 1.398 0 1.765.152a2 2 0 0 1 1.083 1.083C21 4.602 21 5.068 21 6v12c0 .932 0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083C19.398 21 18.932 21 18 21H6c-.932 0-1.398 0-1.765-.152a2 2 0 0 1-1.083-1.083C3 19.398 3 18.932 3 18V6ZM4 20 20 4M8.5 6v5M11 8.5H6M18 16h-5" /></svg>;
export default SvgComponent;