@nectary/assets 0.7.0 → 0.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/icons-channel/google-business/index.d.ts +11 -0
- package/icons-channel/google-business/index.js +4 -0
- package/icons-channel/google-business-square/index.d.ts +11 -0
- package/icons-channel/google-business-square/index.js +4 -0
- package/icons-channel/mms-round/index.d.ts +11 -0
- package/icons-channel/mms-round/index.js +4 -0
- package/icons-channel/mms-square/index.d.ts +11 -0
- package/icons-channel/mms-square/index.js +4 -0
- package/icons-channel/notify/index.js +1 -1
- package/icons-channel/notify-square/index.d.ts +11 -0
- package/icons-channel/notify-square/index.js +4 -0
- package/icons-channel/push-round/index.d.ts +11 -0
- package/icons-channel/push-round/index.js +4 -0
- package/icons-channel/push-square/index.d.ts +11 -0
- package/icons-channel/push-square/index.js +4 -0
- package/icons-channel/rcs-round/index.d.ts +11 -0
- package/icons-channel/rcs-round/index.js +4 -0
- package/icons-channel/rcs-square/index.d.ts +11 -0
- package/icons-channel/rcs-square/index.js +4 -0
- package/icons-channel/sms-round/index.d.ts +11 -0
- package/icons-channel/sms-round/index.js +4 -0
- package/icons-channel/sms-square/index.d.ts +11 -0
- package/icons-channel/sms-square/index.js +4 -0
- package/icons-channel/webchat-round/index.d.ts +11 -0
- package/icons-channel/webchat-round/index.js +4 -0
- package/icons-channel/webchat-square/index.d.ts +11 -0
- package/icons-channel/webchat-square/index.js +4 -0
- package/icons-channel/whatsapp/index.js +1 -1
- package/icons-channel/whatsapp-square/index.js +1 -1
- package/package.json +1 -1
- package/utils/element.js +1 -1
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { TSinchIconChannelElement, TSinchIconChannelReact } from '../types';
|
|
2
|
+
declare global {
|
|
3
|
+
namespace JSX {
|
|
4
|
+
interface IntrinsicElements {
|
|
5
|
+
'sinch-icon-channel-google-business': TSinchIconChannelReact;
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
interface HTMLElementTagNameMap {
|
|
9
|
+
'sinch-icon-channel-google-business': TSinchIconChannelElement;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { defineCustomElement } from '../../utils/element';
|
|
2
|
+
import { createIconClass } from '../create-icon-class';
|
|
3
|
+
const templateHTML = '<svg viewBox="0 0 48 48" aria-hidden="true" focusable="false"><circle cx="24" cy="24" r="24" fill="#fff"/><path fill="#4285F4" fill-rule="evenodd" d="M35.76 24.273c0-.851-.076-1.67-.218-2.455H24.24v4.642h6.458a5.52 5.52 0 0 1-2.394 3.622v3.01h3.878c2.269-2.088 3.578-5.165 3.578-8.82Z" clip-rule="evenodd"/><path fill="#34A853" fill-rule="evenodd" d="M24.24 36c3.24 0 5.956-1.075 7.942-2.907l-3.878-3.011c-1.075.72-2.45 1.145-4.064 1.145-3.125 0-5.77-2.11-6.715-4.947h-4.009v3.11A11.995 11.995 0 0 0 24.24 36Z" clip-rule="evenodd"/><path fill="#FBBC05" fill-rule="evenodd" d="M17.525 26.28A7.213 7.213 0 0 1 17.15 24c0-.79.136-1.56.376-2.28v-3.11h-4.009A11.994 11.994 0 0 0 12.24 24c0 1.936.464 3.77 1.276 5.39l4.01-3.11Z" clip-rule="evenodd"/><path fill="#EA4335" fill-rule="evenodd" d="M24.24 16.773c1.762 0 3.344.605 4.587 1.794l3.442-3.441C30.191 13.189 27.475 12 24.24 12c-4.69 0-8.75 2.69-10.724 6.61l4.01 3.11c.943-2.836 3.588-4.947 6.714-4.947Z" clip-rule="evenodd"/></svg>';
|
|
4
|
+
defineCustomElement('sinch-icon-channel-google-business', createIconClass(templateHTML));
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { TSinchIconChannelElement, TSinchIconChannelReact } from '../types';
|
|
2
|
+
declare global {
|
|
3
|
+
namespace JSX {
|
|
4
|
+
interface IntrinsicElements {
|
|
5
|
+
'sinch-icon-channel-google-business-square': TSinchIconChannelReact;
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
interface HTMLElementTagNameMap {
|
|
9
|
+
'sinch-icon-channel-google-business-square': TSinchIconChannelElement;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { defineCustomElement } from '../../utils/element';
|
|
2
|
+
import { createIconClass } from '../create-icon-class';
|
|
3
|
+
const templateHTML = '<svg viewBox="0 0 48 48" aria-hidden="true" focusable="false"><path fill="#fff" d="M8.1 0H40c4.4 0 8 3.615 8 8.033v31.934C48 44.385 44.4 48 40 48H8.1c-4.4 0-8-3.615-8-8.033V8.033C.1 3.615 3.7 0 8.1 0Z"/><path fill="#4285F4" fill-rule="evenodd" d="M35.76 24.273c0-.851-.076-1.67-.218-2.455H24.24v4.642h6.458a5.52 5.52 0 0 1-2.394 3.622v3.01h3.878c2.269-2.088 3.578-5.165 3.578-8.82Z" clip-rule="evenodd"/><path fill="#34A853" fill-rule="evenodd" d="M24.24 36c3.24 0 5.956-1.075 7.942-2.907l-3.878-3.011c-1.075.72-2.45 1.145-4.064 1.145-3.125 0-5.77-2.11-6.715-4.947h-4.009v3.11A11.995 11.995 0 0 0 24.24 36Z" clip-rule="evenodd"/><path fill="#FBBC05" fill-rule="evenodd" d="M17.525 26.28A7.213 7.213 0 0 1 17.15 24c0-.79.136-1.56.376-2.28v-3.11h-4.009A11.994 11.994 0 0 0 12.24 24c0 1.936.464 3.77 1.276 5.39l4.01-3.11Z" clip-rule="evenodd"/><path fill="#EA4335" fill-rule="evenodd" d="M24.24 16.773c1.762 0 3.344.605 4.587 1.794l3.442-3.441C30.191 13.189 27.475 12 24.24 12c-4.69 0-8.75 2.69-10.724 6.61l4.01 3.11c.943-2.836 3.588-4.947 6.714-4.947Z" clip-rule="evenodd"/></svg>';
|
|
4
|
+
defineCustomElement('sinch-icon-channel-google-business-square', createIconClass(templateHTML));
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { TSinchIconChannelElement, TSinchIconChannelReact } from '../types';
|
|
2
|
+
declare global {
|
|
3
|
+
namespace JSX {
|
|
4
|
+
interface IntrinsicElements {
|
|
5
|
+
'sinch-icon-channel-mms-round': TSinchIconChannelReact;
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
interface HTMLElementTagNameMap {
|
|
9
|
+
'sinch-icon-channel-mms-round': TSinchIconChannelElement;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { defineCustomElement } from '../../utils/element';
|
|
2
|
+
import { createIconClass } from '../create-icon-class';
|
|
3
|
+
const templateHTML = '<svg viewBox="0 0 48 48" aria-hidden="true" focusable="false"><circle cx="24" cy="24" r="24" fill="#fff"/><path fill="#000" fill-rule="evenodd" d="M28.562 14.868a2.86 2.86 0 0 0-2.86-2.858c-2.6 0-5.242-.003-7.874-.006L13.171 12a2.856 2.856 0 0 0-2.857 2.856v8.954a2.857 2.857 0 0 0 2.857 2.857h.28v2.373a.857.857 0 0 0 1.383.677l3.922-3.05h6.95a2.856 2.856 0 0 0 2.856-2.857v-8.942Zm-9.023 14.08-.101.079v.866a2.856 2.856 0 0 0 2.856 2.857h6.859l4.019 3.072a.857.857 0 0 0 1.378-.68V32.75h.279a2.857 2.857 0 0 0 2.857-2.857v-8.954a2.856 2.856 0 0 0-2.857-2.856l-3.986.003v5.724a5.137 5.137 0 0 1-5.137 5.138h-6.167Zm5.61-12.43a1.532 1.532 0 1 1-3.065 0 1.532 1.532 0 0 1 3.065 0Zm-8.226 1.192a.842.842 0 0 1 .698.377l1.423 2.148 1.341-1.19a.842.842 0 0 1 1.17.051l2.712 2.867a.842.842 0 1 1-1.224 1.157l-2.15-2.274-1.457 1.292a.842.842 0 0 1-1.261-.165l-1.262-1.906-1.99 2.946a.842.842 0 1 1-1.395-.943l2.693-3.989a.842.842 0 0 1 .702-.37Z" clip-rule="evenodd"/></svg>';
|
|
4
|
+
defineCustomElement('sinch-icon-channel-mms-round', createIconClass(templateHTML));
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { TSinchIconChannelElement, TSinchIconChannelReact } from '../types';
|
|
2
|
+
declare global {
|
|
3
|
+
namespace JSX {
|
|
4
|
+
interface IntrinsicElements {
|
|
5
|
+
'sinch-icon-channel-mms-square': TSinchIconChannelReact;
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
interface HTMLElementTagNameMap {
|
|
9
|
+
'sinch-icon-channel-mms-square': TSinchIconChannelElement;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { defineCustomElement } from '../../utils/element';
|
|
2
|
+
import { createIconClass } from '../create-icon-class';
|
|
3
|
+
const templateHTML = '<svg viewBox="0 0 48 48" aria-hidden="true" focusable="false"><path fill="#fff" d="M8.1 0H40c4.4 0 8 3.615 8 8.033v31.934C48 44.385 44.4 48 40 48H8.1c-4.4 0-8-3.615-8-8.033V8.033C.1 3.615 3.7 0 8.1 0Z"/><path fill="#000" fill-rule="evenodd" d="M28.562 14.868a2.86 2.86 0 0 0-2.86-2.858c-2.6 0-5.242-.003-7.874-.006L13.171 12a2.856 2.856 0 0 0-2.857 2.856v8.954a2.857 2.857 0 0 0 2.857 2.857h.28v2.373a.857.857 0 0 0 1.383.677l3.922-3.05h6.95a2.856 2.856 0 0 0 2.856-2.857v-8.942Zm-9.023 14.08-.101.079v.866a2.856 2.856 0 0 0 2.856 2.857h6.859l4.019 3.072a.857.857 0 0 0 1.378-.68V32.75h.279a2.857 2.857 0 0 0 2.857-2.857v-8.954a2.856 2.856 0 0 0-2.857-2.856l-3.986.003v5.724a5.137 5.137 0 0 1-5.137 5.138h-6.167Zm5.61-12.43a1.532 1.532 0 1 1-3.065 0 1.532 1.532 0 0 1 3.065 0Zm-8.226 1.192a.842.842 0 0 1 .698.377l1.423 2.148 1.341-1.19a.842.842 0 0 1 1.17.051l2.712 2.867a.842.842 0 1 1-1.224 1.157l-2.15-2.274-1.457 1.292a.842.842 0 0 1-1.261-.165l-1.262-1.906-1.99 2.946a.842.842 0 1 1-1.395-.943l2.693-3.989a.842.842 0 0 1 .702-.37Z" clip-rule="evenodd"/></svg>';
|
|
4
|
+
defineCustomElement('sinch-icon-channel-mms-square', createIconClass(templateHTML));
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { defineCustomElement } from '../../utils/element';
|
|
2
2
|
import { createIconClass } from '../create-icon-class';
|
|
3
|
-
const templateHTML = '<svg viewBox="0 0
|
|
3
|
+
const templateHTML = '<svg viewBox="0 0 48 48" aria-hidden="true" focusable="false"><path fill="#A7D7F7" d="M24 48c13.255 0 24-10.745 24-24S37.255 0 24 0 0 10.745 0 24s10.745 24 24 24Z"/><path fill="#0076BA" fill-rule="evenodd" d="M15.174 36.594c-3.962-2.783-6.554-7.387-6.554-12.592 0-8.488 6.89-15.379 15.378-15.379s15.379 6.891 15.379 15.379c0 8.487-6.891 15.378-15.379 15.378-.492 0-.978-.023-1.459-.069a7.819 7.819 0 0 1-6.061 2.874c-1.633 0-3.15-.5-4.406-1.357a7.855 7.855 0 0 0 3.102-4.234Z" clip-rule="evenodd"/><path fill="#fff" d="M32.2 20.053a3.905 3.905 0 0 1-4.617-4.294h-1.944v3.855a.615.615 0 0 1-1.166.275l-2.065-4.13h-2.51a4.103 4.103 0 0 0-4.101 4.1v8.203c0 2.263 1.837 4.1 4.1 4.1h2.46v-3.854a.615.615 0 0 1 1.166-.275l2.065 4.13h2.511c2.264 0 4.101-1.838 4.101-4.101v-8.01Z"/><path fill="#E44436" d="M31.46 18.884a2.666 2.666 0 1 0 0-5.331 2.666 2.666 0 0 0 0 5.33Z"/></svg>';
|
|
4
4
|
defineCustomElement('sinch-icon-channel-notify', createIconClass(templateHTML));
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { TSinchIconChannelElement, TSinchIconChannelReact } from '../types';
|
|
2
|
+
declare global {
|
|
3
|
+
namespace JSX {
|
|
4
|
+
interface IntrinsicElements {
|
|
5
|
+
'sinch-icon-channel-notify-square': TSinchIconChannelReact;
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
interface HTMLElementTagNameMap {
|
|
9
|
+
'sinch-icon-channel-notify-square': TSinchIconChannelElement;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { defineCustomElement } from '../../utils/element';
|
|
2
|
+
import { createIconClass } from '../create-icon-class';
|
|
3
|
+
const templateHTML = '<svg viewBox="0 0 48 48" aria-hidden="true" focusable="false"><path fill="#A7D7F7" d="M7.648 0h32.704A7.644 7.644 0 0 1 48 7.648v32.704A7.644 7.644 0 0 1 40.352 48H7.648A7.644 7.644 0 0 1 0 40.352V7.648A7.644 7.644 0 0 1 7.648 0Z"/><path fill="#0076BA" fill-rule="evenodd" d="M13.872 37.597C9.112 34.254 6 28.723 6 22.47 6 12.277 14.277 4 24.471 4c10.195 0 18.471 8.277 18.471 18.471 0 10.195-8.276 18.471-18.47 18.471-.592 0-1.176-.028-1.753-.082a9.391 9.391 0 0 1-7.28 3.452 9.36 9.36 0 0 1-5.292-1.63 9.435 9.435 0 0 0 3.725-5.086Z" clip-rule="evenodd"/><path fill="#fff" d="M34.322 17.728a4.69 4.69 0 0 1-5.546-5.157h-2.335v4.63a.739.739 0 0 1-1.4.33l-2.48-4.96h-3.015a4.928 4.928 0 0 0-4.926 4.925v9.852a4.928 4.928 0 0 0 4.926 4.925H22.5v-4.63a.739.739 0 0 1 1.4-.33l2.48 4.96h3.016a4.928 4.928 0 0 0 4.925-4.925v-9.62Z"/><path fill="#E44436" d="M33.434 16.324a3.202 3.202 0 1 0 0-6.404 3.202 3.202 0 0 0 0 6.404Z"/></svg>';
|
|
4
|
+
defineCustomElement('sinch-icon-channel-notify-square', createIconClass(templateHTML));
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { TSinchIconChannelElement, TSinchIconChannelReact } from '../types';
|
|
2
|
+
declare global {
|
|
3
|
+
namespace JSX {
|
|
4
|
+
interface IntrinsicElements {
|
|
5
|
+
'sinch-icon-channel-push-round': TSinchIconChannelReact;
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
interface HTMLElementTagNameMap {
|
|
9
|
+
'sinch-icon-channel-push-round': TSinchIconChannelElement;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { defineCustomElement } from '../../utils/element';
|
|
2
|
+
import { createIconClass } from '../create-icon-class';
|
|
3
|
+
const templateHTML = '<svg viewBox="0 0 48 48" aria-hidden="true" focusable="false"><circle cx="24.5" cy="24" r="24" fill="#fff"/><path fill="#242424" d="M30.44 30.1A3.91 3.91 0 0 1 29 28.593a2.745 2.745 0 0 1-2.267-1.56 2.694 2.694 0 0 1-.246-1.513c.066-.52.273-1.007.6-1.393l.113-.134c.093-.113.187-.206.267-.286 0-.114.013-.274.013-.5 0-1.927.793-3.434 2.253-4.314.6-.946 1.62-1.54 2.747-1.54V14.7c-.02-1.487-1.22-2.687-2.693-2.687-3.514 0-7.107-.013-10.62-.013a2.666 2.666 0 0 0-2.667 2.667v18.666A2.666 2.666 0 0 0 19.167 36h10.626a2.666 2.666 0 0 0 2.667-2.667V30.66a3.925 3.925 0 0 1-2.02-.56ZM21.4 14.633c0-.46.38-.833.84-.826l4.453.026c.46 0 .834.38.827.84a.83.83 0 0 1-.84.827l-4.453-.027a.83.83 0 0 1-.827-.84Zm3.053 19.594c-.733 0-1.333-.6-1.333-1.334 0-.733.6-1.333 1.333-1.333.734 0 1.334.6 1.334 1.333 0 .734-.6 1.334-1.334 1.334Z"/><path fill="#242424" d="m36.293 25.387-.053-.067-.047-.06a1.834 1.834 0 0 0-.28-.28c-.286-.26-.453-.407-.453-1.78 0-.813-.193-1.48-.58-1.98-.28-.367-.667-.647-1.167-.853 0 0-.013-.007-.02-.014-.18-.606-.673-1.013-1.233-1.013s-1.053.407-1.233 1.013c0 0-.014.007-.02.014-1.174.48-1.747 1.413-1.747 2.833 0 1.38-.167 1.527-.453 1.787-.08.073-.174.153-.28.28l-.014.013c-.026.033-.06.073-.086.107a.718.718 0 0 0-.16.38c-.02.14 0 .28.066.406.127.274.4.44.714.44h6.426c.314 0 .58-.166.714-.44a.713.713 0 0 0 .066-.406.775.775 0 0 0-.16-.38ZM34.127 27.507s-.034-.014-.047-.014h-3.247s-.033 0-.046.014a.08.08 0 0 0-.034.033.124.124 0 0 0-.013.047c0 .02 0 .033.013.046a1.938 1.938 0 0 0 3.413 0 .124.124 0 0 0 .014-.046c0-.02 0-.034-.013-.047a.08.08 0 0 0-.034-.033h-.006Z"/></svg>';
|
|
4
|
+
defineCustomElement('sinch-icon-channel-push-round', createIconClass(templateHTML));
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { TSinchIconChannelElement, TSinchIconChannelReact } from '../types';
|
|
2
|
+
declare global {
|
|
3
|
+
namespace JSX {
|
|
4
|
+
interface IntrinsicElements {
|
|
5
|
+
'sinch-icon-channel-push-square': TSinchIconChannelReact;
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
interface HTMLElementTagNameMap {
|
|
9
|
+
'sinch-icon-channel-push-square': TSinchIconChannelElement;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { defineCustomElement } from '../../utils/element';
|
|
2
|
+
import { createIconClass } from '../create-icon-class';
|
|
3
|
+
const templateHTML = '<svg viewBox="0 0 48 48" aria-hidden="true" focusable="false"><path fill="#fff" d="M8.6 0h31.9c4.4 0 8 3.615 8 8.033v31.934c0 4.418-3.6 8.033-8 8.033H8.6c-4.4 0-8-3.615-8-8.033V8.033C.6 3.615 4.2 0 8.6 0Z"/><path fill="#242424" d="M30.44 30.1A3.91 3.91 0 0 1 29 28.593a2.745 2.745 0 0 1-2.267-1.56 2.694 2.694 0 0 1-.246-1.513c.066-.52.273-1.007.6-1.393l.113-.134c.093-.113.187-.206.267-.286 0-.114.013-.274.013-.5 0-1.927.793-3.434 2.253-4.314.6-.946 1.62-1.54 2.747-1.54V14.7c-.02-1.487-1.22-2.687-2.693-2.687-3.514 0-7.107-.013-10.62-.013a2.666 2.666 0 0 0-2.667 2.667v18.666A2.666 2.666 0 0 0 19.167 36h10.626a2.666 2.666 0 0 0 2.667-2.667V30.66a3.925 3.925 0 0 1-2.02-.56ZM21.4 14.633c0-.46.38-.833.84-.826l4.453.026c.46 0 .834.38.827.84a.83.83 0 0 1-.84.827l-4.453-.027a.83.83 0 0 1-.827-.84Zm3.053 19.594c-.733 0-1.333-.6-1.333-1.334 0-.733.6-1.333 1.333-1.333.734 0 1.334.6 1.334 1.333 0 .734-.6 1.334-1.334 1.334Z"/><path fill="#242424" d="m36.293 25.387-.053-.067-.047-.06a1.834 1.834 0 0 0-.28-.28c-.286-.26-.453-.407-.453-1.78 0-.813-.193-1.48-.58-1.98-.28-.367-.667-.647-1.167-.853 0 0-.013-.007-.02-.014-.18-.606-.673-1.013-1.233-1.013s-1.053.407-1.233 1.013c0 0-.014.007-.02.014-1.174.48-1.747 1.413-1.747 2.833 0 1.38-.167 1.527-.453 1.787-.08.073-.174.153-.28.28l-.014.013c-.026.033-.06.073-.086.107a.718.718 0 0 0-.16.38c-.02.14 0 .28.066.406.127.274.4.44.714.44h6.426c.314 0 .58-.166.714-.44a.713.713 0 0 0 .066-.406.775.775 0 0 0-.16-.38ZM34.127 27.507s-.034-.014-.047-.014h-3.247s-.033 0-.046.014a.08.08 0 0 0-.034.033.124.124 0 0 0-.013.047c0 .02 0 .033.013.046a1.938 1.938 0 0 0 3.413 0 .124.124 0 0 0 .014-.046c0-.02 0-.034-.013-.047a.08.08 0 0 0-.034-.033h-.006Z"/></svg>';
|
|
4
|
+
defineCustomElement('sinch-icon-channel-push-square', createIconClass(templateHTML));
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { TSinchIconChannelElement, TSinchIconChannelReact } from '../types';
|
|
2
|
+
declare global {
|
|
3
|
+
namespace JSX {
|
|
4
|
+
interface IntrinsicElements {
|
|
5
|
+
'sinch-icon-channel-rcs-round': TSinchIconChannelReact;
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
interface HTMLElementTagNameMap {
|
|
9
|
+
'sinch-icon-channel-rcs-round': TSinchIconChannelElement;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { defineCustomElement } from '../../utils/element';
|
|
2
|
+
import { createIconClass } from '../create-icon-class';
|
|
3
|
+
const templateHTML = '<svg viewBox="0 0 48 48" aria-hidden="true" focusable="false"><circle cx="24.5" cy="24" r="24" fill="#fff"/><path fill="#242424" fill-rule="evenodd" d="M29.058 14.868a2.86 2.86 0 0 0-2.86-2.858c-2.6 0-5.242-.003-7.874-.006L13.667 12a2.856 2.856 0 0 0-2.857 2.856v8.954a2.857 2.857 0 0 0 2.857 2.857h.28v2.373a.857.857 0 0 0 1.383.677l3.923-3.05h6.95a2.856 2.856 0 0 0 2.855-2.857v-8.942Zm-5.613 5.656a1.117 1.117 0 0 0 0-1.935l-4.428-2.556a1.117 1.117 0 0 0-1.676.967v5.113c0 .86.931 1.398 1.676.968l4.428-2.557Z" clip-rule="evenodd"/><path fill="#242424" d="m20.035 28.948-.1.079v.866a2.856 2.856 0 0 0 2.855 2.857h6.859l4.02 3.072a.857.857 0 0 0 1.377-.68V32.75h.279a2.857 2.857 0 0 0 2.857-2.857v-8.954a2.856 2.856 0 0 0-2.857-2.856l-3.986.003v5.724a5.137 5.137 0 0 1-5.137 5.138h-6.167Z"/></svg>';
|
|
4
|
+
defineCustomElement('sinch-icon-channel-rcs-round', createIconClass(templateHTML));
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { TSinchIconChannelElement, TSinchIconChannelReact } from '../types';
|
|
2
|
+
declare global {
|
|
3
|
+
namespace JSX {
|
|
4
|
+
interface IntrinsicElements {
|
|
5
|
+
'sinch-icon-channel-rcs-square': TSinchIconChannelReact;
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
interface HTMLElementTagNameMap {
|
|
9
|
+
'sinch-icon-channel-rcs-square': TSinchIconChannelElement;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { defineCustomElement } from '../../utils/element';
|
|
2
|
+
import { createIconClass } from '../create-icon-class';
|
|
3
|
+
const templateHTML = '<svg viewBox="0 0 48 48" aria-hidden="true" focusable="false"><path fill="#fff" d="M8.6 0h31.9c4.4 0 8 3.615 8 8.033v31.934c0 4.418-3.6 8.033-8 8.033H8.6c-4.4 0-8-3.615-8-8.033V8.033C.6 3.615 4.2 0 8.6 0Z"/><path fill="#242424" fill-rule="evenodd" d="M29.058 14.868a2.86 2.86 0 0 0-2.86-2.858c-2.6 0-5.242-.003-7.874-.006L13.667 12a2.856 2.856 0 0 0-2.857 2.856v8.954a2.857 2.857 0 0 0 2.857 2.857h.28v2.373a.857.857 0 0 0 1.383.677l3.923-3.05h6.95a2.856 2.856 0 0 0 2.855-2.857v-8.942Zm-5.613 5.656a1.117 1.117 0 0 0 0-1.935l-4.428-2.556a1.117 1.117 0 0 0-1.676.967v5.113c0 .86.931 1.398 1.676.968l4.428-2.557Z" clip-rule="evenodd"/><path fill="#242424" d="m20.035 28.948-.1.079v.866a2.856 2.856 0 0 0 2.855 2.857h6.859l4.02 3.072a.857.857 0 0 0 1.377-.68V32.75h.279a2.857 2.857 0 0 0 2.857-2.857v-8.954a2.856 2.856 0 0 0-2.857-2.856l-3.986.003v5.724a5.137 5.137 0 0 1-5.137 5.138h-6.167Z"/></svg>';
|
|
4
|
+
defineCustomElement('sinch-icon-channel-rcs-square', createIconClass(templateHTML));
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { TSinchIconChannelElement, TSinchIconChannelReact } from '../types';
|
|
2
|
+
declare global {
|
|
3
|
+
namespace JSX {
|
|
4
|
+
interface IntrinsicElements {
|
|
5
|
+
'sinch-icon-channel-sms-round': TSinchIconChannelReact;
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
interface HTMLElementTagNameMap {
|
|
9
|
+
'sinch-icon-channel-sms-round': TSinchIconChannelElement;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { defineCustomElement } from '../../utils/element';
|
|
2
|
+
import { createIconClass } from '../create-icon-class';
|
|
3
|
+
const templateHTML = '<svg viewBox="0 0 48 48" aria-hidden="true" focusable="false"><circle cx="24.5" cy="24" r="24" fill="#fff"/><path fill="#000" fill-rule="evenodd" d="M29.062 14.868a2.86 2.86 0 0 0-2.86-2.858c-2.6 0-5.242-.003-7.874-.006L13.671 12a2.856 2.856 0 0 0-2.857 2.856v8.954a2.857 2.857 0 0 0 2.857 2.857h.28v2.373a.857.857 0 0 0 1.383.677l3.922-3.05h6.95a2.856 2.856 0 0 0 2.856-2.857v-8.942ZM15.02 15.977a1.14 1.14 0 1 0 0 2.28h9.893a1.14 1.14 0 1 0 0-2.28H15.02Zm0 4.557a1.14 1.14 0 1 0 0 2.281h9.893a1.14 1.14 0 1 0 0-2.28H15.02Z" clip-rule="evenodd"/><path fill="#000" d="m20.039 28.948-.101.079v.866a2.856 2.856 0 0 0 2.856 2.857h6.859l4.019 3.072a.857.857 0 0 0 1.378-.68V32.75h.279a2.857 2.857 0 0 0 2.857-2.857v-8.954a2.856 2.856 0 0 0-2.857-2.856l-3.986.003v5.724a5.137 5.137 0 0 1-5.137 5.138h-6.167Z"/></svg>';
|
|
4
|
+
defineCustomElement('sinch-icon-channel-sms-round', createIconClass(templateHTML));
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { TSinchIconChannelElement, TSinchIconChannelReact } from '../types';
|
|
2
|
+
declare global {
|
|
3
|
+
namespace JSX {
|
|
4
|
+
interface IntrinsicElements {
|
|
5
|
+
'sinch-icon-channel-sms-square': TSinchIconChannelReact;
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
interface HTMLElementTagNameMap {
|
|
9
|
+
'sinch-icon-channel-sms-square': TSinchIconChannelElement;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { defineCustomElement } from '../../utils/element';
|
|
2
|
+
import { createIconClass } from '../create-icon-class';
|
|
3
|
+
const templateHTML = '<svg viewBox="0 0 48 48" aria-hidden="true" focusable="false"><path fill="#fff" d="M8.6 0h31.9c4.4 0 8 3.615 8 8.033v31.934c0 4.418-3.6 8.033-8 8.033H8.6c-4.4 0-8-3.615-8-8.033V8.033C.6 3.615 4.2 0 8.6 0Z"/><path fill="#000" fill-rule="evenodd" d="M29.062 14.868a2.86 2.86 0 0 0-2.86-2.858c-2.6 0-5.242-.003-7.874-.006L13.671 12a2.856 2.856 0 0 0-2.857 2.856v8.954a2.857 2.857 0 0 0 2.857 2.857h.28v2.373a.857.857 0 0 0 1.383.677l3.922-3.05h6.95a2.856 2.856 0 0 0 2.856-2.857v-8.942ZM15.02 15.977a1.14 1.14 0 1 0 0 2.28h9.893a1.14 1.14 0 1 0 0-2.28H15.02Zm0 4.557a1.14 1.14 0 1 0 0 2.281h9.893a1.14 1.14 0 1 0 0-2.28H15.02Z" clip-rule="evenodd"/><path fill="#000" d="m20.039 28.948-.101.079v.866a2.856 2.856 0 0 0 2.856 2.857h6.859l4.019 3.072a.857.857 0 0 0 1.378-.68V32.75h.279a2.857 2.857 0 0 0 2.857-2.857v-8.954a2.856 2.856 0 0 0-2.857-2.856l-3.986.003v5.724a5.137 5.137 0 0 1-5.137 5.138h-6.167Z"/></svg>';
|
|
4
|
+
defineCustomElement('sinch-icon-channel-sms-square', createIconClass(templateHTML));
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { TSinchIconChannelElement, TSinchIconChannelReact } from '../types';
|
|
2
|
+
declare global {
|
|
3
|
+
namespace JSX {
|
|
4
|
+
interface IntrinsicElements {
|
|
5
|
+
'sinch-icon-channel-webchat-round': TSinchIconChannelReact;
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
interface HTMLElementTagNameMap {
|
|
9
|
+
'sinch-icon-channel-webchat-round': TSinchIconChannelElement;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { defineCustomElement } from '../../utils/element';
|
|
2
|
+
import { createIconClass } from '../create-icon-class';
|
|
3
|
+
const templateHTML = '<svg viewBox="0 0 48 48" aria-hidden="true" focusable="false"><circle cx="24" cy="24" r="24" fill="#fff"/><path fill="#000" fill-rule="evenodd" d="M25.702 12.01a2.86 2.86 0 0 1 2.86 2.858v8.942a2.856 2.856 0 0 1-2.856 2.857h-6.95l-3.922 3.05a.857.857 0 0 1-1.383-.677v-2.373h-.28a2.857 2.857 0 0 1-2.857-2.857v-8.954A2.856 2.856 0 0 1 13.17 12l4.657.004c2.632.003 5.274.006 7.874.006Zm-6.216 8.838a1.453 1.453 0 1 0 0-2.907 1.453 1.453 0 0 0 0 2.907Zm-4.64 0a1.453 1.453 0 1 0 0-2.907 1.453 1.453 0 0 0 0 2.907Zm10.733-1.453a1.453 1.453 0 1 1-2.907 0 1.453 1.453 0 0 1 2.907 0Z" clip-rule="evenodd"/><path fill="#000" d="m19.438 29.027.1-.079h6.168a5.137 5.137 0 0 0 5.137-5.138v-5.724l3.986-.003a2.856 2.856 0 0 1 2.857 2.856v8.954a2.857 2.857 0 0 1-2.857 2.857h-.28v2.391a.857.857 0 0 1-1.377.681l-4.02-3.072h-6.858a2.856 2.856 0 0 1-2.856-2.857v-.866Z"/></svg>';
|
|
4
|
+
defineCustomElement('sinch-icon-channel-webchat-round', createIconClass(templateHTML));
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { TSinchIconChannelElement, TSinchIconChannelReact } from '../types';
|
|
2
|
+
declare global {
|
|
3
|
+
namespace JSX {
|
|
4
|
+
interface IntrinsicElements {
|
|
5
|
+
'sinch-icon-channel-webchat-square': TSinchIconChannelReact;
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
interface HTMLElementTagNameMap {
|
|
9
|
+
'sinch-icon-channel-webchat-square': TSinchIconChannelElement;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { defineCustomElement } from '../../utils/element';
|
|
2
|
+
import { createIconClass } from '../create-icon-class';
|
|
3
|
+
const templateHTML = '<svg viewBox="0 0 48 48" aria-hidden="true" focusable="false"><path fill="#fff" d="M8.1 0H40c4.4 0 8 3.615 8 8.033v31.934C48 44.385 44.4 48 40 48H8.1c-4.4 0-8-3.615-8-8.033V8.033C.1 3.615 3.7 0 8.1 0Z"/><path fill="#000" fill-rule="evenodd" d="M25.702 12.01a2.86 2.86 0 0 1 2.86 2.858v8.942a2.856 2.856 0 0 1-2.856 2.857h-6.95l-3.922 3.05a.857.857 0 0 1-1.383-.677v-2.373h-.28a2.857 2.857 0 0 1-2.857-2.857v-8.954A2.856 2.856 0 0 1 13.17 12l4.657.004c2.632.003 5.274.006 7.874.006Zm-6.216 8.838a1.453 1.453 0 1 0 0-2.907 1.453 1.453 0 0 0 0 2.907Zm-4.64 0a1.453 1.453 0 1 0 0-2.907 1.453 1.453 0 0 0 0 2.907Zm10.733-1.453a1.453 1.453 0 1 1-2.907 0 1.453 1.453 0 0 1 2.907 0Z" clip-rule="evenodd"/><path fill="#000" d="m19.438 29.027.1-.079h6.168a5.137 5.137 0 0 0 5.137-5.138v-5.724l3.986-.003a2.856 2.856 0 0 1 2.857 2.856v8.954a2.857 2.857 0 0 1-2.857 2.857h-.28v2.391a.857.857 0 0 1-1.377.681l-4.02-3.072h-6.858a2.856 2.856 0 0 1-2.856-2.857v-.866Z"/></svg>';
|
|
4
|
+
defineCustomElement('sinch-icon-channel-webchat-square', createIconClass(templateHTML));
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { defineCustomElement } from '../../utils/element';
|
|
2
2
|
import { createIconClass } from '../create-icon-class';
|
|
3
|
-
const templateHTML = '<svg viewBox="0 0 48 48" aria-hidden="true" focusable="false"><
|
|
3
|
+
const templateHTML = '<svg viewBox="0 0 48 48" aria-hidden="true" focusable="false"><circle cx="24.5" cy="24" r="24" fill="#25D366"/><path fill="#fff" fill-rule="evenodd" d="M35.4 13.255c-2.7-2.711-6.4-4.217-10.2-4.217-8 0-14.4 6.426-14.4 14.46 0 2.51.7 5.02 1.9 7.23l-2 7.431 7.7-2.008c2.1 1.104 4.5 1.707 6.9 1.707 8 0 14.4-6.427 14.4-14.46-.1-3.816-1.6-7.431-4.3-10.143ZM25.2 35.448c-2.2 0-4.3-.603-6.1-1.707l-.4-.302-4.5 1.205 1.2-4.418-.3-.502c-1.2-1.908-1.8-4.117-1.8-6.427 0-6.628 5.4-11.95 12-11.95 3.2 0 6.2 1.205 8.5 3.515s3.5 5.322 3.5 8.536c-.1 6.727-5.5 12.05-12.1 12.05Zm6.6-8.938c-.4-.2-2.1-1.004-2.5-1.205-.3-.1-.6-.2-.8.201-.2.402-.9 1.205-1.1 1.406-.2.201-.4.301-.8.1-.4-.2-1.5-.602-2.9-1.807-1.1-1.004-1.8-2.109-2-2.51-.2-.402 0-.603.2-.703.2-.201.4-.402.5-.603.2-.2.2-.402.4-.602.1-.201.1-.402 0-.603-.1-.2-.8-1.908-1.1-2.711-.3-.703-.6-.603-.8-.603h-.7c-.2 0-.6.1-1 .402-.3.402-1.3 1.205-1.3 3.013 0 1.807 1.3 3.514 1.5 3.715.2.2 2.5 3.916 6.2 5.423.9.401 1.5.602 2.1.803.9.301 1.7.2 2.3.1.7-.1 2.1-.903 2.4-1.707.3-.803.3-1.606.2-1.707-.2-.2-.5-.2-.8-.401Z" clip-rule="evenodd"/></svg>';
|
|
4
4
|
defineCustomElement('sinch-icon-channel-whatsapp', createIconClass(templateHTML));
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { defineCustomElement } from '../../utils/element';
|
|
2
2
|
import { createIconClass } from '../create-icon-class';
|
|
3
|
-
const templateHTML = '<svg viewBox="0 0 48 48" aria-hidden="true" focusable="false"><path d="M8.
|
|
3
|
+
const templateHTML = '<svg viewBox="0 0 48 48" aria-hidden="true" focusable="false"><path fill="#25D366" d="M8.6 0h31.9c4.4 0 8 3.615 8 8.033v31.934c0 4.418-3.6 8.033-8 8.033H8.6c-4.4 0-8-3.615-8-8.033V8.033C.6 3.615 4.2 0 8.6 0Z"/><path fill="#fff" fill-rule="evenodd" d="M35.4 13.255c-2.7-2.711-6.4-4.217-10.2-4.217-8 0-14.4 6.426-14.4 14.46 0 2.51.7 5.02 1.9 7.23l-2 7.431 7.7-2.008c2.1 1.104 4.5 1.707 6.9 1.707 8 0 14.4-6.427 14.4-14.46-.1-3.816-1.6-7.431-4.3-10.143ZM25.2 35.448c-2.2 0-4.3-.603-6.1-1.707l-.4-.302-4.5 1.205 1.2-4.418-.3-.502c-1.2-1.908-1.8-4.117-1.8-6.427 0-6.628 5.4-11.95 12-11.95 3.2 0 6.2 1.205 8.5 3.515s3.5 5.322 3.5 8.536c-.1 6.727-5.5 12.05-12.1 12.05Zm6.6-8.938c-.4-.2-2.1-1.004-2.5-1.205-.3-.1-.6-.2-.8.201-.2.402-.9 1.205-1.1 1.406-.2.201-.4.301-.8.1-.4-.2-1.5-.602-2.9-1.807-1.1-1.004-1.8-2.109-2-2.51-.2-.402 0-.603.2-.703.2-.201.4-.402.5-.603.2-.2.2-.402.4-.602.1-.201.1-.402 0-.603-.1-.2-.8-1.908-1.1-2.711-.3-.703-.6-.603-.8-.603h-.7c-.2 0-.6.1-1 .402-.3.402-1.3 1.205-1.3 3.013 0 1.807 1.3 3.514 1.5 3.715.2.2 2.5 3.916 6.2 5.423.9.401 1.5.602 2.1.803.9.301 1.7.2 2.3.1.7-.1 2.1-.903 2.4-1.707.3-.803.3-1.606.2-1.707-.2-.2-.5-.2-.8-.401Z" clip-rule="evenodd"/></svg>';
|
|
4
4
|
defineCustomElement('sinch-icon-channel-whatsapp-square', createIconClass(templateHTML));
|
package/package.json
CHANGED