commonMain.androidx.compose.material.icons.twotone.EvStation.kt Maven / Gradle / Ivy
/*
* 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.EvStation: ImageVector
get() {
if (_evStation != null) {
return _evStation!!
}
_evStation = materialIcon(name = "TwoTone.EvStation") {
materialPath(fillAlpha = 0.3f, strokeAlpha = 0.3f) {
moveTo(8.0f, 13.5f)
lineTo(6.0f, 13.5f)
lineTo(6.0f, 19.0f)
horizontalLineToRelative(6.0f)
verticalLineToRelative(-8.0f)
lineToRelative(-4.0f, 7.0f)
close()
moveTo(6.0f, 13.5f)
lineTo(10.0f, 6.0f)
verticalLineToRelative(5.0f)
horizontalLineToRelative(2.0f)
lineTo(12.0f, 5.0f)
lineTo(6.0f, 5.0f)
close()
}
materialPath {
moveTo(12.0f, 3.0f)
lineTo(6.0f, 3.0f)
curveToRelative(-1.1f, 0.0f, -2.0f, 0.9f, -2.0f, 2.0f)
verticalLineToRelative(16.0f)
horizontalLineToRelative(10.0f)
verticalLineToRelative(-7.5f)
horizontalLineToRelative(1.5f)
verticalLineToRelative(5.0f)
curveToRelative(0.0f, 1.38f, 1.12f, 2.5f, 2.5f, 2.5f)
reflectiveCurveToRelative(2.5f, -1.12f, 2.5f, -2.5f)
lineTo(20.5f, 9.0f)
curveToRelative(0.0f, -0.69f, -0.28f, -1.32f, -0.73f, -1.77f)
lineToRelative(0.01f, -0.01f)
lineToRelative(-3.72f, -3.72f)
lineTo(15.0f, 4.56f)
lineToRelative(2.11f, 2.11f)
curveToRelative(-0.94f, 0.36f, -1.61f, 1.26f, -1.61f, 2.33f)
curveToRelative(0.0f, 1.38f, 1.12f, 2.5f, 2.5f, 2.5f)
curveToRelative(0.36f, 0.0f, 0.69f, -0.08f, 1.0f, -0.21f)
verticalLineToRelative(7.21f)
curveToRelative(0.0f, 0.55f, -0.45f, 1.0f, -1.0f, 1.0f)
reflectiveCurveToRelative(-1.0f, -0.45f, -1.0f, -1.0f)
lineTo(17.0f, 14.0f)
curveToRelative(0.0f, -1.1f, -0.9f, -2.0f, -2.0f, -2.0f)
horizontalLineToRelative(-1.0f)
lineTo(14.0f, 5.0f)
curveToRelative(0.0f, -1.1f, -0.9f, -2.0f, -2.0f, -2.0f)
close()
moveTo(12.0f, 11.0f)
verticalLineToRelative(8.0f)
lineTo(6.0f, 19.0f)
lineTo(6.0f, 5.0f)
horizontalLineToRelative(6.0f)
verticalLineToRelative(6.0f)
close()
moveTo(18.0f, 10.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)
reflectiveCurveToRelative(-0.45f, 1.0f, -1.0f, 1.0f)
close()
moveTo(10.0f, 6.0f)
lineToRelative(-4.0f, 7.5f)
horizontalLineToRelative(2.0f)
lineTo(8.0f, 18.0f)
lineToRelative(4.0f, -7.0f)
horizontalLineToRelative(-2.0f)
close()
}
}
return _evStation!!
}
private var _evStation: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy