@icongo/gy
Version:
Glyph Iconset Icons
32 lines • 1.28 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var GYSiGlyphElevatorUp = props => /*#__PURE__*/_jsx("svg", _extends({
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__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/_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__*/_jsxs("g", {
transform: "translate(5 1)",
children: [/*#__PURE__*/_jsx("ellipse", {
cx: 1.438,
cy: 1.479,
className: "prefix__si-glyph-fill",
rx: 1.438,
ry: 1.479
}), /*#__PURE__*/_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"
})]
})]
})
}));
export { GYSiGlyphElevatorUp };