@react-spectrum/s2
Version:
Spectrum 2 UI components in React
26 lines (19 loc) • 1.26 kB
JavaScript
import {createIcon as $ac8c32e6775ddd1f$export$274edc73af1ae9c8} from "./Icon.mjs";
import {jsx as $cqwHR$jsx} from "react/jsx-runtime";
import {forwardRef as $cqwHR$forwardRef} from "react";
const $4bb2fe02f5143bcc$var$SvgComponent = (props, ref)=>/*#__PURE__*/ (0, $cqwHR$jsx)("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 20,
height: 20,
viewBox: "0 0 20 20",
ref: ref,
...props,
children: /*#__PURE__*/ (0, $cqwHR$jsx)("path", {
fill: "var(--iconPrimary, var(--lightningcss-light, rgb(41, 41, 41)) var(--lightningcss-dark, rgb(219, 219, 219)))",
d: "M7.864 15.734c-.222 0-.433-.098-.576-.27l-3.747-4.497c-.266-.319-.222-.792.096-1.057.317-.265.79-.223 1.056.096l3.154 3.786 7.44-9.469c.255-.326.728-.382 1.052-.127.326.256.383.728.127 1.053L8.454 15.447c-.14.179-.352.284-.579.287z"
})
});
const $4bb2fe02f5143bcc$var$ForwardRef = /*#__PURE__*/ (0, $cqwHR$forwardRef)($4bb2fe02f5143bcc$var$SvgComponent);
var $4bb2fe02f5143bcc$export$2e2bcd8739ae039 = /*#__PURE__*/ (0, $ac8c32e6775ddd1f$export$274edc73af1ae9c8)($4bb2fe02f5143bcc$var$ForwardRef);
export {$4bb2fe02f5143bcc$export$2e2bcd8739ae039 as default};
//# sourceMappingURL=Checkmark.mjs.map