open-icon
Version:
Open Icon
13 lines (12 loc) • 508 B
JavaScript
// lib/meta/icon_sticker copy.svg.ts
var meta = {
description: "This icon represents a duplicate sticker, often used in messaging apps or social media platforms. It signifies copying a sticker to send or share multiple times.",
category: ["Interface"],
tag: ["sticker", "copy", "duplicate", "messaging", "social media", "communication", "chat", "icon", "symbol", "ui"],
title: "Sticker Copy"
};
var icon_sticker_copy_svg_default = meta;
export {
icon_sticker_copy_svg_default as default,
meta
};