@cypress-design/react-icon 0.29.0 → 0.30.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/dist/index.umd.js CHANGED
@@ -981,6 +981,14 @@ var IconSecurityLockLocked = function (props) { return React__namespace.createEl
981
981
  "body": "<path fill=\"#D0D2E0\" fill-rule=\"evenodd\" d=\"M2 13a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v5Z\" class=\"icon-light\" clip-rule=\"evenodd\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 6H4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-1M5 6V4a3 3 0 0 1 3-3v0a3 3 0 0 1 3 3v2M5 6h6m-3 4v1\" class=\"icon-dark\"/>"
982
982
  }
983
983
  }, ["16"], "security-lock-locked")); };
984
+ var IconSecurityShieldCheck = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
985
+ "16": {
986
+ "body": "<path fill=\"#D0D2E0\" fill-rule=\"evenodd\" d=\"M8 1.333s-2.667 1.334-6 2v7.524c1 2.857 6 3.81 6 3.81V1.333Z\" class=\"icon-light\" clip-rule=\"evenodd\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m6 8 1.667 2L10 6m4-2.667c-3.333-.666-6-2-6-2s-2.667 1.334-6 2v7.524c1 2.857 6 3.81 6 3.81s5-.953 6-3.81V3.333Z\" class=\"icon-dark\"/>"
987
+ },
988
+ "24": {
989
+ "body": "<path fill=\"#D0D2E0\" fill-rule=\"evenodd\" d=\"M12 2S8 4 3 5v11.286C4.5 20.57 12 22 12 22V2Z\" class=\"icon-light\" clip-rule=\"evenodd\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m9 12 2.5 3L15 9m6-4c-5-1-9-3-9-3S8 4 3 5v11.286C4.5 20.57 12 22 12 22s7.5-1.429 9-5.714V5Z\" class=\"icon-dark\"/>"
990
+ }
991
+ }, ["16", "24"], "security-shield-check")); };
984
992
  var IconSecurityShieldCross = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
985
993
  "16": {
986
994
  "body": "<path fill=\"#D0D2E0\" d=\"M8 1S5.5 3 2 3v4h6V1ZM2 11c1 3 6 4 6 4V7H2v4Z\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8 15s5-1 6-4V7m-6 8s-5-1-6-4V7m6 8V7m0-6S5.5 3 2 3v4m6-6s2.5 2 6 2v4M8 1v6m6 0H8M2 7h6\" class=\"icon-dark\"/>"
@@ -1669,6 +1677,7 @@ exports.IconOsLinux = IconOsLinux;
1669
1677
  exports.IconOsWindows = IconOsWindows;
1670
1678
  exports.IconSecurityKey = IconSecurityKey;
1671
1679
  exports.IconSecurityLockLocked = IconSecurityLockLocked;
1680
+ exports.IconSecurityShieldCheck = IconSecurityShieldCheck;
1672
1681
  exports.IconSecurityShieldCross = IconSecurityShieldCross;
1673
1682
  exports.IconShapeHeart = IconShapeHeart;
1674
1683
  exports.IconShapeLightningBolt = IconShapeLightningBolt;