@react-spectrum/s2
Version:
Spectrum 2 UI components in React
26 lines (19 loc) • 1.56 kB
JavaScript
import {createIcon as $ac8c32e6775ddd1f$export$274edc73af1ae9c8} from "./Icon.mjs";
import {jsx as $5LBsW$jsx} from "react/jsx-runtime";
import {forwardRef as $5LBsW$forwardRef} from "react";
const $7cd619eef1b10f40$var$SvgComponent = (props, ref)=>/*#__PURE__*/ (0, $5LBsW$jsx)("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 20,
height: 20,
viewBox: "0 0 20 20",
ref: ref,
...props,
children: /*#__PURE__*/ (0, $5LBsW$jsx)("path", {
fill: "var(--iconPrimary, var(--lightningcss-light, rgb(41, 41, 41)) var(--lightningcss-dark, rgb(219, 219, 219)))",
d: "M5.5 14.5c-.192 0-.384-.073-.53-.22l-3.75-3.75c-.293-.293-.293-.767 0-1.06l3.75-3.75c.293-.293.767-.293 1.06 0s.293.767 0 1.06L2.81 10l3.22 3.22c.293.293.293.767 0 1.06-.146.147-.338.22-.53.22M14.5 14.5c-.192 0-.384-.073-.53-.22-.293-.293-.293-.767 0-1.06L17.19 10l-3.22-3.22c-.293-.293-.293-.767 0-1.06s.767-.293 1.06 0l3.75 3.75c.293.293.293.767 0 1.06l-3.75 3.75c-.146.147-.338.22-.53.22M8.229 18q-.09 0-.177-.02c-.404-.098-.65-.503-.554-.906l3.5-14.5c.098-.403.51-.645.905-.553.404.097.65.502.554.905l-3.5 14.5c-.083.344-.39.574-.728.574"
})
});
const $7cd619eef1b10f40$var$ForwardRef = /*#__PURE__*/ (0, $5LBsW$forwardRef)($7cd619eef1b10f40$var$SvgComponent);
var $7cd619eef1b10f40$export$2e2bcd8739ae039 = /*#__PURE__*/ (0, $ac8c32e6775ddd1f$export$274edc73af1ae9c8)($7cd619eef1b10f40$var$ForwardRef);
export {$7cd619eef1b10f40$export$2e2bcd8739ae039 as default};
//# sourceMappingURL=Code.mjs.map