UNPKG

@wordpress/components

Version:
19 lines (18 loc) 438 B
// packages/components/src/guide/icons.tsx import { SVG, Circle } from "@wordpress/primitives"; import { jsx as _jsx } from "react/jsx-runtime"; var PageControlIcon = () => /* @__PURE__ */ _jsx(SVG, { width: "8", height: "8", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ _jsx(Circle, { cx: "4", cy: "4", r: "4" }) }); export { PageControlIcon }; //# sourceMappingURL=icons.js.map