open-icon
Version:
Open Icon
26 lines (25 loc) • 555 B
JavaScript
// lib/meta/icon_education.svg.ts
var meta = {
"description": "An icon representing education, typically associated with learning, school, and knowledge. It could include elements such as books, graduation caps, or pencils.",
"category": [
"Things"
],
"tag": [
"education",
"learning",
"school",
"knowledge",
"books",
"graduation",
"pencils",
"study",
"teaching",
"lesson"
],
"title": "Education"
};
var icon_education_svg_default = meta;
export {
icon_education_svg_default as default,
meta
};