<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Custom Module Isn't Generating HubSpot Icons in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/Custom-Module-Isn-t-Generating-HubSpot-Icons/m-p/421231#M21927</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/176304"&gt;@KHunter13&lt;/a&gt; ,&lt;/P&gt;
&lt;P&gt;If you are using &lt;STRONG&gt;item, &lt;/STRONG&gt; that means we have a repeater option selected.&amp;nbsp; If that is the case, you will need to loop through them.&amp;nbsp; Should look like this&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;{% for item in module.field_group %}
   {% icon
	name="{{ item.hubspot_icon.name }}"
	style="{{ item.hubspot_icon.type }}"
	unicode="{{ item.hubspot_icon.unicode }}"
	icon_set="{{ item.hubspot_icon.icon_set }}"
   %}
{% endfor %}&lt;/LI-CODE&gt;
&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/103660"&gt;@piersg&lt;/a&gt; and&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/17186"&gt;@Anton&lt;/a&gt;&amp;nbsp; are always good at correcting me if I am wrong so will get them in here as well &lt;span class="lia-unicode-emoji" title=":grinning_face:"&gt;😀&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 23 Mar 2021 15:39:05 GMT</pubDate>
    <dc:creator>dennisedson</dc:creator>
    <dc:date>2021-03-23T15:39:05Z</dc:date>
  </channel>
</rss>

