File tree Expand file tree Collapse file tree 3 files changed +22
-11
lines changed
src/Umbraco.Web.UI.Client/src/packages/core/icon-registry Expand file tree Collapse file tree 3 files changed +22
-11
lines changed Original file line number Diff line number Diff line change 10541054 },
10551055 {
10561056 "name" : " icon-layers" ,
1057- "file" : " layers-3 .svg"
1057+ "file" : " layers.svg"
10581058 },
10591059 {
10601060 "name" : " icon-layout" ,
27202720 "file" : " icon-umbraco.svg"
27212721 }
27222722 ]
2723- }
2723+ }
Original file line number Diff line number Diff line change @@ -1007,6 +1007,10 @@ name: "icon-layers-alt",
10071007legacy : true ,
10081008path : ( ) => import ( "./icons/icon-layers-alt.js" ) ,
10091009} , {
1010+ name : "icon-layers" ,
1011+
1012+ path : ( ) => import ( "./icons/icon-layers.js" ) ,
1013+ } , {
10101014name : "icon-layout" ,
10111015
10121016path : ( ) => import ( "./icons/icon-layout.js" ) ,
@@ -2295,10 +2299,6 @@ name: "icon-google",
22952299
22962300path : ( ) => import ( "./icons/icon-google.js" ) ,
22972301} , {
2298- name : "icon-linkedin" ,
2299-
2300- path : ( ) => import ( "./icons/icon-linkedin.js" ) ,
2301- } , {
23022302name : "icon-mastodon" ,
23032303
23042304path : ( ) => import ( "./icons/icon-mastodon.js" ) ,
@@ -2527,10 +2527,6 @@ name: "icon-azure",
25272527legacy : true ,
25282528path : ( ) => import ( "./icons/icon-azure.js" ) ,
25292529} , {
2530- name : "icon-layers" ,
2531- legacy : true ,
2532- path : ( ) => import ( "./icons/icon-layers.js" ) ,
2533- } , {
25342530name : "icon-microsoft" ,
25352531legacy : true ,
25362532path : ( ) => import ( "./icons/icon-microsoft.js" ) ,
Original file line number Diff line number Diff line change 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+ ` ;
You can’t perform that action at this time.
0 commit comments