UNPKG

@lucide/lab

Version:

Lucide lab is a project with icons that are nicely designed but have unknown use cases.

17 lines (14 loc) 503 B
/** * @license @lucide/lab v0.1.2 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. */ const socketEu = [ ["rect", { width: "20", height: "20", x: "2", y: "2", rx: "2", key: "1btzen" }], ["circle", { cx: "12", cy: "12", r: "6", key: "1vlfrh" }], ["path", { d: "M10 12h.01", key: "1kxr2c" }], ["path", { d: "M14 12h.01", key: "1jfl7z" }] ]; export { socketEu as default }; //# sourceMappingURL=socket-eu.js.map