@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.44 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphDataArrowDown = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphDataArrowDown = function GYSiGlyphDataArrowDown(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-data-arrow-down",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M15.997 10.04H2.023c-.555 0-1.003.833-1.003 1.859v1.241c0 1.026.448 1.859 1.003 1.859h13.974c.554 0 1.003-.833 1.003-1.859v-1.241c0-1.026-.449-1.859-1.003-1.859ZM12.5 14.104c-.885 0-1.604-.732-1.604-1.635s.719-1.636 1.604-1.636c.885 0 1.604.732 1.604 1.636 0 .902-.719 1.635-1.604 1.635Zm-.734-9.94H9.878V1.687c0-.557-.421-.633-.938-.633-.519 0-.938.076-.938.633v2.477H6.213a.735.735 0 0 0 0 1.033l2.265 2.568a.725.725 0 0 0 1.027 0l2.261-2.568a.73.73 0 0 0 0-1.033Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphDataArrowDown = GYSiGlyphDataArrowDown;