lucide-static
Version:
Lucide is a community-run fork of Feather Icons, open for anyone to contribute icons.
31 lines (28 loc) • 874 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 MouthOff = `
<svg
class="lucide lucide-mouth-off"
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.074 7.417a2.6 2.6 0 012.989.099c1.829 1.36 3.053 2.076 5.479 3.644a1 1 0 01.308 1.368 11.6 11.6 0 01-1.617 2.05" />
<path d="M2 12a50.5 50.5 0 0010.99.99" />
<path d="m2 2 20 20" />
<path d="M21 11a1 1 0 011 1 51 51 0 01-3.734.61" />
<path d="M7.695 7.695c-1.7 1.247-2.92 1.967-5.238 3.464a1 1 0 00-.307 1.369 11.6 11.6 0 0014.766 4.388" />
</svg>
`;
export { MouthOff as default };
//# sourceMappingURL=mouth-off.mjs.map