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="M22 13.648V8.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.976v6.048c0 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.227V13.648ZM4.218 6.183C4.066 6.866 4 7.77 4 8.976v2.12c.72-.692 1.39-1.259 2.039-1.671.786-.5 1.593-.81 2.463-.81.87 0 1.677.31 2.464.81.776.494 1.583 1.207 2.469 2.093l1.625 1.626c.984-.81 1.948-1.37 2.986-1.5.683-.085 1.328.023 1.954.276V8.976c0-1.207-.066-2.11-.218-2.793-.15-.672-.368-1.07-.632-1.333-.263-.264-.661-.483-1.333-.632C17.134 4.066 16.232 4 15.024 4H8.976c-1.207 0-2.11.066-2.793.218-.672.15-1.07.368-1.333.632-.264.263-.483.661-.632 1.333Z" clipRule="evenodd" /><path fillRule="evenodd" d="M14 8a2 2 0 1 1 4 0 2 2 0 0 1-4 0Z" clipRule="evenodd" /></svg>;
export default SvgComponent;