UNPKG

lucide-react

Version:

A Lucide icon library package for React applications.

28 lines (24 loc) 869 B
/** * @license lucide-react v1.46.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 __iconData = { name: "face-slightly-smiling-plus", size: 24, node: [ ["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" }] ], aliases: ["smile-plus"] }; __iconData.node; const FaceSlightlySmilingPlus = createLucideIcon(__iconData); export { __iconData, FaceSlightlySmilingPlus as default }; //# sourceMappingURL=face-slightly-smiling-plus.mjs.map