open-icon
Version:
Open Icon
26 lines (25 loc) • 618 B
JavaScript
// lib/meta/icon_add-l.svg.ts
var meta = {
"description": "The add-l icon is used to represent an 'add' action in user interfaces. It typically signifies the option to include or create something new. This icon is commonly utilized in applications and websites for tasks related to appending data or items.",
"category": [
"Interface"
],
"tag": [
"add",
"plus",
"create",
"append",
"new",
"insert",
"update",
"user interface",
"action",
"button"
],
"title": "Add - L"
};
var icon_add_l_svg_default = meta;
export {
icon_add_l_svg_default as default,
meta
};