Skip to main content

Documentation Index

Fetch the complete documentation index at: https://cometchat-22654f5b-docs-android-v6-beta2.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Overview

This element displays an icon. It currently supports only svg icons

Properties

NameTypeDescription
namestringName of the element
URLstringAsset URL of the element
iconStyleIconStyleStyling properties and values of the element

IconStyle

Styling properties and values of the element
NameDescription
widthSets the width of the element
heightSets the height of the element
iconTintSets the tint or color applied to the icon

Usage

<cometchat-icon 
[URL]="iconURL"
[iconStyle]="getIconStyle">
</cometchat-icon>