UNPKG

braid-design-system

Version:
8 lines (7 loc) 669 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_IconBluetooth_IconBluetoothSvg_cjs = require("./IconBluetoothSvg.cjs"); const IconBluetooth = (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_IconBluetooth_IconBluetoothSvg_cjs.IconBluetoothSvg, ...svgProps }) }); exports.IconBluetooth = IconBluetooth;