@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 GYSiGlyphBoxDownload = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-box-download",
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: "m11.781 2.057-1.812.373L9.99.994a.978.978 0 0 0-.988-.988C8.45.008 8.002.457 8 1.008l.031 1.393-1.781-.344a.698.698 0 0 0-.003.986l2.265 2.676c.271.271.712.27.985-.004l2.278-2.672a.698.698 0 0 0 .006-.986Z",
className: "prefix__si-glyph-fill"
})]
})
}));
export { GYSiGlyphBoxDownload };