CartMinusSolid
cart-minus-solid
npm install @mynaui/icons-react
import { CartMinusSolid } from "@mynaui/icons-react";
const App = () => {
return <CartMinusSolid />;
}; <svg width="24" height="24" fill="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d='m3.72 2.787.55 1.863h14.654c1.84 0 3.245 1.717 2.715 3.51l-1.655 5.6c-.352 1.193-1.471 1.99-2.715 1.99H8.113c-1.244 0-2.362-.797-2.715-1.99L2.281 3.212a.75.75 0 1 1 1.438-.425M10.5 9.25a.75.75 0 0 0 0 1.5h4a.75.75 0 1 0 0-1.5zm-2 8a2.25 2.25 0 1 0 0 4.5 2.25 2.25 0 0 0 0-4.5m8 0a2.25 2.25 0 1 0 0 4.5 2.25 2.25 0 0 0 0-4.5'/>
</svg> <img loading="lazy" decoding="async" src="https://unpkg.com/@mynaui/icons/icons-solid/cart-minus.svg" /> npm install @mynaui/icons
<svg width="24" height="24" fill="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><use xlink:href="/path/to/mynaui-solid.symbol.svg#mynaui-cart-minus"></use>
</svg>