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