UNPKG

@nomercyicons/react

Version:
24 lines 898 B
const React = require("react"); function TumblrIcon({ title, titleId, ...props }, svgRef) { return /*#__PURE__*/React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 27 48", strokeWidth: 1.5, stroke: "none", "aria-hidden": "true", ref: svgRef, "aria-labelledby": titleId }, props), title ? /*#__PURE__*/React.createElement("title", { id: titleId }, title) : null, /*#__PURE__*/React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M24.74 38.34c-.873.426-2.543.797-3.79.829-3.76.102-4.49-2.7-4.52-4.731V19.495h9.434v-7.268h-9.402V0h-6.88c-.113 0-.31.101-.339.358C8.841 4.101 7.127 10.668 0 13.295v6.2h4.755v15.683c0 5.37 3.876 12.999 14.11 12.819 3.453-.06 7.288-1.537 8.135-2.812l-2.26-6.844" })); } const ForwardRef = React.forwardRef(TumblrIcon); module.exports = ForwardRef;