iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 939 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 CheeseBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M184 28a11.86 11.86 0 00-3.45.51l-160 48A12 12 0 0012 88v24a12 12 0 0012 12h8a12.07 12.07 0 0112 11.76 11.6 11.6 0 01-3.43 8.38 12.88 12.88 0 01-9.11 3.86H24a12 12 0 00-12 12v32a12 12 0 0012 12h200a20 20 0 0020-20V88a60.07 60.07 0 00-60-60zm1.64 24a36.06 36.06 0 0132.3 24H105.76zM152 100h32v4a16 16 0 01-32 0zm-56 80a16 16 0 0132 0zm124 0h-68a40 40 0 00-80 0H36v-8.29A37.09 37.09 0 0057.7 161 35.39 35.39 0 0068 135.31a36.21 36.21 0 00-32-35.09V100h92v4a40 40 0 0080 0v-4h12z" }));
exports.default = CheeseBold;