UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 loc) 1.01 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 CakeOff = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", className: "icon icon-tabler icons-tabler-outline icon-tabler-cake-off", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }), React.createElement("path", { d: "M21 17v-5a3 3 0 00-3-3h-5M9 9H6a3 3 0 00-3 3v8h17" }), React.createElement("path", { d: "M3 14.803A2.4 2.4 0 004 15a2.4 2.4 0 002-1 2.4 2.4 0 012-1 2.4 2.4 0 012 1 2.4 2.4 0 002 1 2.4 2.4 0 002-1m4 0a2.4 2.4 0 002 1c.35.007.692-.062 1-.197M10.172 6.188c.07-.158.163-.31.278-.451L12 4l1.465 1.638a2 2 0 01-.65 3.19M3 3l18 18" })); exports.default = CakeOff;