@icongo/li
Version:
LibreICONS Icons
23 lines (22 loc) • 1.12 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiInbox = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiInbox = function LIGuiInbox(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M8.992 7.5h2.469l-.02-.063q-.011-.039-.02-.062L9.767 3.5H4.234L2.578 7.375q-.008.016-.02.063-.011.046-.019.062h2.469L5.75 9h2.5zM13 7.734V11.5q0 .203-.148.352-.149.148-.352.148h-11q-.203 0-.352-.148Q1 11.703 1 11.5V7.734q0-.484.195-.96l1.86-4.313q.078-.195.285-.328Q3.547 2 3.75 2h6.5q.203 0 .41.133.207.133.285.328l1.86 4.312q.195.477.195.961z"
})
}));
};
exports.LIGuiInbox = LIGuiInbox;