@arco-iconbox/react-hiagent 0.1.23 → 0.1.25
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/cjs/IconAgentInputKeyboard/index.d.ts +4 -0
- package/cjs/IconAgentInputKeyboard/index.js +59 -0
- package/cjs/IconAgentMicrophone/index.d.ts +4 -0
- package/cjs/IconAgentMicrophone/index.js +59 -0
- package/cjs/IconAgentSubtitlesOff/index.d.ts +4 -0
- package/cjs/IconAgentSubtitlesOff/index.js +60 -0
- package/cjs/IconAgentSubtitlesOn/index.d.ts +4 -0
- package/cjs/IconAgentSubtitlesOn/index.js +59 -0
- package/cjs/IconAgentVoiceAnswer/index.d.ts +4 -0
- package/cjs/IconAgentVoiceAnswer/index.js +59 -0
- package/cjs/IconAgentVoiceDialogue/index.d.ts +4 -0
- package/cjs/IconAgentVoiceDialogue/index.js +59 -0
- package/cjs/IconAgentVoiceExit/index.d.ts +4 -0
- package/cjs/IconAgentVoiceExit/index.js +59 -0
- package/cjs/IconAgentVoiceHangup/index.d.ts +4 -0
- package/cjs/IconAgentVoiceHangup/index.js +59 -0
- package/cjs/IconAgentVoiceInput/index.d.ts +4 -0
- package/cjs/IconAgentVoiceInput/index.js +59 -0
- package/cjs/IconAgentVoiceInteraction/index.d.ts +4 -0
- package/cjs/IconAgentVoiceInteraction/index.js +60 -0
- package/cjs/IconAgentVoiceInterruptionTurnoff/index.d.ts +4 -0
- package/cjs/IconAgentVoiceInterruptionTurnoff/index.js +64 -0
- package/cjs/IconAgentVoiceInterruptionTurnon/index.d.ts +4 -0
- package/cjs/IconAgentVoiceInterruptionTurnon/index.js +59 -0
- package/cjs/IconAgentVoicePause/index.d.ts +4 -0
- package/cjs/IconAgentVoicePause/index.js +62 -0
- package/cjs/IconAgentVoicePlay/index.d.ts +4 -0
- package/cjs/IconAgentVoicePlay/index.js +60 -0
- package/cjs/IconAgentVoiceSwitch/index.d.ts +4 -0
- package/cjs/IconAgentVoiceSwitch/index.js +59 -0
- package/cjs/IconDataProcessing1/index.d.ts +4 -0
- package/cjs/IconDataProcessing1/index.js +59 -0
- package/cjs/index.d.ts +16 -0
- package/cjs/index.js +33 -1
- package/dist/icon.min.js +1 -1
- package/esm/IconAgentInputKeyboard/index.d.ts +4 -0
- package/esm/IconAgentInputKeyboard/index.js +34 -0
- package/esm/IconAgentMicrophone/index.d.ts +4 -0
- package/esm/IconAgentMicrophone/index.js +34 -0
- package/esm/IconAgentSubtitlesOff/index.d.ts +4 -0
- package/esm/IconAgentSubtitlesOff/index.js +35 -0
- package/esm/IconAgentSubtitlesOn/index.d.ts +4 -0
- package/esm/IconAgentSubtitlesOn/index.js +34 -0
- package/esm/IconAgentVoiceAnswer/index.d.ts +4 -0
- package/esm/IconAgentVoiceAnswer/index.js +34 -0
- package/esm/IconAgentVoiceDialogue/index.d.ts +4 -0
- package/esm/IconAgentVoiceDialogue/index.js +34 -0
- package/esm/IconAgentVoiceExit/index.d.ts +4 -0
- package/esm/IconAgentVoiceExit/index.js +34 -0
- package/esm/IconAgentVoiceHangup/index.d.ts +4 -0
- package/esm/IconAgentVoiceHangup/index.js +34 -0
- package/esm/IconAgentVoiceInput/index.d.ts +4 -0
- package/esm/IconAgentVoiceInput/index.js +34 -0
- package/esm/IconAgentVoiceInteraction/index.d.ts +4 -0
- package/esm/IconAgentVoiceInteraction/index.js +35 -0
- package/esm/IconAgentVoiceInterruptionTurnoff/index.d.ts +4 -0
- package/esm/IconAgentVoiceInterruptionTurnoff/index.js +39 -0
- package/esm/IconAgentVoiceInterruptionTurnon/index.d.ts +4 -0
- package/esm/IconAgentVoiceInterruptionTurnon/index.js +34 -0
- package/esm/IconAgentVoicePause/index.d.ts +4 -0
- package/esm/IconAgentVoicePause/index.js +37 -0
- package/esm/IconAgentVoicePlay/index.d.ts +4 -0
- package/esm/IconAgentVoicePlay/index.js +35 -0
- package/esm/IconAgentVoiceSwitch/index.d.ts +4 -0
- package/esm/IconAgentVoiceSwitch/index.js +34 -0
- package/esm/IconDataProcessing1/index.d.ts +4 -0
- package/esm/IconDataProcessing1/index.js +34 -0
- package/esm/index.d.ts +16 -0
- package/esm/index.js +16 -0
- package/package.json +1 -1
- package/src/IconAgentInputKeyboard/index.tsx +15 -0
- package/src/IconAgentMicrophone/index.tsx +15 -0
- package/src/IconAgentSubtitlesOff/index.tsx +15 -0
- package/src/IconAgentSubtitlesOn/index.tsx +15 -0
- package/src/IconAgentVoiceAnswer/index.tsx +15 -0
- package/src/IconAgentVoiceDialogue/index.tsx +15 -0
- package/src/IconAgentVoiceExit/index.tsx +15 -0
- package/src/IconAgentVoiceHangup/index.tsx +15 -0
- package/src/IconAgentVoiceInput/index.tsx +15 -0
- package/src/IconAgentVoiceInteraction/index.tsx +15 -0
- package/src/IconAgentVoiceInterruptionTurnoff/index.tsx +15 -0
- package/src/IconAgentVoiceInterruptionTurnon/index.tsx +15 -0
- package/src/IconAgentVoicePause/index.tsx +15 -0
- package/src/IconAgentVoicePlay/index.tsx +15 -0
- package/src/IconAgentVoiceSwitch/index.tsx +15 -0
- package/src/IconDataProcessing1/index.tsx +15 -0
- package/src/index.ts +16 -0
- package/umd/IconAgentInputKeyboard/index.d.ts +4 -0
- package/umd/IconAgentInputKeyboard/index.js +69 -0
- package/umd/IconAgentMicrophone/index.d.ts +4 -0
- package/umd/IconAgentMicrophone/index.js +69 -0
- package/umd/IconAgentSubtitlesOff/index.d.ts +4 -0
- package/umd/IconAgentSubtitlesOff/index.js +70 -0
- package/umd/IconAgentSubtitlesOn/index.d.ts +4 -0
- package/umd/IconAgentSubtitlesOn/index.js +69 -0
- package/umd/IconAgentVoiceAnswer/index.d.ts +4 -0
- package/umd/IconAgentVoiceAnswer/index.js +69 -0
- package/umd/IconAgentVoiceDialogue/index.d.ts +4 -0
- package/umd/IconAgentVoiceDialogue/index.js +69 -0
- package/umd/IconAgentVoiceExit/index.d.ts +4 -0
- package/umd/IconAgentVoiceExit/index.js +69 -0
- package/umd/IconAgentVoiceHangup/index.d.ts +4 -0
- package/umd/IconAgentVoiceHangup/index.js +69 -0
- package/umd/IconAgentVoiceInput/index.d.ts +4 -0
- package/umd/IconAgentVoiceInput/index.js +69 -0
- package/umd/IconAgentVoiceInteraction/index.d.ts +4 -0
- package/umd/IconAgentVoiceInteraction/index.js +70 -0
- package/umd/IconAgentVoiceInterruptionTurnoff/index.d.ts +4 -0
- package/umd/IconAgentVoiceInterruptionTurnoff/index.js +74 -0
- package/umd/IconAgentVoiceInterruptionTurnon/index.d.ts +4 -0
- package/umd/IconAgentVoiceInterruptionTurnon/index.js +69 -0
- package/umd/IconAgentVoicePause/index.d.ts +4 -0
- package/umd/IconAgentVoicePause/index.js +72 -0
- package/umd/IconAgentVoicePlay/index.d.ts +4 -0
- package/umd/IconAgentVoicePlay/index.js +70 -0
- package/umd/IconAgentVoiceSwitch/index.d.ts +4 -0
- package/umd/IconAgentVoiceSwitch/index.js +69 -0
- package/umd/IconDataProcessing1/index.d.ts +4 -0
- package/umd/IconDataProcessing1/index.js +69 -0
- package/umd/index.d.ts +16 -0
- package/umd/index.js +34 -2
package/esm/index.d.ts
CHANGED
|
@@ -1515,4 +1515,20 @@ export { default as IconWorkflowNode } from './IconWorkflowNode';
|
|
|
1515
1515
|
export { default as IconPermission } from './IconPermission';
|
|
1516
1516
|
export { default as IconAnonymousAccess } from './IconAnonymousAccess';
|
|
1517
1517
|
export { default as IconWhiteList } from './IconWhiteList';
|
|
1518
|
+
export { default as IconDataProcessing1 } from './IconDataProcessing1';
|
|
1519
|
+
export { default as IconAgentVoiceInterruptionTurnoff } from './IconAgentVoiceInterruptionTurnoff';
|
|
1520
|
+
export { default as IconAgentSubtitlesOn } from './IconAgentSubtitlesOn';
|
|
1521
|
+
export { default as IconAgentVoiceInterruptionTurnon } from './IconAgentVoiceInterruptionTurnon';
|
|
1522
|
+
export { default as IconAgentSubtitlesOff } from './IconAgentSubtitlesOff';
|
|
1523
|
+
export { default as IconAgentVoiceExit } from './IconAgentVoiceExit';
|
|
1524
|
+
export { default as IconAgentVoiceInput } from './IconAgentVoiceInput';
|
|
1525
|
+
export { default as IconAgentInputKeyboard } from './IconAgentInputKeyboard';
|
|
1526
|
+
export { default as IconAgentVoiceHangup } from './IconAgentVoiceHangup';
|
|
1527
|
+
export { default as IconAgentVoiceAnswer } from './IconAgentVoiceAnswer';
|
|
1528
|
+
export { default as IconAgentVoiceSwitch } from './IconAgentVoiceSwitch';
|
|
1529
|
+
export { default as IconAgentVoiceDialogue } from './IconAgentVoiceDialogue';
|
|
1530
|
+
export { default as IconAgentMicrophone } from './IconAgentMicrophone';
|
|
1531
|
+
export { default as IconAgentVoicePlay } from './IconAgentVoicePlay';
|
|
1532
|
+
export { default as IconAgentVoicePause } from './IconAgentVoicePause';
|
|
1533
|
+
export { default as IconAgentVoiceInteraction } from './IconAgentVoiceInteraction';
|
|
1518
1534
|
export * from './type';
|
package/esm/index.js
CHANGED
|
@@ -1515,4 +1515,20 @@ export { default as IconWorkflowNode } from './IconWorkflowNode';
|
|
|
1515
1515
|
export { default as IconPermission } from './IconPermission';
|
|
1516
1516
|
export { default as IconAnonymousAccess } from './IconAnonymousAccess';
|
|
1517
1517
|
export { default as IconWhiteList } from './IconWhiteList';
|
|
1518
|
+
export { default as IconDataProcessing1 } from './IconDataProcessing1';
|
|
1519
|
+
export { default as IconAgentVoiceInterruptionTurnoff } from './IconAgentVoiceInterruptionTurnoff';
|
|
1520
|
+
export { default as IconAgentSubtitlesOn } from './IconAgentSubtitlesOn';
|
|
1521
|
+
export { default as IconAgentVoiceInterruptionTurnon } from './IconAgentVoiceInterruptionTurnon';
|
|
1522
|
+
export { default as IconAgentSubtitlesOff } from './IconAgentSubtitlesOff';
|
|
1523
|
+
export { default as IconAgentVoiceExit } from './IconAgentVoiceExit';
|
|
1524
|
+
export { default as IconAgentVoiceInput } from './IconAgentVoiceInput';
|
|
1525
|
+
export { default as IconAgentInputKeyboard } from './IconAgentInputKeyboard';
|
|
1526
|
+
export { default as IconAgentVoiceHangup } from './IconAgentVoiceHangup';
|
|
1527
|
+
export { default as IconAgentVoiceAnswer } from './IconAgentVoiceAnswer';
|
|
1528
|
+
export { default as IconAgentVoiceSwitch } from './IconAgentVoiceSwitch';
|
|
1529
|
+
export { default as IconAgentVoiceDialogue } from './IconAgentVoiceDialogue';
|
|
1530
|
+
export { default as IconAgentMicrophone } from './IconAgentMicrophone';
|
|
1531
|
+
export { default as IconAgentVoicePlay } from './IconAgentVoicePlay';
|
|
1532
|
+
export { default as IconAgentVoicePause } from './IconAgentVoicePause';
|
|
1533
|
+
export { default as IconAgentVoiceInteraction } from './IconAgentVoiceInteraction';
|
|
1518
1534
|
export * from './type';
|
package/package.json
CHANGED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { ForwardedRef, useContext } from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
import { Context } from '../context';
|
|
4
|
+
|
|
5
|
+
function IconAgentInputKeyboardComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
|
|
6
|
+
const { prefix: prefixFromContext } = useContext(Context);
|
|
7
|
+
const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = true, spin, ...rest } = props;
|
|
8
|
+
|
|
9
|
+
const prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
10
|
+
const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
|
|
11
|
+
return <svg className={`${prefix}-icon ${prefix}-icon-agent_input_keyboard${loadingKls} ${className}`} width={width} height={height} viewBox="0 0 24 24" fill={useCurrentColor ? 'currentColor' : '#000'} xmlns="http://www.w3.org/2000/svg" {...rest} ref={ref}><path fillRule="evenodd" clipRule="evenodd" d="M1.59998 7.4001C1.59998 5.57756 3.07744 4.1001 4.89998 4.1001H19.1C20.9225 4.1001 22.4 5.57756 22.4 7.4001V16.6001C22.4 18.4226 20.9225 19.9001 19.1 19.9001H4.89998C3.07744 19.9001 1.59998 18.4226 1.59998 16.6001V7.4001ZM4.89998 5.9001C4.07155 5.9001 3.39998 6.57167 3.39998 7.4001V16.6001C3.39998 17.4285 4.07155 18.1001 4.89998 18.1001H19.1C19.9284 18.1001 20.6 17.4285 20.6 16.6001V7.4001C20.6 6.57167 19.9284 5.9001 19.1 5.9001H4.89998ZM14 8.0001H13.5C12.9477 8.0001 12.5 8.44781 12.5 9.0001V9.5001C12.5 10.0524 12.9477 10.5001 13.5 10.5001H14C14.5523 10.5001 15 10.0524 15 9.5001V9.0001C15 8.44781 14.5523 8.0001 14 8.0001ZM17 8.0001H17.5C18.0523 8.0001 18.5 8.44781 18.5 9.0001V9.5001C18.5 10.0524 18.0523 10.5001 17.5 10.5001H17C16.4477 10.5001 16 10.0524 16 9.5001V9.0001C16 8.44781 16.4477 8.0001 17 8.0001ZM10.5 8.0001H9.99998C9.44769 8.0001 8.99998 8.44781 8.99998 9.0001V9.5001C8.99998 10.0524 9.44769 10.5001 9.99998 10.5001H10.5C11.0523 10.5001 11.5 10.0524 11.5 9.5001V9.0001C11.5 8.44781 11.0523 8.0001 10.5 8.0001ZM6.49998 8.0001H6.99998C7.55226 8.0001 7.99998 8.44781 7.99998 9.0001V9.5001C7.99998 10.0524 7.55226 10.5001 6.99998 10.5001H6.49998C5.94769 10.5001 5.49998 10.0524 5.49998 9.5001V9.0001C5.49998 8.44781 5.94769 8.0001 6.49998 8.0001ZM13 13.5001H6.49998C5.94769 13.5001 5.49998 13.9478 5.49998 14.5001C5.49998 15.0524 5.94769 15.5001 6.49998 15.5001H13C13.5523 15.5001 14 15.0524 14 14.5001C14 13.9478 13.5523 13.5001 13 13.5001ZM16 13.5001H17.5C18.0523 13.5001 18.5 13.9478 18.5 14.5001C18.5 15.0524 18.0523 15.5001 17.5 15.5001H16C15.4477 15.5001 15 15.0524 15 14.5001C15 13.9478 15.4477 13.5001 16 13.5001Z"/></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconAgentInputKeyboard = React.forwardRef(IconAgentInputKeyboardComponent);
|
|
15
|
+
export default IconAgentInputKeyboard;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { ForwardedRef, useContext } from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
import { Context } from '../context';
|
|
4
|
+
|
|
5
|
+
function IconAgentMicrophoneComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
|
|
6
|
+
const { prefix: prefixFromContext } = useContext(Context);
|
|
7
|
+
const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = true, spin, ...rest } = props;
|
|
8
|
+
|
|
9
|
+
const prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
10
|
+
const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
|
|
11
|
+
return <svg className={`${prefix}-icon ${prefix}-icon-agent_microphone${loadingKls} ${className}`} width={width} height={height} viewBox="0 0 42 42" fill={useCurrentColor ? 'currentColor' : '#000'} xmlns="http://www.w3.org/2000/svg" {...rest} ref={ref}><path opacity=".8" d="M34.125 18.125C35.2296 18.125 36.125 19.0204 36.125 20.125C36.125 27.8002 30.4079 34.1385 23 35.1172V38.5C23 39.6045 22.1045 40.5 21 40.5C19.8955 40.5 19 39.6045 19 38.5V35.1172C11.5921 34.1385 5.87504 27.8002 5.875 20.125C5.875 19.0204 6.77043 18.125 7.875 18.125C8.97957 18.125 9.875 19.0204 9.875 20.125C9.87504 26.2692 14.8558 31.25 21 31.25C27.1442 31.25 32.125 26.2692 32.125 20.125C32.125 19.0204 33.0204 18.125 34.125 18.125ZM21 3.5C24.3827 3.50001 27.125 6.2423 27.125 9.625V21C27.125 24.3827 24.3827 27.125 21 27.125C17.6173 27.125 14.875 24.3827 14.875 21V9.625C14.875 6.24229 17.6173 3.5 21 3.5Z"/></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconAgentMicrophone = React.forwardRef(IconAgentMicrophoneComponent);
|
|
15
|
+
export default IconAgentMicrophone;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { ForwardedRef, useContext } from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
import { Context } from '../context';
|
|
4
|
+
|
|
5
|
+
function IconAgentSubtitlesOffComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
|
|
6
|
+
const { prefix: prefixFromContext } = useContext(Context);
|
|
7
|
+
const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = true, spin, ...rest } = props;
|
|
8
|
+
|
|
9
|
+
const prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
10
|
+
const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
|
|
11
|
+
return <svg className={`${prefix}-icon ${prefix}-icon-agent_subtitles_off${loadingKls} ${className}`} width={width} height={height} viewBox="0 0 16 16" fill={useCurrentColor ? 'currentColor' : '#000'} xmlns="http://www.w3.org/2000/svg" {...rest} ref={ref}><path d="M15.5069 13.785L15.5635 13.8432C15.8306 14.1484 15.8286 14.6126 15.5459 14.9155C15.2632 15.2182 14.8002 15.2523 14.4774 15.0069L14.4155 14.9544L0.584689 2.04569C0.261874 1.74425 0.244425 1.23823 0.545709 0.915268C0.847132 0.592315 1.35313 0.574959 1.67613 0.876288L15.5069 13.785Z"/><path d="M2.08301 4.81152V11.834C2.08332 12.524 2.64299 13.0838 3.33301 13.084H10.9463L12.5527 14.584H3.33301C1.81457 14.5838 0.583316 13.3524 0.583008 11.834V4.16699C0.583008 3.93398 0.615368 3.70826 0.669922 3.49219L2.08301 4.81152ZM14.9883 13.3008C14.6963 13.7619 14.273 14.1293 13.7686 14.3506L12.4111 13.084H12.666C13.2148 13.084 13.6795 12.7292 13.8477 12.2373L14.9883 13.3008ZM12.666 1.41699C14.1848 1.41699 15.416 2.64821 15.416 4.16699V11.834C15.416 11.9906 15.3992 12.1435 15.374 12.293L13.916 10.9316V4.16699C13.916 3.47664 13.3564 2.91699 12.666 2.91699H5.32812L3.7207 1.41699H12.666ZM7.37402 9.75H4.66602C4.25219 9.74964 3.91615 9.41388 3.91602 9C3.91615 8.58612 4.25219 8.25036 4.66602 8.25H5.7666L7.37402 9.75ZM11.1836 9.75H8.83887L7.23242 8.25H9.57617L11.1836 9.75ZM11.333 8.25C11.7471 8.25 12.0829 8.5859 12.083 9C12.083 9.0675 12.0714 9.13212 12.0547 9.19434L11.042 8.25H11.333ZM4.69531 7.25H4.66602C4.26003 7.24965 3.92951 6.92647 3.91699 6.52344L4.69531 7.25ZM8.50488 7.25H8C7.58602 7.24982 7.25013 6.91399 7.25 6.5C7.25004 6.37644 7.28297 6.26099 7.33594 6.1582L8.50488 7.25ZM11.333 5.75C11.7471 5.75001 12.0829 6.0859 12.083 6.5C12.0829 6.9141 11.7471 7.24999 11.333 7.25H9.9707L8.36328 5.75H11.333ZM5.5 5.75C5.91399 5.75017 6.24987 6.086 6.25 6.5C6.24993 6.73336 6.14092 6.93867 5.97363 7.07617L4.56152 5.75781C4.59571 5.75301 4.63052 5.75003 4.66602 5.75H5.5ZM3.8623 2.91699H3.33301C2.85485 2.91712 2.43961 3.18555 2.22949 3.58008L1.11719 2.54199C1.44212 2.09954 1.89512 1.7585 2.42285 1.57324L3.8623 2.91699Z"/></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconAgentSubtitlesOff = React.forwardRef(IconAgentSubtitlesOffComponent);
|
|
15
|
+
export default IconAgentSubtitlesOff;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { ForwardedRef, useContext } from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
import { Context } from '../context';
|
|
4
|
+
|
|
5
|
+
function IconAgentSubtitlesOnComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
|
|
6
|
+
const { prefix: prefixFromContext } = useContext(Context);
|
|
7
|
+
const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = true, spin, ...rest } = props;
|
|
8
|
+
|
|
9
|
+
const prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
10
|
+
const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
|
|
11
|
+
return <svg className={`${prefix}-icon ${prefix}-icon-agent_subtitles_on${loadingKls} ${className}`} width={width} height={height} viewBox="0 0 16 16" fill={useCurrentColor ? 'currentColor' : '#000'} xmlns="http://www.w3.org/2000/svg" {...rest} ref={ref}><path d="M12.6663 1.41675C14.1851 1.41675 15.4163 2.64797 15.4163 4.16675V11.8337C15.4162 13.3524 14.185 14.5837 12.6663 14.5837H3.33334C1.81466 14.5837 0.583512 13.3524 0.583336 11.8337V4.16675C0.583336 2.64796 1.81455 1.41675 3.33334 1.41675H12.6663ZM3.33334 2.91675C2.64298 2.91675 2.08334 3.47639 2.08334 4.16675V11.8337C2.08351 12.5239 2.64309 13.0837 3.33334 13.0837H12.6663C13.3566 13.0837 13.9162 12.5239 13.9163 11.8337V4.16675C13.9163 3.47639 13.3567 2.91675 12.6663 2.91675H3.33334ZM11.3333 8.24976C11.7475 8.24976 12.0832 8.58565 12.0833 8.99976C12.0833 9.41397 11.7475 9.74976 11.3333 9.74976H4.66634C4.25228 9.74957 3.91634 9.41386 3.91634 8.99976C3.91648 8.58577 4.25237 8.24994 4.66634 8.24976H11.3333ZM5.50033 5.74976C5.91432 5.74993 6.2502 6.08576 6.25033 6.49976C6.25033 6.91386 5.9144 7.24959 5.50033 7.24976H4.66634C4.25228 7.24957 3.91634 6.91386 3.91634 6.49976C3.91648 6.08577 4.25237 5.74994 4.66634 5.74976H5.50033ZM11.3333 5.74976C11.7475 5.74976 12.0832 6.08566 12.0833 6.49976C12.0833 6.91397 11.7475 7.24975 11.3333 7.24976H8.00033C7.58611 7.24976 7.25033 6.91397 7.25033 6.49976C7.25046 6.08565 7.5862 5.74976 8.00033 5.74976H11.3333Z"/></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconAgentSubtitlesOn = React.forwardRef(IconAgentSubtitlesOnComponent);
|
|
15
|
+
export default IconAgentSubtitlesOn;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { ForwardedRef, useContext } from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
import { Context } from '../context';
|
|
4
|
+
|
|
5
|
+
function IconAgentVoiceAnswerComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
|
|
6
|
+
const { prefix: prefixFromContext } = useContext(Context);
|
|
7
|
+
const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = true, spin, ...rest } = props;
|
|
8
|
+
|
|
9
|
+
const prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
10
|
+
const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
|
|
11
|
+
return <svg className={`${prefix}-icon ${prefix}-icon-agent_voice_answer${loadingKls} ${className}`} width={width} height={height} viewBox="0 0 42 42" fill={useCurrentColor ? 'currentColor' : '#000'} xmlns="http://www.w3.org/2000/svg" {...rest} ref={ref}><path d="M14.8716 6.72522C15.5073 6.72522 16.0931 7.06999 16.4017 7.62582L18.5423 11.4818C18.8225 11.9867 18.8357 12.5973 18.5774 13.1138L16.5152 17.2383C16.5152 17.2383 17.1129 20.3108 19.614 22.8119C22.1151 25.313 25.1773 25.9003 25.1773 25.9003L29.3011 23.8384C29.818 23.58 30.4291 23.5934 30.9341 23.8741L34.801 26.024C35.3563 26.3328 35.7007 26.9182 35.7007 27.5535V31.9928C35.7007 34.2536 33.6008 35.8864 31.4587 35.1636C27.0593 33.6791 20.2301 30.8527 15.9017 26.5242C11.5732 22.1957 8.74674 15.3666 7.26227 10.9672C6.5395 8.82511 8.17233 6.72522 10.433 6.72522H14.8716Z"/></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconAgentVoiceAnswer = React.forwardRef(IconAgentVoiceAnswerComponent);
|
|
15
|
+
export default IconAgentVoiceAnswer;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { ForwardedRef, useContext } from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
import { Context } from '../context';
|
|
4
|
+
|
|
5
|
+
function IconAgentVoiceDialogueComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
|
|
6
|
+
const { prefix: prefixFromContext } = useContext(Context);
|
|
7
|
+
const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = true, spin, ...rest } = props;
|
|
8
|
+
|
|
9
|
+
const prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
10
|
+
const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
|
|
11
|
+
return <svg className={`${prefix}-icon ${prefix}-icon-agent_voice_dialogue${loadingKls} ${className}`} width={width} height={height} viewBox="0 0 20 20" fill={useCurrentColor ? 'currentColor' : '#000'} xmlns="http://www.w3.org/2000/svg" {...rest} ref={ref}><path d="M6.82931 4.12716C7.27165 4.12716 7.68399 4.33719 7.94455 4.68575L8.04708 4.84396L8.89279 6.36837C9.11563 6.76994 9.12645 7.25554 8.92111 7.66622L8.22482 9.05782C8.25635 9.15868 8.30151 9.29013 8.36544 9.43966C8.52399 9.81036 8.78618 10.2784 9.2004 10.6926C9.61456 11.1066 10.0812 11.3673 10.4504 11.5246C10.5988 11.5878 10.7291 11.6321 10.8293 11.6633L12.2229 10.967L12.3801 10.9006C12.7007 10.7869 13.0521 10.7945 13.3674 10.9221L13.5217 10.9953L15.051 11.8459C15.4925 12.0915 15.7668 12.5574 15.7668 13.0627V14.8176C15.7665 16.1074 14.5816 17.1214 13.2902 16.7727L13.1652 16.7346C11.411 16.1428 8.57613 14.9838 6.7424 13.1506C4.90886 11.3174 3.74948 8.48284 3.15744 6.72872C2.7055 5.38956 3.74312 4.12729 5.07443 4.12716H6.82931ZM5.07443 5.52755C4.61813 5.52767 4.36418 5.92598 4.48361 6.28048C5.0657 8.0052 6.14222 10.5711 7.73165 12.1604L8.04123 12.4524C9.63913 13.8821 11.9953 14.8618 13.6125 15.4074C13.9675 15.5272 14.3662 15.2734 14.3664 14.8176V13.0666L12.844 12.2219L11.218 13.0344C11.0806 13.103 10.9244 13.1247 10.7736 13.0959L10.9055 12.4084L10.7727 13.0959H10.7717L10.7688 13.0949C10.7671 13.0946 10.7651 13.0944 10.7629 13.094C10.7582 13.093 10.7523 13.0915 10.7453 13.0901C10.7314 13.0871 10.7123 13.0837 10.6897 13.0783C10.6443 13.0676 10.582 13.0514 10.5061 13.0295C10.354 12.9856 10.1445 12.9162 9.90158 12.8127C9.41827 12.6068 8.78484 12.2573 8.21017 11.6828C7.63576 11.1085 7.28527 10.4742 7.07833 9.99044C6.97441 9.74739 6.90388 9.53724 6.85958 9.38497C6.83746 9.30888 6.82159 9.24575 6.81076 9.2004C6.80544 9.17811 6.80105 9.15954 6.79806 9.14572C6.79662 9.13903 6.79603 9.13271 6.79513 9.12814C6.79471 9.1261 6.79359 9.12387 6.79318 9.12228V9.11837H6.7922V9.11739C6.76284 8.96611 6.78492 8.809 6.85373 8.67111L7.66623 7.04415L6.82443 5.52755H5.07443ZM11.093 3.10665C11.7704 3.00568 12.4648 3.038 13.132 3.20529C14.0142 3.42654 14.8497 3.88304 15.5383 4.5715C16.2268 5.25998 16.6832 6.09557 16.9045 6.97775C17.0718 7.64495 17.1051 8.33941 17.0041 9.01681C16.947 9.39902 16.5905 9.66265 16.2082 9.60568C15.8259 9.54861 15.5624 9.19211 15.6193 8.80978C15.6932 8.31404 15.6684 7.80616 15.5461 7.31857C15.3847 6.67533 15.0525 6.06618 14.5481 5.56173C14.0436 5.05734 13.4345 4.725 12.7912 4.56368C12.3036 4.44143 11.7958 4.41755 11.3 4.49142C10.9177 4.54837 10.5611 4.28393 10.5041 3.90157C10.4474 3.51951 10.711 3.16383 11.093 3.10665ZM11.2209 5.58224C12.0592 5.45727 12.9476 5.7184 13.5949 6.36544C14.2421 7.01264 14.5021 7.90021 14.3772 8.73849C14.3202 9.12071 13.9645 9.38511 13.5822 9.32833C13.2002 9.27112 12.9355 8.91459 12.9924 8.53243L13.007 8.37521C13.0197 8.0064 12.8851 7.63506 12.6047 7.3547C12.2845 7.03491 11.846 6.90478 11.4279 6.967C11.0457 7.02373 10.689 6.76036 10.632 6.37814C10.5752 5.99605 10.839 5.63957 11.2209 5.58224Z"/></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconAgentVoiceDialogue = React.forwardRef(IconAgentVoiceDialogueComponent);
|
|
15
|
+
export default IconAgentVoiceDialogue;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { ForwardedRef, useContext } from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
import { Context } from '../context';
|
|
4
|
+
|
|
5
|
+
function IconAgentVoiceExitComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
|
|
6
|
+
const { prefix: prefixFromContext } = useContext(Context);
|
|
7
|
+
const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = true, spin, ...rest } = props;
|
|
8
|
+
|
|
9
|
+
const prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
10
|
+
const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
|
|
11
|
+
return <svg className={`${prefix}-icon ${prefix}-icon-agent_voice_exit${loadingKls} ${className}`} width={width} height={height} viewBox="0 0 42 42" fill={useCurrentColor ? 'currentColor' : '#000'} xmlns="http://www.w3.org/2000/svg" {...rest} ref={ref}><path d="M30.5451 7.22665C31.5138 6.25797 33.0842 6.25803 34.0529 7.22665C35.0216 8.19537 35.0216 9.76576 34.0529 10.7345L24.1476 20.6397L34.0529 30.545C34.0639 30.5561 34.0746 30.5677 34.0851 30.5792L34.1877 30.6915L34.2228 30.7325C35.0182 31.708 34.9611 33.1446 34.0529 34.0528C33.1447 34.9608 31.708 35.0181 30.7326 34.2227C30.7187 34.2115 30.7048 34.1996 30.6916 34.1876L30.5793 34.0851C30.5677 34.0745 30.5561 34.0639 30.5451 34.0528L20.6398 24.1476L10.7345 34.0528C10.7236 34.0637 10.7118 34.0746 10.7004 34.0851L10.5881 34.1876C10.5749 34.1995 10.5608 34.2115 10.547 34.2227C9.57158 35.0179 8.13484 34.9609 7.22673 34.0528C6.31869 33.1447 6.26168 31.7079 7.0568 30.7325L7.09196 30.6915L7.1945 30.5792C7.20491 30.5678 7.2158 30.556 7.22673 30.545L17.132 20.6397L7.22673 10.7345C6.25809 9.76584 6.25825 8.19538 7.22673 7.22665C8.19544 6.25794 9.76583 6.25794 10.7345 7.22665L20.6398 17.1319L30.5451 7.22665Z"/></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconAgentVoiceExit = React.forwardRef(IconAgentVoiceExitComponent);
|
|
15
|
+
export default IconAgentVoiceExit;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { ForwardedRef, useContext } from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
import { Context } from '../context';
|
|
4
|
+
|
|
5
|
+
function IconAgentVoiceHangupComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
|
|
6
|
+
const { prefix: prefixFromContext } = useContext(Context);
|
|
7
|
+
const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = true, spin, ...rest } = props;
|
|
8
|
+
|
|
9
|
+
const prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
10
|
+
const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
|
|
11
|
+
return <svg className={`${prefix}-icon ${prefix}-icon-agent_voice_hangup${loadingKls} ${className}`} width={width} height={height} viewBox="0 0 42 42" fill={useCurrentColor ? 'currentColor' : '#000'} xmlns="http://www.w3.org/2000/svg" {...rest} ref={ref}><path d="M36.1233 26.5339C35.6737 26.9835 35.0158 27.1538 34.4045 26.979L30.1643 25.7661C29.6092 25.6073 29.168 25.1848 28.9854 24.6369L27.5272 20.2623C27.5272 20.2623 24.932 18.5123 21.3949 18.5123C17.8578 18.5123 15.2772 20.2623 15.2772 20.2623L13.8192 24.6363C13.6365 25.1845 13.1949 25.6071 12.6393 25.7657L8.38476 26.9798C7.77378 27.1541 7.11633 26.9837 6.66708 26.5345L3.52801 23.3954C1.92943 21.7968 2.2597 19.1574 4.28551 18.1538C8.44601 16.0926 15.2735 13.2623 21.3949 13.2624C27.5163 13.2623 34.3438 16.0926 38.5044 18.1538C40.5301 19.1574 40.8604 21.7968 39.2618 23.3954L36.1233 26.5339Z"/></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconAgentVoiceHangup = React.forwardRef(IconAgentVoiceHangupComponent);
|
|
15
|
+
export default IconAgentVoiceHangup;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { ForwardedRef, useContext } from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
import { Context } from '../context';
|
|
4
|
+
|
|
5
|
+
function IconAgentVoiceInputComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
|
|
6
|
+
const { prefix: prefixFromContext } = useContext(Context);
|
|
7
|
+
const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = true, spin, ...rest } = props;
|
|
8
|
+
|
|
9
|
+
const prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
10
|
+
const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
|
|
11
|
+
return <svg className={`${prefix}-icon ${prefix}-icon-agent_voice_input${loadingKls} ${className}`} width={width} height={height} viewBox="0 0 20 20" fill={useCurrentColor ? 'currentColor' : '#000'} xmlns="http://www.w3.org/2000/svg" {...rest} ref={ref}><path fillRule="evenodd" clipRule="evenodd" d="M10.4167 7C10.5272 7 10.6332 7.0439 10.7113 7.12204C10.7894 7.20018 10.8333 7.30616 10.8333 7.41667V12.5833C10.8333 12.6938 10.7894 12.7998 10.7113 12.878C10.6332 12.9561 10.5272 13 10.4167 13H9.58333C9.47283 13 9.36685 12.9561 9.2887 12.878C9.21056 12.7998 9.16667 12.6938 9.16667 12.5833V7.41667C9.16667 7.30616 9.21056 7.20018 9.2887 7.12204C9.36685 7.0439 9.47283 7 9.58333 7H10.4167ZM13.75 3.5C13.8605 3.5 13.9665 3.5439 14.0446 3.62204C14.1228 3.70018 14.1667 3.80616 14.1667 3.91667V16.0833C14.1667 16.1938 14.1228 16.2998 14.0446 16.378C13.9665 16.4561 13.8605 16.5 13.75 16.5H12.9167C12.8062 16.5 12.7002 16.4561 12.622 16.378C12.5439 16.2998 12.5 16.1938 12.5 16.0833V3.91667C12.5 3.80616 12.5439 3.70018 12.622 3.62204C12.7002 3.5439 12.8062 3.5 12.9167 3.5H13.75ZM7.08333 5.5C7.19384 5.5 7.29982 5.5439 7.37796 5.62204C7.4561 5.70018 7.5 5.80616 7.5 5.91667V14.0833C7.5 14.1938 7.4561 14.2998 7.37796 14.378C7.29982 14.4561 7.19384 14.5 7.08333 14.5H6.25C6.13949 14.5 6.03351 14.4561 5.95537 14.378C5.87723 14.2998 5.83333 14.1938 5.83333 14.0833V5.91667C5.83333 5.80616 5.87723 5.70018 5.95537 5.62204C6.03351 5.5439 6.13949 5.5 6.25 5.5H7.08333ZM17.0833 7.16667C17.1938 7.16667 17.2998 7.21056 17.378 7.2887C17.4561 7.36685 17.5 7.47283 17.5 7.58333V12.4167C17.5 12.5272 17.4561 12.6332 17.378 12.7113C17.2998 12.7894 17.1938 12.8333 17.0833 12.8333H16.25C16.1395 12.8333 16.0335 12.7894 15.9554 12.7113C15.8772 12.6332 15.8333 12.5272 15.8333 12.4167V7.58333C15.8333 7.47283 15.8772 7.36685 15.9554 7.2887C16.0335 7.21056 16.1395 7.16667 16.25 7.16667H17.0833ZM3.75 8.16667C3.86051 8.16667 3.96649 8.21056 4.04463 8.2887C4.12277 8.36685 4.16667 8.47283 4.16667 8.58333V11.4167C4.16667 11.5272 4.12277 11.6332 4.04463 11.7113C3.96649 11.7894 3.86051 11.8333 3.75 11.8333H2.91667C2.80616 11.8333 2.70018 11.7894 2.62204 11.7113C2.5439 11.6332 2.5 11.5272 2.5 11.4167V8.58333C2.5 8.47283 2.5439 8.36685 2.62204 8.2887C2.70018 8.21056 2.80616 8.16667 2.91667 8.16667H3.75Z"/></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconAgentVoiceInput = React.forwardRef(IconAgentVoiceInputComponent);
|
|
15
|
+
export default IconAgentVoiceInput;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { ForwardedRef, useContext } from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
import { Context } from '../context';
|
|
4
|
+
|
|
5
|
+
function IconAgentVoiceInteractionComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
|
|
6
|
+
const { prefix: prefixFromContext } = useContext(Context);
|
|
7
|
+
const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = false, spin, ...rest } = props;
|
|
8
|
+
|
|
9
|
+
const prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
10
|
+
const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
|
|
11
|
+
return <svg className={`${prefix}-icon ${prefix}-icon-agent_voice_interaction${loadingKls} ${className}`} width={width} height={height} viewBox="0 0 18 18" fill={useCurrentColor ? 'currentColor' : 'currentColor'} xmlns="http://www.w3.org/2000/svg" {...rest} ref={ref}><path d="M16.5 4C16.5 3.44772 16.0523 3 15.5 3H2.5C1.94772 3 1.5 3.44772 1.5 4V13.25C1.5 13.8023 1.94772 14.25 2.5 14.25H6.71079C6.976 14.25 7.23036 14.3554 7.41789 14.5429L9 16.125L10.5821 14.5429C10.7696 14.3554 11.024 14.25 11.2892 14.25H15.5C16.0523 14.25 16.5 13.8023 16.5 13.25V4Z" fill={useCurrentColor ? 'currentColor' : '#009EE7'} stroke="#009EE7" strokeWidth="1.5" strokeLinecap="round" strokeLinejoin="round"/><path d="M7.5 4.5C7.91421 4.5 8.25 4.83579 8.25 5.25V11.6953C8.24992 12.1095 7.91416 12.4453 7.5 12.4453C7.08584 12.4453 6.75008 12.1095 6.75 11.6953V5.25C6.75 4.83579 7.08579 4.5 7.5 4.5ZM4.5 5.88086C4.91417 5.88086 5.24994 6.2167 5.25 6.63086V10.3145C5.24981 10.7285 4.9141 11.0645 4.5 11.0645C4.0859 11.0645 3.75019 10.7285 3.75 10.3145V6.63086C3.75006 6.2167 4.08583 5.88086 4.5 5.88086ZM13.5 5.88086C13.9142 5.88086 14.2499 6.2167 14.25 6.63086V10.3145C14.2498 10.7285 13.9141 11.0645 13.5 11.0645C13.0859 11.0645 12.7502 10.7285 12.75 10.3145V6.63086C12.7501 6.2167 13.0858 5.88086 13.5 5.88086ZM10.5 6.80176C10.9142 6.80176 11.25 7.13757 11.25 7.55176V9.39355C11.2499 9.80769 10.9142 10.1436 10.5 10.1436C10.0858 10.1436 9.75009 9.80769 9.75 9.39355V7.55176C9.75003 7.13757 10.0858 6.80176 10.5 6.80176Z" fill={useCurrentColor ? 'currentColor' : '#fff'}/></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconAgentVoiceInteraction = React.forwardRef(IconAgentVoiceInteractionComponent);
|
|
15
|
+
export default IconAgentVoiceInteraction;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { ForwardedRef, useContext } from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
import { Context } from '../context';
|
|
4
|
+
|
|
5
|
+
function IconAgentVoiceInterruptionTurnoffComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
|
|
6
|
+
const { prefix: prefixFromContext } = useContext(Context);
|
|
7
|
+
const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = true, spin, ...rest } = props;
|
|
8
|
+
|
|
9
|
+
const prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
10
|
+
const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
|
|
11
|
+
return <svg className={`${prefix}-icon ${prefix}-icon-agent_voice_interruption_turnoff${loadingKls} ${className}`} width={width} height={height} viewBox="0 0 16 16" fill={useCurrentColor ? 'currentColor' : '#000'} xmlns="http://www.w3.org/2000/svg" {...rest} ref={ref}><g clipPath="url(#svg_495cf89eee__clip0_37453_1115673)"><path d="M7.7334 10.0862C7.53296 10.0849 7.31195 10.0833 7.06641 10.0833H5.59961C4.84073 10.0833 4.31615 10.0842 3.90918 10.1174C3.51143 10.15 3.29166 10.2099 3.12988 10.2922C2.76941 10.476 2.47569 10.7696 2.29199 11.1301C2.20967 11.2919 2.1497 11.5117 2.11719 11.9094C2.08931 12.2507 2.08582 12.6748 2.08496 13.2502H10.5811C10.5808 13.0651 10.5777 12.8955 10.5762 12.7395L12.0693 14.1331C12.0063 14.4836 11.7016 14.7502 11.333 14.7502H1.33301C0.919131 14.75 0.583281 14.4141 0.583008 14.0002V13.5999C0.583008 12.8656 0.582683 12.2696 0.62207 11.7874C0.662183 11.2964 0.747019 10.857 0.955078 10.4485C1.28256 9.80581 1.8056 9.28289 2.44824 8.95532C2.85669 8.74722 3.29624 8.66245 3.78711 8.62231C4.26931 8.58292 4.86545 8.58325 5.59961 8.58325H6.12402L7.7334 10.0862ZM7.59082 8.58521C8.0911 8.58696 8.51708 8.59277 8.87891 8.62231C9.36981 8.66243 9.80931 8.74728 10.2178 8.95532C10.8605 9.28286 11.3834 9.80578 11.7109 10.4485C11.919 10.857 12.0038 11.2964 12.0439 11.7874C12.0674 12.0742 12.0744 12.4012 12.0781 12.7737L10.4111 11.218C10.3986 11.187 10.3878 11.1573 10.374 11.1301C10.1903 10.7696 9.8967 10.476 9.53613 10.2922C9.47914 10.2632 9.41451 10.2383 9.33789 10.2151L7.59082 8.58521ZM12.9688 0.677979C13.3307 0.476883 13.787 0.607172 13.9883 0.968994L13.4492 1.2688L13.9893 0.969971L13.9922 0.97583C13.9937 0.978673 13.9959 0.982528 13.998 0.986572C14.0026 0.995116 14.0086 1.00706 14.0156 1.02075C14.0299 1.04836 14.0496 1.08631 14.0723 1.13403C14.1177 1.2299 14.1782 1.36602 14.2441 1.53735C14.3758 1.87975 14.5313 2.36826 14.6348 2.96802C14.8422 4.17109 14.8403 5.82954 14.0156 7.6438C13.8441 8.02058 13.3994 8.18716 13.0225 8.01587C12.6458 7.84433 12.4792 7.39959 12.6504 7.02271C13.3255 5.53722 13.3238 4.19475 13.1562 3.2229C13.0722 2.73572 12.9464 2.34226 12.8438 2.07544C12.7927 1.94286 12.7474 1.84213 12.7168 1.77759C12.7016 1.7455 12.6896 1.72173 12.6826 1.70825C12.6793 1.70189 12.6768 1.69743 12.6758 1.69556H12.6768C12.4772 1.33392 12.6076 0.878902 12.9688 0.677979ZM4.83398 3.82446C4.77981 3.98413 4.75004 4.15528 4.75 4.33325C4.75023 5.2074 5.45885 5.91706 6.33301 5.91724C6.54986 5.91724 6.75607 5.8722 6.94434 5.79321L8.09082 6.86353C7.59326 7.2099 6.99058 7.41505 6.33887 7.41626L3.25684 4.54028C3.25229 4.47186 3.25001 4.40282 3.25 4.33325C3.25006 3.75565 3.41108 3.21625 3.6875 2.75415L4.83398 3.82446ZM11.6943 6.28345C11.5375 6.6667 11.0991 6.85037 10.7158 6.6936C10.3329 6.53673 10.1493 6.09918 10.3057 5.71606L11.6943 6.28345ZM10.665 1.99536C11.0353 1.81065 11.4857 1.96128 11.6709 2.3313L11.6719 2.33228V2.33325C11.6723 2.33404 11.6733 2.33531 11.6738 2.33618C11.6749 2.33842 11.6764 2.34206 11.6777 2.34497C11.6806 2.35093 11.6844 2.35873 11.6885 2.36743C11.6969 2.38557 11.7081 2.41019 11.7207 2.4397C11.746 2.49906 11.779 2.58158 11.8145 2.68384C11.8852 2.88838 11.9677 3.17762 12.0225 3.53052C12.1322 4.23783 12.1316 5.21434 11.6943 6.28345L11 5.99927L10.3057 5.71606C10.6179 4.95245 10.6177 4.26078 10.54 3.76001C10.5011 3.50973 10.4428 3.3088 10.3965 3.17505C10.3735 3.10864 10.3535 3.05826 10.3408 3.02856C10.3347 3.01423 10.3303 3.00391 10.3281 2.99927L10.3271 2.99829L10.3291 2.99927C10.1456 2.62925 10.2954 2.18024 10.665 1.99536ZM6.33301 1.25024C8.03578 1.25024 9.41682 2.63053 9.41699 4.33325C9.4169 5.02029 9.18874 5.65256 8.80859 6.16528L7.69922 5.13013C7.83632 4.89575 7.91692 4.6242 7.91699 4.33325C7.91682 3.45895 7.20735 2.75024 6.33301 2.75024C6.00288 2.75031 5.69605 2.85079 5.44238 3.02368L4.33301 1.98853C4.8715 1.52872 5.56943 1.25032 6.33301 1.25024Z"/><path d="M15.5069 13.785L15.5635 13.8432C15.8306 14.1484 15.8286 14.6126 15.5459 14.9155C15.2632 15.2182 14.8002 15.2523 14.4774 15.0069L14.4155 14.9544L0.584689 2.04569C0.261874 1.74425 0.244425 1.23823 0.545709 0.915268C0.847132 0.592315 1.35313 0.574959 1.67613 0.876288L15.5069 13.785Z"/></g><defs><clipPath id="svg_495cf89eee__clip0_37453_1115673"><path d="M0 0H16V16H0z"/></clipPath></defs></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconAgentVoiceInterruptionTurnoff = React.forwardRef(IconAgentVoiceInterruptionTurnoffComponent);
|
|
15
|
+
export default IconAgentVoiceInterruptionTurnoff;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { ForwardedRef, useContext } from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
import { Context } from '../context';
|
|
4
|
+
|
|
5
|
+
function IconAgentVoiceInterruptionTurnonComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
|
|
6
|
+
const { prefix: prefixFromContext } = useContext(Context);
|
|
7
|
+
const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = true, spin, ...rest } = props;
|
|
8
|
+
|
|
9
|
+
const prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
10
|
+
const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
|
|
11
|
+
return <svg className={`${prefix}-icon ${prefix}-icon-agent_voice_interruption_turnon${loadingKls} ${className}`} width={width} height={height} viewBox="0 0 16 16" fill={useCurrentColor ? 'currentColor' : '#000'} xmlns="http://www.w3.org/2000/svg" {...rest} ref={ref}><path d="M7.91699 4.33301C7.91682 3.45871 7.20735 2.75 6.33301 2.75 5.45881 2.75018 4.75018 3.45882 4.75 4.33301 4.75 5.20735 5.4587 5.91682 6.33301 5.91699 7.20746 5.91699 7.91699 5.20746 7.91699 4.33301zM9.41699 4.33301C9.41699 6.03589 8.03589 7.41699 6.33301 7.41699 4.63028 7.41682 3.25 6.03578 3.25 4.33301 3.25018 2.63039 4.63039 1.25018 6.33301 1.25 8.03578 1.25 9.41682 2.63028 9.41699 4.33301zM11.6943 6.28392C11.5375 6.66729 11.0992 6.85091 10.7158 6.69407 10.3328 6.53722 10.1492 6.09972 10.3057 5.71653L11.6943 6.28392zM10.665 1.99583C11.0355 1.81089 11.4857 1.96141 11.6709 2.33177L11.6719 2.33274V2.33372C11.6723 2.33459 11.6733 2.33562 11.6738 2.33665 11.675 2.33897 11.6763 2.34237 11.6777 2.34544 11.6807 2.3515 11.6843 2.35897 11.6885 2.3679 11.6969 2.38613 11.708 2.41041 11.7207 2.44016 11.7461 2.49961 11.779 2.58177 11.8145 2.68431 11.8853 2.88895 11.9677 3.1778 12.0225 3.53099 12.1322 4.2384 12.1318 5.21456 11.6943 6.28392L11 5.99974 10.3057 5.71653C10.6182 4.95267 10.6178 4.26135 10.54 3.76048 10.5011 3.50989 10.4428 3.30934 10.3965 3.17552 10.3734 3.10879 10.3535 3.05877 10.3408 3.02903 10.3346 3.01435 10.3303 3.00434 10.3281 2.99974L10.3272 2.99876 10.3291 2.99974C10.1454 2.62962 10.2952 2.18074 10.665 1.99583zM12.9691.678064C13.3311.476935 13.7874.607118 13.9886.969079L13.4496 1.26888 13.9896.970056 13.9925.975915C13.9941.978817 13.9961.982472 13.9984.986658 14.003.995249 14.0088 1.00699 14.016 1.02084 14.0302 1.04849 14.0499 1.08623 14.0726 1.13412 14.1181 1.23003 14.1785 1.36594 14.2445 1.53744 14.3762 1.87987 14.5316 2.36819 14.6351 2.9681 14.8425 4.17119 14.8407 5.82954 14.016 7.64388 13.8445 8.02081 13.3998 8.18732 13.0228 8.01595 12.6459 7.84448 12.4794 7.3998 12.6507 7.02279 13.3259 5.53722 13.3241 4.19485 13.1566 3.22299 13.0725 2.73566 12.9467 2.34237 12.8441 2.07552 12.793 1.94277 12.7478 1.84224 12.7171 1.77767 12.7018 1.74539 12.6899 1.72182 12.6829 1.70834 12.6795 1.70171 12.6771 1.69745 12.6761 1.69564H12.6771V1.69662C12.4768 1.33474 12.6075.879087 12.9691.678064zM7.06673 8.58325C7.80106 8.58325 8.39695 8.58291 8.87923 8.62231 9.37025 8.66243 9.80955 8.74717 10.2181 8.95532 10.8609 9.28288 11.3837 9.80569 11.7113 10.4485 11.9194 10.857 12.0041 11.2963 12.0443 11.7874 12.0837 12.2696 12.0833 12.8655 12.0833 13.5999V14.0002C12.0832 14.4143 11.7474 14.7502 11.3333 14.7502H1.33333C.919223 14.7502.583504 14.4143.583328 14.0002V13.5999C.583328 12.8655.582987 12.2696.622391 11.7874.662514 11.2963.747232 10.857.955399 10.4485 1.28294 9.80569 1.80576 9.28288 2.44856 8.95532 2.85711 8.74717 3.2964 8.66243 3.78743 8.62231 4.26971 8.58291 4.8656 8.58325 5.59993 8.58325H7.06673zM5.59993 10.0833C4.84086 10.0833 4.31654 10.0842 3.9095 10.1174 3.51151 10.15 3.29203 10.2098 3.1302 10.2922 2.76956 10.476 2.47607 10.7695 2.29231 11.1301 2.20991 11.292 2.15004 11.5114 2.11751 11.9094 2.08962 12.2508 2.08614 12.6747 2.08528 13.2502H10.5814C10.5805 12.6747 10.577 12.2508 10.5491 11.9094 10.5166 11.5114 10.4567 11.292 10.3743 11.1301 10.1906 10.7695 9.8971 10.476 9.53645 10.2922 9.37463 10.2098 9.15515 10.15 8.75716 10.1174 8.35012 10.0842 7.8258 10.0833 7.06673 10.0833H5.59993z"/></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconAgentVoiceInterruptionTurnon = React.forwardRef(IconAgentVoiceInterruptionTurnonComponent);
|
|
15
|
+
export default IconAgentVoiceInterruptionTurnon;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { ForwardedRef, useContext } from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
import { Context } from '../context';
|
|
4
|
+
|
|
5
|
+
function IconAgentVoicePauseComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
|
|
6
|
+
const { prefix: prefixFromContext } = useContext(Context);
|
|
7
|
+
const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = false, spin, ...rest } = props;
|
|
8
|
+
|
|
9
|
+
const prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
10
|
+
const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
|
|
11
|
+
return <svg className={`${prefix}-icon ${prefix}-icon-agent_voice_pause${loadingKls} ${className}`} width={width} height={height} viewBox="0 0 20 20" fill={useCurrentColor ? 'currentColor' : 'currentColor'} xmlns="http://www.w3.org/2000/svg" {...rest} ref={ref}><rect width="20" height="20" rx="8" fill={useCurrentColor ? 'currentColor' : '#1664FF'}/><g fill={useCurrentColor ? 'currentColor' : '#fff'}><rect x="6" y="5" width="3" height="10" rx="1.5"/><rect x="11" y="5" width="3" height="10" rx="1.5"/></g></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconAgentVoicePause = React.forwardRef(IconAgentVoicePauseComponent);
|
|
15
|
+
export default IconAgentVoicePause;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { ForwardedRef, useContext } from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
import { Context } from '../context';
|
|
4
|
+
|
|
5
|
+
function IconAgentVoicePlayComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
|
|
6
|
+
const { prefix: prefixFromContext } = useContext(Context);
|
|
7
|
+
const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = false, spin, ...rest } = props;
|
|
8
|
+
|
|
9
|
+
const prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
10
|
+
const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
|
|
11
|
+
return <svg className={`${prefix}-icon ${prefix}-icon-agent_voice_play${loadingKls} ${className}`} width={width} height={height} viewBox="0 0 20 20" fill={useCurrentColor ? 'currentColor' : 'currentColor'} xmlns="http://www.w3.org/2000/svg" {...rest} ref={ref}><rect width="20" height="20" rx="8" fill={useCurrentColor ? 'currentColor' : '#1664FF'}/><path d="M14.0395 9.36243C14.1498 9.42925 14.241 9.52339 14.3044 9.63577C14.3677 9.74814 14.4009 9.87494 14.4009 10.0039C14.4009 10.1329 14.3677 10.2597 14.3044 10.3721C14.241 10.4845 14.1498 10.5786 14.0395 10.6454L6.7375 15.0654C6.62371 15.1343 6.49365 15.1717 6.36065 15.1738C6.22764 15.1759 6.09648 15.1425 5.98061 15.0772C5.86474 15.0118 5.76833 14.9169 5.70127 14.802C5.63421 14.6871 5.59892 14.5564 5.599 14.4234V5.58443C5.59909 5.45149 5.63452 5.32097 5.70165 5.20622C5.76878 5.09148 5.86521 4.99664 5.98104 4.93143C6.09688 4.86621 6.22798 4.83295 6.3609 4.83506C6.49382 4.83716 6.62379 4.87456 6.7375 4.94343L14.0395 9.36243Z" fill={useCurrentColor ? 'currentColor' : '#fff'}/></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconAgentVoicePlay = React.forwardRef(IconAgentVoicePlayComponent);
|
|
15
|
+
export default IconAgentVoicePlay;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { ForwardedRef, useContext } from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
import { Context } from '../context';
|
|
4
|
+
|
|
5
|
+
function IconAgentVoiceSwitchComponent(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
|
|
6
|
+
const { prefix: prefixFromContext } = useContext(Context);
|
|
7
|
+
const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = true, spin, ...rest } = props;
|
|
8
|
+
|
|
9
|
+
const prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
10
|
+
const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
|
|
11
|
+
return <svg className={`${prefix}-icon ${prefix}-icon-agent_voice_switch${loadingKls} ${className}`} width={width} height={height} viewBox="0 0 20 20" fill={useCurrentColor ? 'currentColor' : '#000'} xmlns="http://www.w3.org/2000/svg" {...rest} ref={ref}><path fillRule="evenodd" clipRule="evenodd" d="M12.7884 4.74361L15.1455 6.97973L3.20669 6.97973C2.74645 6.97973 2.37335 7.35282 2.37335 7.81306C2.37335 8.2733 2.74645 8.64639 3.20668 8.64639L16.1901 8.6464C17.3196 8.6464 17.8699 7.26697 17.0504 6.48955L13.9355 3.53448C13.6016 3.21772 13.0741 3.23161 12.7574 3.56551C12.4406 3.8994 12.4545 4.42685 12.7884 4.74361ZM7.1696 15.2594L4.83728 13.0198L16.6253 13.0198C17.0856 13.0198 17.4587 12.6467 17.4587 12.1864C17.4587 11.7262 17.0856 11.3531 16.6253 11.3531L3.80179 11.3531C2.6759 11.3531 2.12391 12.7249 2.93601 13.5047L6.01523 16.4615C6.3472 16.7803 6.87472 16.7696 7.1935 16.4376C7.51227 16.1057 7.50157 15.5781 7.1696 15.2594Z"/></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconAgentVoiceSwitch = React.forwardRef(IconAgentVoiceSwitchComponent);
|
|
15
|
+
export default IconAgentVoiceSwitch;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { ForwardedRef, useContext } from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
import { Context } from '../context';
|
|
4
|
+
|
|
5
|
+
function IconDataProcessing1Component(props: OriginIconProps, ref: ForwardedRef<SVGSVGElement>) {
|
|
6
|
+
const { prefix: prefixFromContext } = useContext(Context);
|
|
7
|
+
const { className = '', prefix: prefixFromProps, width = '1em', height = '1em', useCurrentColor = true, spin, ...rest } = props;
|
|
8
|
+
|
|
9
|
+
const prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
10
|
+
const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
|
|
11
|
+
return <svg className={`${prefix}-icon ${prefix}-icon-data_processing_1${loadingKls} ${className}`} width={width} height={height} viewBox="0 0 20 20" fill={useCurrentColor ? 'currentColor' : '#000'} xmlns="http://www.w3.org/2000/svg" {...rest} ref={ref}><path d="M6.65282 7.83225C7.49133 7.78643 8.31222 8.28129 8.61209 9.10237C8.91437 9.93057 8.59611 10.8434 7.91292 11.3451C6.76418 12.4356 6.30632 14.1439 6.88421 15.7264C7.18624 16.5534 7.72679 17.2243 8.39974 17.6897C8.3939 17.6919 8.38756 17.6946 8.38171 17.6967C5.74329 18.6599 2.82331 17.3018 1.85982 14.6637C0.896549 12.0255 2.25454 9.10628 4.89288 8.14277C5.47384 7.93062 6.06846 7.83042 6.65282 7.83225ZM16.6325 9.01923C18.7844 10.8244 19.0658 14.0324 17.2605 16.1842C15.4553 18.3358 12.2476 18.617 10.0956 16.8122C9.62174 16.4148 9.23776 15.9492 8.94765 15.442C8.4894 14.7383 8.5091 13.7807 9.07086 13.1111C9.63764 12.4355 10.5878 12.2547 11.3637 12.5962C12.882 13.047 14.5911 12.5916 15.6739 11.301C16.2398 10.6265 16.551 9.82263 16.6185 9.00721C16.6231 9.0111 16.6278 9.01532 16.6325 9.01923ZM4.82878 5.77682C5.55235 3.06307 8.33908 1.44949 11.0532 2.1728C13.7673 2.89621 15.3816 5.68323 14.6582 8.39719C14.4989 8.99449 14.2393 9.53839 13.9029 10.0159C13.4598 10.729 12.5839 11.1183 11.7393 10.8934C10.8872 10.6663 10.3203 9.88174 10.3009 9.03425C10.066 7.46812 8.92972 6.11359 7.3019 5.67965C6.45107 5.4529 5.59101 5.51039 4.82377 5.79485C4.82531 5.78896 4.82721 5.7827 4.82878 5.77682Z"/></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconDataProcessing1 = React.forwardRef(IconDataProcessing1Component);
|
|
15
|
+
export default IconDataProcessing1;
|
package/src/index.ts
CHANGED
|
@@ -1515,5 +1515,21 @@ export { default as IconWorkflowNode } from './IconWorkflowNode';
|
|
|
1515
1515
|
export { default as IconPermission } from './IconPermission';
|
|
1516
1516
|
export { default as IconAnonymousAccess } from './IconAnonymousAccess';
|
|
1517
1517
|
export { default as IconWhiteList } from './IconWhiteList';
|
|
1518
|
+
export { default as IconDataProcessing1 } from './IconDataProcessing1';
|
|
1519
|
+
export { default as IconAgentVoiceInterruptionTurnoff } from './IconAgentVoiceInterruptionTurnoff';
|
|
1520
|
+
export { default as IconAgentSubtitlesOn } from './IconAgentSubtitlesOn';
|
|
1521
|
+
export { default as IconAgentVoiceInterruptionTurnon } from './IconAgentVoiceInterruptionTurnon';
|
|
1522
|
+
export { default as IconAgentSubtitlesOff } from './IconAgentSubtitlesOff';
|
|
1523
|
+
export { default as IconAgentVoiceExit } from './IconAgentVoiceExit';
|
|
1524
|
+
export { default as IconAgentVoiceInput } from './IconAgentVoiceInput';
|
|
1525
|
+
export { default as IconAgentInputKeyboard } from './IconAgentInputKeyboard';
|
|
1526
|
+
export { default as IconAgentVoiceHangup } from './IconAgentVoiceHangup';
|
|
1527
|
+
export { default as IconAgentVoiceAnswer } from './IconAgentVoiceAnswer';
|
|
1528
|
+
export { default as IconAgentVoiceSwitch } from './IconAgentVoiceSwitch';
|
|
1529
|
+
export { default as IconAgentVoiceDialogue } from './IconAgentVoiceDialogue';
|
|
1530
|
+
export { default as IconAgentMicrophone } from './IconAgentMicrophone';
|
|
1531
|
+
export { default as IconAgentVoicePlay } from './IconAgentVoicePlay';
|
|
1532
|
+
export { default as IconAgentVoicePause } from './IconAgentVoicePause';
|
|
1533
|
+
export { default as IconAgentVoiceInteraction } from './IconAgentVoiceInteraction';
|
|
1518
1534
|
|
|
1519
1535
|
export * from './type';
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
declare const IconAgentInputKeyboard: React.ForwardRefExoticComponent<Pick<OriginIconProps, "string" | "className" | "prefix" | "width" | "height" | "useCurrentColor" | "spin" | "color" | "id" | "lang" | "max" | "media" | "method" | "min" | "name" | "style" | "target" | "type" | "role" | "tabIndex" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "alphabetic" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "clipPath" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "display" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fill" | "fillOpacity" | "fillRule" | "filter" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "format" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "hanging" | "horizAdvX" | "horizOriginX" | "href" | "ideographic" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "letterSpacing" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "mask" | "maskContentUnits" | "maskUnits" | "mathematical" | "mode" | "numOctaves" | "offset" | "opacity" | "operator" | "order" | "orient" | "orientation" | "origin" | "overflow" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "path" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rotate" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "to" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key"> & React.RefAttributes<SVGSVGElement>>;
|
|
4
|
+
export default IconAgentInputKeyboard;
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
|
2
|
+
__assign = Object.assign || function(t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
+
t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
};
|
|
10
|
+
return __assign.apply(this, arguments);
|
|
11
|
+
};
|
|
12
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
15
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
16
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
17
|
+
}
|
|
18
|
+
Object.defineProperty(o, k2, desc);
|
|
19
|
+
}) : (function(o, m, k, k2) {
|
|
20
|
+
if (k2 === undefined) k2 = k;
|
|
21
|
+
o[k2] = m[k];
|
|
22
|
+
}));
|
|
23
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
24
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
25
|
+
}) : function(o, v) {
|
|
26
|
+
o["default"] = v;
|
|
27
|
+
});
|
|
28
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
36
|
+
var t = {};
|
|
37
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
38
|
+
t[p] = s[p];
|
|
39
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
40
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
41
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
42
|
+
t[p[i]] = s[p[i]];
|
|
43
|
+
}
|
|
44
|
+
return t;
|
|
45
|
+
};
|
|
46
|
+
(function (factory) {
|
|
47
|
+
if (typeof module === "object" && typeof module.exports === "object") {
|
|
48
|
+
var v = factory(require, exports);
|
|
49
|
+
if (v !== undefined) module.exports = v;
|
|
50
|
+
}
|
|
51
|
+
else if (typeof define === "function" && define.amd) {
|
|
52
|
+
define(["require", "exports", "react", "../context"], factory);
|
|
53
|
+
}
|
|
54
|
+
})(function (require, exports) {
|
|
55
|
+
"use strict";
|
|
56
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
57
|
+
var react_1 = __importStar(require("react"));
|
|
58
|
+
var context_1 = require("../context");
|
|
59
|
+
function IconAgentInputKeyboardComponent(props, ref) {
|
|
60
|
+
var prefixFromContext = (0, react_1.useContext)(context_1.Context).prefix;
|
|
61
|
+
var _a = props.className, className = _a === void 0 ? '' : _a, prefixFromProps = props.prefix, _b = props.width, width = _b === void 0 ? '1em' : _b, _c = props.height, height = _c === void 0 ? '1em' : _c, _d = props.useCurrentColor, useCurrentColor = _d === void 0 ? true : _d, spin = props.spin, rest = __rest(props, ["className", "prefix", "width", "height", "useCurrentColor", "spin"]);
|
|
62
|
+
var prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
63
|
+
var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
|
|
64
|
+
return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-agent_input_keyboard").concat(loadingKls, " ").concat(className), width: width, height: height, viewBox: "0 0 24 24", fill: useCurrentColor ? 'currentColor' : '#000', xmlns: "http://www.w3.org/2000/svg" }, rest, { ref: ref }),
|
|
65
|
+
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.59998 7.4001C1.59998 5.57756 3.07744 4.1001 4.89998 4.1001H19.1C20.9225 4.1001 22.4 5.57756 22.4 7.4001V16.6001C22.4 18.4226 20.9225 19.9001 19.1 19.9001H4.89998C3.07744 19.9001 1.59998 18.4226 1.59998 16.6001V7.4001ZM4.89998 5.9001C4.07155 5.9001 3.39998 6.57167 3.39998 7.4001V16.6001C3.39998 17.4285 4.07155 18.1001 4.89998 18.1001H19.1C19.9284 18.1001 20.6 17.4285 20.6 16.6001V7.4001C20.6 6.57167 19.9284 5.9001 19.1 5.9001H4.89998ZM14 8.0001H13.5C12.9477 8.0001 12.5 8.44781 12.5 9.0001V9.5001C12.5 10.0524 12.9477 10.5001 13.5 10.5001H14C14.5523 10.5001 15 10.0524 15 9.5001V9.0001C15 8.44781 14.5523 8.0001 14 8.0001ZM17 8.0001H17.5C18.0523 8.0001 18.5 8.44781 18.5 9.0001V9.5001C18.5 10.0524 18.0523 10.5001 17.5 10.5001H17C16.4477 10.5001 16 10.0524 16 9.5001V9.0001C16 8.44781 16.4477 8.0001 17 8.0001ZM10.5 8.0001H9.99998C9.44769 8.0001 8.99998 8.44781 8.99998 9.0001V9.5001C8.99998 10.0524 9.44769 10.5001 9.99998 10.5001H10.5C11.0523 10.5001 11.5 10.0524 11.5 9.5001V9.0001C11.5 8.44781 11.0523 8.0001 10.5 8.0001ZM6.49998 8.0001H6.99998C7.55226 8.0001 7.99998 8.44781 7.99998 9.0001V9.5001C7.99998 10.0524 7.55226 10.5001 6.99998 10.5001H6.49998C5.94769 10.5001 5.49998 10.0524 5.49998 9.5001V9.0001C5.49998 8.44781 5.94769 8.0001 6.49998 8.0001ZM13 13.5001H6.49998C5.94769 13.5001 5.49998 13.9478 5.49998 14.5001C5.49998 15.0524 5.94769 15.5001 6.49998 15.5001H13C13.5523 15.5001 14 15.0524 14 14.5001C14 13.9478 13.5523 13.5001 13 13.5001ZM16 13.5001H17.5C18.0523 13.5001 18.5 13.9478 18.5 14.5001C18.5 15.0524 18.0523 15.5001 17.5 15.5001H16C15.4477 15.5001 15 15.0524 15 14.5001C15 13.9478 15.4477 13.5001 16 13.5001Z" }));
|
|
66
|
+
}
|
|
67
|
+
var IconAgentInputKeyboard = react_1.default.forwardRef(IconAgentInputKeyboardComponent);
|
|
68
|
+
exports.default = IconAgentInputKeyboard;
|
|
69
|
+
});
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
declare const IconAgentMicrophone: React.ForwardRefExoticComponent<Pick<OriginIconProps, "string" | "className" | "prefix" | "width" | "height" | "useCurrentColor" | "spin" | "color" | "id" | "lang" | "max" | "media" | "method" | "min" | "name" | "style" | "target" | "type" | "role" | "tabIndex" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "alphabetic" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "clipPath" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "display" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fill" | "fillOpacity" | "fillRule" | "filter" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "format" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "hanging" | "horizAdvX" | "horizOriginX" | "href" | "ideographic" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "letterSpacing" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "mask" | "maskContentUnits" | "maskUnits" | "mathematical" | "mode" | "numOctaves" | "offset" | "opacity" | "operator" | "order" | "orient" | "orientation" | "origin" | "overflow" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "path" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rotate" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "to" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key"> & React.RefAttributes<SVGSVGElement>>;
|
|
4
|
+
export default IconAgentMicrophone;
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
|
2
|
+
__assign = Object.assign || function(t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
+
t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
};
|
|
10
|
+
return __assign.apply(this, arguments);
|
|
11
|
+
};
|
|
12
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
15
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
16
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
17
|
+
}
|
|
18
|
+
Object.defineProperty(o, k2, desc);
|
|
19
|
+
}) : (function(o, m, k, k2) {
|
|
20
|
+
if (k2 === undefined) k2 = k;
|
|
21
|
+
o[k2] = m[k];
|
|
22
|
+
}));
|
|
23
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
24
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
25
|
+
}) : function(o, v) {
|
|
26
|
+
o["default"] = v;
|
|
27
|
+
});
|
|
28
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
36
|
+
var t = {};
|
|
37
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
38
|
+
t[p] = s[p];
|
|
39
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
40
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
41
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
42
|
+
t[p[i]] = s[p[i]];
|
|
43
|
+
}
|
|
44
|
+
return t;
|
|
45
|
+
};
|
|
46
|
+
(function (factory) {
|
|
47
|
+
if (typeof module === "object" && typeof module.exports === "object") {
|
|
48
|
+
var v = factory(require, exports);
|
|
49
|
+
if (v !== undefined) module.exports = v;
|
|
50
|
+
}
|
|
51
|
+
else if (typeof define === "function" && define.amd) {
|
|
52
|
+
define(["require", "exports", "react", "../context"], factory);
|
|
53
|
+
}
|
|
54
|
+
})(function (require, exports) {
|
|
55
|
+
"use strict";
|
|
56
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
57
|
+
var react_1 = __importStar(require("react"));
|
|
58
|
+
var context_1 = require("../context");
|
|
59
|
+
function IconAgentMicrophoneComponent(props, ref) {
|
|
60
|
+
var prefixFromContext = (0, react_1.useContext)(context_1.Context).prefix;
|
|
61
|
+
var _a = props.className, className = _a === void 0 ? '' : _a, prefixFromProps = props.prefix, _b = props.width, width = _b === void 0 ? '1em' : _b, _c = props.height, height = _c === void 0 ? '1em' : _c, _d = props.useCurrentColor, useCurrentColor = _d === void 0 ? true : _d, spin = props.spin, rest = __rest(props, ["className", "prefix", "width", "height", "useCurrentColor", "spin"]);
|
|
62
|
+
var prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
63
|
+
var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
|
|
64
|
+
return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-agent_microphone").concat(loadingKls, " ").concat(className), width: width, height: height, viewBox: "0 0 42 42", fill: useCurrentColor ? 'currentColor' : '#000', xmlns: "http://www.w3.org/2000/svg" }, rest, { ref: ref }),
|
|
65
|
+
react_1.default.createElement("path", { opacity: ".8", d: "M34.125 18.125C35.2296 18.125 36.125 19.0204 36.125 20.125C36.125 27.8002 30.4079 34.1385 23 35.1172V38.5C23 39.6045 22.1045 40.5 21 40.5C19.8955 40.5 19 39.6045 19 38.5V35.1172C11.5921 34.1385 5.87504 27.8002 5.875 20.125C5.875 19.0204 6.77043 18.125 7.875 18.125C8.97957 18.125 9.875 19.0204 9.875 20.125C9.87504 26.2692 14.8558 31.25 21 31.25C27.1442 31.25 32.125 26.2692 32.125 20.125C32.125 19.0204 33.0204 18.125 34.125 18.125ZM21 3.5C24.3827 3.50001 27.125 6.2423 27.125 9.625V21C27.125 24.3827 24.3827 27.125 21 27.125C17.6173 27.125 14.875 24.3827 14.875 21V9.625C14.875 6.24229 17.6173 3.5 21 3.5Z" }));
|
|
66
|
+
}
|
|
67
|
+
var IconAgentMicrophone = react_1.default.forwardRef(IconAgentMicrophoneComponent);
|
|
68
|
+
exports.default = IconAgentMicrophone;
|
|
69
|
+
});
|