commonMain.androidx.compose.material.icons.twotone.DirectionsBus.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.DirectionsBus: ImageVector
get() {
if (_directionsBus != null) {
return _directionsBus!!
}
_directionsBus = materialIcon(name = "TwoTone.DirectionsBus") {
materialPath(fillAlpha = 0.3f, strokeAlpha = 0.3f) {
moveTo(17.37f, 17.0f)
lineToRelative(0.29f, -0.27f)
curveToRelative(0.13f, -0.11f, 0.34f, -0.36f, 0.34f, -0.73f)
verticalLineToRelative(-4.0f)
lineTo(6.0f, 12.0f)
verticalLineToRelative(4.0f)
curveToRelative(0.0f, 0.37f, 0.21f, 0.62f, 0.34f, 0.73f)
lineToRelative(0.29f, 0.27f)
horizontalLineToRelative(10.74f)
close()
moveTo(8.5f, 16.0f)
curveToRelative(-0.83f, 0.0f, -1.5f, -0.67f, -1.5f, -1.5f)
reflectiveCurveTo(7.67f, 13.0f, 8.5f, 13.0f)
reflectiveCurveToRelative(1.5f, 0.67f, 1.5f, 1.5f)
reflectiveCurveTo(9.33f, 16.0f, 8.5f, 16.0f)
close()
moveTo(14.0f, 14.5f)
curveToRelative(0.0f, -0.83f, 0.67f, -1.5f, 1.5f, -1.5f)
reflectiveCurveToRelative(1.5f, 0.67f, 1.5f, 1.5f)
reflectiveCurveToRelative(-0.67f, 1.5f, -1.5f, 1.5f)
reflectiveCurveToRelative(-1.5f, -0.67f, -1.5f, -1.5f)
close()
moveTo(12.0f, 4.0f)
curveToRelative(-3.69f, 0.0f, -5.11f, 0.46f, -5.66f, 0.99f)
horizontalLineToRelative(11.31f)
curveTo(17.11f, 4.46f, 15.69f, 4.0f, 12.0f, 4.0f)
close()
}
materialPath {
moveTo(17.0f, 21.0f)
horizontalLineToRelative(1.0f)
curveToRelative(0.55f, 0.0f, 1.0f, -0.45f, 1.0f, -1.0f)
verticalLineToRelative(-1.78f)
curveToRelative(0.61f, -0.55f, 1.0f, -1.34f, 1.0f, -2.22f)
verticalLineTo(6.0f)
curveToRelative(0.0f, -3.5f, -3.58f, -4.0f, -8.0f, -4.0f)
reflectiveCurveToRelative(-8.0f, 0.5f, -8.0f, 4.0f)
verticalLineToRelative(10.0f)
curveToRelative(0.0f, 0.88f, 0.39f, 1.67f, 1.0f, 2.22f)
verticalLineTo(20.0f)
curveToRelative(0.0f, 0.55f, 0.45f, 1.0f, 1.0f, 1.0f)
horizontalLineToRelative(1.0f)
curveToRelative(0.55f, 0.0f, 1.0f, -0.45f, 1.0f, -1.0f)
verticalLineToRelative(-1.0f)
horizontalLineToRelative(8.0f)
verticalLineToRelative(1.0f)
curveToRelative(0.0f, 0.55f, 0.45f, 1.0f, 1.0f, 1.0f)
close()
moveTo(12.0f, 4.0f)
curveToRelative(3.69f, 0.0f, 5.11f, 0.46f, 5.66f, 0.99f)
horizontalLineTo(6.34f)
curveTo(6.89f, 4.46f, 8.31f, 4.0f, 12.0f, 4.0f)
close()
moveTo(6.0f, 6.99f)
horizontalLineToRelative(12.0f)
verticalLineTo(10.0f)
horizontalLineTo(6.0f)
verticalLineTo(6.99f)
close()
moveTo(8.0f, 17.0f)
horizontalLineTo(6.63f)
lineToRelative(-0.29f, -0.27f)
curveTo(6.21f, 16.62f, 6.0f, 16.37f, 6.0f, 16.0f)
verticalLineToRelative(-4.0f)
horizontalLineToRelative(12.0f)
verticalLineToRelative(4.0f)
curveToRelative(0.0f, 0.37f, -0.21f, 0.62f, -0.34f, 0.73f)
lineToRelative(-0.29f, 0.27f)
horizontalLineTo(8.0f)
close()
}
materialPath {
moveTo(8.5f, 14.5f)
moveToRelative(-1.5f, 0.0f)
arcToRelative(1.5f, 1.5f, 0.0f, true, true, 3.0f, 0.0f)
arcToRelative(1.5f, 1.5f, 0.0f, true, true, -3.0f, 0.0f)
}
materialPath {
moveTo(15.5f, 14.5f)
moveToRelative(-1.5f, 0.0f)
arcToRelative(1.5f, 1.5f, 0.0f, true, true, 3.0f, 0.0f)
arcToRelative(1.5f, 1.5f, 0.0f, true, true, -3.0f, 0.0f)
}
}
return _directionsBus!!
}
private var _directionsBus: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy