lucide-react-native
Version:
A Lucide icon library package for React Native applications.
23 lines (18 loc) • 757 B
JavaScript
/**
* @license lucide-react-native v1.31.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
'use strict';
var createLucideIcon = require('../createLucideIcon.js');
const ServerPlus = createLucideIcon("ServerPlus", [
["path", { d: "M12.5 10H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v2", key: "s66i12" }],
["path", { d: "M16 12h6", key: "15xry1" }],
["path", { d: "M19 9v6", key: "1kf5t6" }],
["path", { d: "M22 18v2a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h8.5", key: "lo70fm" }],
["path", { d: "M6 18h.01", key: "uhywen" }],
["path", { d: "M6 6h.01", key: "1utrut" }]
]);
module.exports = ServerPlus;
//# sourceMappingURL=server-plus.js.map