@icongo/gy
Version:
Glyph Iconset Icons
35 lines (34 loc) • 1.7 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphInboxDownload = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphInboxDownload = function GYSiGlyphInboxDownload(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-inbox-download",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "none",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
d: "m6.198 4.256 2.19 2.513a.811.811 0 0 0 1.143 0l2.189-2.513c.314-.315.363-.876.049-1.19H9.965V1.144c0-.559-.433-1.01-.968-1.01-.535 0-.969.451-.969 1.01v1.922H6.247c-.315.315-.364.874-.049 1.19Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M7 10h4.031v1.031H7z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
d: "M14.993 1.006h-3.962v.975h3.146L15.54 9.01H2.505l1.407-7.029h3.057v-.975H3.073l-2.06 8.755v4.17c0 1.334.472 2.028 1.804 2.028h12.28c1.246 0 1.885-.527 1.885-2.111V9.761l-1.989-8.755ZM11.016 11H6.985V9.969h4.031V11Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphInboxDownload = GYSiGlyphInboxDownload;