@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
17 lines (14 loc) • 502 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 socketUsa = [
["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 11v2", key: "1s651w" }],
["path", { d: "M14 11v2", key: "1qnz7j" }]
];
export { socketUsa as default };
//# sourceMappingURL=socket-usa.js.map