open-icon
Version:
Open Icon
27 lines (26 loc) • 599 B
JavaScript
// lib/meta/icon_text-align-left.svg.ts
var meta = {
"description": "The text-align-left icon represents aligning text to the left. This icon is commonly used in text editing tools to adjust the alignment of text within a document or design.",
"category": [
"Interface",
"Text"
],
"tag": [
"align",
"left",
"text",
"editor",
"writing",
"design",
"tool",
"adjustment",
"typography",
"formatting"
],
"title": "Text Align Left"
};
var icon_text_align_left_svg_default = meta;
export {
icon_text_align_left_svg_default as default,
meta
};