open-icon
Version:
Open Icon
25 lines (24 loc) • 573 B
JavaScript
// lib/meta/icon_rental-car.svg.ts
var meta = {
"description": "The rental-car icon represents a means of transportation that can be hired temporarily for use by individuals or groups. It is commonly used to indicate car rental services or locations.",
"category": [
"Transport"
],
"tag": [
"car",
"rental",
"vehicle",
"hire",
"travel",
"service",
"transportation",
"wayfinding",
"temporary"
],
"title": "Rental Car"
};
var icon_rental_car_svg_default = meta;
export {
icon_rental_car_svg_default as default,
meta
};