Skip to content

Commit 4e07f17

Browse files
authored
New icon
1 parent 915696e commit 4e07f17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public function bootAddon()
4141
Utility::register('importer')
4242
->title(__('Importer'))
4343
->description(__('importer::messages.utility_description'))
44-
->icon('<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m4.5 8.5 9.5 0" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"></path><path d="m4.5 11.5 6 0" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"></path><path d="m4.5 5.5 7 0" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"></path><path d="m4.5 14.5 4 0" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"></path><path d="m4.5 17.5 4 0" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"></path><path d="M10.5 23.5h-9a1 1 0 0 1 -1 -1v-21a1 1 0 0 1 1 -1h13.293a1 1 0 0 1 0.707 0.293L19.207 4.5a1 1 0 0 1 0.293 0.707V8.5" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"></path><path d="M11.5 17.5a6 6 0 1 0 12 0 6 6 0 1 0 -12 0" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"></path><path d="m17.5 14.5 0 6" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"></path><path d="m17.5 20.5 -2.25 -2.25" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"></path><path d="m17.5 20.5 2.25 -2.25" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"></path></svg>')
44+
->icon('<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="-0.75 -0.75 14 14"><g stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M2.548 6.324c-.547.271-1.098.571-1.657.91a.927.927 0 0 0-.262 1.345c.934 1.273 1.833 2.291 3.193 3.296a.94.94 0 0 0 .887.117c2.809-1.048 4.547-1.826 6.882-3.221a.94.94 0 0 0 .276-1.37c-.78-1.035-1.474-1.761-2.458-2.55M5.698.446V6.66"/><path d="M7.518 4.84c-.364.728-1.092 1.456-1.82 1.82-.728-.364-1.456-1.092-1.82-1.82"/></g></svg>')
4545
->action([ImportController::class, 'index'])
4646
->routes(function ($router) {
4747
$router->post('/', [ImportController::class, 'store'])->name('store');

0 commit comments

Comments
 (0)