@icongo/gy
Version:
Glyph Iconset Icons
23 lines • 808 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 GYSiGlyphFileUpload = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-file-upload",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/_jsx("path", {
d: "M15 9.047v4H3v-4H1V16h15.969V9.047H15Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/_jsx("path", {
d: "M8.997 1 6 4.963l2.016.021v4.985h1.937V4.984h2L8.997 1Z",
className: "prefix__si-glyph-fill"
})]
})
}));
export { GYSiGlyphFileUpload };