@caidentity/testicon 2.2.9 → 2.2.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 CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  React icon components generated from SVG sources.
4
4
 
5
- - Version: 2.2.9
5
+ - Version: 2.2.11
6
6
  - Icons: 2
7
7
  - Manifest: `iconsManifest` (id, name, component, viewBox, tags)
8
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@caidentity/testicon",
3
- "version": "2.2.9",
3
+ "version": "2.2.11",
4
4
  "description": "Icons for @caidentity/testicon",
5
5
  "license": "MIT",
6
6
  "keywords": [
package/src/Icon.tsx CHANGED
@@ -26,8 +26,9 @@ export interface IconProps extends SVGProps<SVGSVGElement> {
26
26
 
27
27
  const iconRegistry = {
28
28
  "frame": {
29
- "svg": "<g transform=\"translate(-1490, -237)\"><path d=\"M 8 -90 L 29 -90 Q 37 -90 37 -82 L 37 -63 Q 37 -55 29 -55 L 8 -55 Q 0 -55 0 -63 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(615,333)\" />\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(1030,672)\" />\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(1765,554)\" />\n<path d=\"M 1 -1 Q 9 -1 9 6 L -7 22 L -17 25 L -15 15 Z\" fill=\"none\" fill-opacity=\"0\" stroke=\"#000000\" stroke-opacity=\"1\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\" data-duotone-layer=\"duotone1\" transform=\"translate(648,238)\" /></g>",
30
- "viewBox": "0 0 800 600"
29
+ "svg": "<g transform=\"translate(-1490, -237)\"><path d=\"M 8 -90 L 29 -90 Q 37 -90 37 -82 L 37 -63 Q 37 -55 29 -55 L 8 -55 Q 0 -55 0 -63 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(615,333)\" />\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(1030,672)\" />\n<path d=\"M 1 -1 Q 9 -1 9 6 L -7 22 L -17 25 L -15 15 Z\" fill=\"none\" fill-opacity=\"0\" stroke=\"#000000\" stroke-opacity=\"1\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\" data-duotone-layer=\"duotone2\" transform=\"translate(648,238)\" />\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(1765,554)\" /></g>",
30
+ "viewBox": "0 0 800 600",
31
+ "duotoneLayers": 2
31
32
  }
32
33
  }
33
34
 
@@ -57,6 +57,7 @@
57
57
  "component": "frame",
58
58
  "width": 800,
59
59
  "height": 600,
60
- "viewBox": "0 0 800 600"
60
+ "viewBox": "0 0 800 600",
61
+ "duotoneLayers": 2
61
62
  }
62
63
  ]
@@ -78,6 +78,7 @@ export const iconsManifest: IconManifestEntry[] = [
78
78
  "component": "frame",
79
79
  "width": 800,
80
80
  "height": 600,
81
- "viewBox": "0 0 800 600"
81
+ "viewBox": "0 0 800 600",
82
+ "duotoneLayers": 2
82
83
  }
83
84
  ] as IconManifestEntry[]