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

commonMain.androidx.compose.material.icons.twotone.FindInPage.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.FindInPage: ImageVector
    get() {
        if (_findInPage != null) {
            return _findInPage!!
        }
        _findInPage = materialIcon(name = "TwoTone.FindInPage") {
            materialPath(fillAlpha = 0.3f, strokeAlpha = 0.3f) {
                moveTo(6.0f, 4.0f)
                verticalLineToRelative(16.0f)
                horizontalLineToRelative(11.6f)
                lineToRelative(-2.85f, -2.85f)
                curveToRelative(-0.83f, 0.55f, -1.79f, 0.83f, -2.75f, 0.83f)
                curveToRelative(-1.28f, 0.0f, -2.55f, -0.49f, -3.53f, -1.46f)
                curveToRelative(-1.95f, -1.95f, -1.95f, -5.11f, 0.0f, -7.05f)
                curveTo(9.45f, 8.49f, 10.72f, 8.0f, 12.0f, 8.0f)
                curveToRelative(1.28f, 0.0f, 2.55f, 0.49f, 3.53f, 1.46f)
                curveToRelative(1.71f, 1.71f, 1.92f, 4.34f, 0.64f, 6.28f)
                lineTo(18.0f, 17.58f)
                verticalLineTo(9.0f)
                lineToRelative(-5.0f, -5.0f)
                horizontalLineTo(6.0f)
                close()
            }
            materialPath {
                moveTo(14.0f, 2.0f)
                lineTo(6.0f, 2.0f)
                curveToRelative(-1.1f, 0.0f, -1.99f, 0.9f, -1.99f, 2.0f)
                lineTo(4.0f, 20.0f)
                curveToRelative(0.0f, 1.1f, 0.89f, 2.0f, 1.99f, 2.0f)
                lineTo(18.0f, 22.0f)
                curveToRelative(1.1f, 0.0f, 2.0f, -0.9f, 2.0f, -2.0f)
                lineTo(20.0f, 8.0f)
                lineToRelative(-6.0f, -6.0f)
                close()
                moveTo(18.0f, 17.58f)
                lineToRelative(-1.84f, -1.84f)
                curveToRelative(1.28f, -1.94f, 1.07f, -4.57f, -0.64f, -6.28f)
                curveTo(14.55f, 8.49f, 13.28f, 8.0f, 12.0f, 8.0f)
                curveToRelative(-1.28f, 0.0f, -2.55f, 0.49f, -3.53f, 1.46f)
                curveToRelative(-1.95f, 1.95f, -1.95f, 5.11f, 0.0f, 7.05f)
                curveToRelative(0.97f, 0.97f, 2.25f, 1.46f, 3.53f, 1.46f)
                curveToRelative(0.96f, 0.0f, 1.92f, -0.28f, 2.75f, -0.83f)
                lineTo(17.6f, 20.0f)
                lineTo(6.0f, 20.0f)
                lineTo(6.0f, 4.0f)
                horizontalLineToRelative(7.0f)
                lineToRelative(5.0f, 5.0f)
                verticalLineToRelative(8.58f)
                close()
                moveTo(14.99f, 12.99f)
                curveToRelative(0.0f, 0.8f, -0.31f, 1.55f, -0.88f, 2.11f)
                curveToRelative(-0.56f, 0.56f, -1.31f, 0.88f, -2.11f, 0.88f)
                reflectiveCurveToRelative(-1.55f, -0.31f, -2.11f, -0.88f)
                curveToRelative(-0.56f, -0.56f, -0.88f, -1.31f, -0.88f, -2.11f)
                reflectiveCurveToRelative(0.31f, -1.55f, 0.88f, -2.11f)
                reflectiveCurveTo(11.2f, 10.0f, 12.0f, 10.0f)
                reflectiveCurveToRelative(1.55f, 0.31f, 2.11f, 0.88f)
                curveToRelative(0.57f, 0.56f, 0.88f, 1.31f, 0.88f, 2.11f)
                close()
            }
        }
        return _findInPage!!
    }

private var _findInPage: ImageVector? = null




© 2015 - 2025 Weber Informatics LLC | Privacy Policy