open-icon
Version:
Open Icon
13 lines (12 loc) • 551 B
JavaScript
// lib/meta/icon_home-location.svg.ts
var meta = {
description: "The home-location icon represents a map pin at a specific location, typically indicating a home or residence. This icon is commonly used in map applications to mark a user's home address.",
category: ["Interface", "Symbol", "Transport"],
tag: ["pin", "map", "location", "residence", "address", "navigation", "home", "marker", "house", "point"],
title: "Home Location"
};
var icon_home_location_svg_default = meta;
export {
icon_home_location_svg_default as default,
meta
};