open-icon
Version:
Open Icon
13 lines (12 loc) • 544 B
JavaScript
// lib/meta/icon_shopping-cart.svg.ts
var meta = {
description: "The shopping cart icon typically represents an online store or e-commerce shopping experience. It is commonly used to indicate where users can view and manage items they intend to purchase.",
category: ["Interface", "Symbol"],
tag: ["shopping", "cart", "online", "store", "e-commerce", "add to cart", "purchase", "shop", "buy", "items"],
title: "Shopping Cart"
};
var icon_shopping_cart_svg_default = meta;
export {
icon_shopping_cart_svg_default as default,
meta
};