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="M10 8a2 2 0 1 1 4 0 2 2 0 0 1-4 0ZM15.293 4.293a1 1 0 0 1 1.414 0 5.243 5.243 0 0 1 0 7.414 1 1 0 0 1-1.414-1.414 3.243 3.243 0 0 0 0-4.586 1 1 0 0 1 0-1.414ZM8.707 4.293a1 1 0 0 0-1.414 0 5.243 5.243 0 0 0 0 7.414 1 1 0 0 0 1.414-1.414 3.243 3.243 0 0 1 0-4.586 1 1 0 0 0 0-1.414Z" clipRule="evenodd" /><path fillRule="evenodd" d="M18.293 2.293a1 1 0 0 1 1.414 0 8.071 8.071 0 0 1 0 11.414 1 1 0 1 1-1.414-1.414 6.071 6.071 0 0 0 0-8.586 1 1 0 0 1 0-1.414ZM5.707 2.293a1 1 0 0 0-1.414 0 8.071 8.071 0 0 0 0 11.414 1 1 0 1 0 1.414-1.414 6.071 6.071 0 0 1 0-8.586 1 1 0 0 0 0-1.414ZM9.718 13.684c.73-2.193 3.833-2.193 4.564 0l1.79 5.367A3 3 0 0 1 13.224 23h-2.45a3 3 0 0 1-2.846-3.949l1.789-5.367Z" clipRule="evenodd" /></svg>;
export default SvgComponent;