open-icon
Version:
Open Icon
13 lines (12 loc) • 497 B
JavaScript
// lib/meta/icon_plug-type-g.svg.ts
var meta = {
description: "An icon representing a Type G plug, commonly used for electric power in some countries. The icon features three round prongs in a specific configuration.",
category: ["Interface"],
tag: ["plug", "electricity", "power", "socket", "energy", "device", "technology", "connector", "charging", "outlet"],
title: "Plug Type G"
};
var icon_plug_type_g_svg_default = meta;
export {
icon_plug_type_g_svg_default as default,
meta
};