iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 973 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 ChefHatBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M244 112a60.07 60.07 0 00-60-60c-1 0-1.95 0-2.92.08a60 60 0 00-106.16 0C74 52 73 52 72 52a60 60 0 00-28 113v43a20 20 0 0020 20h128a20 20 0 0020-20v-43a60 60 0 0032-53zm-56 92H68v-32.15c1.32.09 2.65.15 4 .15h112c1.35 0 2.68-.06 4-.15zm-4-56h-8.63l4.27-17.09a12 12 0 00-23.28-5.82L150.63 148H140v-20a12 12 0 00-24 0v20h-10.63l-5.73-22.91a12 12 0 10-23.28 5.82L80.63 148H72a36 36 0 01-3.87-71.79C68.05 77.47 68 78.73 68 80a12 12 0 0024 0 36 36 0 0172 0 12 12 0 0024 0c0-1.27-.05-2.53-.13-3.79A36 36 0 01184 148z" }));
exports.default = ChefHatBold;