open-icon
Version:
Open Icon
27 lines (26 loc) • 595 B
JavaScript
// lib/meta/icon_circled.svg.ts
var meta = {
"description": "The circled icon represents an enclosed shape or symbol within a circle. It is commonly used in user interfaces to draw attention to or emphasize a particular element.",
"category": [
"Interface",
"Symbol"
],
"tag": [
"Enclosed",
"Round",
"Highlight",
"Emphasis",
"Decoration",
"Attention-grabbing",
"Circular",
"Outline",
"Web design",
"Graphic design"
],
"title": "Circled"
};
var icon_circled_svg_default = meta;
export {
icon_circled_svg_default as default,
meta
};