UNPKG

lucide-static

Version:

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

35 lines (32 loc) 1.04 kB
/** * @license lucide-static v1.21.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. */ const EyeDashed = ` <svg class="lucide lucide-eye-dashed" 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.054 18.946a11 11 0 0 1-2.11 0" /> <path d="M13.054 5.054a11 11 0 0 0-2.11-.001" /> <path d="M17.072 6.274a11 11 0 0 1 1.753 1.173" /> <path d="M18.825 16.552a11 11 0 0 1-1.753 1.174" /> <path d="M2.514 13.303a11 11 0 0 1-.452-.954 1 1 0 0 1 0-.697 11 11 0 0 1 .45-.955" /> <path d="M21.485 10.697a11 11 0 0 1 .453.955 1 1 0 0 1 0 .697 11 11 0 0 1-.453.954" /> <path d="M5.173 7.448a11 11 0 0 1 1.753-1.174" /> <path d="M6.926 17.726a11 11 0 0 1-1.753-1.174" /> <circle cx="12" cy="12" r="3" /> </svg> `; export { EyeDashed as default }; //# sourceMappingURL=eye-dashed.mjs.map