@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 799 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphScrew = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-screw",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "m9.984 6.943-2.926-.671V5.014h2.926v1.929Zm0 2.997-2.926-.67V8.011l2.926.671V9.94Zm0 3.029-2.926-.671v-1.259l2.926.672v1.258Zm-1.18 3.029h-.566l-1.18-1.93 2.926.671-1.18 1.259ZM9 .099v1.933H7.938V.095c-1.656.21-2.926 1.337-2.926 2.706 0 1.521 6.957 1.521 6.957 0C11.969 1.438 10.647.315 9 .099Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphScrew };