iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.2 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 ChampagneDuotone = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M120 176c-44.7 0-43.7-57.87-35.8-104h71.6c7.9 46.13 8.9 104-35.8 104z", opacity: ".2" }),
React.createElement("path", { d: "M149.91 13.53A8 8 0 00142.3 8H97.71a8 8 0 00-7.61 5.53 451 451 0 00-14.21 59.7c-7.26 44.25-4.35 75.76 8.65 93.66A40 40 0 00112 183.42V232H96a8 8 0 100 16h48a8 8 0 000-16h-16v-48.58a39.94 39.94 0 0027.46-16.53c13-17.9 15.92-49.41 8.66-93.66a451 451 0 00-14.21-59.7zM103.59 24h32.83c3.06 10.19 6.77 24.42 9.8 40H93.8c3.03-15.58 6.73-29.81 9.79-40zm38.93 133.48C137.38 164.56 130 168 120 168s-17.37-3.44-22.51-10.51C85.9 141.54 86.55 110 91 80h58c4.47 30 5.12 61.52-6.48 77.48zM232 52a12 12 0 11-12-12 12 12 0 0112 12zm-48-32a12 12 0 1112 12 12 12 0 01-12-12zm24 80a12 12 0 11-12-12 12 12 0 0112 12z" }));
exports.default = ChampagneDuotone;