lucide-react
Version:
A Lucide icon library package for React applications.
27 lines (23 loc) • 846 B
JavaScript
/**
* @license lucide-react v1.46.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createLucideIcon from '../createLucideIcon.mjs';
const __iconData = {
name: "server-plus",
size: 24,
node: [
["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" }]
]
};
__iconData.node;
const ServerPlus = createLucideIcon(__iconData);
export { __iconData, ServerPlus as default };
//# sourceMappingURL=server-plus.mjs.map