A deprecated SVG icon component that renders a table view icon with customizable size, color, and CSS class. ## Key Components | Export | Type | Description | |--------|------|-------------| | `TableViewIcon` | React Component | Renders a table view SVG icon | ### Props | Prop | Default | Description | |------|---------|-------------| | `className` | `"w-5 h-5"` | CSS class for sizing/styling | | `size` | `22` | Width and height in pixels | | `color` | `"white"` | SVG fill color | ## Usage Example ```typescript import { TableViewIcon } from './table-view-icon' // Basic usage // Custom size and color ``` > ⚠️ **Deprecated** — This component is deprecated. Use the equivalent icon from `icons-v2-generated` instead.