@icongo/gy
Version:
Glyph Iconset Icons
31 lines (30 loc) • 1.5 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphAxe = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphAxe = function GYSiGlyphAxe(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-axe",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M7.038 8.5c-.671.672-2.108.652-4.198-1.438C.752 4.974.793 3.474 1.402 2.865c.61-.61.883.455 2.363-.471C5.244 1.466 5.564.487 6.081 1.003L8.897 3.82c.518.517-.797 1.173-1.39 2.316-.549 1.065.202 1.694-.469 2.364Zm9.259 6.457c-.142.143-.461.053-.715-.201l-6.961-6.96c-.252-.253-.344-.573-.201-.716l.577-.576c.141-.143.462-.051.716.201l6.959 6.961c.254.253.344.572.201.715l-.576.576Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M3.008.137h.972v1.702h-.972z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphAxe = GYSiGlyphAxe;