|
|
|
@ -17,6 +17,7 @@
|
|
|
|
|
package com.google.samples.apps.nowinandroid.core.designsystem.icon
|
|
|
|
|
|
|
|
|
|
import androidx.compose.material.icons.Icons
|
|
|
|
|
import androidx.compose.material.icons.automirrored.rounded.ArrowBack
|
|
|
|
|
import androidx.compose.material.icons.filled.MoreVert
|
|
|
|
|
import androidx.compose.material.icons.outlined.Bookmarks
|
|
|
|
|
import androidx.compose.material.icons.outlined.Upcoming
|
|
|
|
@ -31,7 +32,6 @@ import androidx.compose.material.icons.rounded.Grid3x3
|
|
|
|
|
import androidx.compose.material.icons.rounded.Person
|
|
|
|
|
import androidx.compose.material.icons.rounded.Search
|
|
|
|
|
import androidx.compose.material.icons.rounded.Settings
|
|
|
|
|
import androidx.compose.material.icons.rounded.ShortText
|
|
|
|
|
import androidx.compose.material.icons.rounded.Upcoming
|
|
|
|
|
import androidx.compose.material.icons.rounded.ViewDay
|
|
|
|
|
import androidx.compose.ui.graphics.vector.ImageVector
|
|
|
|
@ -41,7 +41,7 @@ import androidx.compose.ui.graphics.vector.ImageVector
|
|
|
|
|
*/
|
|
|
|
|
object NiaIcons {
|
|
|
|
|
val Add = Icons.Rounded.Add
|
|
|
|
|
val ArrowBack = Icons.Rounded.ArrowBack
|
|
|
|
|
val ArrowBack = Icons.AutoMirrored.Rounded.ArrowBack
|
|
|
|
|
val Bookmark = Icons.Rounded.Bookmark
|
|
|
|
|
val BookmarkBorder = Icons.Rounded.BookmarkBorder
|
|
|
|
|
val Bookmarks = Icons.Rounded.Bookmarks
|
|
|
|
@ -53,7 +53,7 @@ object NiaIcons {
|
|
|
|
|
val Person = Icons.Rounded.Person
|
|
|
|
|
val Search = Icons.Rounded.Search
|
|
|
|
|
val Settings = Icons.Rounded.Settings
|
|
|
|
|
val ShortText = Icons.Rounded.ShortText
|
|
|
|
|
val ShortText = Icons.AutoMirrored.Rounded.ArrowBack
|
|
|
|
|
val Upcoming = Icons.Rounded.Upcoming
|
|
|
|
|
val UpcomingBorder = Icons.Outlined.Upcoming
|
|
|
|
|
val ViewDay = Icons.Rounded.ViewDay
|
|
|
|
|