open-icon
Version:
Open Icon
27 lines (26 loc) • 646 B
JavaScript
// lib/meta/icon_text-align-center.svg.ts
var meta = {
"description": "The text-align-center icon represents formatting text to be centered within a document or interface. It is commonly used in text editing software or websites to align text centrally.",
"category": [
"Interface",
"Text"
],
"tag": [
"alignment",
"center",
"text editing",
"formatting",
"editor",
"word processing",
"alignment tool",
"writing",
"typography",
"layout"
],
"title": "Text Align Center"
};
var icon_text_align_center_svg_default = meta;
export {
icon_text_align_center_svg_default as default,
meta
};