@react-spectrum/s2
Version:
Spectrum 2 UI components in React
27 lines (19 loc) • 1.36 kB
JavaScript
import {createIcon as $ac8c32e6775ddd1f$export$274edc73af1ae9c8} from "./Icon.mjs";
import {jsx as $2UPkZ$jsx} from "react/jsx-runtime";
import {forwardRef as $2UPkZ$forwardRef} from "react";
const $14972e74c6a92845$var$SvgComponent = (props, ref)=>/*#__PURE__*/ (0, $2UPkZ$jsx)("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 20,
height: 20,
viewBox: "0 0 20 20",
ref: ref,
...props,
children: /*#__PURE__*/ (0, $2UPkZ$jsx)("path", {
fill: "var(--iconPrimary, var(--lightningcss-light, rgb(41, 41, 41)) var(--lightningcss-dark, rgb(219, 219, 219)))",
d: "M14 18.5H6c-.414 0-.75-.336-.75-.75S5.586 17 6 17h8c.414 0 .75.336.75.75s-.336.75-.75.75M16.75 16H3.25C2.01 16 1 14.99 1 13.75v-8.5C1 4.01 2.01 3 3.25 3h13.5C17.99 3 19 4.01 19 5.25v8.5c0 1.24-1.01 2.25-2.25 2.25M3.25 4.5c-.413 0-.75.337-.75.75v8.5c0 .413.337.75.75.75h13.5c.413 0 .75-.337.75-.75v-8.5c0-.413-.337-.75-.75-.75z"
})
});
const $14972e74c6a92845$var$ForwardRef = /*#__PURE__*/ (0, $2UPkZ$forwardRef)($14972e74c6a92845$var$SvgComponent);
var $14972e74c6a92845$export$2e2bcd8739ae039 = /*#__PURE__*/ (0, $ac8c32e6775ddd1f$export$274edc73af1ae9c8)($14972e74c6a92845$var$ForwardRef);
export {$14972e74c6a92845$export$2e2bcd8739ae039 as default};
//# sourceMappingURL=DeviceDesktop.mjs.map