@wordpress/icons
Version:
WordPress Icons package, based on dashicon.
9 lines (8 loc) • 410 B
JavaScript
// packages/icons/src/library/check.tsx
import { Path, SVG } from "@wordpress/primitives";
import { jsx } from "react/jsx-runtime";
var check_default = /* @__PURE__ */ jsx(SVG, { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", children: /* @__PURE__ */ jsx(Path, { d: "M16.5 7.5 10 13.9l-2.5-2.4-1 1 3.5 3.6 7.5-7.6z" }) });
export {
check_default as default
};
//# sourceMappingURL=check.mjs.map