update icons

This commit is contained in:
Niels Lyngsø
2025-01-29 13:55:07 +01:00
parent fccd203bdc
commit 638eef03a1
7 changed files with 30 additions and 6 deletions

View File

@@ -641,7 +641,8 @@
{
"name": "icon-document-dashed-line",
"file": "file.svg",
"missing": "TODO:"
"missing": "TODO: Legacy until se have made a custom",
"legacy": true
},
{
"name": "icon-document",
@@ -2360,6 +2361,11 @@
},
{
"name": "icon-umb-manifest",
"file": "puzzle.svg",
"internal": true
},
{
"name": "icon-puzzle-piece",
"file": "puzzle.svg"
},
{

View File

@@ -620,7 +620,7 @@ name: "icon-dock-connector",
path: () => import("./icons/icon-dock-connector.js"),
},{
name: "icon-document-dashed-line",
legacy: true,
path: () => import("./icons/icon-document-dashed-line.js"),
},{
name: "icon-document",
@@ -2227,6 +2227,10 @@ name: "icon-umb-manifest",
path: () => import("./icons/icon-umb-manifest.js"),
},{
name: "icon-puzzle-piece",
path: () => import("./icons/icon-puzzle-piece.js"),
},{
name: "icon-document-3d",
path: () => import("./icons/icon-document-3d.js"),

View File

@@ -1,4 +1,4 @@
export default `<!-- @license lucide-static v0.460.0 - ISC -->
export default `<!-- @license lucide-static v0.471.0 - ISC -->
<svg
class="lucide lucide-clipboard-copy"
xmlns="http://www.w3.org/2000/svg"

View File

@@ -1,4 +1,4 @@
export default `<!-- @license lucide-static v0.460.0 - ISC -->
export default `<!-- @license lucide-static v0.471.0 - ISC -->
<svg
class="lucide lucide-clipboard"
xmlns="http://www.w3.org/2000/svg"

View File

@@ -1,4 +1,4 @@
export default `<!-- @license lucide-static v0.460.0 - ISC -->
export default `<!-- @license lucide-static v0.471.0 - ISC -->
<svg
class="lucide lucide-clipboard-paste"
xmlns="http://www.w3.org/2000/svg"

View File

@@ -1,4 +1,4 @@
export default `<!-- @license lucide-static v0.460.0 - ISC -->
export default `<!-- @license lucide-static v0.471.0 - ISC -->
<svg
class="lucide lucide-clipboard"
xmlns="http://www.w3.org/2000/svg"

View File

@@ -0,0 +1,14 @@
export default `<!-- @license lucide-static v0.471.0 - ISC -->
<svg
class="lucide lucide-puzzle"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="1.75"
stroke-linecap="round"
stroke-linejoin="round"
>
<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" />
</svg>
`;