@tinfoilsh/tinfoil-icons 2.0.2 → 2.0.4
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/icons/Globe.d.ts +4 -0
- package/dist/icons/Globe.d.ts.map +1 -0
- package/dist/icons/Person.d.ts +4 -0
- package/dist/icons/Person.d.ts.map +1 -0
- package/dist/icons/Stethoscope.d.ts +4 -0
- package/dist/icons/Stethoscope.d.ts.map +1 -0
- package/dist/icons/Warning.d.ts +4 -0
- package/dist/icons/Warning.d.ts.map +1 -0
- package/dist/icons/WhaleContainer.d.ts +4 -0
- package/dist/icons/WhaleContainer.d.ts.map +1 -0
- package/dist/index.d.ts +5 -5
- package/dist/index.d.ts.map +1 -1
- package/dist/index.esm.js +39 -42
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +43 -46
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/icons/ColumnChart.d.ts +0 -4
- package/dist/icons/ColumnChart.d.ts.map +0 -1
- package/dist/icons/ContainerEmpty.d.ts +0 -4
- package/dist/icons/ContainerEmpty.d.ts.map +0 -1
- package/dist/icons/RefreshBox.d.ts +0 -4
- package/dist/icons/RefreshBox.d.ts.map +0 -1
- package/dist/icons/Whale.d.ts +0 -4
- package/dist/icons/Whale.d.ts.map +0 -1
- package/dist/icons/WhaleAlt.d.ts +0 -4
- package/dist/icons/WhaleAlt.d.ts.map +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Globe.d.ts","sourceRoot":"","sources":["../../src/icons/Globe.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AAEzC,wBAAgB,OAAO,CAAC,KAAK,EAAE,aAAa,qBAM3C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Person.d.ts","sourceRoot":"","sources":["../../src/icons/Person.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AAEzC,wBAAgB,QAAQ,CAAC,KAAK,EAAE,aAAa,qBAM5C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Stethoscope.d.ts","sourceRoot":"","sources":["../../src/icons/Stethoscope.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AAEzC,wBAAgB,aAAa,CAAC,KAAK,EAAE,aAAa,qBAMjD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Warning.d.ts","sourceRoot":"","sources":["../../src/icons/Warning.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AAEzC,wBAAgB,SAAS,CAAC,KAAK,EAAE,aAAa,qBAM7C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WhaleContainer.d.ts","sourceRoot":"","sources":["../../src/icons/WhaleContainer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AAEzC,wBAAgB,gBAAgB,CAAC,KAAK,EAAE,aAAa,qBAMpD"}
|
package/dist/index.d.ts
CHANGED
|
@@ -11,8 +11,6 @@ export { TfBuilding } from './icons/Building';
|
|
|
11
11
|
export { TfCert } from './icons/Cert';
|
|
12
12
|
export { TfChat } from './icons/Chat';
|
|
13
13
|
export { TfCloud } from './icons/Cloud';
|
|
14
|
-
export { TfColumnChart } from './icons/ColumnChart';
|
|
15
|
-
export { TfContainerEmpty } from './icons/ContainerEmpty';
|
|
16
14
|
export { TfContainer } from './icons/Container';
|
|
17
15
|
export { TfCpuCheck } from './icons/CpuCheck';
|
|
18
16
|
export { TfCrate } from './icons/Crate';
|
|
@@ -20,6 +18,7 @@ export { TfEight } from './icons/Eight';
|
|
|
20
18
|
export { TfFingerprint } from './icons/Fingerprint';
|
|
21
19
|
export { TfFive } from './icons/Five';
|
|
22
20
|
export { TfFour } from './icons/Four';
|
|
21
|
+
export { TfGlobe } from './icons/Globe';
|
|
23
22
|
export { TfGpu } from './icons/Gpu';
|
|
24
23
|
export { TfKey } from './icons/Key';
|
|
25
24
|
export { TfLightbulb } from './icons/Lightbulb';
|
|
@@ -27,7 +26,7 @@ export { TfLock } from './icons/Lock';
|
|
|
27
26
|
export { TfMonitor } from './icons/Monitor';
|
|
28
27
|
export { TfNine } from './icons/Nine';
|
|
29
28
|
export { TfOne } from './icons/One';
|
|
30
|
-
export {
|
|
29
|
+
export { TfPerson } from './icons/Person';
|
|
31
30
|
export { TfRefresh } from './icons/Refresh';
|
|
32
31
|
export { TfRobot } from './icons/Robot';
|
|
33
32
|
export { TfServerBays } from './icons/ServerBays';
|
|
@@ -41,6 +40,7 @@ export { TfSigstore } from './icons/Sigstore';
|
|
|
41
40
|
export { TfSix } from './icons/Six';
|
|
42
41
|
export { TfSparkle } from './icons/Sparkle';
|
|
43
42
|
export { TfStars } from './icons/Stars';
|
|
43
|
+
export { TfStethoscope } from './icons/Stethoscope';
|
|
44
44
|
export { TfTen } from './icons/Ten';
|
|
45
45
|
export { TfTerminal } from './icons/Terminal';
|
|
46
46
|
export { TfThree } from './icons/Three';
|
|
@@ -50,6 +50,6 @@ export { TfTin } from './icons/Tin';
|
|
|
50
50
|
export { TfTwo } from './icons/Two';
|
|
51
51
|
export { TfUnlockOpen } from './icons/UnlockOpen';
|
|
52
52
|
export { TfUnlock } from './icons/Unlock';
|
|
53
|
-
export {
|
|
54
|
-
export {
|
|
53
|
+
export { TfWarning } from './icons/Warning';
|
|
54
|
+
export { TfWhaleContainer } from './icons/WhaleContainer';
|
|
55
55
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,aAAa,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAEvD,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAC9C,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAC1C,OAAO,EAAE,MAAM,EAAE,MAAM,cAAc,CAAC;AACtC,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAC9C,OAAO,EAAE,KAAK,EAAE,MAAM,aAAa,CAAC;AACpC,OAAO,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AACtD,OAAO,EAAE,OAAO,EAAE,MAAM,eAAe,CAAC;AACxC,OAAO,EAAE,KAAK,EAAE,MAAM,aAAa,CAAC;AACpC,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAC9C,OAAO,EAAE,MAAM,EAAE,MAAM,cAAc,CAAC;AACtC,OAAO,EAAE,MAAM,EAAE,MAAM,cAAc,CAAC;AACtC,OAAO,EAAE,OAAO,EAAE,MAAM,eAAe,CAAC;AACxC,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|
package/dist/index.esm.js
CHANGED
|
@@ -152,29 +152,14 @@ function TfCloud(props) {
|
|
|
152
152
|
React.createElement("path", { d: "M143.826 107.941C142.764 113.425 138.48 117.715 132.996 118.771L143.826 129.601C144.888 124.117 149.172 119.827 154.656 118.771L143.826 107.941Z" }))));
|
|
153
153
|
}
|
|
154
154
|
|
|
155
|
-
function TfColumnChart(props) {
|
|
156
|
-
return (React.createElement(IconBase, Object.assign({ viewBox: "0 0 191 155" }, props),
|
|
157
|
-
React.createElement("path", { d: "M0 146.064H190.476", strokeWidth: "16.2", strokeMiterlimit: "10", fill: "none" }),
|
|
158
|
-
React.createElement("path", { d: "M64.4693 77.9285C63.2813 77.7965 62.1353 77.3765 61.0373 76.9085C60.8573 76.8305 60.6713 76.7525 60.4913 76.6685C59.2373 76.0865 58.0493 75.3545 56.9693 74.4905C54.8093 72.7685 53.0753 70.5245 51.9473 67.9985C51.3173 66.5885 50.7653 65.0825 50.7653 63.5285C50.7653 62.5325 49.9613 61.7285 48.9653 61.7285H33.7253C32.7293 61.7285 31.9253 62.5325 31.9253 63.5285C31.9253 64.8725 31.4933 66.1925 30.9953 67.4345C30.5333 68.5745 29.9513 69.6725 29.2613 70.6925C28.0073 72.5345 26.3933 74.1365 24.5393 75.3725C23.3153 76.1885 22.0013 76.7825 20.6453 77.3345C19.6313 77.7425 18.5873 77.9765 17.4953 77.9765C16.4993 77.9765 15.6953 78.7805 15.6953 79.7765V152.461C15.6953 153.457 16.4993 154.261 17.4953 154.261H30.1373C31.1333 154.261 31.9373 153.457 31.9373 152.461V152.383C31.9373 145.999 31.9373 139.615 31.9373 133.237C31.9373 124.579 31.9373 115.927 31.9373 107.269C31.9373 106.009 31.9373 104.749 31.9373 103.489C31.9373 100.573 31.9373 97.6565 31.9373 94.7405C31.9373 93.1565 31.8173 91.6025 32.3453 90.0845C33.5633 86.5985 36.8093 84.1685 40.4693 83.8325C42.2093 83.6705 43.9973 83.9885 45.5753 84.7385C47.1473 85.4825 48.4493 86.7005 49.4093 88.1345C50.5793 89.8805 50.8493 91.9565 50.8433 93.9905C50.8433 96.2465 50.8433 98.4425 50.8433 100.753V121.873C50.8433 131.527 50.8553 141.187 50.8433 150.841C50.8433 151.273 50.8433 151.711 50.8433 152.143C50.8433 152.233 50.8433 152.323 50.8433 152.419V152.467C50.8433 153.463 51.5813 154.267 52.5773 154.267H65.2193C66.2153 154.267 67.0193 153.463 67.0193 152.467V79.7825C67.0193 78.7865 66.2153 77.9825 65.2193 77.9825C64.9733 77.9825 64.7273 77.9705 64.4813 77.9405L64.4693 77.9285Z" }),
|
|
159
|
-
React.createElement("path", { d: "M126.075 47.0711C124.887 46.9391 123.741 46.5191 122.643 46.0511C122.463 45.9731 122.277 45.8951 122.097 45.8111C120.843 45.2291 119.655 44.4971 118.575 43.6331C116.415 41.9111 114.681 39.6671 113.553 37.1411C112.923 35.7311 112.371 34.2251 112.371 32.6711C112.371 31.6751 111.567 30.8711 110.571 30.8711H95.3308C94.3348 30.8711 93.5308 31.6751 93.5308 32.6711C93.5308 34.0151 93.0988 35.3351 92.6008 36.5771C92.1388 37.7171 91.5568 38.8151 90.8668 39.8351C89.6128 41.6771 87.9988 43.2791 86.1448 44.5151C84.9208 45.3311 83.6068 45.9251 82.2508 46.4771C81.2368 46.8851 80.1928 47.1191 79.1008 47.1191C78.1048 47.1191 77.3008 47.9231 77.3008 48.9191V152.461C77.3008 153.457 78.1048 154.261 79.1008 154.261H91.7428C92.7388 154.261 93.5428 153.457 93.5428 152.461V152.383C93.5428 145.999 93.5428 139.615 93.5428 133.237C93.5428 124.579 93.5428 85.0691 93.5428 76.4171C93.5428 75.1571 93.5428 73.8971 93.5428 72.6371C93.5428 69.7211 93.5428 66.8051 93.5428 63.8891C93.5428 62.3051 93.4228 60.7511 93.9508 59.2331C95.1688 55.7471 98.4148 53.3171 102.075 52.9811C103.815 52.8191 105.603 53.1371 107.181 53.8871C108.753 54.6311 110.055 55.8491 111.015 57.2831C112.185 59.0291 112.455 61.1051 112.449 63.1391C112.449 65.3951 112.449 67.5911 112.449 69.9011V121.879C112.449 131.533 112.461 141.193 112.449 150.847C112.449 151.279 112.449 151.717 112.449 152.149C112.449 152.239 112.449 152.329 112.449 152.425V152.473C112.449 153.469 113.187 154.273 114.183 154.273H126.825C127.821 154.273 128.625 153.469 128.625 152.473V48.9311C128.625 47.9351 127.821 47.1311 126.825 47.1311C126.579 47.1311 126.333 47.1191 126.087 47.0891L126.075 47.0711Z" }),
|
|
160
|
-
React.createElement("path", { d: "M187.965 16.2C186.777 16.068 185.631 15.648 184.533 15.18C184.353 15.102 184.167 15.024 183.987 14.94C182.733 14.358 181.545 13.626 180.465 12.762C178.305 11.04 176.571 8.796 175.443 6.27C174.813 4.86 174.261 3.354 174.261 1.8C174.261 0.804 173.457 0 172.461 0H157.221C156.225 0 155.421 0.804 155.421 1.8C155.421 3.144 154.989 4.464 154.491 5.706C154.029 6.846 153.447 7.944 152.757 8.964C151.503 10.806 149.889 12.408 148.035 13.644C146.811 14.46 145.497 15.054 144.141 15.606C143.127 16.014 142.083 16.248 140.991 16.248C139.995 16.248 139.191 17.052 139.191 18.048V152.46C139.191 153.456 139.995 154.26 140.991 154.26H153.633C154.629 154.26 155.433 153.456 155.433 152.46V152.382C155.433 145.998 155.433 139.614 155.433 133.236C155.433 124.578 155.433 54.198 155.433 45.546C155.433 44.286 155.433 43.026 155.433 41.766C155.433 38.85 155.433 35.934 155.433 33.018C155.433 31.434 155.313 29.88 155.841 28.362C157.059 24.876 160.305 22.446 163.965 22.11C165.705 21.948 167.493 22.266 169.071 23.016C170.643 23.76 171.945 24.978 172.905 26.412C174.075 28.158 174.345 30.234 174.339 32.268C174.339 34.524 174.339 36.72 174.339 39.03V121.878C174.339 131.532 174.351 141.192 174.339 150.846C174.339 151.278 174.339 151.716 174.339 152.148C174.339 152.238 174.339 152.328 174.339 152.424V152.472C174.339 153.468 175.077 154.272 176.073 154.272H188.715C189.711 154.272 190.515 153.468 190.515 152.472V18.042C190.515 17.046 189.711 16.242 188.715 16.242C188.469 16.242 188.223 16.23 187.977 16.2H187.965Z" })));
|
|
161
|
-
}
|
|
162
|
-
|
|
163
|
-
function TfContainerEmpty(props) {
|
|
164
|
-
return (React.createElement(IconBase, Object.assign({ viewBox: "0 0 208 126" }, props),
|
|
165
|
-
React.createElement("path", { d: "M8.10156 31.2439V96.8659C8.10156 102.77 12.3916 107.792 18.2236 108.716L71.6356 117.176C72.5776 117.326 73.5316 117.362 74.4856 117.284L188.756 108.008C194.984 107.504 199.784 102.296 199.784 96.0499V32.2699C199.784 26.1319 195.158 20.9899 189.056 20.3359L74.9296 8.16792C73.6876 8.03592 72.4336 8.09592 71.2156 8.35392L17.6596 19.4899C12.0916 20.6479 8.10156 25.5499 8.10156 31.2379V31.2439Z", strokeWidth: "16.2", strokeMiterlimit: "10", fill: "none" }),
|
|
166
|
-
React.createElement("path", { d: "M73.0586 7.97607V117.404", strokeWidth: "16.2", strokeMiterlimit: "10", fill: "none" }),
|
|
167
|
-
React.createElement("path", { d: "M38.9844 15.2358V111.878", strokeWidth: "13.8", strokeMiterlimit: "10", fill: "none" })));
|
|
168
|
-
}
|
|
169
|
-
|
|
170
155
|
function TfContainer(props) {
|
|
171
|
-
return (React.createElement(IconBase, Object.assign({ viewBox: "0 0
|
|
172
|
-
React.createElement("path", { d: "
|
|
173
|
-
React.createElement("path", { d: "
|
|
174
|
-
React.createElement("path", { d: "
|
|
175
|
-
React.createElement("path", { d: "
|
|
176
|
-
React.createElement("path", { d: "
|
|
177
|
-
React.createElement("path", { d: "
|
|
156
|
+
return (React.createElement(IconBase, Object.assign({ viewBox: "0 0 209 130" }, props),
|
|
157
|
+
React.createElement("path", { d: "M81.155 8.2207V117.648H64.9558V8.2207H81.155Z" }),
|
|
158
|
+
React.createElement("path", { d: "M45.8818 15.4805V112.122H32.0811V15.4805H45.8818Z" }),
|
|
159
|
+
React.createElement("path", { d: "M112.223 32.0229H102.023C101.029 32.0229 100.223 32.8288 100.223 33.8229V91.9629C100.223 92.9571 101.029 93.7629 102.023 93.7629H112.223C113.217 93.7629 114.023 92.9571 114.023 91.9629V33.8229C114.023 32.8288 113.217 32.0229 112.223 32.0229Z" }),
|
|
160
|
+
React.createElement("path", { d: "M143.105 36.3613H132.905C131.911 36.3613 131.105 37.1672 131.105 38.1613V87.2593C131.105 88.2534 131.911 89.0593 132.905 89.0593H143.105C144.1 89.0593 144.905 88.2534 144.905 87.2593V38.1613C144.905 37.1672 144.1 36.3613 143.105 36.3613Z" }),
|
|
161
|
+
React.createElement("path", { d: "M173.987 42.313H163.787C162.793 42.313 161.987 43.1189 161.987 44.113V81.673C161.987 82.6671 162.793 83.473 163.787 83.473H173.987C174.981 83.473 175.787 82.6671 175.787 81.673V44.113C175.787 43.1189 174.981 42.313 173.987 42.313Z" }),
|
|
162
|
+
React.createElement("path", { d: "M206.537 28.2904C206.333 28.2904 206.129 28.2784 205.931 28.2484C205.181 28.1464 204.461 27.8704 203.753 27.6004C203.021 27.3184 202.313 26.9884 201.629 26.6104C200.279 25.8604 199.031 24.9305 197.939 23.8385C196.139 22.0505 194.747 19.8424 193.907 17.4484C193.499 16.2784 193.133 15.0004 193.277 13.7464C193.355 13.0804 192.833 12.4924 192.167 12.4204L74.4355 0.0664517C73.1995 -0.0655483 71.9515 0.000450253 70.7395 0.25245C70.7395 0.25245 14.0275 12.0544 13.9915 12.0604C13.6075 12.1384 13.2775 12.4084 13.1215 12.7684C12.9835 13.0744 13.0135 13.4165 13.0075 13.7405C12.9895 14.6165 12.8155 15.5105 12.6055 16.3565C12.3355 17.4605 11.9575 18.5344 11.4655 19.5604C10.4995 21.5884 9.11948 23.4184 7.43348 24.9004C5.77748 26.3584 3.75547 27.6064 1.63147 28.2304C1.34347 28.3144 1.01948 28.3325 0.755476 28.4885C0.299476 28.7525 0.0114746 29.2504 0.0114746 29.7784V98.7545C0.0114746 99.5825 0.605474 100.278 1.39147 100.428C1.75147 100.5 2.11147 100.59 2.45347 100.716C2.79547 100.848 3.13148 100.986 3.46748 101.136C3.80348 101.286 4.12747 101.448 4.44547 101.622C4.76347 101.796 5.07548 101.97 5.38748 102.162C5.69948 102.354 5.99348 102.552 6.28748 102.756C6.58148 102.96 6.86347 103.182 7.13947 103.404C7.41547 103.626 7.68547 103.86 7.94947 104.106C8.21347 104.352 8.46547 104.598 8.71147 104.856C8.95747 105.114 9.19148 105.378 9.41947 105.648C9.64747 105.918 9.86347 106.2 10.0735 106.482C10.2835 106.764 10.4815 107.058 10.6735 107.358C10.8655 107.658 11.0455 107.964 11.2195 108.27C11.3935 108.576 11.5555 108.9 11.7055 109.218C11.8555 109.536 11.9995 109.866 12.1315 110.202C12.2635 110.538 12.3835 110.874 12.4975 111.216C12.6115 111.558 12.7075 111.906 12.7975 112.254C12.8875 112.602 12.9655 112.962 13.0315 113.322C13.1215 113.808 13.1815 114.3 13.2355 114.798C13.2535 114.978 13.2775 115.17 13.2595 115.35C13.2475 115.506 13.2475 115.662 13.2895 115.812C13.3315 115.98 13.4095 116.136 13.5175 116.268C13.6915 116.484 13.9435 116.64 14.2135 116.7L70.6675 128.964C71.9155 129.234 73.1995 129.306 74.4655 129.174L192.173 116.826C192.851 116.754 193.337 116.148 193.265 115.476L193.229 115.134C193.151 114.414 193.193 113.688 193.361 112.986C193.667 111.666 194.135 110.376 194.747 109.17C195.359 107.964 196.109 106.854 196.985 105.84C197.861 104.826 198.857 103.92 199.943 103.146C201.029 102.372 202.247 101.712 203.507 101.214C204.317 100.89 205.157 100.614 206.027 100.494C206.405 100.44 206.765 100.446 207.107 100.266C207.389 100.116 207.629 99.8884 207.791 99.6064C207.941 99.3484 208.019 99.0545 208.019 98.7545V29.7784C208.019 28.9684 207.371 28.2844 206.555 28.2904H206.537ZM16.3315 88.8184V43.8184C16.3315 40.9924 16.2475 38.2864 17.2375 35.5924C18.0235 33.4504 19.3135 31.5064 20.9575 29.9224C21.9115 29.0044 22.9735 28.2064 24.1135 27.5344C25.7695 26.5564 27.4435 25.9325 29.3335 25.5365C30.2395 25.3505 31.1455 25.1585 32.0515 24.9725C34.8475 24.3905 37.6435 23.8084 40.4395 23.2264C43.9135 22.5004 47.3875 21.7805 50.8615 21.0545C54.2515 20.3465 57.6415 19.6445 61.0375 18.9365C63.5875 18.4085 66.1375 17.8744 68.6875 17.3464C69.6355 17.1484 70.5895 16.9504 71.5375 16.7524C72.7555 16.5004 74.0035 16.4344 75.2335 16.5664C75.5455 16.5964 75.8575 16.6324 76.1755 16.6624C77.0695 16.7584 77.9575 16.8484 78.8515 16.9444C80.2495 17.0884 81.6475 17.2384 83.0395 17.3824C84.8695 17.5744 86.6995 17.7665 88.5295 17.9585C90.7195 18.1865 92.9095 18.4204 95.0935 18.6484C97.5715 18.9064 100.043 19.1704 102.521 19.4284C105.209 19.7104 107.903 19.9924 110.591 20.2744L119.087 21.1684C121.985 21.4744 124.889 21.7744 127.787 22.0804C130.685 22.3864 133.583 22.6864 136.475 22.9924C139.295 23.2864 142.115 23.5864 144.935 23.8804C147.605 24.1624 150.275 24.4385 152.945 24.7205C155.393 24.9785 157.841 25.2364 160.289 25.4944C162.443 25.7224 164.597 25.9444 166.751 26.1724C168.539 26.3584 170.321 26.5445 172.109 26.7365C173.453 26.8805 174.803 27.0184 176.147 27.1624C176.981 27.2524 177.815 27.3424 178.643 27.4264C182.567 27.8284 186.281 30.3844 188.567 33.5164C189.419 34.6864 190.109 35.9644 190.637 37.3144C191.225 38.8264 191.663 41.4125 191.663 43.0385V43.8905C191.663 45.6305 191.663 47.3764 191.663 49.1164V87.5944C190.601 94.3744 185.987 100.224 179.303 101.766L75.3355 112.68C74.0635 112.812 72.7855 112.74 71.5375 112.47L28.1095 103.032C21.5875 100.896 16.7635 95.6764 16.3135 88.8244L16.3315 88.8184Z" })));
|
|
178
163
|
}
|
|
179
164
|
|
|
180
165
|
function TfCpuCheck(props) {
|
|
@@ -230,6 +215,14 @@ function TfFour(props) {
|
|
|
230
215
|
React.createElement("path", { d: "M60.3939 82.9496V70.5496H33.9139V61.8296L57.6739 26.9496H70.5539V61.7496H77.5139V70.5496H70.5539V82.9496H60.3939ZM44.1539 61.7496H60.3939V38.0696L44.1539 61.7496Z" })));
|
|
231
216
|
}
|
|
232
217
|
|
|
218
|
+
function TfGlobe(props) {
|
|
219
|
+
return (React.createElement(IconBase, Object.assign({ viewBox: "0 0 165 165" }, props),
|
|
220
|
+
React.createElement("path", { d: "M156.314 74.1719V90.3711H8.14453V74.1719H156.314Z" }),
|
|
221
|
+
React.createElement("path", { d: "M88.6838 13.0898C70.7494 36.6562 62.1866 59.4526 62.1457 81.6035C62.1048 103.731 70.5651 126.259 88.6154 149.315L75.8596 159.302C56.14 134.113 45.8964 108.157 45.9455 81.5732C45.9947 55.0133 56.3167 28.8708 75.7922 3.2793L88.6838 13.0898Z" }),
|
|
222
|
+
React.createElement("path", { d: "M88.6777 3.27344C108.193 28.8644 118.539 55.0094 118.588 81.5742C118.637 108.163 108.37 134.12 88.6104 159.309L75.8643 149.311C93.9525 126.253 102.43 103.727 102.389 81.6045C102.348 59.4586 93.7689 36.6644 75.7969 13.0977L88.6777 3.27344Z" }),
|
|
223
|
+
React.createElement("path", { d: "M114.6 164.544H49.848C46.506 164.544 43.314 163.146 41.04 160.692L3.192 119.79C1.14 117.57 0 114.66 0 111.642V53.04C0 49.86 1.26002 46.818 3.50402 44.568L44.436 3.528C46.686 1.272 49.746 0 52.932 0H111.51C114.696 0 117.756 1.266 120.006 3.528L160.944 44.568C163.188 46.818 164.448 49.866 164.448 53.04V111.642C164.448 114.666 163.308 117.576 161.256 119.79L123.408 160.692C121.134 163.146 117.942 164.544 114.6 164.544ZM56.934 148.344H107.526C110.868 148.344 114.06 146.946 116.334 144.492L145.062 113.442C147.114 111.222 148.254 108.312 148.254 105.294V59.736C148.254 56.556 146.994 53.514 144.75 51.264L113.292 19.728C111.042 17.472 107.982 16.2 104.796 16.2H59.664C56.478 16.2 53.418 17.466 51.168 19.728L19.71 51.264C17.466 53.514 16.206 56.562 16.206 59.736V105.294C16.206 108.318 17.346 111.228 19.398 113.442L48.126 144.492C50.4 146.946 53.592 148.344 56.934 148.344Z" })));
|
|
224
|
+
}
|
|
225
|
+
|
|
233
226
|
function TfGpu(props) {
|
|
234
227
|
return (React.createElement(IconBase, Object.assign({ viewBox: "0 0 151 127", stroke: "none", fill: "#000" }, props),
|
|
235
228
|
React.createElement("path", { d: "M109.375 82.6553C120.539 82.6553 129.59 73.6049 129.59 62.4407C129.59 51.2766 120.539 42.2262 109.375 42.2262C98.2109 42.2262 89.1605 51.2766 89.1605 62.4407C89.1605 73.6049 98.2109 82.6553 109.375 82.6553Z", stroke: "black", strokeWidth: "7.36562", strokeMiterlimit: "10", fill: "none" }),
|
|
@@ -297,16 +290,16 @@ function TfOne(props) {
|
|
|
297
290
|
React.createElement("path", { d: "M38.2855 82.9496V74.0696H51.8055V46.4696C51.0055 46.7096 50.1255 46.8696 49.0855 46.8696H38.4455V38.1496H47.9655C50.6855 38.1496 51.9655 35.6696 51.9655 32.7096V26.9496H62.1255V74.0696H75.0055V82.9496H38.2855Z" })));
|
|
298
291
|
}
|
|
299
292
|
|
|
300
|
-
function
|
|
301
|
-
return (React.createElement(IconBase, Object.assign({ viewBox: "0 0 165
|
|
302
|
-
React.createElement("path", { d: "
|
|
303
|
-
React.createElement("path", { d: "M162.
|
|
293
|
+
function TfPerson(props) {
|
|
294
|
+
return (React.createElement(IconBase, Object.assign({ viewBox: "0 0 165 165" }, props),
|
|
295
|
+
React.createElement("path", { d: "M126.696 16.194C125.982 16.128 125.292 15.978 124.584 15.75C123.576 15.426 122.598 15.012 121.668 14.508C121.512 14.424 121.356 14.334 121.2 14.244C119.64 13.332 118.236 12.168 117.042 10.812C115.848 9.456 114.876 7.89 114.18 6.216C113.94 5.64 113.73 5.046 113.556 4.44C113.304 3.582 113.19 2.694 113.19 1.8C113.19 0.804 112.386 0 111.39 0H53.2498C52.2538 0 51.4498 0.804 51.4498 1.8C51.4498 2.454 51.4498 3.12 51.2758 3.756C51.1378 4.266 50.9938 4.782 50.8138 5.28C50.4718 6.258 50.0398 7.2 49.5238 8.1C48.5038 9.87 47.1658 11.454 45.5818 12.75C43.9858 14.052 42.1498 15.06 40.1938 15.702C39.6958 15.864 39.1738 16.038 38.6458 16.14C38.1178 16.242 37.5598 16.236 37.0078 16.236C36.0118 16.236 35.2078 17.04 35.2078 18.036V70.236C35.2078 71.232 36.0118 72.036 37.0078 72.036C37.9378 72.036 38.7958 72.15 39.6898 72.414C40.2058 72.564 40.7098 72.744 41.2138 72.942C42.1978 73.338 43.1458 73.824 44.0338 74.4C45.7978 75.534 47.3518 77.004 48.5758 78.708C49.8298 80.448 50.6878 82.386 51.2458 84.444C51.4258 85.11 51.4438 85.794 51.4438 86.478C51.4438 87.474 52.2478 88.278 53.2438 88.278H111.384C112.38 88.278 113.184 87.474 113.184 86.478C113.184 86.088 113.166 85.68 113.202 85.284C113.238 84.888 113.37 84.492 113.478 84.096C113.592 83.676 113.724 83.268 113.868 82.86C114.156 82.056 114.504 81.276 114.912 80.52C115.716 79.038 116.748 77.676 117.954 76.5C119.16 75.324 120.552 74.328 122.058 73.56C122.82 73.17 123.612 72.84 124.428 72.576C124.992 72.39 125.556 72.216 126.138 72.114C126.63 72.03 127.122 72.042 127.62 72.042C128.616 72.042 129.42 71.238 129.42 70.242V18.042C129.42 17.046 128.616 16.242 127.62 16.242C127.302 16.242 126.99 16.23 126.69 16.2L126.696 16.194ZM113.166 58.728C113.106 59.208 112.986 59.67 112.854 60.144C112.71 60.654 112.542 61.158 112.344 61.656C111.96 62.634 111.492 63.576 110.934 64.464C109.83 66.222 108.402 67.776 106.734 69.018C105.588 69.876 104.328 70.584 103.002 71.124C101.424 71.766 99.7198 72.048 98.0158 72.048H66.7498C64.7458 72.048 62.7538 71.658 60.9358 70.824C57.0778 69.054 54.0238 65.88 52.4038 61.938C51.7378 60.312 51.4498 58.548 51.4498 56.79V31.506C51.4498 29.748 51.7378 27.984 52.4038 26.358C54.1078 22.212 57.4138 18.906 61.5598 17.202C63.1858 16.536 64.9498 16.248 66.7078 16.248C67.0018 16.248 67.2958 16.248 67.5898 16.248H69.9958C71.1838 16.248 72.3658 16.248 73.5538 16.248C74.9998 16.248 76.4458 16.248 77.8918 16.248C79.4758 16.248 81.0598 16.248 82.6498 16.248C84.2518 16.248 85.8538 16.248 87.4558 16.248C88.9498 16.248 90.4498 16.248 91.9438 16.248C93.2098 16.248 94.4758 16.248 95.7418 16.248C96.6598 16.248 97.5718 16.248 98.4898 16.248C99.7438 16.248 100.878 16.398 102.072 16.812C103.266 17.226 104.4 17.76 105.468 18.414C107.154 19.446 108.654 20.778 109.878 22.326C111.114 23.892 112.068 25.68 112.686 27.576C112.83 28.02 112.986 28.482 113.088 28.944C113.196 29.436 113.196 29.928 113.196 30.426V56.46C113.196 57.066 113.238 57.696 113.208 58.314C113.202 58.458 113.19 58.596 113.172 58.734L113.166 58.728Z" }),
|
|
296
|
+
React.createElement("path", { d: "M162.75 118.29C162.54 118.266 162.33 118.248 162.126 118.212C161.46 118.092 160.8 117.876 160.164 117.654C158.832 117.186 157.554 116.544 156.378 115.758C154.596 114.558 153.042 113.022 151.836 111.24C150.618 109.44 149.742 107.406 149.298 105.276C149.172 104.682 149.274 104.148 148.884 103.632C148.548 103.182 148.008 102.912 147.444 102.912H17.19C16.65 102.912 16.128 103.164 15.786 103.584C15.618 103.794 15.498 104.04 15.432 104.304C15.372 104.562 15.384 104.826 15.36 105.084C15.336 105.3 15.282 105.51 15.234 105.714C15.138 106.11 15.03 106.506 14.904 106.896C14.658 107.664 14.358 108.414 14.01 109.14C13.314 110.568 12.414 111.9 11.346 113.082C10.278 114.264 9.048 115.278 7.698 116.112C6.324 116.958 4.836 117.6 3.282 118.02C2.952 118.11 2.616 118.2 2.28 118.254C1.944 118.308 1.602 118.278 1.284 118.374C0.774 118.53 0.353999 118.908 0.143999 119.4C0.0479987 119.622 0 119.862 0 120.102V162.852C0 163.848 0.804 164.652 1.8 164.652H13.59C14.586 164.652 15.39 163.848 15.39 162.852V133.47C15.39 131.766 15.672 130.068 16.314 128.496C18.018 124.278 21.372 120.93 25.584 119.226C27.162 118.59 28.86 118.302 30.558 118.302C30.66 118.302 30.756 118.302 30.858 118.302C31.146 118.302 31.44 118.302 31.728 118.302H33.132C33.768 118.302 34.398 118.302 35.034 118.302H37.392C38.316 118.302 39.246 118.302 40.17 118.302C41.226 118.302 42.276 118.302 43.332 118.302C44.502 118.302 45.672 118.302 46.836 118.302C48.108 118.302 49.38 118.302 50.652 118.302C52.014 118.302 53.376 118.302 54.732 118.302H59.046C60.546 118.302 62.052 118.302 63.552 118.302C65.052 118.302 66.66 118.302 68.214 118.302C69.81 118.302 71.4 118.302 72.996 118.302C74.592 118.302 76.236 118.302 77.856 118.302C79.476 118.302 81.126 118.302 82.758 118.302H87.66C89.286 118.302 90.906 118.302 92.532 118.302C94.134 118.302 95.73 118.302 97.332 118.302C98.892 118.302 100.458 118.302 102.018 118.302C103.578 118.302 105.048 118.302 106.56 118.302C108.012 118.302 109.464 118.302 110.916 118.302H115.05C116.34 118.302 117.63 118.302 118.92 118.302C120.108 118.302 121.302 118.302 122.49 118.302C123.57 118.302 124.644 118.302 125.724 118.302C126.678 118.302 127.632 118.302 128.58 118.302C129.396 118.302 130.212 118.302 131.028 118.302C131.694 118.302 132.36 118.302 133.02 118.302C133.524 118.302 134.022 118.302 134.526 118.302C135.354 118.302 136.194 118.29 136.998 118.512C138.834 119.01 140.58 119.826 142.158 120.882C144.06 122.166 145.692 123.846 146.922 125.778C147.456 126.618 147.918 127.506 148.296 128.424C148.962 130.044 149.244 131.79 149.244 133.542V162.852C149.244 163.848 150.048 164.652 151.044 164.652H162.834C163.83 164.652 164.634 163.848 164.634 162.852V120.102C164.634 119.544 164.37 119.01 163.926 118.668C163.578 118.404 163.17 118.338 162.75 118.29Z" })));
|
|
304
297
|
}
|
|
305
298
|
|
|
306
299
|
function TfRefresh(props) {
|
|
307
|
-
return (React.createElement(IconBase, Object.assign({ viewBox: "0 0
|
|
308
|
-
React.createElement("path", { d: "
|
|
309
|
-
React.createElement("path", { d: "
|
|
300
|
+
return (React.createElement(IconBase, Object.assign({ viewBox: "0 0 165 179" }, props),
|
|
301
|
+
React.createElement("path", { d: "M49.1,67.6L16.8,35.4c-.7-.7-.7-1.8,0-2.5L49.1.5c.7-.7,1.8-.7,2.5,0l8.9,8.9c.7.7.7,1.8,0,2.5l-20.8,20.8c-.7.7-.7,1.8,0,2.5l20.8,20.8c.7.7.7,1.8,0,2.5l-8.9,8.9c-.7.7-1.8.7-2.5,0Z" }),
|
|
302
|
+
React.createElement("path", { d: "M1.8,59.3C.8,59.3,0,60.1,0,61.1v99.1c0,1,.8,1.8,1.8,1.8,3.8,0,7.5,2.2,10.1,4.9,2.4,2.5,4.3,6,4.3,9.5,0,1,.8,1.8,1.8,1.8h128.6c1,0,1.8-.8,1.8-1.8,0-2.2.7-4.1,1.8-6.1,1-1.8,2.3-3.4,3.8-4.7,2.4-1.9,5.6-3.6,8.8-3.6,1,0,1.8-.8,1.8-1.8V46.2c0-1-.8-1.8-1.8-1.8-1,0-1.9-.3-2.8-.5-.8-.3-1.6-.6-2.4-1-2.4-1.2-4.5-3-6.2-5.2-.8-1.1-1.5-2.3-2-3.5-.6-1.3-1.1-2.8-1.1-4.3,0-1-.8-1.8-1.8-1.8H39.1c-1,0-1.8.8-1.8,1.8v12.6c0,1,.8,1.8,1.8,1.8h94.2c1.2,0,2.4.2,3.5.5,5.3,1.7,9.4,5.9,11.1,11.1.4,1.1.5,2.3.5,3.5v87.5c0,1.3-.2,2.5-.6,3.7-1.7,4.9-5.6,8.8-10.5,10.5-1.2.4-2.5.6-3.7.6H31c-1.3,0-2.5-.2-3.7-.6-4.9-1.7-8.8-5.6-10.5-10.5-.4-1.2-.6-2.5-.6-3.7V61.1c0-1-.8-1.8-1.8-1.8H1.8s0,0,0,0Z" })));
|
|
310
303
|
}
|
|
311
304
|
|
|
312
305
|
function TfRobot(props) {
|
|
@@ -406,6 +399,13 @@ function TfStars(props) {
|
|
|
406
399
|
React.createElement("path", { d: "M78.5469 33.6555C78.5469 24.4528 85.7605 16.8237 95.3754 16.8237", strokeWidth: "7.52443", strokeLinejoin: "bevel", fill: "none" })));
|
|
407
400
|
}
|
|
408
401
|
|
|
402
|
+
function TfStethoscope(props) {
|
|
403
|
+
return (React.createElement(IconBase, Object.assign({ viewBox: "0 0 165 173" }, props),
|
|
404
|
+
React.createElement("path", { d: "M43.3447 140.652V113.196H59.5439V140.652C59.544 149.432 66.6639 156.552 75.4443 156.552H114.984C123.765 156.552 130.885 149.432 130.885 140.652V123.492H147.084V140.652C147.084 158.379 132.712 172.751 114.984 172.751H75.4443C57.7168 172.751 43.3448 158.379 43.3447 140.652Z" }),
|
|
405
|
+
React.createElement("path", { d: "M148.266 107.753C148.266 102.624 144.108 98.4653 138.978 98.4653C133.849 98.4655 129.69 102.624 129.69 107.753C129.69 112.883 133.849 117.041 138.978 117.042C144.108 117.042 148.266 112.883 148.266 107.753ZM164.466 107.753C164.466 121.83 153.055 133.242 138.978 133.242C124.902 133.242 113.491 121.83 113.491 107.753C113.491 93.677 124.902 82.2663 138.978 82.2661C153.055 82.2661 164.466 93.6769 164.466 107.753Z" }),
|
|
406
|
+
React.createElement("path", { d: "M102.894 17.994C102.894 16.998 102.09 16.194 101.094 16.194C98.94 16.194 96.81 15.39 94.956 14.346C93.402 13.476 91.992 12.354 90.792 11.04C89.754 9.906 88.878 8.634 88.188 7.266C87.3 5.508 86.694 3.78 86.694 1.8C86.694 0.804 85.89 0 84.894 0H67.914C66.918 0 66.114 0.804 66.114 1.8V14.4C66.114 15.396 66.918 16.2 67.914 16.2H71.736C73.104 16.2 74.472 16.392 75.762 16.842C80.574 18.528 84.366 22.32 86.058 27.132C86.508 28.422 86.7 29.79 86.7 31.158V82.038C86.7 83.406 86.508 84.774 86.058 86.064C84.798 89.658 82.266 92.802 79.02 94.8C75.372 97.038 71.634 96.996 67.506 96.996H33.912C30.834 96.996 28.158 96.978 25.344 95.61C23.85 94.884 22.47 93.936 21.252 92.802C19.266 90.954 17.736 88.626 16.842 86.064C16.392 84.774 16.2 83.406 16.2 82.038V31.158C16.2 29.79 16.392 28.422 16.842 27.132C18.528 22.32 22.326 18.528 27.138 16.842C28.428 16.392 29.796 16.2 31.164 16.2H34.98C35.976 16.2 36.78 15.396 36.78 14.4V1.8C36.78 0.804 35.976 0 34.98 0H18C17.004 0 16.2 0.804 16.2 1.8C16.2 4.266 15.174 6.702 13.854 8.76C12.534 10.818 10.938 12.408 9 13.698C8.046 14.328 7.032 14.862 5.97 15.288C5.202 15.594 4.428 15.906 3.618 16.08C3.018 16.206 2.406 16.2 1.8 16.2C0.804 16.2 0 17.004 0 18V95.202C0 96.198 0.804 97.002 1.8 97.002C2.514 97.002 3.21 97.05 3.906 97.23C4.248 97.32 4.584 97.416 4.92 97.524C5.58 97.74 6.228 97.998 6.858 98.292C8.1 98.874 9.27 99.612 10.332 100.482C11.394 101.352 12.342 102.336 13.158 103.428C13.974 104.52 14.67 105.732 15.204 106.998C15.78 108.378 16.206 109.866 16.206 111.402C16.206 112.398 17.01 113.202 18.006 113.202H84.912C85.908 113.202 86.712 112.398 86.712 111.402C86.712 108.288 88.308 105.15 90.258 102.792C91.992 100.698 94.236 99.036 96.744 97.986C97.5 97.674 98.262 97.362 99.06 97.17C99.732 97.008 100.422 97.002 101.112 97.002C102.108 97.002 102.912 96.198 102.912 95.202V17.994H102.894Z" })));
|
|
407
|
+
}
|
|
408
|
+
|
|
409
409
|
function TfTen(props) {
|
|
410
410
|
return (React.createElement(IconBase, Object.assign({ viewBox: "0 0 113 113" }, props),
|
|
411
411
|
React.createElement("path", { d: "M110.836 11.1507C110.554 11.1098 110.263 11.0934 109.993 11.0484C109.273 10.9257 108.549 10.627 107.89 10.3201C106.56 9.69807 105.345 8.82647 104.314 7.78301C104.244 7.71344 104.174 7.63979 104.105 7.56613C103.09 6.48584 102.243 5.2255 101.67 3.85877C101.371 3.15085 101.146 2.38155 101.032 1.61225C100.942 1.01073 100.864 0.409199 100.25 0.122759C100.078 0.0409183 99.8901 0 99.6978 0H12.5052C12.1533 0 11.8096 0.151403 11.564 0.401015C11.2612 0.712008 11.2162 1.15395 11.1712 1.56315C11.1221 2.04191 10.9789 2.47567 10.8316 2.92988C10.6802 3.39637 10.5042 3.85467 10.2996 4.3007C9.89449 5.18049 9.38299 6.01116 8.78146 6.77228C7.5825 8.29042 6.01935 9.51393 4.25979 10.3119C3.37591 10.7129 2.43884 11.1016 1.46085 11.1794C1.07211 11.2121 0.736561 11.2489 0.433752 11.5231C0.159588 11.7686 0 12.1287 0 12.497V99.7674C0 100.172 0.192325 100.565 0.515594 100.811C0.908428 101.11 1.42402 101.052 1.88233 101.155C2.28743 101.245 2.69254 101.359 3.08538 101.494C3.87923 101.76 4.64853 102.112 5.36872 102.534C6.79683 103.372 8.04899 104.498 9.03107 105.832C9.62851 106.642 10.1236 107.53 10.5042 108.463C10.6965 108.933 10.8602 109.416 10.9911 109.911C11.0525 110.137 11.1221 110.362 11.1548 110.591C11.2162 111.029 11.1876 111.434 11.4863 111.794C11.7318 112.097 12.1083 112.273 12.497 112.273H99.6896C100.074 112.273 100.447 112.101 100.692 111.802C101.007 111.426 100.954 110.869 101.04 110.411C101.195 109.572 101.515 108.729 101.895 107.968C102.304 107.08 102.82 106.241 103.426 105.476C104.641 103.949 106.22 102.718 108 101.92C108.512 101.691 109.036 101.506 109.568 101.343C110.542 101.044 112.183 101.204 112.183 99.7633V12.5011C112.183 12.1287 112.023 11.7727 111.745 11.5231C111.487 11.294 111.164 11.1998 110.828 11.1507H110.836ZM20.8815 101.048C19.9076 100.925 18.9788 100.594 18.0908 100.185C16.7813 99.5832 15.5824 98.7485 14.5635 97.7295C13.4095 96.5756 12.4888 95.1925 11.875 93.6825C11.4044 92.5245 11.1998 91.2764 11.1998 90.0284V22.0641C11.1998 21.0739 11.339 20.0836 11.6663 19.1465C12.8939 15.6397 15.656 12.8776 19.1629 11.654C20.0959 11.3267 21.0902 11.1917 22.0764 11.1917H90.2862C91.1741 11.1917 92.0621 11.3226 92.9091 11.6049C96.2892 12.7425 98.9981 15.3 100.332 18.5818C100.794 19.7194 101.003 20.947 101.003 22.1787V90.1634C101.003 91.3092 100.815 92.4549 100.398 93.523C99.9802 94.591 99.3663 95.6835 98.6257 96.6247C97.9137 97.5331 97.0707 98.3392 96.1296 99.0144C95.1066 99.7469 93.9731 100.32 92.7782 100.704C92.0007 100.958 91.1864 101.077 90.368 101.077H90.143C89.877 101.077 89.6069 101.077 89.3409 101.077H26.3648C25.4851 101.077 24.6053 101.089 23.7255 101.097C22.8457 101.105 22.0068 101.146 21.1598 101.077C21.0657 101.069 20.9757 101.06 20.8815 101.048Z" }),
|
|
@@ -519,21 +519,18 @@ function TfUnlock(props) {
|
|
|
519
519
|
React.createElement("path", { d: "M92.7163 42.9549H15.116C10.132 42.9549 6.09167 46.9953 6.09167 51.9793V98.8833C6.09167 103.867 10.132 107.908 15.116 107.908H92.7163C97.7003 107.908 101.741 103.867 101.741 98.8833V51.9793C101.741 46.9953 97.7003 42.9549 92.7163 42.9549Z", strokeWidth: "12.1829", strokeMiterlimit: "10", fill: "none" }))));
|
|
520
520
|
}
|
|
521
521
|
|
|
522
|
-
function
|
|
523
|
-
return (React.createElement(IconBase, Object.assign({ viewBox: "0 0
|
|
524
|
-
React.createElement("path", { d: "
|
|
525
|
-
React.createElement("path", { d: "
|
|
526
|
-
React.createElement("path", { d: "
|
|
527
|
-
React.createElement("path", { d: "M61.6484 44.5327H97.4744C98.4704 44.5327 99.2744 45.3367 99.2744 46.3327V80.3587C99.2744 81.3547 98.4704 82.1587 97.4744 82.1587H61.6484V44.5327Z", strokeWidth: "13.8", strokeMiterlimit: "10", fill: "none" })));
|
|
522
|
+
function TfWarning(props) {
|
|
523
|
+
return (React.createElement(IconBase, Object.assign({ viewBox: "0 0 129 112" }, props),
|
|
524
|
+
React.createElement("path", { d: "M68.1572 76.1499H60.6632C59.9328 76.1499 59.3408 76.742 59.3408 77.4724V86.1258C59.3408 86.8561 59.9328 87.4482 60.6632 87.4482H68.1572C68.8876 87.4482 69.4797 86.8561 69.4797 86.1258V77.4724C69.4797 76.742 68.8876 76.1499 68.1572 76.1499Z" }),
|
|
525
|
+
React.createElement("path", { d: "M68.1742 31.8712H60.6802C59.9498 31.8712 59.3577 32.4632 59.3577 33.1936V68.3537C59.3577 69.0841 59.9498 69.6762 60.6802 69.6762H68.1742C68.9046 69.6762 69.4967 69.0841 69.4967 68.3537V33.1936C69.4967 32.4632 68.9046 31.8712 68.1742 31.8712Z" }),
|
|
526
|
+
React.createElement("path", { d: "M74.5002 0.666237C74.1255 0.0226352 73.2879 -0.202185 72.6619 0.203373C70.0743 1.86528 67.253 2.66317 64.4318 2.61468C61.6105 2.66317 58.7892 1.86528 56.2016 0.203373C55.5756 -0.202185 54.7337 0.0226352 54.3634 0.666237L0.181769 94.5087C-0.201747 95.1744 0.0539307 96.0384 0.750432 96.3602C3.65105 97.7003 5.89484 99.7457 7.3716 102.258C8.89685 104.67 9.68592 107.531 9.58894 110.647C9.5669 111.392 10.1796 111.996 10.9246 111.996H117.926C118.675 111.996 119.292 111.383 119.266 110.634C119.156 107.491 119.945 104.604 121.479 102.175C122.947 99.6664 125.186 97.6297 128.073 96.2896C128.77 95.9678 129.026 95.1038 128.642 94.4382L74.5002 0.666237ZM110.008 100.098H18.8506C17.4003 100.098 16.0558 99.349 15.2888 98.1191C14.4689 96.8054 14.4424 95.1435 15.2183 93.799L61.1124 13.6617C61.7957 12.4759 63.0608 11.7485 64.4274 11.7441H64.4362C65.8027 11.7441 67.0679 12.4759 67.7512 13.6617L113.645 93.8034C114.421 95.1479 114.395 96.8054 113.575 98.1235C112.808 99.3534 111.463 100.103 110.013 100.103L110.008 100.098Z" })));
|
|
528
527
|
}
|
|
529
528
|
|
|
530
|
-
function
|
|
531
|
-
return (React.createElement(IconBase, Object.assign({ viewBox: "0 0
|
|
532
|
-
React.createElement("path", { d: "
|
|
533
|
-
React.createElement("path", { d: "
|
|
534
|
-
React.createElement("path", { d: "M25.8195 44.5327H61.6455V82.1587H25.8195C24.8235 82.1587 24.0195 81.3547 24.0195 80.3587V46.3327C24.0195 45.3367 24.8235 44.5327 25.8195 44.5327Z", strokeWidth: "13.8", strokeMiterlimit: "10", fill: "none" }),
|
|
535
|
-
React.createElement("path", { d: "M61.6523 44.5327H97.4783C98.4743 44.5327 99.2783 45.3367 99.2783 46.3327V80.3587C99.2783 81.3547 98.4743 82.1587 97.4783 82.1587H61.6523V44.5327Z", strokeWidth: "13.8", strokeMiterlimit: "10", fill: "none" })));
|
|
529
|
+
function TfWhaleContainer(props) {
|
|
530
|
+
return (React.createElement(IconBase, Object.assign({ viewBox: "0 0 186 189" }, props),
|
|
531
|
+
React.createElement("path", { d: "M97.1757 0H63.1497C58.3497 0 54.4497 3.9 54.4497 8.7V37.626H25.5237C20.7237 37.626 16.8237 41.526 16.8237 46.326V80.352C16.8237 85.152 20.7237 89.052 25.5237 89.052H97.1757C101.976 89.052 105.876 85.152 105.876 80.352V8.7C105.876 3.9 101.976 0 97.1757 0ZM68.2497 15.6C68.2497 14.604 69.0537 13.8 70.0497 13.8H90.2757C91.2717 13.8 92.0757 14.604 92.0757 15.6V35.826C92.0757 36.822 91.2717 37.626 90.2757 37.626H70.0497C69.0537 37.626 68.2497 36.822 68.2497 35.826V15.6ZM54.4497 73.452C54.4497 74.448 53.6457 75.252 52.6497 75.252H32.4237C31.4277 75.252 30.6237 74.448 30.6237 73.452V53.226C30.6237 52.23 31.4277 51.426 32.4237 51.426H52.6497C53.6457 51.426 54.4497 52.23 54.4497 53.226V73.452ZM92.0757 53.226V73.452C92.0757 74.448 91.2717 75.252 90.2757 75.252H70.0497C69.0537 75.252 68.2497 74.448 68.2497 73.452V53.226C68.2497 52.23 69.0537 51.426 70.0497 51.426H90.2757C91.2717 51.426 92.0757 52.23 92.0757 53.226Z" }),
|
|
532
|
+
React.createElement("path", { d: "M183.756 115.872C179.052 107.796 172.2 103.146 167.082 100.62C167.772 87.786 163.746 74.634 163.698 74.478C162.264 69.864 157.818 66.966 153.12 67.596C133.866 70.164 124.044 80.964 119.19 89.574C117.006 93.45 115.632 97.2 114.774 100.29H78.378V100.308H18C17.004 100.308 16.2 101.112 16.2 102.108C16.2 104.568 15.15 107.016 13.836 109.062C12.522 111.108 10.89 112.728 8.934 114.018C7.98 114.648 6.96 115.176 5.892 115.596C4.536 116.13 3.264 116.472 1.8 116.472C0.804 116.472 0 117.276 0 118.272V170.166C0 171.162 0.804 171.966 1.8 171.966C5.082 171.966 8.442 173.724 10.878 175.866C12.276 177.096 13.464 178.56 14.376 180.186C15.486 182.154 16.2 184.128 16.2 186.396C16.2 187.392 17.004 188.196 18 188.196H82.17V188.172C109.17 187.722 134.526 172.896 142.854 147.306C154.692 146.934 172.692 144.246 183.702 125.964C185.562 122.874 185.58 119.004 183.75 115.86L183.756 115.872ZM137.274 131.166L131.49 131.148C130.632 131.148 129.894 131.748 129.72 132.588L128.688 137.64C124.308 159.048 103.014 172.002 81.216 172.002H78.408H31.176C29.7 172.002 28.224 171.768 26.844 171.246C21.672 169.296 17.724 164.826 16.386 159.384C16.248 158.832 16.2 158.262 16.2 157.698C16.2 153.048 16.2 135.288 16.2 130.644C16.2 130.074 16.248 129.51 16.386 128.958C17.754 123.414 21.84 118.998 27.168 117.15C28.44 116.712 29.784 116.52 31.128 116.52H82.164V116.502H121.446L127.38 116.634C128.352 116.658 129.168 115.902 129.216 114.924L129.522 108.984C129.522 108.924 130.032 103.062 133.578 97.05C137.136 91.014 142.5 86.928 149.568 84.846C150.69 90.57 151.584 98.502 150.342 104.088L148.434 111.99L156.342 113.718C156.852 113.862 162.942 115.632 167.52 120.918C159.9 130.398 148.866 131.22 137.262 131.166H137.274Z" })));
|
|
536
533
|
}
|
|
537
534
|
|
|
538
|
-
export { TfBarChart, TfBeetle, TfBook, TfBox, TfBoxCheck, TfBrain, TfBrainCircuit, TfBug, TfBuilding, TfCert, TfChat, TfCloud,
|
|
535
|
+
export { TfBarChart, TfBeetle, TfBook, TfBox, TfBoxCheck, TfBrain, TfBrainCircuit, TfBug, TfBuilding, TfCert, TfChat, TfCloud, TfContainer, TfCpuCheck, TfCrate, TfEight, TfFingerprint, TfFive, TfFour, TfGlobe, TfGpu, TfKey, TfLightbulb, TfLock, TfMonitor, TfNine, TfOne, TfPerson, TfRefresh, TfRobot, TfServer, TfServerBays, TfServerChip, TfServerRack, TfSeven, TfShieldCheck, TfShieldX, TfSigstore, TfSix, TfSparkle, TfStars, TfStethoscope, TfTen, TfTerminal, TfThree, TfTin, TfTinDead, TfTinSad, TfTwo, TfUnlock, TfUnlockOpen, TfWarning, TfWhaleContainer };
|
|
539
536
|
//# sourceMappingURL=index.esm.js.map
|