lucide-react-native
Version:
A Lucide icon library package for React Native applications.
27 lines (22 loc) • 689 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.
*/
'use strict';
var createLucideIcon = require('../createLucideIcon.js');
const FaceGrinning = createLucideIcon("FaceGrinning", [
["path", { d: "M15 10V9", key: "4dkmfx" }],
[
"path",
{
d: "M7.084 14.302a5.12 5.12 0 009.833 0 .24.24 0 00-.235-.302H7.32a.24.24 0 00-.235.302",
key: "1ad3z7"
}
],
["path", { d: "M9 10V9", key: "1lazqi" }],
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }]
]);
module.exports = FaceGrinning;
//# sourceMappingURL=face-grinning.js.map