lucide-react-native
Version:
A Lucide icon library package for React Native applications.
19 lines (15 loc) • 570 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 FaceNeutral = createLucideIcon("FaceNeutral", [
["path", { d: "M15 10V9", key: "4dkmfx" }],
["path", { d: "M8 16h8", key: "10ke2u" }],
["path", { d: "M9 10V9", key: "1lazqi" }],
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }]
]);
export { FaceNeutral as default };
//# sourceMappingURL=face-neutral.mjs.map