open-icon
Version:
Open Icon
27 lines (26 loc) • 648 B
JavaScript
// lib/meta/icon_file-check 2.svg.ts
var meta = {
"description": "The file-check 2 icon represents a document with a checkmark, indicating that the file has been verified or approved. This icon is commonly used in user interfaces to show that a task has been completed successfully.",
"category": [
"Document",
"Interface"
],
"tag": [
"file",
"check",
"document",
"verified",
"approved",
"completed",
"success",
"task",
"user interface",
"verification"
],
"title": "File Check 2"
};
var icon_file_check_2_svg_default = meta;
export {
icon_file_check_2_svg_default as default,
meta
};