@react-spectrum/s2
Version:
Spectrum 2 UI components in React
36 lines (29 loc) • 1.92 kB
JavaScript
import {createIcon as $ac8c32e6775ddd1f$export$274edc73af1ae9c8} from "./Icon.mjs";
import {jsxs as $hr5Bd$jsxs, jsx as $hr5Bd$jsx} from "react/jsx-runtime";
import {forwardRef as $hr5Bd$forwardRef} from "react";
const $ae3220e6d9a6c1a4$var$SvgComponent = (props, ref)=>/*#__PURE__*/ (0, $hr5Bd$jsxs)("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 20,
height: 20,
viewBox: "0 0 20 20",
ref: ref,
...props,
children: [
/*#__PURE__*/ (0, $hr5Bd$jsx)("path", {
fill: "var(--iconPrimary, var(--lightningcss-light, rgb(41, 41, 41)) var(--lightningcss-dark, rgb(219, 219, 219)))",
d: "M10.8 8.75H5.2c-.414 0-.75-.336-.75-.75s.336-.75.75-.75h5.6c.414 0 .75.336.75.75s-.336.75-.75.75"
}),
/*#__PURE__*/ (0, $hr5Bd$jsx)("path", {
fill: "var(--iconPrimary, var(--lightningcss-light, rgb(41, 41, 41)) var(--lightningcss-dark, rgb(219, 219, 219)))",
d: "M8 15c-3.86 0-7-3.14-7-7s3.14-7 7-7 7 3.14 7 7-3.14 7-7 7M8 2.5C4.967 2.5 2.5 4.968 2.5 8s2.467 5.5 5.5 5.5 5.5-2.468 5.5-5.5S11.033 2.5 8 2.5"
}),
/*#__PURE__*/ (0, $hr5Bd$jsx)("path", {
fill: "var(--iconPrimary, var(--lightningcss-light, rgb(41, 41, 41)) var(--lightningcss-dark, rgb(219, 219, 219)))",
d: "M18.25 19c-.192 0-.384-.073-.53-.22l-5.333-5.333c-.293-.293-.293-.767 0-1.06s.767-.293 1.06 0l5.333 5.333c.293.293.293.767 0 1.06-.146.147-.338.22-.53.22"
})
]
});
const $ae3220e6d9a6c1a4$var$ForwardRef = /*#__PURE__*/ (0, $hr5Bd$forwardRef)($ae3220e6d9a6c1a4$var$SvgComponent);
var $ae3220e6d9a6c1a4$export$2e2bcd8739ae039 = /*#__PURE__*/ (0, $ac8c32e6775ddd1f$export$274edc73af1ae9c8)($ae3220e6d9a6c1a4$var$ForwardRef);
export {$ae3220e6d9a6c1a4$export$2e2bcd8739ae039 as default};
//# sourceMappingURL=ZoomOut.mjs.map