UNPKG

@wordpress/block-editor

Version:
20 lines (19 loc) 600 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _components = require("@wordpress/components"); var _jsxRuntime = require("react/jsx-runtime"); /** * WordPress dependencies */ var _default = exports.default = /*#__PURE__*/(0, _jsxRuntime.jsx)(_components.SVG, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_components.Path, { d: "M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2zm-2 14.5v-9l6 4.5z", fill: "white" }) }); //# sourceMappingURL=gridicon-play.native.js.map