UNPKG

braid-design-system

Version:
8 lines (7 loc) 660 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_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;