PresentationSolid
presentation-solid
npm install @mynaui/icons-react
import { PresentationSolid } from "@mynaui/icons-react";
const App = () => {
return <PresentationSolid />;
}; <svg width="24" height="24" fill="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d='M2.25 4A.75.75 0 0 1 3 3.25h18a.75.75 0 0 1 0 1.5h-1.15v9.028c0 .673-.271 1.317-.75 1.79a2.56 2.56 0 0 1-1.8.738h-3.473l3.2 3.16a.75.75 0 1 1-1.054 1.068L12 16.61l-3.973 3.924a.75.75 0 1 1-1.054-1.068l3.2-3.16H6.7c-.673 0-1.32-.265-1.8-.738a2.52 2.52 0 0 1-.75-1.79V4.75H3A.75.75 0 0 1 2.25 4'/>
</svg> <img loading="lazy" decoding="async" src="https://unpkg.com/@mynaui/icons/icons-solid/presentation.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-presentation"></use>
</svg>