@wireapp/react-ui-kit 9.29.0 → 9.29.2
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":"CodeBlockIcon.d.ts","sourceRoot":"","sources":["../../src/Icon/CodeBlockIcon.tsx"],"names":[],"mappings":"AAmBA,OAAO,EAAU,YAAY,EAAC,MAAM,WAAW,CAAC;AAEhD,eAAO,MAAM,aAAa,UAAW,YAAY,
|
|
1
|
+
{"version":3,"file":"CodeBlockIcon.d.ts","sourceRoot":"","sources":["../../src/Icon/CodeBlockIcon.tsx"],"names":[],"mappings":"AAmBA,OAAO,EAAU,YAAY,EAAC,MAAM,WAAW,CAAC;AAEhD,eAAO,MAAM,aAAa,UAAW,YAAY,qDA2BhD,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 CodeBlockIcon = (props) => ((0, jsx_runtime_1.jsxs)(SVGIcon_1.SVGIcon, { realWidth: 16, realHeight: 16, ...props, children: [(0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "
|
|
24
|
+
const CodeBlockIcon = (props) => ((0, jsx_runtime_1.jsxs)(SVGIcon_1.SVGIcon, { realWidth: 16, realHeight: 16, ...props, children: [(0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14.125 14.2422L14.125 3.69533L13.1875 3.69533L13.1875 1.93752L16 1.93752L16 16L15.0625 16L1.9375 16L1 16L1 10.375L2.875 10.375L2.875 14.2422L14.125 14.2422Z", fill: "currentColor" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.99851 1.47241L4.62646 2.40267L3.01725 5.21879L4.62646 8.0349L2.99851 8.96516L0.85772 5.21879L2.99851 1.47241Z", fill: "currentColor" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.2515 1.47241L8.62354 2.40267L10.2327 5.21879L8.62354 8.0349L10.2515 8.96516L12.3923 5.21879L10.2515 1.47241Z", fill: "currentColor" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.79163 8.67624L6.66657 0.735046L8.45822 1.26491L6.58327 9.20611L4.79163 8.67624Z", fill: "currentColor" })] }));
|
|
25
25
|
exports.CodeBlockIcon = CodeBlockIcon;
|
package/package.json
CHANGED