UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.71 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 BaseballFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M209.35 63.28a4 4 0 00-5.8-.47 88.94 88.94 0 00-9.4 10 8.2 8.2 0 01-11 1.81A8 8 0 01181.49 63a104.17 104.17 0 0110.33-11.14 4 4 0 00-.22-6.09 103.79 103.79 0 00-127.2 0 4 4 0 00-.22 6.09 104.64 104.64 0 0110.17 10.93A8.18 8.18 0 0174 73.58 8 8 0 0162 73a88.41 88.41 0 00-9.59-10.2 4 4 0 00-5.79.48 103.79 103.79 0 000 129.44 4 4 0 005.8.47 88.94 88.94 0 009.4-10 8.2 8.2 0 0111-1.81A8 8 0 0174.51 193a104.17 104.17 0 01-10.33 11.14 4 4 0 00.22 6.09 103.79 103.79 0 00127.2 0 4 4 0 00.22-6.09A104.17 104.17 0 01181.49 193a8 8 0 011.7-11.59 8.2 8.2 0 0111 1.81 88.94 88.94 0 009.4 10 4 4 0 005.8-.47 103.79 103.79 0 000-129.44zM81.71 88.3a8.18 8.18 0 019.79 5.29 105.1 105.1 0 014.34 16.77A8 8 0 0188 120a8 8 0 01-8-7.35c-.38-4.44-1.11-8.91-3.2-12.84a8 8 0 014.91-11.51zm14.13 57.29a103.54 103.54 0 01-4.43 17.08 8 8 0 01-11.17 4.46 8.19 8.19 0 01-3.82-10.08 87.84 87.84 0 003.69-14.37 8 8 0 0110.18-6.35 8.17 8.17 0 015.55 9.26zm79.92 21.54a8 8 0 01-11.17-4.46 103.54 103.54 0 01-4.43-17.08 8.18 8.18 0 015.55-9.26 8 8 0 0110.18 6.35 87.84 87.84 0 003.69 14.37 8.19 8.19 0 01-3.82 10.08zm3.41-67.32c-2.09 3.93-2.82 8.4-3.2 12.84a8 8 0 01-10.17 7 8.16 8.16 0 01-5.65-9.25 103.59 103.59 0 014.35-16.8 8.17 8.17 0 019.79-5.3 8 8 0 014.88 11.51z" })); exports.default = BaseballFill;