open-icon
Version:
Open Icon
13 lines (12 loc) • 489 B
JavaScript
// lib/meta/icon_following.svg.ts
var meta = {
description: "An icon indicating that the user is following a particular account or content. Typically used in social media platforms and websites.",
category: ["Interface"],
tag: ["follow", "social media", "notification", "user account", "interaction", "web design", "follower", "subscribe", "online presence"],
title: "Following"
};
var icon_following_svg_default = meta;
export {
icon_following_svg_default as default,
meta
};