open-icon
Version:
Open Icon
27 lines (26 loc) • 598 B
JavaScript
// lib/meta/icon_squared-check.svg.ts
var meta = {
"description": "The squared check icon represents a checkbox or confirmation. It is commonly used in user interfaces to indicate a successful action or the selection of an option.",
"category": [
"Interface",
"Symbol"
],
"tag": [
"checkbox",
"confirmation",
"success",
"done",
"completed",
"selected",
"tick",
"verified",
"approved",
"acknowledged"
],
"title": "Squared Check"
};
var icon_squared_check_svg_default = meta;
export {
icon_squared_check_svg_default as default,
meta
};