open-icon
Version:
Open Icon
26 lines (25 loc) • 654 B
JavaScript
// lib/meta/icon_folder-multiply 2.svg.ts
var meta = {
"description": "The folder-multiply 2 icon represents a folder with a multiplication symbol, indicating the action of deleting or removing multiple items from a folder. It conveys the concept of bulk deletion or removal of files.",
"category": [
"Interface"
],
"tag": [
"folder",
"multiply",
"delete",
"remove",
"bulk",
"file management",
"directory",
"data",
"documents",
"storage"
],
"title": "Folder with Multiply Symbol"
};
var icon_folder_multiply_2_svg_default = meta;
export {
icon_folder_multiply_2_svg_default as default,
meta
};