open-icon
Version:
Open Icon
25 lines (24 loc) • 566 B
JavaScript
// lib/meta/icon_subtract-m.svg.ts
var meta = {
"description": "The subtract-m icon is used to represent a subtraction or removal action in user interfaces. It typically symbolizes subtracting or reducing a quantity or an element from a given set.",
"category": [
"Interface"
],
"tag": [
"math",
"calculation",
"operation",
"minus",
"remove",
"reduce",
"quantity",
"element",
"action"
],
"title": "Subtract M"
};
var icon_subtract_m_svg_default = meta;
export {
icon_subtract_m_svg_default as default,
meta
};