@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.51 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphFingerUp = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphFingerUp = function GYSiGlyphFingerUp(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-finger-up",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M8.048 13.172v1.626c0 .629.478 1.141 1.066 1.141h4.788c.59 0 1.066-.512 1.066-1.141v-1.626c0-.631-.477-1.142-1.066-1.142H9.114c-.589 0-1.066.511-1.066 1.142Zm.94-9.098L8.999.941S8.797.02 8.125.02c-.747 0-1.107.358-1.107 1.002v3.87c0 2.329-.755 1.955-.755 1.955l-1.908-.785c-1.182 0-1.338.27-1.338.885.399 1.045 4.003 2.857 4.003 2.857 1.133.334 1.68 1.133 1.68 1.133l5.274.062-.019-.522c0-1.56 1.008-1.745 1.008-2.389V4.315c0-.643-.512-1.294-1.145-1.294h-.798v1h-1.061V2.625a.544.544 0 0 0-.058-.24c-.098-.209-.625-.367-.882-.367-.331 0-.985.254-1.011.562l-.01 1.441-1.01.053Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphFingerUp = GYSiGlyphFingerUp;