open-icon
Version:
Open Icon
26 lines (25 loc) • 632 B
JavaScript
// lib/meta/icon_factory-belt.svg.ts
var meta = {
"description": "A factory belt is a mechanical system that is used to transport items within a factory or industrial setting. It consists of a continuous belt that moves objects from one location to another.",
"category": [
"Transport"
],
"tag": [
"factory",
"industrial",
"manufacturing",
"machinery",
"automation",
"production",
"assembly line",
"conveyor belt",
"mechanical",
"equipment"
],
"title": "Factory Belt"
};
var icon_factory_belt_svg_default = meta;
export {
icon_factory_belt_svg_default as default,
meta
};