iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 945 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 Paypal = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M7.016 19.198h-4.2a.562.562 0 01-.555-.65L5.093.584A.692.692 0 015.776 0h7.222c3.417 0 5.904 2.488 5.846 5.5-.006.25-.027.5-.066.747A6.794 6.794 0 0112.071 12H8.743a.69.69 0 00-.682.583l-.325 2.056-.013.083-.692 4.39-.015.087zM19.79 6.142c-.01.087-.01.175-.023.261a7.76 7.76 0 01-7.695 6.598H9.007l-.283 1.795-.013.083-.692 4.39-.134.843-.014.088H6.86l-.497 3.15a.562.562 0 00.555.65h3.612c.34 0 .63-.249.683-.585l.952-6.031a.692.692 0 01.683-.584h2.126a6.793 6.793 0 006.707-5.752c.306-1.95-.466-3.744-1.89-4.906z" }));
exports.default = Paypal;