@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.21 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphScrew = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphScrew = function GYSiGlyphScrew(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
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__*/(0, _jsxRuntime.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"
})
}));
};
exports.GYSiGlyphScrew = GYSiGlyphScrew;