Finished migrated from icon-font to SVG

This commit is contained in:
Dan Brown
2018-02-17 19:49:00 +00:00
parent 5ab39bfd5a
commit 81fa021083
113 changed files with 406 additions and 1107 deletions

View File

@ -1,6 +1,7 @@
<?php
Route::get('/translations', 'HomeController@getTranslations');
Route::get('/icon/{iconName}.svg', 'HomeController@getIcon');
// Authenticated routes...
Route::group(['middleware' => 'auth'], function () {