@react-spectrum/s2
Version:
Spectrum 2 UI components in React
26 lines (19 loc) • 1.32 kB
JavaScript
import {createIcon as $ac8c32e6775ddd1f$export$274edc73af1ae9c8} from "./Icon.mjs";
import {jsx as $4vIqq$jsx} from "react/jsx-runtime";
import {forwardRef as $4vIqq$forwardRef} from "react";
const $3a153f4419eb9f07$var$SvgComponent = (props, ref)=>/*#__PURE__*/ (0, $4vIqq$jsx)("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 20,
height: 20,
viewBox: "0 0 20 20",
ref: ref,
...props,
children: /*#__PURE__*/ (0, $4vIqq$jsx)("path", {
fill: "var(--iconPrimary, var(--lightningcss-light, rgb(41, 41, 41)) var(--lightningcss-dark, rgb(219, 219, 219)))",
d: "M18.78 1.219c-.213-.211-.528-.276-.805-.166l-16.5 6.509c-.27.105-.454.358-.473.647s.129.563.382.704l6.255 3.495 3.521 6.212c.134.235.384.38.652.38l.054-.002c.29-.02.54-.206.645-.476l6.437-16.5c.109-.277.042-.593-.169-.803M15.17 3.77l-7.114 7.152-4.559-2.547zm-3.482 12.737L9.12 11.98l7.129-7.167z"
})
});
const $3a153f4419eb9f07$var$ForwardRef = /*#__PURE__*/ (0, $4vIqq$forwardRef)($3a153f4419eb9f07$var$SvgComponent);
var $3a153f4419eb9f07$export$2e2bcd8739ae039 = /*#__PURE__*/ (0, $ac8c32e6775ddd1f$export$274edc73af1ae9c8)($3a153f4419eb9f07$var$ForwardRef);
export {$3a153f4419eb9f07$export$2e2bcd8739ae039 as default};
//# sourceMappingURL=Publish.mjs.map