@react-spectrum/s2
Version:
Spectrum 2 UI components in React
34 lines (27 loc) • 1.8 kB
JavaScript
import {createIcon as $ac8c32e6775ddd1f$export$274edc73af1ae9c8} from "./Icon.mjs";
import {jsxs as $978j6$jsxs, jsx as $978j6$jsx} from "react/jsx-runtime";
import {forwardRef as $978j6$forwardRef} from "react";
const $89b7a88cfee5f346$var$SvgComponent = (props, ref)=>/*#__PURE__*/ (0, $978j6$jsxs)("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 20,
height: 20,
viewBox: "0 0 20 20",
ref: ref,
...props,
children: [
/*#__PURE__*/ (0, $978j6$jsx)("path", {
fill: "var(--iconPrimary, var(--lightningcss-light, rgb(41, 41, 41)) var(--lightningcss-dark, rgb(219, 219, 219)))",
d: "M11.864 18.804c-.552 0-1.103-.207-1.523-.622l-7.633-7.467C2.258 10.275 2 9.662 2 9.033v-4.68C2 3.057 3.056 2 4.354 2h4.779c.628 0 1.218.244 1.662.687l7.571 7.548c.408.403.634.942.634 1.515s-.226 1.113-.637 1.518l-4.975 4.914c-.42.415-.972.622-1.524.622M4.354 3.5c-.471 0-.854.383-.854.854v4.679c0 .228.094.45.257.61l7.636 7.47c.261.258.682.257.94.002L17.31 12.2c.123-.121.19-.281.19-.45s-.067-.33-.19-.45L9.736 3.748c-.159-.158-.378-.249-.602-.249z"
}),
/*#__PURE__*/ (0, $978j6$jsx)("circle", {
cx: 6,
cy: 6,
r: 1,
fill: "var(--iconPrimary, var(--lightningcss-light, rgb(41, 41, 41)) var(--lightningcss-dark, rgb(219, 219, 219)))"
})
]
});
const $89b7a88cfee5f346$var$ForwardRef = /*#__PURE__*/ (0, $978j6$forwardRef)($89b7a88cfee5f346$var$SvgComponent);
var $89b7a88cfee5f346$export$2e2bcd8739ae039 = /*#__PURE__*/ (0, $ac8c32e6775ddd1f$export$274edc73af1ae9c8)($89b7a88cfee5f346$var$ForwardRef);
export {$89b7a88cfee5f346$export$2e2bcd8739ae039 as default};
//# sourceMappingURL=Tag.mjs.map