@wordpress/block-library
Version:
Block library for the WordPress editor.
25 lines (20 loc) • 674 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.TumblrIcon = void 0;
var _element = require("@wordpress/element");
var _primitives = require("@wordpress/primitives");
/**
* WordPress dependencies
*/
const TumblrIcon = () => (0, _element.createElement)(_primitives.SVG, {
width: "24",
height: "24",
viewBox: "0 0 24 24",
version: "1.1"
}, (0, _element.createElement)(_primitives.Path, {
d: "M17.04 21.28h-3.28c-2.84 0-4.94-1.37-4.94-5.02v-5.67H6.08V7.5c2.93-.73 4.11-3.3 4.3-5.48h3.01v4.93h3.47v3.65H13.4v4.93c0 1.47.73 2.01 1.92 2.01h1.73v3.75z"
}));
exports.TumblrIcon = TumblrIcon;
//# sourceMappingURL=tumblr.js.map
;