StopCircleSolid
stop-circle-solid
npm install @mynaui/icons-react
import { StopCircleSolid } from "@mynaui/icons-react";
const App = () => {
return <StopCircleSolid />;
}; <svg width="24" height="24" fill="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d='M2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12m8.279-3.198c-.424.057-.848.188-1.193.534-.346.345-.477.769-.534 1.192-.052.391-.052.876-.052 1.425v.094c0 .549 0 1.034.052 1.425.057.423.188.847.534 1.192.345.346.769.477 1.192.534.391.052.876.052 1.425.052h.095c.548 0 1.033 0 1.424-.052.423-.057.847-.188 1.192-.534.346-.345.477-.769.534-1.192.052-.391.052-.876.052-1.424v-.095c0-.549 0-1.034-.052-1.424-.057-.424-.188-.848-.534-1.193-.345-.346-.769-.477-1.192-.534-.391-.052-.876-.052-1.425-.052h-.094c-.549 0-1.034 0-1.424.052'/>
</svg> <img loading="lazy" decoding="async" src="https://unpkg.com/@mynaui/icons/icons-solid/stop-circle.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-stop-circle"></use>
</svg>