@carbon/icons 10.35.0-rc.0 → 10.35.0
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/es/caution/index.js +33 -0
- package/es/caution-inverted/index.js +28 -0
- package/es/circle-fill/index.js +30 -0
- package/es/circle-stroke/index.js +28 -0
- package/es/critical/index.js +28 -0
- package/es/incomplete/index.js +28 -0
- package/es/index.js +8 -0
- package/es/square-fill/index.js +28 -0
- package/es/undefined/index.js +29 -0
- package/lib/caution/index.js +35 -0
- package/lib/caution-inverted/index.js +30 -0
- package/lib/circle-fill/index.js +32 -0
- package/lib/circle-stroke/index.js +30 -0
- package/lib/critical/index.js +30 -0
- package/lib/incomplete/index.js +30 -0
- package/lib/index.js +16 -0
- package/lib/square-fill/index.js +30 -0
- package/lib/undefined/index.js +31 -0
- package/metadata.json +666 -2
- package/package.json +3 -3
- package/svg/caution-inverted.svg +1 -0
- package/svg/caution.svg +1 -0
- package/svg/circle-fill.svg +1 -0
- package/svg/circle-stroke.svg +1 -0
- package/svg/critical.svg +1 -0
- package/svg/incomplete.svg +1 -0
- package/svg/square-fill.svg +1 -0
- package/svg/undefined.svg +1 -0
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@carbon/icons",
|
|
3
3
|
"description": "Icons for digital and software products using the Carbon Design System",
|
|
4
|
-
"version": "10.35.0
|
|
4
|
+
"version": "10.35.0",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"module": "es/index.js",
|
|
@@ -42,8 +42,8 @@
|
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@carbon/cli": "^10.25.0",
|
|
45
|
-
"@carbon/icon-build-helpers": "^0.24.0
|
|
45
|
+
"@carbon/icon-build-helpers": "^0.24.0",
|
|
46
46
|
"rimraf": "^3.0.2"
|
|
47
47
|
},
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "d6041f75d05916f33380502670a56abf82b45a20"
|
|
49
49
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M8 14L2 3 14 3 8 14z"/></svg>
|
package/svg/caution.svg
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M12.3154,12H3.6846L8,4.0884,12.3154,12M14,13,8,2,2,13Z"/><path d="M12.315 12L3.685 12 8 4.088 12.315 12z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><circle cx="8" cy="8" r="6"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M8,4A4,4,0,1,1,4,8,4.0045,4.0045,0,0,1,8,4M8,2a6,6,0,1,0,6,6A6,6,0,0,0,8,2Z"/></svg>
|
package/svg/critical.svg
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M12.887 11.4727a5.9936 5.9936 0 00-8.36-8.3594zM3.113 4.5273a5.9936 5.9936 0 008.36 8.3594z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M8,2a6,6,0,1,0,6,6A6,6,0,0,0,8,2ZM8,4a4.0045,4.0045,0,0,1,4,4H4A4.0045,4.0045,0,0,1,8,4Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M3 3H13V13H3z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M3.05 3.05H12.948999999999998V12.948999999999998H3.05z" transform="rotate(-45 8 8)"/></svg>
|