All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.androidx.compose.material.icons.rounded.PestControlRodent.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.PestControlRodent: ImageVector
    get() {
        if (_pestControlRodent != null) {
            return _pestControlRodent!!
        }
        _pestControlRodent = materialIcon(name = "Rounded.PestControlRodent") {
            materialPath {
                moveTo(21.31f, 17.38f)
                lineToRelative(-2.39f, -2.13f)
                curveTo(19.44f, 12.89f, 17.56f, 11.0f, 15.5f, 11.0f)
                curveToRelative(-1.16f, 0.0f, -3.5f, 0.9f, -3.5f, 3.5f)
                curveToRelative(0.0f, 0.81f, 0.27f, 1.55f, 0.74f, 2.15f)
                curveToRelative(0.15f, 0.2f, 0.14f, 0.48f, -0.04f, 0.66f)
                lineToRelative(0.0f, 0.0f)
                curveToRelative(-0.21f, 0.21f, -0.56f, 0.19f, -0.75f, -0.04f)
                curveTo(11.35f, 16.5f, 11.0f, 15.54f, 11.0f, 14.5f)
                curveToRelative(0.0f, -1.7f, 0.96f, -3.17f, 2.35f, -3.93f)
                curveToRelative(-0.7f, -0.36f, -1.48f, -0.57f, -2.28f, -0.57f)
                curveToRelative(-2.38f, 0.0f, -4.37f, 1.65f, -4.91f, 3.87f)
                curveToRelative(-1.33f, -0.39f, -2.28f, -1.66f, -2.15f, -3.14f)
                curveTo(4.15f, 9.16f, 5.54f, 8.0f, 7.11f, 8.0f)
                lineToRelative(2.0f, 0.0f)
                curveToRelative(1.58f, 0.0f, 2.75f, -0.95f, 2.87f, -2.25f)
                curveTo(12.13f, 4.25f, 10.96f, 3.0f, 9.5f, 3.0f)
                horizontalLineTo(8.05f)
                curveToRelative(-0.5f, 0.0f, -0.96f, 0.34f, -1.04f, 0.83f)
                curveTo(6.91f, 4.46f, 7.39f, 5.0f, 8.0f, 5.0f)
                horizontalLineToRelative(1.5f)
                curveTo(9.78f, 5.0f, 10.0f, 5.22f, 10.0f, 5.5f)
                curveTo(10.0f, 5.78f, 9.78f, 6.0f, 9.5f, 6.0f)
                lineTo(7.16f, 6.0f)
                curveToRelative(-2.67f, 0.0f, -4.99f, 2.03f, -5.15f, 4.7f)
                curveTo(1.86f, 13.25f, 3.62f, 15.42f, 6.0f, 15.9f)
                verticalLineToRelative(0.03f)
                curveTo(6.0f, 18.73f, 8.27f, 21.0f, 11.07f, 21.0f)
                horizontalLineToRelative(8.86f)
                curveTo(21.8f, 21.0f, 22.74f, 18.66f, 21.31f, 17.38f)
                close()
                moveTo(18.0f, 19.0f)
                curveToRelative(-0.55f, 0.0f, -1.0f, -0.45f, -1.0f, -1.0f)
                curveToRelative(0.0f, -0.55f, 0.45f, -1.0f, 1.0f, -1.0f)
                reflectiveCurveToRelative(1.0f, 0.45f, 1.0f, 1.0f)
                curveTo(19.0f, 18.55f, 18.55f, 19.0f, 18.0f, 19.0f)
                close()
            }
        }
        return _pestControlRodent!!
    }

private var _pestControlRodent: ImageVector? = null




© 2015 - 2025 Weber Informatics LLC | Privacy Policy