@univerjs/icons 0.0.6 → 0.0.10
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/dist/components/add-protection-20.d.ts +3 -0
- package/dist/components/ascending-order-20.d.ts +3 -0
- package/dist/components/binary-color-example-24.d.ts +3 -0
- package/dist/components/cell-history-20.d.ts +3 -0
- package/dist/components/custom-sorting-20.d.ts +3 -0
- package/dist/components/descending-order-20.d.ts +3 -0
- package/dist/components/format-brush-trigger-24.d.ts +3 -0
- package/dist/components/insert-comment-20.d.ts +3 -0
- package/dist/components/insert-function-24.d.ts +3 -0
- package/dist/components/insert-link-20.d.ts +3 -0
- package/dist/components/paste-20.d.ts +3 -0
- package/dist/components/privacy-viewing-20.d.ts +3 -0
- package/dist/components/screen-20.d.ts +3 -0
- package/dist/components/sort-20.d.ts +3 -0
- package/dist/icons.d.ts +14 -0
- package/dist/index.js +1 -1
- package/dist/manifest.d.ts +7 -3
- package/esm/components/add-protection-20.d.ts +3 -0
- package/esm/components/add-protection-20.js +58 -0
- package/esm/components/add-protection-20.js.map +1 -0
- package/esm/components/ascending-order-20.d.ts +3 -0
- package/esm/components/ascending-order-20.js +56 -0
- package/esm/components/ascending-order-20.js.map +1 -0
- package/esm/components/binary-color-example-24.d.ts +3 -0
- package/esm/components/binary-color-example-24.js +67 -0
- package/esm/components/binary-color-example-24.js.map +1 -0
- package/esm/components/cell-history-20.d.ts +3 -0
- package/esm/components/cell-history-20.js +54 -0
- package/esm/components/cell-history-20.js.map +1 -0
- package/esm/components/custom-sorting-20.d.ts +3 -0
- package/esm/components/custom-sorting-20.js +59 -0
- package/esm/components/custom-sorting-20.js.map +1 -0
- package/esm/components/descending-order-20.d.ts +3 -0
- package/esm/components/descending-order-20.js +65 -0
- package/esm/components/descending-order-20.js.map +1 -0
- package/esm/components/fill-color-24.js +3 -3
- package/esm/components/fill-color-24.js.map +1 -1
- package/esm/components/format-brush-trigger-24.d.ts +3 -0
- package/esm/components/format-brush-trigger-24.js +54 -0
- package/esm/components/format-brush-trigger-24.js.map +1 -0
- package/esm/components/insert-comment-20.d.ts +3 -0
- package/esm/components/insert-comment-20.js +58 -0
- package/esm/components/insert-comment-20.js.map +1 -0
- package/esm/components/insert-function-24.d.ts +3 -0
- package/esm/components/insert-function-24.js +46 -0
- package/esm/components/insert-function-24.js.map +1 -0
- package/esm/components/insert-link-20.d.ts +3 -0
- package/esm/components/insert-link-20.js +54 -0
- package/esm/components/insert-link-20.js.map +1 -0
- package/esm/components/paste-20.d.ts +3 -0
- package/esm/components/paste-20.js +65 -0
- package/esm/components/paste-20.js.map +1 -0
- package/esm/components/privacy-viewing-20.d.ts +3 -0
- package/esm/components/privacy-viewing-20.js +65 -0
- package/esm/components/privacy-viewing-20.js.map +1 -0
- package/esm/components/screen-20.d.ts +3 -0
- package/esm/components/screen-20.js +56 -0
- package/esm/components/screen-20.js.map +1 -0
- package/esm/components/sort-20.d.ts +3 -0
- package/esm/components/sort-20.js +54 -0
- package/esm/components/sort-20.js.map +1 -0
- package/esm/components/text-color-24.js +2 -2
- package/esm/components/text-color-24.js.map +1 -1
- package/esm/icons.d.ts +14 -0
- package/esm/icons.js +14 -0
- package/esm/icons.js.map +1 -1
- package/esm/manifest.d.ts +7 -3
- package/esm/manifest.js +21 -5
- package/esm/manifest.js.map +1 -1
- package/package.json +1 -1
package/dist/manifest.d.ts
CHANGED
|
@@ -2,15 +2,15 @@ export declare const singleExampleManifest: {
|
|
|
2
2
|
stem: string;
|
|
3
3
|
icon: string;
|
|
4
4
|
}[];
|
|
5
|
-
export declare const
|
|
5
|
+
export declare const binaryExampleManifest: {
|
|
6
6
|
stem: string;
|
|
7
7
|
icon: string;
|
|
8
8
|
}[];
|
|
9
|
-
export declare const
|
|
9
|
+
export declare const otherExampleManifest: {
|
|
10
10
|
stem: string;
|
|
11
11
|
icon: string;
|
|
12
12
|
}[];
|
|
13
|
-
export declare const
|
|
13
|
+
export declare const otherStartPageManifest: {
|
|
14
14
|
stem: string;
|
|
15
15
|
icon: string;
|
|
16
16
|
}[];
|
|
@@ -42,6 +42,10 @@ export declare const singleMenuManifest: {
|
|
|
42
42
|
stem: string;
|
|
43
43
|
icon: string;
|
|
44
44
|
}[];
|
|
45
|
+
export declare const binaryTwoToneManifest: {
|
|
46
|
+
stem: string;
|
|
47
|
+
icon: string;
|
|
48
|
+
}[];
|
|
45
49
|
export declare const otherRightClickManifest: {
|
|
46
50
|
stem: string;
|
|
47
51
|
icon: string;
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
// This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
|
|
2
|
+
import { createElement, forwardRef } from 'react';
|
|
3
|
+
import { IconBase } from '../icon';
|
|
4
|
+
var element = {
|
|
5
|
+
tag: 'svg',
|
|
6
|
+
attrs: { fill: 'none', viewBox: '0 0 41 41', width: '1em', height: '1em' },
|
|
7
|
+
children: [
|
|
8
|
+
{
|
|
9
|
+
tag: 'mask',
|
|
10
|
+
attrs: {
|
|
11
|
+
id: 'mask0_73_13',
|
|
12
|
+
style: { 'mask-type': 'alpha' },
|
|
13
|
+
width: 41,
|
|
14
|
+
height: 41,
|
|
15
|
+
x: 0,
|
|
16
|
+
y: 0,
|
|
17
|
+
maskUnits: 'userSpaceOnUse',
|
|
18
|
+
},
|
|
19
|
+
children: [
|
|
20
|
+
{ tag: 'path', attrs: { fill: '#D9D9D9', d: 'M.11.15h40v40h-40z' } },
|
|
21
|
+
],
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
tag: 'g',
|
|
25
|
+
attrs: {
|
|
26
|
+
mask: 'url(#mask0_73_13)',
|
|
27
|
+
fillRule: 'evenodd',
|
|
28
|
+
clipRule: 'evenodd',
|
|
29
|
+
},
|
|
30
|
+
children: [
|
|
31
|
+
{
|
|
32
|
+
tag: 'path',
|
|
33
|
+
attrs: {
|
|
34
|
+
fill: 'colorChannel1',
|
|
35
|
+
d: 'M28.05 21.8l-.46-.08-.46.07c.3-.09.62-.09.92 0zm-.46 15.68l-.82-.23h-.01l-.02-.02a5.8 5.8 0 01-.29-.19c-.18-.13-.42-.3-.71-.54a15.02 15.02 0 01-2.12-2.12 13.36 13.36 0 01-3.12-8.56c0-.49.2-.85.34-1.06.15-.22.32-.38.46-.5.27-.23.6-.42.9-.58.6-.32 1.37-.64 2.07-.9a47.36 47.36 0 012.8-.97l.04-.01h.02l.46-.08.46.07h.02l.05.02a26.95 26.95 0 01.83.27c.53.17 1.24.42 1.96.7.7.26 1.47.58 2.08.9.3.16.62.35.9.58.13.12.3.28.45.5.15.2.34.57.34 1.06 0 3.82-1.57 6.68-3.11 8.56a15.02 15.02 0 01-3.12 2.85l-.03.01-.83.24zm0 0l-.82-.23c.5.3 1.14.3 1.64 0l-.82.23zm0-3.54c-.43-.36-.99-.88-1.54-1.56a10.24 10.24 0 01-2.38-5.91c.44-.24 1.05-.5 1.72-.75a44.21 44.21 0 012.2-.77 48.67 48.67 0 012.2.77c.67.25 1.28.51 1.71.74h.01a10.25 10.25 0 01-2.38 5.92c-.55.68-1.1 1.2-1.54 1.56z',
|
|
36
|
+
},
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
tag: 'path',
|
|
40
|
+
attrs: {
|
|
41
|
+
fill: 'currentColor',
|
|
42
|
+
d: 'M8.68 2.82a3.15 3.15 0 00-3.15 3.15v28.36a3.15 3.15 0 003.15 3.15h9.46a1.58 1.58 0 100-3.15H8.68V5.97h14.18v6.3c0 .87.71 1.58 1.58 1.58h6.3v5.51a1.58 1.58 0 003.15 0v-7.09c0-.4-.15-.78-.4-1.06l-7.1-7.87c-.29-.33-.72-.52-1.16-.52H8.68zm17.34 4.8v3.07h2.76l-2.76-3.07z',
|
|
43
|
+
},
|
|
44
|
+
},
|
|
45
|
+
],
|
|
46
|
+
},
|
|
47
|
+
],
|
|
48
|
+
};
|
|
49
|
+
export var AddProtection20 = forwardRef(function (props, ref) {
|
|
50
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
51
|
+
id: 'add-protection-20',
|
|
52
|
+
ref: ref,
|
|
53
|
+
icon: element,
|
|
54
|
+
}));
|
|
55
|
+
});
|
|
56
|
+
AddProtection20.displayName = 'AddProtection20';
|
|
57
|
+
export default AddProtection20;
|
|
58
|
+
//# sourceMappingURL=add-protection-20.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"add-protection-20.js","sourceRoot":"","sources":["../../src/components/add-protection-20.tsx"],"names":[],"mappings":"AAAA,4EAA4E;AAE5E,OAAO,EAAE,aAAa,EAAE,UAAU,EAAO,MAAM,OAAO,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAa,MAAM,SAAS,CAAC;AAE9C,IAAM,OAAO,GAAG;IACd,GAAG,EAAE,KAAK;IACV,KAAK,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,WAAW,EAAE,KAAK,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE;IAC1E,QAAQ,EAAE;QACR;YACE,GAAG,EAAE,MAAM;YACX,KAAK,EAAE;gBACL,EAAE,EAAE,aAAa;gBACjB,KAAK,EAAE,EAAE,WAAW,EAAE,OAAO,EAAE;gBAC/B,KAAK,EAAE,EAAE;gBACT,MAAM,EAAE,EAAE;gBACV,CAAC,EAAE,CAAC;gBACJ,CAAC,EAAE,CAAC;gBACJ,SAAS,EAAE,gBAAgB;aAC5B;YACD,QAAQ,EAAE;gBACR,EAAE,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC,EAAE,oBAAoB,EAAE,EAAE;aACrE;SACF;QACD;YACE,GAAG,EAAE,GAAG;YACR,KAAK,EAAE;gBACL,IAAI,EAAE,mBAAmB;gBACzB,QAAQ,EAAE,SAAS;gBACnB,QAAQ,EAAE,SAAS;aACpB;YACD,QAAQ,EAAE;gBACR;oBACE,GAAG,EAAE,MAAM;oBACX,KAAK,EAAE;wBACL,IAAI,EAAE,eAAe;wBACrB,CAAC,EAAE,8vBAA8vB;qBAClwB;iBACF;gBACD;oBACE,GAAG,EAAE,MAAM;oBACX,KAAK,EAAE;wBACL,IAAI,EAAE,cAAc;wBACpB,CAAC,EAAE,4QAA4Q;qBAChR;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,IAAM,eAAe,GAAG,UAAU,CACvC,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,mBAAmB;QACvB,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,eAAe,CAAC,WAAW,GAAG,iBAAiB,CAAC;AAEhD,eAAe,eAAe,CAAC"}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
// This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
|
|
2
|
+
import { createElement, forwardRef } from 'react';
|
|
3
|
+
import { IconBase } from '../icon';
|
|
4
|
+
var element = {
|
|
5
|
+
tag: 'svg',
|
|
6
|
+
attrs: { fill: 'none', viewBox: '0 0 41 41', width: '1em', height: '1em' },
|
|
7
|
+
children: [
|
|
8
|
+
{
|
|
9
|
+
tag: 'mask',
|
|
10
|
+
attrs: {
|
|
11
|
+
id: 'mask0_73_38',
|
|
12
|
+
style: { 'mask-type': 'alpha' },
|
|
13
|
+
width: 41,
|
|
14
|
+
height: 41,
|
|
15
|
+
x: 0,
|
|
16
|
+
y: 0,
|
|
17
|
+
maskUnits: 'userSpaceOnUse',
|
|
18
|
+
},
|
|
19
|
+
children: [
|
|
20
|
+
{ tag: 'path', attrs: { fill: '#D9D9D9', d: 'M.16.15h40v40h-40z' } },
|
|
21
|
+
],
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
tag: 'g',
|
|
25
|
+
attrs: { mask: 'url(#mask0_73_38)' },
|
|
26
|
+
children: [
|
|
27
|
+
{
|
|
28
|
+
tag: 'path',
|
|
29
|
+
attrs: {
|
|
30
|
+
fill: 'currentColor',
|
|
31
|
+
d: 'M28.32 4.35c.86 0 1.55.68 1.55 1.52v24.87l3.57-3.5c.6-.6 1.59-.6 2.2 0 .6.6.6 1.56 0 2.16l-6.22 6.1c-.6.6-1.6.6-2.2 0l-6.21-6.1a1.5 1.5 0 010-2.16c.6-.6 1.59-.6 2.2 0l3.56 3.5V5.87c0-.84.7-1.52 1.55-1.52zM4.24 22.22c0 .84.7 1.52 1.55 1.52h8.68l-9.78 9.6a1.5 1.5 0 00-.33 1.67c.24.57.8.94 1.43.94h12.43c.86 0 1.56-.69 1.56-1.53 0-.84-.7-1.52-1.56-1.52H9.54l9.78-9.6c.45-.44.58-1.1.34-1.67-.24-.57-.8-.94-1.44-.94H5.8c-.86 0-1.55.68-1.55 1.53z',
|
|
32
|
+
},
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
tag: 'path',
|
|
36
|
+
attrs: {
|
|
37
|
+
fill: 'colorChannel1',
|
|
38
|
+
d: 'M13.62 5.21a1.56 1.56 0 00-1.38-.86c-.59-.01-1.13.3-1.4.82l-6.43 12.2c-.4.76-.1 1.68.67 2.06.76.4 1.7.1 2.1-.65l1.75-3.34H15.2l1.62 3.3c.38.76 1.3 1.08 2.08.71.77-.36 1.1-1.28.72-2.03l-6-12.21zm.08 7.18l-1.53-3.1-1.63 3.1h3.16z',
|
|
39
|
+
fillRule: 'evenodd',
|
|
40
|
+
clipRule: 'evenodd',
|
|
41
|
+
},
|
|
42
|
+
},
|
|
43
|
+
],
|
|
44
|
+
},
|
|
45
|
+
],
|
|
46
|
+
};
|
|
47
|
+
export var AscendingOrder20 = forwardRef(function (props, ref) {
|
|
48
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
49
|
+
id: 'ascending-order-20',
|
|
50
|
+
ref: ref,
|
|
51
|
+
icon: element,
|
|
52
|
+
}));
|
|
53
|
+
});
|
|
54
|
+
AscendingOrder20.displayName = 'AscendingOrder20';
|
|
55
|
+
export default AscendingOrder20;
|
|
56
|
+
//# sourceMappingURL=ascending-order-20.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ascending-order-20.js","sourceRoot":"","sources":["../../src/components/ascending-order-20.tsx"],"names":[],"mappings":"AAAA,4EAA4E;AAE5E,OAAO,EAAE,aAAa,EAAE,UAAU,EAAO,MAAM,OAAO,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAa,MAAM,SAAS,CAAC;AAE9C,IAAM,OAAO,GAAG;IACd,GAAG,EAAE,KAAK;IACV,KAAK,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,WAAW,EAAE,KAAK,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE;IAC1E,QAAQ,EAAE;QACR;YACE,GAAG,EAAE,MAAM;YACX,KAAK,EAAE;gBACL,EAAE,EAAE,aAAa;gBACjB,KAAK,EAAE,EAAE,WAAW,EAAE,OAAO,EAAE;gBAC/B,KAAK,EAAE,EAAE;gBACT,MAAM,EAAE,EAAE;gBACV,CAAC,EAAE,CAAC;gBACJ,CAAC,EAAE,CAAC;gBACJ,SAAS,EAAE,gBAAgB;aAC5B;YACD,QAAQ,EAAE;gBACR,EAAE,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC,EAAE,oBAAoB,EAAE,EAAE;aACrE;SACF;QACD;YACE,GAAG,EAAE,GAAG;YACR,KAAK,EAAE,EAAE,IAAI,EAAE,mBAAmB,EAAE;YACpC,QAAQ,EAAE;gBACR;oBACE,GAAG,EAAE,MAAM;oBACX,KAAK,EAAE;wBACL,IAAI,EAAE,cAAc;wBACpB,CAAC,EAAE,2bAA2b;qBAC/b;iBACF;gBACD;oBACE,GAAG,EAAE,MAAM;oBACX,KAAK,EAAE;wBACL,IAAI,EAAE,eAAe;wBACrB,CAAC,EAAE,qOAAqO;wBACxO,QAAQ,EAAE,SAAS;wBACnB,QAAQ,EAAE,SAAS;qBACpB;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,IAAM,gBAAgB,GAAG,UAAU,CACxC,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,oBAAoB;QACxB,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,gBAAgB,CAAC,WAAW,GAAG,kBAAkB,CAAC;AAElD,eAAe,gBAAgB,CAAC"}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
// This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
|
|
2
|
+
import { createElement, forwardRef } from 'react';
|
|
3
|
+
import { IconBase } from '../icon';
|
|
4
|
+
var element = {
|
|
5
|
+
tag: 'svg',
|
|
6
|
+
attrs: { fill: 'none', viewBox: '0 0 25 25', width: '1em', height: '1em' },
|
|
7
|
+
children: [
|
|
8
|
+
{
|
|
9
|
+
tag: 'mask',
|
|
10
|
+
attrs: {
|
|
11
|
+
id: 'mask0_17_467',
|
|
12
|
+
style: { 'mask-type': 'alpha' },
|
|
13
|
+
width: 25,
|
|
14
|
+
height: 25,
|
|
15
|
+
x: 0,
|
|
16
|
+
y: 0,
|
|
17
|
+
maskUnits: 'userSpaceOnUse',
|
|
18
|
+
},
|
|
19
|
+
children: [
|
|
20
|
+
{ tag: 'path', attrs: { fill: '#DCDCDC', d: 'M.83.92h24v24h-24z' } },
|
|
21
|
+
],
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
tag: 'g',
|
|
25
|
+
attrs: { mask: 'url(#mask0_17_467)' },
|
|
26
|
+
children: [
|
|
27
|
+
{
|
|
28
|
+
tag: 'rect',
|
|
29
|
+
attrs: {
|
|
30
|
+
width: 17.93,
|
|
31
|
+
height: 3.96,
|
|
32
|
+
x: 3.87,
|
|
33
|
+
y: 18.96,
|
|
34
|
+
fill: 'colorChannel1',
|
|
35
|
+
rx: 1.98,
|
|
36
|
+
},
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
tag: 'path',
|
|
40
|
+
attrs: {
|
|
41
|
+
fill: 'currentColor',
|
|
42
|
+
d: 'M12.47 4.63a4.77 4.77 0 00-1.93-1.51c-.74-.29-1.76-.35-2.4.47-.57.73-.52 1.8-.17 2.95A4.94 4.94 0 008.9 8.2l-2.45 2.46a.87.87 0 000 1.23l5.3 5.3c.34.33.89.33 1.23 0l6.71-6.72a.87.87 0 000-1.23l-5.3-5.3a.87.87 0 00-1.22 0l-.7.7zm-.4 3.33l.03.3a.87.87 0 101.73-.17 6.88 6.88 0 00-.46-1.9l.41-.4 4.07 4.06-1.31 1.32H8.4l3.59-3.6.08.4zm-.84-2.08c-.42-.6-.92-.99-1.33-1.15a.81.81 0 00-.38-.07H9.5c-.03.05-.18.4.12 1.37.1.3.25.62.5.95l1.1-1.1z',
|
|
43
|
+
fillRule: 'evenodd',
|
|
44
|
+
clipRule: 'evenodd',
|
|
45
|
+
},
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
tag: 'path',
|
|
49
|
+
attrs: {
|
|
50
|
+
fill: 'currentColor',
|
|
51
|
+
d: 'M18.79 17.96c.64 0 1.16-.52 1.16-1.16 0-.4-.45-1.14-.79-1.64a.45.45 0 00-.75 0c-.34.5-.79 1.24-.79 1.64 0 .64.52 1.16 1.17 1.16z',
|
|
52
|
+
},
|
|
53
|
+
},
|
|
54
|
+
],
|
|
55
|
+
},
|
|
56
|
+
],
|
|
57
|
+
};
|
|
58
|
+
export var BinaryColorExample24 = forwardRef(function (props, ref) {
|
|
59
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
60
|
+
id: 'binary-color-example-24',
|
|
61
|
+
ref: ref,
|
|
62
|
+
icon: element,
|
|
63
|
+
}));
|
|
64
|
+
});
|
|
65
|
+
BinaryColorExample24.displayName = 'BinaryColorExample24';
|
|
66
|
+
export default BinaryColorExample24;
|
|
67
|
+
//# sourceMappingURL=binary-color-example-24.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"binary-color-example-24.js","sourceRoot":"","sources":["../../src/components/binary-color-example-24.tsx"],"names":[],"mappings":"AAAA,4EAA4E;AAE5E,OAAO,EAAE,aAAa,EAAE,UAAU,EAAO,MAAM,OAAO,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAa,MAAM,SAAS,CAAC;AAE9C,IAAM,OAAO,GAAG;IACd,GAAG,EAAE,KAAK;IACV,KAAK,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,WAAW,EAAE,KAAK,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE;IAC1E,QAAQ,EAAE;QACR;YACE,GAAG,EAAE,MAAM;YACX,KAAK,EAAE;gBACL,EAAE,EAAE,cAAc;gBAClB,KAAK,EAAE,EAAE,WAAW,EAAE,OAAO,EAAE;gBAC/B,KAAK,EAAE,EAAE;gBACT,MAAM,EAAE,EAAE;gBACV,CAAC,EAAE,CAAC;gBACJ,CAAC,EAAE,CAAC;gBACJ,SAAS,EAAE,gBAAgB;aAC5B;YACD,QAAQ,EAAE;gBACR,EAAE,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC,EAAE,oBAAoB,EAAE,EAAE;aACrE;SACF;QACD;YACE,GAAG,EAAE,GAAG;YACR,KAAK,EAAE,EAAE,IAAI,EAAE,oBAAoB,EAAE;YACrC,QAAQ,EAAE;gBACR;oBACE,GAAG,EAAE,MAAM;oBACX,KAAK,EAAE;wBACL,KAAK,EAAE,KAAK;wBACZ,MAAM,EAAE,IAAI;wBACZ,CAAC,EAAE,IAAI;wBACP,CAAC,EAAE,KAAK;wBACR,IAAI,EAAE,eAAe;wBACrB,EAAE,EAAE,IAAI;qBACT;iBACF;gBACD;oBACE,GAAG,EAAE,MAAM;oBACX,KAAK,EAAE;wBACL,IAAI,EAAE,cAAc;wBACpB,CAAC,EAAE,ubAAub;wBAC1b,QAAQ,EAAE,SAAS;wBACnB,QAAQ,EAAE,SAAS;qBACpB;iBACF;gBACD;oBACE,GAAG,EAAE,MAAM;oBACX,KAAK,EAAE;wBACL,IAAI,EAAE,cAAc;wBACpB,CAAC,EAAE,kIAAkI;qBACtI;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,IAAM,oBAAoB,GAAG,UAAU,CAC5C,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,yBAAyB;QAC7B,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,oBAAoB,CAAC,WAAW,GAAG,sBAAsB,CAAC;AAE1D,eAAe,oBAAoB,CAAC"}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
// This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
|
|
2
|
+
import { createElement, forwardRef } from 'react';
|
|
3
|
+
import { IconBase } from '../icon';
|
|
4
|
+
var element = {
|
|
5
|
+
tag: 'svg',
|
|
6
|
+
attrs: { fill: 'none', viewBox: '0 0 41 41', width: '1em', height: '1em' },
|
|
7
|
+
children: [
|
|
8
|
+
{
|
|
9
|
+
tag: 'mask',
|
|
10
|
+
attrs: {
|
|
11
|
+
id: 'mask0_73_18',
|
|
12
|
+
style: { 'mask-type': 'alpha' },
|
|
13
|
+
width: 41,
|
|
14
|
+
height: 41,
|
|
15
|
+
x: 0,
|
|
16
|
+
y: 0,
|
|
17
|
+
maskUnits: 'userSpaceOnUse',
|
|
18
|
+
},
|
|
19
|
+
children: [
|
|
20
|
+
{ tag: 'path', attrs: { fill: '#D9D9D9', d: 'M.03.15h40v40h-40z' } },
|
|
21
|
+
],
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
tag: 'g',
|
|
25
|
+
attrs: { mask: 'url(#mask0_73_18)' },
|
|
26
|
+
children: [
|
|
27
|
+
{
|
|
28
|
+
tag: 'path',
|
|
29
|
+
attrs: {
|
|
30
|
+
fill: 'currentColor',
|
|
31
|
+
d: 'M19.36 37.12A16.98 16.98 0 1132.23 9.08a1.55 1.55 0 01-2.34 2.02 13.88 13.88 0 10.68 17.23 1.55 1.55 0 112.5 1.83 17.04 17.04 0 01-13.7 6.96z',
|
|
32
|
+
},
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
tag: 'path',
|
|
36
|
+
attrs: {
|
|
37
|
+
fill: 'colorChannel1',
|
|
38
|
+
d: 'M21.08 28.69a1.59 1.59 0 01-1.21-.57l-3.73-4.45a1.59 1.59 0 01-.37-1.02l.04-9.46a1.59 1.59 0 113.17 0l-.04 8.9 3.36 4a1.59 1.59 0 01-1.22 2.6zM36.1 18.62H25.38a1.59 1.59 0 010-3.18H36.1a1.59 1.59 0 010 3.18zm-3.48 7.1h-6.87a1.59 1.59 0 110-3.18h6.87a1.59 1.59 0 010 3.18z',
|
|
39
|
+
},
|
|
40
|
+
},
|
|
41
|
+
],
|
|
42
|
+
},
|
|
43
|
+
],
|
|
44
|
+
};
|
|
45
|
+
export var CellHistory20 = forwardRef(function (props, ref) {
|
|
46
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
47
|
+
id: 'cell-history-20',
|
|
48
|
+
ref: ref,
|
|
49
|
+
icon: element,
|
|
50
|
+
}));
|
|
51
|
+
});
|
|
52
|
+
CellHistory20.displayName = 'CellHistory20';
|
|
53
|
+
export default CellHistory20;
|
|
54
|
+
//# sourceMappingURL=cell-history-20.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cell-history-20.js","sourceRoot":"","sources":["../../src/components/cell-history-20.tsx"],"names":[],"mappings":"AAAA,4EAA4E;AAE5E,OAAO,EAAE,aAAa,EAAE,UAAU,EAAO,MAAM,OAAO,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAa,MAAM,SAAS,CAAC;AAE9C,IAAM,OAAO,GAAG;IACd,GAAG,EAAE,KAAK;IACV,KAAK,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,WAAW,EAAE,KAAK,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE;IAC1E,QAAQ,EAAE;QACR;YACE,GAAG,EAAE,MAAM;YACX,KAAK,EAAE;gBACL,EAAE,EAAE,aAAa;gBACjB,KAAK,EAAE,EAAE,WAAW,EAAE,OAAO,EAAE;gBAC/B,KAAK,EAAE,EAAE;gBACT,MAAM,EAAE,EAAE;gBACV,CAAC,EAAE,CAAC;gBACJ,CAAC,EAAE,CAAC;gBACJ,SAAS,EAAE,gBAAgB;aAC5B;YACD,QAAQ,EAAE;gBACR,EAAE,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC,EAAE,oBAAoB,EAAE,EAAE;aACrE;SACF;QACD;YACE,GAAG,EAAE,GAAG;YACR,KAAK,EAAE,EAAE,IAAI,EAAE,mBAAmB,EAAE;YACpC,QAAQ,EAAE;gBACR;oBACE,GAAG,EAAE,MAAM;oBACX,KAAK,EAAE;wBACL,IAAI,EAAE,cAAc;wBACpB,CAAC,EAAE,+IAA+I;qBACnJ;iBACF;gBACD;oBACE,GAAG,EAAE,MAAM;oBACX,KAAK,EAAE;wBACL,IAAI,EAAE,eAAe;wBACrB,CAAC,EAAE,iRAAiR;qBACrR;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,IAAM,aAAa,GAAG,UAAU,CACrC,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,iBAAiB;QACrB,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,aAAa,CAAC,WAAW,GAAG,eAAe,CAAC;AAE5C,eAAe,aAAa,CAAC"}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
// This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
|
|
2
|
+
import { createElement, forwardRef } from 'react';
|
|
3
|
+
import { IconBase } from '../icon';
|
|
4
|
+
var element = {
|
|
5
|
+
tag: 'svg',
|
|
6
|
+
attrs: { fill: 'none', viewBox: '0 0 41 41', width: '1em', height: '1em' },
|
|
7
|
+
children: [
|
|
8
|
+
{
|
|
9
|
+
tag: 'mask',
|
|
10
|
+
attrs: {
|
|
11
|
+
id: 'mask0_73_43',
|
|
12
|
+
style: { 'mask-type': 'alpha' },
|
|
13
|
+
width: 41,
|
|
14
|
+
height: 41,
|
|
15
|
+
x: 0,
|
|
16
|
+
y: 0,
|
|
17
|
+
maskUnits: 'userSpaceOnUse',
|
|
18
|
+
},
|
|
19
|
+
children: [
|
|
20
|
+
{
|
|
21
|
+
tag: 'path',
|
|
22
|
+
attrs: { fill: '#D9D9D9', d: 'M40.16.15h-40v40h40v-40z' },
|
|
23
|
+
},
|
|
24
|
+
],
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
tag: 'g',
|
|
28
|
+
attrs: { mask: 'url(#mask0_73_43)' },
|
|
29
|
+
children: [
|
|
30
|
+
{
|
|
31
|
+
tag: 'path',
|
|
32
|
+
attrs: {
|
|
33
|
+
fill: 'currentColor',
|
|
34
|
+
d: 'M4.16 10.15a4 4 0 014-4h24a4 4 0 014 4v20a4 4 0 01-4 4h-24a4 4 0 01-4-4v-20zm4-.8h24c.45 0 .8.36.8.8v2.6H7.36v-2.6c0-.44.36-.8.8-.8zm-.8 6.6v14.2c0 .44.36.8.8.8h24a.8.8 0 00.8-.8v-14.2H7.36z',
|
|
35
|
+
fillRule: 'evenodd',
|
|
36
|
+
clipRule: 'evenodd',
|
|
37
|
+
},
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
tag: 'path',
|
|
41
|
+
attrs: {
|
|
42
|
+
fill: 'colorChannel1',
|
|
43
|
+
d: 'M26.83 22.65c-.57.56-1.48.56-2.05 0l-.58-.58v6.25a1.44 1.44 0 01-2.88 0v-9.76a1.44 1.44 0 012.46-1l3.05 3.05c.56.56.56 1.48 0 2.04zM17.57 17.14c.8 0 1.44.65 1.44 1.44v9.74a1.44 1.44 0 01-2.47 1.01L13.5 26.3a1.44 1.44 0 112.04-2.05l.59.58v-6.25c0-.8.64-1.44 1.44-1.44z',
|
|
44
|
+
},
|
|
45
|
+
},
|
|
46
|
+
],
|
|
47
|
+
},
|
|
48
|
+
],
|
|
49
|
+
};
|
|
50
|
+
export var CustomSorting20 = forwardRef(function (props, ref) {
|
|
51
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
52
|
+
id: 'custom-sorting-20',
|
|
53
|
+
ref: ref,
|
|
54
|
+
icon: element,
|
|
55
|
+
}));
|
|
56
|
+
});
|
|
57
|
+
CustomSorting20.displayName = 'CustomSorting20';
|
|
58
|
+
export default CustomSorting20;
|
|
59
|
+
//# sourceMappingURL=custom-sorting-20.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"custom-sorting-20.js","sourceRoot":"","sources":["../../src/components/custom-sorting-20.tsx"],"names":[],"mappings":"AAAA,4EAA4E;AAE5E,OAAO,EAAE,aAAa,EAAE,UAAU,EAAO,MAAM,OAAO,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAa,MAAM,SAAS,CAAC;AAE9C,IAAM,OAAO,GAAG;IACd,GAAG,EAAE,KAAK;IACV,KAAK,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,WAAW,EAAE,KAAK,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE;IAC1E,QAAQ,EAAE;QACR;YACE,GAAG,EAAE,MAAM;YACX,KAAK,EAAE;gBACL,EAAE,EAAE,aAAa;gBACjB,KAAK,EAAE,EAAE,WAAW,EAAE,OAAO,EAAE;gBAC/B,KAAK,EAAE,EAAE;gBACT,MAAM,EAAE,EAAE;gBACV,CAAC,EAAE,CAAC;gBACJ,CAAC,EAAE,CAAC;gBACJ,SAAS,EAAE,gBAAgB;aAC5B;YACD,QAAQ,EAAE;gBACR;oBACE,GAAG,EAAE,MAAM;oBACX,KAAK,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC,EAAE,0BAA0B,EAAE;iBAC1D;aACF;SACF;QACD;YACE,GAAG,EAAE,GAAG;YACR,KAAK,EAAE,EAAE,IAAI,EAAE,mBAAmB,EAAE;YACpC,QAAQ,EAAE;gBACR;oBACE,GAAG,EAAE,MAAM;oBACX,KAAK,EAAE;wBACL,IAAI,EAAE,cAAc;wBACpB,CAAC,EAAE,gMAAgM;wBACnM,QAAQ,EAAE,SAAS;wBACnB,QAAQ,EAAE,SAAS;qBACpB;iBACF;gBACD;oBACE,GAAG,EAAE,MAAM;oBACX,KAAK,EAAE;wBACL,IAAI,EAAE,eAAe;wBACrB,CAAC,EAAE,6QAA6Q;qBACjR;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,IAAM,eAAe,GAAG,UAAU,CACvC,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,mBAAmB;QACvB,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,eAAe,CAAC,WAAW,GAAG,iBAAiB,CAAC;AAEhD,eAAe,eAAe,CAAC"}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
// This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
|
|
2
|
+
import { createElement, forwardRef } from 'react';
|
|
3
|
+
import { IconBase } from '../icon';
|
|
4
|
+
var element = {
|
|
5
|
+
tag: 'svg',
|
|
6
|
+
attrs: { fill: 'none', viewBox: '0 0 41 41', width: '1em', height: '1em' },
|
|
7
|
+
children: [
|
|
8
|
+
{
|
|
9
|
+
tag: 'mask',
|
|
10
|
+
attrs: {
|
|
11
|
+
id: 'mask0_73_33',
|
|
12
|
+
style: { 'mask-type': 'alpha' },
|
|
13
|
+
width: 41,
|
|
14
|
+
height: 41,
|
|
15
|
+
x: 0,
|
|
16
|
+
y: 0,
|
|
17
|
+
maskUnits: 'userSpaceOnUse',
|
|
18
|
+
},
|
|
19
|
+
children: [
|
|
20
|
+
{ tag: 'path', attrs: { fill: '#D9D9D9', d: 'M.16.15h40v40h-40z' } },
|
|
21
|
+
],
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
tag: 'g',
|
|
25
|
+
attrs: { mask: 'url(#mask0_73_33)' },
|
|
26
|
+
children: [
|
|
27
|
+
{
|
|
28
|
+
tag: 'path',
|
|
29
|
+
attrs: {
|
|
30
|
+
fill: 'colorChannel1',
|
|
31
|
+
d: 'M5.68 7.4c-.8 0-1.44-.68-1.44-1.53 0-.84.64-1.52 1.44-1.52H17.2c.58 0 1.1.37 1.33.94.22.57.1 1.23-.31 1.66l-9.07 9.6h8.05c.8 0 1.44.69 1.44 1.53 0 .84-.65 1.52-1.44 1.52H5.68c-.58 0-1.1-.37-1.33-.94A1.6 1.6 0 014.66 17l9.06-9.6H5.68z',
|
|
32
|
+
fillRule: 'evenodd',
|
|
33
|
+
clipRule: 'evenodd',
|
|
34
|
+
},
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
tag: 'path',
|
|
38
|
+
attrs: {
|
|
39
|
+
fill: 'currentColor',
|
|
40
|
+
d: 'M28.32 4.35c.86 0 1.56.68 1.56 1.52v24.87l3.56-3.5c.6-.6 1.59-.6 2.2 0 .6.6.6 1.56 0 2.16l-6.22 6.1c-.6.6-1.6.6-2.2 0l-6.21-6.1a1.5 1.5 0 010-2.16c.6-.6 1.59-.6 2.2 0l3.56 3.5V5.87c0-.84.7-1.52 1.55-1.52z',
|
|
41
|
+
},
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
tag: 'path',
|
|
45
|
+
attrs: {
|
|
46
|
+
fill: 'currentColor',
|
|
47
|
+
d: 'M12.24 20.7c.6 0 1.13.33 1.38.85l6 12.2c.37.77.05 1.68-.72 2.05-.77.36-1.7.04-2.08-.71l-1.64-3.34H8.95l-1.78 3.37a1.57 1.57 0 01-2.1.66 1.51 1.51 0 01-.66-2.06l6.43-12.2c.27-.52.81-.84 1.4-.83zm-.07 4.93l1.52 3.07h-3.13l1.61-3.07z',
|
|
48
|
+
fillRule: 'evenodd',
|
|
49
|
+
clipRule: 'evenodd',
|
|
50
|
+
},
|
|
51
|
+
},
|
|
52
|
+
],
|
|
53
|
+
},
|
|
54
|
+
],
|
|
55
|
+
};
|
|
56
|
+
export var DescendingOrder20 = forwardRef(function (props, ref) {
|
|
57
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
58
|
+
id: 'descending-order-20',
|
|
59
|
+
ref: ref,
|
|
60
|
+
icon: element,
|
|
61
|
+
}));
|
|
62
|
+
});
|
|
63
|
+
DescendingOrder20.displayName = 'DescendingOrder20';
|
|
64
|
+
export default DescendingOrder20;
|
|
65
|
+
//# sourceMappingURL=descending-order-20.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"descending-order-20.js","sourceRoot":"","sources":["../../src/components/descending-order-20.tsx"],"names":[],"mappings":"AAAA,4EAA4E;AAE5E,OAAO,EAAE,aAAa,EAAE,UAAU,EAAO,MAAM,OAAO,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAa,MAAM,SAAS,CAAC;AAE9C,IAAM,OAAO,GAAG;IACd,GAAG,EAAE,KAAK;IACV,KAAK,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,WAAW,EAAE,KAAK,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE;IAC1E,QAAQ,EAAE;QACR;YACE,GAAG,EAAE,MAAM;YACX,KAAK,EAAE;gBACL,EAAE,EAAE,aAAa;gBACjB,KAAK,EAAE,EAAE,WAAW,EAAE,OAAO,EAAE;gBAC/B,KAAK,EAAE,EAAE;gBACT,MAAM,EAAE,EAAE;gBACV,CAAC,EAAE,CAAC;gBACJ,CAAC,EAAE,CAAC;gBACJ,SAAS,EAAE,gBAAgB;aAC5B;YACD,QAAQ,EAAE;gBACR,EAAE,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC,EAAE,oBAAoB,EAAE,EAAE;aACrE;SACF;QACD;YACE,GAAG,EAAE,GAAG;YACR,KAAK,EAAE,EAAE,IAAI,EAAE,mBAAmB,EAAE;YACpC,QAAQ,EAAE;gBACR;oBACE,GAAG,EAAE,MAAM;oBACX,KAAK,EAAE;wBACL,IAAI,EAAE,eAAe;wBACrB,CAAC,EAAE,2OAA2O;wBAC9O,QAAQ,EAAE,SAAS;wBACnB,QAAQ,EAAE,SAAS;qBACpB;iBACF;gBACD;oBACE,GAAG,EAAE,MAAM;oBACX,KAAK,EAAE;wBACL,IAAI,EAAE,cAAc;wBACpB,CAAC,EAAE,8MAA8M;qBAClN;iBACF;gBACD;oBACE,GAAG,EAAE,MAAM;oBACX,KAAK,EAAE;wBACL,IAAI,EAAE,cAAc;wBACpB,CAAC,EAAE,wOAAwO;wBAC3O,QAAQ,EAAE,SAAS;wBACnB,QAAQ,EAAE,SAAS;qBACpB;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,IAAM,iBAAiB,GAAG,UAAU,CACzC,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,qBAAqB;QACzB,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,iBAAiB,CAAC,WAAW,GAAG,mBAAmB,CAAC;AAEpD,eAAe,iBAAiB,CAAC"}
|
|
@@ -31,14 +31,14 @@ var element = {
|
|
|
31
31
|
height: 3.96,
|
|
32
32
|
x: 3.87,
|
|
33
33
|
y: 18.96,
|
|
34
|
-
fill: '
|
|
34
|
+
fill: 'colorChannel1',
|
|
35
35
|
rx: 1.98,
|
|
36
36
|
},
|
|
37
37
|
},
|
|
38
38
|
{
|
|
39
39
|
tag: 'path',
|
|
40
40
|
attrs: {
|
|
41
|
-
fill: '
|
|
41
|
+
fill: 'currentColor',
|
|
42
42
|
d: 'M12.47 4.63a4.77 4.77 0 00-1.93-1.51c-.74-.29-1.76-.35-2.4.47-.57.73-.52 1.8-.17 2.95A4.94 4.94 0 008.9 8.2l-2.45 2.46a.87.87 0 000 1.23l5.3 5.3c.34.33.89.33 1.23 0l6.71-6.72a.87.87 0 000-1.23l-5.3-5.3a.87.87 0 00-1.22 0l-.7.7zm-.4 3.33l.03.3a.87.87 0 101.73-.17 6.88 6.88 0 00-.46-1.9l.41-.4 4.07 4.06-1.31 1.32H8.4l3.59-3.6.08.4zm-.84-2.08c-.42-.6-.92-.99-1.33-1.15a.81.81 0 00-.38-.07H9.5c-.03.05-.18.4.12 1.37.1.3.25.62.5.95l1.1-1.1z',
|
|
43
43
|
fillRule: 'evenodd',
|
|
44
44
|
clipRule: 'evenodd',
|
|
@@ -47,7 +47,7 @@ var element = {
|
|
|
47
47
|
{
|
|
48
48
|
tag: 'path',
|
|
49
49
|
attrs: {
|
|
50
|
-
fill: '
|
|
50
|
+
fill: 'currentColor',
|
|
51
51
|
d: 'M18.79 17.96c.64 0 1.16-.52 1.16-1.16 0-.4-.45-1.14-.79-1.64a.45.45 0 00-.75 0c-.34.5-.79 1.24-.79 1.64 0 .64.52 1.16 1.17 1.16z',
|
|
52
52
|
},
|
|
53
53
|
},
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fill-color-24.js","sourceRoot":"","sources":["../../src/components/fill-color-24.tsx"],"names":[],"mappings":"AAAA,4EAA4E;AAE5E,OAAO,EAAE,aAAa,EAAE,UAAU,EAAO,MAAM,OAAO,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAa,MAAM,SAAS,CAAC;AAE9C,IAAM,OAAO,GAAG;IACd,GAAG,EAAE,KAAK;IACV,KAAK,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,WAAW,EAAE,KAAK,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE;IAC1E,QAAQ,EAAE;QACR;YACE,GAAG,EAAE,MAAM;YACX,KAAK,EAAE;gBACL,EAAE,EAAE,cAAc;gBAClB,KAAK,EAAE,EAAE,WAAW,EAAE,OAAO,EAAE;gBAC/B,KAAK,EAAE,EAAE;gBACT,MAAM,EAAE,EAAE;gBACV,CAAC,EAAE,CAAC;gBACJ,CAAC,EAAE,CAAC;gBACJ,SAAS,EAAE,gBAAgB;aAC5B;YACD,QAAQ,EAAE;gBACR,EAAE,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC,EAAE,oBAAoB,EAAE,EAAE;aACrE;SACF;QACD;YACE,GAAG,EAAE,GAAG;YACR,KAAK,EAAE,EAAE,IAAI,EAAE,oBAAoB,EAAE;YACrC,QAAQ,EAAE;gBACR;oBACE,GAAG,EAAE,MAAM;oBACX,KAAK,EAAE;wBACL,KAAK,EAAE,KAAK;wBACZ,MAAM,EAAE,IAAI;wBACZ,CAAC,EAAE,IAAI;wBACP,CAAC,EAAE,KAAK;wBACR,IAAI,EAAE,
|
|
1
|
+
{"version":3,"file":"fill-color-24.js","sourceRoot":"","sources":["../../src/components/fill-color-24.tsx"],"names":[],"mappings":"AAAA,4EAA4E;AAE5E,OAAO,EAAE,aAAa,EAAE,UAAU,EAAO,MAAM,OAAO,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAa,MAAM,SAAS,CAAC;AAE9C,IAAM,OAAO,GAAG;IACd,GAAG,EAAE,KAAK;IACV,KAAK,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,WAAW,EAAE,KAAK,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE;IAC1E,QAAQ,EAAE;QACR;YACE,GAAG,EAAE,MAAM;YACX,KAAK,EAAE;gBACL,EAAE,EAAE,cAAc;gBAClB,KAAK,EAAE,EAAE,WAAW,EAAE,OAAO,EAAE;gBAC/B,KAAK,EAAE,EAAE;gBACT,MAAM,EAAE,EAAE;gBACV,CAAC,EAAE,CAAC;gBACJ,CAAC,EAAE,CAAC;gBACJ,SAAS,EAAE,gBAAgB;aAC5B;YACD,QAAQ,EAAE;gBACR,EAAE,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC,EAAE,oBAAoB,EAAE,EAAE;aACrE;SACF;QACD;YACE,GAAG,EAAE,GAAG;YACR,KAAK,EAAE,EAAE,IAAI,EAAE,oBAAoB,EAAE;YACrC,QAAQ,EAAE;gBACR;oBACE,GAAG,EAAE,MAAM;oBACX,KAAK,EAAE;wBACL,KAAK,EAAE,KAAK;wBACZ,MAAM,EAAE,IAAI;wBACZ,CAAC,EAAE,IAAI;wBACP,CAAC,EAAE,KAAK;wBACR,IAAI,EAAE,eAAe;wBACrB,EAAE,EAAE,IAAI;qBACT;iBACF;gBACD;oBACE,GAAG,EAAE,MAAM;oBACX,KAAK,EAAE;wBACL,IAAI,EAAE,cAAc;wBACpB,CAAC,EAAE,ubAAub;wBAC1b,QAAQ,EAAE,SAAS;wBACnB,QAAQ,EAAE,SAAS;qBACpB;iBACF;gBACD;oBACE,GAAG,EAAE,MAAM;oBACX,KAAK,EAAE;wBACL,IAAI,EAAE,cAAc;wBACpB,CAAC,EAAE,kIAAkI;qBACtI;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,IAAM,WAAW,GAAG,UAAU,CACnC,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,eAAe;QACnB,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,WAAW,CAAC,WAAW,GAAG,aAAa,CAAC;AAExC,eAAe,WAAW,CAAC"}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
// This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
|
|
2
|
+
import { createElement, forwardRef } from 'react';
|
|
3
|
+
import { IconBase } from '../icon';
|
|
4
|
+
var element = {
|
|
5
|
+
tag: 'svg',
|
|
6
|
+
attrs: { fill: 'none', viewBox: '0 0 49 49', width: '1em', height: '1em' },
|
|
7
|
+
children: [
|
|
8
|
+
{
|
|
9
|
+
tag: 'mask',
|
|
10
|
+
attrs: {
|
|
11
|
+
id: 'mask0_73_63',
|
|
12
|
+
style: { 'mask-type': 'alpha' },
|
|
13
|
+
width: 49,
|
|
14
|
+
height: 49,
|
|
15
|
+
x: 0,
|
|
16
|
+
y: 0,
|
|
17
|
+
maskUnits: 'userSpaceOnUse',
|
|
18
|
+
},
|
|
19
|
+
children: [
|
|
20
|
+
{ tag: 'path', attrs: { fill: '#D9D9D9', d: 'M.41.93h48v48h-48z' } },
|
|
21
|
+
],
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
tag: 'g',
|
|
25
|
+
attrs: { fill: 'currentColor', mask: 'url(#mask0_73_63)' },
|
|
26
|
+
children: [
|
|
27
|
+
{
|
|
28
|
+
tag: 'path',
|
|
29
|
+
attrs: {
|
|
30
|
+
d: 'M16.68 28.93a4.54 4.54 0 01-1.8-3.6c0-2.54 2.2-4.6 4.86-4.6 2.7 0 4.92-2.1 4.92-4.7v-1.99a4.72 4.72 0 014.82-4.61 4.72 4.72 0 014.82 4.61v2a4.82 4.82 0 004.92 4.68 4.75 4.75 0 014.86 4.62c0 1.45-.7 2.75-1.8 3.6l3.67 11.76c.32 1.03-.48 2.06-1.6 2.06H14.61c-1.12 0-1.92-1.03-1.6-2.06l3.67-11.77zm14.28-14.89v2c0 4.38 3.75 7.88 8.26 7.88.85 0 1.52.67 1.52 1.42 0 .76-.62 1.38-1.41 1.42h-19.7a1.45 1.45 0 01-1.41-1.42c0-.75.66-1.42 1.52-1.42 4.5 0 8.26-3.5 8.26-7.88v-2c0-.78.66-1.42 1.48-1.42s1.48.64 1.48 1.42z',
|
|
31
|
+
fillRule: 'evenodd',
|
|
32
|
+
clipRule: 'evenodd',
|
|
33
|
+
},
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
tag: 'path',
|
|
37
|
+
attrs: {
|
|
38
|
+
d: 'M11.5 8.7a1.6 1.6 0 10-3.2 0v3.9H4.4a1.6 1.6 0 100 3.2h3.9v3.9a1.6 1.6 0 103.2 0v-3.9h3.9a1.6 1.6 0 000-3.2h-3.9V8.7z',
|
|
39
|
+
},
|
|
40
|
+
},
|
|
41
|
+
],
|
|
42
|
+
},
|
|
43
|
+
],
|
|
44
|
+
};
|
|
45
|
+
export var FormatBrushTrigger24 = forwardRef(function (props, ref) {
|
|
46
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
47
|
+
id: 'format-brush-trigger-24',
|
|
48
|
+
ref: ref,
|
|
49
|
+
icon: element,
|
|
50
|
+
}));
|
|
51
|
+
});
|
|
52
|
+
FormatBrushTrigger24.displayName = 'FormatBrushTrigger24';
|
|
53
|
+
export default FormatBrushTrigger24;
|
|
54
|
+
//# sourceMappingURL=format-brush-trigger-24.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"format-brush-trigger-24.js","sourceRoot":"","sources":["../../src/components/format-brush-trigger-24.tsx"],"names":[],"mappings":"AAAA,4EAA4E;AAE5E,OAAO,EAAE,aAAa,EAAE,UAAU,EAAO,MAAM,OAAO,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAa,MAAM,SAAS,CAAC;AAE9C,IAAM,OAAO,GAAG;IACd,GAAG,EAAE,KAAK;IACV,KAAK,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,WAAW,EAAE,KAAK,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE;IAC1E,QAAQ,EAAE;QACR;YACE,GAAG,EAAE,MAAM;YACX,KAAK,EAAE;gBACL,EAAE,EAAE,aAAa;gBACjB,KAAK,EAAE,EAAE,WAAW,EAAE,OAAO,EAAE;gBAC/B,KAAK,EAAE,EAAE;gBACT,MAAM,EAAE,EAAE;gBACV,CAAC,EAAE,CAAC;gBACJ,CAAC,EAAE,CAAC;gBACJ,SAAS,EAAE,gBAAgB;aAC5B;YACD,QAAQ,EAAE;gBACR,EAAE,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC,EAAE,oBAAoB,EAAE,EAAE;aACrE;SACF;QACD;YACE,GAAG,EAAE,GAAG;YACR,KAAK,EAAE,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,EAAE,mBAAmB,EAAE;YAC1D,QAAQ,EAAE;gBACR;oBACE,GAAG,EAAE,MAAM;oBACX,KAAK,EAAE;wBACL,CAAC,EAAE,8fAA8f;wBACjgB,QAAQ,EAAE,SAAS;wBACnB,QAAQ,EAAE,SAAS;qBACpB;iBACF;gBACD;oBACE,GAAG,EAAE,MAAM;oBACX,KAAK,EAAE;wBACL,CAAC,EAAE,uHAAuH;qBAC3H;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,IAAM,oBAAoB,GAAG,UAAU,CAC5C,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,yBAAyB;QAC7B,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,oBAAoB,CAAC,WAAW,GAAG,sBAAsB,CAAC;AAE1D,eAAe,oBAAoB,CAAC"}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
// This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
|
|
2
|
+
import { createElement, forwardRef } from 'react';
|
|
3
|
+
import { IconBase } from '../icon';
|
|
4
|
+
var element = {
|
|
5
|
+
tag: 'svg',
|
|
6
|
+
attrs: { fill: 'none', viewBox: '0 0 41 41', width: '1em', height: '1em' },
|
|
7
|
+
children: [
|
|
8
|
+
{
|
|
9
|
+
tag: 'mask',
|
|
10
|
+
attrs: {
|
|
11
|
+
id: 'mask0_73_58',
|
|
12
|
+
style: { 'mask-type': 'alpha' },
|
|
13
|
+
width: 41,
|
|
14
|
+
height: 41,
|
|
15
|
+
x: 0,
|
|
16
|
+
y: 0,
|
|
17
|
+
maskUnits: 'userSpaceOnUse',
|
|
18
|
+
},
|
|
19
|
+
children: [
|
|
20
|
+
{ tag: 'path', attrs: { fill: '#DCDCDC', d: 'M.97.15h40v40h-40z' } },
|
|
21
|
+
],
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
tag: 'g',
|
|
25
|
+
attrs: {
|
|
26
|
+
mask: 'url(#mask0_73_58)',
|
|
27
|
+
fillRule: 'evenodd',
|
|
28
|
+
clipRule: 'evenodd',
|
|
29
|
+
},
|
|
30
|
+
children: [
|
|
31
|
+
{
|
|
32
|
+
tag: 'path',
|
|
33
|
+
attrs: {
|
|
34
|
+
fill: 'currentColor',
|
|
35
|
+
d: 'M5.06 5.14c-.88 0-1.6.71-1.6 1.59v19.1c0 .87.72 1.58 1.6 1.58h3.32l2.71 2.72a1.6 1.6 0 002.25 0l2.72-2.72h1.73v3.77c0 .88.71 1.6 1.59 1.6h8.09l1.92 1.91a1.6 1.6 0 002.25 0l1.92-1.92h3.32c.88 0 1.59-.71 1.59-1.59V18.45c0-.88-.71-1.59-1.6-1.59h-4.76V6.73c0-.88-.72-1.6-1.6-1.6H5.06zm27.05 14.9v5.78c0 .88-.72 1.6-1.6 1.6h-9.54v2.17h7.16c.42 0 .82.17 1.12.46l1.26 1.27 1.27-1.27c.3-.3.7-.46 1.12-.46h2.39v-9.55H32.1zM28.92 8.32H6.65v15.91h2.39c.42 0 .82.17 1.12.47l2.06 2.05 2.06-2.05c.3-.3.7-.47 1.12-.47h13.52V8.33z',
|
|
36
|
+
},
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
tag: 'path',
|
|
40
|
+
attrs: {
|
|
41
|
+
fill: 'colorChannel1',
|
|
42
|
+
d: 'M13.81 11.5a1.6 1.6 0 100 3.18h9.55a1.6 1.6 0 000-3.18H13.8zm-1.6 7.96c0-.88.72-1.6 1.6-1.6h4.77a1.6 1.6 0 010 3.19h-4.77a1.6 1.6 0 01-1.6-1.6z',
|
|
43
|
+
},
|
|
44
|
+
},
|
|
45
|
+
],
|
|
46
|
+
},
|
|
47
|
+
],
|
|
48
|
+
};
|
|
49
|
+
export var InsertComment20 = forwardRef(function (props, ref) {
|
|
50
|
+
return createElement(IconBase, Object.assign({}, props, {
|
|
51
|
+
id: 'insert-comment-20',
|
|
52
|
+
ref: ref,
|
|
53
|
+
icon: element,
|
|
54
|
+
}));
|
|
55
|
+
});
|
|
56
|
+
InsertComment20.displayName = 'InsertComment20';
|
|
57
|
+
export default InsertComment20;
|
|
58
|
+
//# sourceMappingURL=insert-comment-20.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"insert-comment-20.js","sourceRoot":"","sources":["../../src/components/insert-comment-20.tsx"],"names":[],"mappings":"AAAA,4EAA4E;AAE5E,OAAO,EAAE,aAAa,EAAE,UAAU,EAAO,MAAM,OAAO,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAa,MAAM,SAAS,CAAC;AAE9C,IAAM,OAAO,GAAG;IACd,GAAG,EAAE,KAAK;IACV,KAAK,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,WAAW,EAAE,KAAK,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE;IAC1E,QAAQ,EAAE;QACR;YACE,GAAG,EAAE,MAAM;YACX,KAAK,EAAE;gBACL,EAAE,EAAE,aAAa;gBACjB,KAAK,EAAE,EAAE,WAAW,EAAE,OAAO,EAAE;gBAC/B,KAAK,EAAE,EAAE;gBACT,MAAM,EAAE,EAAE;gBACV,CAAC,EAAE,CAAC;gBACJ,CAAC,EAAE,CAAC;gBACJ,SAAS,EAAE,gBAAgB;aAC5B;YACD,QAAQ,EAAE;gBACR,EAAE,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC,EAAE,oBAAoB,EAAE,EAAE;aACrE;SACF;QACD;YACE,GAAG,EAAE,GAAG;YACR,KAAK,EAAE;gBACL,IAAI,EAAE,mBAAmB;gBACzB,QAAQ,EAAE,SAAS;gBACnB,QAAQ,EAAE,SAAS;aACpB;YACD,QAAQ,EAAE;gBACR;oBACE,GAAG,EAAE,MAAM;oBACX,KAAK,EAAE;wBACL,IAAI,EAAE,cAAc;wBACpB,CAAC,EAAE,ogBAAogB;qBACxgB;iBACF;gBACD;oBACE,GAAG,EAAE,MAAM;oBACX,KAAK,EAAE;wBACL,IAAI,EAAE,eAAe;wBACrB,CAAC,EAAE,iJAAiJ;qBACrJ;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,IAAM,eAAe,GAAG,UAAU,CACvC,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,mBAAmB;QACvB,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,eAAe,CAAC,WAAW,GAAG,iBAAiB,CAAC;AAEhD,eAAe,eAAe,CAAC"}
|