FileMinusSolid
file-minus-solid
npm install @mynaui/icons-react
import { FileMinusSolid } from "@mynaui/icons-react";
const App = () => {
return <FileMinusSolid />;
}; <svg width="24" height="24" fill="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d='M7.5 2.25a3 3 0 0 0-3 3v13.5a3 3 0 0 0 3 3h9a3 3 0 0 0 3-3V12c0-1.082-.392-2.226-.983-3.303-.597-1.086-1.424-2.153-2.364-3.092s-2.008-1.77-3.098-2.368c-1.082-.594-2.234-.987-3.327-.987zm7.592 4.415a13 13 0 0 1 1.89 2.373A3 3 0 0 0 16.5 9h-2.25a1.5 1.5 0 0 1-1.5-1.5V5.25q0-.245-.039-.48c.822.5 1.64 1.154 2.381 1.895M10 15.25h4a.75.75 0 0 1 0 1.5h-4a.75.75 0 0 1 0-1.5'/>
</svg> <img loading="lazy" decoding="async" src="https://unpkg.com/@mynaui/icons/icons-solid/file-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-file-minus"></use>
</svg>