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="M15 10a3 3 0 1 1-6 0 3 3 0 0 1 6 0ZM6.893 17.315C7.83 16.335 9.413 16 12 16c2.622 0 4.211.32 5.145 1.315" /><path d="M16.284 5c.858.333 1.89.58 2.719.746.88.175 1.597.87 1.658 1.766.412 5.994-2.087 10.547-7.918 13.171a1.813 1.813 0 0 1-1.486 0c-5.827-2.622-8.327-7.17-7.92-13.157.062-.902.788-1.6 1.677-1.766.887-.165 2.002-.417 2.886-.76 1.433-.557 3.204-1.507 3.85-1.861a.538.538 0 0 1 .504-.008l.015.008c.692.354 2.581 1.304 4.015 1.861Z" /></svg>;
export default SvgComponent;