UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.46 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 BaseballThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M128 28a100 100 0 10100 100A100.11 100.11 0 00128 28zm67.31 162.64a90.16 90.16 0 01-4.46-5.14 4 4 0 00-6.24 5c1.58 2 3.26 3.9 5 5.76a91.82 91.82 0 01-123.22 0c1.74-1.86 3.42-3.78 5-5.76a4 4 0 00-6.24-5 90.16 90.16 0 01-4.46 5.14 91.81 91.81 0 010-125.28 90.16 90.16 0 014.46 5.14 4 4 0 006.24-5c-1.58-2-3.26-3.9-5-5.76a91.82 91.82 0 01123.22 0 97.247 97.247 0 00-5 5.76 4 4 0 106.24 5 90.16 90.16 0 014.46-5.14 91.81 91.81 0 010 125.28zm-103.37-46a98.57 98.57 0 01-4.3 16.67 4 4 0 01-3.78 2.69 3.88 3.88 0 01-1.33-.23 4 4 0 01-2.44-5.1 92.07 92.07 0 004-15.33 4 4 0 017.88 1.32zm0-33.32a4 4 0 01-3.28 4.6 3.77 3.77 0 01-.66.08 4 4 0 01-3.94-3.34 92.07 92.07 0 00-4-15.33 4 4 0 017.55-2.66 98.57 98.57 0 014.33 16.67zm84 47.33a4 4 0 01-2.44 5.1 3.88 3.88 0 01-1.33.23 4 4 0 01-3.78-2.67 98.57 98.57 0 01-4.3-16.67 4 4 0 017.88-1.32 92.07 92.07 0 003.94 15.35zm0-61.34a92.07 92.07 0 00-4 15.33A4 4 0 01168 116a3.68 3.68 0 01-.66-.06 4 4 0 01-3.28-4.6 98.57 98.57 0 014.3-16.67 4 4 0 017.55 2.66z" })); exports.default = BaseballThin;