UNPKG

@icongo/gy

Version:
31 lines (30 loc) 1.55 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.GYSiGlyphInboxUpload = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var GYSiGlyphInboxUpload = function GYSiGlyphInboxUpload(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-upload", viewBox: "0 0 17 16" }, props), {}, { children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { fill: "#434343", fillRule: "evenodd", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M11.768 2.757 9.579.244a.811.811 0 0 0-1.143 0L6.247 2.757c-.315.315-.363.876-.049 1.19H8v1.922c0 .559.434 1.01.969 1.01.535 0 .969-.451.969-1.01V3.947h1.781c.315-.315.364-.875.049-1.19Z", className: "prefix__si-glyph-fill" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M14.993 1.006h-3.29l.891.975h1.583L15.54 9.01H2.505l1.407-7.029h1.682l.766-.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.GYSiGlyphInboxUpload = GYSiGlyphInboxUpload;