iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 998 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 Pepsi = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M18.005 4.04a2.584 2.584 0 01-.256-.221A9.947 9.947 0 0012.001 2c-5.52 0-9.995 4.477-9.995 10a9.963 9.963 0 001.978 5.972 20.46 20.46 0 008.764-5.19 20.378 20.378 0 005.257-8.741z", fill: "#323544" }),
React.createElement("path", { d: "M12.002 22c5.52 0 9.995-4.478 9.995-10a9.951 9.951 0 00-1.53-5.318.537.537 0 01-.069-.083 7.11 7.11 0 01.306 2.07 6.965 6.965 0 01-.777 3.214 7.275 7.275 0 01-2.096 2.428c-.699.515-1.537.952-2.524 1.31-.786.287-1.808.585-3.074.872l-3.65.822a58.699 58.699 0 00-4.226 1.126A9.967 9.967 0 0012.002 22z", fill: "#323544" }));
exports.default = Pepsi;