open-icon
Version:
Open Icon
27 lines (26 loc) • 611 B
JavaScript
// lib/meta/icon_button-subtract.svg.ts
var meta = {
"description": "This icon depicts a subtraction symbol commonly used in mathematical equations. It typically represents the action of removing or deducting one quantity from another.",
"category": [
"Interface",
"Symbol"
],
"tag": [
"subtract",
"math",
"operation",
"calculate",
"symbol",
"user interface",
"button",
"mathematics",
"minus",
"arithmetic"
],
"title": "Button Subtract"
};
var icon_button_subtract_svg_default = meta;
export {
icon_button_subtract_svg_default as default,
meta
};