commonMain.androidx.compose.material.icons.sharp.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.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.ImportContacts: ImageVector
get() {
if (_importContacts != null) {
return _importContacts!!
}
_importContacts = materialIcon(name = "Sharp.ImportContacts") {
materialPath {
moveTo(21.0f, 5.0f)
curveToRelative(-1.11f, -0.35f, -2.33f, -0.5f, -3.5f, -0.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(15.5f)
curveTo(2.45f, 20.4f, 4.55f, 20.0f, 6.5f, 20.0f)
reflectiveCurveToRelative(4.05f, 0.4f, 5.5f, 1.5f)
curveToRelative(1.45f, -1.1f, 3.55f, -1.5f, 5.5f, -1.5f)
curveToRelative(1.17f, 0.0f, 2.39f, 0.15f, 3.5f, 0.5f)
curveToRelative(0.75f, 0.25f, 1.4f, 0.55f, 2.0f, 1.0f)
lineTo(23.0f, 6.0f)
curveToRelative(-0.6f, -0.45f, -1.25f, -0.75f, -2.0f, -1.0f)
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)
lineTo(12.0f, 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)
verticalLineToRelative(11.5f)
close()
}
}
return _importContacts!!
}
private var _importContacts: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy