
commonMain.androidx.compose.material.icons.twotone.Public.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.Public: ImageVector
get() {
if (_public != null) {
return _public!!
}
_public = materialIcon(name = "TwoTone.Public") {
materialPath(fillAlpha = 0.3f, strokeAlpha = 0.3f) {
moveTo(14.99f, 4.59f)
verticalLineTo(5.0f)
curveToRelative(0.0f, 1.1f, -0.9f, 2.0f, -2.0f, 2.0f)
horizontalLineToRelative(-2.0f)
verticalLineToRelative(2.0f)
curveToRelative(0.0f, 0.55f, -0.45f, 1.0f, -1.0f, 1.0f)
horizontalLineToRelative(-2.0f)
verticalLineToRelative(2.0f)
horizontalLineToRelative(6.0f)
curveToRelative(0.55f, 0.0f, 1.0f, 0.45f, 1.0f, 1.0f)
verticalLineToRelative(3.0f)
horizontalLineToRelative(1.0f)
curveToRelative(0.89f, 0.0f, 1.64f, 0.59f, 1.9f, 1.4f)
curveTo(19.19f, 15.98f, 20.0f, 14.08f, 20.0f, 12.0f)
curveToRelative(0.0f, -3.35f, -2.08f, -6.23f, -5.01f, -7.41f)
close()
moveTo(8.99f, 16.0f)
verticalLineToRelative(-1.0f)
lineToRelative(-4.78f, -4.78f)
curveTo(4.08f, 10.79f, 4.0f, 11.39f, 4.0f, 12.0f)
curveToRelative(0.0f, 4.07f, 3.06f, 7.43f, 6.99f, 7.93f)
verticalLineTo(18.0f)
curveToRelative(-1.1f, 0.0f, -2.0f, -0.9f, -2.0f, -2.0f)
close()
}
materialPath {
moveTo(12.0f, 2.0f)
curveTo(6.48f, 2.0f, 2.0f, 6.48f, 2.0f, 12.0f)
reflectiveCurveToRelative(4.48f, 10.0f, 10.0f, 10.0f)
reflectiveCurveToRelative(10.0f, -4.48f, 10.0f, -10.0f)
reflectiveCurveTo(17.52f, 2.0f, 12.0f, 2.0f)
close()
moveTo(10.99f, 19.93f)
curveTo(7.06f, 19.43f, 4.0f, 16.07f, 4.0f, 12.0f)
curveToRelative(0.0f, -0.61f, 0.08f, -1.21f, 0.21f, -1.78f)
lineTo(8.99f, 15.0f)
verticalLineToRelative(1.0f)
curveToRelative(0.0f, 1.1f, 0.9f, 2.0f, 2.0f, 2.0f)
verticalLineToRelative(1.93f)
close()
moveTo(17.89f, 17.4f)
curveToRelative(-0.26f, -0.81f, -1.0f, -1.4f, -1.9f, -1.4f)
horizontalLineToRelative(-1.0f)
verticalLineToRelative(-3.0f)
curveToRelative(0.0f, -0.55f, -0.45f, -1.0f, -1.0f, -1.0f)
horizontalLineToRelative(-6.0f)
verticalLineToRelative(-2.0f)
horizontalLineToRelative(2.0f)
curveToRelative(0.55f, 0.0f, 1.0f, -0.45f, 1.0f, -1.0f)
lineTo(10.99f, 7.0f)
horizontalLineToRelative(2.0f)
curveToRelative(1.1f, 0.0f, 2.0f, -0.9f, 2.0f, -2.0f)
verticalLineToRelative(-0.41f)
curveTo(17.92f, 5.77f, 20.0f, 8.65f, 20.0f, 12.0f)
curveToRelative(0.0f, 2.08f, -0.81f, 3.98f, -2.11f, 5.4f)
close()
}
}
return _public!!
}
private var _public: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy