diff --git a/php-icons.php b/php-icons.php index 1c6b6915..afcb4588 100644 --- a/php-icons.php +++ b/php-icons.php @@ -7,10 +7,10 @@ use PHPIcons\Config\PHPIconsConfig; return PHPIconsConfig::configure() ->withPaths([__DIR__ . '/app', __DIR__ . '/themes', __DIR__ . '/resources']) ->withLocalIconSets([ - 'funding' => __DIR__ . '/app/Resources/icons/funding', - 'podcasting' => __DIR__ . '/app/Resources/icons/podcasting', - 'social' => __DIR__ . '/app/Resources/icons/social', - 'custom' => __DIR__ . '/app/Resources/icons/custom', + 'funding' => __DIR__ . '/resources/icons/funding', + 'podcasting' => __DIR__ . '/resources/icons/podcasting', + 'social' => __DIR__ . '/resources/icons/social', + 'custom' => __DIR__ . '/resources/icons/custom', ]) ->withDefaultIconPerSet([ 'funding' => 'funding:default', diff --git a/app/Resources/icons/custom/_index.php b/resources/icons/custom/_index.php similarity index 100% rename from app/Resources/icons/custom/_index.php rename to resources/icons/custom/_index.php diff --git a/app/Resources/icons/custom/repeat-off.svg b/resources/icons/custom/repeat-off.svg similarity index 100% rename from app/Resources/icons/custom/repeat-off.svg rename to resources/icons/custom/repeat-off.svg