@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.2 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphArrowThinUp = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphArrowThinUp = function GYSiGlyphArrowThinUp(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-arrow-thin-up",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "m9.002.02 6.693 6.305c.459.459.297 1.16.094 1.359-.402.402-.998.342-1.402-.061L9.949 3.728l-.002 11.314a.941.941 0 0 1-.951.928.94.94 0 0 1-.951-.928L8.033 3.831 3.762 7.685a1.036 1.036 0 0 1-1.461 0c-.404-.4-.303-.949.102-1.352L9.002.02Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphArrowThinUp = GYSiGlyphArrowThinUp;