open-icon
Version:
Open Icon
13 lines (12 loc) • 728 B
JavaScript
// lib/meta/icon_socket-type-b.svg.ts
var meta = {
description: "The socket-type-b icon represents a type B socket, which is a specific type of electrical socket commonly found in households and offices. It is designed to accommodate type B electrical plugs, which have two flat parallel prongs with a round grounding pin. This icon is useful for indicating where type B sockets are located or for illustrating electricity-related concepts.",
category: ["Interface"],
tag: ["Electricity", "Plug", "Outlet", "Power", "Type B", "Socket", "Household", "Office", "Electrical", "Appliance"],
title: "Socket Type B"
};
var icon_socket_type_b_svg_default = meta;
export {
icon_socket_type_b_svg_default as default,
meta
};