@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 731 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphGlove = props => /*#__PURE__*/_jsx("svg", _extends({
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__*/_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"
})
}));
export { GYSiGlyphGlove };