
commonMain.androidx.compose.material.icons.rounded.Javascript.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.rounded
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.Rounded.Javascript: ImageVector
get() {
if (_javascript != null) {
return _javascript!!
}
_javascript = materialIcon(name = "Rounded.Javascript") {
materialPath {
moveTo(15.54f, 10.5f)
curveToRelative(0.1f, 0.29f, 0.38f, 0.5f, 0.71f, 0.5f)
curveToRelative(0.41f, 0.0f, 0.75f, -0.34f, 0.75f, -0.75f)
verticalLineTo(10.0f)
curveToRelative(0.0f, -0.55f, -0.45f, -1.0f, -1.0f, -1.0f)
horizontalLineToRelative(-3.0f)
curveToRelative(-0.55f, 0.0f, -1.0f, 0.45f, -1.0f, 1.0f)
verticalLineToRelative(1.5f)
curveToRelative(0.0f, 0.55f, 0.45f, 1.0f, 1.0f, 1.0f)
horizontalLineToRelative(2.5f)
verticalLineToRelative(1.0f)
horizontalLineToRelative(-2.04f)
verticalLineToRelative(0.0f)
curveToRelative(-0.1f, -0.29f, -0.38f, -0.5f, -0.71f, -0.5f)
curveTo(12.34f, 13.0f, 12.0f, 13.34f, 12.0f, 13.75f)
verticalLineTo(14.0f)
curveToRelative(0.0f, 0.55f, 0.45f, 1.0f, 1.0f, 1.0f)
horizontalLineToRelative(3.0f)
curveToRelative(0.55f, 0.0f, 1.0f, -0.45f, 1.0f, -1.0f)
verticalLineToRelative(-1.5f)
curveToRelative(0.0f, -0.55f, -0.45f, -1.0f, -1.0f, -1.0f)
horizontalLineToRelative(-2.5f)
verticalLineToRelative(-1.0f)
lineTo(15.54f, 10.5f)
close()
moveTo(7.5f, 13.5f)
horizontalLineTo(9.0f)
verticalLineTo(9.75f)
curveTo(9.0f, 9.34f, 9.34f, 9.0f, 9.75f, 9.0f)
curveToRelative(0.41f, 0.0f, 0.75f, 0.34f, 0.75f, 0.75f)
verticalLineToRelative(3.75f)
curveToRelative(0.0f, 0.83f, -0.67f, 1.5f, -1.5f, 1.5f)
horizontalLineTo(7.5f)
curveTo(6.67f, 15.0f, 6.0f, 14.33f, 6.0f, 13.5f)
verticalLineToRelative(-0.25f)
curveToRelative(0.0f, -0.41f, 0.34f, -0.75f, 0.75f, -0.75f)
curveToRelative(0.41f, 0.0f, 0.75f, 0.34f, 0.75f, 0.75f)
verticalLineTo(13.5f)
close()
}
}
return _javascript!!
}
private var _javascript: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy