commonMain.androidx.compose.material.icons.sharp.LocalGasStation.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.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.LocalGasStation: ImageVector
get() {
if (_localGasStation != null) {
return _localGasStation!!
}
_localGasStation = materialIcon(name = "Sharp.LocalGasStation") {
materialPath {
moveTo(19.77f, 7.23f)
lineToRelative(0.01f, -0.01f)
lineToRelative(-3.72f, -3.72f)
lineTo(15.0f, 4.56f)
lineToRelative(2.11f, 2.11f)
curveToRelative(-1.05f, 0.4f, -1.76f, 1.47f, -1.58f, 2.71f)
curveToRelative(0.16f, 1.1f, 1.1f, 1.99f, 2.2f, 2.11f)
curveToRelative(0.47f, 0.05f, 0.88f, -0.03f, 1.27f, -0.2f)
verticalLineToRelative(8.21f)
horizontalLineToRelative(-2.0f)
lineTo(17.0f, 12.0f)
horizontalLineToRelative(-3.0f)
lineTo(14.0f, 3.0f)
lineTo(4.0f, 3.0f)
verticalLineToRelative(18.0f)
horizontalLineToRelative(10.0f)
verticalLineToRelative(-7.5f)
horizontalLineToRelative(1.5f)
verticalLineToRelative(7.49f)
horizontalLineToRelative(5.0f)
lineTo(20.5f, 9.0f)
curveToRelative(0.0f, -0.69f, -0.28f, -1.32f, -0.73f, -1.77f)
close()
moveTo(12.0f, 10.0f)
lineTo(6.0f, 10.0f)
lineTo(6.0f, 5.0f)
horizontalLineToRelative(6.0f)
verticalLineToRelative(5.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()
}
}
return _localGasStation!!
}
private var _localGasStation: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy