UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 982 B
"use strict"; 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 ChefHatFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M240 112a56.06 56.06 0 00-56-56c-1.77 0-3.54.1-5.29.26a56 56 0 00-101.42 0C75.54 56.1 73.77 56 72 56a56 56 0 00-24 106.59V208a16 16 0 0016 16h128a16 16 0 0016-16v-45.41A56.09 56.09 0 00240 112zm-87.76 30.06l8-32a8 8 0 0115.52 3.88l-8 32A8 8 0 01160 152a8.13 8.13 0 01-1.95-.24 8 8 0 01-5.81-9.7zM120 112a8 8 0 0116 0v32a8 8 0 01-16 0zm-33.94-7.76a8 8 0 019.7 5.82l8 32a8 8 0 01-5.82 9.7 8.13 8.13 0 01-2 .24 8 8 0 01-7.75-6.06l-8-32a8 8 0 015.87-9.7zM192 208H64v-40.58a55.49 55.49 0 008 .58h112a55.49 55.49 0 008-.58z" })); exports.default = ChefHatFill;