@caidentity/testicon 0.0.9 → 0.0.11
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/README.md +1 -1
- package/package.json +1 -1
- package/src/Icon.tsx +5 -1
- package/src/icons/manifest.json +8 -0
- package/src/icons/manifest.ts +8 -0
- package/src/icons.tsx +2 -1
- package/src/index.ts +1 -0
package/README.md
CHANGED
package/package.json
CHANGED
package/src/Icon.tsx
CHANGED
|
@@ -8,7 +8,11 @@ export interface IconProps extends SVGProps<SVGSVGElement> {
|
|
|
8
8
|
|
|
9
9
|
const iconRegistry = {
|
|
10
10
|
"frame": {
|
|
11
|
-
"svg": "<g transform=\"translate(-
|
|
11
|
+
"svg": "<g transform=\"translate(-1486, -235)\"><path d=\"M 8 -90 L 422 -90 Q 430 -90 430 -82 L 430 172 Q 430 180 422 180 L 8 180 Q 0 180 0 172 L 0 -82 Q 0 -90 8 -90 Z\" fill=\"none\" fill-opacity=\"0\" stroke=\"#000000\" stroke-opacity=\"1\" strokeWidth=\"2\" strokeLinecap=\"butt\" strokeLinejoin=\"miter\" transform=\"translate(747,440)\" />\n<path d=\"M 0 0 L 0 153 L 186 153 L 186 -7\" fill=\"none\" fill-opacity=\"0\" stroke=\"#000000\" stroke-opacity=\"1\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\" transform=\"translate(1761,552)\" />\n<path d=\"M 8 -90 L 422 -90 Q 430 -90 430 -82 L 430 172 Q 430 180 422 180 L 8 180 Q 0 180 0 172 L 0 -82 Q 0 -90 8 -90 Z\" fill=\"none\" fill-opacity=\"0\" stroke=\"#000000\" stroke-opacity=\"1\" strokeWidth=\"2\" strokeLinecap=\"butt\" strokeLinejoin=\"miter\" transform=\"translate(1611,438)\" /></g>",
|
|
12
|
+
"viewBox": "0 0 800 600"
|
|
13
|
+
},
|
|
14
|
+
"frame-b0y6eye-1765734231799": {
|
|
15
|
+
"svg": "<g transform=\"translate(-2349, -237)\"><path d=\"M 8 -90 L 422 -90 Q 430 -90 430 -82 L 430 172 Q 430 180 422 180 L 8 180 Q 0 180 0 172 L 0 -82 Q 0 -90 8 -90 Z\" fill=\"none\" fill-opacity=\"0\" stroke=\"#000000\" stroke-opacity=\"1\" strokeWidth=\"2\" strokeLinecap=\"butt\" strokeLinejoin=\"miter\" transform=\"translate(747,440)\" />\n<path d=\"M 4 0 L 4 0 Q 8 0 8 4 L 8 4 Q 8 8 4 8 L 4 8 Q 0 8 0 4 L 0 4 Q 0 0 4 0 Z\" fill=\"none\" fill-opacity=\"0\" stroke=\"#ffcfcfff\" stroke-opacity=\"1\" strokeWidth=\"2\" strokeLinecap=\"butt\" strokeLinejoin=\"miter\" transform=\"translate(1031,671)\" />\n<path d=\"M 0 0 L 0 153 L 186 153 L 186 -7\" fill=\"none\" fill-opacity=\"0\" stroke=\"#000000\" stroke-opacity=\"1\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\" transform=\"translate(1761,552)\" />\n<path d=\"M 8 -90 L 422 -90 Q 430 -90 430 -82 L 430 172 Q 430 180 422 180 L 8 180 Q 0 180 0 172 L 0 -82 Q 0 -90 8 -90 Z\" fill=\"none\" fill-opacity=\"0\" stroke=\"#000000\" stroke-opacity=\"1\" strokeWidth=\"2\" strokeLinecap=\"butt\" strokeLinejoin=\"miter\" transform=\"translate(1611,438)\" />\n<path d=\"M 0 0 L 134 547 L 332 411 L 391 20 L 160 172\" fill=\"none\" fill-opacity=\"0\" stroke=\"#000000\" stroke-opacity=\"1\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\" transform=\"translate(2424,313)\" />\n<path d=\"M 0 0 L -30 174 L 161 183 L 196 110 L 112 25 L -11 190 L 17 15 L 241 5 L -42 -119\" fill=\"none\" fill-opacity=\"0\" stroke=\"#000000\" stroke-opacity=\"1\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\" transform=\"translate(2661,291)\" /></g>",
|
|
12
16
|
"viewBox": "0 0 800 600"
|
|
13
17
|
}
|
|
14
18
|
}
|
package/src/icons/manifest.json
CHANGED
|
@@ -14,5 +14,13 @@
|
|
|
14
14
|
"width": 800,
|
|
15
15
|
"height": 600,
|
|
16
16
|
"viewBox": "0 0 800 600"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"id": "frame-b0y6eye-1765734231799",
|
|
20
|
+
"name": "frame-b0y6eye-1765734231799",
|
|
21
|
+
"component": "frame-b0y6eye-1765734231799",
|
|
22
|
+
"width": 800,
|
|
23
|
+
"height": 600,
|
|
24
|
+
"viewBox": "0 0 800 600"
|
|
17
25
|
}
|
|
18
26
|
]
|
package/src/icons/manifest.ts
CHANGED
|
@@ -25,5 +25,13 @@ export const iconsManifest: IconManifestEntry[] = [
|
|
|
25
25
|
"width": 800,
|
|
26
26
|
"height": 600,
|
|
27
27
|
"viewBox": "0 0 800 600"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"id": "frame-b0y6eye-1765734231799",
|
|
31
|
+
"name": "frame-b0y6eye-1765734231799",
|
|
32
|
+
"component": "frame-b0y6eye-1765734231799",
|
|
33
|
+
"width": 800,
|
|
34
|
+
"height": 600,
|
|
35
|
+
"viewBox": "0 0 800 600"
|
|
28
36
|
}
|
|
29
37
|
] as IconManifestEntry[]
|
package/src/icons.tsx
CHANGED
package/src/index.ts
CHANGED