

/* HELISAN icon system – clean inline SVGs, no image assets */
function helisan_icon($name, $class = '') {
  $icons = array(
    'badge-check' => '<svg viewBox="0 0 48 48" aria-hidden="true"><path d="M24 5l4 3 5-1 2 5 5 2-1 5 3 5-3 4 1 6-5 2-2 5-5-1-4 3-4-3-5 1-2-5-5-2 1-6-3-4 3-5-1-5 5-2 2-5 5 1z"/><path d="M17 24l5 5 10-11"/><path d="M18 38l-3 7 7-3 2 4 2-4 7 3-3-7"/></svg>',
    'headset' => '<svg viewBox="0 0 48 48" aria-hidden="true"><path d="M8 26v-4a16 16 0 0 1 32 0v4"/><path d="M8 26h6v11H9a3 3 0 0 1-3-3v-5a3 3 0 0 1 2-3z"/><path d="M40 26h-6v11h5a3 3 0 0 0 3-3v-5a3 3 0 0 0-2-3z"/><path d="M34 39c-2 3-5 4-10 4h-3"/><path d="M17 43h5"/></svg>',
    'shield-check' => '<svg viewBox="0 0 48 48" aria-hidden="true"><path d="M24 5l15 6v11c0 10-6 17-15 21C15 39 9 32 9 22V11z"/><path d="M16 24l5 5 11-12"/></svg>',
    'mortar' => '<svg viewBox="0 0 48 48" aria-hidden="true"><path d="M11 25h24c0 9-5 14-12 14s-12-5-12-14z"/><path d="M17 39h12"/><path d="M23 39v4"/><path d="M17 43h12"/><path d="M28 22L39 7"/><circle cx="39" cy="7" r="3"/></svg>',
    'network' => '<svg viewBox="0 0 48 48" aria-hidden="true"><circle cx="24" cy="9" r="5"/><circle cx="10" cy="36" r="5"/><circle cx="38" cy="36" r="5"/><path d="M21 13L13 31M27 13l8 18M15 36h18"/></svg>',
    'clipboard' => '<svg viewBox="0 0 48 48" aria-hidden="true"><rect x="10" y="9" width="28" height="34" rx="3"/><path d="M18 9V6h12v3"/><rect x="17" y="5" width="14" height="7" rx="2"/><path d="M16 23l3 3 5-6M28 23h5M16 33l3 3 5-6M28 33h5"/></svg>',
    'responsibility' => '<svg viewBox="0 0 48 48" aria-hidden="true"><path d="M24 5l15 6v11c0 10-6 17-15 21C15 39 9 32 9 22V11z"/><circle cx="21" cy="20" r="5"/><path d="M12 34c1-6 5-9 9-9 3 0 6 1 8 4"/><circle cx="34" cy="32" r="7"/><path d="M31 32l2 2 4-5"/></svg>',
    'truck' => '<svg viewBox="0 0 48 48" aria-hidden="true"><path d="M5 13h24v22H5z"/><path d="M29 21h8l6 7v7H29z"/><path d="M29 29h14"/><circle cx="14" cy="37" r="4"/><circle cx="36" cy="37" r="4"/></svg>',
    'sliders' => '<svg viewBox="0 0 48 48" aria-hidden="true"><path d="M8 13h12M28 13h12M8 24h22M38 24h2M8 35h6M22 35h18"/><circle cx="24" cy="13" r="4"/><circle cx="34" cy="24" r="4"/><circle cx="18" cy="35" r="4"/></svg>',
    'handshake' => '<svg viewBox="0 0 48 48" aria-hidden="true"><path d="M5 18l8-8 9 4-10 10zM43 18l-8-8-9 4 10 10z"/><path d="M14 22l8-8c2-2 5-2 7 0l3 3"/><path d="M12 24l12 12c2 2 5 2 7 0l7-7"/><path d="M18 30l4-4M22 34l4-4M27 36l3-3"/><path d="M32 17l6 6"/></svg>',
    'pharmacy' => '<svg viewBox="0 0 48 48" aria-hidden="true"><path d="M8 18h32v25H8z"/><path d="M6 18l4-10h28l4 10"/><path d="M6 18c0 4 6 4 6 0 0 4 6 4 6 0 0 4 6 4 6 0 0 4 6 4 6 0 0 4 6 4 6 0"/><path d="M14 43V30h10v13"/><path d="M31 29v10M26 34h10"/></svg>',
    'factory' => '<svg viewBox="0 0 48 48" aria-hidden="true"><path d="M6 43V21l12 6V17l12 7V8h7v35z"/><path d="M11 35h5M21 35h5M31 35h5M31 14h6"/></svg>',
    'user-check' => '<svg viewBox="0 0 48 48" aria-hidden="true"><circle cx="18" cy="15" r="7"/><path d="M5 40c0-10 5-16 13-16 5 0 9 2 11 6"/><circle cx="35" cy="34" r="9"/><path d="M31 34l3 3 6-7"/></svg>',
  );
  if (!isset($icons[$name])) return '';
  $class_attr = $class ? ' '.esc_attr($class) : '';
  return '<span class="helisan-icon'.$class_attr.'">'.$icons[$name].'</span>';
}
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://helisan.at/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://helisan.at/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://helisan.at/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://helisan.at/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://helisan.at/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
