@wordpress/components
Version:
UI components for WordPress.
25 lines (23 loc) • 606 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.PageControlIcon = void 0;
var _primitives = require("@wordpress/primitives");
var _jsxRuntime = require("react/jsx-runtime");
/**
* WordPress dependencies
*/
const PageControlIcon = () => /*#__PURE__*/(0, _jsxRuntime.jsx)(_primitives.SVG, {
width: "8",
height: "8",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_primitives.Circle, {
cx: "4",
cy: "4",
r: "4"
})
});
exports.PageControlIcon = PageControlIcon;
//# sourceMappingURL=icons.js.map