Skip to main content
Go back
Share

Navigation

React Code

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

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

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='M11.54 3.333a.485.485 0 0 1 .92 0l6.5 16.916c.178.464-.272.917-.685.69l-6.05-3.314a.464.464 0 0 0-.45 0l-6.05 3.315c-.413.226-.863-.227-.685-.69z'/>
</svg>

SVG CDN

<img src="https://unpkg.com/@mynaui/icons/icons/navigation.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-navigation"></use>
</svg>