@react-spectrum/s2
Version:
Spectrum 2 UI components in React
27 lines (19 loc) • 1.71 kB
JavaScript
import {createIcon as $ac8c32e6775ddd1f$export$274edc73af1ae9c8} from "./Icon.mjs";
import {jsx as $8rRZY$jsx} from "react/jsx-runtime";
import {forwardRef as $8rRZY$forwardRef} from "react";
const $dad6f0fca724d8dc$var$SvgComponent = (props, ref)=>/*#__PURE__*/ (0, $8rRZY$jsx)("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 20,
height: 20,
viewBox: "0 0 20 20",
ref: ref,
...props,
children: /*#__PURE__*/ (0, $8rRZY$jsx)("path", {
fill: "var(--iconPrimary, var(--lightningcss-light, rgb(41, 41, 41)) var(--lightningcss-dark, rgb(219, 219, 219)))",
d: "M17.809 7.22c-.294-.294-.769-.292-1.061 0l-3.003 3.004-1.558-2.835c-.132-.24-.384-.389-.658-.389H7.474l.569-1.845c.003-.017.364-1.712 1.505-2.382.547-.32 1.193-.357 1.973-.11.397.122.817-.097.942-.49.124-.396-.096-.817-.49-.942-1.197-.375-2.272-.29-3.194.254-1.717 1.016-2.187 3.278-2.188 3.3L5.907 7H3.715c-.414 0-.75.336-.75.75s.336.75.75.75h1.73l-2.94 9.53c-.122.395.1.815.496.937q.11.033.22.033c.321 0 .618-.207.717-.53L7.012 8.5h4.074l1.554 2.83-3.39 3.39c-.292.293-.292.767 0 1.06.147.147.34.22.531.22.193 0 .384-.073.53-.22l3.082-3.082 1.6 2.913c.137.248.394.389.658.389.122 0 .246-.03.36-.093.364-.199.496-.655.297-1.018l-1.811-3.296 3.312-3.313c.293-.293.293-.767 0-1.06"
})
});
const $dad6f0fca724d8dc$var$ForwardRef = /*#__PURE__*/ (0, $8rRZY$forwardRef)($dad6f0fca724d8dc$var$SvgComponent);
var $dad6f0fca724d8dc$export$2e2bcd8739ae039 = /*#__PURE__*/ (0, $ac8c32e6775ddd1f$export$274edc73af1ae9c8)($dad6f0fca724d8dc$var$ForwardRef);
export {$dad6f0fca724d8dc$export$2e2bcd8739ae039 as default};
//# sourceMappingURL=Effects.mjs.map