Cloud Slash
React Code
npm install @mynaui/icons-react
import { CloudSlash } from "@mynaui/icons-react";
const App = () => {
return <CloudSlash />;
};
SVG HTML
<svg width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg">
<path d='m2.875 21 2.793-2.793M20.875 3l-5.532 5.532m0 0c.274.536.503 1.145.68 1.831 4.041 0 7.933 4.23 4.255 7.384-.91.78-2.245 1.003-3.406 1.003H8.026c-.827 0-1.632-.19-2.358-.543m9.675-9.675-9.675 9.675M3.24 16C-1.307 9.542 7.728 3 13 6'/>
</svg>
SVG CDN
<img src="https://unpkg.com/@mynaui/icons/icons/cloud-slash.svg" />
SVG Sprite
npm install @mynaui/icons
<svg width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg">
<use xlink:href="/path/to/mynaui.symbol.svg#mynaui-cloud-slash"></use>
</svg>