open-icon
Version:
Open Icon
26 lines (25 loc) • 506 B
JavaScript
// lib/meta/icon_highlight.svg.ts
var meta = {
"description": "The highlight icon is typically used to mark or emphasize important information in media files such as text or images.",
"category": [
"Media"
],
"tag": [
"highlight",
"mark",
"emphasis",
"important",
"media",
"files",
"text",
"images",
"multimedia",
"content"
],
"title": "Highlight"
};
var icon_highlight_svg_default = meta;
export {
icon_highlight_svg_default as default,
meta
};