@wordpress/block-library
Version:
Block library for the WordPress editor.
9 lines (8 loc) • 531 B
JavaScript
// packages/block-library/src/social-link/icons/tumblr.js
import { Path, SVG } from "@wordpress/primitives";
import { jsx } from "react/jsx-runtime";
var TumblrIcon = () => /* @__PURE__ */ jsx(SVG, { width: "24", height: "24", viewBox: "0 0 24 24", version: "1.1", children: /* @__PURE__ */ jsx(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" }) });
export {
TumblrIcon
};
//# sourceMappingURL=tumblr.mjs.map