@wordpress/block-library
Version:
Block library for the WordPress editor.
23 lines (21 loc) • 815 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.BlueskyIcon = void 0;
var _primitives = require("@wordpress/primitives");
var _jsxRuntime = require("react/jsx-runtime");
/**
* WordPress dependencies
*/
const BlueskyIcon = () => /*#__PURE__*/(0, _jsxRuntime.jsx)(_primitives.SVG, {
width: "24",
height: "24",
viewBox: "0 0 24 24",
version: "1.1",
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_primitives.Path, {
d: "M6.3,4.2c2.3,1.7,4.8,5.3,5.7,7.2.9-1.9,3.4-5.4,5.7-7.2,1.7-1.3,4.3-2.2,4.3.9s-.4,5.2-.6,5.9c-.7,2.6-3.3,3.2-5.6,2.8,4,.7,5.1,3,2.9,5.3-5,5.2-6.7-2.8-6.7-2.8,0,0-1.7,8-6.7,2.8-2.2-2.3-1.2-4.6,2.9-5.3-2.3.4-4.9-.3-5.6-2.8-.2-.7-.6-5.3-.6-5.9,0-3.1,2.7-2.1,4.3-.9h0Z"
})
});
exports.BlueskyIcon = BlueskyIcon;
//# sourceMappingURL=bluesky.js.map
;