@norges-domstoler/dds-components 0.0.0-dev-20240723103512 → 0.0.0-dev-20240724074038
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.js +5 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +181 -177
- package/dist/index.mjs.map +1 -1
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -2440,7 +2440,11 @@ function WarningIcon(props) {
|
|
|
2440
2440
|
// src/components/Icon/icons/webex.tsx
|
|
2441
2441
|
var import_jsx_runtime155 = require("react/jsx-runtime");
|
|
2442
2442
|
function WebexIcon(props) {
|
|
2443
|
-
return /* @__PURE__ */ (0, import_jsx_runtime155.
|
|
2443
|
+
return /* @__PURE__ */ (0, import_jsx_runtime155.jsxs)(SvgWrapper, { ...props, children: [
|
|
2444
|
+
/* @__PURE__ */ (0, import_jsx_runtime155.jsx)("path", { d: "M7.16445 3.02741C5.37251 3.2006 4.00929 4.54287 3.55167 5.19235C5.71934 5.89286 5.1413 9.08924 5.71934 10.6047C6.00836 9.73873 6.65866 7.71812 7.67024 7.71812C10.3525 7.71812 9.18761 21.2516 16.3409 20.9964C22.4104 20.7799 24 10.0274 24 8.00678C24 5.83103 21.8323 5.6975 21.8323 5.6975C21.8323 5.6975 23.2325 7.80594 22.5 9.73872C21.7039 11.8393 19.3034 11.615 18.9421 11.3985C18.5086 13.1305 17.5693 16.3057 16.3409 16.3057C14.5 16.3057 14.1251 8.65625 12.1501 5.6975C10.9458 3.89338 9.40437 2.81091 7.16445 3.02741Z" }),
|
|
2445
|
+
/* @__PURE__ */ (0, import_jsx_runtime155.jsx)("path", { d: "M16.2687 3.0274C14.1732 3.18241 12.9449 4.20609 12.3669 4.83152C14 6.5 14.679 10.6047 14.679 10.6047C14.8958 9.30573 15.4714 7.64595 16.2687 7.64595C17.0659 7.64595 17.3525 8.00677 18.0028 9.73872C18.5644 11.2344 22.6151 11.0722 21.9046 7.79027C21.3265 5.12018 18.6531 2.851 16.2687 3.0274Z" }),
|
|
2446
|
+
/* @__PURE__ */ (0, import_jsx_runtime155.jsx)("path", { d: "M8.03151 20.9243C9.91016 20.9243 11.4998 19.1923 11.4998 19.1923C9.98242 16.883 9.33212 13.6356 9.33212 13.6356C9.33212 13.6356 8.75685 16.3057 7.81475 16.3057C5.93611 16.3057 4.82819 10.4844 4.34648 7.35728C4.12972 6.41914 3.306 5.42327 1.74528 5.76966C0.184558 6.11605 -0.0611107 7.54972 0.0111449 8.22326C0.251997 10.6288 0.950471 15.0068 3.04588 18.2542C4.62908 20.7078 6.36963 20.9243 8.03151 20.9243Z" })
|
|
2447
|
+
] });
|
|
2444
2448
|
}
|
|
2445
2449
|
|
|
2446
2450
|
// src/components/Icon/icons/x.tsx
|