TriangleSolid
triangle-solid
npm install @mynaui/icons-react
import { TriangleSolid } from "@mynaui/icons-react";
const App = () => {
return <TriangleSolid />;
}; <svg width="24" height="24" fill="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d='M12 2.25c-1.418 0-2.462.91-3.417 2.257-.948 1.338-1.953 3.318-3.24 5.853l-.39.768c-1.065 2.098-1.904 3.75-2.344 5.076-.448 1.348-.55 2.552.121 3.623.67 1.066 1.801 1.511 3.22 1.719 1.398.204 3.272.204 5.656.204h.788c2.384 0 4.258 0 5.656-.204 1.419-.208 2.55-.653 3.22-1.72.671-1.07.569-2.274.12-3.622-.44-1.325-1.278-2.978-2.343-5.076l-.39-.768c-1.287-2.535-2.292-4.515-3.24-5.853C14.462 3.159 13.418 2.25 12 2.25'/>
</svg> <img loading="lazy" decoding="async" src="https://unpkg.com/@mynaui/icons/icons-solid/triangle.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-triangle"></use>
</svg>