UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 926 B
"use strict"; 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 ChampagneFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, 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.7zM93.8 64c3-15.58 6.73-29.81 9.79-40h32.83c3.06 10.19 6.77 24.42 9.8 40zM232 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 = ChampagneFill;