Renders a shield-with-lock SVG icon as a React component, used for security-related UI elements. ## Key Components - **`ShieldLockIconProps`** — Interface defining optional `className`, `size`, and `color` props - **`ShieldLockIcon`** — Deprecated functional component rendering a 65×64 viewBox shield-lock SVG ## Usage Example ```typescript import { ShieldLockIcon } from './shield-lock-icon' // Basic usage // Custom size and color ``` > **⚠️ Deprecated:** Use icons from `icons-v2-generated` instead.