iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.64 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 CheersBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M212.89 210.08l-13.78 3.69-8.57-32a44.07 44.07 0 0020-49.17c-12.81-47.6-39.31-89.32-40.43-91.07a12 12 0 00-13-5.17l-16.9 4.22c0-5.34-.18-8.63-.2-9.13a12 12 0 00-9.08-11.09l-32-8a12 12 0 00-13 5.17C84.77 19.28 58.27 61 45.51 108.6a44.07 44.07 0 0019.95 49.17l-8.57 32-13.78-3.69a12 12 0 00-6.22 23.18l48 12.86a12 12 0 006.22-23.18l-11-3 8.57-32a44.21 44.21 0 0034.62-17.65q1 4.53 2.23 9A44.06 44.06 0 00167.36 188l8.57 32-11 3a12 12 0 006.22 23.18l48-12.86a12 12 0 10-6.22-23.18zM162.59 77l-22.82 5.71c-.21-6.92-.19-12.83-.1-17.24l14.62-3.65c2.21 3.79 5.09 8.97 8.3 15.18zm-60.87-39.2l14.46 3.61c0 4 0 9.25-.24 15.34 0 .92-.11 2.2-.17 3.82l-23.26-5.81a387.57 387.57 0 019.21-16.96zM82.83 139.31a20 20 0 01-14.14-24.49 281 281 0 0113.4-37.93l31.94 8a304.16 304.16 0 01-6.73 40.4 20 20 0 01-24.47 14.02zm65.84 9.86a264.83 264.83 0 01-7.36-42.17l31.82-8a283 283 0 0114.18 39.73 20 20 0 01-38.64 10.35zm36-109.38a12 12 0 017.59-15.17l12-4a12 12 0 017.58 22.76l-12 4a12 12 0 01-15.17-7.59zM236 72a12 12 0 01-12 12h-12a12 12 0 010-24h12a12 12 0 0112 12zM28.62 20.21a12 12 0 0115.17-7.59l12 4a12 12 0 11-7.58 22.76l-12-4a12 12 0 01-7.59-15.17zM36 76H24a12 12 0 010-24h12a12 12 0 010 24z" }));
exports.default = CheersBold;