@icongo/gy
Version:
Glyph Iconset Icons
23 lines • 1.09 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 GYSiGlyphArrowThickThinDown = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-arrow-thick-thin-down",
viewBox: "0 0 17 17"
}, props, {
children: /*#__PURE__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/_jsx("path", {
d: "M2.336 8.667c.199 0 .404.045.596.141l6.07 3.034 6.069-3.034a1.332 1.332 0 1 1 1.192 2.385l-6.666 3.333a1.332 1.332 0 0 1-1.193 0l-6.666-3.333a1.332 1.332 0 0 1 .598-2.526Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/_jsx("path", {
d: "M2.336 4.334c.1 0 .201.022.297.07l6.369 3.184 6.367-3.184a.669.669 0 0 1 .895.298.668.668 0 0 1-.299.895L9.299 8.93a.665.665 0 0 1-.596 0L2.037 5.597a.668.668 0 0 1 .299-1.263Z",
className: "prefix__si-glyph-fill"
})]
})
}));
export { GYSiGlyphArrowThickThinDown };