@wordpress/block-library
Version:
Block library for the WordPress editor.
10 lines (9 loc) • 323 B
JavaScript
// packages/block-library/src/gallery/shared-icon.js
import { BlockIcon } from "@wordpress/block-editor";
import { gallery as icon } from "@wordpress/icons";
import { jsx } from "react/jsx-runtime";
var sharedIcon = /* @__PURE__ */ jsx(BlockIcon, { icon });
export {
sharedIcon
};
//# sourceMappingURL=shared-icon.js.map