@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.
Files changed (70) hide show
  1. package/dist/components/add-protection-20.d.ts +3 -0
  2. package/dist/components/ascending-order-20.d.ts +3 -0
  3. package/dist/components/binary-color-example-24.d.ts +3 -0
  4. package/dist/components/cell-history-20.d.ts +3 -0
  5. package/dist/components/custom-sorting-20.d.ts +3 -0
  6. package/dist/components/descending-order-20.d.ts +3 -0
  7. package/dist/components/format-brush-trigger-24.d.ts +3 -0
  8. package/dist/components/insert-comment-20.d.ts +3 -0
  9. package/dist/components/insert-function-24.d.ts +3 -0
  10. package/dist/components/insert-link-20.d.ts +3 -0
  11. package/dist/components/paste-20.d.ts +3 -0
  12. package/dist/components/privacy-viewing-20.d.ts +3 -0
  13. package/dist/components/screen-20.d.ts +3 -0
  14. package/dist/components/sort-20.d.ts +3 -0
  15. package/dist/icons.d.ts +14 -0
  16. package/dist/index.js +1 -1
  17. package/dist/manifest.d.ts +7 -3
  18. package/esm/components/add-protection-20.d.ts +3 -0
  19. package/esm/components/add-protection-20.js +58 -0
  20. package/esm/components/add-protection-20.js.map +1 -0
  21. package/esm/components/ascending-order-20.d.ts +3 -0
  22. package/esm/components/ascending-order-20.js +56 -0
  23. package/esm/components/ascending-order-20.js.map +1 -0
  24. package/esm/components/binary-color-example-24.d.ts +3 -0
  25. package/esm/components/binary-color-example-24.js +67 -0
  26. package/esm/components/binary-color-example-24.js.map +1 -0
  27. package/esm/components/cell-history-20.d.ts +3 -0
  28. package/esm/components/cell-history-20.js +54 -0
  29. package/esm/components/cell-history-20.js.map +1 -0
  30. package/esm/components/custom-sorting-20.d.ts +3 -0
  31. package/esm/components/custom-sorting-20.js +59 -0
  32. package/esm/components/custom-sorting-20.js.map +1 -0
  33. package/esm/components/descending-order-20.d.ts +3 -0
  34. package/esm/components/descending-order-20.js +65 -0
  35. package/esm/components/descending-order-20.js.map +1 -0
  36. package/esm/components/fill-color-24.js +3 -3
  37. package/esm/components/fill-color-24.js.map +1 -1
  38. package/esm/components/format-brush-trigger-24.d.ts +3 -0
  39. package/esm/components/format-brush-trigger-24.js +54 -0
  40. package/esm/components/format-brush-trigger-24.js.map +1 -0
  41. package/esm/components/insert-comment-20.d.ts +3 -0
  42. package/esm/components/insert-comment-20.js +58 -0
  43. package/esm/components/insert-comment-20.js.map +1 -0
  44. package/esm/components/insert-function-24.d.ts +3 -0
  45. package/esm/components/insert-function-24.js +46 -0
  46. package/esm/components/insert-function-24.js.map +1 -0
  47. package/esm/components/insert-link-20.d.ts +3 -0
  48. package/esm/components/insert-link-20.js +54 -0
  49. package/esm/components/insert-link-20.js.map +1 -0
  50. package/esm/components/paste-20.d.ts +3 -0
  51. package/esm/components/paste-20.js +65 -0
  52. package/esm/components/paste-20.js.map +1 -0
  53. package/esm/components/privacy-viewing-20.d.ts +3 -0
  54. package/esm/components/privacy-viewing-20.js +65 -0
  55. package/esm/components/privacy-viewing-20.js.map +1 -0
  56. package/esm/components/screen-20.d.ts +3 -0
  57. package/esm/components/screen-20.js +56 -0
  58. package/esm/components/screen-20.js.map +1 -0
  59. package/esm/components/sort-20.d.ts +3 -0
  60. package/esm/components/sort-20.js +54 -0
  61. package/esm/components/sort-20.js.map +1 -0
  62. package/esm/components/text-color-24.js +2 -2
  63. package/esm/components/text-color-24.js.map +1 -1
  64. package/esm/icons.d.ts +14 -0
  65. package/esm/icons.js +14 -0
  66. package/esm/icons.js.map +1 -1
  67. package/esm/manifest.d.ts +7 -3
  68. package/esm/manifest.js +21 -5
  69. package/esm/manifest.js.map +1 -1
  70. package/package.json +1 -1
@@ -0,0 +1,46 @@
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_650_147',
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: '#D9D9D9', d: 'M.9.3h24v24H.9z' } },
21
+ ],
22
+ },
23
+ {
24
+ tag: 'g',
25
+ attrs: { fill: '#35322B', mask: 'url(#mask0_650_147)' },
26
+ children: [
27
+ {
28
+ tag: 'path',
29
+ attrs: {
30
+ d: 'M18.71 10.84zM9.07 7.4a.2.2 0 00.2.24h2.9a.4.4 0 01.4.5l-.3 1.19a.4.4 0 01-.38.3H8.7a.2.2 0 00-.2.16l-1.29 5.54a22.6 22.6 0 01-1.52 4.69c-.2.42-.42.79-.63 1.12-.55.82-1.57 1.08-2.55.93-.22-.03-.33-.3-.2-.49l.31-.46a13.55 13.55 0 001.49-3.36c.17-.58.32-1.13.43-1.63L6.72 6.8a6.3 6.3 0 011.79-3.35c.82-.76 2.01-1.16 3.6-1.16a5.65 5.65 0 011.9.3c.22.07.32.3.23.51l-.5 1.19c-.07.2-.3.3-.51.24a5.06 5.06 0 00-1.24-.17c-.82 0-1.48.22-1.93.7-.41.44-.68 1-.84 1.64l-.15.69zM20.3 9.27c.36-.47.7-.95 1.03-1.45a.4.4 0 01.33-.17h1.37a.4.4 0 01.32.62c-.36.5-.73 1.02-1.13 1.54-.69.91-1.49 1.86-2.4 2.85l-.15.16.1.2a44.53 44.53 0 012.12 4.72.4.4 0 01-.37.53h-1.58a.4.4 0 01-.38-.26 32.05 32.05 0 00-1.32-3.1l-.2-.44-3.13 3.66a.4.4 0 01-.3.14h-1.38a.4.4 0 01-.3-.66l4.1-4.71-2.28-4.68a.4.4 0 01.36-.57h1.56c.15 0 .3.09.36.23l1.6 3.55.32-.4c.48-.6.93-1.18 1.35-1.76z',
31
+ },
32
+ },
33
+ ],
34
+ },
35
+ ],
36
+ };
37
+ export var InsertFunction24 = forwardRef(function (props, ref) {
38
+ return createElement(IconBase, Object.assign({}, props, {
39
+ id: 'insert-function-24',
40
+ ref: ref,
41
+ icon: element,
42
+ }));
43
+ });
44
+ InsertFunction24.displayName = 'InsertFunction24';
45
+ export default InsertFunction24;
46
+ //# sourceMappingURL=insert-function-24.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"insert-function-24.js","sourceRoot":"","sources":["../../src/components/insert-function-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,eAAe;gBACnB,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,iBAAiB,EAAE,EAAE;aAClE;SACF;QACD;YACE,GAAG,EAAE,GAAG;YACR,KAAK,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,IAAI,EAAE,qBAAqB,EAAE;YACvD,QAAQ,EAAE;gBACR;oBACE,GAAG,EAAE,MAAM;oBACX,KAAK,EAAE;wBACL,CAAC,EAAE,o1BAAo1B;qBACx1B;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,3 @@
1
+ import { IconProps } from '../icon';
2
+ export declare const InsertLink20: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default InsertLink20;
@@ -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_23',
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.14.15h40v40h-40z' } },
21
+ ],
22
+ },
23
+ {
24
+ tag: 'g',
25
+ attrs: { mask: 'url(#mask0_73_23)' },
26
+ children: [
27
+ {
28
+ tag: 'path',
29
+ attrs: {
30
+ fill: 'currentColor',
31
+ d: 'M19.15 20.17a1.56 1.56 0 10-3.12 0 6.94 6.94 0 007 7h8.05a6.94 6.94 0 006.87-7c0-3.83-3.04-7.01-6.87-7.01h-6.71a1.56 1.56 0 100 3.11h6.71c2.03 0 3.75 1.7 3.75 3.9 0 2.19-1.72 3.9-3.75 3.9h-8.04a1.55 1.55 0 00-.15 0 3.82 3.82 0 01-3.74-3.9z',
32
+ },
33
+ },
34
+ {
35
+ tag: 'path',
36
+ attrs: {
37
+ fill: 'colorChannel1',
38
+ d: 'M21.13 20.13a1.56 1.56 0 003.11 0 6.94 6.94 0 00-7-7.01H9.18a6.94 6.94 0 00-6.86 7c0 3.84 3.03 7.02 6.86 7.02h6.71a1.56 1.56 0 100-3.12H9.2a3.82 3.82 0 01-3.75-3.9c0-2.18 1.72-3.89 3.75-3.89h8.04a1.55 1.55 0 00.15 0c2.03 0 3.75 1.7 3.75 3.9z',
39
+ },
40
+ },
41
+ ],
42
+ },
43
+ ],
44
+ };
45
+ export var InsertLink20 = forwardRef(function (props, ref) {
46
+ return createElement(IconBase, Object.assign({}, props, {
47
+ id: 'insert-link-20',
48
+ ref: ref,
49
+ icon: element,
50
+ }));
51
+ });
52
+ InsertLink20.displayName = 'InsertLink20';
53
+ export default InsertLink20;
54
+ //# sourceMappingURL=insert-link-20.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"insert-link-20.js","sourceRoot":"","sources":["../../src/components/insert-link-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,iPAAiP;qBACrP;iBACF;gBACD;oBACE,GAAG,EAAE,MAAM;oBACX,KAAK,EAAE;wBACL,IAAI,EAAE,eAAe;wBACrB,CAAC,EAAE,mPAAmP;qBACvP;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,IAAM,YAAY,GAAG,UAAU,CACpC,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,gBAAgB;QACpB,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,YAAY,CAAC,WAAW,GAAG,cAAc,CAAC;AAE1C,eAAe,YAAY,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { IconProps } from '../icon';
2
+ export declare const Paste20: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default Paste20;
@@ -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_28',
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.14.15h40v40h-40z' } },
21
+ ],
22
+ },
23
+ {
24
+ tag: 'g',
25
+ attrs: { mask: 'url(#mask0_73_28)' },
26
+ children: [
27
+ {
28
+ tag: 'path',
29
+ attrs: {
30
+ fill: 'colorChannel1',
31
+ d: 'M32.02 20.84h-9.68a.8.8 0 00-.8.8v11.7c0 .44.36.8.8.8h9.68a.8.8 0 00.8-.8v-11.7a.8.8 0 00-.8-.8zm-9.68-3.2a4 4 0 00-4 4v11.7a4 4 0 004 4h9.68a4 4 0 004-4v-11.7a4 4 0 00-4-4h-9.68z',
32
+ fillRule: 'evenodd',
33
+ clipRule: 'evenodd',
34
+ },
35
+ },
36
+ {
37
+ tag: 'path',
38
+ attrs: {
39
+ fill: 'currentColor',
40
+ d: 'M9.42 11.16c0-.89.72-1.6 1.6-1.6h14.56a1.6 1.6 0 110 3.2H11.03a1.6 1.6 0 01-1.6-1.6zM9.42 17.81c0-.88.72-1.6 1.6-1.6h4.4a1.6 1.6 0 010 3.2h-4.4a1.6 1.6 0 01-1.6-1.6zM9.42 24.65c0-.89.72-1.6 1.6-1.6h3.68a1.6 1.6 0 110 3.2h-3.67a1.6 1.6 0 01-1.6-1.6z',
41
+ fillRule: 'evenodd',
42
+ clipRule: 'evenodd',
43
+ },
44
+ },
45
+ {
46
+ tag: 'path',
47
+ attrs: {
48
+ fill: 'currentColor',
49
+ d: 'M8.27 6.16h20.07c.44 0 .8.36.8.8v7.37a1.6 1.6 0 003.2 0V6.96a4 4 0 00-4-4H8.27a4 4 0 00-4 4v21.71a4 4 0 004 4h7.5a1.6 1.6 0 100-3.2h-7.5a.8.8 0 01-.8-.8V6.96c0-.44.35-.8.8-.8z',
50
+ },
51
+ },
52
+ ],
53
+ },
54
+ ],
55
+ };
56
+ export var Paste20 = forwardRef(function (props, ref) {
57
+ return createElement(IconBase, Object.assign({}, props, {
58
+ id: 'paste-20',
59
+ ref: ref,
60
+ icon: element,
61
+ }));
62
+ });
63
+ Paste20.displayName = 'Paste20';
64
+ export default Paste20;
65
+ //# sourceMappingURL=paste-20.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"paste-20.js","sourceRoot":"","sources":["../../src/components/paste-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,qLAAqL;wBACxL,QAAQ,EAAE,SAAS;wBACnB,QAAQ,EAAE,SAAS;qBACpB;iBACF;gBACD;oBACE,GAAG,EAAE,MAAM;oBACX,KAAK,EAAE;wBACL,IAAI,EAAE,cAAc;wBACpB,CAAC,EAAE,0PAA0P;wBAC7P,QAAQ,EAAE,SAAS;wBACnB,QAAQ,EAAE,SAAS;qBACpB;iBACF;gBACD;oBACE,GAAG,EAAE,MAAM;oBACX,KAAK,EAAE;wBACL,IAAI,EAAE,cAAc;wBACpB,CAAC,EAAE,iLAAiL;qBACrL;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,IAAM,OAAO,GAAG,UAAU,CAC/B,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,UAAU;QACd,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,OAAO,CAAC,WAAW,GAAG,SAAS,CAAC;AAEhC,eAAe,OAAO,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { IconProps } from '../icon';
2
+ export declare const PrivacyViewing20: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default PrivacyViewing20;
@@ -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_8',
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.03.15h40v40h-40z' } },
21
+ ],
22
+ },
23
+ {
24
+ tag: 'g',
25
+ attrs: { mask: 'url(#mask0_73_8)' },
26
+ children: [
27
+ {
28
+ tag: 'path',
29
+ attrs: {
30
+ fill: 'currentColor',
31
+ d: 'M21.22 3.95a7.1 7.1 0 100 14.22 7.1 7.1 0 000-14.22zm-3.95 7.11a3.95 3.95 0 117.9 0 3.95 3.95 0 01-7.9 0z',
32
+ fillRule: 'evenodd',
33
+ clipRule: 'evenodd',
34
+ },
35
+ },
36
+ {
37
+ tag: 'path',
38
+ attrs: {
39
+ fill: 'currentColor',
40
+ d: 'M7 34.76c0-5.94 5.48-11.06 12.64-11.06a1.58 1.58 0 100-3.16c-8.55 0-15.8 6.2-15.8 14.22a1.58 1.58 0 003.16 0z',
41
+ },
42
+ },
43
+ {
44
+ tag: 'path',
45
+ attrs: {
46
+ fill: 'colorChannel1',
47
+ d: 'M29.12 20.54a3.95 3.95 0 00-3.95 3.95v.8h-1.58c-.87 0-1.58.7-1.58 1.57v7.9c0 .87.7 1.58 1.58 1.58h11.06c.87 0 1.58-.7 1.58-1.58v-7.9c0-.87-.7-1.58-1.58-1.58h-1.58v-.79a3.95 3.95 0 00-3.95-3.95zm.79 4.74v-.79a.79.79 0 00-1.58 0v.8h1.58zm-4.74 3.16v4.74h7.9v-4.74h-7.9z',
48
+ fillRule: 'evenodd',
49
+ clipRule: 'evenodd',
50
+ },
51
+ },
52
+ ],
53
+ },
54
+ ],
55
+ };
56
+ export var PrivacyViewing20 = forwardRef(function (props, ref) {
57
+ return createElement(IconBase, Object.assign({}, props, {
58
+ id: 'privacy-viewing-20',
59
+ ref: ref,
60
+ icon: element,
61
+ }));
62
+ });
63
+ PrivacyViewing20.displayName = 'PrivacyViewing20';
64
+ export default PrivacyViewing20;
65
+ //# sourceMappingURL=privacy-viewing-20.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"privacy-viewing-20.js","sourceRoot":"","sources":["../../src/components/privacy-viewing-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,YAAY;gBAChB,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,kBAAkB,EAAE;YACnC,QAAQ,EAAE;gBACR;oBACE,GAAG,EAAE,MAAM;oBACX,KAAK,EAAE;wBACL,IAAI,EAAE,cAAc;wBACpB,CAAC,EAAE,2GAA2G;wBAC9G,QAAQ,EAAE,SAAS;wBACnB,QAAQ,EAAE,SAAS;qBACpB;iBACF;gBACD;oBACE,GAAG,EAAE,MAAM;oBACX,KAAK,EAAE;wBACL,IAAI,EAAE,cAAc;wBACpB,CAAC,EAAE,+GAA+G;qBACnH;iBACF;gBACD;oBACE,GAAG,EAAE,MAAM;oBACX,KAAK,EAAE;wBACL,IAAI,EAAE,eAAe;wBACrB,CAAC,EAAE,6QAA6Q;wBAChR,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,3 @@
1
+ import { IconProps } from '../icon';
2
+ export declare const Screen20: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default Screen20;
@@ -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_48',
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.87.15h40v40h-40z' } },
21
+ ],
22
+ },
23
+ {
24
+ tag: 'g',
25
+ attrs: { mask: 'url(#mask0_73_48)' },
26
+ children: [
27
+ {
28
+ tag: 'path',
29
+ attrs: {
30
+ fill: 'currentColor',
31
+ d: 'M4.2 5.45a1.6 1.6 0 011.43-.87h30.48a1.6 1.6 0 011.13 2.73L24.06 21.02v13.04a1.6 1.6 0 01-2.3 1.44l-6.1-3.01a1.6 1.6 0 01-.9-1.44V20.88L4.34 7.1a1.6 1.6 0 01-.12-1.66zm4.54 2.33l8.93 11.65c.2.27.3.6.3.93v9.7l2.9 1.43V20.36c0-.42.16-.83.46-1.13L32.26 7.78H8.74z',
32
+ fillRule: 'evenodd',
33
+ clipRule: 'evenodd',
34
+ },
35
+ },
36
+ {
37
+ tag: 'path',
38
+ attrs: {
39
+ fill: 'colorChannel1',
40
+ d: 'M25.63 23.18c0-.82.72-1.5 1.6-1.5h8c.89 0 1.6.68 1.6 1.5 0 .83-.71 1.5-1.6 1.5h-8c-.88 0-1.6-.67-1.6-1.5zM25.63 27.8c0-.83.72-1.5 1.6-1.5h8c.89 0 1.6.67 1.6 1.5s-.71 1.5-1.6 1.5h-8c-.88 0-1.6-.67-1.6-1.5zM27.23 30.92c-.88 0-1.6.67-1.6 1.5s.72 1.5 1.6 1.5h8c.89 0 1.6-.67 1.6-1.5s-.71-1.5-1.6-1.5h-8z',
41
+ },
42
+ },
43
+ ],
44
+ },
45
+ ],
46
+ };
47
+ export var Screen20 = forwardRef(function (props, ref) {
48
+ return createElement(IconBase, Object.assign({}, props, {
49
+ id: 'screen-20',
50
+ ref: ref,
51
+ icon: element,
52
+ }));
53
+ });
54
+ Screen20.displayName = 'Screen20';
55
+ export default Screen20;
56
+ //# sourceMappingURL=screen-20.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"screen-20.js","sourceRoot":"","sources":["../../src/components/screen-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,sQAAsQ;wBACzQ,QAAQ,EAAE,SAAS;wBACnB,QAAQ,EAAE,SAAS;qBACpB;iBACF;gBACD;oBACE,GAAG,EAAE,MAAM;oBACX,KAAK,EAAE;wBACL,IAAI,EAAE,eAAe;wBACrB,CAAC,EAAE,6SAA6S;qBACjT;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,IAAM,QAAQ,GAAG,UAAU,CAChC,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,WAAW;QACf,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,QAAQ,CAAC,WAAW,GAAG,UAAU,CAAC;AAElC,eAAe,QAAQ,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { IconProps } from '../icon';
2
+ export declare const Sort20: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default Sort20;
@@ -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_53',
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.87.15h40v40h-40z' } },
21
+ ],
22
+ },
23
+ {
24
+ tag: 'g',
25
+ attrs: { mask: 'url(#mask0_73_53)' },
26
+ children: [
27
+ {
28
+ tag: 'path',
29
+ attrs: {
30
+ fill: 'colorChannel1',
31
+ d: 'M12.3 3.25a1.7 1.7 0 012.51-.1l7.7 7.7a1.71 1.71 0 11-2.42 2.41L15.3 8.48v18.1a1.71 1.71 0 11-3.42 0V8.5l-4.77 4.76a1.71 1.71 0 01-2.42-2.41l7.6-7.6z',
32
+ },
33
+ },
34
+ {
35
+ tag: 'path',
36
+ attrs: {
37
+ fill: 'currentColor',
38
+ d: 'M29.84 13.7a1.71 1.71 0 00-3.42 0v18.1l-4.77-4.77a1.71 1.71 0 10-2.42 2.42l7.6 7.6a1.7 1.7 0 002.51.1l7.7-7.7a1.71 1.71 0 10-2.42-2.42l-4.78 4.79V13.7z',
39
+ },
40
+ },
41
+ ],
42
+ },
43
+ ],
44
+ };
45
+ export var Sort20 = forwardRef(function (props, ref) {
46
+ return createElement(IconBase, Object.assign({}, props, {
47
+ id: 'sort-20',
48
+ ref: ref,
49
+ icon: element,
50
+ }));
51
+ });
52
+ Sort20.displayName = 'Sort20';
53
+ export default Sort20;
54
+ //# sourceMappingURL=sort-20.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sort-20.js","sourceRoot":"","sources":["../../src/components/sort-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,uJAAuJ;qBAC3J;iBACF;gBACD;oBACE,GAAG,EAAE,MAAM;oBACX,KAAK,EAAE;wBACL,IAAI,EAAE,cAAc;wBACpB,CAAC,EAAE,yJAAyJ;qBAC7J;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,IAAM,MAAM,GAAG,UAAU,CAC9B,UAAC,KAAgB,EAAE,GAAoB;IACrC,OAAA,aAAa,CACX,QAAQ,EACR,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE;QACvB,EAAE,EAAE,SAAS;QACb,GAAG,KAAA;QACH,IAAI,EAAE,OAAO;KACd,CAAC,CACH;AAPD,CAOC,CACJ,CAAC;AAEF,MAAM,CAAC,WAAW,GAAG,QAAQ,CAAC;AAE9B,eAAe,MAAM,CAAC"}
@@ -27,7 +27,7 @@ var element = {
27
27
  {
28
28
  tag: 'path',
29
29
  attrs: {
30
- fill: '#35322B',
30
+ fill: 'currentColor',
31
31
  d: 'M9.28 13.47l-.99 2.47-.24.58c-.08.19-.18.36-.29.52-.1.16-.21.28-.36.36a.72.72 0 01-.45.15.98.98 0 01-.75-.27c-.17-.18-.17-.5 0-1l5.04-13.13c.08-.23.22-.4.41-.54.21-.14.48-.21.8-.21.33 0 .6.07.81.21.21.13.35.31.43.54l5.07 13.18c.13.34.14.64.03.88-.12.23-.38.34-.8.34a.9.9 0 01-.67-.21 1.3 1.3 0 01-.36-.58l-1.32-3.29H9.28zm5.93-1.5l-2.74-7.38-2.74 7.38h5.48z',
32
32
  },
33
33
  },
@@ -38,7 +38,7 @@ var element = {
38
38
  height: 4.03,
39
39
  x: 3.35,
40
40
  y: 19.37,
41
- fill: '#409F11',
41
+ fill: 'colorChannel1',
42
42
  rx: 2.02,
43
43
  },
44
44
  },
@@ -1 +1 @@
1
- {"version":3,"file":"text-color-24.js","sourceRoot":"","sources":["../../src/components/text-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,mBAAmB,EAAE,EAAE;aACpE;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,IAAI,EAAE,SAAS;wBACf,CAAC,EAAE,uWAAuW;qBAC3W;iBACF;gBACD;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,SAAS;wBACf,EAAE,EAAE,IAAI;qBACT;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"}
1
+ {"version":3,"file":"text-color-24.js","sourceRoot":"","sources":["../../src/components/text-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,mBAAmB,EAAE,EAAE;aACpE;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,IAAI,EAAE,cAAc;wBACpB,CAAC,EAAE,uWAAuW;qBAC3W;iBACF;gBACD;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;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"}
package/esm/icons.d.ts CHANGED
@@ -1,14 +1,18 @@
1
1
  export { default as AddProtection16 } from './components/add-protection-16';
2
+ export { default as AddProtection20 } from './components/add-protection-20';
2
3
  export { default as AddWorksheet28 } from './components/add-worksheet-28';
3
4
  export { default as AllBorders24 } from './components/all-borders-24';
5
+ export { default as AscendingOrder20 } from './components/ascending-order-20';
4
6
  export { default as AscendingOrder24 } from './components/ascending-order-24';
5
7
  export { default as Autowrap24 } from './components/autowrap-24';
8
+ export { default as BinaryColorExample24 } from './components/binary-color-example-24';
6
9
  export { default as BonusPoints16 } from './components/bonus-points-16';
7
10
  export { default as BonusPoints20 } from './components/bonus-points-20';
8
11
  export { default as BorderColor24 } from './components/border-color-24';
9
12
  export { default as CancelFreeze24 } from './components/cancel-freeze-24';
10
13
  export { default as CancelMerge24 } from './components/cancel-merge-24';
11
14
  export { default as CellDown24 } from './components/cell-down-24';
15
+ export { default as CellHistory20 } from './components/cell-history-20';
12
16
  export { default as CellShiftRight24 } from './components/cell-shift-right-24';
13
17
  export { default as CenteredContent24 } from './components/centered-content-24';
14
18
  export { default as CheckBoxNot16 } from './components/check-box-not-16';
@@ -20,12 +24,14 @@ export { default as Content20 } from './components/content-20';
20
24
  export { default as Copy24 } from './components/copy-24';
21
25
  export { default as CreateACopy24 } from './components/create-a-copy-24';
22
26
  export { default as CustomColors24 } from './components/custom-colors-24';
27
+ export { default as CustomSorting20 } from './components/custom-sorting-20';
23
28
  export { default as Delete24 } from './components/delete-24';
24
29
  export { default as DeleteColumn24 } from './components/delete-column-24';
25
30
  export { default as DeleteMoveDown24 } from './components/delete-move-down-24';
26
31
  export { default as DeleteProtectedArea20 } from './components/delete-protected-area-20';
27
32
  export { default as DeleteRow24 } from './components/delete-row-24';
28
33
  export { default as DeleteShiftRight24 } from './components/delete-shift-right-24';
34
+ export { default as DescendingOrder20 } from './components/descending-order-20';
29
35
  export { default as DescendingOrder24 } from './components/descending-order-24';
30
36
  export { default as Details24 } from './components/details-24';
31
37
  export { default as Discord24 } from './components/discord-24';
@@ -43,6 +49,7 @@ export { default as Exporting16 } from './components/exporting-16';
43
49
  export { default as Fail16 } from './components/fail-16';
44
50
  export { default as FillColor24 } from './components/fill-color-24';
45
51
  export { default as FindReplace24 } from './components/find-replace-24';
52
+ export { default as FormatBrushTrigger24 } from './components/format-brush-trigger-24';
46
53
  export { default as Freeze24 } from './components/freeze-24';
47
54
  export { default as FreezeColumn24 } from './components/freeze-column-24';
48
55
  export { default as FreezeRow24 } from './components/freeze-row-24';
@@ -53,7 +60,10 @@ export { default as History24 } from './components/history-24';
53
60
  export { default as HorizontalAlign24 } from './components/horizontal-align-24';
54
61
  export { default as IncreaseProportion24 } from './components/increase-proportion-24';
55
62
  export { default as InnerBorde24 } from './components/inner-borde-24';
63
+ export { default as InsertComment20 } from './components/insert-comment-20';
56
64
  export { default as InsertComment24 } from './components/insert-comment-24';
65
+ export { default as InsertFunction24 } from './components/insert-function-24';
66
+ export { default as InsertLink20 } from './components/insert-link-20';
57
67
  export { default as InsertLink24 } from './components/insert-link-24';
58
68
  export { default as InsertRowsAbove24 } from './components/insert-rows-above-24';
59
69
  export { default as Lateral24 } from './components/lateral-24';
@@ -83,6 +93,7 @@ export { default as OperationPermissions24 } from './components/operation-permis
83
93
  export { default as OuterBorder24 } from './components/outer-border-24';
84
94
  export { default as Overflow24 } from './components/overflow-24';
85
95
  export { default as Painter24 } from './components/painter-24';
96
+ export { default as Paste20 } from './components/paste-20';
86
97
  export { default as Paste24 } from './components/paste-24';
87
98
  export { default as PasteAllExcept24 } from './components/paste-all-except-24';
88
99
  export { default as PasteColumnWidthOnly24 } from './components/paste-column-width-only-24';
@@ -97,6 +108,7 @@ export { default as PeriodOfValidity24 } from './components/period-of-validity-2
97
108
  export { default as Position16 } from './components/position-16';
98
109
  export { default as Position20 } from './components/position-20';
99
110
  export { default as Print24 } from './components/print-24';
111
+ export { default as PrivacyViewing20 } from './components/privacy-viewing-20';
100
112
  export { default as ProhibitDeletionOrAddition24 } from './components/prohibit-deletion-or-addition-24';
101
113
  export { default as RadioNot16 } from './components/radio-not-16';
102
114
  export { default as RadioYes16 } from './components/radio-yes-16';
@@ -108,6 +120,7 @@ export { default as RightBorde24 } from './components/right-borde-24';
108
120
  export { default as RightRotationFortyFiveDegrees24 } from './components/right-rotation-forty-five-degrees-24';
109
121
  export { default as RightRotationNinetyDegrees24 } from './components/right-rotation-ninety-degrees-24';
110
122
  export { default as Save24 } from './components/save-24';
123
+ export { default as Screen20 } from './components/screen-20';
111
124
  export { default as ScrollBarDown12 } from './components/scroll-bar-down-12';
112
125
  export { default as ScrollBarLeft12 } from './components/scroll-bar-left-12';
113
126
  export { default as ScrollBarRight12 } from './components/scroll-bar-right-12';
@@ -124,6 +137,7 @@ export { default as ShowGrid24 } from './components/show-grid-24';
124
137
  export { default as ShowNote24 } from './components/show-note-24';
125
138
  export { default as SingleColorExample24 } from './components/single-color-example-24';
126
139
  export { default as Smile24 } from './components/smile-24';
140
+ export { default as Sort20 } from './components/sort-20';
127
141
  export { default as Strikethrough24 } from './components/strikethrough-24';
128
142
  export { default as Success16 } from './components/success-16';
129
143
  export { default as SwitchSheet28 } from './components/switch-sheet-28';
package/esm/icons.js CHANGED
@@ -1,14 +1,18 @@
1
1
  export { default as AddProtection16 } from './components/add-protection-16';
2
+ export { default as AddProtection20 } from './components/add-protection-20';
2
3
  export { default as AddWorksheet28 } from './components/add-worksheet-28';
3
4
  export { default as AllBorders24 } from './components/all-borders-24';
5
+ export { default as AscendingOrder20 } from './components/ascending-order-20';
4
6
  export { default as AscendingOrder24 } from './components/ascending-order-24';
5
7
  export { default as Autowrap24 } from './components/autowrap-24';
8
+ export { default as BinaryColorExample24 } from './components/binary-color-example-24';
6
9
  export { default as BonusPoints16 } from './components/bonus-points-16';
7
10
  export { default as BonusPoints20 } from './components/bonus-points-20';
8
11
  export { default as BorderColor24 } from './components/border-color-24';
9
12
  export { default as CancelFreeze24 } from './components/cancel-freeze-24';
10
13
  export { default as CancelMerge24 } from './components/cancel-merge-24';
11
14
  export { default as CellDown24 } from './components/cell-down-24';
15
+ export { default as CellHistory20 } from './components/cell-history-20';
12
16
  export { default as CellShiftRight24 } from './components/cell-shift-right-24';
13
17
  export { default as CenteredContent24 } from './components/centered-content-24';
14
18
  export { default as CheckBoxNot16 } from './components/check-box-not-16';
@@ -20,12 +24,14 @@ export { default as Content20 } from './components/content-20';
20
24
  export { default as Copy24 } from './components/copy-24';
21
25
  export { default as CreateACopy24 } from './components/create-a-copy-24';
22
26
  export { default as CustomColors24 } from './components/custom-colors-24';
27
+ export { default as CustomSorting20 } from './components/custom-sorting-20';
23
28
  export { default as Delete24 } from './components/delete-24';
24
29
  export { default as DeleteColumn24 } from './components/delete-column-24';
25
30
  export { default as DeleteMoveDown24 } from './components/delete-move-down-24';
26
31
  export { default as DeleteProtectedArea20 } from './components/delete-protected-area-20';
27
32
  export { default as DeleteRow24 } from './components/delete-row-24';
28
33
  export { default as DeleteShiftRight24 } from './components/delete-shift-right-24';
34
+ export { default as DescendingOrder20 } from './components/descending-order-20';
29
35
  export { default as DescendingOrder24 } from './components/descending-order-24';
30
36
  export { default as Details24 } from './components/details-24';
31
37
  export { default as Discord24 } from './components/discord-24';
@@ -43,6 +49,7 @@ export { default as Exporting16 } from './components/exporting-16';
43
49
  export { default as Fail16 } from './components/fail-16';
44
50
  export { default as FillColor24 } from './components/fill-color-24';
45
51
  export { default as FindReplace24 } from './components/find-replace-24';
52
+ export { default as FormatBrushTrigger24 } from './components/format-brush-trigger-24';
46
53
  export { default as Freeze24 } from './components/freeze-24';
47
54
  export { default as FreezeColumn24 } from './components/freeze-column-24';
48
55
  export { default as FreezeRow24 } from './components/freeze-row-24';
@@ -53,7 +60,10 @@ export { default as History24 } from './components/history-24';
53
60
  export { default as HorizontalAlign24 } from './components/horizontal-align-24';
54
61
  export { default as IncreaseProportion24 } from './components/increase-proportion-24';
55
62
  export { default as InnerBorde24 } from './components/inner-borde-24';
63
+ export { default as InsertComment20 } from './components/insert-comment-20';
56
64
  export { default as InsertComment24 } from './components/insert-comment-24';
65
+ export { default as InsertFunction24 } from './components/insert-function-24';
66
+ export { default as InsertLink20 } from './components/insert-link-20';
57
67
  export { default as InsertLink24 } from './components/insert-link-24';
58
68
  export { default as InsertRowsAbove24 } from './components/insert-rows-above-24';
59
69
  export { default as Lateral24 } from './components/lateral-24';
@@ -83,6 +93,7 @@ export { default as OperationPermissions24 } from './components/operation-permis
83
93
  export { default as OuterBorder24 } from './components/outer-border-24';
84
94
  export { default as Overflow24 } from './components/overflow-24';
85
95
  export { default as Painter24 } from './components/painter-24';
96
+ export { default as Paste20 } from './components/paste-20';
86
97
  export { default as Paste24 } from './components/paste-24';
87
98
  export { default as PasteAllExcept24 } from './components/paste-all-except-24';
88
99
  export { default as PasteColumnWidthOnly24 } from './components/paste-column-width-only-24';
@@ -97,6 +108,7 @@ export { default as PeriodOfValidity24 } from './components/period-of-validity-2
97
108
  export { default as Position16 } from './components/position-16';
98
109
  export { default as Position20 } from './components/position-20';
99
110
  export { default as Print24 } from './components/print-24';
111
+ export { default as PrivacyViewing20 } from './components/privacy-viewing-20';
100
112
  export { default as ProhibitDeletionOrAddition24 } from './components/prohibit-deletion-or-addition-24';
101
113
  export { default as RadioNot16 } from './components/radio-not-16';
102
114
  export { default as RadioYes16 } from './components/radio-yes-16';
@@ -108,6 +120,7 @@ export { default as RightBorde24 } from './components/right-borde-24';
108
120
  export { default as RightRotationFortyFiveDegrees24 } from './components/right-rotation-forty-five-degrees-24';
109
121
  export { default as RightRotationNinetyDegrees24 } from './components/right-rotation-ninety-degrees-24';
110
122
  export { default as Save24 } from './components/save-24';
123
+ export { default as Screen20 } from './components/screen-20';
111
124
  export { default as ScrollBarDown12 } from './components/scroll-bar-down-12';
112
125
  export { default as ScrollBarLeft12 } from './components/scroll-bar-left-12';
113
126
  export { default as ScrollBarRight12 } from './components/scroll-bar-right-12';
@@ -124,6 +137,7 @@ export { default as ShowGrid24 } from './components/show-grid-24';
124
137
  export { default as ShowNote24 } from './components/show-note-24';
125
138
  export { default as SingleColorExample24 } from './components/single-color-example-24';
126
139
  export { default as Smile24 } from './components/smile-24';
140
+ export { default as Sort20 } from './components/sort-20';
127
141
  export { default as Strikethrough24 } from './components/strikethrough-24';
128
142
  export { default as Success16 } from './components/success-16';
129
143
  export { default as SwitchSheet28 } from './components/switch-sheet-28';