open-icon
Version:
Open Icon
26 lines (25 loc) • 583 B
JavaScript
// lib/meta/icon_planner.svg.ts
var meta = {
"description": "The planner icon represents a tool used for organizing and managing schedules, tasks, and appointments. It is commonly used in user interface design to symbolize planning and time management.",
"category": [
"Interface"
],
"tag": [
"planner",
"organization",
"schedule",
"task",
"appointment",
"time management",
"calendar",
"tool",
"ui",
"icon"
],
"title": "Planner"
};
var icon_planner_svg_default = meta;
export {
icon_planner_svg_default as default,
meta
};