UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.21 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 Cake1 = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M20.25 7.75v-1A2.25 2.25 0 0018 4.5H6a2.25 2.25 0 00-2.25 2.25v4.056A2.25 2.25 0 002 13v5.75c0 .414.336.75.75.75h18.5a.75.75 0 00.75-.75V13a2.25 2.25 0 00-1.75-2.194V7.784a.67.67 0 000-.035zM6 6h12a.75.75 0 01.75.75v.471l-2.075.673a3 3 0 01-1.85 0l-1.437-.466a4.5 4.5 0 00-2.776 0l-1.436.466a3 3 0 01-1.852 0L5.25 7.221V6.75A.75.75 0 016 6zm12.75 2.798v1.952H5.25V8.798l1.612.523a4.5 4.5 0 002.776 0l1.437-.466a3 3 0 011.85 0l1.437.466a4.5 4.5 0 002.776 0l1.612-.523zM4.25 12.25h15.5a.75.75 0 01.75.75v.83l-2.95.956a3 3 0 01-1.85 0l-2.312-.75a4.5 4.5 0 00-2.776 0l-2.311.75a3 3 0 01-1.852 0L3.5 13.83V13a.75.75 0 01.75-.75zm16.25 3.157V18h-17v-2.593l2.487.806a4.5 4.5 0 002.776 0l2.312-.75a3 3 0 011.85 0l2.312.75a4.5 4.5 0 002.776 0l2.487-.806z", fill: "#323544" })); exports.default = Cake1;