commonMain.androidx.compose.material.icons.twotone.FiberPin.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.twotone
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.TwoTone.FiberPin: ImageVector
get() {
if (_fiberPin != null) {
return _fiberPin!!
}
_fiberPin = materialIcon(name = "TwoTone.FiberPin") {
materialPath {
moveTo(5.0f, 14.62f)
horizontalLineToRelative(1.31f)
verticalLineToRelative(-1.75f)
horizontalLineToRelative(1.75f)
curveToRelative(0.74f, 0.0f, 1.31f, -0.57f, 1.31f, -1.31f)
verticalLineToRelative(-0.88f)
curveToRelative(0.0f, -0.74f, -0.57f, -1.31f, -1.31f, -1.31f)
lineTo(5.0f, 9.37f)
verticalLineToRelative(5.25f)
close()
moveTo(6.31f, 10.69f)
horizontalLineToRelative(1.75f)
verticalLineToRelative(0.88f)
lineTo(6.31f, 11.57f)
verticalLineToRelative(-0.88f)
close()
moveTo(11.34f, 9.38f)
horizontalLineToRelative(1.31f)
verticalLineToRelative(5.25f)
horizontalLineToRelative(-1.31f)
close()
moveTo(14.62f, 14.62f)
horizontalLineToRelative(1.1f)
verticalLineToRelative(-3.06f)
lineToRelative(2.23f, 3.06f)
lineTo(19.0f, 14.62f)
lineTo(19.0f, 9.38f)
horizontalLineToRelative(-1.09f)
verticalLineToRelative(3.06f)
lineToRelative(-2.19f, -3.06f)
horizontalLineToRelative(-1.1f)
close()
}
materialPath(fillAlpha = 0.3f, strokeAlpha = 0.3f) {
moveTo(4.0f, 6.0f)
horizontalLineToRelative(16.0f)
verticalLineToRelative(12.0f)
horizontalLineTo(4.0f)
close()
}
materialPath {
moveTo(20.0f, 4.0f)
lineTo(4.0f, 4.0f)
curveToRelative(-1.11f, 0.0f, -1.99f, 0.89f, -1.99f, 2.0f)
lineTo(2.0f, 18.0f)
curveToRelative(0.0f, 1.11f, 0.89f, 2.0f, 2.0f, 2.0f)
horizontalLineToRelative(16.0f)
curveToRelative(1.11f, 0.0f, 2.0f, -0.89f, 2.0f, -2.0f)
lineTo(22.0f, 6.0f)
curveToRelative(0.0f, -1.11f, -0.89f, -2.0f, -2.0f, -2.0f)
close()
moveTo(20.0f, 18.0f)
lineTo(4.0f, 18.0f)
lineTo(4.0f, 6.0f)
horizontalLineToRelative(16.0f)
verticalLineToRelative(12.0f)
close()
}
}
return _fiberPin!!
}
private var _fiberPin: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy