RailSymbol
rail-symbol
npm install @mynaui/icons-react
import { RailSymbol } from "@mynaui/icons-react";
const App = () => {
return <RailSymbol />;
}; <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='M4 15.375h16M4 8.625h16M16 20l-8-4.625 8-6.75L8 4'/>
</svg> <img loading="lazy" decoding="async" src="https://unpkg.com/@mynaui/icons/icons/rail-symbol.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-rail-symbol"></use>
</svg>