generated from MuhammadIqbalMaulana/UAS-SIG
18 lines
487 B
JavaScript
18 lines
487 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 BookKey = [
|
|
["path", { d: "M13 2H6.5A2.5 2.5 0 0 0 4 4.5v15" }],
|
|
["path", { d: "M17 2v6" }],
|
|
["path", { d: "M17 4h2" }],
|
|
["path", { d: "M20 15.2V21a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20" }],
|
|
["circle", { cx: "17", cy: "10", r: "2" }]
|
|
];
|
|
|
|
export { BookKey as default };
|
|
//# sourceMappingURL=book-key.mjs.map
|