@cypress-design/react-icon 0.27.0 → 0.28.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/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +11 -0
- package/_TreeShakableIcons.ts +1 -1
- package/dist/index.es.mjs +1 -1
- package/dist/index.es.mjs.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +2 -2
package/dist/index.umd.js
CHANGED
|
@@ -838,7 +838,7 @@ var IconObjectBriefcase = function (props) { return React__namespace.createEleme
|
|
|
838
838
|
}, ["16"], "object-briefcase")); };
|
|
839
839
|
var IconObjectBugLarge = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
840
840
|
"16": {
|
|
841
|
-
"body": "<path fill=\"#D0D2E0\" fill-rule=\"evenodd\" d=\"M6 6a2 2 0 0 0-2 2v4s1 3 4 3 4-3 4-3V8a2 2 0 0 0-2-2H6Z\" class=\"icon-light\" clip-rule=\"evenodd\"/><path stroke=\"
|
|
841
|
+
"body": "<path fill=\"#D0D2E0\" fill-rule=\"evenodd\" d=\"M6 6a2 2 0 0 0-2 2v4s1 3 4 3 4-3 4-3V8a2 2 0 0 0-2-2H6Z\" class=\"icon-light\" clip-rule=\"evenodd\"/><path fill=\"#D0D2E0\" d=\"M6 6h4c.173 0 .34.022.5.063V3.5a2.5 2.5 0 0 0-5 0v2.563C5.66 6.022 5.827 6 6 6Z\" class=\"icon-light\"/><path stroke=\"#1B1E2E\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 12s-1 3-4 3-4-3-4-3m8 0v-2m0 2a3 3 0 0 1 3 3M4 12v-2m0 2a3 3 0 0 0-3 3m11-5h3m-3 0V8m-8 2H1m3 0V8m8 0a2 2 0 0 0-2-2m2 2a3 3 0 0 0 3-3M4 8a3 3 0 0 1-3-3m3 3a2 2 0 0 1 2-2m4 0H6m4 0c.173 0 .34.022.5.063V3.5a2.5 2.5 0 0 0-5 0v2.563C5.66 6.022 5.827 6 6 6\" class=\"icon-dark\"/>"
|
|
842
842
|
}
|
|
843
843
|
}, ["16"], "object-bug-large")); };
|
|
844
844
|
var IconObjectBugSmall = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|