open-icon
Version:
Open Icon
27 lines (26 loc) • 642 B
JavaScript
// lib/meta/icon_text-indent.svg.ts
var meta = {
"description": "The text-indent icon is used to indicate a predefined space at the beginning of a paragraph or block of text. It is commonly used in typography and CSS to improve the readability and overall layout of text content.",
"category": [
"Interface",
"Text"
],
"tag": [
"indentation",
"typography",
"CSS",
"paragraph",
"spacing",
"layout",
"text content",
"indent",
"alignment",
"web design"
],
"title": "Text Indent"
};
var icon_text_indent_svg_default = meta;
export {
icon_text_indent_svg_default as default,
meta
};