@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
18 lines (15 loc) • 519 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 tabText = [
["path", { d: "M8 8h6", key: "7sxbop" }],
["path", { d: "M8 12h8", key: "1wcyev" }],
["path", { d: "M8 16h6", key: "1ecv4u" }],
["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 { tabText as default };
//# sourceMappingURL=tab-text.js.map