iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.38 kB
JavaScript
;
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 BaseballLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M128 26a102 102 0 10102 102A102.12 102.12 0 00128 26zm67.31 161.67c-1-1.12-2-2.26-2.9-3.42a6 6 0 00-9.36 7.5c1.19 1.49 2.43 2.94 3.71 4.37a89.84 89.84 0 01-117.52 0c1.28-1.43 2.52-2.88 3.71-4.37a6 6 0 00-9.36-7.5c-.93 1.16-1.91 2.3-2.9 3.42a89.8 89.8 0 010-119.34c1 1.12 2 2.26 2.9 3.42A6 6 0 0068.28 74 6 6 0 0073 64.25a101.97 101.97 0 00-3.71-4.37 89.84 89.84 0 01117.52 0 101.97 101.97 0 00-3.71 4.37 6 6 0 109.36 7.5c.93-1.16 1.91-2.3 2.9-3.42a89.8 89.8 0 010 119.34zM93.92 145a101.43 101.43 0 01-4.4 17 6 6 0 11-11.31-4 89.91 89.91 0 003.87-15 6 6 0 1111.84 2zm0-34a6 6 0 01-4.92 6.92 6.74 6.74 0 01-1 .08 6 6 0 01-5.91-5 89.91 89.91 0 00-3.87-15 6 6 0 1111.31-4 101.43 101.43 0 014.39 17zm83.87 47a6 6 0 11-11.31 4 101.43 101.43 0 01-4.4-17 6 6 0 1111.84-2 89.91 89.91 0 003.87 15zm0-60a89.91 89.91 0 00-3.87 15 6 6 0 01-5.91 5 6.74 6.74 0 01-1-.08 6 6 0 01-4.93-6.91 101.43 101.43 0 014.4-17 6 6 0 1111.31 4z" }));
exports.default = BaseballLight;