iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.54 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 Cookie = (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", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }),
React.createElement("path", { d: "M13.53 2.552l2.667 1.104a1 1 0 01.414 1.53 3 3 0 003.492 4.604 1 1 0 011.296.557l.049.122a4 4 0 010 3.062l-.079.151c-.467.74-.785 1.314-.945 1.7-.166.4-.373 1.097-.613 2.073l-.047.144a4 4 0 01-2.166 2.164l-.139.046c-1.006.253-1.705.461-2.076.615-.412.17-.982.486-1.696.942l-.156.082a4 4 0 01-3.062 0l-.148-.077c-.759-.475-1.333-.793-1.704-.947-.413-.171-1.109-.378-2.07-.612l-.146-.048a4 4 0 01-2.164-2.166l-.046-.138c-.254-1.009-.463-1.709-.615-2.078q-.256-.621-.942-1.695l-.082-.156a4 4 0 010-3.062l.084-.16c.447-.692.761-1.262.94-1.692.147-.355.356-1.057.615-2.078l.045-.138a4 4 0 012.166-2.164l.141-.047c.988-.245 1.686-.453 2.074-.614.395-.164.967-.48 1.7-.944l.152-.08a4 4 0 013.062 0M12 16a1 1 0 00-1 1v.01a1 1 0 002 0V17a1 1 0 00-1-1m4-3a1 1 0 00-1 1v.01a1 1 0 002 0V14a1 1 0 00-1-1m-8-1a1 1 0 00-1 1v.01a1 1 0 002 0V13a1 1 0 00-1-1m4-1a1 1 0 00-1 1v.01a1 1 0 002 0V12a1 1 0 00-1-1m-1-4c-.552 0-1 .448-1 1.01A1 1 0 1012 8a1 1 0 00-1-1" }));
exports.default = Cookie;