open-icon
Version:
Open Icon
26 lines (25 loc) • 700 B
JavaScript
// lib/meta/icon_text-align-justify-left.svg.ts
var meta = {
"description": "The text-align-justify-left icon is used to represent left alignment or justification of text in user interfaces. It typically indicates that text should be aligned to the left side of a text box or container in a document or application.",
"category": [
"Interface",
"Text"
],
"tag": [
"alignment",
"layout",
"typography",
"editor",
"design",
"text box",
"application",
"user interface",
"content"
],
"title": "Text Align Justify Left"
};
var icon_text_align_justify_left_svg_default = meta;
export {
icon_text_align_justify_left_svg_default as default,
meta
};