
commonMain.androidx.compose.material.icons.filled.AutoStories.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.filled
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.Filled.AutoStories: ImageVector
get() {
if (_autoStories != null) {
return _autoStories!!
}
_autoStories = materialIcon(name = "Filled.AutoStories") {
materialPath {
moveTo(19.0f, 1.0f)
lineToRelative(-5.0f, 5.0f)
verticalLineToRelative(11.0f)
lineToRelative(5.0f, -4.5f)
lineTo(19.0f, 1.0f)
close()
moveTo(1.0f, 6.0f)
verticalLineToRelative(14.65f)
curveToRelative(0.0f, 0.25f, 0.25f, 0.5f, 0.5f, 0.5f)
curveToRelative(0.1f, 0.0f, 0.15f, -0.05f, 0.25f, -0.05f)
curveTo(3.1f, 20.45f, 5.05f, 20.0f, 6.5f, 20.0f)
curveToRelative(1.95f, 0.0f, 4.05f, 0.4f, 5.5f, 1.5f)
lineTo(12.0f, 6.0f)
curveToRelative(-1.45f, -1.1f, -3.55f, -1.5f, -5.5f, -1.5f)
reflectiveCurveTo(2.45f, 4.9f, 1.0f, 6.0f)
close()
moveTo(23.0f, 19.5f)
lineTo(23.0f, 6.0f)
curveToRelative(-0.6f, -0.45f, -1.25f, -0.75f, -2.0f, -1.0f)
verticalLineToRelative(13.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)
verticalLineToRelative(2.0f)
curveToRelative(1.35f, -0.85f, 3.8f, -1.5f, 5.5f, -1.5f)
curveToRelative(1.65f, 0.0f, 3.35f, 0.3f, 4.75f, 1.05f)
curveToRelative(0.1f, 0.05f, 0.15f, 0.05f, 0.25f, 0.05f)
curveToRelative(0.25f, 0.0f, 0.5f, -0.25f, 0.5f, -0.5f)
verticalLineToRelative(-1.1f)
close()
}
}
return _autoStories!!
}
private var _autoStories: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy