@icongo/li
Version:
LibreICONS Icons
26 lines (25 loc) • 1.3 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiTerminal = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiTerminal = function LIGuiTerminal(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("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: "M5.157 6.887 1.77 10.274q-.072.073-.167.073-.094 0-.167-.073l-.363-.363Q1 9.838 1 9.744q0-.095.073-.167L3.929 6.72 1.073 3.864Q1 3.79 1 3.697q0-.095.073-.168l.363-.363q.073-.073.167-.073.095 0 .167.073l3.387 3.387q.073.073.073.167 0 .095-.073.167z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "gray",
d: "M13 10.209v.465q0 .102-.065.167-.066.066-.168.066H5.79q-.102 0-.167-.066-.066-.065-.066-.167v-.465q0-.102.066-.167.065-.066.167-.066h6.977q.102 0 .168.066.065.065.065.167z"
})]
}));
};
exports.LIGuiTerminal = LIGuiTerminal;