
commonMain.androidx.compose.material.icons.rounded.AccessTimeFilled.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.AccessTimeFilled: ImageVector
get() {
if (_accessTimeFilled != null) {
return _accessTimeFilled!!
}
_accessTimeFilled = materialIcon(name = "Rounded.AccessTimeFilled") {
materialPath {
moveTo(11.99f, 2.0f)
curveTo(6.47f, 2.0f, 2.0f, 6.48f, 2.0f, 12.0f)
reflectiveCurveToRelative(4.47f, 10.0f, 9.99f, 10.0f)
curveTo(17.52f, 22.0f, 22.0f, 17.52f, 22.0f, 12.0f)
reflectiveCurveTo(17.52f, 2.0f, 11.99f, 2.0f)
close()
moveTo(16.0f, 16.0f)
curveToRelative(-0.39f, 0.39f, -1.02f, 0.39f, -1.41f, 0.0f)
lineToRelative(-3.29f, -3.29f)
curveTo(11.11f, 12.52f, 11.0f, 12.27f, 11.0f, 12.0f)
verticalLineTo(8.0f)
curveToRelative(0.0f, -0.55f, 0.45f, -1.0f, 1.0f, -1.0f)
horizontalLineToRelative(0.0f)
curveToRelative(0.55f, 0.0f, 1.0f, 0.45f, 1.0f, 1.0f)
verticalLineToRelative(3.59f)
lineToRelative(3.0f, 3.0f)
curveTo(16.39f, 14.98f, 16.39f, 15.61f, 16.0f, 16.0f)
close()
}
}
return _accessTimeFilled!!
}
private var _accessTimeFilled: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy