@cypress-design/react-icon 0.7.0 → 0.9.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
@@ -420,6 +420,17 @@ var IconArrowRight = function (props) {
420
420
  }
421
421
  return React__namespace.createElement('svg', compileReactIconProperties(__assign(__assign({}, props), { size: size, body: body, compiledClasses: compiledClasses })));
422
422
  };
423
+ var IconArrowSquareDown = function (props) {
424
+ var _a = iconsRegistry__namespace.getComponentAttributes(__assign(__assign({}, props), { availableSizes: ["16"] })), size = _a.sizeWithDefault, compiledClasses = _a.compiledClasses;
425
+ var iconBodies = {
426
+ "16": "<path d=\"M8 1v10m0 0 4-4m-4 4L4 7m-3 6v2h14v-2\" stroke=\"currentColor\" class=\"icon-dark\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>"
427
+ };
428
+ var body = iconBodies[size];
429
+ if (!body) {
430
+ throw Error("Icon \"arrow-square-down\" is not available in size " + size);
431
+ }
432
+ return React__namespace.createElement('svg', compileReactIconProperties(__assign(__assign({}, props), { size: size, body: body, compiledClasses: compiledClasses })));
433
+ };
423
434
  var IconArrowUp = function (props) {
424
435
  var _a = iconsRegistry__namespace.getComponentAttributes(__assign(__assign({}, props), { availableSizes: ["16"] })), size = _a.sizeWithDefault, compiledClasses = _a.compiledClasses;
425
436
  var iconBodies = {
@@ -1992,8 +2003,9 @@ var IconTechnologyTestResults = function (props) {
1992
2003
  return React__namespace.createElement('svg', compileReactIconProperties(__assign(__assign({}, props), { size: size, body: body, compiledClasses: compiledClasses })));
1993
2004
  };
1994
2005
  var IconTestingTypeComponentSolid = function (props) {
1995
- var _a = iconsRegistry__namespace.getComponentAttributes(__assign(__assign({}, props), { availableSizes: ["64"] })), size = _a.sizeWithDefault, compiledClasses = _a.compiledClasses;
2006
+ var _a = iconsRegistry__namespace.getComponentAttributes(__assign(__assign({}, props), { availableSizes: ["24", "64"] })), size = _a.sizeWithDefault, compiledClasses = _a.compiledClasses;
1996
2007
  var iconBodies = {
2008
+ "24": "<mask id=\"a\" fill=\"#fff\"><path d=\"M2 13h9v9H4a2 2 0 0 1-2-2v-7ZM13 2h7a2 2 0 0 1 2 2v7h-9V2Z\"/></mask><path d=\"M2 13h9v9H4a2 2 0 0 1-2-2v-7ZM13 2h7a2 2 0 0 1 2 2v7h-9V2Z\" fill=\"currentColor\" class=\"icon-dark\"/><path d=\"M11 13h2a2 2 0 0 0-2-2v2Zm-9 0v-2a2 2 0 0 0-2 2h2Zm9 9v2a2 2 0 0 0 2-2h-2Zm2-20V0h-2v2h2Zm9 9v2h2v-2h-2Zm-9 0h-2v2h2v-2Zm-2 0H2v4h9v-4Zm-2 2v9h4v-9H9Zm2 7H4v4h7v-4Zm-7 0v-7H0v7h4Zm9-16h7V0h-7v4Zm7 0v7h4V4h-4Zm2 5h-9v4h9V9Zm-7 2V2h-4v9h4Zm5-7h4a4 4 0 0 0-4-4v4ZM4 20H0a4 4 0 0 0 4 4v-4Z\" mask=\"url(#a)\" fill=\"currentColor\" class=\"icon-dark\"/><path d=\"M4 4h7v9h9v7a2 2 0 0 1-2 2h-7v-9H2V6a2 2 0 0 1 2-2Z\" class=\"icon-light\" fill=\"#D0D2E0\"/>",
1997
2009
  "64": "<path d=\"M36 4h21a3 3 0 0 1 3 3v21H36V4ZM32 56H11a3 3 0 0 1-3-3V32h24v24Z\" fill=\"currentColor\" class=\"icon-dark\"/><path d=\"M36 28h-2a2 2 0 0 0 2 2v-2ZM8 32v-2a2 2 0 0 0-2 2h2Zm24 24v2a2 2 0 0 0 2-2h-2Zm4-52V2h-2v2h2Zm24 24v2h2v-2h-2Zm-28 4h2a2 2 0 0 0-2-2v2Zm0 22H11v4h21v-4Zm-22-1V32H6v21h4ZM36 6h21V2H36v4Zm22 1v21h4V7h-4Zm2 19H36v4h24v-4Zm-22 2V4h-4v24h4Zm-8 4v24h4V32h-4Zm2-2H8v4h24v-4ZM57 6a1 1 0 0 1 1 1h4a5 5 0 0 0-5-5v4ZM11 54a1 1 0 0 1-1-1H6a5 5 0 0 0 5 5v-4Z\" class=\"icon-light\"/><path d=\"M11 8h21v24h24v21a3 3 0 0 1-3 3H32V32H8V11a3 3 0 0 1 3-3Z\" fill=\"#D0D2E0\" class=\"icon-light\"/>"
1998
2010
  };
1999
2011
  var body = iconBodies[size];
@@ -2170,6 +2182,7 @@ exports.IconArrowLeft = IconArrowLeft;
2170
2182
  exports.IconArrowOutlineDown = IconArrowOutlineDown;
2171
2183
  exports.IconArrowRight = IconArrowRight;
2172
2184
  exports.IconArrowRightLarge = IconArrowRightLarge;
2185
+ exports.IconArrowSquareDown = IconArrowSquareDown;
2173
2186
  exports.IconArrowUp = IconArrowUp;
2174
2187
  exports.IconCheckmark = IconCheckmark;
2175
2188
  exports.IconCheckmarkOutline = IconCheckmarkOutline;