open-icon
Version:
Open Icon
26 lines (25 loc) • 619 B
JavaScript
// lib/meta/icon_trash-2.svg.ts
var meta = {
"description": "The trash-2 icon is commonly used in user interfaces to represent the action of deleting or removing an item. It typically features an image of a trash bin or garbage can with the number 2 to indicate a more specific variation of the trash icon.",
"category": [
"Interface"
],
"tag": [
"delete",
"remove",
"discard",
"bin",
"garbage",
"waste",
"dispose",
"eliminate",
"UI",
"trash"
],
"title": "Trash 2"
};
var icon_trash_2_svg_default = meta;
export {
icon_trash_2_svg_default as default,
meta
};