iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 590 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const LogoTumblr = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", ...props },
React.createElement("path", { fill: "#231f20", d: "M21.52 26h-3.38c-3 0-5.3-1.57-5.3-5.31v-6h-2.76v-3.26a6.06 6.06 0 0 0 4.46-5.66h3.16v5.15h3.67v3.75H17.7v5.22c0 1.57.8 2.1 2 2.1h1.79z" }));
exports.default = LogoTumblr;