open-icon
Version:
Open Icon
27 lines (26 loc) • 609 B
JavaScript
// lib/meta/icon_file-subtract.svg.ts
var meta = {
"description": "The file subtract icon represents the action of removing or deleting a file. It can be used in user interface designs to indicate the subtraction or removal of a file from a system.",
"category": [
"Interface",
"Document"
],
"tag": [
"file",
"subtract",
"delete",
"remove",
"interface",
"design",
"system",
"user interface",
"action",
"symbol"
],
"title": "File Subtract"
};
var icon_file_subtract_svg_default = meta;
export {
icon_file_subtract_svg_default as default,
meta
};