iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.08 kB
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 Migadu = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M7.082 1.898a7.085 7.085 0 00-7.08 6.915c.002 7.002-.004 3.868 0 5.921-.064 3.519 2.407 7.254 7.082 7.368h.006l.017-4.311c-.009-.007-.033.006-.023-.018a3.216 3.216 0 01-.178-.007 3.989 3.989 0 01-1.228-.364c-.713-.413-1.22-1.234-1.35-2.015-.075-2.297 1.67-3.178 2.754-3.135 1.79.07 2.855 1.473 2.754 3.254v6.596h4.328V15.02a2.816 2.816 0 01.11-.772c.298-1.04 1.204-1.863 2.445-1.982h.383a2.783 2.783 0 012.57 2.718v7.118H24c-.006-2.361 0-4.722 0-7.082a7.085 7.085 0 00-9.836-6.526l-.017-.01a7.086 7.086 0 00-7.065-6.586zm-2.762 8.32a1.024 1.024 0 011.024 1.024 1.024 1.024 0 01-1.024 1.024 1.024 1.024 0 01-1.023-1.024A1.024 1.024 0 014.32 10.22z" }));
exports.default = Migadu;