@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 1.02 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphGear = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-gear",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M15.969 8.969V7.011h-2.07a5.943 5.943 0 0 0-1.019-2.465l1.463-1.463-1.414-1.414-1.463 1.463a5.954 5.954 0 0 0-2.465-1.021V.042h-2v2.069a5.94 5.94 0 0 0-2.465 1.021L3.073 1.669 1.688 3.053l1.459 1.459a5.95 5.95 0 0 0-1.046 2.499H.032v1.958h2.063a5.943 5.943 0 0 0 1.026 2.507l-1.463 1.463 1.414 1.414 1.463-1.463c.72.513 1.557.867 2.465 1.021v2.069h2v-2.069a5.955 5.955 0 0 0 2.499-1.046l1.458 1.458 1.385-1.384-1.463-1.463a5.95 5.95 0 0 0 1.026-2.507h2.064Zm-7.948 2.093a3.084 3.084 0 0 1 0-6.166 3.084 3.084 0 0 1 0 6.166Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphGear };