UNPKG

@wordpress/block-library

Version:
10 lines (9 loc) 323 B
// 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