DropSolid
drop-solid
npm install @mynaui/icons-react
import { DropSolid } from "@mynaui/icons-react";
const App = () => {
return <DropSolid />;
}; <svg width="24" height="24" fill="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d='M13.024 2.468a.75.75 0 0 0-1.058 0c-.508.506-1.04 1.002-1.594 1.52-.428.4-.87.813-1.327 1.254-1.015.98-2.032 2.036-2.863 3.18-1.677 2.306-2.642 5.043-1.301 8.264C6.15 19.734 9.208 21.75 12.5 21.75s6.35-2.016 7.62-5.064c1.341-3.223.374-5.96-1.305-8.267-.832-1.143-1.85-2.2-2.866-3.179-.457-.44-.901-.854-1.33-1.254a68 68 0 0 1-1.595-1.518'/>
</svg> <img loading="lazy" decoding="async" src="https://unpkg.com/@mynaui/icons/icons-solid/drop.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-drop"></use>
</svg>