@react-spectrum/s2
Version:
Spectrum 2 UI components in React
26 lines (19 loc) • 1.5 kB
JavaScript
import {createIcon as $ac8c32e6775ddd1f$export$274edc73af1ae9c8} from "./Icon.mjs";
import {jsx as $dQaDu$jsx} from "react/jsx-runtime";
import {forwardRef as $dQaDu$forwardRef} from "react";
const $949155b2e8d57a06$var$SvgComponent = (props, ref)=>/*#__PURE__*/ (0, $dQaDu$jsx)("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 20,
height: 20,
viewBox: "0 0 20 20",
ref: ref,
...props,
children: /*#__PURE__*/ (0, $dQaDu$jsx)("path", {
fill: "var(--iconPrimary, var(--lightningcss-light, rgb(41, 41, 41)) var(--lightningcss-dark, rgb(219, 219, 219)))",
d: "M18 15.5H3c-.414 0-.75-.336-.75-.75S2.586 14 3 14h15c.414 0 .75.336.75.75s-.336.75-.75.75M11 3.25c-3.777 0-6.926 2.816-7.609 6.528l-.858-1.44c-.212-.356-.673-.47-1.029-.26-.355.213-.472.673-.26 1.029l1.796 3.012c.104.173.273.298.47.345q.087.02.174.02c.141 0 .28-.04.402-.116l2.92-1.853c.349-.222.452-.685.23-1.035-.221-.35-.685-.453-1.034-.231l-1.344.852C5.392 7.061 7.94 4.75 11 4.75c3.446 0 6.25 2.931 6.25 6.534 0 .414.336.75.75.75s.75-.336.75-.75c0-4.43-3.477-8.034-7.75-8.034"
})
});
const $949155b2e8d57a06$var$ForwardRef = /*#__PURE__*/ (0, $dQaDu$forwardRef)($949155b2e8d57a06$var$SvgComponent);
var $949155b2e8d57a06$export$2e2bcd8739ae039 = /*#__PURE__*/ (0, $ac8c32e6775ddd1f$export$274edc73af1ae9c8)($949155b2e8d57a06$var$ForwardRef);
export {$949155b2e8d57a06$export$2e2bcd8739ae039 as default};
//# sourceMappingURL=Revert.mjs.map