open-icon
Version:
Open Icon
27 lines (26 loc) • 619 B
JavaScript
// lib/meta/icon_text-outdent.svg.ts
var meta = {
"description": "The text-outdent icon is used to decrease the indentation of a block of text in a document or text editor. It is commonly used in word processing software and formatting tools.",
"category": [
"Text",
"Interface"
],
"tag": [
"indentation",
"formatting",
"adjustment",
"writing",
"editor",
"block",
"alignment",
"text manipulation",
"paragraphs",
"documents"
],
"title": "Text Outdent"
};
var icon_text_outdent_svg_default = meta;
export {
icon_text_outdent_svg_default as default,
meta
};