UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.27 kB
"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 CakeBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M236 112a28 28 0 00-28-28h-68v-2.06A36.07 36.07 0 00164 48c0-31.06-29.38-46.11-30.63-46.73a12 12 0 00-10.74 0C121.38 1.89 92 16.94 92 48a36.07 36.07 0 0024 33.94V84H48a28 28 0 00-28 28v23.33a44.7 44.7 0 008 25.49V200a28 28 0 0028 28h144a28 28 0 0028-28v-39.18a44.7 44.7 0 008-25.49zM124 29.93a42.49 42.49 0 014-3.57 41.26 41.26 0 014 3.57c5.33 5.52 8 11.6 8 18.07a12 12 0 01-24 0c0-6.47 2.71-12.55 8-18.07zM44 112a4 4 0 014-4h160a4 4 0 014 4v23.33c0 11.1-8.72 20.37-19.43 20.66A20 20 0 01172 136a12 12 0 00-24 0 20 20 0 01-40 0 12 12 0 00-24 0 20 20 0 01-20.57 20C52.72 155.7 44 146.43 44 135.33zm156 92H56a4 4 0 01-4-4v-21.71A42.65 42.65 0 0062.77 180a43.68 43.68 0 0031.91-12.44c.46-.44.9-.9 1.33-1.35a44 44 0 0064 0c.43.45.87.91 1.33 1.35A43.66 43.66 0 00192 180h1.25a42.65 42.65 0 0010.75-1.71V200a4 4 0 01-4 4z" })); exports.default = CakeBold;