UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.55 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 BaseballDuotone = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M60.66 59.58A95.74 95.74 0 0189.33 128a95.74 95.74 0 01-28.67 68.42 96 96 0 010-136.84zm134.68 0a96 96 0 000 136.84 96 96 0 000-136.84z", opacity: ".2" }), React.createElement("path", { d: "M128 24a104 104 0 10104 104A104.11 104.11 0 00128 24zM72.09 195.91c.82-1 1.64-1.93 2.42-2.91A8 8 0 1062 183l-1.34 1.62a87.82 87.82 0 010-113.24L62 73a8 8 0 1012.51-10c-.78-1-1.6-2-2.42-2.91a87.84 87.84 0 01111.82 0c-.82 1-1.64 1.92-2.42 2.91A8 8 0 10194 73l1.34-1.62a87.82 87.82 0 010 113.24L194 183a8 8 0 10-12.48 10c.78 1 1.6 1.95 2.42 2.91a87.84 87.84 0 01-111.82 0zm23.8-50.59a104.5 104.5 0 01-4.48 17.35 8 8 0 01-15.09-5.34 87.1 87.1 0 003.79-14.65 8 8 0 1115.78 2.64zm0-34.64a8 8 0 01-6.57 9.21A8.52 8.52 0 0188 120a8 8 0 01-7.88-6.68 87.1 87.1 0 00-3.79-14.65 8 8 0 0115.09-5.34 104.5 104.5 0 014.47 17.35zm78.91 56.86a8 8 0 01-10.21-4.87 104.5 104.5 0 01-4.48-17.35 8 8 0 1115.78-2.64 87.1 87.1 0 003.79 14.65 8 8 0 01-4.88 10.21zm-14.69-56.86a104.5 104.5 0 014.48-17.35 8 8 0 0115.09 5.34 87.1 87.1 0 00-3.79 14.65A8 8 0 01168 120a8.52 8.52 0 01-1.33-.11 8 8 0 01-6.56-9.21z" })); exports.default = BaseballDuotone;