open-icon
Version:
Open Icon
28 lines (27 loc) • 565 B
JavaScript
// lib/meta/icon_file-star.svg.ts
var meta = {
"description": "A star symbol often used to represent favorite or important files. Can be used as a visual indicator for users to easily identify important documents.",
"category": [
"Interface",
"Symbol",
"Document"
],
"tag": [
"star",
"favorite",
"important",
"file",
"document",
"ui",
"icon",
"marker",
"highlight",
"symbol"
],
"title": "File Star"
};
var icon_file_star_svg_default = meta;
export {
icon_file_star_svg_default as default,
meta
};