open-icon
Version:
Open Icon
27 lines (26 loc) • 590 B
JavaScript
// lib/meta/icon_taxi.svg.ts
var meta = {
"description": "The taxi icon represents transportation services where customers can hire a vehicle to travel from one location to another. It is commonly used to indicate the presence of a taxi stand or service in the area.",
"category": [
"Transport",
"Wayfinding"
],
"tag": [
"taxi",
"transportation",
"car",
"service",
"travel",
"vehicle",
"ride",
"cab",
"urban",
"public"
],
"title": "Taxi"
};
var icon_taxi_svg_default = meta;
export {
icon_taxi_svg_default as default,
meta
};