![JAR search and dependency download from the Maven repository](/logo.png)
commonMain.compose.icons.simpleicons.Theirishtimes.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of simple-icons Show documentation
Show all versions of simple-icons Show documentation
Compose icons is a set of open source icons packs for Compose Multiplatform
The newest version!
package compose.icons.simpleicons
import androidx.compose.ui.graphics.Color
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
import androidx.compose.ui.graphics.SolidColor
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter
import androidx.compose.ui.graphics.vector.ImageVector
import androidx.compose.ui.graphics.vector.ImageVector.Builder
import androidx.compose.ui.graphics.vector.path
import androidx.compose.ui.unit.dp
import compose.icons.SimpleIcons
public val SimpleIcons.Theirishtimes: ImageVector
get() {
if (_theirishtimes != null) {
return _theirishtimes!!
}
_theirishtimes = Builder(name = "Theirishtimes", defaultWidth = 24.0.dp, defaultHeight =
24.0.dp, viewportWidth = 24.0f, viewportHeight = 24.0f).apply {
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
pathFillType = NonZero) {
moveTo(9.636f, 4.093f)
verticalLineTo(8.33f)
horizontalLineToRelative(0.42f)
curveToRelative(0.18f, -1.156f, 0.614f, -2.047f, 1.3f, -2.67f)
curveToRelative(0.487f, -0.448f, 1.27f, -0.672f, 2.35f, -0.672f)
horizontalLineToRelative(1.197f)
verticalLineTo(17.22f)
curveToRelative(0.0f, 0.79f, -0.043f, 1.28f, -0.127f, 1.465f)
curveToRelative(-0.116f, 0.263f, -0.272f, 0.45f, -0.473f, 0.557f)
curveToRelative(-0.277f, 0.165f, -0.642f, 0.246f, -1.096f, 0.246f)
horizontalLineToRelative(-0.518f)
verticalLineToRelative(0.417f)
horizontalLineToRelative(8.26f)
verticalLineToRelative(-0.417f)
horizontalLineToRelative(-0.517f)
curveToRelative(-0.443f, 0.0f, -0.793f, -0.077f, -1.049f, -0.228f)
curveToRelative(-0.256f, -0.15f, -0.428f, -0.327f, -0.516f, -0.528f)
curveToRelative(-0.088f, -0.203f, -0.131f, -0.706f, -0.131f, -1.512f)
verticalLineTo(4.988f)
horizontalLineToRelative(1.197f)
curveToRelative(0.743f, 0.0f, 1.264f, 0.07f, 1.56f, 0.208f)
curveToRelative(0.532f, 0.254f, 0.95f, 0.595f, 1.256f, 1.023f)
curveToRelative(0.305f, 0.427f, 0.584f, 1.13f, 0.834f, 2.11f)
horizontalLineTo(24.0f)
verticalLineTo(4.093f)
close()
moveTo(7.74f, 19.488f)
curveToRelative(-0.438f, 0.0f, -0.787f, -0.076f, -1.044f, -0.227f)
curveToRelative(-0.259f, -0.15f, -0.43f, -0.328f, -0.519f, -0.529f)
curveToRelative(-0.088f, -0.202f, -0.132f, -0.705f, -0.132f, -1.512f)
verticalLineTo(6.778f)
curveToRelative(0.0f, -0.79f, 0.041f, -1.278f, 0.127f, -1.464f)
curveToRelative(0.114f, -0.264f, 0.272f, -0.45f, 0.472f, -0.559f)
curveToRelative(0.277f, -0.162f, 0.641f, -0.244f, 1.096f, -0.244f)
horizontalLineToRelative(0.519f)
verticalLineToRelative(-0.418f)
horizontalLineTo(0.0f)
verticalLineToRelative(0.418f)
horizontalLineToRelative(0.521f)
curveToRelative(0.441f, 0.0f, 0.79f, 0.076f, 1.05f, 0.227f)
curveToRelative(0.258f, 0.15f, 0.43f, 0.329f, 0.515f, 0.53f)
curveToRelative(0.085f, 0.2f, 0.129f, 0.705f, 0.129f, 1.51f)
verticalLineToRelative(10.444f)
curveToRelative(0.0f, 0.79f, -0.044f, 1.279f, -0.128f, 1.465f)
curveToRelative(-0.109f, 0.263f, -0.264f, 0.45f, -0.463f, 0.557f)
curveToRelative(-0.28f, 0.164f, -0.647f, 0.245f, -1.103f, 0.245f)
horizontalLineTo(0.0f)
verticalLineToRelative(0.418f)
horizontalLineToRelative(8.26f)
verticalLineToRelative(-0.418f)
horizontalLineToRelative(-0.52f)
close()
}
}
.build()
return _theirishtimes!!
}
private var _theirishtimes: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy