UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.08 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 CatBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M223.65 29.53a20 20 0 00-21.79 4.34c-.2.2-.39.4-.57.61l-15 17.3a115.34 115.34 0 00-116.5 0l-15-17.3c-.18-.21-.37-.41-.57-.61A20 20 0 0020 48v88c0 55.14 48.45 100 108 100s108-44.86 108-100V48a20 20 0 00-12.35-18.47zM212 136c0 38.22-31.35 69.93-72 75.21V197l12.49-12.49a12 12 0 00-17-17L128 175l-7.51-7.52a12 12 0 00-17 17L116 197v14.24c-40.65-5.28-72-37-72-75.21V58.74l14.54 16.73a12 12 0 0016.21 1.76A86 86 0 0196 65.74V88a12 12 0 0024 0V60.35q4-.35 8-.35t8 .35V88a12 12 0 0024 0V65.74a86.2 86.2 0 0121.25 11.49 12 12 0 0016.21-1.76L212 58.74zm-112 4a16 16 0 11-16-16 16 16 0 0116 16zm88 0a16 16 0 11-16-16 16 16 0 0116 16z" })); exports.default = CatBold;