@react-spectrum/s2
Version:
Spectrum 2 UI components in React
22 lines (16 loc) • 784 B
JavaScript
import {jsx as $3xflu$jsx} from "react/jsx-runtime";
import "react";
const $350b1bc6d608703f$var$SvgS2CheckmarkSize100 = (props)=>/*#__PURE__*/ (0, $3xflu$jsx)("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 10,
height: 10,
viewBox: "0 0 10 10",
...props,
children: /*#__PURE__*/ (0, $3xflu$jsx)("path", {
fill: "var(--iconPrimary, #222)",
d: "M3.5 9.503c-.3 0-.584-.135-.774-.367l-2.45-3A1 1 0 1 1 1.823 4.87L3.481 6.9 8.161.888A1 1 0 0 1 9.74 2.118l-5.45 7a1 1 0 0 1-.777.385z"
})
});
var $350b1bc6d608703f$export$2e2bcd8739ae039 = $350b1bc6d608703f$var$SvgS2CheckmarkSize100;
export {$350b1bc6d608703f$export$2e2bcd8739ae039 as default};
//# sourceMappingURL=S2_CheckmarkSize100.mjs.map