@react-spectrum/s2
Version:
Spectrum 2 UI components in React
26 lines (19 loc) • 1.4 kB
JavaScript
import {createIcon as $ac8c32e6775ddd1f$export$274edc73af1ae9c8} from "./Icon.mjs";
import {jsx as $jWoHY$jsx} from "react/jsx-runtime";
import {forwardRef as $jWoHY$forwardRef} from "react";
const $f8ca0ce2580450e3$var$SvgComponent = (props, ref)=>/*#__PURE__*/ (0, $jWoHY$jsx)("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 20,
height: 20,
viewBox: "0 0 20 20",
ref: ref,
...props,
children: /*#__PURE__*/ (0, $jWoHY$jsx)("path", {
fill: "var(--iconPrimary, var(--lightningcss-light, rgb(41, 41, 41)) var(--lightningcss-dark, rgb(219, 219, 219)))",
d: "M16.75 5h-5.964c-.218 0-.424-.095-.567-.259L8.516 2.776C8.088 2.283 7.468 2 6.816 2H3.25C2.01 2 1 3.01 1 4.25v10.5C1 15.99 2.01 17 3.25 17h13.5c1.24 0 2.25-1.01 2.25-2.25v-7.5C19 6.01 17.99 5 16.75 5M3.25 3.5h3.565c.218 0 .424.095.567.259L8.458 5H2.5v-.75c0-.413.336-.75.75-.75M17.5 14.75c0 .413-.336.75-.75.75H3.25c-.414 0-.75-.337-.75-.75V6.5h14.25c.414 0 .75.337.75.75z"
})
});
const $f8ca0ce2580450e3$var$ForwardRef = /*#__PURE__*/ (0, $jWoHY$forwardRef)($f8ca0ce2580450e3$var$SvgComponent);
var $f8ca0ce2580450e3$export$2e2bcd8739ae039 = /*#__PURE__*/ (0, $ac8c32e6775ddd1f$export$274edc73af1ae9c8)($f8ca0ce2580450e3$var$ForwardRef);
export {$f8ca0ce2580450e3$export$2e2bcd8739ae039 as default};
//# sourceMappingURL=Folder.mjs.map