iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 2.62 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", { viewBox: "0 0 15 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.07 1.767c.41-.548-.61-1.313-1.02-.765-.412.548.609 1.313 1.02.765zm-3.677-.689a7.53 7.53 0 00-3.809.631c-1.198.547-2.257 1.444-2.796 2.71-.412.968-.77 1.862-.787 3.025-.016 1.154.304 2.525 1.13 4.484.48 1.137 1.909 1.617 3.008 1.88 1.27.304 2.67.383 3.525.266.701-.096 1.48-.246 2.135-.777 1.099-.893 2.102-1.902 2.7-2.958.605-1.067.827-2.247.223-3.386-.16-.3-.406-.376-.68-.46-.105-.033-.213-.066-.321-.113-1.1-.478-1.756-1.03-1.807-1.351-.048-.3.008-.514.067-.737.032-.12.064-.243.082-.383.02-.172.018-.576-.363-.781-.295-.16-.484-.47-.66-.759-.043-.071-.085-.141-.128-.207-.286-.438-.704-1-1.52-1.084zM4.999 2.62c-1.034.472-1.873 1.212-2.29 2.191-.41.964-.695 1.699-.708 2.648-.014.956.25 2.179 1.052 4.081.339.803 1.569 1.117 2.319 1.296 1.177.282 2.45.345 3.157.248.684-.093 1.217-.219 1.64-.562 1.06-.862 1.952-1.778 2.46-2.675.306-.539.885-2.143 0-2.459-1.875-.668-2.367-1.32-2.639-1.974-.18-.436-.161-.89-.033-1.334.02-.066.038-.131.076-.19a2.391 2.391 0 01-.518-.517c-.086-.114-.168-.251-.253-.393-.243-.408-.512-.859-.972-.906A6.531 6.531 0 005 2.619zm8.21 1.156c.232-.548-.754-1.139-1.127-.673-.5.625.82 1.39 1.126.673zm1.158-1.515c.6.015.788-1.144.205-1.31-.764-.219-.98 1.291-.205 1.31zm-.081 2.831c.578.009.76-.709.197-.812-.738-.135-.946.8-.197.812zm-7.378-.804c-.439.38-.856-.135-.928-.55-.112-.64.357-1.168.968-.825.485.272.319 1.063-.04 1.375zM4.944 5.882c.464-.464-.35-1.312-.83-.83-.282.28-.106.602.122.83a.5.5 0 00.708 0zm2.032.838c.335.67 1.511.072 1.017-.572a.542.542 0 00-.373-.206c-.409-.046-.858.35-.644.778zm.011 2.005c.153.394.523.594.931.438.355-.135.413-.766.253-1.089-.149-.299-.532-.396-.835-.28-.352.136-.48.593-.351.925l.002.006zm3.4.116c.37-.184 1.074-.013 1.074.471 0 .4-.503.905-.899.97-.382.065-.858-.306-.797-.705.048-.312.356-.603.623-.736zm-2.821 2.002a.523.523 0 00-.453.034h-.001c-.205.118-.4.367-.438.607-.085.52.457.64.852.615.68-.044.538-1.056.04-1.256zm-2.687.05a.5.5 0 00.203-.578c-.153-.518-.758-.602-1.117-.185a.5.5 0 00.026.68l.003.004.003.004c.222.276.638.368.882.075zm-1.833-3.08c.284.285.554.338.937.246.624-.15.154-1.816-.937-1.186-.338.195-.18.76 0 .94z", fill: "currentColor" }));
exports.default = Cookie;