Icons - values

Where can I find the list icons and values available for Kanban priority icons?
Used for the Header Icons?  I see several values in the sample like 


    .e-kanban .Open::before {
        content: '\e700';
        color: #0251cc;
        font-size: 16px;
    }

3 Replies 1 reply marked as answer

NR Nevitha Ravi Syncfusion Team October 12, 2020 11:34 AM UTC

Hi Jon, 

Greetings from Syncfusion Support. 

You can find the list of icons available based on theme from the following link. 

Please get back to us for further assistance. 
 
Regards, 
Nevitha 



JE Jon Elster October 12, 2020 12:24 PM UTC

Hi
These are the Kanban priority icons from Kanban samples ?
The the values don't match.

In the samples
HeaderTemplate.razor

\e701 in your samples shows an 'eye'

  .e-kanban .Review::before {
        content: '\e701';
        color: #8e4399;
        font-size: 16px;
    }




NR Nevitha Ravi Syncfusion Team October 14, 2020 03:33 PM UTC

Hi Jon, 

Thanks for your patience. 

In our Kanban sample we have override the default icons by changing the font family of the icons from ‘e-icons’ to ‘kanban-priority-icons`. We have designed the icons for Kanban sample by overriding the existing icons. 

By default, in our controls the font-family of ‘e-icons’ class will be ‘e-icons’ as shown below. 

    

In our header template sample, we have our customized icons with the `font-family` as ‘kanban-priority-icons` as per the requirement. 

 

The icons shared in the UG are the built-in icons which you can use with the font family as ‘e-icons’. If you want to use icons available in header template sample use the font-family as in the sample. Kindly get back to us if you need any further assistance. 

Regards, 
Nevitha 


Marked as answer
Loader.
Up arrow icon