@arco-iconbox/react-coze 0.1.34 → 0.1.36
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/IconCozCropping/index.js +2 -2
- package/cjs/IconCozForward/index.d.ts +4 -0
- package/cjs/IconCozForward/index.js +59 -0
- package/cjs/IconCozMatting/index.d.ts +4 -0
- package/cjs/IconCozMatting/index.js +59 -0
- package/cjs/IconCozMicrophone/index.js +2 -2
- package/cjs/IconCozMobileAndPC/index.d.ts +4 -0
- package/cjs/IconCozMobileAndPC/index.js +60 -0
- package/cjs/IconCozNewtab/index.d.ts +4 -0
- package/cjs/IconCozNewtab/index.js +60 -0
- package/cjs/IconCozReturn/index.d.ts +4 -0
- package/cjs/IconCozReturn/index.js +59 -0
- package/cjs/IconCozSearchImage/index.d.ts +4 -0
- package/cjs/IconCozSearchImage/index.js +60 -0
- package/cjs/IconCozSelectedit/index.d.ts +4 -0
- package/cjs/IconCozSelectedit/index.js +60 -0
- package/cjs/IconCozView/index.d.ts +4 -0
- package/cjs/IconCozView/index.js +59 -0
- package/cjs/index.d.ts +8 -0
- package/cjs/index.js +17 -1
- package/dist/icon.min.js +1 -1
- package/esm/IconCozCropping/index.js +2 -2
- package/esm/IconCozForward/index.d.ts +4 -0
- package/esm/IconCozForward/index.js +34 -0
- package/esm/IconCozMatting/index.d.ts +4 -0
- package/esm/IconCozMatting/index.js +34 -0
- package/esm/IconCozMicrophone/index.js +2 -2
- package/esm/IconCozMobileAndPC/index.d.ts +4 -0
- package/esm/IconCozMobileAndPC/index.js +35 -0
- package/esm/IconCozNewtab/index.d.ts +4 -0
- package/esm/IconCozNewtab/index.js +35 -0
- package/esm/IconCozReturn/index.d.ts +4 -0
- package/esm/IconCozReturn/index.js +34 -0
- package/esm/IconCozSearchImage/index.d.ts +4 -0
- package/esm/IconCozSearchImage/index.js +35 -0
- package/esm/IconCozSelectedit/index.d.ts +4 -0
- package/esm/IconCozSelectedit/index.js +35 -0
- package/esm/IconCozView/index.d.ts +4 -0
- package/esm/IconCozView/index.js +34 -0
- package/esm/index.d.ts +8 -0
- package/esm/index.js +8 -0
- package/package.json +1 -1
- package/src/IconCozCropping/index.tsx +1 -1
- package/src/IconCozForward/index.tsx +15 -0
- package/src/IconCozMatting/index.tsx +15 -0
- package/src/IconCozMicrophone/index.tsx +1 -1
- package/src/IconCozMobileAndPC/index.tsx +15 -0
- package/src/IconCozNewtab/index.tsx +15 -0
- package/src/IconCozReturn/index.tsx +15 -0
- package/src/IconCozSearchImage/index.tsx +15 -0
- package/src/IconCozSelectedit/index.tsx +15 -0
- package/src/IconCozView/index.tsx +15 -0
- package/src/index.ts +8 -0
- package/umd/IconCozCropping/index.js +2 -2
- package/umd/IconCozForward/index.d.ts +4 -0
- package/umd/IconCozForward/index.js +69 -0
- package/umd/IconCozMatting/index.d.ts +4 -0
- package/umd/IconCozMatting/index.js +69 -0
- package/umd/IconCozMicrophone/index.js +2 -2
- package/umd/IconCozMobileAndPC/index.d.ts +4 -0
- package/umd/IconCozMobileAndPC/index.js +70 -0
- package/umd/IconCozNewtab/index.d.ts +4 -0
- package/umd/IconCozNewtab/index.js +70 -0
- package/umd/IconCozReturn/index.d.ts +4 -0
- package/umd/IconCozReturn/index.js +69 -0
- package/umd/IconCozSearchImage/index.d.ts +4 -0
- package/umd/IconCozSearchImage/index.js +70 -0
- package/umd/IconCozSelectedit/index.d.ts +4 -0
- package/umd/IconCozSelectedit/index.js +70 -0
- package/umd/IconCozView/index.d.ts +4 -0
- package/umd/IconCozView/index.js +69 -0
- package/umd/index.d.ts +8 -0
- package/umd/index.js +18 -2
|
@@ -0,0 +1,34 @@
|
|
|
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 __rest = (this && this.__rest) || function (s, e) {
|
|
13
|
+
var t = {};
|
|
14
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
15
|
+
t[p] = s[p];
|
|
16
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
17
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
18
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
19
|
+
t[p[i]] = s[p[i]];
|
|
20
|
+
}
|
|
21
|
+
return t;
|
|
22
|
+
};
|
|
23
|
+
import React, { useContext } from 'react';
|
|
24
|
+
import { Context } from '../context';
|
|
25
|
+
function IconCozViewComponent(props, ref) {
|
|
26
|
+
var prefixFromContext = useContext(Context).prefix;
|
|
27
|
+
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"]);
|
|
28
|
+
var prefix = prefixFromProps || prefixFromContext || 'font';
|
|
29
|
+
var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
|
|
30
|
+
return React.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-coz_view").concat(loadingKls, " ").concat(className), width: width, height: height, viewBox: "0 0 25 24", fill: useCurrentColor ? 'currentColor' : '#000', xmlns: "http://www.w3.org/2000/svg" }, rest, { ref: ref }),
|
|
31
|
+
React.createElement("path", { d: "M23.0828 3.5V6.01239C23.0828 6.56467 22.635 7.01239 22.0828 7.01239 21.5305 7.01239 21.0828 6.56467 21.0828 6.01239V3.5L18.5554 3.5C18.0031 3.5 17.5554 3.05228 17.5554 2.5 17.5554 1.94771 18.0031 1.5 18.5554 1.5L21.0828 1.5C22.1873 1.5 23.0828 2.39543 23.0828 3.5zM2.04834 20.5178V18.0006C2.04834 17.4483 2.49605 17.0006 3.04834 17.0006 3.60062 17.0006 4.04834 17.4483 4.04834 18.0006V20.5178H6.56963C7.12192 20.5178 7.56963 20.9655 7.56963 21.5178 7.56963 22.0701 7.12192 22.5178 6.56963 22.5178H4.04834C2.94377 22.5178 2.04834 21.6224 2.04834 20.5178zM12.5355 18.0545C15.5521 18.0545 18.3451 16.1357 20.9343 11.9868 18.4117 7.85277 15.625 5.94334 12.5355 5.94334 9.44701 5.94334 6.67038 7.8519 4.16503 11.9868 6.73694 16.1366 9.52 18.0545 12.5355 18.0545zM2.76986 12.8281C2.46987 12.3175 2.46784 11.6827 2.7609 11.168 2.77134 11.1497 2.78134 11.1322 2.79083 11.1158 5.49541 6.4253 8.7433 4.08008 12.5345 4.08008 16.3412 4.08008 19.6092 6.44448 22.3384 11.1733 22.3466 11.1874 22.3552 11.2024 22.3642 11.2181 22.6402 11.7016 22.6381 12.2984 22.3557 12.7783 19.5545 17.5379 16.2807 19.9178 12.5345 19.9178 8.8014 19.9178 5.54651 17.5546 2.76986 12.8281zM12.5497 15.7254C10.4916 15.7254 8.82317 14.057 8.82317 11.9989 8.82317 9.94083 10.4916 8.27241 12.5497 8.27241 14.6078 8.27241 16.2762 9.94083 16.2762 11.9989 16.2762 14.057 14.6078 15.7254 12.5497 15.7254zM12.5497 13.8622C13.5787 13.8622 14.4129 13.028 14.4129 11.9989 14.4129 10.9699 13.5787 10.1357 12.5497 10.1357 11.5206 10.1357 10.6864 10.9699 10.6864 11.9989 10.6864 13.028 11.5206 13.8622 12.5497 13.8622z", fillOpacity: "1" }));
|
|
32
|
+
}
|
|
33
|
+
var IconCozView = React.forwardRef(IconCozViewComponent);
|
|
34
|
+
export default IconCozView;
|
package/esm/index.d.ts
CHANGED
|
@@ -518,4 +518,12 @@ export { default as IconChecked } from './IconChecked';
|
|
|
518
518
|
export { default as IconClear } from './IconClear';
|
|
519
519
|
export { default as IconChatTip } from './IconChatTip';
|
|
520
520
|
export { default as IconCozHD } from './IconCozHD';
|
|
521
|
+
export { default as IconCozView } from './IconCozView';
|
|
522
|
+
export { default as IconCozReturn } from './IconCozReturn';
|
|
523
|
+
export { default as IconCozForward } from './IconCozForward';
|
|
524
|
+
export { default as IconCozNewtab } from './IconCozNewtab';
|
|
525
|
+
export { default as IconCozSelectedit } from './IconCozSelectedit';
|
|
526
|
+
export { default as IconCozMobileAndPC } from './IconCozMobileAndPC';
|
|
527
|
+
export { default as IconCozMatting } from './IconCozMatting';
|
|
528
|
+
export { default as IconCozSearchImage } from './IconCozSearchImage';
|
|
521
529
|
export * from './type';
|
package/esm/index.js
CHANGED
|
@@ -518,4 +518,12 @@ export { default as IconChecked } from './IconChecked';
|
|
|
518
518
|
export { default as IconClear } from './IconClear';
|
|
519
519
|
export { default as IconChatTip } from './IconChatTip';
|
|
520
520
|
export { default as IconCozHD } from './IconCozHD';
|
|
521
|
+
export { default as IconCozView } from './IconCozView';
|
|
522
|
+
export { default as IconCozReturn } from './IconCozReturn';
|
|
523
|
+
export { default as IconCozForward } from './IconCozForward';
|
|
524
|
+
export { default as IconCozNewtab } from './IconCozNewtab';
|
|
525
|
+
export { default as IconCozSelectedit } from './IconCozSelectedit';
|
|
526
|
+
export { default as IconCozMobileAndPC } from './IconCozMobileAndPC';
|
|
527
|
+
export { default as IconCozMatting } from './IconCozMatting';
|
|
528
|
+
export { default as IconCozSearchImage } from './IconCozSearchImage';
|
|
521
529
|
export * from './type';
|
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@ function IconCozCroppingComponent(props: OriginIconProps, ref: ForwardedRef<SVGS
|
|
|
8
8
|
|
|
9
9
|
const prefix = prefixFromProps || prefixFromContext || 'font';
|
|
10
10
|
const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
|
|
11
|
-
return <svg className={`${prefix}-icon ${prefix}-icon-coz_cropping${loadingKls} ${className}`} width={width} height={height} viewBox="0 0
|
|
11
|
+
return <svg className={`${prefix}-icon ${prefix}-icon-coz_cropping${loadingKls} ${className}`} width={width} height={height} viewBox="0 0 16 14" fill={useCurrentColor ? 'currentColor' : '#000'} xmlns="http://www.w3.org/2000/svg" {...rest} ref={ref}><path d="M3.4258 2.6762C3.20812 2.46163 3.20812 2.11376 3.4258 1.8992C3.64347 1.68464 3.99639 1.68464 4.21406 1.8992L8.08779 5.71755L11.9614 1.89929C12.1791 1.68472 12.532 1.68472 12.7497 1.89928C12.9674 2.11385 12.9674 2.46172 12.7497 2.67628L8.87606 6.49455L10.4427 8.03879C10.819 7.8003 11.2669 7.66196 11.7475 7.66196C13.0817 7.66196 14.1634 8.72813 14.1634 10.0433C14.1634 11.3585 13.0817 12.4247 11.7475 12.4247C10.4132 12.4247 9.33159 11.3585 9.33159 10.0433C9.33159 9.60003 9.45446 9.18504 9.66847 8.82962L8.08779 7.27154L6.50558 8.83113C6.71903 9.18621 6.84155 9.60066 6.84155 10.0433C6.84155 11.3585 5.75992 12.4247 4.42566 12.4247C3.0914 12.4247 2.00977 11.3585 2.00977 10.0433C2.00977 8.72813 3.0914 7.66196 4.42566 7.66196C4.90692 7.66196 5.35531 7.80066 5.73193 8.03973L7.29953 6.49455L3.4258 2.6762ZM5.72678 10.0433C5.72678 9.335 5.14425 8.76079 4.42566 8.76079C3.70707 8.76079 3.12454 9.335 3.12454 10.0433C3.12454 10.7516 3.70707 11.3258 4.42566 11.3258C5.14425 11.3258 5.72678 10.7516 5.72678 10.0433ZM13.0486 10.0433C13.0486 9.335 12.4661 8.76079 11.7475 8.76079C11.0289 8.76079 10.4464 9.335 10.4464 10.0433C10.4464 10.7516 11.0289 11.3258 11.7475 11.3258C12.4661 11.3258 13.0486 10.7516 13.0486 10.0433Z" fillOpacity="1"/></svg>;
|
|
12
12
|
}
|
|
13
13
|
|
|
14
14
|
const IconCozCropping = React.forwardRef(IconCozCroppingComponent);
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { ForwardedRef, useContext } from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
import { Context } from '../context';
|
|
4
|
+
|
|
5
|
+
function IconCozForwardComponent(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 || 'font';
|
|
10
|
+
const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
|
|
11
|
+
return <svg className={`${prefix}-icon ${prefix}-icon-coz_forward${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 d="M21.7071 11.2929C22.0976 11.6834 22.0976 12.3166 21.7071 12.7071L14.7071 19.7071C14.3166 20.0976 13.6834 20.0976 13.2929 19.7071C12.9024 19.3166 12.9024 18.6834 13.2929 18.2929L18.5858 13L2 13C1.44772 13 1 12.5523 1 12C1 11.4477 1.44772 11 2 11L18.5858 11L13.2929 5.70711C12.9024 5.31658 12.9024 4.68342 13.2929 4.29289C13.6834 3.90237 14.3166 3.90237 14.7071 4.29289L21.7071 11.2929Z" fillOpacity="1"/></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconCozForward = React.forwardRef(IconCozForwardComponent);
|
|
15
|
+
export default IconCozForward;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { ForwardedRef, useContext } from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
import { Context } from '../context';
|
|
4
|
+
|
|
5
|
+
function IconCozMattingComponent(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 || 'font';
|
|
10
|
+
const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
|
|
11
|
+
return <svg className={`${prefix}-icon ${prefix}-icon-coz_matting${loadingKls} ${className}`} width={width} height={height} viewBox="0 0 14 14" fill={useCurrentColor ? 'currentColor' : '#000'} xmlns="http://www.w3.org/2000/svg" {...rest} ref={ref}><path d="M8.57422 2.77246C8.82502 2.60484 9.15924 2.65737 9.34766 2.88477L9.38379 2.93262L9.46582 3.06055C9.546 3.1892 9.61992 3.32225 9.6875 3.45898C9.77296 3.632 9.76307 3.82626 9.68066 3.98535C11.6665 4.5132 13.1299 6.32265 13.1299 8.47461C13.1298 11.0402 11.0499 13.12 8.48438 13.1201C6.33308 13.1201 4.52359 11.6577 3.99512 9.67285C3.83532 9.75715 3.63927 9.7678 3.46484 9.68164C3.32811 9.61406 3.19506 9.54014 3.06641 9.45996L2.93848 9.37793L2.89062 9.3418C2.66323 9.15338 2.6107 8.81916 2.77832 8.56836C2.94638 8.31748 3.2761 8.23814 3.53711 8.37695L3.58789 8.4082L3.78125 8.52832C3.80065 8.53954 3.82119 8.54872 3.84082 8.55957C3.84031 8.5313 3.83887 8.503 3.83887 8.47461C3.83887 5.9089 5.91867 3.8291 8.48438 3.8291C8.5108 3.8291 8.53716 3.82964 8.56348 3.83008C8.55344 3.81199 8.54453 3.79328 8.53418 3.77539L8.41406 3.58203L8.38281 3.53125C8.244 3.27024 8.32334 2.94052 8.57422 2.77246ZM8.48438 4.99512C6.563 4.99512 5.00488 6.55323 5.00488 8.47461C5.00499 10.3959 6.56307 11.9531 8.48438 11.9531C10.4056 11.953 11.9628 10.3958 11.9629 8.47461C11.9629 6.5533 10.4057 4.99523 8.48438 4.99512ZM1.61816 6.78906C1.90692 6.64657 2.25673 6.76502 2.39941 7.05371C2.46677 7.19001 2.54289 7.32166 2.62695 7.44727C2.806 7.71492 2.73436 8.07762 2.4668 8.25684C2.19913 8.4357 1.83636 8.36425 1.65723 8.09668C1.54489 7.92887 1.44366 7.75275 1.35352 7.57031C1.21095 7.28159 1.32955 6.93182 1.61816 6.78906ZM1.50488 4.66602C1.82609 4.68698 2.06943 4.96489 2.04883 5.28613C2.04396 5.3615 2.04199 5.4379 2.04199 5.51465L2.04883 5.74316L2.0498 5.80273C2.03888 6.09799 1.80604 6.34362 1.50488 6.36328C1.20359 6.38273 0.940494 6.16939 0.891602 5.87793L0.884766 5.81836L0.876953 5.66699C0.875325 5.61649 0.875 5.56551 0.875 5.51465C0.875002 5.41278 0.878278 5.31133 0.884766 5.21094C0.905677 4.88959 1.1835 4.64528 1.50488 4.66602ZM1.65723 2.93262C1.83636 2.66516 2.19917 2.59369 2.4668 2.77246C2.7344 2.95168 2.80605 3.31436 2.62695 3.58203C2.54286 3.70766 2.46679 3.83926 2.39941 3.97559C2.25673 4.26435 1.90696 4.38279 1.61816 4.24023C1.32955 4.09745 1.21091 3.74771 1.35352 3.45898C1.44366 3.27657 1.5449 3.1004 1.65723 2.93262ZM3.46484 1.34766C3.75357 1.20505 4.10331 1.32369 4.24609 1.6123C4.38865 1.9011 4.27021 2.25088 3.98145 2.39355C3.84512 2.46093 3.71352 2.537 3.58789 2.62109C3.32022 2.80019 2.95754 2.72854 2.77832 2.46094C2.59955 2.19331 2.67102 1.83051 2.93848 1.65137C3.10626 1.53904 3.28243 1.4378 3.46484 1.34766ZM6.79492 1.6123C6.93768 1.32369 7.28744 1.20509 7.57617 1.34766C7.75861 1.43781 7.93473 1.53903 8.10254 1.65137C8.37011 1.8305 8.44156 2.19327 8.2627 2.46094C8.08348 2.7285 7.72078 2.80014 7.45312 2.62109C7.32752 2.53703 7.19587 2.46091 7.05957 2.39355C6.77088 2.25087 6.65243 1.90106 6.79492 1.6123ZM5.67285 0.871094L5.82422 0.878906L5.88379 0.885742C6.17525 0.934635 6.38859 1.19773 6.36914 1.49902C6.34948 1.80018 6.10385 2.03302 5.80859 2.04395L5.74902 2.04297L5.52051 2.03613C5.44376 2.03614 5.36735 2.0381 5.29199 2.04297C4.97075 2.06357 4.69284 1.82024 4.67188 1.49902C4.65114 1.17764 4.89545 0.899818 5.2168 0.878906C5.31719 0.872419 5.41864 0.869143 5.52051 0.869141C5.57137 0.869141 5.62235 0.869466 5.67285 0.871094Z" fillOpacity="1"/></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconCozMatting = React.forwardRef(IconCozMattingComponent);
|
|
15
|
+
export default IconCozMatting;
|
|
@@ -8,7 +8,7 @@ function IconCozMicrophoneComponent(props: OriginIconProps, ref: ForwardedRef<SV
|
|
|
8
8
|
|
|
9
9
|
const prefix = prefixFromProps || prefixFromContext || 'font';
|
|
10
10
|
const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
|
|
11
|
-
return <svg className={`${prefix}-icon ${prefix}-icon-coz_microphone${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 d="
|
|
11
|
+
return <svg className={`${prefix}-icon ${prefix}-icon-coz_microphone${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="M11.9998 18C8.68606 18 5.99977 15.3137 5.99977 12V8C5.99977 4.68629 8.68606 2 11.9998 2C15.3135 2 17.9998 4.68629 17.9998 8V12C17.9998 15.3137 15.3135 18 11.9998 18ZM15.9998 8V12C15.9998 14.2091 14.2089 16 11.9998 16C9.79063 16 7.99977 14.2091 7.99977 12V8C7.99977 5.79086 9.79063 4 11.9998 4C14.2089 4 15.9998 5.79086 15.9998 8Z"/><path d="M2 12.0003C2 11.448 2.44772 11.0003 3 11.0003C3.55228 11.0003 4 11.448 4 12.0003C4 16.4186 7.58172 20.0003 12 20.0003C16.4183 20.0003 20 16.4186 20 12.0003C20 11.448 20.4477 11.0003 21 11.0003C21.5523 11.0003 22 11.448 22 12.0003C22 17.5232 17.5228 22.0003 12 22.0003C6.47715 22.0003 2 17.5232 2 12.0003Z"/></svg>;
|
|
12
12
|
}
|
|
13
13
|
|
|
14
14
|
const IconCozMicrophone = React.forwardRef(IconCozMicrophoneComponent);
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { ForwardedRef, useContext } from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
import { Context } from '../context';
|
|
4
|
+
|
|
5
|
+
function IconCozMobileAndPCComponent(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 || 'font';
|
|
10
|
+
const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
|
|
11
|
+
return <svg className={`${prefix}-icon ${prefix}-icon-coz_mobileAndPC${loadingKls} ${className}`} width={width} height={height} viewBox="0 0 25 24" fill={useCurrentColor ? 'currentColor' : '#000'} xmlns="http://www.w3.org/2000/svg" {...rest} ref={ref}><path d="M2.55713 3.98633C2.55713 2.88633 3.45713 1.98633 4.55713 1.98633L21.5571 1.98633C22.6571 1.98633 23.5571 2.88633 23.5571 3.98633V15.9693C23.5571 17.0693 22.6571 17.9693 21.5571 17.9693H15.2984V19.9985H17.2984C17.8507 19.9985 18.2984 20.4462 18.2984 20.9985 18.2984 21.5507 17.8507 21.9985 17.2984 21.9985H12.5571C12.0048 21.9985 11.5571 21.5507 11.5571 20.9985 11.5571 20.4462 12.0048 19.9985 12.5571 19.9985H13.2984V17.9693H12.5571C12.0048 17.9693 11.5571 17.5216 11.5571 16.9693 11.5571 16.4171 12.0048 15.9693 12.5571 15.9693H21.5571V3.98633H4.55713V5.98633C4.55713 6.53861 4.10941 6.98633 3.55713 6.98633 3.00484 6.98633 2.55713 6.53861 2.55713 5.98633V3.98633zM4.55713 17.9693C4.55713 17.4171 5.00484 16.9693 5.55713 16.9693H6.55713C7.10941 16.9693 7.55713 17.4171 7.55713 17.9693 7.55713 18.5216 7.10941 18.9693 6.55713 18.9693H5.55713C5.00484 18.9693 4.55713 18.5216 4.55713 17.9693z" fillOpacity="1"/><path d="M1.55713 9.98148C1.55713 8.87691 2.45256 7.98148 3.55713 7.98148H8.55713C9.6617 7.98148 10.5571 8.87691 10.5571 9.98148V19.9985C10.5571 21.103 9.6617 21.9985 8.55713 21.9985H3.55713C2.45256 21.9985 1.55713 21.103 1.55713 19.9985V9.98148ZM3.55713 19.9985H8.55713V9.98148H3.55713V19.9985Z" fillOpacity="1"/></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconCozMobileAndPC = React.forwardRef(IconCozMobileAndPCComponent);
|
|
15
|
+
export default IconCozMobileAndPC;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { ForwardedRef, useContext } from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
import { Context } from '../context';
|
|
4
|
+
|
|
5
|
+
function IconCozNewtabComponent(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 || 'font';
|
|
10
|
+
const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
|
|
11
|
+
return <svg className={`${prefix}-icon ${prefix}-icon-coz_newtab${loadingKls} ${className}`} width={width} height={height} viewBox="0 0 25 24" fill={useCurrentColor ? 'currentColor' : '#000'} xmlns="http://www.w3.org/2000/svg" {...rest} ref={ref}><path d="M22.4521 3.00002C22.4521 2.44774 22.0044 2.00003 21.4522 2.00003L14.4522 2C13.8999 2 13.4522 2.44771 13.4522 3C13.4522 3.55228 13.8999 4 14.4522 4L19.0379 4.00002L12.745 10.2929C12.3545 10.6834 12.3545 11.3166 12.745 11.7071C13.1356 12.0977 13.7687 12.0977 14.1593 11.7071L20.4522 5.41422L20.4522 10C20.4522 10.5523 20.8999 11 21.4522 11C22.0045 11 22.4522 10.5523 22.4522 10L22.4521 3.00002Z" fillOpacity="1"/><path d="M4.45215 5H10.4521V7H4.45215V20H20.4521V14.5H22.4521V20C22.4521 21.1046 21.5567 22 20.4521 22H4.45215C3.34758 22 2.45215 21.1046 2.45215 20V7C2.45215 5.89543 3.34758 5 4.45215 5Z" fillOpacity="1"/></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconCozNewtab = React.forwardRef(IconCozNewtabComponent);
|
|
15
|
+
export default IconCozNewtab;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { ForwardedRef, useContext } from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
import { Context } from '../context';
|
|
4
|
+
|
|
5
|
+
function IconCozReturnComponent(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 || 'font';
|
|
10
|
+
const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
|
|
11
|
+
return <svg className={`${prefix}-icon ${prefix}-icon-coz_return${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 d="M1.29289 11.2929C0.90237 11.6834 0.90237 12.3166 1.29289 12.7071L8.29289 19.7071C8.68342 20.0976 9.31658 20.0976 9.70711 19.7071C10.0976 19.3166 10.0976 18.6834 9.70711 18.2929L4.41421 13L21 13C21.5523 13 22 12.5523 22 12C22 11.4477 21.5523 11 21 11L4.41421 11L9.70711 5.70711C10.0976 5.31658 10.0976 4.68342 9.70711 4.29289C9.31658 3.90237 8.68342 3.90237 8.29289 4.29289L1.29289 11.2929Z" fillOpacity="1"/></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconCozReturn = React.forwardRef(IconCozReturnComponent);
|
|
15
|
+
export default IconCozReturn;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { ForwardedRef, useContext } from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
import { Context } from '../context';
|
|
4
|
+
|
|
5
|
+
function IconCozSearchImageComponent(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 || 'font';
|
|
10
|
+
const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
|
|
11
|
+
return <svg className={`${prefix}-icon ${prefix}-icon-coz_search_image${loadingKls} ${className}`} width={width} height={height} viewBox="0 0 14 14" fill={useCurrentColor ? 'currentColor' : '#000'} xmlns="http://www.w3.org/2000/svg" {...rest} ref={ref}><path d="M1.45703 11.2782C1.45703 11.916 1.96787 12.4449 2.66259 12.4449H6.1237V11.2782H2.6237V2.72269H11.1793V5.44491H12.3459V2.72269C12.3459 2.13881 11.8744 1.55664 11.1793 1.55664H2.66259C2.03622 1.55664 1.45703 2.07069 1.45703 2.72269V11.2782Z" fillOpacity="1"/><path d="M6.1237 7.85717C6.06601 7.85717 6.00833 7.87714 5.96172 7.91708L3.7846 9.78319C3.65302 9.89597 3.73278 10.1116 3.90608 10.1116H6.1237V7.85717zM11.6843 11.9581C11.2015 12.2663 10.6279 12.4449 10.0126 12.4449 8.29437 12.4449 6.90148 11.052 6.90148 9.3338 6.90148 7.61558 8.29437 6.22269 10.0126 6.22269 11.7308 6.22269 13.1237 7.61558 13.1237 9.3338 13.1237 10.015 12.9048 10.645 12.5335 11.1574L13.4664 12.0897C13.6938 12.317 13.6939 12.6857 13.4665 12.913 13.2395 13.14 12.8716 13.1404 12.6441 12.9139L11.6843 11.9581zM10.0126 11.2782C11.0865 11.2782 11.957 10.4077 11.957 9.3338 11.957 8.25992 11.0865 7.38936 10.0126 7.38936 8.9387 7.38936 8.06814 8.25992 8.06814 9.3338 8.06814 10.4077 8.9387 11.2782 10.0126 11.2782zM4.37569 3.89136C4.05353 3.89136 3.79236 4.15253 3.79236 4.47469V4.85969C3.79236 5.18186 4.05353 5.44303 4.37569 5.44303H4.76069C5.08286 5.44303 5.34403 5.18186 5.34403 4.85969V4.47469C5.34403 4.15253 5.08286 3.89136 4.76069 3.89136H4.37569z" fillOpacity="1"/></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconCozSearchImage = React.forwardRef(IconCozSearchImageComponent);
|
|
15
|
+
export default IconCozSearchImage;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { ForwardedRef, useContext } from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
import { Context } from '../context';
|
|
4
|
+
|
|
5
|
+
function IconCozSelecteditComponent(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 || 'font';
|
|
10
|
+
const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
|
|
11
|
+
return <svg className={`${prefix}-icon ${prefix}-icon-coz_selectedit${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 d="M21 5H3V19H12V21H3C1.89543 21 1 20.1046 1 19V5C1 3.89543 1.89543 3 3 3H21C22.1046 3 23 3.89543 23 5V11H21V5Z" fillOpacity="1"/><path d="M17.4472 21.6767L17.4325 21.6429L13.8393 12.6606C13.6737 12.2457 14.0853 11.8342 14.4999 12.0001L23.4823 15.593C23.9201 15.7683 23.9041 16.3933 23.4579 16.5457L19.6768 17.8376L18.3849 21.6185C18.2366 22.0529 17.6403 22.0796 17.4472 21.6767Z" fillOpacity="1"/></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconCozSelectedit = React.forwardRef(IconCozSelecteditComponent);
|
|
15
|
+
export default IconCozSelectedit;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { ForwardedRef, useContext } from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
import { Context } from '../context';
|
|
4
|
+
|
|
5
|
+
function IconCozViewComponent(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 || 'font';
|
|
10
|
+
const loadingKls = spin ? ` ${prefix}-icon-loading` : '';
|
|
11
|
+
return <svg className={`${prefix}-icon ${prefix}-icon-coz_view${loadingKls} ${className}`} width={width} height={height} viewBox="0 0 25 24" fill={useCurrentColor ? 'currentColor' : '#000'} xmlns="http://www.w3.org/2000/svg" {...rest} ref={ref}><path d="M23.0828 3.5V6.01239C23.0828 6.56467 22.635 7.01239 22.0828 7.01239 21.5305 7.01239 21.0828 6.56467 21.0828 6.01239V3.5L18.5554 3.5C18.0031 3.5 17.5554 3.05228 17.5554 2.5 17.5554 1.94771 18.0031 1.5 18.5554 1.5L21.0828 1.5C22.1873 1.5 23.0828 2.39543 23.0828 3.5zM2.04834 20.5178V18.0006C2.04834 17.4483 2.49605 17.0006 3.04834 17.0006 3.60062 17.0006 4.04834 17.4483 4.04834 18.0006V20.5178H6.56963C7.12192 20.5178 7.56963 20.9655 7.56963 21.5178 7.56963 22.0701 7.12192 22.5178 6.56963 22.5178H4.04834C2.94377 22.5178 2.04834 21.6224 2.04834 20.5178zM12.5355 18.0545C15.5521 18.0545 18.3451 16.1357 20.9343 11.9868 18.4117 7.85277 15.625 5.94334 12.5355 5.94334 9.44701 5.94334 6.67038 7.8519 4.16503 11.9868 6.73694 16.1366 9.52 18.0545 12.5355 18.0545zM2.76986 12.8281C2.46987 12.3175 2.46784 11.6827 2.7609 11.168 2.77134 11.1497 2.78134 11.1322 2.79083 11.1158 5.49541 6.4253 8.7433 4.08008 12.5345 4.08008 16.3412 4.08008 19.6092 6.44448 22.3384 11.1733 22.3466 11.1874 22.3552 11.2024 22.3642 11.2181 22.6402 11.7016 22.6381 12.2984 22.3557 12.7783 19.5545 17.5379 16.2807 19.9178 12.5345 19.9178 8.8014 19.9178 5.54651 17.5546 2.76986 12.8281zM12.5497 15.7254C10.4916 15.7254 8.82317 14.057 8.82317 11.9989 8.82317 9.94083 10.4916 8.27241 12.5497 8.27241 14.6078 8.27241 16.2762 9.94083 16.2762 11.9989 16.2762 14.057 14.6078 15.7254 12.5497 15.7254zM12.5497 13.8622C13.5787 13.8622 14.4129 13.028 14.4129 11.9989 14.4129 10.9699 13.5787 10.1357 12.5497 10.1357 11.5206 10.1357 10.6864 10.9699 10.6864 11.9989 10.6864 13.028 11.5206 13.8622 12.5497 13.8622z" fillOpacity="1"/></svg>;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const IconCozView = React.forwardRef(IconCozViewComponent);
|
|
15
|
+
export default IconCozView;
|
package/src/index.ts
CHANGED
|
@@ -518,5 +518,13 @@ export { default as IconChecked } from './IconChecked';
|
|
|
518
518
|
export { default as IconClear } from './IconClear';
|
|
519
519
|
export { default as IconChatTip } from './IconChatTip';
|
|
520
520
|
export { default as IconCozHD } from './IconCozHD';
|
|
521
|
+
export { default as IconCozView } from './IconCozView';
|
|
522
|
+
export { default as IconCozReturn } from './IconCozReturn';
|
|
523
|
+
export { default as IconCozForward } from './IconCozForward';
|
|
524
|
+
export { default as IconCozNewtab } from './IconCozNewtab';
|
|
525
|
+
export { default as IconCozSelectedit } from './IconCozSelectedit';
|
|
526
|
+
export { default as IconCozMobileAndPC } from './IconCozMobileAndPC';
|
|
527
|
+
export { default as IconCozMatting } from './IconCozMatting';
|
|
528
|
+
export { default as IconCozSearchImage } from './IconCozSearchImage';
|
|
521
529
|
|
|
522
530
|
export * from './type';
|
|
@@ -61,8 +61,8 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
61
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
62
|
var prefix = prefixFromProps || prefixFromContext || 'font';
|
|
63
63
|
var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
|
|
64
|
-
return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-coz_cropping").concat(loadingKls, " ").concat(className), width: width, height: height, viewBox: "0 0
|
|
65
|
-
react_1.default.createElement("path", {
|
|
64
|
+
return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-coz_cropping").concat(loadingKls, " ").concat(className), width: width, height: height, viewBox: "0 0 16 14", fill: useCurrentColor ? 'currentColor' : '#000', xmlns: "http://www.w3.org/2000/svg" }, rest, { ref: ref }),
|
|
65
|
+
react_1.default.createElement("path", { d: "M3.4258 2.6762C3.20812 2.46163 3.20812 2.11376 3.4258 1.8992C3.64347 1.68464 3.99639 1.68464 4.21406 1.8992L8.08779 5.71755L11.9614 1.89929C12.1791 1.68472 12.532 1.68472 12.7497 1.89928C12.9674 2.11385 12.9674 2.46172 12.7497 2.67628L8.87606 6.49455L10.4427 8.03879C10.819 7.8003 11.2669 7.66196 11.7475 7.66196C13.0817 7.66196 14.1634 8.72813 14.1634 10.0433C14.1634 11.3585 13.0817 12.4247 11.7475 12.4247C10.4132 12.4247 9.33159 11.3585 9.33159 10.0433C9.33159 9.60003 9.45446 9.18504 9.66847 8.82962L8.08779 7.27154L6.50558 8.83113C6.71903 9.18621 6.84155 9.60066 6.84155 10.0433C6.84155 11.3585 5.75992 12.4247 4.42566 12.4247C3.0914 12.4247 2.00977 11.3585 2.00977 10.0433C2.00977 8.72813 3.0914 7.66196 4.42566 7.66196C4.90692 7.66196 5.35531 7.80066 5.73193 8.03973L7.29953 6.49455L3.4258 2.6762ZM5.72678 10.0433C5.72678 9.335 5.14425 8.76079 4.42566 8.76079C3.70707 8.76079 3.12454 9.335 3.12454 10.0433C3.12454 10.7516 3.70707 11.3258 4.42566 11.3258C5.14425 11.3258 5.72678 10.7516 5.72678 10.0433ZM13.0486 10.0433C13.0486 9.335 12.4661 8.76079 11.7475 8.76079C11.0289 8.76079 10.4464 9.335 10.4464 10.0433C10.4464 10.7516 11.0289 11.3258 11.7475 11.3258C12.4661 11.3258 13.0486 10.7516 13.0486 10.0433Z", fillOpacity: "1" }));
|
|
66
66
|
}
|
|
67
67
|
var IconCozCropping = react_1.default.forwardRef(IconCozCroppingComponent);
|
|
68
68
|
exports.default = IconCozCropping;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
declare const IconCozForward: 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 IconCozForward;
|
|
@@ -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 IconCozForwardComponent(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 || 'font';
|
|
63
|
+
var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
|
|
64
|
+
return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-coz_forward").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", { d: "M21.7071 11.2929C22.0976 11.6834 22.0976 12.3166 21.7071 12.7071L14.7071 19.7071C14.3166 20.0976 13.6834 20.0976 13.2929 19.7071C12.9024 19.3166 12.9024 18.6834 13.2929 18.2929L18.5858 13L2 13C1.44772 13 1 12.5523 1 12C1 11.4477 1.44772 11 2 11L18.5858 11L13.2929 5.70711C12.9024 5.31658 12.9024 4.68342 13.2929 4.29289C13.6834 3.90237 14.3166 3.90237 14.7071 4.29289L21.7071 11.2929Z", fillOpacity: "1" }));
|
|
66
|
+
}
|
|
67
|
+
var IconCozForward = react_1.default.forwardRef(IconCozForwardComponent);
|
|
68
|
+
exports.default = IconCozForward;
|
|
69
|
+
});
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
declare const IconCozMatting: 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 IconCozMatting;
|
|
@@ -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 IconCozMattingComponent(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 || 'font';
|
|
63
|
+
var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
|
|
64
|
+
return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-coz_matting").concat(loadingKls, " ").concat(className), width: width, height: height, viewBox: "0 0 14 14", fill: useCurrentColor ? 'currentColor' : '#000', xmlns: "http://www.w3.org/2000/svg" }, rest, { ref: ref }),
|
|
65
|
+
react_1.default.createElement("path", { d: "M8.57422 2.77246C8.82502 2.60484 9.15924 2.65737 9.34766 2.88477L9.38379 2.93262L9.46582 3.06055C9.546 3.1892 9.61992 3.32225 9.6875 3.45898C9.77296 3.632 9.76307 3.82626 9.68066 3.98535C11.6665 4.5132 13.1299 6.32265 13.1299 8.47461C13.1298 11.0402 11.0499 13.12 8.48438 13.1201C6.33308 13.1201 4.52359 11.6577 3.99512 9.67285C3.83532 9.75715 3.63927 9.7678 3.46484 9.68164C3.32811 9.61406 3.19506 9.54014 3.06641 9.45996L2.93848 9.37793L2.89062 9.3418C2.66323 9.15338 2.6107 8.81916 2.77832 8.56836C2.94638 8.31748 3.2761 8.23814 3.53711 8.37695L3.58789 8.4082L3.78125 8.52832C3.80065 8.53954 3.82119 8.54872 3.84082 8.55957C3.84031 8.5313 3.83887 8.503 3.83887 8.47461C3.83887 5.9089 5.91867 3.8291 8.48438 3.8291C8.5108 3.8291 8.53716 3.82964 8.56348 3.83008C8.55344 3.81199 8.54453 3.79328 8.53418 3.77539L8.41406 3.58203L8.38281 3.53125C8.244 3.27024 8.32334 2.94052 8.57422 2.77246ZM8.48438 4.99512C6.563 4.99512 5.00488 6.55323 5.00488 8.47461C5.00499 10.3959 6.56307 11.9531 8.48438 11.9531C10.4056 11.953 11.9628 10.3958 11.9629 8.47461C11.9629 6.5533 10.4057 4.99523 8.48438 4.99512ZM1.61816 6.78906C1.90692 6.64657 2.25673 6.76502 2.39941 7.05371C2.46677 7.19001 2.54289 7.32166 2.62695 7.44727C2.806 7.71492 2.73436 8.07762 2.4668 8.25684C2.19913 8.4357 1.83636 8.36425 1.65723 8.09668C1.54489 7.92887 1.44366 7.75275 1.35352 7.57031C1.21095 7.28159 1.32955 6.93182 1.61816 6.78906ZM1.50488 4.66602C1.82609 4.68698 2.06943 4.96489 2.04883 5.28613C2.04396 5.3615 2.04199 5.4379 2.04199 5.51465L2.04883 5.74316L2.0498 5.80273C2.03888 6.09799 1.80604 6.34362 1.50488 6.36328C1.20359 6.38273 0.940494 6.16939 0.891602 5.87793L0.884766 5.81836L0.876953 5.66699C0.875325 5.61649 0.875 5.56551 0.875 5.51465C0.875002 5.41278 0.878278 5.31133 0.884766 5.21094C0.905677 4.88959 1.1835 4.64528 1.50488 4.66602ZM1.65723 2.93262C1.83636 2.66516 2.19917 2.59369 2.4668 2.77246C2.7344 2.95168 2.80605 3.31436 2.62695 3.58203C2.54286 3.70766 2.46679 3.83926 2.39941 3.97559C2.25673 4.26435 1.90696 4.38279 1.61816 4.24023C1.32955 4.09745 1.21091 3.74771 1.35352 3.45898C1.44366 3.27657 1.5449 3.1004 1.65723 2.93262ZM3.46484 1.34766C3.75357 1.20505 4.10331 1.32369 4.24609 1.6123C4.38865 1.9011 4.27021 2.25088 3.98145 2.39355C3.84512 2.46093 3.71352 2.537 3.58789 2.62109C3.32022 2.80019 2.95754 2.72854 2.77832 2.46094C2.59955 2.19331 2.67102 1.83051 2.93848 1.65137C3.10626 1.53904 3.28243 1.4378 3.46484 1.34766ZM6.79492 1.6123C6.93768 1.32369 7.28744 1.20509 7.57617 1.34766C7.75861 1.43781 7.93473 1.53903 8.10254 1.65137C8.37011 1.8305 8.44156 2.19327 8.2627 2.46094C8.08348 2.7285 7.72078 2.80014 7.45312 2.62109C7.32752 2.53703 7.19587 2.46091 7.05957 2.39355C6.77088 2.25087 6.65243 1.90106 6.79492 1.6123ZM5.67285 0.871094L5.82422 0.878906L5.88379 0.885742C6.17525 0.934635 6.38859 1.19773 6.36914 1.49902C6.34948 1.80018 6.10385 2.03302 5.80859 2.04395L5.74902 2.04297L5.52051 2.03613C5.44376 2.03614 5.36735 2.0381 5.29199 2.04297C4.97075 2.06357 4.69284 1.82024 4.67188 1.49902C4.65114 1.17764 4.89545 0.899818 5.2168 0.878906C5.31719 0.872419 5.41864 0.869143 5.52051 0.869141C5.57137 0.869141 5.62235 0.869466 5.67285 0.871094Z", fillOpacity: "1" }));
|
|
66
|
+
}
|
|
67
|
+
var IconCozMatting = react_1.default.forwardRef(IconCozMattingComponent);
|
|
68
|
+
exports.default = IconCozMatting;
|
|
69
|
+
});
|
|
@@ -62,8 +62,8 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
62
62
|
var prefix = prefixFromProps || prefixFromContext || 'font';
|
|
63
63
|
var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
|
|
64
64
|
return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-coz_microphone").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", { d: "
|
|
66
|
-
react_1.default.createElement("path", { d: "
|
|
65
|
+
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.9998 18C8.68606 18 5.99977 15.3137 5.99977 12V8C5.99977 4.68629 8.68606 2 11.9998 2C15.3135 2 17.9998 4.68629 17.9998 8V12C17.9998 15.3137 15.3135 18 11.9998 18ZM15.9998 8V12C15.9998 14.2091 14.2089 16 11.9998 16C9.79063 16 7.99977 14.2091 7.99977 12V8C7.99977 5.79086 9.79063 4 11.9998 4C14.2089 4 15.9998 5.79086 15.9998 8Z" }),
|
|
66
|
+
react_1.default.createElement("path", { d: "M2 12.0003C2 11.448 2.44772 11.0003 3 11.0003C3.55228 11.0003 4 11.448 4 12.0003C4 16.4186 7.58172 20.0003 12 20.0003C16.4183 20.0003 20 16.4186 20 12.0003C20 11.448 20.4477 11.0003 21 11.0003C21.5523 11.0003 22 11.448 22 12.0003C22 17.5232 17.5228 22.0003 12 22.0003C6.47715 22.0003 2 17.5232 2 12.0003Z" }));
|
|
67
67
|
}
|
|
68
68
|
var IconCozMicrophone = react_1.default.forwardRef(IconCozMicrophoneComponent);
|
|
69
69
|
exports.default = IconCozMicrophone;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
declare const IconCozMobileAndPC: 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 IconCozMobileAndPC;
|