← Go back
Share

Yen


Usage:

React Code:

npm install @mynaui/icons-react
import { Yen } from "@mynaui/icons-react";

const App = () => {
  return <Yen />;
};

SVG HTML:

<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" stroke="currentColor"><path d="M17.455 12H12m0 0H6.545M12 12 6 3.5m6 8.5 6-8.5M12 12v4.25m5.454 0H12m0 0H6.545m5.455 0v4.25"/></svg>

SVG CDN:

<img src="https://unpkg.com/@mynaui/icons/icons/yen.svg" />

SVG Sprite:

npm install @mynaui/icons
<svg
        width="24"
        height="24"
        fill="none"
        viewBox="0 0 24 24"
        stroke-width="1.5"
        stroke-linecap="round"
        stroke-linejoin="round"
        stroke="currentColor"
      >
        <use xlink:href="/path/to/mynaui.symbol.svg#mynaui-yen"></use></svg
      >