lucide-static
Version:
Lucide is a community-run fork of Feather Icons, open for anyone to contribute icons.
28 lines (25 loc) • 776 B
JavaScript
/**
* @license lucide-static 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.
*/
const Mouth = `
<svg
class="lucide lucide-mouth"
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="M2 12a50.5 50.5 0 0020 0 1 1 0 00-1-1" />
<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" />
</svg>
`;
export { Mouth as default };
//# sourceMappingURL=mouth.mjs.map