idth="14" height="14" viewBox="0 0 14 14" aria-hidden="true" focusable="false"><circle cx="7" cy="7" r="6" fill="#c4c4c4"/></svg></span>');
137 +function nomads_icon_field_label_placeholder_markup(string $label = ''): MarkupInterface {
138 + $title_attribute = $label !== '' ? ' title="' . Html::escape($label) . '"' : '';
139 + return Markup::create('<span class="nomads-icon-field-label__icon nomads-icon-field-label__icon--placeholder"' . $title_attribute . '><svg xmlns=
"http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14" aria-hidden="true" focusable="false"><circle cx="7" cy="7" r="6" fill="#c4c
4c4"/></svg></span>');