iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 770 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 CheeseFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M184 32a7.81 7.81 0 00-2.3.34l-160 48A8 8 0 0016 88v16a8 8 0 008 8h7.46c13.45 0 24.79 11 24.54 24.46A24 24 0 0132 160h-8a8 8 0 00-8 8v24a8 8 0 008 8h200a16 16 0 0016-16V88a56.06 56.06 0 00-56-56zM80 184a32 32 0 0164 0zm88-48a32 32 0 01-31-40h62a32 32 0 01-31 40zM78.51 80l106.61-32a40.06 40.06 0 0138.07 32z" }));
exports.default = CheeseFill;