@react-spectrum/s2
Version:
Spectrum 2 UI components in React
26 lines (19 loc) • 1.59 kB
JavaScript
import {createIcon as $ac8c32e6775ddd1f$export$274edc73af1ae9c8} from "./Icon.mjs";
import {jsx as $kQ0Vn$jsx} from "react/jsx-runtime";
import {forwardRef as $kQ0Vn$forwardRef} from "react";
const $26ff70b31fa0cfdd$var$SvgComponent = (props, ref)=>/*#__PURE__*/ (0, $kQ0Vn$jsx)("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 20,
height: 20,
viewBox: "0 0 20 20",
ref: ref,
...props,
children: /*#__PURE__*/ (0, $kQ0Vn$jsx)("path", {
fill: "var(--iconPrimary, var(--lightningcss-light, rgb(41, 41, 41)) var(--lightningcss-dark, rgb(219, 219, 219)))",
d: "M14.75 13h-1.5C12.01 13 11 11.99 11 10.75v-3.5C11 6.01 12.01 5 13.25 5h1.5C15.99 5 17 6.01 17 7.25v3.5c0 1.24-1.01 2.25-2.25 2.25m-1.5-6.5c-.414 0-.75.337-.75.75v3.5c0 .413.336.75.75.75h1.5c.414 0 .75-.337.75-.75v-3.5c0-.413-.336-.75-.75-.75zM6.75 17h-1.5C4.01 17 3 15.99 3 14.75v-7.5C3 6.01 4.01 5 5.25 5h1.5C7.99 5 9 6.01 9 7.25v7.5C9 15.99 7.99 17 6.75 17M5.25 6.5c-.414 0-.75.337-.75.75v7.5c0 .413.336.75.75.75h1.5c.414 0 .75-.337.75-.75v-7.5c0-.413-.336-.75-.75-.75zM18.25 3.5H1.75c-.414 0-.75-.336-.75-.75S1.336 2 1.75 2h16.5c.414 0 .75.336.75.75s-.336.75-.75.75"
})
});
const $26ff70b31fa0cfdd$var$ForwardRef = /*#__PURE__*/ (0, $kQ0Vn$forwardRef)($26ff70b31fa0cfdd$var$SvgComponent);
var $26ff70b31fa0cfdd$export$2e2bcd8739ae039 = /*#__PURE__*/ (0, $ac8c32e6775ddd1f$export$274edc73af1ae9c8)($26ff70b31fa0cfdd$var$ForwardRef);
export {$26ff70b31fa0cfdd$export$2e2bcd8739ae039 as default};
//# sourceMappingURL=AlignTop.mjs.map