open-icon
Version:
Open Icon
13 lines (12 loc) • 554 B
JavaScript
// lib/meta/icon_book-bottom.svg.ts
var meta = {
description: "The icon 'book-bottom' represents the bottom part of a book, typically showing the spine or edge of the cover. It is commonly used in UI design to indicate book-related actions or content.",
category: ["Interface", "Document"],
tag: ["reading", "library", "education", "literature", "bookshelf", "study", "knowledge", "information", "paperback", "novel"],
title: "Book Bottom"
};
var icon_book_bottom_svg_default = meta;
export {
icon_book_bottom_svg_default as default,
meta
};