Files
UAS-SIG/node_modules/lucide/dist/esm/icons/bookmark-check.mjs
T
2026-06-03 20:05:50 +07:00

20 lines
474 B
JavaScript

/**
* @license lucide v1.17.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
const BookmarkCheck = [
[
"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"
}
],
["path", { d: "m9 10 2 2 4-4" }]
];
export { BookmarkCheck as default };
//# sourceMappingURL=bookmark-check.mjs.map