import * as React from "react";
const SvgComponent = props => <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke="currentColor" fill="none" strokeWidth={2} strokeLinecap="round" strokeLinejoin="round" {...props}><path d="M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z" /><path d="m13.914 15.1 1.406-3.906c.573-1.592-.967-3.132-2.56-2.56l-3.906 1.407c-1.678.604-1.462 3.044.296 3.344a1.736 1.736 0 0 1 1.42 1.42c.3 1.758 2.74 1.974 3.344.295Z" /></svg>;
export default SvgComponent;