Register more heading icons (#20242)

This commit is contained in:
Bjarne Fyrstenborg
2025-09-24 11:16:28 +02:00
committed by GitHub
parent 3c7e05dc4a
commit cacd5c23bd
5 changed files with 24 additions and 0 deletions

View File

@@ -978,6 +978,10 @@
"file": "hard-drive.svg",
"legacy": true
},
{
"name": "icon-heading",
"file": "heading.svg"
},
{
"name": "icon-heading-1",
"file": "heading-1.svg"
@@ -994,6 +998,14 @@
"name": "icon-heading-4",
"file": "heading-4.svg"
},
{
"name": "icon-heading-5",
"file": "heading-5.svg"
},
{
"name": "icon-heading-6",
"file": "heading-6.svg"
},
{
"name": "icon-headphones",
"file": "headphones.svg"

View File

@@ -769,6 +769,9 @@ legacy: true,
hidden: true,
path: () => import("./icons/icon-hard-drive.js"),
},{
name: "icon-heading",
path: () => import("./icons/icon-heading.js"),
},{
name: "icon-heading-1",
path: () => import("./icons/icon-heading-1.js"),
},{
@@ -781,6 +784,12 @@ path: () => import("./icons/icon-heading-3.js"),
name: "icon-heading-4",
path: () => import("./icons/icon-heading-4.js"),
},{
name: "icon-heading-5",
path: () => import("./icons/icon-heading-5.js"),
},{
name: "icon-heading-6",
path: () => import("./icons/icon-heading-6.js"),
},{
name: "icon-headphones",
path: () => import("./icons/icon-headphones.js"),
},{

View File

@@ -0,0 +1 @@
export default `<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" class="lucide lucide-heading5-icon lucide-heading-5" viewBox="0 0 24 24"><path d="M4 12h8"/><path d="M4 18V6"/><path d="M12 18V6"/><path d="M17 13v-3h4"/><path d="M17 17.7c.4.2.8.3 1.3.3 1.5 0 2.7-1.1 2.7-2.5S19.8 13 18.3 13H17"/></svg>`;

View File

@@ -0,0 +1 @@
export default `<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" class="lucide lucide-heading6-icon lucide-heading-6" viewBox="0 0 24 24"><path d="M4 12h8"/><path d="M4 18V6"/><path d="M12 18V6"/><circle cx="19" cy="16" r="2"/><path d="M20 10c-2 2-3 3.5-3 6"/></svg>`;

View File

@@ -0,0 +1 @@
export default `<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" class="lucide lucide-heading-icon lucide-heading" viewBox="0 0 24 24"><path d="M6 12h12"/><path d="M6 20V4"/><path d="M18 20V4"/></svg>`;