iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.23 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 CakeLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M230 112a22 22 0 00-22-22h-74V77.4A30.05 30.05 0 00158 48c0-26.9-25.58-44.27-26.67-45a6 6 0 00-6.66 0C123.58 3.73 98 21.1 98 48a30.05 30.05 0 0024 29.4V90H48a22 22 0 00-22 22v23.33a38.81 38.81 0 008 23.57V200a22 22 0 0022 22h144a22 22 0 0022-22v-41.1a38.81 38.81 0 008-23.57zM110 48c0-15.4 12-27.41 18-32.44 6 5 18 17 18 32.44a18 18 0 01-36 0zm-72 64a10 10 0 0110-10h160a10 10 0 0110 10v23.33c0 14.32-11.33 26.28-25.26 26.66A26 26 0 01166 136a6 6 0 00-12 0 26 26 0 01-52 0 6 6 0 00-12 0 26 26 0 01-26.74 26C49.33 161.61 38 149.65 38 135.33zm162 98H56a10 10 0 01-10-10v-30.69A36.8 36.8 0 0062.94 174a37.82 37.82 0 0027.56-10.76 38.83 38.83 0 005.5-6.74 38 38 0 0064 0 38.83 38.83 0 005.52 6.74A37.73 37.73 0 00192 174h1.07a36.8 36.8 0 0016.93-4.69V200a10 10 0 01-10 10z" }));
exports.default = CakeLight;