iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.09 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 ChampagneBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M153.7 12.29A12 12 0 00142.29 4h-44.6a12 12 0 00-11.41 8.29 453.85 453.85 0 00-14.36 60.29c-7.44 45.34-4.28 77.86 9.37 96.66A44.11 44.11 0 00108 186.72V228H96a12 12 0 000 24h48a12 12 0 000-24h-12v-41.28a44.11 44.11 0 0026.7-17.48c13.66-18.8 16.81-51.32 9.37-96.66a453.85 453.85 0 00-14.37-60.29zM133.36 28c2.08 7.25 5.14 18.7 7.92 32H98.7c2.78-13.3 5.84-24.75 7.92-32zm5.91 127.14c-4.4 6-10.52 8.86-19.28 8.86s-14.88-2.82-19.28-8.86c-8.83-12.14-11-37.26-6.25-71.14h51.06c4.75 33.88 2.58 59-6.25 71.14zM240 56a16 16 0 11-16-16 16 16 0 0116 16zm-60-36a16 16 0 1116 16 16 16 0 01-16-16zm36 84a16 16 0 11-16-16 16 16 0 0116 16z" }));
exports.default = ChampagneBold;