open-icon
Version:
Open Icon
26 lines (25 loc) • 589 B
JavaScript
// lib/meta/icon_button-add.svg.ts
var meta = {
"description": "The button-add icon is typically used to indicate an action related to adding or creating something. It can be commonly found in user interfaces as a clickable element to initiate a new task.",
"category": [
"Interface"
],
"tag": [
"button",
"add",
"create",
"interface",
"action",
"clickable",
"task",
"user interface",
"web design",
"UI"
],
"title": "Button Add"
};
var icon_button_add_svg_default = meta;
export {
icon_button_add_svg_default as default,
meta
};