@icongo/gy
Version:
Glyph Iconset Icons
23 lines • 1.12 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 GYSiGlyphButtonArrowDown = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-button-arrow-down",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/_jsx("path", {
d: "M7.984 16C3.595 16 .025 12.424.025 8.027c0-4.395 3.57-7.971 7.959-7.971 4.389 0 7.959 3.576 7.959 7.971 0 4.397-3.57 7.973-7.959 7.973ZM7.977 1.904c-3.363 0-6.102 2.732-6.102 6.086 0 3.357 2.739 6.09 6.102 6.09 3.365 0 6.102-2.733 6.102-6.09-.001-3.354-2.738-6.086-6.102-6.086Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/_jsx("path", {
d: "m5.047 8.051 2.984 3.904 2.916-3.905H8.944V4.786c0-.344-.324-.79-.955-.79-.63 0-.976.483-.976.826v3.229H5.047Z",
className: "prefix__si-glyph-fill"
})]
})
}));
export { GYSiGlyphButtonArrowDown };