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 d="M20 9a2 2 0 0 1 2 2v4.024c0 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.227V11a2 2 0 0 1 2-2h16ZM9 5a2 2 0 0 0 2 2h9.657c.68 0 1.225-.588 1.078-1.25-.203-.91-.555-1.7-1.17-2.315-.616-.615-1.404-.967-2.314-1.17-.899-.2-1.974-.265-3.227-.265H11a2 2 0 0 0-2 2v1ZM5 7a2 2 0 0 0 2-2V3.343c0-.68-.588-1.225-1.251-1.078-.91.203-1.699.555-2.314 1.17-.615.616-.967 1.404-1.17 2.314C2.118 6.412 2.664 7 3.343 7H5Z" /></svg>;
export default SvgComponent;