open-icon
Version:
Open Icon
27 lines (26 loc) • 612 B
JavaScript
// lib/meta/icon_squared-star.svg.ts
var meta = {
"description": "The squared-star icon is a symbol featuring a star enclosed in a square shape. It represents creativity, achievement, or can be used to highlight important information in a user interface design.",
"category": [
"Interface",
"Symbol"
],
"tag": [
"creative",
"achievement",
"highlight",
"important",
"shape",
"star",
"square",
"symbol",
"ui",
"design"
],
"title": "Squared Star"
};
var icon_squared_star_svg_default = meta;
export {
icon_squared_star_svg_default as default,
meta
};