@wordpress/icons
Version:
WordPress Icons package, based on dashicon.
9 lines (8 loc) • 530 B
JavaScript
// packages/icons/src/library/close-small.tsx
import { Path, SVG } from "@wordpress/primitives";
import { jsx } from "react/jsx-runtime";
var close_small_default = /* @__PURE__ */ jsx(SVG, { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", children: /* @__PURE__ */ jsx(Path, { d: "M12 13.06l3.712 3.713 1.061-1.06L13.061 12l3.712-3.712-1.06-1.06L12 10.938 8.288 7.227l-1.061 1.06L10.939 12l-3.712 3.712 1.06 1.061L12 13.061z" }) });
export {
close_small_default as default
};
//# sourceMappingURL=close-small.mjs.map