@react-spectrum/s2
Version:
Spectrum 2 UI components in React
22 lines (16 loc) • 799 B
JavaScript
import {jsx as $5WFcv$jsx} from "react/jsx-runtime";
import "react";
const $31137b4739adcf2e$var$SvgS2CheckmarkSize75 = (props)=>/*#__PURE__*/ (0, $5WFcv$jsx)("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 10,
height: 10,
viewBox: "0 0 10 10",
...props,
children: /*#__PURE__*/ (0, $5WFcv$jsx)("path", {
fill: "var(--iconPrimary, #222)",
d: "M3.667 9.074a.96.96 0 0 1-.737-.345L.753 6.116a.96.96 0 1 1 1.474-1.228l1.418 1.7 4.112-5.233a.96.96 0 1 1 1.51 1.186L4.422 8.707a.96.96 0 0 1-.741.367z"
})
});
var $31137b4739adcf2e$export$2e2bcd8739ae039 = $31137b4739adcf2e$var$SvgS2CheckmarkSize75;
export {$31137b4739adcf2e$export$2e2bcd8739ae039 as default};
//# sourceMappingURL=S2_CheckmarkSize75.mjs.map