Yen Diamond
React Code
npm install @mynaui/icons-react
import { YenDiamond } from "@mynaui/icons-react";
const App = () => {
return <YenDiamond />;
};
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.707 10.295a2.41 2.41 0 0 0 0 3.41l7.588 7.588a2.409 2.409 0 0 0 3.41 0l7.588-7.588a2.409 2.409 0 0 0 0-3.41l-7.588-7.588a2.41 2.41 0 0 0-3.41 0zM15.182 12.5H12m0 0H8.818m3.182 0-3.5-5m3.5 5 3.5-5m-3.5 5V15m3.182 0H12m0 0H8.818M12 15v2.5'/>
</svg>
SVG CDN
<img src="https://unpkg.com/@mynaui/icons/icons/yen-diamond.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-yen-diamond"></use>
</svg>