UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 996 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 CakeFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M208 88h-72v-9a32.06 32.06 0 0024-31c0-28-26.44-45.91-27.56-46.66a8 8 0 00-8.88 0C122.44 2.09 96 20 96 48a32.06 32.06 0 0024 31v9H48a24 24 0 00-24 24v23.33a40.84 40.84 0 008 24.24V200a24 24 0 0024 24h144a24 24 0 0024-24v-40.43a40.84 40.84 0 008-24.24V112a24 24 0 00-24-24zm-96-40c0-13.57 10-24.46 16-29.79 6 5.33 16 16.22 16 29.79a16 16 0 01-32 0zm104 87.33c0 13.25-10.46 24.31-23.32 24.66A24 24 0 01168 136a8 8 0 00-16 0 24 24 0 01-48 0 8 8 0 00-16 0 24 24 0 01-24.68 24C50.46 159.64 40 148.58 40 135.33V112a8 8 0 018-8h160a8 8 0 018 8z" })); exports.default = CakeFill;