@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
15 lines (12 loc) • 448 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 coatHanger = [
["path", { d: "M9 5a3 3 0 1 1 5.1 2.1l-1.5 1.5A2 2 0 0 0 12 10v1", key: "1dhcsm" }],
["path", { d: "M4 21a2 2 0 0 1-1.1-3.7L12 11l9.2 6.4A2 2 0 0 1 20 21Z", key: "6t9fxx" }]
];
export { coatHanger as default };
//# sourceMappingURL=coat-hanger.js.map