@wireapp/react-ui-kit 9.40.0 → 9.40.1
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":"CollectionIcon.d.ts","sourceRoot":"","sources":["../../src/Icon/CollectionIcon.tsx"],"names":[],"mappings":"AAmBA,OAAO,EAAU,YAAY,EAAC,MAAM,WAAW,CAAC;AAEhD,eAAO,MAAM,cAAc,UAAW,YAAY,
|
|
1
|
+
{"version":3,"file":"CollectionIcon.d.ts","sourceRoot":"","sources":["../../src/Icon/CollectionIcon.tsx"],"names":[],"mappings":"AAmBA,OAAO,EAAU,YAAY,EAAC,MAAM,WAAW,CAAC;AAEhD,eAAO,MAAM,cAAc,UAAW,YAAY,qDAQjD,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 CollectionIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon, { realWidth: 16, realHeight: 16, ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M2.
|
|
24
|
+
const CollectionIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon, { realWidth: 16, realHeight: 16, ...props, children: (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.75065 0C2.33346 0 1.99999 0.335786 1.99999 0.75V1.5H14V0.75C14 0.332899 13.6639 0 13.2493 0H2.75065ZM0.999992 3.75C0.999992 3.33579 1.33225 3 1.75269 3H14.2473C14.663 3 15 3.3329 15 3.75V4.5H0.999992V3.75ZM0.0995315 6.9954C0.0445572 6.44565 0.444623 6 1.00086 6H14.9991C15.5519 6 15.9557 6.44259 15.9005 6.9954L15 16H0.999992L0.0995315 6.9954Z" }) }));
|
|
25
25
|
exports.CollectionIcon = CollectionIcon;
|
package/package.json
CHANGED