UNPKG

@octopusdeploy/design-system-components

Version:
18 lines (17 loc) 760 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.DeprecatedSvgIcon = DeprecatedSvgIcon; const jsx_runtime_1 = require("react/jsx-runtime"); const SvgIcon_1 = __importDefault(require("@mui/material/SvgIcon")); /** * @deprecated * Deprecated: 14/02/2025 Replacement: Please use Icons from the @octopusdeploy/design-system-icons package instead. Reason: We are moving away from custom icons and strongly encourage the use of the design system icons. */ function DeprecatedSvgIcon(props) { return (0, jsx_runtime_1.jsx)(SvgIcon_1.default, { ...props, children: props.children }); }