@icongo/li
Version:
LibreICONS Icons
24 lines (23 loc) • 1.2 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiDatabase = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiDatabase = function LIGuiDatabase(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", {
fill: "#d1c4e9",
d: "M11.941 1H2.06a.708.708 0 0 0-.706.706v2.118c0 .388.318.705.706.705h9.882a.708.708 0 0 0 .706-.705V1.706A.708.708 0 0 0 11.941 1zm0 4.235H2.06a.708.708 0 0 0-.706.706V8.06c0 .388.318.706.706.706h9.882a.708.708 0 0 0 .706-.706V5.94a.708.708 0 0 0-.706-.706zm0 4.236H2.06a.708.708 0 0 0-.706.705v2.118c0 .388.318.706.706.706h9.882a.708.708 0 0 0 .706-.706v-2.118a.708.708 0 0 0-.706-.705z"
})
}));
};
exports.LIGuiDatabase = LIGuiDatabase;