@icongo/tb
Version:
Tabler Icons
27 lines • 908 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 TBCricket = 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-cricket",
viewBox: "0 0 24 24"
}, props, {
children: [/*#__PURE__*/_jsx("path", {
stroke: "none",
d: "M0 0h24v24H0z"
}), /*#__PURE__*/_jsx("path", {
d: "m11.105 18.79-1.006.992a4.159 4.159 0 0 1-6.038-5.715l.157-.166L12.5 5.5 14 7l3.45-3.391a2.08 2.08 0 0 1 3.057 2.815l-.116.126L17 10l1.5 1.5-3.668 3.617M10.5 7.5l6 6"
}), /*#__PURE__*/_jsx("circle", {
cx: 14,
cy: 18,
r: 3
})]
}));
export { TBCricket };