@@ -100,6 +100,10 @@
|
||||
"name": "icon-backspace",
|
||||
"file": "delete.svg"
|
||||
},
|
||||
{
|
||||
"name": "icon-badge",
|
||||
"file": "badge.svg"
|
||||
},
|
||||
{
|
||||
"name": "icon-badge-add",
|
||||
"file": "circle-plus.svg"
|
||||
|
||||
@@ -74,6 +74,9 @@ path: () => import("./icons/icon-axis-rotation.js"),
|
||||
name: "icon-backspace",
|
||||
path: () => import("./icons/icon-backspace.js"),
|
||||
},{
|
||||
name: "icon-badge",
|
||||
path: () => import("./icons/icon-badge.js"),
|
||||
},{
|
||||
name: "icon-badge-add",
|
||||
path: () => import("./icons/icon-badge-add.js"),
|
||||
},{
|
||||
|
||||
@@ -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-badge" viewBox="0 0 24 24"><path d="M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76"/></svg>`;
|
||||
Reference in New Issue
Block a user