A deprecated React SVG icon component rendering a command/terminal prompt symbol (`>`) inside a rounded rectangle. ## Key Components ### `CmdIconProps` | Prop | Type | Default | Description | |------|------|---------|-------------| | `size` | `number` | `16` | Width and height of the SVG in pixels | | `className` | `string` | `''` | Additional CSS classes | | `color` | `string` | `'white'` | Stroke and fill color | ### `CmdIcon` A functional component that renders a square SVG icon with a `>` terminal prompt character centered inside. ## Usage Example ```typescript import { CmdIcon } from './cmd-icon' // Default usage // Custom size and color ``` > **⚠️ Deprecated:** This component is deprecated. Use icons from `icons-v2-generated` instead.