@wireapp/react-ui-kit 9.45.0 → 9.46.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.
@@ -1 +1 @@
1
- {"version":3,"file":"CallIcon.d.ts","sourceRoot":"","sources":["../../src/Icon/CallIcon.tsx"],"names":[],"mappings":"AAmBA,OAAO,EAAU,YAAY,EAAC,MAAM,WAAW,CAAC;AAEhD,eAAO,MAAM,QAAQ,UAAW,YAAY,qDAI3C,CAAC"}
1
+ {"version":3,"file":"CallIcon.d.ts","sourceRoot":"","sources":["../../src/Icon/CallIcon.tsx"],"names":[],"mappings":"AAmBA,OAAO,EAAU,YAAY,EAAC,MAAM,WAAW,CAAC;AAEhD,eAAO,MAAM,QAAQ,UAAW,YAAY,qDAS3C,CAAC"}
@@ -21,5 +21,5 @@ const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
21
21
  *
22
22
  */
23
23
  const SVGIcon_1 = require("./SVGIcon");
24
- const CallIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon, { realWidth: 16, realHeight: 16, ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M12.7 16c1.3 0 2.7-1.5 3.2-3.4.1-.4.2-.4-.2-.6a218.3 218.3 0 0 1-4.3-1.7l-.1.1-1 1-.6.5-.7-.4A12.9 12.9 0 0 1 4.5 7l-.4-.7.6-.6.9-1c.2-.2.2-.2 0-.6A109.3 109.3 0 0 0 3.8 0h-.3C1.4.7 0 2 0 3.4c0 2 1.8 5.6 4.5 8.2C7 14.2 10.6 16 12.7 16z" }) }));
24
+ const CallIcon = (props) => ((0, jsx_runtime_1.jsxs)(SVGIcon_1.SVGIcon, { realWidth: 20, realHeight: 14, ...props, children: [(0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 6.44c0-2.278 0-3.417.45-4.284A4 4 0 0 1 2.156.45C3.023 0 4.162 0 6.44 0h2.12c2.278 0 3.417 0 4.284.45a4 4 0 0 1 1.706 1.706c.45.867.45 2.006.45 4.284v1.12c0 2.278 0 3.417-.45 4.284a4 4 0 0 1-1.706 1.706c-.867.45-2.006.45-4.284.45H6.44c-2.278 0-3.417 0-4.284-.45A4 4 0 0 1 .45 11.844C0 10.977 0 9.838 0 7.56V6.44Zm5.5 2.202C6.903 10.043 8.573 11.5 9.966 11.5c.626 0 1.175-.218 1.617-.703.257-.286.417-.62.417-.95a.759.759 0 0 0-.32-.64l-1.49-1.056c-.224-.155-.418-.233-.593-.233-.218 0-.417.126-.64.344-.135.132-.53.417-.53.417-1.093-.736-1.882-1.518-2.616-2.612 0 0 .286-.397.417-.533.214-.223.345-.417.345-.64 0-.174-.078-.363-.243-.591L5.286 2.834a.79.79 0 0 0-.67-.334c-.32 0-.65.145-.936.422C3.209 3.372 3 3.93 3 4.545c0 1.391 1.097 2.702 2.5 4.097Z" }), (0, jsx_runtime_1.jsx)("path", { d: "M20 3.098v7.804a1 1 0 0 1-1.63.777L16.3 10V4l2.07-1.679a1 1 0 0 1 1.63.777Z" })] }));
25
25
  exports.CallIcon = CallIcon;
package/package.json CHANGED
@@ -77,6 +77,6 @@
77
77
  "test:watch": "jest --watch",
78
78
  "test:update": "jest --updateSnapshot"
79
79
  },
80
- "version": "9.45.0",
81
- "gitHead": "26752df176392755d8e0747e626a50eed7200214"
80
+ "version": "9.46.0",
81
+ "gitHead": "f84e0dca4b5b8e45d334b18fddae468cc60afe45"
82
82
  }