@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.3 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphHand = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphHand = function GYSiGlyphHand(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-hand",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M14.5 6.792c-.39-.193-.847-.089-1.023.231 0 0-1.096 2.399-1.734 2.297-.344-.056-.619-.38-.742-1.005V1.771c0-.426-.439-.771-.98-.771-.54 0-1.02.346-1.02.771v5.167h-1V.771c0-.426-.439-.771-.98-.771-.54 0-1.02.346-1.02.771v6.167h-1V2.771c0-.426-.44-.771-.981-.771-.54 0-1.019.346-1.019.771v8.415c0 2.584 1.729 4.721 5.678 4.721 4.883 0 6.205-8.188 6.205-8.188.174-.32.003-.736-.384-.927Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphHand = GYSiGlyphHand;