commonMain.androidx.compose.material.icons.filled.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.filled
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.Filled.NoStroller: ImageVector
get() {
if (_noStroller != null) {
return _noStroller!!
}
_noStroller = materialIcon(name = "Filled.NoStroller") {
materialPath {
moveTo(6.0f, 18.0f)
curveToRelative(1.1f, 0.0f, 2.0f, 0.9f, 2.0f, 2.0f)
reflectiveCurveToRelative(-0.9f, 2.0f, -2.0f, 2.0f)
reflectiveCurveToRelative(-2.0f, -0.9f, -2.0f, -2.0f)
reflectiveCurveTo(4.9f, 18.0f, 6.0f, 18.0f)
close()
moveTo(18.65f, 3.0f)
curveToRelative(-1.66f, 0.0f, -2.54f, 1.27f, -3.18f, 2.03f)
lineToRelative(-3.5f, 4.11f)
lineTo(17.0f, 14.17f)
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)
close()
moveTo(10.67f, 10.67f)
lineTo(2.81f, 2.81f)
lineTo(1.39f, 4.22f)
lineToRelative(7.97f, 7.97f)
lineTo(6.7f, 15.31f)
curveToRelative(-0.55f, 0.65f, -0.09f, 1.65f, 0.76f, 1.65f)
horizontalLineToRelative(6.66f)
lineToRelative(1.17f, 1.17f)
curveTo(14.54f, 18.42f, 14.0f, 19.14f, 14.0f, 20.0f)
curveToRelative(0.0f, 1.1f, 0.9f, 2.0f, 2.0f, 2.0f)
curveToRelative(0.86f, 0.0f, 1.58f, -0.54f, 1.87f, -1.3f)
lineToRelative(1.91f, 1.91f)
lineToRelative(1.41f, -1.41f)
lineToRelative(-4.8f, -4.8f)
lineTo(10.67f, 10.67f)
close()
moveTo(13.47f, 5.03f)
curveToRelative(0.27f, -0.32f, 0.58f, -0.72f, 0.98f, -1.09f)
curveToRelative(-2.46f, -1.19f, -5.32f, -1.22f, -7.81f, -0.13f)
lineToRelative(4.25f, 4.25f)
lineTo(13.47f, 5.03f)
close()
}
}
return _noStroller!!
}
private var _noStroller: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy