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.695 18.579v-4.072L9.368 12.18l4.654-4.654 2.327 2.438h2.327m-2.992 7.562a3.158 3.158 0 1 0 6.316 0 3.158 3.158 0 0 0-6.316 0M2 17.526a3.158 3.158 0 1 0 6.316 0 3.158 3.158 0 0 0-6.316 0M19.368 4.895a1.579 1.579 0 1 1-3.157 0 1.579 1.579 0 0 1 3.157 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>