open-icon
Version:
Open Icon
27 lines (26 loc) • 595 B
JavaScript
// lib/meta/icon_text-underline.svg.ts
var meta = {
"description": "The text-underline icon is used to indicate text that is underlined. It is commonly used in text editing applications or word processing software.",
"category": [
"Interface",
"Text"
],
"tag": [
"underline",
"format",
"editor",
"highlight",
"word processing",
"text editing",
"writing",
"font style",
"typography",
"emphasis"
],
"title": "Text Underline"
};
var icon_text_underline_svg_default = meta;
export {
icon_text_underline_svg_default as default,
meta
};