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="M10 2a3 3 0 0 0-3 3v1H5.968c-.439 0-.817 0-1.13.021a3.07 3.07 0 0 0-.986.207 3 3 0 0 0-1.624 1.624 3.07 3.07 0 0 0-.207.986C2 9.15 2 9.529 2 9.968v7.098c0 .886 0 1.65.082 2.262.088.655.287 1.284.797 1.793.51.51 1.138.709 1.793.797C5.284 22 6.048 22 6.934 22h10.132c.886 0 1.65 0 2.262-.082.655-.088 1.284-.287 1.793-.797.51-.51.709-1.138.797-1.793.082-.612.082-1.376.082-2.262V9.968c0-.439 0-.817-.021-1.13a3.07 3.07 0 0 0-.207-.986 3 3 0 0 0-1.624-1.624 3.07 3.07 0 0 0-.986-.207C18.85 6 18.471 6 18.032 6H17V5a3 3 0 0 0-3-3h-4Zm5 4V5a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v1h6Zm-4.5 7a1 1 0 0 1 1-1h1a1 1 0 1 1 0 2h-1a1 1 0 0 1-1-1Zm-6.183.357a1 1 0 0 1 1.413.048C7.197 14.973 9.448 16 12 16c2.553 0 4.803-1.027 6.27-2.595a1 1 0 1 1 1.46 1.366C17.87 16.759 15.084 18 12 18c-3.084 0-5.87-1.24-7.73-3.23a1 1 0 0 1 .047-1.413Z" clipRule="evenodd" /></svg>;
export default SvgComponent;