@icongo/tb
Version:
Tabler Icons
27 lines • 939 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var TBBallAmericanFootball = props => /*#__PURE__*/_jsxs("svg", _extends({
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__*/_jsx("path", {
stroke: "none",
d: "M0 0h24v24H0z"
}), /*#__PURE__*/_jsx("path", {
d: "m15 9-6 6m1-3 2 2m0-4 2 2m-6 9a5 5 0 0 0-5-5"
}), /*#__PURE__*/_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__*/_jsx("path", {
d: "M16 3a5 5 0 0 0 5 5"
})]
}));
export { TBBallAmericanFootball };