open-icon
Version:
Open Icon
25 lines (24 loc) • 545 B
JavaScript
// lib/meta/icon_add-s.svg.ts
var meta = {
"description": "The 'add-s' icon is a user interface (UI) design depicting a plus sign within a square, indicating an action to add or create something. It is commonly used in applications and websites.",
"category": [
"Interface"
],
"tag": [
"add",
"create",
"plus",
"user interface",
"UI",
"design",
"button",
"action",
"square"
],
"title": "Add Square"
};
var icon_add_s_svg_default = meta;
export {
icon_add_s_svg_default as default,
meta
};