@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.21 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphArrowThinDown = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphArrowThinDown = function GYSiGlyphArrowThinDown(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-arrow-thin-down",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M9.031 15.97 2.339 9.665c-.459-.459-.296-1.16-.094-1.359.403-.402.998-.342 1.402.061l4.438 3.896L8.086.948a.94.94 0 0 1 .952-.927.937.937 0 0 1 .95.927l.013 11.212 4.271-3.854a1.036 1.036 0 0 1 1.461 0c.405.4.304.95-.101 1.352L9.031 15.97Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphArrowThinDown = GYSiGlyphArrowThinDown;