UNPKG

braid-design-system

Version:
8 lines (7 loc) 687 B
"use strict"; 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;