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="M12 12a1 1 0 1 0 0 2 1 1 0 0 0 0-2Z" /><path fillRule="evenodd" d="M12 3C6.477 3 2 7.477 2 13c0 2.859 1.2 5.438 3.123 7.26.547.518 1.257.74 1.928.74h9.899c.67 0 1.38-.222 1.928-.74A9.974 9.974 0 0 0 22 13c0-5.523-4.477-10-10-10Zm4.707 5.293a1 1 0 0 1 0 1.414l-2 2a3 3 0 1 1-1.414-1.414l2-2a1 1 0 0 1 1.414 0Z" clipRule="evenodd" /></svg>;
export default SvgComponent;