@icongo/vv
Version:
Vivid Icons
29 lines • 1.34 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 VVCog = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
id: "prefix__cog",
width: "1em",
height: "1em",
viewBox: "0 0 48 48"
}, props, {
children: [/*#__PURE__*/_jsx("defs", {
children: /*#__PURE__*/_jsx("style", {
children: ".prefix__vi-primary{fill:#ff6e6e;fill-rule:evenodd}"
})
}), /*#__PURE__*/_jsx("path", {
d: "M19.08 12.122 21 6h6l1.92 6.122h-9.84ZM18.986 36l1.938 6h6.153l1.938-6H18.986Zm16.892-16.92L42 21v6l-6.122 1.92v-9.84ZM12 18.986l-6 1.938v6.153l6 1.938V18.986Zm16.92-6.864 5.686-2.971 4.243 4.243-2.971 5.686Zm-16.953 16.82L9.1 34.553l4.347 4.347 5.611-2.87Zm23.911-.022 2.971 5.686-4.243 4.243-5.686-2.971Zm-16.82-16.953L13.447 9.1 9.1 13.447l2.87 5.611Z",
className: "prefix__vi-primary"
}), /*#__PURE__*/_jsx("path", {
d: "M24 37a13 13 0 1 1 13-13 13 13 0 0 1-13 13Zm0-17.875A4.875 4.875 0 1 0 28.875 24 4.875 4.875 0 0 0 24 19.125Z",
style: {
fill: "#0c0058",
fillRule: "evenodd"
}
}), /*#__PURE__*/_jsx("path", {
d: "M24 31a7 7 0 1 1 7-7 7 7 0 0 1-7 7Zm0-10a3 3 0 1 0 3 3 3 3 0 0 0-3-3Z",
className: "prefix__vi-primary"
})]
}));
export { VVCog };