@tinfoilsh/tinfoil-icons 1.0.7 → 1.0.9
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/Brain.d.ts.map +1 -1
- package/dist/icons/BrainCircuit.d.ts +4 -0
- package/dist/icons/BrainCircuit.d.ts.map +1 -0
- package/dist/icons/Copy.d.ts +4 -0
- package/dist/icons/Copy.d.ts.map +1 -0
- package/dist/icons/Database.d.ts.map +1 -1
- package/dist/icons/Robot.d.ts.map +1 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.esm.js +28 -27
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +29 -27
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/icons/Github.d.ts +0 -4
- package/dist/icons/Github.d.ts.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Brain.d.ts","sourceRoot":"","sources":["../../src/icons/Brain.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AAEzC,wBAAgB,OAAO,CAAC,KAAK,EAAE,aAAa,
|
|
1
|
+
{"version":3,"file":"Brain.d.ts","sourceRoot":"","sources":["../../src/icons/Brain.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AAEzC,wBAAgB,OAAO,CAAC,KAAK,EAAE,aAAa,qBAqB3C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BrainCircuit.d.ts","sourceRoot":"","sources":["../../src/icons/BrainCircuit.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AAEzC,wBAAgB,cAAc,CAAC,KAAK,EAAE,aAAa,qBA0BlD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Copy.d.ts","sourceRoot":"","sources":["../../src/icons/Copy.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AAEzC,wBAAgB,MAAM,CAAC,KAAK,EAAE,aAAa,qBAO1C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Database.d.ts","sourceRoot":"","sources":["../../src/icons/Database.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AAEzC,wBAAgB,UAAU,CAAC,KAAK,EAAE,aAAa,
|
|
1
|
+
{"version":3,"file":"Database.d.ts","sourceRoot":"","sources":["../../src/icons/Database.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AAEzC,wBAAgB,UAAU,CAAC,KAAK,EAAE,aAAa,qBAiB9C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Robot.d.ts","sourceRoot":"","sources":["../../src/icons/Robot.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AAEzC,wBAAgB,OAAO,CAAC,KAAK,EAAE,aAAa,
|
|
1
|
+
{"version":3,"file":"Robot.d.ts","sourceRoot":"","sources":["../../src/icons/Robot.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AAEzC,wBAAgB,OAAO,CAAC,KAAK,EAAE,aAAa,qBAyB3C"}
|
package/dist/index.d.ts
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
export type { IconBaseProps, IconType } from './types';
|
|
2
|
+
export { TfBrainCircuit } from './icons/BrainCircuit';
|
|
2
3
|
export { TfBrain } from './icons/Brain';
|
|
3
4
|
export { TfCert } from './icons/Cert';
|
|
4
5
|
export { TfCloud } from './icons/Cloud';
|
|
6
|
+
export { TfCopy } from './icons/Copy';
|
|
5
7
|
export { TfCpuCheck } from './icons/CpuCheck';
|
|
6
8
|
export { TfDatabase } from './icons/Database';
|
|
7
|
-
export { TfGithub } from './icons/Github';
|
|
8
9
|
export { TfGpuFan } from './icons/GpuFan';
|
|
9
10
|
export { TfGpuNoFan } from './icons/GpuNoFan';
|
|
10
11
|
export { TfGpu } from './icons/Gpu';
|
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,OAAO,EAAE,MAAM,eAAe,CAAC;AACxC,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":"AAAA,YAAY,EAAE,aAAa,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAEvD,OAAO,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AACtD,OAAO,EAAE,OAAO,EAAE,MAAM,eAAe,CAAC;AACxC,OAAO,EAAE,MAAM,EAAE,MAAM,cAAc,CAAC;AACtC,OAAO,EAAE,OAAO,EAAE,MAAM,eAAe,CAAC;AACxC,OAAO,EAAE,MAAM,EAAE,MAAM,cAAc,CAAC;AACtC,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAC9C,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAC9C,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAC1C,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAC9C,OAAO,EAAE,KAAK,EAAE,MAAM,aAAa,CAAC;AACpC,OAAO,EAAE,KAAK,EAAE,MAAM,aAAa,CAAC;AACpC,OAAO,EAAE,MAAM,EAAE,MAAM,cAAc,CAAC;AACtC,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAC5C,OAAO,EAAE,OAAO,EAAE,MAAM,eAAe,CAAC;AACxC,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAC1C,OAAO,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACpD,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAC5C,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAC9C,OAAO,EAAE,OAAO,EAAE,MAAM,eAAe,CAAC;AACxC,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAC9C,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAC1C,OAAO,EAAE,KAAK,EAAE,MAAM,aAAa,CAAC;AACpC,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAC1C,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC"}
|
package/dist/index.esm.js
CHANGED
|
@@ -41,7 +41,7 @@ function IconBase(_a) {
|
|
|
41
41
|
children));
|
|
42
42
|
}
|
|
43
43
|
|
|
44
|
-
function
|
|
44
|
+
function TfBrainCircuit(props) {
|
|
45
45
|
return (React.createElement(IconBase, Object.assign({ viewBox: "0 0 445 445" }, 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)" }),
|
|
@@ -66,6 +66,26 @@ function TfBrain(props) {
|
|
|
66
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
|
+
function TfBrain(props) {
|
|
70
|
+
return (React.createElement(IconBase, Object.assign({ viewBox: "0 0 445 445" }, props),
|
|
71
|
+
React.createElement("rect", { x: "211.5", y: "116.9", width: "17.7", height: "200" }),
|
|
72
|
+
React.createElement("path", { d: "M220.4,116.9c3.9-40.4-13.1-78.7-42.2-95.7-24-14.1-61.6-16.8-84.8,11.5-23.8,29.2-15.5,70.6-14.7,74.1" }),
|
|
73
|
+
React.createElement("path", { d: "M72.6,85.6c-27.4,1.7-50.1,24.2-54.9,53.6-4.2,25.5,5.9,52.2,25.6,67.2" }),
|
|
74
|
+
React.createElement("path", { d: "M60.9,198.9c-6.9,2.3-19.5,7.7-30.5,20.8-16.1,19.1-25.3,50.3-16.2,80.9,8.3,28.1,29.7,48.6,55.4,52.9" }),
|
|
75
|
+
React.createElement("path", { d: "M44.7,346.2c11.6,48.7,46.3,82.7,82.4,84.3,48.1,2.1,97.1-53.4,92.6-126.3" }),
|
|
76
|
+
React.createElement("path", { d: "M219.7,304.2c.4-8.4.5-32.1-12.9-55.2-19.1-32.8-50.3-38.5-55.5-39.4" }),
|
|
77
|
+
React.createElement("path", { d: "M105,159.8c26.6,15.6,56.7,1.9,65.2-22.5,6.4-18.2.4-41.9-15.3-57.2" }),
|
|
78
|
+
React.createElement("path", { d: "M126.1,373.1c23.5-19,28.2-56.1,12.7-80.2-16.5-25.5-51.6-29.8-73.9-5.9" }),
|
|
79
|
+
React.createElement("rect", { x: "215.1", y: "118.7", width: "17.7", height: "200", transform: "translate(447.9 437.4) rotate(-180)" }),
|
|
80
|
+
React.createElement("path", { d: "M364.7,108.6c.7-3.5,9.1-44.9-14.7-74.1-23.2-28.4-60.8-25.6-84.8-11.5-29.1,17.1-46.1,55.3-42.2,95.7" }),
|
|
81
|
+
React.createElement("path", { d: "M400.1,208.1c19.7-15,29.7-41.7,25.6-67.2-4.8-29.3-27.5-51.9-54.9-53.6" }),
|
|
82
|
+
React.createElement("path", { d: "M373.9,355.3c25.6-4.3,47.1-24.8,55.4-52.9,9-30.7,0-61.8-16.2-80.9-11-13.1-23.6-18.5-30.5-20.8" }),
|
|
83
|
+
React.createElement("path", { d: "M223.6,306c-4.5,72.9,44.5,128.4,92.6,126.3,36.1-1.6,70.8-35.6,82.4-84.3" }),
|
|
84
|
+
React.createElement("path", { d: "M292,211.4c-5.2.8-36.4,6.6-55.5,39.4-13.5,23.1-13.3,46.8-12.9,55.2" }),
|
|
85
|
+
React.createElement("path", { d: "M288.4,81.9c-15.7,15.3-21.7,38.9-15.3,57.2,8.5,24.4,38.6,38.1,65.2,22.5" }),
|
|
86
|
+
React.createElement("path", { d: "M378.4,288.8c-22.3-23.9-57.4-19.6-73.9,5.9-15.5,24-10.8,61.1,12.7,80.2" })));
|
|
87
|
+
}
|
|
88
|
+
|
|
69
89
|
function TfCert(props) {
|
|
70
90
|
return (React.createElement(IconBase, Object.assign({ viewBox: "0 0 445 445" }, props),
|
|
71
91
|
React.createElement("rect", { x: "7.24", y: "325.48", width: "216.77", height: "20.29", transform: "translate(451.25 220) rotate(90)" }),
|
|
@@ -99,6 +119,12 @@ function TfCloud(props) {
|
|
|
99
119
|
React.createElement("rect", { x: "162.53", y: "268.14", width: "20.29", height: "20.29" })));
|
|
100
120
|
}
|
|
101
121
|
|
|
122
|
+
function TfCopy(props) {
|
|
123
|
+
return (React.createElement(IconBase, Object.assign({ viewBox: "0 0 445 445" }, props),
|
|
124
|
+
React.createElement("rect", { x: "15.6", y: "67.3", width: "364.7", height: "364.7", rx: "36.5", ry: "36.5" }),
|
|
125
|
+
React.createElement("rect", { x: "65.4", y: "15", width: "364.7", height: "364.7", rx: "36.5", ry: "36.5" })));
|
|
126
|
+
}
|
|
127
|
+
|
|
102
128
|
function TfCpuCheck(props) {
|
|
103
129
|
return (React.createElement(IconBase, Object.assign({ viewBox: "0 0 445 445" }, props),
|
|
104
130
|
React.createElement("rect", { x: "125.5", y: "260.33", width: "71.76", height: "20.29", transform: "translate(238.52 -34.89) rotate(45)" }),
|
|
@@ -128,13 +154,6 @@ function TfCpuCheck(props) {
|
|
|
128
154
|
|
|
129
155
|
function TfDatabase(props) {
|
|
130
156
|
return (React.createElement(IconBase, Object.assign({ viewBox: "0 0 445 445" }, props),
|
|
131
|
-
React.createElement("defs", null,
|
|
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)", style: { "fill": "none" } })),
|
|
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)", style: { "fill": "none" } })),
|
|
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)", style: { "fill": "none" } }))),
|
|
138
157
|
React.createElement("rect", { x: "424.85", y: "80.24", width: "20.29", height: "282.8" }),
|
|
139
158
|
React.createElement("ellipse", { cx: "222.49", cy: "82.24", rx: "212.51", ry: "70.9", style: { "fill": "none", "strokeMiterlimit": "10", "strokeWidth": "20px" } }),
|
|
140
159
|
React.createElement("g", { style: { "clipPath": "url(#clippath)" } },
|
|
@@ -146,17 +165,6 @@ function TfDatabase(props) {
|
|
|
146
165
|
React.createElement("ellipse", { cx: "223.02", cy: "280.24", rx: "212.51", ry: "70.9", style: { "fill": "none", "strokeMiterlimit": "10", "strokeWidth": "20px" } }))));
|
|
147
166
|
}
|
|
148
167
|
|
|
149
|
-
function TfGithub(props) {
|
|
150
|
-
return (React.createElement(IconBase, Object.assign({ viewBox: "0 0 48 48" }, props),
|
|
151
|
-
React.createElement("title", null, "github"),
|
|
152
|
-
React.createElement("g", null,
|
|
153
|
-
React.createElement("g", null,
|
|
154
|
-
React.createElement("rect", { width: "48", height: "48", fill: "none" }),
|
|
155
|
-
React.createElement("rect", { width: "48", height: "48", fill: "none" })),
|
|
156
|
-
React.createElement("g", null,
|
|
157
|
-
React.createElement("path", { d: "M24,1.9a21.6,21.6,0,0,0-6.8,42.2c1,.2,1.8-.9,1.8-1.8V39.4c-6,1.3-7.9-2.9-7.9-2.9a6.5,6.5,0,0,0-2.2-3.2C6.9,31.9,9,32,9,32a4.3,4.3,0,0,1,3.3,2c1.7,2.9,5.5,2.6,6.7,2.1a5.4,5.4,0,0,1,.5-2.9C12.7,32,9,28,9,22.6A10.7,10.7,0,0,1,11.9,15a6.2,6.2,0,0,1,.3-6.4,8.9,8.9,0,0,1,6.4,2.9,15.1,15.1,0,0,1,5.4-.8,17.1,17.1,0,0,1,5.4.7,9,9,0,0,1,6.4-2.8,6.5,6.5,0,0,1,.4,6.4A10.7,10.7,0,0,1,39,22.6C39,28,35.3,32,28.5,33.2a5.4,5.4,0,0,1,.5,2.9v6.2a1.8,1.8,0,0,0,1.9,1.8A21.7,21.7,0,0,0,24,1.9Z" })))));
|
|
158
|
-
}
|
|
159
|
-
|
|
160
168
|
function TfGpuFan(props) {
|
|
161
169
|
return (React.createElement(IconBase, Object.assign({ viewBox: "0 0 28 28", stroke: "none", fill: "#000" }, props),
|
|
162
170
|
React.createElement("path", { d: "M14,0C6.3,0,0,6.3,0,14s6.3,14,14,14,14-6.3,14-14S21.7,0,14,0ZM15.7,1.9c1.4.2,2.8.6,4,1.3-1.6.8-3,2-3.9,3.5-.7,1.1-1,2.4-1.1,3.7-1.6-2.7-1.3-6.2,1-8.5ZM15.1,14c0,.6-.5,1.1-1.1,1.1s-1.1-.5-1.1-1.1.5-1.1,1.1-1.1,1.1.5,1.1,1.1ZM9.4,2.7c1.3-.5,2.7-.8,4.1-.9-1.8,2.6-2.1,6-.7,8.8-2.7-1.5-4.2-4.7-3.4-7.9ZM7.5,3.7c-.2,1.8.2,3.6,1.1,5.2.7,1.1,1.6,2.1,2.6,2.8-3.1,0-6-2-6.8-5.1.9-1.1,1.9-2.1,3.1-2.8v-.1ZM3.2,8.3c1.3,2.9,4.1,4.8,7.2,5-2.7,1.6-6.2,1.3-8.5-1,.2-1.4.6-2.8,1.3-4ZM1.8,14.5c1.5,1.1,3.3,1.6,5,1.6s2.6-.3,3.7-.9c-1.5,2.7-4.7,4.2-7.9,3.4-.5-1.3-.8-2.7-.9-4.1h.1ZM3.7,20.5h.8c1.5,0,3-.4,4.3-1.2,1.1-.7,2.1-1.6,2.8-2.6,0,3.1-2,6-5.1,6.8-1.1-.9-2.1-1.9-2.8-3.1v.1ZM12.3,26.1c-1.4-.2-2.8-.6-4-1.3,1.6-.8,3-2,3.9-3.5.7-1.1,1-2.4,1.1-3.7,1.6,2.7,1.3,6.2-1,8.5ZM18.6,25.3c-1.3.5-2.7.8-4.1.9,1.8-2.6,2.1-6,.7-8.8,2.7,1.5,4.2,4.7,3.4,7.9ZM20.5,24.3c.3-3.2-1.2-6.2-3.7-8,3.1,0,6,2,6.9,5.1-.9,1.1-1.9,2.1-3.1,2.8l-.1.1ZM24.8,19.7c-1.3-2.9-4.1-4.8-7.2-5,2.7-1.5,6.2-1.2,8.5,1-.2,1.4-.6,2.8-1.3,4ZM26.2,13.5c-1.5-1-3.2-1.6-5-1.6s-2.6.3-3.7.9c.6-1.1,1.5-2,2.6-2.7,1.6-.9,3.5-1.2,5.3-.7.5,1.3.8,2.7.9,4.1h-.1ZM19.2,8.6c-1.1.7-2.1,1.6-2.8,2.6,0-1.2.3-2.5.9-3.6.9-1.6,2.4-2.8,4.2-3.2,1.1.9,2.1,1.9,2.8,3.1-1.8-.2-3.6.2-5.2,1.1h.1Z" })));
|
|
@@ -218,13 +226,6 @@ function TfMonitor(props) {
|
|
|
218
226
|
|
|
219
227
|
function TfRobot(props) {
|
|
220
228
|
return (React.createElement(IconBase, Object.assign({ viewBox: "0 0 445 445" }, props),
|
|
221
|
-
React.createElement("defs", null,
|
|
222
|
-
React.createElement("filter", { x: "197.86", y: "1", width: "49.29", height: "49.29", "color-interpolation-filters": "sRGB", filterUnits: "userSpaceOnUse" },
|
|
223
|
-
React.createElement("feFlood", { "flood-color": "#fff", result: "bg" }),
|
|
224
|
-
React.createElement("feBlend", { in: "SourceGraphic", in2: "bg" })),
|
|
225
|
-
React.createElement("mask", { x: "197.86", y: "1", width: "49.29", height: "49.29", maskUnits: "userSpaceOnUse" },
|
|
226
|
-
React.createElement("g", { style: { "filter": "url(#luminosity-noclip)" } },
|
|
227
|
-
React.createElement("rect", { x: "212.35", y: "15.5", width: "20.29", height: "20.29", transform: "translate(445 51.29) rotate(180)" })))),
|
|
228
229
|
React.createElement("rect", { x: "-2.77", y: "216.26", width: "108.61", height: "20", transform: "translate(277.79 174.72) rotate(90)" }),
|
|
229
230
|
React.createElement("rect", { x: "135.74", y: "154.12", width: "30", height: "20", transform: "translate(314.86 13.39) rotate(90)" }),
|
|
230
231
|
React.createElement("rect", { x: "21.24", y: "205.65", width: "20.29", height: "20.29" }),
|
|
@@ -494,5 +495,5 @@ function TfWarning(props) {
|
|
|
494
495
|
React.createElement("rect", { x: "212.5", y: "333.31", width: "20", height: "20" })));
|
|
495
496
|
}
|
|
496
497
|
|
|
497
|
-
export { TfBrain, TfCert, TfCloud, TfCpuCheck, TfDatabase,
|
|
498
|
+
export { TfBrain, TfBrainCircuit, TfCert, TfCloud, TfCopy, TfCpuCheck, TfDatabase, TfGpu, TfGpuFan, TfGpuNoFan, TfKey, TfLock, TfMonitor, TfRobot, TfServer, TfShieldCheck, TfShieldX, TfSigstore, TfStars, TfTerminal, TfTin, TfTinSad, TfUnlock, TfWarning };
|
|
498
499
|
//# sourceMappingURL=index.esm.js.map
|