
commonMain.androidx.compose.material.icons.outlined.Palette.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.outlined
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.Outlined.Palette: ImageVector
get() {
if (_palette != null) {
return _palette!!
}
_palette = materialIcon(name = "Outlined.Palette") {
materialPath {
moveTo(12.0f, 22.0f)
curveTo(6.49f, 22.0f, 2.0f, 17.51f, 2.0f, 12.0f)
reflectiveCurveTo(6.49f, 2.0f, 12.0f, 2.0f)
reflectiveCurveToRelative(10.0f, 4.04f, 10.0f, 9.0f)
curveToRelative(0.0f, 3.31f, -2.69f, 6.0f, -6.0f, 6.0f)
horizontalLineToRelative(-1.77f)
curveToRelative(-0.28f, 0.0f, -0.5f, 0.22f, -0.5f, 0.5f)
curveToRelative(0.0f, 0.12f, 0.05f, 0.23f, 0.13f, 0.33f)
curveToRelative(0.41f, 0.47f, 0.64f, 1.06f, 0.64f, 1.67f)
curveTo(14.5f, 20.88f, 13.38f, 22.0f, 12.0f, 22.0f)
close()
moveTo(12.0f, 4.0f)
curveToRelative(-4.41f, 0.0f, -8.0f, 3.59f, -8.0f, 8.0f)
reflectiveCurveToRelative(3.59f, 8.0f, 8.0f, 8.0f)
curveToRelative(0.28f, 0.0f, 0.5f, -0.22f, 0.5f, -0.5f)
curveToRelative(0.0f, -0.16f, -0.08f, -0.28f, -0.14f, -0.35f)
curveToRelative(-0.41f, -0.46f, -0.63f, -1.05f, -0.63f, -1.65f)
curveToRelative(0.0f, -1.38f, 1.12f, -2.5f, 2.5f, -2.5f)
horizontalLineTo(16.0f)
curveToRelative(2.21f, 0.0f, 4.0f, -1.79f, 4.0f, -4.0f)
curveTo(20.0f, 7.14f, 16.41f, 4.0f, 12.0f, 4.0f)
close()
}
materialPath {
moveTo(6.5f, 11.5f)
moveToRelative(-1.5f, 0.0f)
arcToRelative(1.5f, 1.5f, 0.0f, true, true, 3.0f, 0.0f)
arcToRelative(1.5f, 1.5f, 0.0f, true, true, -3.0f, 0.0f)
}
materialPath {
moveTo(9.5f, 7.5f)
moveToRelative(-1.5f, 0.0f)
arcToRelative(1.5f, 1.5f, 0.0f, true, true, 3.0f, 0.0f)
arcToRelative(1.5f, 1.5f, 0.0f, true, true, -3.0f, 0.0f)
}
materialPath {
moveTo(14.5f, 7.5f)
moveToRelative(-1.5f, 0.0f)
arcToRelative(1.5f, 1.5f, 0.0f, true, true, 3.0f, 0.0f)
arcToRelative(1.5f, 1.5f, 0.0f, true, true, -3.0f, 0.0f)
}
materialPath {
moveTo(17.5f, 11.5f)
moveToRelative(-1.5f, 0.0f)
arcToRelative(1.5f, 1.5f, 0.0f, true, true, 3.0f, 0.0f)
arcToRelative(1.5f, 1.5f, 0.0f, true, true, -3.0f, 0.0f)
}
}
return _palette!!
}
private var _palette: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy