Aeroplane
React Code
npm install @mynaui/icons-react
import { Aeroplane } from "@mynaui/icons-react";
const App = () => {
return <Aeroplane />;
};
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='m14.134 6.992 3.396-3.397a2.033 2.033 0 0 1 2.875 2.875l-3.397 3.396 1.838 9.145c.235 1.17-2.034 2.8-2.638 1.25l-2.69-6.904-3.493 3.493c.17 2.041.207 2.72-1.224 4.15l-2.175-3.626L3 15.199c1.43-1.431 2.109-1.395 4.15-1.224l3.493-3.492-6.904-2.691c-1.55-.604.08-2.874 1.25-2.638z'/>
</svg>
SVG CDN
<img src="https://unpkg.com/@mynaui/icons/icons/aeroplane.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-aeroplane"></use>
</svg>