
commonMain.androidx.compose.material.icons.filled.ImportContacts.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.filled
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.Filled.ImportContacts: ImageVector
get() {
if (_importContacts != null) {
return _importContacts!!
}
_importContacts = materialIcon(name = "Filled.ImportContacts") {
materialPath {
moveTo(17.5f, 4.5f)
curveToRelative(-1.95f, 0.0f, -4.05f, 0.4f, -5.5f, 1.5f)
curveToRelative(-1.45f, -1.1f, -3.55f, -1.5f, -5.5f, -1.5f)
reflectiveCurveTo(2.45f, 4.9f, 1.0f, 6.0f)
verticalLineToRelative(14.65f)
curveToRelative(0.0f, 0.65f, 0.73f, 0.45f, 0.75f, 0.45f)
curveTo(3.1f, 20.45f, 5.05f, 20.0f, 6.5f, 20.0f)
curveToRelative(1.95f, 0.0f, 4.05f, 0.4f, 5.5f, 1.5f)
curveToRelative(1.35f, -0.85f, 3.8f, -1.5f, 5.5f, -1.5f)
curveToRelative(1.65f, 0.0f, 3.35f, 0.3f, 4.75f, 1.05f)
curveTo(22.66f, 21.26f, 23.0f, 20.86f, 23.0f, 20.6f)
verticalLineTo(6.0f)
curveTo(21.51f, 4.88f, 19.37f, 4.5f, 17.5f, 4.5f)
close()
moveTo(21.0f, 18.5f)
curveToRelative(-1.1f, -0.35f, -2.3f, -0.5f, -3.5f, -0.5f)
curveToRelative(-1.7f, 0.0f, -4.15f, 0.65f, -5.5f, 1.5f)
verticalLineTo(8.0f)
curveToRelative(1.35f, -0.85f, 3.8f, -1.5f, 5.5f, -1.5f)
curveToRelative(1.2f, 0.0f, 2.4f, 0.15f, 3.5f, 0.5f)
verticalLineTo(18.5f)
close()
}
}
return _importContacts!!
}
private var _importContacts: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy