iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.31 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 CookieMan = (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-cookie-man", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }),
React.createElement("path", { d: "M12.007 1l.238.005a6 6 0 015.405 3.974l.078.233a6 6 0 01-.182 4.08l-.093.21.05-.002a2.94 2.94 0 012.638 1.511l.081.158a2.887 2.887 0 01-1.234 3.764l-.19.096L17 15.85v.963l1.166 1.166.14.154a2.96 2.96 0 01-.17 4.002c-1.087 1.088-2.827 1.161-4.03.144l-.16-.146L12 20.185l-1.946 1.947a2.96 2.96 0 01-3.95.22l-.15-.128c-1.17-1.073-1.284-2.879-.234-4.12l.146-.158L7 16.812v-.962l-1.834-.84-.181-.093a2.88 2.88 0 01-1.205-3.75 2.93 2.93 0 012.646-1.661l.13.003-.03-.064a6.1 6.1 0 01-.503-1.968l-.017-.26V7a6 6 0 015.775-5.996L12.005 1zm.003 15H12a1 1 0 000 2h.01a1 1 0 000-2m0-3H12a1 1 0 000 2h.01a1 1 0 000-2m0-5H12a1 1 0 000 2h.01a1 1 0 000-2m-2-3H10a1 1 0 100 2h.01a1 1 0 000-2m4 0H14a1 1 0 000 2h.01a1 1 0 000-2" }));
exports.default = CookieMan;