UNPKG

braid-design-system

Version:
18 lines (17 loc) 720 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_IconSend_IconSendSvg_cjs = require("./IconSendSvg.cjs"); const IconSend = (props) => /* @__PURE__ */ jsxRuntime.jsx( lib_components_icons_IconContainer_cjs.IconContainer, { ...props, verticalCorrection: { uppercase: "none", lowercase: "up" }, children: (svgProps) => /* @__PURE__ */ jsxRuntime.jsx(lib_components_Box_Box_cjs.Box, { component: lib_components_icons_IconSend_IconSendSvg_cjs.IconSendSvg, ...svgProps }) } ); exports.IconSend = IconSend;