@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.15 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphGlove = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphGlove = function GYSiGlyphGlove(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-glove",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M13.807 9.708c1.863-1.863 3.68-4.907.307-8.28a4.771 4.771 0 0 0-6.747 0L6.342 2.453v-.719c0-.958-.777-1.735-1.735-1.735C3.648 0 3 .777 3 1.735v4.188l-.847.719-.613-.613L.313 7.256l7.974 7.974 1.227-1.227-.549-.549 4.842-3.746Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphGlove = GYSiGlyphGlove;