UNPKG

@icongo/tb

Version:
23 lines 816 B
import _extends from "@babel/runtime/helpers/extends"; import { jsx as _jsx } from "react/jsx-runtime"; import { jsxs as _jsxs } from "react/jsx-runtime"; var TBShovel = 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-shovel", viewBox: "0 0 24 24" }, props, { children: [/*#__PURE__*/_jsx("path", { stroke: "none", d: "M0 0h24v24H0z" }), /*#__PURE__*/_jsx("path", { d: "m17 4 3 3m-1.5-1.5-8 8m-2.224-2.216 4.44 4.44a.968.968 0 0 1 0 1.369l-2.704 2.704a4.108 4.108 0 0 1-5.809-5.81l2.704-2.703a.968.968 0 0 1 1.37 0z" })] })); export { TBShovel };