lucide-react-native
Version:
A Lucide icon library package for React Native applications.
21 lines (16 loc) • 628 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 FaceSlightlyFrowning = createLucideIcon("FaceSlightlyFrowning", [
["path", { d: "M15 10V9", key: "4dkmfx" }],
["path", { d: "M9 10V9", key: "1lazqi" }],
["path", { d: "M9 16a5 5 0 016 0", key: "34mdxb" }],
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }]
]);
module.exports = FaceSlightlyFrowning;
//# sourceMappingURL=face-slightly-frowning.js.map