Shovel
shovel
npm install @mynaui/icons-react
import { Shovel } from "@mynaui/icons-react";
const App = () => {
return <Shovel />;
}; <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='M8.512 3.5 3.5 8.482m2.506-2.491 9.035 8.946m1.229-3.197h-.001a.99.99 0 0 1 1.375 0c6.324 6.261 1.148 12.687-5.831 5.774a.967.967 0 0 1 0-1.36l2.228-2.207z'/>
</svg> <img loading="lazy" decoding="async" src="https://unpkg.com/@mynaui/icons/icons/shovel.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-shovel"></use>
</svg>