iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.09 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 CatFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M222.83 33.54a16 16 0 00-18.14 3.15c-.14.14-.26.27-.38.41L187.05 57A111.28 111.28 0 0069 57L51.69 37.1c-.12-.14-.24-.27-.38-.41a16 16 0 00-18.14-3.15A16.4 16.4 0 0024 48.46V136c0 49 40.06 89.63 91.56 95.32a4 4 0 004.44-4v-32l-13.42-13.43a8.22 8.22 0 01-.41-11.37 8 8 0 0111.49-.18L128 180.68l10.34-10.35a8 8 0 0111.49.18 8.22 8.22 0 01-.41 11.37L136 195.31v32a4 4 0 004.44 4C191.94 225.62 232 185 232 136V48.46a16.4 16.4 0 00-9.17-14.92zM84 152a12 12 0 1112-12 12 12 0 01-12 12zm20-64a8 8 0 11-16 0V69a8 8 0 0116 0zm32 0a8 8 0 11-16 0V64a8 8 0 0116 0zm16 0V69a8 8 0 0116 0v19a8 8 0 11-16 0zm20 64a12 12 0 1112-12 12 12 0 01-12 12z" }));
exports.default = CatFill;