commonMain.androidx.compose.material.icons.rounded.Euro.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.Euro: ImageVector
get() {
if (_euro != null) {
return _euro!!
}
_euro = materialIcon(name = "Rounded.Euro") {
materialPath {
moveTo(15.0f, 18.5f)
curveToRelative(-2.51f, 0.0f, -4.68f, -1.42f, -5.76f, -3.5f)
horizontalLineToRelative(5.14f)
curveToRelative(0.38f, 0.0f, 0.73f, -0.21f, 0.89f, -0.55f)
lineToRelative(0.0f, 0.0f)
curveToRelative(0.33f, -0.66f, -0.15f, -1.45f, -0.89f, -1.45f)
horizontalLineToRelative(-5.8f)
curveToRelative(-0.05f, -0.33f, -0.08f, -0.66f, -0.08f, -1.0f)
reflectiveCurveToRelative(0.03f, -0.67f, 0.08f, -1.0f)
horizontalLineToRelative(5.8f)
curveToRelative(0.38f, 0.0f, 0.73f, -0.21f, 0.89f, -0.55f)
lineToRelative(0.0f, 0.0f)
curveTo(15.61f, 9.78f, 15.13f, 9.0f, 14.38f, 9.0f)
horizontalLineTo(9.24f)
curveTo(10.32f, 6.92f, 12.5f, 5.5f, 15.0f, 5.5f)
curveToRelative(1.25f, 0.0f, 2.42f, 0.36f, 3.42f, 0.97f)
curveToRelative(0.5f, 0.31f, 1.15f, 0.26f, 1.57f, -0.16f)
lineToRelative(0.0f, 0.0f)
curveToRelative(0.58f, -0.58f, 0.45f, -1.53f, -0.25f, -1.96f)
curveTo(18.36f, 3.5f, 16.73f, 3.0f, 15.0f, 3.0f)
curveToRelative(-3.92f, 0.0f, -7.24f, 2.51f, -8.48f, 6.0f)
horizontalLineToRelative(-2.9f)
curveTo(3.24f, 9.0f, 2.89f, 9.21f, 2.72f, 9.55f)
lineToRelative(0.0f, 0.0f)
curveTo(2.39f, 10.22f, 2.87f, 11.0f, 3.62f, 11.0f)
horizontalLineToRelative(2.44f)
curveTo(6.02f, 11.33f, 6.0f, 11.66f, 6.0f, 12.0f)
reflectiveCurveToRelative(0.02f, 0.67f, 0.06f, 1.0f)
horizontalLineTo(3.62f)
curveToRelative(-0.38f, 0.0f, -0.73f, 0.21f, -0.89f, 0.55f)
lineToRelative(0.0f, 0.0f)
curveTo(2.39f, 14.22f, 2.87f, 15.0f, 3.62f, 15.0f)
horizontalLineToRelative(2.9f)
curveToRelative(1.24f, 3.49f, 4.56f, 6.0f, 8.48f, 6.0f)
curveToRelative(1.74f, 0.0f, 3.36f, -0.49f, 4.74f, -1.35f)
curveToRelative(0.69f, -0.43f, 0.82f, -1.39f, 0.24f, -1.97f)
lineToRelative(0.0f, 0.0f)
curveToRelative(-0.42f, -0.42f, -1.07f, -0.47f, -1.57f, -0.15f)
curveTo(17.42f, 18.15f, 16.26f, 18.5f, 15.0f, 18.5f)
close()
}
}
return _euro!!
}
private var _euro: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy