UNPKG

lucide-static

Version:

Lucide is a community-run fork of Feather Icons, open for anyone to contribute icons.

32 lines (29 loc) 760 B
/** * @license lucide-static v1.34.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. */ const FaceSlightlySmilingPlus = ` <svg class="lucide lucide-face-slightly-smiling-plus" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" > <path d="M13.267 2.08a10 10 0 108.653 8.653" /> <path d="M15 10V9" /> <path d="M16 5h6" /> <path d="M16.472 15a6 6 0 01-8.943 0" /> <path d="M19 2v6" /> <path d="M9 10V9" /> </svg> `; export { FaceSlightlySmilingPlus as default }; //# sourceMappingURL=face-slightly-smiling-plus.mjs.map