@react-spectrum/s2
Version:
Spectrum 2 UI components in React
34 lines (27 loc) • 1.62 kB
JavaScript
import {createIcon as $ac8c32e6775ddd1f$export$274edc73af1ae9c8} from "./Icon.mjs";
import {jsxs as $1ep1A$jsxs, jsx as $1ep1A$jsx} from "react/jsx-runtime";
import {forwardRef as $1ep1A$forwardRef} from "react";
const $90da1f740b3c3347$var$SvgComponent = (props, ref)=>/*#__PURE__*/ (0, $1ep1A$jsxs)("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 20,
height: 20,
viewBox: "0 0 20 20",
ref: ref,
...props,
children: [
/*#__PURE__*/ (0, $1ep1A$jsx)("circle", {
cx: 5,
cy: 9.998,
r: 1,
fill: "var(--iconPrimary, var(--lightningcss-light, rgb(41, 41, 41)) var(--lightningcss-dark, rgb(219, 219, 219)))"
}),
/*#__PURE__*/ (0, $1ep1A$jsx)("path", {
fill: "var(--iconPrimary, var(--lightningcss-light, rgb(41, 41, 41)) var(--lightningcss-dark, rgb(219, 219, 219)))",
d: "M3.25 2.998h13.5c1.24 0 2.25 1.01 2.25 2.25v9.5c0 1.24-1.01 2.25-2.25 2.25H3.25c-1.24 0-2.25-1.01-2.25-2.25v-9.5c0-1.24 1.01-2.25 2.25-2.25m13.5 12.5c.413 0 .75-.337.75-.75v-9.5c0-.413-.337-.75-.75-.75H3.25c-.413 0-.75.337-.75.75v9.5c0 .413.337.75.75.75z"
})
]
});
const $90da1f740b3c3347$var$ForwardRef = /*#__PURE__*/ (0, $1ep1A$forwardRef)($90da1f740b3c3347$var$SvgComponent);
var $90da1f740b3c3347$export$2e2bcd8739ae039 = /*#__PURE__*/ (0, $ac8c32e6775ddd1f$export$274edc73af1ae9c8)($90da1f740b3c3347$var$ForwardRef);
export {$90da1f740b3c3347$export$2e2bcd8739ae039 as default};
//# sourceMappingURL=DeviceTablet.mjs.map