iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 742 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 Clickup = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.672 17.38l3.07-2.37c1.641 2.127 3.374 3.13 5.288 3.13 1.915 0 3.618-.973 5.168-3.1l3.13 2.31C18.08 20.39 15.283 22 12.031 22c-3.222 0-6.05-1.61-8.36-4.62zM11.848 7.137l-5.471 4.711L3.854 8.9 11.848 2l7.964 6.9-2.553 2.918-5.41-4.681z", fill: "#323544" }));
exports.default = Clickup;