open-icon
Version:
Open Icon
13 lines (12 loc) • 503 B
JavaScript
// lib/meta/icon_book-pages.svg.ts
var meta = {
description: "The book pages icon represents a collection of pages typically found in a book or document. It is often used to symbolize reading, literature, education, and content.",
category: ["Interface", "Document"],
tag: ["book", "pages", "reading", "education", "literature", "content", "story", "novel", "document"],
title: "Book Pages"
};
var icon_book_pages_svg_default = meta;
export {
icon_book_pages_svg_default as default,
meta
};