open-icon
Version:
Open Icon
13 lines (12 loc) • 570 B
JavaScript
// lib/meta/icon_plug-type-l.svg.ts
var meta = {
description: "The 'plug-type-l' icon represents a type L electrical plug, commonly used for various electronic devices and appliances. It can be used in user interfaces to indicate a power source or electrical connection.",
category: ["Interface", "Transport"],
tag: ["electricity", "power", "technology", "plug", "device", "appliance", "socket", "electrical", "connection", "energy"],
title: "Plug Type L"
};
var icon_plug_type_l_svg_default = meta;
export {
icon_plug_type_l_svg_default as default,
meta
};