open-icon
Version:
Open Icon
26 lines (25 loc) • 572 B
JavaScript
// lib/meta/icon_subtract-fat.svg.ts
var meta = {
"description": "The subtract-fat icon is used to represent a subtraction operation or action in a bold and clear way. It can be used in user interfaces to indicate removing or deducting something.",
"category": [
"Interface"
],
"tag": [
"subtract",
"minus",
"math",
"operation",
"remove",
"deduct",
"UI",
"bold",
"clear",
"action"
],
"title": "Subtract Fat"
};
var icon_subtract_fat_svg_default = meta;
export {
icon_subtract_fat_svg_default as default,
meta
};