@icongo/li
Version:
LibreICONS Icons
23 lines (22 loc) • 1.76 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiFolderBackup = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiFolderBackup = function LIGuiFolderBackup(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: "M2.615 1.924a1.55 1.55 0 0 0-1.138.474A1.558 1.558 0 0 0 1 3.54v6.922c0 .442.16.823.477 1.14.317.318.696.475 1.138.475h8.77a1.55 1.55 0 0 0 1.138-.474c.318-.318.477-.699.477-1.141V5.385c0-.443-.16-.822-.477-1.139a1.553 1.553 0 0 0-1.138-.476H6.539v-.23c0-.443-.16-.824-.476-1.142a1.552 1.552 0 0 0-1.14-.474H2.616zm1.56 2.943h5.54c.062 0 .116.025.162.074a.25.25 0 0 1 .068.176v1a.25.25 0 0 1-.068.176.213.213 0 0 1-.162.074h-5.54a.213.213 0 0 1-.161-.074.25.25 0 0 1-.069-.176v-1a.25.25 0 0 1 .069-.176c.045-.05.1-.074.162-.074zm.231 1.75h5.078c.063 0 .117.025.162.074a.25.25 0 0 1 .069.176v3.75a.25.25 0 0 1-.069.176.213.213 0 0 1-.162.074H4.406a.213.213 0 0 1-.162-.074.25.25 0 0 1-.068-.176v-3.75a.25.25 0 0 1 .068-.176c.046-.05.1-.074.162-.074zm2.078.75a.213.213 0 0 0-.162.074.252.252 0 0 0-.07.176c0 .068.025.126.07.176.046.05.1.074.162.074h.922a.213.213 0 0 0 .162-.074.25.25 0 0 0 .069-.176.25.25 0 0 0-.069-.176.213.213 0 0 0-.162-.074h-.922z"
})
}));
};
exports.LIGuiFolderBackup = LIGuiFolderBackup;