braid-design-system
Version:
Themeable design system for the SEEK Group
8 lines (7 loc) • 687 B
JavaScript
;
const jsxRuntime = require("react/jsx-runtime");
const lib_components_Box_Box_cjs = require("../../Box/Box.cjs");
const lib_components_icons_IconContainer_cjs = require("../IconContainer.cjs");
const lib_components_icons_IconRecommended_IconRecommendedSvg_cjs = require("./IconRecommendedSvg.cjs");
const IconRecommended = (props) => /* @__PURE__ */ jsxRuntime.jsx(lib_components_icons_IconContainer_cjs.IconContainer, { ...props, children: (svgProps) => /* @__PURE__ */ jsxRuntime.jsx(lib_components_Box_Box_cjs.Box, { component: lib_components_icons_IconRecommended_IconRecommendedSvg_cjs.IconRecommendedSvg, ...svgProps }) });
exports.IconRecommended = IconRecommended;