@icongo/gy
Version:
Glyph Iconset Icons
46 lines (45 loc) • 2.02 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphStrolleyArrowUp = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphStrolleyArrowUp = function GYSiGlyphStrolleyArrowUp(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-strolley-arrow-up",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
transform: "translate(1)",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("ellipse", {
cx: 4.438,
cy: 14.459,
className: "prefix__si-glyph-fill",
rx: 1.438,
ry: 1.459
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("ellipse", {
cx: 12.457,
cy: 14.419,
className: "prefix__si-glyph-fill",
rx: 1.457,
ry: 1.419
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M15 10.016H3.953V3.778L1.781.41A.995.995 0 1 0 .174 1.584l1.849 2.901v5.531h-.055c-.553 0-1 .44-1 .984 0 .543.447.984 1 .984H15c.553 0 1-.441 1-.984a.991.991 0 0 0-1-.984Z",
className: "prefix__si-glyph-fill"
})]
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m13.768 3.757-2.189-2.513a.811.811 0 0 0-1.143 0L8.247 3.757c-.314.315-.363.876-.049 1.19H10v1.922c0 .559.434 1.01.969 1.01.535 0 .969-.451.969-1.01V4.947h1.781c.315-.315.364-.875.049-1.19Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphStrolleyArrowUp = GYSiGlyphStrolleyArrowUp;