@icongo/gy
Version:
Glyph Iconset Icons
40 lines (39 loc) • 1.75 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphElevatorUp = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphElevatorUp = function GYSiGlyphElevatorUp(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-elevator-up",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M5.482 13.986H2.334C1.598 13.986 1 13.236 1 12.5s.598-1.44 1.334-1.44h2.143l8.041-6.043h3.148c.736 0 1.334.704 1.334 1.441 0 .735-.598 1.523-1.334 1.523h-2.184l-8 6.005Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
transform: "translate(5 1)",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("ellipse", {
cx: 1.438,
cy: 1.479,
className: "prefix__si-glyph-fill",
rx: 1.438,
ry: 1.479
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M3.924 4.155a.327.327 0 0 0-.471-.045l-.889.771c-.201-.5-.676-.85-1.231-.85-.736 0-1.334.618-1.334 1.384v2.584L3.88 4.644a.359.359 0 0 0 .044-.489Z",
className: "prefix__si-glyph-fill"
})]
})]
})
}));
};
exports.GYSiGlyphElevatorUp = GYSiGlyphElevatorUp;