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="M12 6a6 6 0 0 0-4.288 10.197c.268.273.412.525.457.747l.529 2.645A3 3 0 0 0 11.639 22h.722a3 3 0 0 0 2.941-2.411l.53-2.645c.044-.222.188-.474.456-.747A6 6 0 0 0 12 6Zm-1 10a1 1 0 1 0 0 2h2a1 1 0 1 0 0-2h-2Z" clipRule="evenodd" /></svg>;
export default SvgComponent;