UNPKG

lucide-react-native

Version:

A Lucide icon library package for React Native applications.

21 lines (17 loc) 740 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. */ import createLucideIcon from '../createLucideIcon.mjs'; const FaceSlightlySmilingPlus = createLucideIcon("FaceSlightlySmilingPlus", [ ["path", { d: "M13.267 2.08a10 10 0 108.653 8.653", key: "1wbpyh" }], ["path", { d: "M15 10V9", key: "4dkmfx" }], ["path", { d: "M16 5h6", key: "1vod17" }], ["path", { d: "M16.472 15a6 6 0 01-8.943 0", key: "7qomzy" }], ["path", { d: "M19 2v6", key: "4bpg5p" }], ["path", { d: "M9 10V9", key: "1lazqi" }] ]); export { FaceSlightlySmilingPlus as default }; //# sourceMappingURL=face-slightly-smiling-plus.mjs.map