UNPKG

braid-design-system

Version:
18 lines (17 loc) 756 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_IconDownload_IconDownloadSvg_cjs = require("./IconDownloadSvg.cjs"); const IconDownload = (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_IconDownload_IconDownloadSvg_cjs.IconDownloadSvg, ...svgProps }) } ); exports.IconDownload = IconDownload;