RectangleSolid
rectangle-solid
npm install @mynaui/icons-react
import { RectangleSolid } from "@mynaui/icons-react";
const App = () => {
return <RectangleSolid />;
}; <svg width="24" height="24" fill="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d='M7.125 3.75c-.813 0-1.468 0-2 .043-.546.045-1.026.14-1.47.366a3.75 3.75 0 0 0-1.64 1.639c-.225.444-.32.924-.364 1.47-.044.531-.044 1.187-.044 2v5.464c0 .813 0 1.469.044 2 .044.546.139 1.026.365 1.47a3.75 3.75 0 0 0 1.639 1.64c.444.226.924.32 1.47.365.532.043 1.187.043 2 .043h9.75c.813 0 1.468 0 2-.043.546-.045 1.026-.14 1.47-.366a3.75 3.75 0 0 0 1.64-1.639c.226-.444.32-.924.364-1.47.044-.531.044-1.187.044-2V9.268c0-.813 0-1.469-.044-2-.044-.546-.139-1.026-.365-1.47a3.75 3.75 0 0 0-1.639-1.64c-.444-.226-.924-.32-1.47-.365-.532-.043-1.187-.043-2-.043z'/>
</svg> <img loading="lazy" decoding="async" src="https://unpkg.com/@mynaui/icons/icons-solid/rectangle.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-rectangle"></use>
</svg>