UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.17 kB
"use strict"; 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 CatThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M220.59 36.94a11.83 11.83 0 00-13.08 2.61l-.19.2-19.55 22.49a107.1 107.1 0 00-119.54 0L48.68 39.75l-.19-.2A12 12 0 0028 48v88c0 50.72 44.86 92 100 92s100-41.27 100-92V48a11.82 11.82 0 00-7.41-11.06zM220 136c0 45.09-39.12 82-88 83.91v-26.25l14.83-14.83a4 4 0 10-5.66-5.65L128 186.35l-13.17-13.17a4 4 0 10-5.66 5.65L124 193.66v26.26C75.12 218 36 181.1 36 136V48a3.93 3.93 0 012.47-3.7 4.39 4.39 0 011.6-.31 3.77 3.77 0 012.67 1.1l21.84 25.14a4 4 0 005.4.59A94 94 0 0192 58.74V88a4 4 0 008 0V56a100.07 100.07 0 0124-3.93V88a4 4 0 008 0V52.09A100.07 100.07 0 01156 56v32a4 4 0 008 0V58.74a94 94 0 0122 12.08 4 4 0 005.4-.59l21.84-25.11A4 4 0 01220 48zm-128 4a8 8 0 11-8-8 8 8 0 018 8zm88 0a8 8 0 11-8-8 8 8 0 018 8z" })); exports.default = CatThin;