iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.73 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 CheersThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M215 217.8l-21.5 5.77-12.35-46.06a36.06 36.06 0 0021.66-42.84c-12.45-46.43-38.31-87.12-39.4-88.83a4 4 0 00-4.41-1.72l-26.94 6.73c.23-11.53-.09-18.84-.09-19a4 4 0 00-3-3.7l-32-8a4 4 0 00-4.34 1.72c-1.09 1.71-26.95 42.4-39.4 88.83a36.06 36.06 0 0021.66 42.84l-12.35 46.03L41 193.8a4 4 0 00-2 7.73l48 12.86a3.77 3.77 0 001 .14 4 4 0 001-7.86l-18.77-5 12.35-46.07a35.8 35.8 0 0040.18-26.34c1.2-4.92 2.25-9.87 3.17-14.81a275.26 275.26 0 007.25 38.89A36.06 36.06 0 00168 180a35 35 0 005.38-.43l12.35 46.07-18.77 5a4 4 0 001 7.86 3.77 3.77 0 001-.14l48-12.86a4 4 0 00-1.96-7.7zM158.13 52.59c2.79 4.6 9.11 15.4 16.07 29.74l-42 10.5c-.81-14.58-.61-26.31-.4-32.28v-1.39zm-60.26-24l26.23 6.56c.09 4 .17 11.77-.17 21.87-.06 1.18-.15 3.09-.22 5.63s-.27 5.26-.45 8L80.94 60.11C88.24 44.88 95 33.38 97.87 28.59zM80.76 147A28 28 0 0161 112.75 299.88 299.88 0 0177.5 67.5l45.14 11.28a320.22 320.22 0 01-7.59 48.46A28 28 0 0180.76 147zm60.19 4.2a282.84 282.84 0 01-8.2-50.3l44.93-11.2A302.43 302.43 0 01195 136.75a28 28 0 01-54 14.49zm47.47-109.41a4 4 0 011.79-5.37l16-8a4 4 0 113.58 7.16l-16 8a4 4 0 01-5.37-1.79zM228 72a4 4 0 01-4 4h-16a4 4 0 010-8h16a4 4 0 014 4zM36.42 22.21a4 4 0 015.37-1.79l16 8a4 4 0 01-3.58 7.16l-16-8a4 4 0 01-1.79-5.37zM40 68H24a4 4 0 010-8h16a4 4 0 010 8z" }));
exports.default = CheersThin;