open-icon
Version:
Open Icon
13 lines (12 loc) • 429 B
JavaScript
// lib/meta/icon_branch.svg.ts
var meta = {
description: "This icon represents a branch, typically a part of a tree or bush. It can be used to symbolize growth, nature, or ecology.",
category: ["Nature"],
tag: ["tree", "plant", "nature", "branch", "ecology", "growth", "organic", "leaf", "flora", "foliage"],
title: "Branch"
};
var icon_branch_svg_default = meta;
export {
icon_branch_svg_default as default,
meta
};