commonMain.androidx.compose.material.icons.sharp.EuroSymbol.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of material-icons-extended-desktop Show documentation
Show all versions of material-icons-extended-desktop Show documentation
Compose Material Design extended icons. This module contains all Material icons. It is a very large dependency and should not be included directly.
The newest version!
/*
* 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.EuroSymbol: ImageVector
get() {
if (_euroSymbol != null) {
return _euroSymbol!!
}
_euroSymbol = materialIcon(name = "Sharp.EuroSymbol") {
materialPath {
moveTo(15.0f, 18.5f)
curveToRelative(-2.51f, 0.0f, -4.68f, -1.42f, -5.76f, -3.5f)
horizontalLineTo(15.0f)
verticalLineToRelative(-2.0f)
horizontalLineTo(8.58f)
curveToRelative(-0.05f, -0.33f, -0.08f, -0.66f, -0.08f, -1.0f)
reflectiveCurveToRelative(0.03f, -0.67f, 0.08f, -1.0f)
horizontalLineTo(15.0f)
verticalLineTo(9.0f)
horizontalLineTo(9.24f)
curveTo(10.32f, 6.92f, 12.5f, 5.5f, 15.0f, 5.5f)
curveToRelative(1.61f, 0.0f, 3.09f, 0.59f, 4.23f, 1.57f)
lineTo(21.0f, 5.3f)
curveTo(19.41f, 3.87f, 17.3f, 3.0f, 15.0f, 3.0f)
curveToRelative(-3.92f, 0.0f, -7.24f, 2.51f, -8.48f, 6.0f)
horizontalLineTo(3.0f)
verticalLineToRelative(2.0f)
horizontalLineToRelative(3.06f)
curveToRelative(-0.04f, 0.33f, -0.06f, 0.66f, -0.06f, 1.0f)
reflectiveCurveToRelative(0.02f, 0.67f, 0.06f, 1.0f)
horizontalLineTo(3.0f)
verticalLineToRelative(2.0f)
horizontalLineToRelative(3.52f)
curveToRelative(1.24f, 3.49f, 4.56f, 6.0f, 8.48f, 6.0f)
curveToRelative(2.31f, 0.0f, 4.41f, -0.87f, 6.0f, -2.3f)
lineToRelative(-1.78f, -1.77f)
curveToRelative(-1.13f, 0.98f, -2.6f, 1.57f, -4.22f, 1.57f)
close()
}
}
return _euroSymbol!!
}
private var _euroSymbol: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy