@icongo/gy
Version:
Glyph Iconset Icons
31 lines (30 loc) • 1.55 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphButtonArrowDown = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphButtonArrowDown = function GYSiGlyphButtonArrowDown(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-button-arrow-down",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.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__*/(0, _jsxRuntime.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"
})]
})
}));
};
exports.GYSiGlyphButtonArrowDown = GYSiGlyphButtonArrowDown;