open-icon
Version:
Open Icon
13 lines (12 loc) • 485 B
JavaScript
// lib/meta/icon_sticker-rounded.svg.ts
var meta = {
description: "This icon represents a rounded sticker, often used for decoration or highlighting important information in user interfaces.",
category: ["Interface"],
tag: ["sticker", "rounded", "decoration", "highlight", "UI", "user interface", "design", "decorative", "label", "tag"],
title: "Sticker Rounded"
};
var icon_sticker_rounded_svg_default = meta;
export {
icon_sticker_rounded_svg_default as default,
meta
};