lucide-react
Version:
A Lucide icon library package for React applications.
26 lines (22 loc) • 742 B
JavaScript
/**
* @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",
size: 24,
node: [
["path", { d: "M15 10V9", key: "4dkmfx" }],
["path", { d: "M16.472 15a6 6 0 01-8.943 0", key: "7qomzy" }],
["path", { d: "M9 10V9", key: "1lazqi" }],
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }]
],
aliases: ["smile"]
};
__iconData.node;
const FaceSlightlySmiling = createLucideIcon(__iconData);
export { __iconData, FaceSlightlySmiling as default };
//# sourceMappingURL=face-slightly-smiling.mjs.map