open-icon
Version:
Open Icon
26 lines (25 loc) • 476 B
JavaScript
// lib/meta/icon_pin-tilted.svg.ts
var meta = {
"description": "A tilted pin icon commonly used to indicate or mark a specific location on a map.",
"category": [
"Interface"
],
"tag": [
"navigation",
"location",
"marker",
"pointer",
"direction",
"indicator",
"pin",
"tracking",
"gps",
"map"
],
"title": "Pin Tilted"
};
var icon_pin_tilted_svg_default = meta;
export {
icon_pin_tilted_svg_default as default,
meta
};