Skip to content

Commit 638eef0

Browse files
committed
update icons
1 parent fccd203 commit 638eef0

File tree

7 files changed

+30
-6
lines changed

7 files changed

+30
-6
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,8 @@
641641
{
642642
"name": "icon-document-dashed-line",
643643
"file": "file.svg",
644-
"missing": "TODO:"
644+
"missing": "TODO: Legacy until se have made a custom",
645+
"legacy": true
645646
},
646647
{
647648
"name": "icon-document",
@@ -2360,6 +2361,11 @@
23602361
},
23612362
{
23622363
"name": "icon-umb-manifest",
2364+
"file": "puzzle.svg",
2365+
"internal": true
2366+
},
2367+
{
2368+
"name": "icon-puzzle-piece",
23632369
"file": "puzzle.svg"
23642370
},
23652371
{

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@ name: "icon-dock-connector",
620620
path: () => import("./icons/icon-dock-connector.js"),
621621
},{
622622
name: "icon-document-dashed-line",
623-
623+
legacy: true,
624624
path: () => import("./icons/icon-document-dashed-line.js"),
625625
},{
626626
name: "icon-document",
@@ -2227,6 +2227,10 @@ name: "icon-umb-manifest",
22272227

22282228
path: () => import("./icons/icon-umb-manifest.js"),
22292229
},{
2230+
name: "icon-puzzle-piece",
2231+
2232+
path: () => import("./icons/icon-puzzle-piece.js"),
2233+
},{
22302234
name: "icon-document-3d",
22312235

22322236
path: () => import("./icons/icon-document-3d.js"),

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export default `<!-- @license lucide-static v0.460.0 - ISC -->
1+
export default `<!-- @license lucide-static v0.471.0 - ISC -->
22
<svg
33
class="lucide lucide-clipboard-copy"
44
xmlns="http://www.w3.org/2000/svg"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export default `<!-- @license lucide-static v0.460.0 - ISC -->
1+
export default `<!-- @license lucide-static v0.471.0 - ISC -->
22
<svg
33
class="lucide lucide-clipboard"
44
xmlns="http://www.w3.org/2000/svg"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export default `<!-- @license lucide-static v0.460.0 - ISC -->
1+
export default `<!-- @license lucide-static v0.471.0 - ISC -->
22
<svg
33
class="lucide lucide-clipboard-paste"
44
xmlns="http://www.w3.org/2000/svg"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export default `<!-- @license lucide-static v0.460.0 - ISC -->
1+
export default `<!-- @license lucide-static v0.471.0 - ISC -->
22
<svg
33
class="lucide lucide-clipboard"
44
xmlns="http://www.w3.org/2000/svg"
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
export default `<!-- @license lucide-static v0.471.0 - ISC -->
2+
<svg
3+
class="lucide lucide-puzzle"
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="M15.39 4.39a1 1 0 0 0 1.68-.474 2.5 2.5 0 1 1 3.014 3.015 1 1 0 0 0-.474 1.68l1.683 1.682a2.414 2.414 0 0 1 0 3.414L19.61 15.39a1 1 0 0 1-1.68-.474 2.5 2.5 0 1 0-3.014 3.015 1 1 0 0 1 .474 1.68l-1.683 1.682a2.414 2.414 0 0 1-3.414 0L8.61 19.61a1 1 0 0 0-1.68.474 2.5 2.5 0 1 1-3.014-3.015 1 1 0 0 0 .474-1.68l-1.683-1.682a2.414 2.414 0 0 1 0-3.414L4.39 8.61a1 1 0 0 1 1.68.474 2.5 2.5 0 1 0 3.014-3.015 1 1 0 0 1-.474-1.68l1.683-1.682a2.414 2.414 0 0 1 3.414 0z" />
13+
</svg>
14+
`;

0 commit comments

Comments
 (0)