commonMain.androidx.compose.material.icons.sharp.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.sharp
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.Sharp.NoStroller: ImageVector
get() {
if (_noStroller != null) {
return _noStroller!!
}
_noStroller = materialIcon(name = "Sharp.NoStroller") {
materialPath {
moveTo(10.91f, 8.08f)
lineTo(6.53f, 3.7f)
curveTo(7.6f, 3.25f, 8.77f, 3.0f, 10.0f, 3.0f)
curveToRelative(1.56f, 0.0f, 3.03f, 0.4f, 4.3f, 1.1f)
lineTo(10.91f, 8.08f)
close()
moveTo(21.19f, 21.19f)
lineToRelative(-4.78f, -4.78f)
lineToRelative(-5.75f, -5.75f)
lineTo(2.81f, 2.81f)
lineTo(1.39f, 4.22f)
lineToRelative(7.97f, 7.97f)
lineTo(5.27f, 17.0f)
horizontalLineToRelative(8.9f)
lineToRelative(1.13f, 1.13f)
curveToRelative(-0.88f, 0.33f, -1.47f, 1.25f, -1.26f, 2.28f)
curveToRelative(0.15f, 0.76f, 0.78f, 1.39f, 1.54f, 1.54f)
curveToRelative(1.03f, 0.21f, 1.95f, -0.38f, 2.28f, -1.26f)
lineToRelative(1.91f, 1.91f)
lineTo(21.19f, 21.19f)
close()
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(7.1f, 18.0f, 6.0f, 18.0f)
close()
moveTo(17.0f, 6.27f)
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)
lineTo(17.0f, 14.17f)
verticalLineTo(6.27f)
close()
}
}
return _noStroller!!
}
private var _noStroller: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy