lucide-static
Version:
Lucide is a community-run fork of Feather Icons, open for anyone to contribute icons.
29 lines (26 loc) • 748 B
JavaScript
/**
* @license lucide-static v1.34.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
const BookOpenCheck = `
<svg
class="lucide lucide-book-open-check"
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="M12 5v16" />
<path d="m16 12 2 2 4-4" />
<path d="M22 6V5a2 2 0 00-1.999-2L16 3.002A5 5 0 0012 5a5 5 0 00-4-2H4a2 2 0 00-2 2v12a2 2 0 001.999 2H8a5 5 0 014 2 5 5 0 014-2h4.001A2 2 0 0022 17v-1.344" />
</svg>
`;
export { BookOpenCheck as default };
//# sourceMappingURL=book-open-check.mjs.map