@react-spectrum/s2
Version:
Spectrum 2 UI components in React
26 lines (19 loc) • 1.47 kB
JavaScript
import {createIcon as $ac8c32e6775ddd1f$export$274edc73af1ae9c8} from "./Icon.mjs";
import {jsx as $7IcxJ$jsx} from "react/jsx-runtime";
import {forwardRef as $7IcxJ$forwardRef} from "react";
const $33f3b0a3a61a9fc1$var$SvgComponent = (props, ref)=>/*#__PURE__*/ (0, $7IcxJ$jsx)("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 20,
height: 20,
viewBox: "0 0 20 20",
ref: ref,
...props,
children: /*#__PURE__*/ (0, $7IcxJ$jsx)("path", {
fill: "var(--iconPrimary, var(--lightningcss-light, rgb(41, 41, 41)) var(--lightningcss-dark, rgb(219, 219, 219)))",
d: "m18.53 13.47-3-3c-.293-.293-.767-.293-1.06 0s-.293.767 0 1.06l1.72 1.72H4c-.414 0-.75.336-.75.75s.336.75.75.75h12.19l-1.72 1.72c-.293.293-.293.767 0 1.06.146.147.338.22.53.22s.384-.073.53-.22l3-3c.293-.293.293-.767 0-1.06M16 5.25H3.81l1.72-1.72c.293-.293.293-.767 0-1.06s-.767-.293-1.06 0l-3 3c-.293.293-.293.767 0 1.06l3 3c.146.147.338.22.53.22s.384-.073.53-.22c.293-.293.293-.767 0-1.06L3.81 6.75H16c.414 0 .75-.336.75-.75s-.336-.75-.75-.75"
})
});
const $33f3b0a3a61a9fc1$var$ForwardRef = /*#__PURE__*/ (0, $7IcxJ$forwardRef)($33f3b0a3a61a9fc1$var$SvgComponent);
var $33f3b0a3a61a9fc1$export$2e2bcd8739ae039 = /*#__PURE__*/ (0, $ac8c32e6775ddd1f$export$274edc73af1ae9c8)($33f3b0a3a61a9fc1$var$ForwardRef);
export {$33f3b0a3a61a9fc1$export$2e2bcd8739ae039 as default};
//# sourceMappingURL=Switch.mjs.map