iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 2.3 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 Cake2 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-cake2", viewBox: "0 0 16 16", ...props },
React.createElement("path", { d: "M3.494.013l-.595.79A.747.747 0 003 1.814v2.683q-.224.051-.432.107c-.702.187-1.305.418-1.745.696C.408 5.56 0 5.954 0 6.5v7c0 .546.408.94.823 1.201.44.278 1.043.51 1.745.696C3.978 15.773 5.898 16 8 16s4.022-.227 5.432-.603c.701-.187 1.305-.418 1.745-.696.415-.261.823-.655.823-1.201v-7c0-.546-.408-.94-.823-1.201-.44-.278-1.043-.51-1.745-.696A12 12 0 0013 4.496v-2.69a.747.747 0 00.092-1.004l-.598-.79-.595.792A.747.747 0 0012 1.813V4.3a22 22 0 00-2-.23V1.806a.747.747 0 00.092-1.004l-.598-.79-.595.792A.747.747 0 009 1.813v2.204a29 29 0 00-2 0V1.806A.747.747 0 007.092.802l-.598-.79-.595.792A.747.747 0 006 1.813V4.07c-.71.05-1.383.129-2 .23V1.806A.747.747 0 004.092.802zm-.668 5.556L3 5.524v.967q.468.111 1 .201V5.315a21 21 0 012-.242v1.855q.488.036 1 .054V5.018a28 28 0 012 0v1.964q.512-.018 1-.054V5.073c.72.054 1.393.137 2 .242v1.377q.532-.09 1-.201v-.967l.175.045c.655.175 1.15.374 1.469.575.344.217.356.35.356.356s-.012.139-.356.356c-.319.2-.814.4-1.47.575C11.87 7.78 10.041 8 8 8c-2.04 0-3.87-.221-5.174-.569-.656-.175-1.151-.374-1.47-.575C1.012 6.639 1 6.506 1 6.5s.012-.139.356-.356c.319-.2.814-.4 1.47-.575M15 7.806v1.027l-.68.907a.94.94 0 01-1.17.276 1.94 1.94 0 00-2.236.363l-.348.348a1 1 0 01-1.307.092l-.06-.044a2 2 0 00-2.399 0l-.06.044a1 1 0 01-1.306-.092l-.35-.35a1.935 1.935 0 00-2.233-.362.935.935 0 01-1.168-.277L1 8.82V7.806c.42.232.956.428 1.568.591C3.978 8.773 5.898 9 8 9s4.022-.227 5.432-.603c.612-.163 1.149-.36 1.568-.591m0 2.679V13.5c0 .006-.012.139-.356.355-.319.202-.814.401-1.47.576C11.87 14.78 10.041 15 8 15c-2.04 0-3.87-.221-5.174-.569-.656-.175-1.151-.374-1.47-.575-.344-.217-.356-.35-.356-.356v-3.02a1.935 1.935 0 002.298.43.935.935 0 011.08.175l.348.349a2 2 0 002.615.185l.059-.044a1 1 0 011.2 0l.06.044a2 2 0 002.613-.185l.348-.348a.94.94 0 011.082-.175c.781.39 1.718.208 2.297-.426" }));
exports.default = Cake2;