
commonMain.androidx.compose.material.icons.rounded.DatasetLinked.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.DatasetLinked: ImageVector
get() {
if (_datasetLinked != null) {
return _datasetLinked!!
}
_datasetLinked = materialIcon(name = "Rounded.DatasetLinked") {
materialPath {
moveTo(8.09f, 17.0f)
horizontalLineTo(7.0f)
verticalLineToRelative(-4.0f)
horizontalLineToRelative(3.69f)
curveToRelative(0.95f, -0.63f, 2.09f, -1.0f, 3.31f, -1.0f)
horizontalLineToRelative(6.0f)
curveToRelative(0.34f, 0.0f, 0.67f, 0.04f, 1.0f, 0.09f)
verticalLineTo(5.0f)
curveToRelative(0.0f, -1.1f, -0.9f, -2.0f, -2.0f, -2.0f)
horizontalLineTo(5.0f)
curveTo(3.9f, 3.0f, 3.0f, 3.9f, 3.0f, 5.0f)
verticalLineToRelative(14.0f)
curveToRelative(0.0f, 1.1f, 0.9f, 2.0f, 2.0f, 2.0f)
horizontalLineToRelative(3.81f)
curveTo(8.3f, 20.12f, 8.0f, 19.09f, 8.0f, 18.0f)
curveTo(8.0f, 17.66f, 8.04f, 17.33f, 8.09f, 17.0f)
close()
moveTo(13.0f, 7.0f)
horizontalLineToRelative(4.0f)
verticalLineToRelative(4.0f)
horizontalLineToRelative(-4.0f)
verticalLineTo(7.0f)
close()
moveTo(7.0f, 7.0f)
horizontalLineToRelative(4.0f)
verticalLineToRelative(4.0f)
horizontalLineTo(7.0f)
verticalLineTo(7.0f)
close()
}
materialPath {
moveTo(12.03f, 17.66f)
curveToRelative(0.16f, -0.98f, 1.09f, -1.66f, 2.08f, -1.66f)
lineTo(15.0f, 16.0f)
curveToRelative(0.55f, 0.0f, 1.0f, -0.45f, 1.0f, -1.0f)
verticalLineToRelative(0.0f)
curveToRelative(0.0f, -0.55f, -0.45f, -1.0f, -1.0f, -1.0f)
lineToRelative(-0.83f, 0.0f)
curveToRelative(-2.09f, 0.0f, -3.95f, 1.53f, -4.15f, 3.61f)
curveTo(9.79f, 19.99f, 11.66f, 22.0f, 14.0f, 22.0f)
horizontalLineToRelative(1.0f)
curveToRelative(0.55f, 0.0f, 1.0f, -0.45f, 1.0f, -1.0f)
verticalLineToRelative(0.0f)
curveToRelative(0.0f, -0.55f, -0.45f, -1.0f, -1.0f, -1.0f)
horizontalLineToRelative(-1.0f)
curveTo(12.79f, 20.0f, 11.82f, 18.91f, 12.03f, 17.66f)
close()
}
materialPath {
moveTo(19.83f, 14.0f)
lineTo(19.0f, 14.0f)
curveToRelative(-0.55f, 0.0f, -1.0f, 0.45f, -1.0f, 1.0f)
verticalLineToRelative(0.0f)
curveToRelative(0.0f, 0.55f, 0.45f, 1.0f, 1.0f, 1.0f)
lineToRelative(0.89f, 0.0f)
curveToRelative(1.0f, 0.0f, 1.92f, 0.68f, 2.08f, 1.66f)
curveTo(22.18f, 18.91f, 21.21f, 20.0f, 20.0f, 20.0f)
horizontalLineToRelative(-1.0f)
curveToRelative(-0.55f, 0.0f, -1.0f, 0.45f, -1.0f, 1.0f)
verticalLineToRelative(0.0f)
curveToRelative(0.0f, 0.55f, 0.45f, 1.0f, 1.0f, 1.0f)
horizontalLineToRelative(1.0f)
curveToRelative(2.34f, 0.0f, 4.21f, -2.01f, 3.98f, -4.39f)
curveTo(23.78f, 15.53f, 21.92f, 14.0f, 19.83f, 14.0f)
close()
}
materialPath {
moveTo(15.0f, 19.0f)
horizontalLineToRelative(4.0f)
curveToRelative(0.55f, 0.0f, 1.0f, -0.45f, 1.0f, -1.0f)
verticalLineToRelative(0.0f)
curveToRelative(0.0f, -0.55f, -0.45f, -1.0f, -1.0f, -1.0f)
horizontalLineToRelative(-4.0f)
curveToRelative(-0.55f, 0.0f, -1.0f, 0.45f, -1.0f, 1.0f)
verticalLineToRelative(0.0f)
curveTo(14.0f, 18.55f, 14.45f, 19.0f, 15.0f, 19.0f)
close()
}
}
return _datasetLinked!!
}
private var _datasetLinked: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy