open-icon
Version:
Open Icon
13 lines (12 loc) • 531 B
JavaScript
// lib/meta/icon_plug-type-b.svg.ts
var meta = {
description: "The plug-type-b icon represents a specific type of plug commonly used for electronic connections. It typically features three prongs and is often associated with power or charging.",
category: ["Interface"],
tag: ["plug", "connector", "electronic", "power", "charging", "technology", "device", "equipment", "electricity", "type-b"],
title: "Plug Type B"
};
var icon_plug_type_b_svg_default = meta;
export {
icon_plug_type_b_svg_default as default,
meta
};