iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.55 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 CheersFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M213.93 213.94l-17.65 4.73-10.42-38.89a40.06 40.06 0 0020.77-46.14c-12.6-47-38.78-88.22-39.89-89.95a8 8 0 00-8.68-3.45l-21.86 5.47c0-8.25-.18-13.43-.21-14.08a8 8 0 00-6.05-7.39l-32-8a8 8 0 00-8.68 3.45c-1.11 1.73-27.29 42.93-39.89 90a40.06 40.06 0 0020.77 46.14l-10.42 38.84-17.65-4.73a8 8 0 00-4.14 15.46l48 12.86a8.23 8.23 0 002.07.27 8 8 0 002.07-15.73l-14.9-4 10.42-38.89c.81.05 1.61.08 2.41.08a40.12 40.12 0 0037-24.88c1.18 6.37 2.6 12.82 4.31 19.22A40.08 40.08 0 00168 184c.8 0 1.6 0 2.41-.08l10.42 38.89-14.9 4a8 8 0 002.07 15.72 8.23 8.23 0 002.07-.27l48-12.86a8 8 0 00-4.14-15.46zM156.22 57.19c2.78 4.7 7.23 12.54 12.2 22.46L136 87.77c-.42-10-.38-18.25-.25-23.79 0-.56.05-1.12.08-1.68zm-56.44-24l20.37 5.09c.06 4.28 0 10.67-.21 18.47-.06 1.21-.16 3.19-.23 5.84 0 1-.1 2-.16 3l-32.86-8.16C92 46.67 96.84 38.16 99.78 33.19zm85.06 10.39a8 8 0 013.58-10.74l16-8a8 8 0 117.16 14.32l-16 8a8 8 0 01-10.74-3.58zM232 72a8 8 0 01-8 8h-16a8 8 0 010-16h16a8 8 0 018 8zM32.84 20.42a8 8 0 0110.74-3.58l16 8a8 8 0 01-7.16 14.32l-16-8a8 8 0 01-3.58-10.74zM40 72H24a8 8 0 010-16h16a8 8 0 010 16z" }));
exports.default = CheersFill;