iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.1 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 Cat = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M96 140a12 12 0 11-12-12 12 12 0 0112 12zm76-12a12 12 0 1012 12 12 12 0 00-12-12zm60-80v88c0 52.93-46.65 96-104 96S24 188.93 24 136V48a16 16 0 0127.31-11.31c.14.14.26.27.38.41L69 57a111.22 111.22 0 01118.1 0l17.21-19.9c.12-.14.24-.27.38-.41A16 16 0 01232 48zm-16 0l-21.56 24.8a8 8 0 01-10.81 1.2A88.86 88.86 0 00168 64.75V88a8 8 0 11-16 0V59.05a97.43 97.43 0 00-16-2.72V88a8 8 0 11-16 0V56.33a97.43 97.43 0 00-16 2.72V88a8 8 0 11-16 0V64.75A88.86 88.86 0 0072.37 74a8 8 0 01-10.81-1.17L40 48v88c0 41.66 35.21 76 80 79.67v-20.36l-13.66-13.66a8 8 0 0111.32-11.31L128 180.68l10.34-10.34a8 8 0 0111.32 11.31L136 195.31v20.36c44.79-3.69 80-38 80-79.67z" }));
exports.default = Cat;