commonMain.androidx.compose.material.icons.twotone.NoStroller.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of material-icons-extended-desktop Show documentation
Show all versions of material-icons-extended-desktop Show documentation
Compose Material Design extended icons. This module contains all Material icons. It is a very large dependency and should not be included directly.
The newest version!
/*
* Copyright 2024 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package androidx.compose.material.icons.twotone
import androidx.compose.material.icons.Icons
import androidx.compose.material.icons.materialIcon
import androidx.compose.material.icons.materialPath
import androidx.compose.ui.graphics.vector.ImageVector
public val Icons.TwoTone.NoStroller: ImageVector
get() {
if (_noStroller != null) {
return _noStroller!!
}
_noStroller = materialIcon(name = "TwoTone.NoStroller") {
materialPath(fillAlpha = 0.3f, strokeAlpha = 0.3f) {
moveTo(8.1f, 5.27f)
curveTo(8.71f, 5.1f, 9.35f, 5.0f, 10.0f, 5.0f)
curveToRelative(0.29f, 0.0f, 0.58f, 0.02f, 0.86f, 0.05f)
lineTo(9.49f, 6.67f)
lineTo(8.1f, 5.27f)
close()
moveTo(15.0f, 12.17f)
verticalLineTo(8.66f)
lineToRelative(-1.61f, 1.89f)
lineTo(15.0f, 12.17f)
close()
moveTo(12.17f, 15.0f)
lineToRelative(-1.39f, -1.39f)
lineTo(9.6f, 15.0f)
horizontalLineTo(12.17f)
close()
}
materialPath {
moveTo(8.0f, 20.0f)
curveToRelative(0.0f, 1.1f, -0.9f, 2.0f, -2.0f, 2.0f)
reflectiveCurveToRelative(-2.0f, -0.9f, -2.0f, -2.0f)
reflectiveCurveToRelative(0.9f, -2.0f, 2.0f, -2.0f)
reflectiveCurveTo(8.0f, 18.9f, 8.0f, 20.0f)
close()
moveTo(15.0f, 8.66f)
verticalLineToRelative(3.51f)
lineToRelative(2.0f, 2.0f)
verticalLineToRelative(-7.9f)
curveTo(17.58f, 5.59f, 17.97f, 5.0f, 18.65f, 5.0f)
curveTo(19.42f, 5.0f, 20.0f, 5.66f, 20.0f, 6.48f)
verticalLineTo(7.0f)
horizontalLineToRelative(2.0f)
verticalLineTo(6.48f)
curveTo(22.0f, 4.56f, 20.52f, 3.0f, 18.65f, 3.0f)
curveToRelative(-1.66f, 0.0f, -2.54f, 1.27f, -3.18f, 2.03f)
lineToRelative(-3.5f, 4.11f)
lineToRelative(1.42f, 1.42f)
lineTo(15.0f, 8.66f)
close()
moveTo(19.78f, 22.61f)
lineToRelative(-1.91f, -1.91f)
curveTo(17.58f, 21.46f, 16.86f, 22.0f, 16.0f, 22.0f)
curveToRelative(-1.1f, 0.0f, -2.0f, -0.9f, -2.0f, -2.0f)
curveToRelative(0.0f, -0.86f, 0.54f, -1.58f, 1.3f, -1.87f)
lineTo(14.17f, 17.0f)
horizontalLineTo(7.43f)
curveToRelative(-0.85f, 0.0f, -1.31f, -1.0f, -0.76f, -1.65f)
lineToRelative(2.69f, -3.16f)
lineTo(1.39f, 4.22f)
lineToRelative(1.41f, -1.41f)
lineToRelative(7.86f, 7.86f)
lineToRelative(1.42f, 1.42f)
lineToRelative(0.0f, 0.0f)
lineToRelative(9.11f, 9.11f)
lineTo(19.78f, 22.61f)
close()
moveTo(12.17f, 15.0f)
lineToRelative(-1.39f, -1.39f)
lineTo(9.6f, 15.0f)
horizontalLineTo(12.17f)
close()
moveTo(10.0f, 5.0f)
curveToRelative(0.29f, 0.0f, 0.58f, 0.02f, 0.86f, 0.05f)
lineTo(9.49f, 6.67f)
lineToRelative(1.42f, 1.42f)
lineTo(14.3f, 4.1f)
curveTo(13.03f, 3.4f, 11.56f, 3.0f, 10.0f, 3.0f)
curveTo(8.77f, 3.0f, 7.6f, 3.25f, 6.53f, 3.7f)
lineTo(8.1f, 5.27f)
curveTo(8.71f, 5.1f, 9.35f, 5.0f, 10.0f, 5.0f)
close()
}
}
return _noStroller!!
}
private var _noStroller: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy