@comfortdelgro/compass-icons
Version:
Icons for React Compass Design System
25 lines (23 loc) • 954 B
JavaScript
import * as React from "react";
import { forwardRef } from "react";
const Tumblr = (props, ref)=>/*#__PURE__*/ React.createElement("svg", {
width: "1em",
height: "1em",
viewBox: "0 0 24 24",
ref: ref,
...props
}, /*#__PURE__*/ React.createElement("g", {
clipPath: "url(#clip0_10530_97467)"
}, /*#__PURE__*/ React.createElement("path", {
d: "M14.6 24C11 24 8.3 22.15 8.3 17.7V10.6H5V6.75C8.6 5.8 10.1 2.7 10.3 0H14.05V6.1H18.4V10.6H14.05V16.8C14.05 18.65 15 19.3 16.5 19.3H18.6V24H14.6Z",
fill: "#001935"
})), /*#__PURE__*/ React.createElement("defs", null, /*#__PURE__*/ React.createElement("clipPath", {
id: "clip0_10530_97467"
}, /*#__PURE__*/ React.createElement("rect", {
width: 13.6,
height: 24,
fill: "white",
transform: "translate(5)"
}))));
const ForwardRef = /*#__PURE__*/ forwardRef(Tumblr);
export default ForwardRef;