UNPKG

lucide-preact

Version:

A Lucide icon library package for Preact applications.

21 lines (17 loc) 741 B
/** * @license lucide-preact v1.25.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 ServerPlus = createLucideIcon("server-plus", [ ["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" }] ]); export { ServerPlus as default }; //# sourceMappingURL=server-plus.mjs.map