FolderTwoSolid
folder-two-solid
npm install @mynaui/icons-react
import { FolderTwoSolid } from "@mynaui/icons-react";
const App = () => {
return <FolderTwoSolid />;
}; <svg width="24" height="24" fill="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d='M5 3.25A2.75 2.75 0 0 0 2.25 6v12A2.75 2.75 0 0 0 5 20.75h14A2.75 2.75 0 0 0 21.75 18V9c0-1.283-.88-2.361-2.068-2.665a3.25 3.25 0 0 0-3.183-2.586H8.325a2.75 2.75 0 0 0-1.58-.499zm11.5 2c.698 0 1.3.408 1.582 1h-6.42a1.25 1.25 0 0 1-.827-.312l-.782-.689z'/>
</svg> <img loading="lazy" decoding="async" src="https://unpkg.com/@mynaui/icons/icons-solid/folder-two.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-folder-two"></use>
</svg>