open-icon
Version:
Open Icon
13 lines (12 loc) • 447 B
JavaScript
// lib/meta/icon_book.svg.ts
var meta = {
description: "An icon of a book representing reading or education. It typically symbolizes knowledge, learning, and literature.",
category: ["Interface", "Document"],
tag: ["education", "reading", "knowledge", "literature", "library", "school", "study", "publication", "ebook", "textbook"],
title: "Book"
};
var icon_book_svg_default = meta;
export {
icon_book_svg_default as default,
meta
};