Skip to content

Commit 95f7aff

Browse files
committed
hotfix: restore icon-layers due to renaming
1 parent baecd56 commit 95f7aff

File tree

3 files changed

+22
-11
lines changed

3 files changed

+22
-11
lines changed

src/Umbraco.Web.UI.Client/src/packages/core/icon-registry/icon-dictionary.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1054,7 +1054,7 @@
10541054
},
10551055
{
10561056
"name": "icon-layers",
1057-
"file": "layers-3.svg"
1057+
"file": "layers.svg"
10581058
},
10591059
{
10601060
"name": "icon-layout",
@@ -2720,4 +2720,4 @@
27202720
"file": "icon-umbraco.svg"
27212721
}
27222722
]
2723-
}
2723+
}

src/Umbraco.Web.UI.Client/src/packages/core/icon-registry/icons.ts

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1007,6 +1007,10 @@ name: "icon-layers-alt",
10071007
legacy: true,
10081008
path: () => import("./icons/icon-layers-alt.js"),
10091009
},{
1010+
name: "icon-layers",
1011+
1012+
path: () => import("./icons/icon-layers.js"),
1013+
},{
10101014
name: "icon-layout",
10111015

10121016
path: () => import("./icons/icon-layout.js"),
@@ -2295,10 +2299,6 @@ name: "icon-google",
22952299

22962300
path: () => import("./icons/icon-google.js"),
22972301
},{
2298-
name: "icon-linkedin",
2299-
2300-
path: () => import("./icons/icon-linkedin.js"),
2301-
},{
23022302
name: "icon-mastodon",
23032303

23042304
path: () => import("./icons/icon-mastodon.js"),
@@ -2527,10 +2527,6 @@ name: "icon-azure",
25272527
legacy: true,
25282528
path: () => import("./icons/icon-azure.js"),
25292529
},{
2530-
name: "icon-layers",
2531-
legacy: true,
2532-
path: () => import("./icons/icon-layers.js"),
2533-
},{
25342530
name: "icon-microsoft",
25352531
legacy: true,
25362532
path: () => import("./icons/icon-microsoft.js"),
Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,16 @@
1-
export default `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="currentColor"><path d="M194.227 248.271l-43.363-41.089h-80.61l102.62 97.286h268.411l-59.317-56.197H194.227zm9.942-24.934H472.55l-102.648-97.29H101.518l102.651 97.29zm-41.239 106.05l-43.33-41.075H38.99l102.651 97.283h268.383l-59.32-56.208H162.93z"/></svg>`;
1+
export default `<!-- @license lucide-static v0.471.0 - ISC -->
2+
<svg
3+
class="lucide lucide-layers"
4+
xmlns="http://www.w3.org/2000/svg"
5+
viewBox="0 0 24 24"
6+
fill="none"
7+
stroke="currentColor"
8+
stroke-width="1.75"
9+
stroke-linecap="round"
10+
stroke-linejoin="round"
11+
>
12+
<path d="M12.83 2.18a2 2 0 0 0-1.66 0L2.6 6.08a1 1 0 0 0 0 1.83l8.58 3.91a2 2 0 0 0 1.66 0l8.58-3.9a1 1 0 0 0 0-1.83z" />
13+
<path d="M2 12a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 12" />
14+
<path d="M2 17a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 17" />
15+
</svg>
16+
`;

0 commit comments

Comments
 (0)