UNPKG

lucide-react

Version:

A Lucide icon library package for React applications.

29 lines (25 loc) 719 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: "bookmark-check", size: 24, node: [ [ "path", { d: "M17 3a2 2 0 0 1 2 2v15a1 1 0 0 1-1.496.868l-4.512-2.578a2 2 0 0 0-1.984 0l-4.512 2.578A1 1 0 0 1 5 20V5a2 2 0 0 1 2-2z", key: "oz39mx" } ], ["path", { d: "m9 10 2 2 4-4", key: "1gnqz4" }] ] }; __iconData.node; const BookmarkCheck = createLucideIcon(__iconData); export { __iconData, BookmarkCheck as default }; //# sourceMappingURL=bookmark-check.mjs.map