CircleNotchSolid
circle-notch-solid
npm install @mynaui/icons-react
import { CircleNotchSolid } from "@mynaui/icons-react";
const App = () => {
return <CircleNotchSolid />;
}; <svg width="24" height="24" fill="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d='M15.625 3.641a.75.75 0 0 1 1.017-.3 9.8 9.8 0 0 1 5.108 8.615c0 5.406-4.362 9.794-9.75 9.794s-9.75-4.388-9.75-9.794a9.8 9.8 0 0 1 5.108-8.615.75.75 0 1 1 .717 1.318 8.3 8.3 0 0 0-4.325 7.297c0 4.584 3.697 8.294 8.25 8.294s8.25-3.71 8.25-8.294a8.3 8.3 0 0 0-4.325-7.297.75.75 0 0 1-.3-1.018'/>
</svg> <img loading="lazy" decoding="async" src="https://unpkg.com/@mynaui/icons/icons-solid/circle-notch.svg" /> npm install @mynaui/icons
<svg width="24" height="24" fill="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><use xlink:href="/path/to/mynaui-solid.symbol.svg#mynaui-circle-notch"></use>
</svg>