iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.01 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 ChefHatThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M236 112a52.06 52.06 0 00-52-52 53 53 0 00-7.77.59 52 52 0 00-96.46 0A53 53 0 0072 60a52 52 0 00-20 100v48a12 12 0 0012 12h128a12 12 0 0012-12v-48a52.07 52.07 0 0032-48zm-40 96a4 4 0 01-4 4H64a4 4 0 01-4-4v-45.41A52.13 52.13 0 0072 164h112a52.13 52.13 0 0012-1.41zm-12-52h-18.88l6.76-27a4 4 0 00-7.76-1.94l-7.24 29H132V128a4 4 0 00-8 0v28H99.12l-7.24-29a4 4 0 10-7.76 2l6.76 27H72a44 44 0 010-88 45.3 45.3 0 015.34.33A51.68 51.68 0 0076 80a4 4 0 008 0 44 44 0 0188 0 4 4 0 008 0 51.68 51.68 0 00-1.34-11.67A45.3 45.3 0 01184 68a44 44 0 010 88z" }));
exports.default = ChefHatThin;