import * as React from "react";
const SvgComponent = props => <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke="none" fill="currentColor" fillRule="evenodd" clipRule="evenodd" {...props}><path fillRule="evenodd" d="M5.75 2.266C6.647 2.066 7.722 2 8.975 2h6.048c1.253 0 2.328.066 3.227.266.91.202 1.698.554 2.314 1.17.615.615.967 1.403 1.17 2.313.2.899.265 1.974.265 3.227v6.048c0 1.253-.066 2.328-.265 3.227-.203.91-.555 1.698-1.17 2.314-.616.615-1.404.967-2.314 1.17-.899.2-1.974.265-3.227.265H8.976c-1.253 0-2.328-.066-3.227-.265-.91-.203-1.698-.555-2.314-1.17-.615-.616-.967-1.404-1.17-2.314-.2-.899-.265-1.974-.265-3.227V8.976c0-1.253.066-2.328.266-3.227.202-.91.554-1.698 1.17-2.314.615-.615 1.403-.967 2.313-1.17ZM7 4a1 1 0 0 1 1 1v5.062c0 .878 1.127 1.24 1.638.525a2.903 2.903 0 0 1 4.724 0c.51.715 1.638.353 1.638-.525V5a1 1 0 1 1 2 0v5.062c0 2.824-3.624 3.985-5.265 1.687a.903.903 0 0 0-1.47 0C9.624 14.047 6 12.886 6 10.062V5a1 1 0 0 1 1-1Z" clipRule="evenodd" /></svg>;
export default SvgComponent;