@icongo/vv
Version:
Vivid Icons
38 lines • 1.01 kB
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 VVWrench = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 48 48"
}, props, {
children: [/*#__PURE__*/_jsx("path", {
d: "m7 36 17-17 6 6-17 17Z",
style: {
fill: "#0c0058",
stroke: "#fff",
strokeLinecap: "round",
strokeWidth: 0
}
}), /*#__PURE__*/_jsx("path", {
d: "M23.206 24.763a11 11 0 0 1 0-15.556A11.952 11.952 0 0 1 36 7l-8 8v5h5l8-7a10.314 10.314 0 0 1-2.238 11.763 11 11 0 0 1-15.556 0Z",
style: {
stroke: "#fff",
strokeLinecap: "round",
strokeWidth: 0,
fill: "#ff6e6e"
}
}), /*#__PURE__*/_jsx("circle", {
cx: 14,
cy: 35,
r: 2,
style: {
fill: "#fff",
stroke: "#fff",
strokeLinecap: "round",
strokeWidth: 0
}
})]
}));
export { VVWrench };