open-icon
Version:
Open Icon
13 lines (12 loc) • 529 B
JavaScript
// lib/meta/icon_sticker-check.svg.ts
var meta = {
description: "The sticker-check icon is a visual representation of a sticker with a checkmark, often used to indicate success or completion in user interfaces.",
category: ["Interface", "Symbol"],
tag: ["sticker", "checkmark", "completion", "success", "user interface", "approval", "verified", "notification", "confirmation", "symbol"],
title: "Sticker Check"
};
var icon_sticker_check_svg_default = meta;
export {
icon_sticker_check_svg_default as default,
meta
};