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 fillRule="evenodd" d="M16.284 5c1.748.679 4.216 1 4.216 1 .655 4.584-.249 8.41-2.878 11.281a3.476 3.476 0 0 1-.563-.392c-1.035-.876-2.658-1.139-5.059-1.139-2.352 0-3.956.272-4.993 1.12-.199.162-.405.288-.628.411C3.749 14.41 2.845 10.584 3.5 6c0 0 2.652-.321 4.4-1 1.434-.557 3.205-1.507 3.85-1.861L12 3l.27.139c.691.354 2.58 1.304 4.014 1.861ZM8.75 10a3.25 3.25 0 1 1 6.5 0 3.25 3.25 0 0 1-6.5 0Z" clipRule="evenodd" opacity={0.1} stroke="none" fill="currentColor" /><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.621 0 4.21.32 5.144 1.315" /><path d="M16.284 5c1.747.679 4.216 1 4.216 1 1 7-1.635 12.231-8.5 15-6.866-2.769-9.5-8-8.5-15 0 0 2.652-.321 4.4-1 1.433-.557 3.204-1.507 3.85-1.861L12 3l.269.139c.692.354 2.58 1.304 4.015 1.861Z" /></svg>;
export default SvgComponent;