open-icon
Version:
Open Icon
25 lines (24 loc) • 581 B
JavaScript
// lib/meta/icon_subtract-l.svg.ts
var meta = {
"description": "A subtraction or remove icon often used in user interfaces to indicate the action of subtracting or deleting. The icon features a horizontal line with a minus sign on top to represent subtraction.",
"category": [
"Interface"
],
"tag": [
"subtract",
"remove",
"minus",
"delete",
"math",
"operation",
"user interface",
"symbol",
"action"
],
"title": "Subtract L"
};
var icon_subtract_l_svg_default = meta;
export {
icon_subtract_l_svg_default as default,
meta
};