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="M11 7a3 3 0 0 0-3 3v1H7a1 1 0 1 0 0 2h1v1a3 3 0 0 0 3 3h1.5c1.59 0 2.852-.616 3.706-1.591.836-.956 1.232-2.2 1.232-3.409 0-1.209-.396-2.453-1.232-3.409C15.352 7.617 14.089 7 12.5 7H11Zm-9 5C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10S2 17.523 2 12Z" clipRule="evenodd" /><path fillRule="evenodd" d="M10 13v1a1 1 0 0 0 1 1h1.5c1.036 0 1.742-.384 2.2-.909.477-.544.738-1.3.738-2.091 0-.791-.261-1.547-.738-2.091C14.242 9.383 13.537 9 12.5 9H11a1 1 0 0 0-1 1v1h1a1 1 0 1 1 0 2h-1Z" clipRule="evenodd" /></svg>;
export default SvgComponent;