style(icons): update icon classes and add netlify.svg

Update icon classes across multiple components to improve consistency and add the netlify.svg file for the Netlify icon.
This commit is contained in:
KevIsDev
2025-04-19 00:05:04 +01:00
parent adcdc8efdf
commit 685677b986
10 changed files with 24 additions and 14 deletions

View File

@@ -700,7 +700,7 @@ export const Preview = memo(() => {
{isDeviceModeOn && (
<>
<IconButton
icon="i-ph:rotate-right"
icon="i-ph:device-rotate"
onClick={() => setIsLandscape(!isLandscape)}
title={isLandscape ? 'Switch to Portrait' : 'Switch to Landscape'}
/>