open-icon
Version:
Open Icon
13 lines (12 loc) • 526 B
JavaScript
// lib/meta/icon_vector-shape.svg.ts
var meta = {
description: "A vector shape icon typically used in user interfaces to represent customizable graphic elements or design elements such as buttons, illustrations, or backgrounds.",
category: ["Interface", "Shapes"],
tag: ["vector", "graphic", "customizable", "design", "element", "user interface", "button", "illustration", "background"],
title: "Vector Shape"
};
var icon_vector_shape_svg_default = meta;
export {
icon_vector_shape_svg_default as default,
meta
};