lucide-react
Version:
A Lucide icon library package for React applications.
30 lines (26 loc) • 712 B
JavaScript
/**
* @license lucide-react v1.46.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createLucideIcon from '../createLucideIcon.mjs';
const __iconData = {
name: "feather",
size: 24,
node: [
[
"path",
{
d: "M14.086 18.412A2 2 0 0112.67 19H5v-7.672a2 2 0 01.586-1.414L11.75 3.75a6 6 0 118.49 8.49z",
key: "1nq9jb"
}
],
["path", { d: "M16 8 2 22", key: "vp34q" }],
["path", { d: "M17.488 15H9", key: "16yirz" }]
]
};
__iconData.node;
const Feather = createLucideIcon(__iconData);
export { __iconData, Feather as default };
//# sourceMappingURL=feather.mjs.map