open-icon
Version:
Open Icon
26 lines (25 loc) • 591 B
JavaScript
// lib/meta/icon_file-check.svg.ts
var meta = {
"description": "The file-check icon represents a document or file that has been verified or approved with a checkmark. It is commonly used in user interfaces to indicate a successful action or completion.",
"category": [
"Interface",
"Document"
],
"tag": [
"file",
"check",
"validate",
"approve",
"verification",
"completion",
"status",
"success",
"approve"
],
"title": "File Check"
};
var icon_file_check_svg_default = meta;
export {
icon_file_check_svg_default as default,
meta
};