@react-spectrum/s2
Version:
Spectrum 2 UI components in React
34 lines (27 loc) • 1.6 kB
JavaScript
import {createIcon as $ac8c32e6775ddd1f$export$274edc73af1ae9c8} from "./Icon.mjs";
import {jsxs as $8UMyo$jsxs, jsx as $8UMyo$jsx} from "react/jsx-runtime";
import {forwardRef as $8UMyo$forwardRef} from "react";
const $8888ebf7f0610348$var$SvgComponent = (props, ref)=>/*#__PURE__*/ (0, $8UMyo$jsxs)("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 20,
height: 20,
viewBox: "0 0 20 20",
ref: ref,
...props,
children: [
/*#__PURE__*/ (0, $8UMyo$jsx)("circle", {
cx: 10,
cy: 15,
r: 1,
fill: "var(--iconPrimary, var(--lightningcss-light, rgb(41, 41, 41)) var(--lightningcss-dark, rgb(219, 219, 219)))"
}),
/*#__PURE__*/ (0, $8UMyo$jsx)("path", {
fill: "var(--iconPrimary, var(--lightningcss-light, rgb(41, 41, 41)) var(--lightningcss-dark, rgb(219, 219, 219)))",
d: "M13.75 19h-7.5C5.01 19 4 17.99 4 16.75V3.25C4 2.01 5.01 1 6.25 1h7.5C14.99 1 16 2.01 16 3.25v13.5c0 1.24-1.01 2.25-2.25 2.25M6.25 2.5c-.413 0-.75.337-.75.75v13.5c0 .413.337.75.75.75h7.5c.413 0 .75-.337.75-.75V3.25c0-.413-.337-.75-.75-.75z"
})
]
});
const $8888ebf7f0610348$var$ForwardRef = /*#__PURE__*/ (0, $8UMyo$forwardRef)($8888ebf7f0610348$var$SvgComponent);
var $8888ebf7f0610348$export$2e2bcd8739ae039 = /*#__PURE__*/ (0, $ac8c32e6775ddd1f$export$274edc73af1ae9c8)($8888ebf7f0610348$var$ForwardRef);
export {$8888ebf7f0610348$export$2e2bcd8739ae039 as default};
//# sourceMappingURL=DevicePhone.mjs.map