
commonMain.androidx.compose.material.icons.sharp.VolunteerActivism.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.VolunteerActivism: ImageVector
get() {
if (_volunteerActivism != null) {
return _volunteerActivism!!
}
_volunteerActivism = materialIcon(name = "Sharp.VolunteerActivism") {
materialPath {
moveTo(1.0f, 11.0f)
horizontalLineToRelative(4.0f)
verticalLineToRelative(11.0f)
horizontalLineToRelative(-4.0f)
close()
}
materialPath {
moveTo(16.0f, 3.25f)
curveTo(16.65f, 2.49f, 17.66f, 2.0f, 18.7f, 2.0f)
curveTo(20.55f, 2.0f, 22.0f, 3.45f, 22.0f, 5.3f)
curveToRelative(0.0f, 2.27f, -2.91f, 4.9f, -6.0f, 7.7f)
curveToRelative(-3.09f, -2.81f, -6.0f, -5.44f, -6.0f, -7.7f)
curveTo(10.0f, 3.45f, 11.45f, 2.0f, 13.3f, 2.0f)
curveTo(14.34f, 2.0f, 15.35f, 2.49f, 16.0f, 3.25f)
close()
}
materialPath {
moveTo(22.0f, 17.0f)
lineToRelative(-9.0f, 0.0f)
lineToRelative(-2.09f, -0.73f)
lineToRelative(0.33f, -0.95f)
lineToRelative(1.76f, 0.68f)
lineToRelative(4.0f, 0.0f)
lineToRelative(0.0f, -2.0f)
lineToRelative(-8.03f, -3.0f)
lineToRelative(-1.97f, 0.0f)
lineToRelative(0.0f, 9.02f)
lineToRelative(7.0f, 1.98f)
lineToRelative(8.0f, -3.0f)
close()
}
}
return _volunteerActivism!!
}
private var _volunteerActivism: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy