TableSolid
table-solid
npm install @mynaui/icons-react
import { TableSolid } from "@mynaui/icons-react";
const App = () => {
return <TableSolid />;
}; <svg width="24" height="24" fill="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d='M21.693 17.288c.057-.697.057-1.563.057-2.655V10.25h-12v11.5h4.883c1.092 0 1.958 0 2.655-.057.714-.058 1.317-.18 1.869-.46a4.75 4.75 0 0 0 2.075-2.076c.281-.552.403-1.155.461-1.869M17.288 2.307c-.697-.057-1.563-.057-2.655-.057H9.75v6.5h12c-.002-.808-.011-1.477-.057-2.038-.058-.714-.18-1.317-.46-1.868a4.75 4.75 0 0 0-2.076-2.076c-.552-.281-1.155-.403-1.869-.461M2.768 4.844c-.281.55-.403 1.154-.461 1.868-.046.56-.055 1.23-.057 2.038h6V2.253c-.59.005-1.097.018-1.538.054-.714.058-1.317.18-1.868.46a4.75 4.75 0 0 0-2.076 2.077m2.076 16.388c.55.281 1.154.403 1.868.461.44.036.948.05 1.538.054V10.25h-6v4.383c0 1.092 0 1.958.057 2.655.058.714.18 1.317.46 1.869a4.75 4.75 0 0 0 2.077 2.075'/>
</svg> <img loading="lazy" decoding="async" src="https://unpkg.com/@mynaui/icons/icons-solid/table.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-table"></use>
</svg>