open-icon
Version:
Open Icon
13 lines (12 loc) • 503 B
JavaScript
// lib/meta/icon_followed-by.svg.ts
var meta = {
description: "An icon indicating that one element is followed by another, commonly used in social media platforms to show followers.",
category: ["Interface"],
tag: ["follow", "social media", "connection", "users", "relationships", "followers", "networking", "relationship status", "online presence", "notifications"],
title: "Followed By"
};
var icon_followed_by_svg_default = meta;
export {
icon_followed_by_svg_default as default,
meta
};