@icongo/gy
Version:
Glyph Iconset Icons
23 lines • 833 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 GYSiGlyphFileDownload = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-file-download",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/_jsx("path", {
d: "M15.031 9.016v4H3v-4H1V16h15.938V9.016h-1.907Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/_jsx("path", {
d: "m9.072 9.947 2.91-3.876-2.014-.021V1.065H8.03V6.05h-2l3.042 3.897Z",
className: "prefix__si-glyph-fill"
})]
})
}));
export { GYSiGlyphFileDownload };