open-icon
Version:
Open Icon
13 lines (12 loc) • 474 B
JavaScript
// lib/meta/icon_vector-curve.svg.ts
var meta = {
description: "An abstract icon representing a curved vector shape, often used to symbolize mathematical concepts or design elements.",
category: ["Interface", "Shapes"],
tag: ["math", "abstract", "design", "curve", "vector", "symbol", "mathematics", "template", "graphic", "creative"],
title: "Vector Curve"
};
var icon_vector_curve_svg_default = meta;
export {
icon_vector_curve_svg_default as default,
meta
};