UNPKG

lucide-react

Version:

A Lucide icon library package for React applications.

36 lines (32 loc) 822 B
/** * @license lucide-react 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. */ import createLucideIcon from '../createLucideIcon.mjs'; const __iconData = { name: "book-bookmark", size: 24, node: [ [ "path", { d: "M10 2v7.751a.25.25 0 00.407.195l2.28-1.834a.5.5 0 01.627 0l2.28 1.834A.25.25 0 0016 9.751V2", key: "x9x4jl" } ], [ "path", { d: "M4 19.5v-15A2.5 2.5 0 016.5 2H19a1 1 0 011 1v18a1 1 0 01-1 1H6.5a1 1 0 010-5H20", key: "1889un" } ] ], aliases: ["book-marked"] }; __iconData.node; const BookBookmark = createLucideIcon(__iconData); export { __iconData, BookBookmark as default }; //# sourceMappingURL=book-bookmark.mjs.map