iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.19 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 CheeseDuotone = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M184 40L24 88v24h8a24 24 0 0124 23.54C56.25 149 44.91 160 31.46 160H24v32h56v-8a32 32 0 0164 0v8h80a8 8 0 008-8V88a48 48 0 00-48-48zm-16 96a32 32 0 01-27.72-48h55.44A32 32 0 01168 136z", opacity: ".2" }),
React.createElement("path", { d: "M184 32a7.81 7.81 0 00-2.3.34l-160 48A8 8 0 0016 88v24a8 8 0 008 8h8a16.08 16.08 0 0116 15.69A15.6 15.6 0 0143.42 147a16.87 16.87 0 01-12 5.05H24a8 8 0 00-8 8v32a8 8 0 008 8h200a16 16 0 0016-16V88a56.06 56.06 0 00-56-56zm1.12 16a40.06 40.06 0 0138.07 32H78.51zm6.88 56a24 24 0 11-46.62-8h45.24a23.86 23.86 0 011.38 8zM88 184a24 24 0 0148 0zm136 0h-72a40 40 0 00-80 0H32v-16a33 33 0 0022.84-9.85A31.39 31.39 0 0064 135.38 32.15 32.15 0 0032 104v-8h96.81a40 40 0 1078.38 0H224z" }));
exports.default = CheeseDuotone;