@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
17 lines (14 loc) • 483 B
JavaScript
/**
* @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 socketUk = [
["rect", { width: "20", height: "20", x: "2", y: "2", rx: "2", key: "1btzen" }],
["path", { d: "M12 8v2", key: "1woqiv" }],
["path", { d: "M10 15H8", key: "xqmls2" }],
["path", { d: "M14 15h2", key: "hdepgs" }]
];
export { socketUk as default };
//# sourceMappingURL=socket-uk.js.map