iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.19 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 CatLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M221.36 35.07a14 14 0 00-15.26 3l-.29.3-18.39 21.21a109.16 109.16 0 00-118.84 0L50.19 38.41l-.29-.3A14 14 0 0026 48v88c0 51.83 45.76 94 102 94s102-42.17 102-94V48a14 14 0 00-8.64-12.93zM218 136c0 43.38-37.16 79-84 81.81v-23.33l14.24-14.24a6 6 0 00-8.48-8.49L128 183.51l-11.76-11.76a6 6 0 00-8.48 8.49L122 194.48v23.33C75.16 215 38 179.38 38 136V48a1.91 1.91 0 011.23-1.85 2.28 2.28 0 01.82-.17 1.87 1.87 0 011.26.5l21.76 25a6 6 0 008.11.88A91.52 91.52 0 0190 61.68V88a6 6 0 1012 0V57.51a97.85 97.85 0 0120-3.32V88a6 6 0 1012 0V54.19a97.85 97.85 0 0120 3.32V88a6 6 0 1012 0V61.68a91.52 91.52 0 0118.82 10.73 6 6 0 008.11-.88l21.76-25A2 2 0 01218 48zm-124 4a10 10 0 11-10-10 10 10 0 0110 10zm88 0a10 10 0 11-10-10 10 10 0 0110 10z" }));
exports.default = CatLight;