@icongo/tb
Version:
Tabler Icons
35 lines (34 loc) • 1.39 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.TBBallAmericanFootball = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var TBBallAmericanFootball = function TBBallAmericanFootball(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "none",
stroke: "currentColor",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 2,
className: "prefix__icon prefix__icon-tabler prefix__icon-tabler-ball-american-football",
viewBox: "0 0 24 24"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
stroke: "none",
d: "M0 0h24v24H0z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m15 9-6 6m1-3 2 2m0-4 2 2m-6 9a5 5 0 0 0-5-5"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M16 3C8.82 3 3 8.82 3 16a5 5 0 0 0 5 5c7.18 0 13-5.82 13-13a5 5 0 0 0-5-5"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M16 3a5 5 0 0 0 5 5"
})]
}));
};
exports.TBBallAmericanFootball = TBBallAmericanFootball;