iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 966 B
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 CheeseLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M184 34a5.92 5.92 0 00-1.72.25l-160 48A6 6 0 0018 88v24a6 6 0 006 6h8a18.09 18.09 0 0118 17.65 17.59 17.59 0 01-5.15 12.7A18.91 18.91 0 0131.46 154H24a6 6 0 00-6 6v32a6 6 0 006 6h200a14 14 0 0014-14V88a54.06 54.06 0 00-54-54zm.85 12a42.07 42.07 0 0140.72 36H64.88zm9.15 58a26 26 0 11-50-10h48a25.87 25.87 0 012 10zm-56 82H86v-2a26 26 0 0152 0zm88-2a2 2 0 01-2 2h-74v-2a38 38 0 00-76 0v2H30v-20h1.46a31 31 0 0022-9.25A29.45 29.45 0 0062 135.42 30.14 30.14 0 0032 106h-2V94h101.34a38 38 0 1073.32 0H226z" }));
exports.default = CheeseLight;