@icongo/gy
Version:
Glyph Iconset Icons
23 lines • 899 B
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 GYSiGlyphDocumentArrowDown = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-document-arrow-down",
viewBox: "0 0 16 16"
}, props, {
children: /*#__PURE__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/_jsx("path", {
d: "M7.984 0 2.016.052l.01 10.927 2.005-.01-.004 1.984h2.02L4.031 16h9.938V6.012H7.984V0Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/_jsx("path", {
d: "M9 0v4.969h5L9 0ZM4.017 14.059l-1.5 1.884-1.5-1.884H2.03V12h.954v2.059h1.033Z",
className: "prefix__si-glyph-fill"
})]
})
}));
export { GYSiGlyphDocumentArrowDown };