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="M9.488 2.566c.817.272 1.661.65 2.512 1.122.85-.472 1.695-.85 2.512-1.122 2.285-.761 4.678-.79 6.195.727 1.517 1.517 1.488 3.91.727 6.195-.272.817-.65 1.661-1.122 2.512.473.85.85 1.695 1.122 2.512.761 2.285.79 4.678-.727 6.195-1.517 1.517-3.91 1.488-6.195.727A14.93 14.93 0 0 1 12 20.312c-.85.473-1.695.85-2.512 1.122-2.284.761-4.678.79-6.195-.727-1.517-1.517-1.488-3.91-.727-6.195.272-.817.65-1.661 1.122-2.512-.472-.85-.85-1.695-1.122-2.512-.761-2.285-.79-4.678.727-6.195 1.517-1.517 3.91-1.488 6.195-.727Zm10.049 6.29c.686-2.06.448-3.456-.244-4.149-.692-.692-2.09-.93-4.148-.244a11.76 11.76 0 0 0-1.191.474c.94.68 1.867 1.47 2.753 2.356a22.921 22.921 0 0 1 2.356 2.753c.187-.406.345-.805.474-1.19ZM7.293 7.292a22.915 22.915 0 0 1 2.753-2.356 11.758 11.758 0 0 0-1.19-.474c-2.06-.686-3.456-.448-4.149.244-.692.693-.93 2.09-.244 4.148.13.386.287.785.474 1.191.68-.94 1.47-1.867 2.356-2.753Zm9.414 9.414a22.916 22.916 0 0 0 2.356-2.753c.187.406.345.805.474 1.19.686 2.06.448 3.457-.244 4.149-.692.692-2.09.93-4.148.244a11.767 11.767 0 0 1-1.191-.474c.94-.68 1.868-1.47 2.753-2.356Zm-9.414 0a22.917 22.917 0 0 0 2.753 2.356c-.406.187-.805.345-1.19.474-2.06.686-3.456.448-4.149-.244-.692-.692-.93-2.09-.244-4.148.13-.386.287-.784.474-1.191.68.94 1.47 1.868 2.356 2.753ZM11 12a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm1-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6Z" clipRule="evenodd" /></svg>;
export default SvgComponent;