open-icon
Version:
Open Icon
28 lines (27 loc) • 556 B
JavaScript
// lib/meta/icon_paragraph.svg.ts
var meta = {
"description": "The paragraph icon represents a block of text or a section in a document. It is commonly used to indicate where large bodies of text begin or end.",
"category": [
"Interface",
"Text",
"Document"
],
"tag": [
"text",
"content",
"writing",
"editor",
"format",
"article",
"blog",
"copy",
"block",
"section"
],
"title": "Paragraph"
};
var icon_paragraph_svg_default = meta;
export {
icon_paragraph_svg_default as default,
meta
};