open-icon
Version:
Open Icon
26 lines (25 loc) • 518 B
JavaScript
// lib/meta/icon_text-line-through.svg.ts
var meta = {
"description": "A line that crosses through a block of text, indicating the text has been struck through or deleted",
"category": [
"Text",
"Interface"
],
"tag": [
"line",
"text",
"strike",
"delete",
"style",
"format",
"annotation",
"editing",
"typography"
],
"title": "Text Line Through"
};
var icon_text_line_through_svg_default = meta;
export {
icon_text_line_through_svg_default as default,
meta
};