iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.02 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 Conekta = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M12.291 17.883a11.733 11.733 0 01-6.174 3.034 2.46 2.46 0 01-2.165-.746 12.094 12.094 0 010-16.358 2.46 2.46 0 012.173-.746 11.668 11.668 0 016.29 3.14 27.166 27.166 0 00-.698 6.1 27.776 27.776 0 00.574 5.576zm9.897-3.938a1.394 1.394 0 00-1.525.527A24.68 24.68 0 018.75 23.41a35.442 35.442 0 006.429.59 36.286 36.286 0 004.46-.279 3.6 3.6 0 003.034-2.698c.47-1.884.645-3.883.517-5.813a1.394 1.394 0 00-1.001-1.265zM20.663 9.61a1.394 1.394 0 002.526-.746 19.188 19.188 0 00-.517-5.888A3.6 3.6 0 0019.638.28 36.268 36.268 0 0015.178 0a35.434 35.434 0 00-6.429.59 24.64 24.64 0 0111.914 9.02z" }));
exports.default = Conekta;