open-icon
Version:
Open Icon
26 lines (25 loc) • 549 B
JavaScript
// lib/meta/icon_cube-3d.svg.ts
var meta = {
"description": "The cube-3d icon represents a three-dimensional cube shape. It is often used in design and graphics to symbolize volume, depth, or the concept of a 3D space.",
"category": [
"Shapes"
],
"tag": [
"geometry",
"dimensional",
"volumetric",
"graphics",
"design",
"shape",
"space",
"perspective",
"solid",
"structure"
],
"title": "Cube 3D"
};
var icon_cube_3d_svg_default = meta;
export {
icon_cube_3d_svg_default as default,
meta
};