UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 825 B
"use strict"; 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 Humhub = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M23.709 7.78a3.88 3.88 0 00-2.451-3.845L11.944.27a3.882 3.882 0 00-4.418 1.147l-6.36 7.73a3.895 3.895 0 00-.274 4.563l5.387 8.463c.904 1.417 2.628 2.129 4.256 1.708l9.685-2.51c1.627-.421 2.79-1.88 2.89-3.56l.089-2.192s.165-1.303-1.37-1.325c-1.13-.015-.986.962-1.975 1.568-.793.486-3.358.726-4.024-1.93 0 0-.778-2.334.704-4.495 1.481-2.161 3.168-1.012 3.826-.097 1.31 1.824 3.252.987 3.238-.382z" })); exports.default = Humhub;