@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
24 lines (21 loc) • 647 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 featherText = [
["path", { d: "M17.9 8H9.2", key: "12z0s4" }],
["path", { d: "M5.1 12H14l8-8.2c-2.3-2.3-6.1-2.3-8.5 0L2 15", key: "nyu28f" }],
["path", { d: "M2 19h8", key: "d1pspp" }],
[
"path",
{
d: "M21 17v1c0 1 1 1.5 1 2.5 0 .8-.7 1.5-1.5 1.5h-5c-.8 0-1.5-.7-1.5-1.5 0-1 1-1.5 1-2.5v-1",
key: "1lgmxf"
}
],
["path", { d: "M14 17h8", key: "z0t944" }]
];
export { featherText as default };
//# sourceMappingURL=feather-text.js.map