@icongo/li
Version:
LibreICONS Icons
23 lines (22 loc) • 1.25 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiFileDocs = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiFileDocs = function LIGuiFileDocs(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: "M10 10.697H4V9.626h6zm-.001-1.979H7.662V7.647h2.337zm0-1.976H7.662V5.671h2.337zM6.696 8.718H4V5.671h2.696zm.944-7.453A1.043 1.043 0 0 0 7 1H2.5a.376.376 0 0 0-.375.375v11.25c0 .206.169.375.375.375h9a.376.376 0 0 0 .375-.375v-6.75c0-.206-.12-.494-.265-.64l-3.97-3.97Zm3.485 10.985h-8.25V1.75H6.99a.41.41 0 0 1 .127.052l3.956 3.956a.4.4 0 0 1 .052.127v6.365zM11.5 1H9.25c-.206 0-.256.12-.11.265l2.47 2.47c.146.146.265.096.265-.11v-2.25A.376.376 0 0 0 11.5 1Z"
})
}));
};
exports.LIGuiFileDocs = LIGuiFileDocs;