commonMain.androidx.compose.material.icons.twotone.ElectricScooter.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.ElectricScooter: ImageVector
get() {
if (_electricScooter != null) {
return _electricScooter!!
}
_electricScooter = materialIcon(name = "TwoTone.ElectricScooter") {
materialPath {
moveTo(7.82f, 16.0f)
horizontalLineTo(15.0f)
verticalLineToRelative(-1.0f)
curveToRelative(0.0f, -2.21f, 1.79f, -4.0f, 4.0f, -4.0f)
horizontalLineToRelative(0.74f)
lineToRelative(-1.9f, -8.44f)
curveTo(17.63f, 1.65f, 16.82f, 1.0f, 15.89f, 1.0f)
horizontalLineTo(12.0f)
verticalLineToRelative(2.0f)
horizontalLineToRelative(3.89f)
lineToRelative(1.4f, 6.25f)
curveToRelative(0.0f, 0.0f, -0.01f, 0.0f, -0.01f, 0.0f)
curveToRelative(-2.16f, 0.65f, -3.81f, 2.48f, -4.19f, 4.75f)
horizontalLineTo(7.82f)
curveToRelative(-0.48f, -1.34f, -1.86f, -2.24f, -3.42f, -1.94f)
curveToRelative(-1.18f, 0.23f, -2.13f, 1.2f, -2.35f, 2.38f)
curveTo(1.7f, 16.34f, 3.16f, 18.0f, 5.0f, 18.0f)
curveTo(6.3f, 18.0f, 7.4f, 17.16f, 7.82f, 16.0f)
close()
moveTo(5.0f, 16.0f)
curveToRelative(-0.55f, 0.0f, -1.0f, -0.45f, -1.0f, -1.0f)
reflectiveCurveToRelative(0.45f, -1.0f, 1.0f, -1.0f)
reflectiveCurveToRelative(1.0f, 0.45f, 1.0f, 1.0f)
reflectiveCurveTo(5.55f, 16.0f, 5.0f, 16.0f)
close()
}
materialPath {
moveTo(19.0f, 12.0f)
curveToRelative(-1.66f, 0.0f, -3.0f, 1.34f, -3.0f, 3.0f)
reflectiveCurveToRelative(1.34f, 3.0f, 3.0f, 3.0f)
reflectiveCurveToRelative(3.0f, -1.34f, 3.0f, -3.0f)
reflectiveCurveTo(20.66f, 12.0f, 19.0f, 12.0f)
close()
moveTo(19.0f, 16.0f)
curveToRelative(-0.55f, 0.0f, -1.0f, -0.45f, -1.0f, -1.0f)
reflectiveCurveToRelative(0.45f, -1.0f, 1.0f, -1.0f)
reflectiveCurveToRelative(1.0f, 0.45f, 1.0f, 1.0f)
reflectiveCurveTo(19.55f, 16.0f, 19.0f, 16.0f)
close()
}
materialPath {
moveTo(11.0f, 20.0f)
lineToRelative(-4.0f, 0.0f)
lineToRelative(6.0f, 3.0f)
lineToRelative(0.0f, -2.0f)
lineToRelative(4.0f, 0.0f)
lineToRelative(-6.0f, -3.0f)
close()
}
}
return _electricScooter!!
}
private var _electricScooter: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy