@react-spectrum/s2
Version:
Spectrum 2 UI components in React
27 lines (19 loc) • 1.46 kB
JavaScript
import {createIcon as $ac8c32e6775ddd1f$export$274edc73af1ae9c8} from "./Icon.mjs";
import {jsx as $j9ON3$jsx} from "react/jsx-runtime";
import {forwardRef as $j9ON3$forwardRef} from "react";
const $2491e15a81465e0f$var$SvgComponent = (props, ref)=>/*#__PURE__*/ (0, $j9ON3$jsx)("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 20,
height: 20,
viewBox: "0 0 20 20",
ref: ref,
...props,
children: /*#__PURE__*/ (0, $j9ON3$jsx)("path", {
fill: "var(--iconPrimary, var(--lightningcss-light, rgb(41, 41, 41)) var(--lightningcss-dark, rgb(219, 219, 219)))",
d: "M9 11.75v4.243c0 .414-.336.75-.75.75s-.75-.336-.75-.75V13.56l-4.47 4.47c-.146.146-.338.219-.53.219s-.384-.073-.53-.22c-.293-.293-.293-.767 0-1.06l4.47-4.47H4.006c-.414 0-.75-.336-.75-.75s.336-.75.75-.75H8.25c.414 0 .75.336.75.75M18.03 1.97c-.293-.293-.767-.293-1.06 0L12.5 6.44V4.006c0-.414-.336-.75-.75-.75s-.75.336-.75.75V8.25c0 .414.336.75.75.75h4.243c.414 0 .75-.336.75-.75s-.336-.75-.75-.75H13.56l4.47-4.47c.292-.293.292-.767 0-1.06"
})
});
const $2491e15a81465e0f$var$ForwardRef = /*#__PURE__*/ (0, $j9ON3$forwardRef)($2491e15a81465e0f$var$SvgComponent);
var $2491e15a81465e0f$export$2e2bcd8739ae039 = /*#__PURE__*/ (0, $ac8c32e6775ddd1f$export$274edc73af1ae9c8)($2491e15a81465e0f$var$ForwardRef);
export {$2491e15a81465e0f$export$2e2bcd8739ae039 as default};
//# sourceMappingURL=Minimize.mjs.map