iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 910 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 Pingdom = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M11.96 17.804l7.959-3.396-7.049 7.241a14.392 14.392 0 00-.91-3.844v-.001zM24 11.118a44.234 44.234 0 00-15.087 1.92 14.56 14.56 0 012.535 3.621c4.042-2.25 9.646-5.123 12.552-5.531v-.015.005zm-12.574.275l.207-.06a40.124 40.124 0 004.523-1.656 16.586 16.586 0 004.159-2.367 9.023 9.023 0 002.915-4.122c.12-.267.211-.549.267-.837-2.024 2.76-10.041 3.048-10.041 3.048l1.89-1.734A26.413 26.413 0 000 8.645a14.44 14.44 0 018.139 3.634c1.086-.336 2.196-.576 3.286-.879v-.006l.001-.001z" }));
exports.default = Pingdom;