UNPKG

lucide-static

Version:

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

32 lines (29 loc) 716 B
/** * @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 Dome = ` <svg class="lucide lucide-dome" 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="M10 21v-3a2 2 0 014 0v3" /> <path d="M12 2v2" /> <path d="M18 12v9" /> <path d="M22 19a2 2 0 01-2 2H4a2 2 0 01-2-2v-6a1 1 0 011-1h18a1 1 0 011 1z" /> <path d="M4 12a8 8 0 0116 0" /> <path d="M6 12v9" /> </svg> `; export { Dome as default }; //# sourceMappingURL=dome.mjs.map