Skip to main content
Go back
Share

Option

React Code

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

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

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='M3 7h5.094c.33 0 .495 0 .643.047.132.042.253.111.357.202.117.103.202.245.372.528l5.068 8.446c.17.284.255.425.372.528.103.09.224.16.356.202.148.047.314.047.644.047H21M15 7h6'/>
</svg>

SVG CDN

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