@icongo/gy
Version:
Glyph Iconset Icons
31 lines (30 loc) • 1.51 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphArrowThickThinUp = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphArrowThickThinUp = function GYSiGlyphArrowThickThinUp(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-thick-thin-up",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M15.666 8.333c-.201 0-.404-.045-.596-.141L9.002 5.158 2.931 8.192a1.332 1.332 0 1 1-1.192-2.385l6.666-3.333a1.332 1.332 0 0 1 1.193 0l6.666 3.333a1.332 1.332 0 0 1-.598 2.526Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M15.666 12.666a.66.66 0 0 1-.297-.07L9.002 9.412l-6.369 3.184a.667.667 0 1 1-.596-1.193L8.703 8.07a.665.665 0 0 1 .596 0l6.666 3.333a.668.668 0 0 1-.299 1.263Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphArrowThickThinUp = GYSiGlyphArrowThickThinUp;