open-icon
Version:
Open Icon
13 lines (12 loc) • 521 B
JavaScript
// lib/meta/icon_followed-by-add.svg.ts
var meta = {
description: "An icon representing the action of following or adding someone or something. It typically consists of a person or a plus sign, indicating a user should be added or followed.",
category: ["Interface"],
tag: ["user", "follow", "add", "person", "profile", "connect", "social", "network", "subscribe", "plus"],
title: "Followed By Add"
};
var icon_followed_by_add_svg_default = meta;
export {
icon_followed_by_add_svg_default as default,
meta
};