braid-design-system
Version:
Themeable design system for the SEEK Group
8 lines (7 loc) • 660 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_IconLocation_IconLocationSvg_cjs = require("./IconLocationSvg.cjs");
const IconLocation = (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_IconLocation_IconLocationSvg_cjs.IconLocationSvg, ...svgProps }) });
exports.IconLocation = IconLocation;