@hellobetterdigitalnz/betterui 0.0.3-271 → 0.0.3-272

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.
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const ChatCircleText: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element | undefined;
4
+ export default ChatCircleText;
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const Chat: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default Chat;
@@ -0,0 +1,4 @@
1
+ import { default as IconProps } from '../../IconProps';
2
+
3
+ declare const Chat: ({ type }: IconProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default Chat;
@@ -19,6 +19,7 @@ export { default as Translate } from './Communication/Translate/Translate.tsx';
19
19
  export { default as Phone } from './Communication/Phone/Phone.tsx';
20
20
  export { default as EnvelopeSimple } from './Communication/EnvelopeSimple/EnvelopeSimple.tsx';
21
21
  export { default as Export } from './Communication/Export/Export.tsx';
22
+ export { default as ChatCircleText } from './Communication/ChatCircleText/ChatCircleText.tsx';
22
23
  export { default as Eye } from './Design/Eye/Eye';
23
24
  export { default as EyeSlash } from './Design/EyeSlash/EyeSlash';
24
25
  export { default as PencilLine } from './Design/PencilLine/PencilLine.tsx';
@@ -52,6 +53,8 @@ export { default as SildersHorizontal } from './Media/SlidersHorizontal/SlidersH
52
53
  export { default as PlayCircle } from './Media/PlayCircle/PlayCircle.tsx';
53
54
  export { default as StopCircle } from './Media/StopCircle/StopCircle.tsx';
54
55
  export { default as Camera } from './Media/Camera/Camera.tsx';
56
+ export { default as Microphone } from './Media/Microphone/Microphone.tsx';
57
+ export { default as VideoCamera } from './Media/VideoCamera/VideoCamera.tsx';
55
58
  export { default as TextAa } from './OfficeAndEditing/TextAa/TextAa.tsx';
56
59
  export { default as TextColumns } from './OfficeAndEditing/TextColumns/TextColumns.tsx';
57
60
  export { default as Folder } from './OfficeAndEditing/Folder/Folder.tsx';