open-icon
Version:
Open Icon
13 lines (12 loc) • 535 B
JavaScript
// lib/meta/icon_shopping-label.svg.ts
var meta = {
description: "The shopping label icon is a simple design of a label commonly used in retail to display pricing or information. It can be used in various shopping-related designs and websites.",
category: ["Interface", "Symbol"],
tag: ["retail", "price", "information", "shopping", "sale", "label", "ecommerce", "store", "product", "tag"],
title: "Shopping Label"
};
var icon_shopping_label_svg_default = meta;
export {
icon_shopping_label_svg_default as default,
meta
};