open-icon
Version:
Open Icon
26 lines (25 loc) • 608 B
JavaScript
// lib/meta/icon_check-l.svg.ts
var meta = {
"description": "The check-l icon is a symbol representing approval or confirmation. It typically shows a checkmark enclosed in a circle. This icon is commonly used in user interfaces to indicate success or completion.",
"category": [
"Interface",
"Symbol"
],
"tag": [
"approval",
"confirmation",
"success",
"completion",
"checkbox",
"tick",
"verified",
"validated",
"acceptance"
],
"title": "Checkmark Large"
};
var icon_check_l_svg_default = meta;
export {
icon_check_l_svg_default as default,
meta
};