
commonMain.androidx.compose.material.icons.rounded.Handyman.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.Handyman: ImageVector
get() {
if (_handyman != null) {
return _handyman!!
}
_handyman = materialIcon(name = "Rounded.Handyman") {
materialPath {
moveTo(21.67f, 18.17f)
lineToRelative(-4.72f, -4.72f)
curveToRelative(-0.48f, -0.48f, -0.99f, -0.59f, -1.58f, -0.59f)
lineToRelative(-2.54f, 2.54f)
curveToRelative(0.0f, 0.59f, 0.11f, 1.11f, 0.59f, 1.58f)
lineToRelative(4.72f, 4.72f)
curveToRelative(0.39f, 0.39f, 1.02f, 0.39f, 1.41f, 0.0f)
lineToRelative(2.12f, -2.12f)
curveTo(22.06f, 19.2f, 22.06f, 18.56f, 21.67f, 18.17f)
close()
}
materialPath {
moveTo(16.63f, 9.49f)
curveToRelative(0.39f, 0.39f, 1.02f, 0.39f, 1.41f, 0.0f)
lineToRelative(0.71f, -0.71f)
lineToRelative(2.12f, 2.12f)
curveToRelative(1.17f, -1.17f, 1.17f, -3.07f, 0.0f, -4.24f)
lineToRelative(-2.83f, -2.83f)
curveToRelative(-0.39f, -0.39f, -1.02f, -0.39f, -1.41f, 0.0f)
lineToRelative(-0.71f, 0.71f)
verticalLineTo(2.0f)
curveToRelative(0.0f, -0.62f, -0.76f, -0.95f, -1.21f, -0.5f)
lineToRelative(-2.54f, 2.54f)
curveToRelative(-0.45f, 0.45f, -0.12f, 1.21f, 0.5f, 1.21f)
horizontalLineToRelative(2.54f)
lineToRelative(-0.71f, 0.71f)
curveToRelative(-0.39f, 0.39f, -0.39f, 1.02f, 0.0f, 1.41f)
lineToRelative(0.35f, 0.35f)
lineToRelative(-2.89f, 2.89f)
lineTo(7.85f, 6.48f)
verticalLineToRelative(-1.0f)
curveToRelative(0.0f, -0.27f, -0.11f, -0.52f, -0.29f, -0.71f)
lineTo(5.54f, 2.74f)
curveToRelative(-0.39f, -0.39f, -1.02f, -0.39f, -1.41f, 0.0f)
lineTo(2.71f, 4.16f)
curveToRelative(-0.39f, 0.39f, -0.39f, 1.02f, 0.0f, 1.41f)
lineTo(4.73f, 7.6f)
curveToRelative(0.19f, 0.19f, 0.44f, 0.29f, 0.71f, 0.29f)
horizontalLineToRelative(1.0f)
lineToRelative(4.13f, 4.13f)
lineToRelative(-0.85f, 0.85f)
horizontalLineTo(8.42f)
curveToRelative(-0.53f, 0.0f, -1.04f, 0.21f, -1.41f, 0.59f)
lineToRelative(-4.72f, 4.72f)
curveToRelative(-0.39f, 0.39f, -0.39f, 1.02f, 0.0f, 1.41f)
lineToRelative(2.12f, 2.12f)
curveToRelative(0.39f, 0.39f, 1.02f, 0.39f, 1.41f, 0.0f)
lineToRelative(4.72f, -4.72f)
curveToRelative(0.38f, -0.38f, 0.59f, -0.88f, 0.59f, -1.41f)
verticalLineToRelative(-1.29f)
lineToRelative(5.15f, -5.15f)
lineTo(16.63f, 9.49f)
close()
}
}
return _handyman!!
}
private var _handyman: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy