open-icon
Version:
Open Icon
13 lines (12 loc) • 598 B
JavaScript
// lib/meta/icon_checklist-empty-error.svg.ts
var meta = {
description: "An empty checklist icon with an error indication, representing an incomplete or unsuccessful task or list. The icon features a checkbox symbol with an exclamation mark, highlighting the error in a checklist.",
category: ["Interface", "Symbol"],
tag: ["checklist", "empty", "incomplete", "error", "task", "list", "unchecked", "exclamation", "mark", "warning"],
title: "Checklist Empty Error"
};
var icon_checklist_empty_error_svg_default = meta;
export {
icon_checklist_empty_error_svg_default as default,
meta
};