open-icon
Version:
Open Icon
13 lines (12 loc) • 509 B
JavaScript
// lib/meta/icon_socket-type-i.svg.ts
var meta = {
description: "The socket-type-i icon represents a type I socket, typically used for electrical devices. The icon features three round holes arranged in a triangular shape.",
category: ["Interface"],
tag: ["socket", "electrical", "plug", "power", "device", "outlet", "technology", "energy", "connector", "appliance"],
title: "Socket Type I"
};
var icon_socket_type_i_svg_default = meta;
export {
icon_socket_type_i_svg_default as default,
meta
};