iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 671 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 Cookie = (props) => React.createElement("svg", { className: "lucide lucide-cookie", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", ...props },
React.createElement("path", { d: "M12 2a10 10 0 1010 10 4 4 0 01-5-5 4 4 0 01-5-5M8.5 8.5v.01M16 15.5v.01M12 12v.01M11 17v.01M7 14v.01" }));
exports.default = Cookie;