UNPKG

braid-design-system

Version:
18 lines (17 loc) 738 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_IconUpload_IconUploadSvg_cjs = require("./IconUploadSvg.cjs"); const IconUpload = (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_IconUpload_IconUploadSvg_cjs.IconUploadSvg, ...svgProps }) } ); exports.IconUpload = IconUpload;