@icongo/gy
Version:
Glyph Iconset Icons
23 lines • 1.25 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 GYSiGlyphBoxUpload = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-box-upload",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/_jsx("path", {
d: "M16.644 4.236a1.022 1.022 0 0 0-1.433.113l-2.062 2.754c-.104-.016-8.143-.016-8.225-.006l-2.159-2.76a1.005 1.005 0 0 0-1.422-.092 1.02 1.02 0 0 0-.091 1.434l2.027 2.607a2.082 2.082 0 0 0-.196.873v4.746a2.09 2.09 0 0 0 2.089 2.088h7.661a2.09 2.09 0 0 0 2.089-2.088V9.159c0-.289-.059-.562-.165-.814l2-2.68a1.013 1.013 0 0 0-.113-1.429Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/_jsx("path", {
d: "m6.236 3.944 1.812-.373-.021 1.436a.978.978 0 0 0 .989.988c.55-.002.999-.451 1.001-1.002L9.986 3.6l1.781.344a.697.697 0 0 0 .003-.986L9.505.282a.696.696 0 0 0-.985.004L6.242 2.958a.699.699 0 0 0-.006.986Z",
className: "prefix__si-glyph-fill"
})]
})
}));
export { GYSiGlyphBoxUpload };