iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.8 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 CheersLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M214.45 215.87l-19.58 5.25-11.37-42.44a38.06 38.06 0 0021.2-44.52c-12.52-46.73-38.55-87.68-39.65-89.4a6 6 0 00-6.51-2.58l-24.36 6.09c.11-9.67-.15-15.84-.19-16.55a6 6 0 00-4.53-5.54l-32-8A6 6 0 0091 20.76c-1.1 1.72-27.13 42.67-39.65 89.4a38.06 38.06 0 0021.2 44.52l-11.42 42.44-19.58-5.25a6 6 0 10-3.1 11.59l48 12.87a6.4 6.4 0 001.55.2 6 6 0 001.55-11.8l-16.83-4.51 11.38-42.45a36.43 36.43 0 003.9.23 38.08 38.08 0 0036.71-28.17v-.13c.28-1.15.55-2.29.81-3.44a262.13 262.13 0 005.73 27.57A38.06 38.06 0 00168 182a36.58 36.58 0 003.9-.23l11.38 42.45-16.83 4.51a6 6 0 001.55 11.8 6.4 6.4 0 001.55-.2l48-12.87a6 6 0 10-3.1-11.59zm-57.27-161C160.06 59.7 165.39 69 171.32 81l-37.25 9.3c-.55-11.07-.51-20.31-.37-26.33.05-1.1.1-2.19.14-3.25zm-58.36-24l23.31 5.83c.07 4.25.11 11.32-.19 20.2-.07 1.18-.16 3.09-.23 5.62-.09 1.82-.19 3.7-.3 5.63l-37.6-9.4c6.27-12.86 11.99-22.82 15.01-27.86zm14.29 95.89a26 26 0 01-50.22-13.52 295.44 295.44 0 0115.75-43.4l41.86 10.47a317.77 317.77 0 01-7.39 46.47zm29.77 23.94a279.09 279.09 0 01-8-48.25l41.68-10.42a297.86 297.86 0 0116.56 45.21 26 26 0 11-50.23 13.46zm43.75-108a6 6 0 012.69-8l16-8a6 6 0 115.36 10.74l-16 8a6 6 0 01-8.05-2.69zM230 72a6 6 0 01-6 6h-16a6 6 0 010-12h16a6 6 0 016 6zM34.63 21.32a6 6 0 018-2.69l16 8a6 6 0 01-5.36 10.74l-16-8a6 6 0 01-2.64-8.05zM40 70H24a6 6 0 010-12h16a6 6 0 010 12z" }));
exports.default = CheersLight;