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 fillRule="evenodd" d="M17.765 5.152C17.398 5 16.932 5 16 5H8c-.932 0-1.398 0-1.765.152a2 2 0 0 0-1.083 1.083C5 6.602 5 7.068 5 8v8c0 .932 0 1.398.152 1.765a2 2 0 0 0 1.083 1.083C6.602 19 7.068 19 8 19h8c.932 0 1.398 0 1.765-.152a2 2 0 0 0 1.083-1.083C19 17.398 19 16.932 19 16V8c0-.932 0-1.398-.152-1.765a2 2 0 0 0-1.083-1.083Zm-2.515 6.839c0-.458 0-.815-.02-1.102-.02-.292-.06-.53-.151-.75a2.25 2.25 0 0 0-1.218-1.218c-.22-.09-.458-.131-.75-.151-.287-.02-.644-.02-1.102-.02h-.018c-.458 0-.815 0-1.102.02-.292.02-.53.06-.75.151a2.25 2.25 0 0 0-1.218 1.218c-.09.22-.131.458-.151.75-.02.287-.02.644-.02 1.102v.018c0 .458 0 .815.02 1.102.02.292.06.53.151.75.229.551.667.99 1.218 1.218.22.09.458.131.75.151.287.02.644.02 1.102.02h.018c.458 0 .815 0 1.102-.02.292-.02.53-.06.75-.151a2.25 2.25 0 0 0 1.218-1.218c.09-.22.131-.458.151-.75.02-.287.02-.644.02-1.102v-.018Z" clipRule="evenodd" opacity={0.1} stroke="none" fill="currentColor" /><path d="M16 5c.932 0 1.398 0 1.765.152a2 2 0 0 1 1.083 1.083C19 6.602 19 7.068 19 8v8c0 .932 0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083C17.398 19 16.932 19 16 19H8c-.932 0-1.398 0-1.765-.152a2 2 0 0 1-1.083-1.083C5 17.398 5 16.932 5 16V8c0-.932 0-1.398.152-1.765a2 2 0 0 1 1.083-1.083C6.602 5 7.068 5 8 5h8Z" /><path d="M13.714 9c.71 0 1.286.576 1.286 1.286v3.428c0 .71-.576 1.286-1.286 1.286h-3.428C9.576 15 9 14.424 9 13.714v-3.428C9 9.576 9.576 9 10.286 9h3.428ZM8 5V3M8 21v-2M21 16h-2M5 16H3M16 5V3M16 21v-2M21 8h-2M5 8H3" /></svg>;
export default SvgComponent;