@icongo/gy
Version:
Glyph Iconset Icons
38 lines • 1.52 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 GYSiGlyphStrolleyArrowDown = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-strolley-arrow-down",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/_jsxs("g", {
transform: "translate(1)",
children: [/*#__PURE__*/_jsx("ellipse", {
cx: 4.438,
cy: 14.459,
className: "prefix__si-glyph-fill",
rx: 1.438,
ry: 1.459
}), /*#__PURE__*/_jsx("ellipse", {
cx: 12.457,
cy: 14.419,
className: "prefix__si-glyph-fill",
rx: 1.457,
ry: 1.419
}), /*#__PURE__*/_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__*/_jsx("path", {
d: "m8.198 5.243 2.189 2.581a.795.795 0 0 0 1.143 0l2.188-2.581c.315-.324.364-.899.05-1.223h-1.804V2.045c0-.573-.434-1.037-.968-1.037-.535 0-.969.464-.969 1.037V4.02H8.246c-.314.325-.363.899-.048 1.223Z",
className: "prefix__si-glyph-fill"
})]
})
}));
export { GYSiGlyphStrolleyArrowDown };