open-icon
Version:
Open Icon
26 lines (25 loc) • 508 B
JavaScript
// lib/meta/icon_ship.svg.ts
var meta = {
"description": "An icon of a ship, typically used to represent transportation by sea or waterway. It can also symbolize travel, exploration, and adventure.",
"category": [
"Transport"
],
"tag": [
"boat",
"vessel",
"navigation",
"marine",
"nautical",
"travel",
"explore",
"sea",
"ocean",
"adventure"
],
"title": "Ship"
};
var icon_ship_svg_default = meta;
export {
icon_ship_svg_default as default,
meta
};