iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 967 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 CheeseThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M184 36a4.05 4.05 0 00-1.15.17l-160 48A4 4 0 0020 88v24a4 4 0 004 4h8a20.11 20.11 0 0120 19.61 19.59 19.59 0 01-5.72 14.14A20.92 20.92 0 0131.46 156H24a4 4 0 00-4 4v32a4 4 0 004 4h200a12 12 0 0012-12V88a52.06 52.06 0 00-52-52zm.57 8a44.06 44.06 0 0143.24 40H51.25zM196 104a28 28 0 11-53.29-12h50.58a28 28 0 012.71 12zm-56 84H84v-4a28 28 0 0156 0zm88-4a4 4 0 01-4 4h-76v-4a36 36 0 00-72 0v4H28v-24h3.46A29 29 0 0052 155.35a27.52 27.52 0 008-19.89A28.14 28.14 0 0032 108h-4V92h106.07a36 36 0 1067.86 0H228z" }));
exports.default = CheeseThin;