iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 873 B
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 EggCracked = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-egg-cracked", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }),
React.createElement("path", { d: "M11.236 2.066L9.542 7.713l-.029.123a1 1 0 00.406.978l2.764 1.974-1.551 2.716a1 1 0 101.736.992l2-3.5.052-.105a1 1 0 00-.339-1.205l-2.918-2.085 1.623-5.41C16.927 3.265 20 8.688 20 14.083c0 4.59-3.273 7.71-8 7.917-4.75 0-8-3.21-8-7.917C4 8.429 7.372 2.739 11.236 2.066" }));
exports.default = EggCracked;