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="M2 15.024c0 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.17.899.2 1.974.265 3.227.265h6.048c1.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.227V15a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v.024ZM22 8.976c0-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.266-.91.202-1.698.554-2.314 1.17-.615.615-.967 1.403-1.17 2.313C2.066 6.648 2 7.723 2 8.976V9a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-.024Z" /></svg>;
export default SvgComponent;