@icongo/tb
Version:
Tabler Icons
25 lines • 916 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 TBAwardOff = 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-award-off",
viewBox: "0 0 24 24"
}, props, {
children: [/*#__PURE__*/_jsx("path", {
stroke: "none",
d: "M0 0h24v24H0z"
}), /*#__PURE__*/_jsx("path", {
d: "M16.72 12.704a6 6 0 0 0-8.433-8.418m-1.755 2.24a6 6 0 0 0 7.936 7.944"
}), /*#__PURE__*/_jsx("path", {
d: "m12.002 15.003 3.4 5.89L17 17.66l.707.046m1.108-2.902-1.617-2.8m-10.396-.001-3.4 5.89L7 17.66l1.598 3.232 3.4-5.889M3 3l18 18"
})]
}));
export { TBAwardOff };