lucide-react-native
Version:
A Lucide icon library package for React Native applications.
19 lines (15 loc) • 597 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 FaceExpressionless = createLucideIcon("FaceExpressionless", [
["path", { d: "M14 10h2", key: "1lstlu" }],
["path", { d: "M8 10h2", key: "66od0" }],
["path", { d: "M8 16h8", key: "10ke2u" }],
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }]
]);
export { FaceExpressionless as default };
//# sourceMappingURL=face-expressionless.mjs.map