iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 2.11 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 Cheerio = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M16.14 15.622c.593.444 1.203.9 1.81 1.356-.415.477-.929.9-1.584 1.307a7.218 7.218 0 01-1.64.741 8.04 8.04 0 01-1.443.31c-.43.054-.88.04-1.22.02a7.373 7.373 0 01-3.154-.934 7.046 7.046 0 01-2.146-1.869 7.004 7.004 0 01-1.177-2.223c-.185-.596-.266-1.207-.32-1.727-.079-.742-.003-1.53.238-2.481.2-.799.54-1.532 1.008-2.183.776-1.09 1.74-1.911 2.868-2.44a7.37 7.37 0 012.321-.672 6.046 6.046 0 01.689-.038c.362 0 .76.028 1.227.085a6.33 6.33 0 011.874.52 7.406 7.406 0 012.499 1.839 289.46 289.46 0 01-3.17 2.403 3.33 3.33 0 00-1.877-.824c-.894-.096-1.788.156-2.452.691a3.346 3.346 0 00-1.247 2.351c-.077.927.22 1.818.834 2.509a3.242 3.242 0 002.434 1.117 3.345 3.345 0 002.298-.853l1.33.995zM24 1.8v20.4a1.8 1.8 0 01-1.8 1.8H1.8A1.8 1.8 0 010 22.2V1.8A1.8 1.8 0 011.8 0h20.4A1.8 1.8 0 0124 1.8zm-4.542 14.963l-.419-.316a835.84 835.84 0 00-2.252-1.69c-.566-.423-1.133-.847-1.703-1.275l-.398-.299-.33.373c-.503.568-1.098.844-1.814.844h-.018a2.157 2.157 0 01-1.639-.755 2.254 2.254 0 01-.564-1.701 2.276 2.276 0 01.848-1.6c.443-.357 1.047-.524 1.657-.458.61.066 1.148.353 1.513.808l.327.408.418-.314c1.3-.975 2.644-1.983 3.967-3.012l.184-.143.022-.232a.784.784 0 00-.242-.633c-.007-.007-.015-.015-.02-.022l-.01-.01a8.482 8.482 0 00-3.048-2.326 7.408 7.408 0 00-2.191-.608c-.582-.072-1.353-.142-2.165-.049a8.438 8.438 0 00-2.66.768c-1.298.609-2.404 1.548-3.287 2.79a7.445 7.445 0 00-1.178 2.546c-.273 1.078-.357 1.986-.265 2.86.06.571.15 1.248.363 1.932.277.9.733 1.763 1.355 2.565a8.122 8.122 0 002.475 2.152 8.451 8.451 0 003.617 1.07 11.33 11.33 0 00.613.018c.254 0 .526-.012.798-.046a9.116 9.116 0 001.637-.351 8.29 8.29 0 001.886-.854c.952-.592 1.678-1.25 2.22-2.012l.303-.428z" }));
exports.default = Cheerio;