open-icon
Version:
Open Icon
25 lines (24 loc) • 505 B
JavaScript
// lib/meta/icon_turtle.svg.ts
var meta = {
"description": "The turtle icon represents a slow-moving reptile with a hard shell. It is often associated with concepts such as patience, wisdom, and longevity.",
"category": [
"Animals"
],
"tag": [
"reptile",
"slow",
"patience",
"wisdom",
"longevity",
"shell",
"animal",
"nature",
"symbol"
],
"title": "Turtle"
};
var icon_turtle_svg_default = meta;
export {
icon_turtle_svg_default as default,
meta
};