@icongo/gy
Version:
Glyph Iconset Icons
32 lines • 1.31 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 GYSiGlyphElevatorDown = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-elevator-down",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/_jsx("path", {
d: "M2.334 14.943c-.736 0-1.334-.748-1.334-1.484s.598-1.334 1.334-1.334h2.184l8-5.999h3.148c.736 0 1.334.597 1.334 1.333s-.598 1.521-1.334 1.521h-2.184L5.47 14.943H2.334Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/_jsxs("g", {
transform: "translate(4 1)",
children: [/*#__PURE__*/_jsx("ellipse", {
cx: 2.488,
cy: 1.5,
className: "prefix__si-glyph-fill",
rx: 1.488,
ry: 1.5
}), /*#__PURE__*/_jsx("path", {
d: "M2.482 4.042c-.789 0-1.43.64-1.43 1.428v1.856l-.904.938a.358.358 0 0 0 .228.632c.081 0 .16-.027.228-.083l3.305-2.937V5.47c0-.159-.031-.312-.081-.456a1.421 1.421 0 0 0-1.346-.972Z",
className: "prefix__si-glyph-fill"
})]
})]
})
}));
export { GYSiGlyphElevatorDown };