@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
20 lines (17 loc) • 459 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 lifeJacket = [
[
"path",
{
d: "M10 14a2.5 2.5 0 0 0-.8-1.9 3.5 3.5 0 1 1 5.6 0l-.3.4A2.5 2.5 0 0 0 14 14v5a3 3 0 1 0 6 0v-9a8 8 0 0 0-16 0v9a3 3 0 1 0 6 0Z",
key: "1onx1t"
}
]
];
export { lifeJacket as default };
//# sourceMappingURL=life-jacket.js.map