Bike
bike
npm install @mynaui/icons-react
import { Bike } from "@mynaui/icons-react";
const App = () => {
return <Bike />;
}; <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.71 18.25v-3.868l-2.21-2.21 4.421-4.422 2.21 2.316h2.211M15.5 17.25a3 3 0 1 0 6 0 3 3 0 0 0-6 0m-13 0a3 3 0 1 0 6 0 3 3 0 0 0-6 0m16.5-12a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0'/>
</svg> <img loading="lazy" decoding="async" src="https://unpkg.com/@mynaui/icons/icons/bike.svg" /> 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-bike"></use>
</svg>