@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
16 lines (13 loc) • 443 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 tabDot = [
["circle", { cx: "12", cy: "12", r: "1", key: "41hilf" }],
["path", { d: "M4 20V6a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v14", key: "y8tqhg" }],
["path", { d: "M22 20H2", key: "1p1f7z" }]
];
export { tabDot as default };
//# sourceMappingURL=tab-dot.js.map