@tinfoilsh/tinfoil-icons 1.0.1 → 1.0.2

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.
@@ -1,6 +1,7 @@
1
1
  import React from 'react';
2
2
  import { IconBaseProps } from './types';
3
- export declare function IconBase({ size, color, title, children, ...props }: IconBaseProps & {
3
+ export declare function IconBase({ size, color, title, children, viewBox, ...props }: IconBaseProps & {
4
4
  children: React.ReactNode;
5
+ viewBox?: string;
5
6
  }): React.JSX.Element;
6
7
  //# sourceMappingURL=IconBase.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IconBase.d.ts","sourceRoot":"","sources":["../src/IconBase.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAExC,wBAAgB,QAAQ,CAAC,EACvB,IAAY,EACZ,KAAsB,EACtB,KAAK,EACL,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,aAAa,GAAG;IAAE,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;CAAE,qBAe/C"}
1
+ {"version":3,"file":"IconBase.d.ts","sourceRoot":"","sources":["../src/IconBase.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAExC,wBAAgB,QAAQ,CAAC,EACvB,IAAY,EACZ,KAAsB,EACtB,KAAK,EACL,QAAQ,EACR,OAAO,EACP,GAAG,KAAK,EACT,EAAE,aAAa,GAAG;IAAE,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAAC,OAAO,CAAC,EAAE,MAAM,CAAA;CAAE,qBAejE"}
package/dist/index.esm.js CHANGED
@@ -35,8 +35,8 @@ typeof SuppressedError === "function" ? SuppressedError : function (error, suppr
35
35
  };
36
36
 
37
37
  function IconBase(_a) {
38
- var { size = '1em', color = 'currentColor', title, children } = _a, props = __rest(_a, ["size", "color", "title", "children"]);
39
- return (React.createElement("svg", Object.assign({ stroke: color, fill: color, strokeWidth: "0" }, props, { height: size, width: size, xmlns: "http://www.w3.org/2000/svg" }),
38
+ var { size = '1em', color = 'currentColor', title, children, viewBox } = _a, props = __rest(_a, ["size", "color", "title", "children", "viewBox"]);
39
+ return (React.createElement("svg", Object.assign({ stroke: color, fill: color }, props, { height: size, width: size, viewBox: viewBox, xmlns: "http://www.w3.org/2000/svg" }),
40
40
  title && React.createElement("title", null, title),
41
41
  children));
42
42
  }
@@ -46,31 +46,31 @@ function TfBrain(props) {
46
46
  React.createElement("rect", { x: "241.16", y: "116.93", width: "20.29", height: "200.02" }),
47
47
  React.createElement("rect", { x: "319.67", y: "56.73", width: "20.29", height: "140.7", transform: "translate(456.9 -202.73) rotate(90)" }),
48
48
  React.createElement("rect", { x: "277.72", y: "79.21", width: "55.42", height: "20", transform: "translate(216.22 394.65) rotate(-90)" }),
49
- React.createElement("path", { d: "M251.31,116.95c4.47-40.4-15.03-78.65-48.43-95.71-27.52-14.06-70.71-16.84-97.29,11.53-27.33,29.17-17.74,70.63-16.89,74.08", style: { "strokeLinecap": "round", "strokeMiterlimit": "10", "strokeWidth": "20px" } }),
50
- React.createElement("path", { d: "M81.75,85.61c-31.49,1.65-57.53,24.23-63.01,53.56-4.78,25.54,6.8,52.17,29.35,67.2", style: { "strokeLinecap": "round", "strokeMiterlimit": "10", "strokeWidth": "20px" } }),
51
- React.createElement("path", { d: "M68.29,198.87c-7.92,2.31-22.35,7.73-35,20.78-18.53,19.11-29.02,50.26-18.64,80.93,9.51,28.1,34.11,48.59,63.52,52.92", style: { "strokeLinecap": "round", "strokeMiterlimit": "10", "strokeWidth": "20px" } }),
52
- React.createElement("path", { d: "M49.71,346.18c13.34,48.69,53.18,82.69,94.55,84.29,55.17,2.14,111.46-53.39,106.29-126.26", style: { "strokeLinecap": "round", "strokeMiterlimit": "10", "strokeWidth": "20px" } }),
53
- React.createElement("path", { d: "M250.55,304.2c.46-8.43.61-32.08-14.83-55.21-21.87-32.77-57.71-38.52-63.66-39.37", style: { "strokeLinecap": "round", "strokeMiterlimit": "10", "strokeWidth": "20px" } }),
49
+ React.createElement("path", { d: "M251.31,116.95c4.47-40.4-15.03-78.65-48.43-95.71-27.52-14.06-70.71-16.84-97.29,11.53-27.33,29.17-17.74,70.63-16.89,74.08", style: { "fill": "none", "strokeLinecap": "round", "strokeMiterlimit": "10", "strokeWidth": "20px" } }),
50
+ React.createElement("path", { d: "M81.75,85.61c-31.49,1.65-57.53,24.23-63.01,53.56-4.78,25.54,6.8,52.17,29.35,67.2", style: { "fill": "none", "strokeLinecap": "round", "strokeMiterlimit": "10", "strokeWidth": "20px" } }),
51
+ React.createElement("path", { d: "M68.29,198.87c-7.92,2.31-22.35,7.73-35,20.78-18.53,19.11-29.02,50.26-18.64,80.93,9.51,28.1,34.11,48.59,63.52,52.92", style: { "fill": "none", "strokeLinecap": "round", "strokeMiterlimit": "10", "strokeWidth": "20px" } }),
52
+ React.createElement("path", { d: "M49.71,346.18c13.34,48.69,53.18,82.69,94.55,84.29,55.17,2.14,111.46-53.39,106.29-126.26", style: { "fill": "none", "strokeLinecap": "round", "strokeMiterlimit": "10", "strokeWidth": "20px" } }),
53
+ React.createElement("path", { d: "M250.55,304.2c.46-8.43.61-32.08-14.83-55.21-21.87-32.77-57.71-38.52-63.66-39.37", style: { "fill": "none", "strokeLinecap": "round", "strokeMiterlimit": "10", "strokeWidth": "20px" } }),
54
54
  React.createElement("rect", { x: "387.81", y: "311.47", width: "50", height: "20", transform: "translate(91.34 734.28) rotate(-90)" }),
55
55
  React.createElement("rect", { x: "315.14", y: "202.52", width: "55.11", height: "20", transform: "translate(685.39 425.04) rotate(180)" }),
56
56
  React.createElement("rect", { x: "321.51", y: "235.59", width: "20.29", height: "142.4", transform: "translate(638.45 -24.87) rotate(90)" }),
57
57
  React.createElement("rect", { x: "295.46", y: "42.39", width: "60", height: "20", transform: "translate(650.92 104.79) rotate(-180)" }),
58
58
  React.createElement("rect", { x: "294.8", y: "136.14", width: "20.29", height: "160.33", transform: "translate(609.9 432.61) rotate(180)" }),
59
59
  React.createElement("rect", { x: "277.58", y: "342.35", width: "71.76", height: "20", transform: "translate(-38.89 665.81) rotate(-90)" }),
60
- React.createElement("path", { d: "M118.92,159.75c30.56,15.6,65.05,1.88,74.81-22.51,7.31-18.25.51-41.87-17.55-57.16", style: { "strokeLinecap": "round", "strokeMiterlimit": "10", "strokeWidth": "20px" } }),
61
- React.createElement("path", { d: "M143.2,373.12c26.96-19.01,32.41-56.13,14.57-80.16-18.9-25.47-59.18-29.81-84.79-5.91", style: { "strokeLinecap": "round", "strokeMiterlimit": "10", "strokeWidth": "20px" } }),
62
- React.createElement("circle", { cx: "367.88", cy: "52.39", r: "19.79", style: { "strokeMiterlimit": "10", "strokeWidth": "20px" } }),
63
- React.createElement("circle", { cx: "414.71", cy: "127.08", r: "19.79", style: { "strokeMiterlimit": "10", "strokeWidth": "20px" } }),
64
- React.createElement("circle", { cx: "380.37", cy: "212.52", r: "19.79", style: { "strokeMiterlimit": "10", "strokeWidth": "20px" } }),
65
- React.createElement("circle", { cx: "412.81", cy: "357.23", r: "19.79", style: { "strokeMiterlimit": "10", "strokeWidth": "20px" } }),
66
- React.createElement("circle", { cx: "313.46", cy: "414.21", r: "19.79", style: { "strokeMiterlimit": "10", "strokeWidth": "20px" } })));
60
+ React.createElement("path", { d: "M118.92,159.75c30.56,15.6,65.05,1.88,74.81-22.51,7.31-18.25.51-41.87-17.55-57.16", style: { "fill": "none", "strokeLinecap": "round", "strokeMiterlimit": "10", "strokeWidth": "20px" } }),
61
+ React.createElement("path", { d: "M143.2,373.12c26.96-19.01,32.41-56.13,14.57-80.16-18.9-25.47-59.18-29.81-84.79-5.91", style: { "fill": "none", "strokeLinecap": "round", "strokeMiterlimit": "10", "strokeWidth": "20px" } }),
62
+ React.createElement("circle", { cx: "367.88", cy: "52.39", r: "19.79", style: { "fill": "none", "strokeMiterlimit": "10", "strokeWidth": "20px" } }),
63
+ React.createElement("circle", { cx: "414.71", cy: "127.08", r: "19.79", style: { "fill": "none", "strokeMiterlimit": "10", "strokeWidth": "20px" } }),
64
+ React.createElement("circle", { cx: "380.37", cy: "212.52", r: "19.79", style: { "fill": "none", "strokeMiterlimit": "10", "strokeWidth": "20px" } }),
65
+ React.createElement("circle", { cx: "412.81", cy: "357.23", r: "19.79", style: { "fill": "none", "strokeMiterlimit": "10", "strokeWidth": "20px" } }),
66
+ React.createElement("circle", { cx: "313.46", cy: "414.21", r: "19.79", style: { "fill": "none", "strokeMiterlimit": "10", "strokeWidth": "20px" } })));
67
67
  }
68
68
 
69
69
  function TfCert(props) {
70
70
  return (React.createElement(IconBase, Object.assign({ viewBox: "0 0 445 445" }, props),
71
71
  React.createElement("rect", { x: "7.24", y: "325.48", width: "216.77", height: "20.29", transform: "translate(451.25 220) rotate(90)" }),
72
72
  React.createElement("rect", { x: "125.77", y: "423.72", width: "20.29", height: "20.29" }),
73
- React.createElement("circle", { cx: "216.5", cy: "141.57", r: "130.67", style: { "strokeMiterlimit": "10", "strokeWidth": "20px" } }),
73
+ React.createElement("circle", { cx: "216.5", cy: "141.57", r: "130.67", style: { "fill": "none", "strokeMiterlimit": "10", "strokeWidth": "20px" } }),
74
74
  React.createElement("rect", { x: "207.97", y: "323.11", width: "221.51", height: "20.29", transform: "translate(651.98 14.53) rotate(90)" }),
75
75
  React.createElement("rect", { x: "186.06", y: "362.42", width: "20.29", height: "20.29" }),
76
76
  React.createElement("rect", { x: "206.35", y: "342.13", width: "20.29", height: "20.29" }),
@@ -80,15 +80,15 @@ function TfCert(props) {
80
80
  React.createElement("rect", { x: "145.77", y: "403.01", width: "20.29", height: "20.29" }),
81
81
  React.createElement("rect", { x: "267.99", y: "403.01", width: "20.29", height: "20.29" }),
82
82
  React.createElement("rect", { x: "288.29", y: "423.72", width: "20.29", height: "20.29" }),
83
- React.createElement("circle", { cx: "216.5", cy: "141.57", r: "53.74", style: { "strokeMiterlimit": "10", "strokeWidth": "20px" } })));
83
+ React.createElement("circle", { cx: "216.5", cy: "141.57", r: "53.74", style: { "fill": "none", "strokeMiterlimit": "10", "strokeWidth": "20px" } })));
84
84
  }
85
85
 
86
86
  function TfCloud(props) {
87
87
  return (React.createElement(IconBase, Object.assign({ viewBox: "0 0 445 445" }, props),
88
- React.createElement("path", { d: "M50.98,227.87c-3.37-55.14,24.69-107.59,72.28-135.09,46.4-26.81,104.16-25.73,149.85,2.74", style: { "strokeMiterlimit": "10", "strokeWidth": "20px" } }),
89
- React.createElement("path", { d: "M261.59,95.29c27.27-35.1,76.98-39.91,107.04-14.91,25.47,21.18,32.98,60.56,15.5,93.13", style: { "strokeMiterlimit": "10", "strokeWidth": "20px" } }),
90
- React.createElement("path", { d: "M372.46,173.88c53.65,30.29,74.06,91.52,53.64,135.89-21.68,47.12-79.91,54.6-83.17,54.97", style: { "strokeMiterlimit": "10", "strokeWidth": "20px" } }),
91
- React.createElement("path", { d: "M57.78,218.28c-33.83,15.35-52.32,51.91-44.81,86.66,6.78,31.37,33.55,55.6,66.59,59.8", style: { "strokeMiterlimit": "10", "strokeWidth": "20px" } }),
88
+ React.createElement("path", { d: "M50.98,227.87c-3.37-55.14,24.69-107.59,72.28-135.09,46.4-26.81,104.16-25.73,149.85,2.74", style: { "fill": "none", "strokeMiterlimit": "10", "strokeWidth": "20px" } }),
89
+ React.createElement("path", { d: "M261.59,95.29c27.27-35.1,76.98-39.91,107.04-14.91,25.47,21.18,32.98,60.56,15.5,93.13", style: { "fill": "none", "strokeMiterlimit": "10", "strokeWidth": "20px" } }),
90
+ React.createElement("path", { d: "M372.46,173.88c53.65,30.29,74.06,91.52,53.64,135.89-21.68,47.12-79.91,54.6-83.17,54.97", style: { "fill": "none", "strokeMiterlimit": "10", "strokeWidth": "20px" } }),
91
+ React.createElement("path", { d: "M57.78,218.28c-33.83,15.35-52.32,51.91-44.81,86.66,6.78,31.37,33.55,55.6,66.59,59.8", style: { "fill": "none", "strokeMiterlimit": "10", "strokeWidth": "20px" } }),
92
92
  React.createElement("rect", { x: "78.27", y: "354.59", width: "265.71", height: "20.29" }),
93
93
  React.createElement("rect", { x: "139.25", y: "159.89", width: "30", height: "20", transform: "translate(324.15 15.64) rotate(90)" }),
94
94
  React.createElement("rect", { x: "235.06", y: "231.71", width: "20.29", height: "20.29" }),
@@ -103,7 +103,7 @@ function TfCpuCheck(props) {
103
103
  return (React.createElement(IconBase, Object.assign({ viewBox: "0 0 445 445" }, props),
104
104
  React.createElement("rect", { x: "125.5", y: "260.33", width: "71.76", height: "20.29", transform: "translate(238.52 -34.89) rotate(45)" }),
105
105
  React.createElement("rect", { x: "158.32", y: "208.55", width: "182.87", height: "20.29", transform: "translate(-81.49 240.66) rotate(-45)" }),
106
- React.createElement("rect", { x: "71.44", y: "71.81", width: "301.58", height: "301.58", rx: "36.45", ry: "36.45", style: { "strokeMiterlimit": "10", "strokeWidth": "20px" } }),
106
+ React.createElement("rect", { x: "71.44", y: "71.81", width: "301.58", height: "301.58", rx: "36.45", ry: "36.45", style: { "fill": "none", "strokeMiterlimit": "10", "strokeWidth": "20px" } }),
107
107
  React.createElement("rect", { x: "414.16", y: "123.07", width: "29.66", height: "20" }),
108
108
  React.createElement("rect", { x: "414.16", y: "164.93", width: "29.66", height: "20" }),
109
109
  React.createElement("rect", { x: "414.16", y: "208.78", width: "29.66", height: "20" }),
@@ -130,20 +130,20 @@ function TfDatabase(props) {
130
130
  return (React.createElement(IconBase, Object.assign({ viewBox: "0 0 445 445" }, props),
131
131
  React.createElement("defs", null,
132
132
  React.createElement("clipPath", null,
133
- React.createElement("rect", { x: "-64.75", y: "178.18", width: "539.12", height: "89.86", transform: "translate(409.62 446.21) rotate(180)" })),
133
+ React.createElement("rect", { x: "-64.75", y: "178.18", width: "539.12", height: "89.86", transform: "translate(409.62 446.21) rotate(180)", style: { "fill": "none" } })),
134
134
  React.createElement("clipPath", null,
135
- React.createElement("rect", { x: "-63.75", y: "362.11", width: "539.12", height: "89.86", transform: "translate(411.62 814.08) rotate(180)" })),
135
+ React.createElement("rect", { x: "-63.75", y: "362.11", width: "539.12", height: "89.86", transform: "translate(411.62 814.08) rotate(180)", style: { "fill": "none" } })),
136
136
  React.createElement("clipPath", null,
137
- React.createElement("rect", { x: "-63.75", y: "279.31", width: "539.12", height: "89.86", transform: "translate(411.62 648.48) rotate(180)" }))),
137
+ React.createElement("rect", { x: "-63.75", y: "279.31", width: "539.12", height: "89.86", transform: "translate(411.62 648.48) rotate(180)", style: { "fill": "none" } }))),
138
138
  React.createElement("rect", { x: "424.85", y: "80.24", width: "20.29", height: "282.8" }),
139
- React.createElement("ellipse", { cx: "222.49", cy: "82.24", rx: "212.51", ry: "70.9", style: { "strokeMiterlimit": "10", "strokeWidth": "20px" } }),
139
+ React.createElement("ellipse", { cx: "222.49", cy: "82.24", rx: "212.51", ry: "70.9", style: { "fill": "none", "strokeMiterlimit": "10", "strokeWidth": "20px" } }),
140
140
  React.createElement("g", { style: { "clipPath": "url(#clippath)" } },
141
- React.createElement("ellipse", { cx: "222.02", cy: "179.11", rx: "212.51", ry: "70.9", style: { "strokeMiterlimit": "10", "strokeWidth": "20px" } })),
141
+ React.createElement("ellipse", { cx: "222.02", cy: "179.11", rx: "212.51", ry: "70.9", style: { "fill": "none", "strokeMiterlimit": "10", "strokeWidth": "20px" } })),
142
142
  React.createElement("g", { style: { "clipPath": "url(#clippath-1)" } },
143
- React.createElement("ellipse", { cx: "223.02", cy: "363.04", rx: "212.51", ry: "70.9", style: { "strokeMiterlimit": "10", "strokeWidth": "20px" } })),
143
+ React.createElement("ellipse", { cx: "223.02", cy: "363.04", rx: "212.51", ry: "70.9", style: { "fill": "none", "strokeMiterlimit": "10", "strokeWidth": "20px" } })),
144
144
  React.createElement("rect", { x: "-.16", y: "80.24", width: "20.29", height: "282.8" }),
145
145
  React.createElement("g", { style: { "clipPath": "url(#clippath-2)" } },
146
- React.createElement("ellipse", { cx: "223.02", cy: "280.24", rx: "212.51", ry: "70.9", style: { "strokeMiterlimit": "10", "strokeWidth": "20px" } }))));
146
+ React.createElement("ellipse", { cx: "223.02", cy: "280.24", rx: "212.51", ry: "70.9", style: { "fill": "none", "strokeMiterlimit": "10", "strokeWidth": "20px" } }))));
147
147
  }
148
148
 
149
149
  function TfGithub(props) {
@@ -185,27 +185,27 @@ function TfKey(props) {
185
185
  return (React.createElement(IconBase, Object.assign({ viewBox: "0 0 445 445" }, props),
186
186
  React.createElement("rect", { x: "310.54", y: "78.08", width: "20.29", height: "248.62", transform: "translate(523.08 -118.3) rotate(90)" }),
187
187
  React.createElement("rect", { x: "318.01", y: "212.53", width: "20.29", height: "60.14" }),
188
- React.createElement("circle", { cx: "99.6", cy: "202.39", r: "88.17", style: { "strokeMiterlimit": "10", "strokeWidth": "20px" } }),
188
+ React.createElement("circle", { cx: "99.6", cy: "202.39", r: "88.17", style: { "fill": "none", "strokeMiterlimit": "10", "strokeWidth": "20px" } }),
189
189
  React.createElement("rect", { x: "407.51", y: "212.53", width: "20.29", height: "60.14" }),
190
190
  React.createElement("rect", { x: "362.76", y: "227.93", width: "20.29", height: "69.21", transform: "translate(635.43 -110.37) rotate(90)" })));
191
191
  }
192
192
 
193
193
  function TfLock(props) {
194
194
  return (React.createElement(IconBase, Object.assign({ viewBox: "0 0 445 445" }, props),
195
- React.createElement("path", { d: "M93.13,179.68h252.74c20.12,0,36.45,16.33,36.45,36.45v181.28c0,20.12-16.33,36.45-36.45,36.45H93.13c-20.12,0-36.45-16.33-36.45-36.45v-181.28c0-20.12,16.33-36.45,36.45-36.45Z", style: { "strokeMiterlimit": "10", "strokeWidth": "20px" } }),
195
+ React.createElement("path", { d: "M93.13,179.68h252.74c20.12,0,36.45,16.33,36.45,36.45v181.28c0,20.12-16.33,36.45-36.45,36.45H93.13c-20.12,0-36.45-16.33-36.45-36.45v-181.28c0-20.12,16.33-36.45,36.45-36.45Z", style: { "fill": "none", "strokeMiterlimit": "10", "strokeWidth": "20px" } }),
196
196
  React.createElement("rect", { x: "73.14", y: "94.51", width: "130.06", height: "20.29", transform: "translate(33.51 242.83) rotate(-90)" }),
197
197
  React.createElement("rect", { x: "148.17", y: "19.34", width: "20.29", height: "20.29" }),
198
198
  React.createElement("rect", { x: "168.46", y: "-.96", width: "102.08", height: "20.29" }),
199
199
  React.createElement("rect", { x: "270.25", y: "19.34", width: "20.29", height: "20.29" }),
200
200
  React.createElement("rect", { x: "235.8", y: "94.51", width: "130.06", height: "20.29", transform: "translate(196.17 405.49) rotate(-90)" }),
201
201
  React.createElement("rect", { x: "187", y: "353.89", width: "65", height: "20.29", transform: "translate(-144.54 583.54) rotate(-90)" }),
202
- React.createElement("circle", { cx: "219.5", cy: "301.22", r: "33.72", style: { "strokeMiterlimit": "10", "strokeWidth": "20px" } })));
202
+ React.createElement("circle", { cx: "219.5", cy: "301.22", r: "33.72", style: { "fill": "none", "strokeMiterlimit": "10", "strokeWidth": "20px" } })));
203
203
  }
204
204
 
205
205
  function TfMonitor(props) {
206
206
  return (React.createElement(IconBase, Object.assign({ viewBox: "0 0 445 445" }, props),
207
207
  React.createElement("rect", { x: "194.44", y: "355.73", width: "56.13", height: "20.29", transform: "translate(588.37 143.37) rotate(90)" }),
208
- React.createElement("rect", { x: "11.96", y: "48.23", width: "421.09", height: "281.6", rx: "36.45", ry: "36.45", style: { "strokeMiterlimit": "10", "strokeWidth": "20px" } }),
208
+ React.createElement("rect", { x: "11.96", y: "48.23", width: "421.09", height: "281.6", rx: "36.45", ry: "36.45", style: { "fill": "none", "strokeMiterlimit": "10", "strokeWidth": "20px" } }),
209
209
  React.createElement("rect", { x: "139.74", y: "393.94", width: "165.52", height: "20.29", transform: "translate(445 808.17) rotate(180)" }),
210
210
  React.createElement("rect", { x: "172.04", y: "254.74", width: "105", height: "20.29" }),
211
211
  React.createElement("rect", { x: "277.04", y: "234.44", width: "20.29", height: "20.29" }),
@@ -235,7 +235,7 @@ function TfRobot(props) {
235
235
  React.createElement("rect", { x: "242.33", y: "292.12", width: "20.29", height: "20.29" }),
236
236
  React.createElement("rect", { x: "131.81", y: "293.12", width: "20.29", height: "20.29" }),
237
237
  React.createElement("rect", { x: "131.81", y: "393.44", width: "186.32", height: "20.29" }),
238
- React.createElement("path", { d: "M129.77,120.65h190.12c20.12,0,36.45,16.33,36.45,36.45v149.34c0,20.12-16.33,36.45-36.45,36.45h-190.12c-20.12,0-36.45-16.33-36.45-36.45v-149.34c0-20.12,16.33-36.45,36.45-36.45Z", style: { "strokeMiterlimit": "10", "strokeWidth": "20px" } }),
238
+ React.createElement("path", { d: "M129.77,120.65h190.12c20.12,0,36.45,16.33,36.45,36.45v149.34c0,20.12-16.33,36.45-36.45,36.45h-190.12c-20.12,0-36.45-16.33-36.45-36.45v-149.34c0-20.12,16.33-36.45,36.45-36.45Z", style: { "fill": "none", "strokeMiterlimit": "10", "strokeWidth": "20px" } }),
239
239
  React.createElement("rect", { x: "297.56", y: "291.62", width: "20.29", height: "20.29" }),
240
240
  React.createElement("rect", { x: "187.04", y: "292.62", width: "20.29", height: "20.29" }),
241
241
  React.createElement("rect", { x: "21.24", y: "225.94", width: "20.29", height: "20.29" }),
@@ -252,9 +252,9 @@ function TfServer(props) {
252
252
  React.createElement("rect", { x: "376.11", y: "55.31", width: "20.29", height: "20.29" }),
253
253
  React.createElement("rect", { x: "96.4", y: "55.31", width: "20.29", height: "20.29" }),
254
254
  React.createElement("rect", { x: "55.81", y: "55.31", width: "20.29", height: "20.29" }),
255
- React.createElement("rect", { x: "12.3", y: "11", width: "421.09", height: "115.02", rx: "36.45", ry: "36.45", style: { "strokeMiterlimit": "10", "strokeWidth": "20px" } }),
256
- React.createElement("rect", { x: "11.61", y: "164.56", width: "421.09", height: "115.02", rx: "36.45", ry: "36.45", style: { "strokeMiterlimit": "10", "strokeWidth": "20px" } }),
257
- React.createElement("rect", { x: "12.3", y: "318.98", width: "421.09", height: "115.02", rx: "36.45", ry: "36.45", style: { "strokeMiterlimit": "10", "strokeWidth": "20px" } }),
255
+ React.createElement("rect", { x: "12.3", y: "11", width: "421.09", height: "115.02", rx: "36.45", ry: "36.45", style: { "fill": "none", "strokeMiterlimit": "10", "strokeWidth": "20px" } }),
256
+ React.createElement("rect", { x: "11.61", y: "164.56", width: "421.09", height: "115.02", rx: "36.45", ry: "36.45", style: { "fill": "none", "strokeMiterlimit": "10", "strokeWidth": "20px" } }),
257
+ React.createElement("rect", { x: "12.3", y: "318.98", width: "421.09", height: "115.02", rx: "36.45", ry: "36.45", style: { "fill": "none", "strokeMiterlimit": "10", "strokeWidth": "20px" } }),
258
258
  React.createElement("rect", { x: "262.54", y: "211.92", width: "113.57", height: "20.29" }),
259
259
  React.createElement("rect", { x: "376.11", y: "211.92", width: "20.29", height: "20.29" }),
260
260
  React.createElement("rect", { x: "96.4", y: "211.92", width: "20.29", height: "20.29" }),
@@ -402,7 +402,7 @@ function TfTerminal(props) {
402
402
  React.createElement("rect", { x: "121.17", y: "148.02", width: "20.29", height: "20.29" }),
403
403
  React.createElement("rect", { x: "80.58", y: "188.61", width: "20.29", height: "20.29" }),
404
404
  React.createElement("rect", { x: "100.88", y: "168.32", width: "20.29", height: "20.29" }),
405
- React.createElement("path", { d: "M47.52,32h349.95c20.12,0,36.45,16.33,36.45,36.45v308.09c0,20.12-16.33,36.45-36.45,36.45H47.53c-20.12,0-36.45-16.33-36.45-36.45V68.45c0-20.12,16.33-36.45,36.45-36.45Z", style: { "strokeMiterlimit": "10", "strokeWidth": "20px" } }),
405
+ React.createElement("path", { d: "M47.52,32h349.95c20.12,0,36.45,16.33,36.45,36.45v308.09c0,20.12-16.33,36.45-36.45,36.45H47.53c-20.12,0-36.45-16.33-36.45-36.45V68.45c0-20.12,16.33-36.45,36.45-36.45Z", style: { "fill": "none", "strokeMiterlimit": "10", "strokeWidth": "20px" } }),
406
406
  React.createElement("rect", { x: "60.29", y: "208.54", width: "20.29", height: "20.29" }),
407
407
  React.createElement("rect", { x: "61.96", y: "88.82", width: "20.29", height: "20.29" })));
408
408
  }
@@ -413,7 +413,7 @@ function TfTinSad(props) {
413
413
  React.createElement("rect", { x: "261.3", y: "146.58", width: "60", height: "20", transform: "translate(607.99 61.31) rotate(135)" }),
414
414
  React.createElement("rect", { x: "260.52", y: "146.58", width: "60", height: "20", transform: "translate(195.81 -159.57) rotate(45)" }),
415
415
  React.createElement("rect", { x: "124.48", y: "146.58", width: "60", height: "20", transform: "translate(155.96 -63.37) rotate(45)" }),
416
- React.createElement("rect", { x: "71.78", y: "72.61", width: "301.58", height: "301.58", rx: "36.45", ry: "36.45", style: { "strokeMiterlimit": "10", "strokeWidth": "20px" } }),
416
+ React.createElement("rect", { x: "71.78", y: "72.61", width: "301.58", height: "301.58", rx: "36.45", ry: "36.45", style: { "fill": "none", "strokeMiterlimit": "10", "strokeWidth": "20px" } }),
417
417
  React.createElement("rect", { x: "414.5", y: "123.87", width: "29.66", height: "20" }),
418
418
  React.createElement("rect", { x: "414.5", y: "165.73", width: "29.66", height: "20" }),
419
419
  React.createElement("rect", { x: "414.5", y: "209.58", width: "29.66", height: "20" }),
@@ -445,7 +445,7 @@ function TfTinSad(props) {
445
445
 
446
446
  function TfTin(props) {
447
447
  return (React.createElement(IconBase, Object.assign({ viewBox: "0 0 445 445" }, props),
448
- React.createElement("rect", { x: "71.79", y: "72", width: "301.58", height: "301.58", rx: "36.45", ry: "36.45", style: { "strokeMiterlimit": "10", "strokeWidth": "20px" } }),
448
+ React.createElement("rect", { x: "71.79", y: "72", width: "301.58", height: "301.58", rx: "36.45", ry: "36.45", style: { "fill": "none", "strokeMiterlimit": "10", "strokeWidth": "20px" } }),
449
449
  React.createElement("rect", { x: "414.51", y: "123.26", width: "29.66", height: "20" }),
450
450
  React.createElement("rect", { x: "414.51", y: "165.12", width: "29.66", height: "20" }),
451
451
  React.createElement("rect", { x: "414.51", y: "208.97", width: "29.66", height: "20" }),
@@ -480,16 +480,16 @@ function TfUnlock(props) {
480
480
  React.createElement("rect", { x: "281", y: "21.04", width: "20.29", height: "20.29" }),
481
481
  React.createElement("rect", { x: "301.29", y: ".75", width: "102.08", height: "20.29" }),
482
482
  React.createElement("rect", { x: "403.37", y: "21.04", width: "20.29", height: "20.29" }),
483
- React.createElement("path", { d: "M63.83,179.71h252.74c20.12,0,36.45,16.33,36.45,36.45v181.28c0,20.12-16.33,36.45-36.45,36.45H63.83c-20.12,0-36.45-16.33-36.45-36.45v-181.28c0-20.12,16.33-36.45,36.45-36.45Z", style: { "strokeMiterlimit": "10", "strokeWidth": "20px" } }),
483
+ React.createElement("path", { d: "M63.83,179.71h252.74c20.12,0,36.45,16.33,36.45,36.45v181.28c0,20.12-16.33,36.45-36.45,36.45H63.83c-20.12,0-36.45-16.33-36.45-36.45v-181.28c0-20.12,16.33-36.45,36.45-36.45Z", style: { "fill": "none", "strokeMiterlimit": "10", "strokeWidth": "20px" } }),
484
484
  React.createElement("rect", { x: "205.97", y: "96.22", width: "130.06", height: "20.29", transform: "translate(164.63 377.36) rotate(-90)" }),
485
485
  React.createElement("rect", { x: "368.63", y: "96.22", width: "130.06", height: "20.29", transform: "translate(327.29 540.03) rotate(-90)" }),
486
486
  React.createElement("rect", { x: "156.28", y: "343.52", width: "65", height: "20.29", transform: "translate(-164.89 542.45) rotate(-90)" }),
487
- React.createElement("circle", { cx: "188.78", cy: "290.86", r: "33.72", style: { "strokeMiterlimit": "10", "strokeWidth": "20px" } })));
487
+ React.createElement("circle", { cx: "188.78", cy: "290.86", r: "33.72", style: { "fill": "none", "strokeMiterlimit": "10", "strokeWidth": "20px" } })));
488
488
  }
489
489
 
490
490
  function TfWarning(props) {
491
491
  return (React.createElement(IconBase, Object.assign({ viewBox: "0 0 445 445" }, props),
492
- React.createElement("path", { d: "M213.56,17.8L11.86,419.47c-3.34,6.65,1.5,14.49,8.94,14.49h403.4c7.44,0,12.28-7.84,8.94-14.49L231.44,17.8c-3.69-7.35-14.19-7.35-17.88,0Z", style: { "strokeMiterlimit": "10", "strokeWidth": "20px" } }),
492
+ React.createElement("path", { d: "M213.56,17.8L11.86,419.47c-3.34,6.65,1.5,14.49,8.94,14.49h403.4c7.44,0,12.28-7.84,8.94-14.49L231.44,17.8c-3.69-7.35-14.19-7.35-17.88,0Z", style: { "fill": "none", "strokeMiterlimit": "10", "strokeWidth": "20px" } }),
493
493
  React.createElement("rect", { x: "144.67", y: "220.44", width: "155.66", height: "20", transform: "translate(452.94 7.94) rotate(90)" }),
494
494
  React.createElement("rect", { x: "212.5", y: "333.31", width: "20", height: "20" })));
495
495
  }