lucide-react
Version:
A Lucide icon library package for React applications.
26 lines (22 loc) • 686 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: "face-neutral",
size: 24,
node: [
["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" }]
],
aliases: ["meh"]
};
__iconData.node;
const FaceNeutral = createLucideIcon(__iconData);
export { __iconData, FaceNeutral as default };
//# sourceMappingURL=face-neutral.mjs.map