Skip to content

Commit

Permalink
Update Q42Logo.kt icon name
Browse files Browse the repository at this point in the history
  • Loading branch information
Techwolf12 authored Jul 11, 2023
1 parent cfc53a3 commit a4ddbce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Q42Logo.kt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import androidx.compose.ui.graphics.vector.path
fun rememberQ42Logo(): ImageVector {
return remember {
ImageVector.Builder(
name = "newIcon",
name = "Q42Logo",
defaultWidth = 333.2.dp,
defaultHeight = 500.dp,
viewportWidth = 333.2f,
Expand Down

0 comments on commit a4ddbce

Please sign in to comment.