UNPKG

lucide-react-native

Version:

A Lucide icon library package for React Native applications.

21 lines (16 loc) 608 B
/** * @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. */ 'use strict'; var createLucideIcon = require('../createLucideIcon.js'); 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" }] ]); module.exports = FaceExpressionless; //# sourceMappingURL=face-expressionless.js.map