import '@cometchat/uikit-elements';//import the web component package.
import { iconStyle } from '@cometchat/uikit-elements';
const iStyle = new iconStyle({
width: "24px",
height: "24px",
iconTint: "lightgreen"
});
const iconURL = "https://img.icons8.com/?size=24&id=717&format=svg";
<cometchat-icon
:URL="iconURL"
:iconStyle="iStyle">
</cometchat-icon>