
commonMain.androidx.compose.material.icons.rounded.SettingsInputAntenna.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.SettingsInputAntenna: ImageVector
get() {
if (_settingsInputAntenna != null) {
return _settingsInputAntenna!!
}
_settingsInputAntenna = materialIcon(name = "Rounded.SettingsInputAntenna") {
materialPath {
moveTo(12.0f, 5.0f)
curveToRelative(-3.48f, 0.0f, -6.37f, 2.54f, -6.91f, 5.87f)
curveToRelative(-0.1f, 0.59f, 0.39f, 1.13f, 1.0f, 1.13f)
curveToRelative(0.49f, 0.0f, 0.9f, -0.36f, 0.98f, -0.85f)
curveTo(7.48f, 8.79f, 9.53f, 7.0f, 12.0f, 7.0f)
reflectiveCurveToRelative(4.52f, 1.79f, 4.93f, 4.15f)
curveToRelative(0.08f, 0.49f, 0.49f, 0.85f, 0.98f, 0.85f)
curveToRelative(0.61f, 0.0f, 1.09f, -0.54f, 0.99f, -1.13f)
curveTo(18.37f, 7.54f, 15.48f, 5.0f, 12.0f, 5.0f)
close()
moveTo(13.0f, 14.29f)
curveToRelative(1.07f, -0.48f, 1.76f, -1.66f, 1.41f, -2.99f)
curveToRelative(-0.22f, -0.81f, -0.87f, -1.47f, -1.68f, -1.7f)
curveTo(11.04f, 9.12f, 9.5f, 10.38f, 9.5f, 12.0f)
curveToRelative(0.0f, 1.02f, 0.62f, 1.9f, 1.5f, 2.29f)
verticalLineToRelative(3.3f)
lineToRelative(-2.71f, 2.7f)
curveToRelative(-0.39f, 0.39f, -0.39f, 1.02f, 0.0f, 1.41f)
curveToRelative(0.39f, 0.39f, 1.02f, 0.39f, 1.41f, 0.0f)
lineToRelative(2.3f, -2.3f)
lineToRelative(2.3f, 2.3f)
curveToRelative(0.39f, 0.39f, 1.02f, 0.39f, 1.41f, 0.0f)
reflectiveCurveToRelative(0.39f, -1.02f, 0.0f, -1.41f)
lineTo(13.0f, 17.59f)
verticalLineTo(14.29f)
close()
moveTo(12.0f, 1.0f)
curveTo(6.3f, 1.0f, 1.61f, 5.34f, 1.05f, 10.9f)
curveTo(1.0f, 11.49f, 1.46f, 12.0f, 2.05f, 12.0f)
curveToRelative(0.51f, 0.0f, 0.94f, -0.38f, 0.99f, -0.88f)
curveTo(3.48f, 6.56f, 7.33f, 3.0f, 12.0f, 3.0f)
reflectiveCurveToRelative(8.52f, 3.56f, 8.96f, 8.12f)
curveToRelative(0.05f, 0.5f, 0.48f, 0.88f, 0.99f, 0.88f)
curveToRelative(0.59f, 0.0f, 1.06f, -0.51f, 1.0f, -1.1f)
curveTo(22.39f, 5.34f, 17.7f, 1.0f, 12.0f, 1.0f)
close()
}
}
return _settingsInputAntenna!!
}
private var _settingsInputAntenna: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy