diff --git a/sample-mpp/common/src/commonMain/kotlin/dev/sergiobelda/compose/vectorize/sample/MainScreen.kt b/sample-mpp/common/src/commonMain/kotlin/dev/sergiobelda/compose/vectorize/sample/MainScreen.kt index d0f7937..26dfafd 100644 --- a/sample-mpp/common/src/commonMain/kotlin/dev/sergiobelda/compose/vectorize/sample/MainScreen.kt +++ b/sample-mpp/common/src/commonMain/kotlin/dev/sergiobelda/compose/vectorize/sample/MainScreen.kt @@ -32,7 +32,8 @@ import androidx.compose.ui.Alignment import androidx.compose.ui.Modifier import androidx.compose.ui.unit.dp import dev.sergiobelda.compose.vectorize.sample.common.images.Images -import dev.sergiobelda.compose.vectorize.sample.common.images.icons.Add +import dev.sergiobelda.compose.vectorize.sample.common.images.icons.outlined.Home +import dev.sergiobelda.compose.vectorize.sample.common.images.icons.rounded.Home import dev.sergiobelda.compose.vectorize.sample.common.images.illustrations.ComposeMultiplatform @Composable @@ -43,10 +44,18 @@ fun MainScreen() { verticalArrangement = Arrangement.spacedBy(16.dp) ) { SampleCard( - title = "Images.Icons.Add" + title = "Images.Icons.Outlined.Home" ) { Icon( - imageVector = Images.Icons.Add, + imageVector = Images.Icons.Outlined.Home, + contentDescription = null + ) + } + SampleCard( + title = "Images.Icons.Rounded.Home" + ) { + Icon( + imageVector = Images.Icons.Rounded.Home, contentDescription = null ) } diff --git a/sample-mpp/common/xml-images/icons/add.xml b/sample-mpp/common/xml-images/icons/outlined/add.xml similarity index 100% rename from sample-mpp/common/xml-images/icons/add.xml rename to sample-mpp/common/xml-images/icons/outlined/add.xml diff --git a/sample-mpp/common/xml-images/icons/outlined/home.xml b/sample-mpp/common/xml-images/icons/outlined/home.xml new file mode 100644 index 0000000..cf8de0f --- /dev/null +++ b/sample-mpp/common/xml-images/icons/outlined/home.xml @@ -0,0 +1,10 @@ + + + diff --git a/sample-mpp/common/xml-images/symbols/add.xml b/sample-mpp/common/xml-images/icons/rounded/add.xml similarity index 100% rename from sample-mpp/common/xml-images/symbols/add.xml rename to sample-mpp/common/xml-images/icons/rounded/add.xml diff --git a/sample-mpp/common/xml-images/icons/rounded/home.xml b/sample-mpp/common/xml-images/icons/rounded/home.xml new file mode 100644 index 0000000..474bf00 --- /dev/null +++ b/sample-mpp/common/xml-images/icons/rounded/home.xml @@ -0,0 +1,10 @@ + + +