lucide-react-native
Version:
A Lucide icon library package for React Native applications.
23 lines (18 loc) • 705 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 FaceAngry = createLucideIcon("FaceAngry", [
["path", { d: "M15 11V9.416", key: "v2ax0h" }],
["path", { d: "M17 9a5 5 0 00-3 1", key: "1d2djj" }],
["path", { d: "M7 9a5 5 0 013 1", key: "y5n5ez" }],
["path", { d: "M9 11V9.416", key: "1t25y0" }],
["path", { d: "M9 16a5 5 0 016.001 0", key: "111vmx" }],
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }]
]);
module.exports = FaceAngry;
//# sourceMappingURL=face-angry.js.map