<?xml version="1.0" encoding="UTF-8"?>
<sitemap>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:image="http://www.google.com/schemas/sitemap-image/1.1">
  <url>
    <loc>https://www.iconzapp.com/</loc>
    <lastmod>{{ datetime("now") | date("Y-m-d") }}</lastmod>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://www.iconzapp.com/about-us</loc>
    <lastmod>{{ datetime("now") | date("Y-m-d") }}</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://www.iconzapp.com/how-to-sell-on-iconz</loc>
    <lastmod>{{ datetime("now") | date("Y-m-d") }}</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://www.iconzapp.com/terms-and-conditions</loc>
    <lastmod>{{ datetime("now") | date("Y-m-d") }}</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://www.iconzapp.com/privacy-policy</loc>
    <lastmod>{{ datetime("now") | date("Y-m-d") }}</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.7</priority>
  </url>

</urlset>
</sitemap>