@wordpress/block-editor
Version:
14 lines • 420 B
JavaScript
/**
* WordPress dependencies
*/
import { Path, SVG } from '@wordpress/components';
import { jsx as _jsx } from "react/jsx-runtime";
export default /*#__PURE__*/_jsx(SVG, {
viewBox: "0 0 24 24",
xmlns: "http://www.w3.org/2000/svg",
children: /*#__PURE__*/_jsx(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