UNPKG

lucide-react

Version:

A Lucide icon library package for React applications.

29 lines (25 loc) 802 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: "mouth", size: 24, node: [ ["path", { d: "M2 12a50.5 50.5 0 0020 0 1 1 0 00-1-1", key: "18uu27" }], [ "path", { d: "M2.457 11.159a1 1 0 00-.307 1.369 11.59 11.59 0 0019.7 0 1 1 0 00-.308-1.368c-2.426-1.568-3.65-2.284-5.479-3.644a2.6 2.6 0 00-3.373.208 1 1 0 01-1.38 0 2.62 2.62 0 00-3.373-.208c-1.83 1.36-3.053 2.076-5.48 3.643", key: "9k55ex" } ] ] }; __iconData.node; const Mouth = createLucideIcon(__iconData); export { __iconData, Mouth as default }; //# sourceMappingURL=mouth.mjs.map