How can we integrate google material icons in AEM dialog?
I am trying to show Google material icons in AEM dialog.
Google icons - https://fonts.google.com/icons
I have seen a similar approach for font awesome using graphiciconselect in ACS commons.
<icon
jcr:primaryType="nt:unstructured"
sling:resourceType="acs-commons/components/authoring/graphiciconselect"
fieldDescription="Configure icon"
fieldLabel="Icon"
name="./icon">
<datasource
jcr:primaryType="nt:unstructured"
sling:resourceType="acs-commons/components/utilities/genericlist/datasource"
path="/etc/acs-commons/lists/font-awesome-icons"/>
Please let me know how I can achieve this use case. Is this a general use-case or is this not recommended and should we include icons in some other way?