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="M7 3.5v6.562c0 1.851 2.375 2.612 3.451 1.106a1.903 1.903 0 0 1 3.098 0c1.076 1.506 3.451.745 3.451-1.106V3.5c0-.145-.015-.286-.045-.422C20.233 3.394 21 4.779 21 8.976v6.048C21 19.945 19.945 21 15.024 21H8.976C4.055 21 3 19.945 3 15.024V8.976c0-4.197.767-5.582 4.045-5.898-.03.136-.045.277-.045.422Z" clipRule="evenodd" opacity={0.1} stroke="none" fill="currentColor" /><path d="M3 8.976C3 4.055 4.055 3 8.976 3h6.048C19.945 3 21 4.055 21 8.976v6.048C21 19.945 19.945 21 15.024 21H8.976C4.055 21 3 19.945 3 15.024V8.976Z" /><path d="M7 3.5v6.562c0 1.851 2.375 2.612 3.451 1.106a1.903 1.903 0 0 1 3.098 0c1.076 1.506 3.451.745 3.451-1.106V3.5" /></svg>;
export default SvgComponent;