lucide-react-native
Version:
A Lucide icon library package for React Native applications.
24 lines (20 loc) • 607 B
JavaScript
/**
* @license lucide-react-native v1.31.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 Feather = createLucideIcon("Feather", [
[
"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" }]
]);
export { Feather as default };
//# sourceMappingURL=feather.mjs.map