@react-spectrum/s2
Version:
Spectrum 2 UI components in React
26 lines (19 loc) • 1.69 kB
JavaScript
import {createIcon as $ac8c32e6775ddd1f$export$274edc73af1ae9c8} from "./Icon.mjs";
import {jsx as $dRaB2$jsx} from "react/jsx-runtime";
import {forwardRef as $dRaB2$forwardRef} from "react";
const $0f9e83fddbd27279$var$SvgComponent = (props, ref)=>/*#__PURE__*/ (0, $dRaB2$jsx)("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 20,
height: 20,
viewBox: "0 0 20 20",
ref: ref,
...props,
children: /*#__PURE__*/ (0, $dRaB2$jsx)("path", {
fill: "var(--iconPrimary, var(--lightningcss-light, rgb(41, 41, 41)) var(--lightningcss-dark, rgb(219, 219, 219)))",
d: "M18.25 5.25H14C14 4.01 12.99 3 11.75 3h-3.5C7.01 3 6 4.01 6 5.25H1.75c-.414 0-.75.336-.75.75s.336.75.75.75H6C6 7.99 7.01 9 8.25 9h3.5C12.99 9 14 7.99 14 6.75h4.25c.414 0 .75-.336.75-.75s-.336-.75-.75-.75m-5.75 1.5c0 .413-.337.75-.75.75h-3.5c-.413 0-.75-.337-.75-.75v-1.5c0-.413.337-.75.75-.75h3.5c.413 0 .75.337.75.75zM18.25 13.25H16c0-1.24-1.01-2.25-2.25-2.25h-7.5C5.01 11 4 12.01 4 13.25H1.75c-.414 0-.75.336-.75.75s.336.75.75.75H4C4 15.99 5.01 17 6.25 17h7.5c1.24 0 2.25-1.01 2.25-2.25h2.25c.414 0 .75-.336.75-.75s-.336-.75-.75-.75m-3.75 1.5c0 .413-.337.75-.75.75h-7.5c-.413 0-.75-.337-.75-.75v-1.5c0-.413.337-.75.75-.75h7.5c.413 0 .75.337.75.75z"
})
});
const $0f9e83fddbd27279$var$ForwardRef = /*#__PURE__*/ (0, $dRaB2$forwardRef)($0f9e83fddbd27279$var$SvgComponent);
var $0f9e83fddbd27279$export$2e2bcd8739ae039 = /*#__PURE__*/ (0, $ac8c32e6775ddd1f$export$274edc73af1ae9c8)($0f9e83fddbd27279$var$ForwardRef);
export {$0f9e83fddbd27279$export$2e2bcd8739ae039 as default};
//# sourceMappingURL=DistributeVerticalCenter.mjs.map