@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 770 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphArrowThinDown = props => /*#__PURE__*/_jsx("svg", _extends({
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__*/_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"
})
}));
export { GYSiGlyphArrowThinDown };