@connectif/ui-components 3.0.3 → 3.0.4
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/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -921,7 +921,7 @@ import {
|
|
|
921
921
|
// src/components/icon/Icon.tsx
|
|
922
922
|
import * as React from "react";
|
|
923
923
|
|
|
924
|
-
// src/components/icon/icons.
|
|
924
|
+
// src/components/icon/icons.ts
|
|
925
925
|
import {
|
|
926
926
|
mdiAccessPoint,
|
|
927
927
|
mdiAccessPointNetwork,
|
|
@@ -2231,6 +2231,7 @@ import {
|
|
|
2231
2231
|
mdiRocket,
|
|
2232
2232
|
mdiRobotVacuum,
|
|
2233
2233
|
mdiRotate3d,
|
|
2234
|
+
mdiRotate3dVariant,
|
|
2234
2235
|
mdiRotateLeft,
|
|
2235
2236
|
mdiRotateLeftVariant,
|
|
2236
2237
|
mdiRotateRight,
|
|
@@ -4141,6 +4142,7 @@ var icons = {
|
|
|
4141
4142
|
rocket: mdiRocket,
|
|
4142
4143
|
roomba: mdiRobotVacuum,
|
|
4143
4144
|
"rotate-3d": mdiRotate3d,
|
|
4145
|
+
"rotate-3d-variant": mdiRotate3dVariant,
|
|
4144
4146
|
"rotate-left": mdiRotateLeft,
|
|
4145
4147
|
"rotate-left-variant": mdiRotateLeftVariant,
|
|
4146
4148
|
"rotate-right": mdiRotateRight,
|