{#
Copyright 2026 New Vector Ltd.
SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
Please see LICENSE files in the repository root for full details.
-#}
{# Internal: icon shape paths in 0-44 coordinate space #}
{% macro _icon_paths(prefix) %}
{% endmacro %}
{# Internal: default gradient defs (red/yellow scheme, 0-44 coords) #}
{% macro _icon_defs_default(prefix) %}
{% endmacro %}
{# Internal: letro gradient defs (dark red/gold scheme, 0-44 coords) #}
{% macro _icon_defs_letro(prefix) %}
{% endmacro %}
{% macro logo_icon() %}
{% endmacro %}
{# Internal: PostNumber text paths (in 0-175 × 0-44 coordinate space) #}
{% macro _postnumber_text_paths() %}
{% endmacro %}
{% macro postnumber_logo_text() %}
{% endmacro %}
{# Internal: LETRO text paths (in 0-70 × 0-17 coordinate space) #}
{% macro _letro_text_paths() %}
{% endmacro %}
{% macro letro_logo_text() %}
{% endmacro %}
{% macro postnumber_logo() %}
{% endmacro %}
{% macro letro_logo() %}
{% endmacro %}
{% macro framed_logo() %}
{{ _icon_paths("fr") }}
{{ _icon_defs_default("fr") }}
{% endmacro %}