iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 1.22 kB
JavaScript
"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 Cookie = (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-cookie", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }),
React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }),
React.createElement("path", { d: "M8 13v.01M12 17v.01M12 12v.01M16 14v.01M11 8v.01M13.148 3.476l2.667 1.104a4 4 0 004.656 6.14l.053.132a3 3 0 010 2.296Q19.779 14.328 19.5 15q-.283.684-.66 2.216a3 3 0 01-1.624 1.623q-1.572.394-2.216.661-.712.295-1.852 1.024a3 3 0 01-2.296 0Q9.649 19.77 9 19.5q-.707-.292-2.216-.66a3 3 0 01-1.623-1.624Q4.764 15.639 4.5 15q-.298-.718-1.024-1.852a3 3 0 010-2.296Q4.195 9.736 4.5 9q.257-.62.66-2.216a3 3 0 011.624-1.623Q8.331 4.777 9 4.5q.687-.285 1.852-1.024a3 3 0 012.296 0" }));
exports.default = Cookie;