open-icon
Version:
Open Icon
13 lines (12 loc) • 553 B
JavaScript
// lib/meta/icon_hello-goodbye.svg.ts
var meta = {
description: "An icon representing a wayfinding sign with 'hello' text on one side and 'goodbye' text on the other side. This icon can be used to indicate directions or locations for greeting and departing.",
category: ["Wayfinding"],
tag: ["signage", "direction", "greeting", "farewell", "communication", "roadmap", "navigation", "symbol", "welcome", "exit"],
title: "Hello Goodbye"
};
var icon_hello_goodbye_svg_default = meta;
export {
icon_hello_goodbye_svg_default as default,
meta
};