mirror of
https://github.com/Myzel394/NumberHub.git
synced 2025-06-19 08:45:27 +02:00
Normalize icons for potential icon packs feature
This commit is contained in:
parent
80e858e1ed
commit
84c29682f8
@ -169,14 +169,14 @@ fun KeyboardButtonTertiary(
|
|||||||
/**
|
/**
|
||||||
* Mostly for main button in portrait mode. Changes icon size inside.
|
* Mostly for main button in portrait mode. Changes icon size inside.
|
||||||
*/
|
*/
|
||||||
const val KeyboardButtonContentHeightTall = 0.578f
|
const val KeyboardButtonContentHeightTall = 1.1f
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Mostly for main button in landscape mode. Changes icon size inside.
|
* Mostly for main button in landscape mode. Changes icon size inside.
|
||||||
*/
|
*/
|
||||||
const val KeyboardButtonContentHeightShort = 0.793f
|
const val KeyboardButtonContentHeightShort = 1.5f
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Mostly for additional buttons. Changes icon size inside.
|
* Mostly for additional buttons. Changes icon size inside.
|
||||||
*/
|
*/
|
||||||
const val KeyboardButtonContentHeightWide = 0.906f
|
const val KeyboardButtonContentHeightWide = 1.6f
|
||||||
|
@ -0,0 +1,21 @@
|
|||||||
|
/*
|
||||||
|
* Unitto is a unit converter for Android
|
||||||
|
* Copyright (c) 2024 Elshan Agaev
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.sadellie.unitto.core.ui.common.icons
|
||||||
|
|
||||||
|
object IconPack
|
@ -0,0 +1,191 @@
|
|||||||
|
/*
|
||||||
|
* Unitto is a unit converter for Android
|
||||||
|
* Copyright (c) 2024 Elshan Agaev
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.sadellie.unitto.core.ui.common.icons.iconpack
|
||||||
|
|
||||||
|
import androidx.compose.ui.graphics.Color
|
||||||
|
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
||||||
|
import androidx.compose.ui.graphics.SolidColor
|
||||||
|
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
|
||||||
|
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
||||||
|
import androidx.compose.ui.graphics.vector.path
|
||||||
|
import androidx.compose.ui.unit.dp
|
||||||
|
import com.sadellie.unitto.core.ui.common.icons.IconPack
|
||||||
|
|
||||||
|
@Suppress("UnusedReceiverParameter")
|
||||||
|
val IconPack.ArCos: ImageVector
|
||||||
|
get() {
|
||||||
|
if (_arCos != null) {
|
||||||
|
return _arCos!!
|
||||||
|
}
|
||||||
|
_arCos = Builder(name = "ArCos", defaultWidth = 24.0.dp, defaultHeight = 24.0.dp,
|
||||||
|
viewportWidth = 24.0f, viewportHeight = 24.0f).apply {
|
||||||
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
|
pathFillType = NonZero) {
|
||||||
|
moveTo(6.4464f, 11.5037f)
|
||||||
|
curveTo(6.4197f, 11.5404f, 6.3931f, 11.5687f, 6.3664f, 11.5887f)
|
||||||
|
curveTo(6.3397f, 11.6087f, 6.3031f, 11.6187f, 6.2564f, 11.6187f)
|
||||||
|
curveTo(6.2064f, 11.6187f, 6.1514f, 11.5987f, 6.0914f, 11.5587f)
|
||||||
|
curveTo(6.0314f, 11.5154f, 5.9564f, 11.4687f, 5.8664f, 11.4187f)
|
||||||
|
curveTo(5.7797f, 11.3687f, 5.6714f, 11.3237f, 5.5414f, 11.2837f)
|
||||||
|
curveTo(5.4147f, 11.2404f, 5.2581f, 11.2187f, 5.0714f, 11.2187f)
|
||||||
|
curveTo(4.8214f, 11.2187f, 4.6014f, 11.2637f, 4.4114f, 11.3537f)
|
||||||
|
curveTo(4.2214f, 11.4404f, 4.0614f, 11.567f, 3.9314f, 11.7337f)
|
||||||
|
curveTo(3.8047f, 11.9004f, 3.7081f, 12.102f, 3.6414f, 12.3387f)
|
||||||
|
curveTo(3.5781f, 12.5754f, 3.5464f, 12.8404f, 3.5464f, 13.1337f)
|
||||||
|
curveTo(3.5464f, 13.4404f, 3.5814f, 13.7137f, 3.6514f, 13.9537f)
|
||||||
|
curveTo(3.7214f, 14.1904f, 3.8197f, 14.3904f, 3.9464f, 14.5537f)
|
||||||
|
curveTo(4.0764f, 14.7137f, 4.2314f, 14.837f, 4.4114f, 14.9237f)
|
||||||
|
curveTo(4.5947f, 15.007f, 4.7997f, 15.0487f, 5.0264f, 15.0487f)
|
||||||
|
curveTo(5.2431f, 15.0487f, 5.4214f, 15.0237f, 5.5614f, 14.9737f)
|
||||||
|
curveTo(5.7014f, 14.9204f, 5.8164f, 14.862f, 5.9064f, 14.7987f)
|
||||||
|
curveTo(5.9997f, 14.7354f, 6.0764f, 14.6787f, 6.1364f, 14.6287f)
|
||||||
|
curveTo(6.1997f, 14.5754f, 6.2614f, 14.5487f, 6.3214f, 14.5487f)
|
||||||
|
curveTo(6.3947f, 14.5487f, 6.4514f, 14.577f, 6.4914f, 14.6337f)
|
||||||
|
lineTo(6.7414f, 14.9587f)
|
||||||
|
curveTo(6.6314f, 15.0954f, 6.5064f, 15.212f, 6.3664f, 15.3087f)
|
||||||
|
curveTo(6.2264f, 15.4054f, 6.0747f, 15.487f, 5.9114f, 15.5537f)
|
||||||
|
curveTo(5.7514f, 15.617f, 5.5831f, 15.6637f, 5.4064f, 15.6937f)
|
||||||
|
curveTo(5.2297f, 15.7237f, 5.0497f, 15.7387f, 4.8664f, 15.7387f)
|
||||||
|
curveTo(4.5497f, 15.7387f, 4.2547f, 15.6804f, 3.9814f, 15.5637f)
|
||||||
|
curveTo(3.7114f, 15.447f, 3.4764f, 15.2787f, 3.2764f, 15.0587f)
|
||||||
|
curveTo(3.0764f, 14.8354f, 2.9197f, 14.562f, 2.8064f, 14.2387f)
|
||||||
|
curveTo(2.6931f, 13.9154f, 2.6364f, 13.547f, 2.6364f, 13.1337f)
|
||||||
|
curveTo(2.6364f, 12.757f, 2.6881f, 12.4087f, 2.7914f, 12.0887f)
|
||||||
|
curveTo(2.8981f, 11.7687f, 3.0514f, 11.4937f, 3.2514f, 11.2637f)
|
||||||
|
curveTo(3.4547f, 11.0304f, 3.7031f, 10.8487f, 3.9964f, 10.7187f)
|
||||||
|
curveTo(4.2931f, 10.5887f, 4.6331f, 10.5237f, 5.0164f, 10.5237f)
|
||||||
|
curveTo(5.3731f, 10.5237f, 5.6864f, 10.582f, 5.9564f, 10.6987f)
|
||||||
|
curveTo(6.2297f, 10.812f, 6.4714f, 10.9737f, 6.6814f, 11.1837f)
|
||||||
|
lineTo(6.4464f, 11.5037f)
|
||||||
|
close()
|
||||||
|
moveTo(9.5439f, 10.5237f)
|
||||||
|
curveTo(9.9139f, 10.5237f, 10.2472f, 10.5854f, 10.5439f, 10.7087f)
|
||||||
|
curveTo(10.8406f, 10.832f, 11.0939f, 11.007f, 11.3039f, 11.2337f)
|
||||||
|
curveTo(11.5139f, 11.4604f, 11.6739f, 11.7354f, 11.7839f, 12.0587f)
|
||||||
|
curveTo(11.8972f, 12.3787f, 11.9539f, 12.737f, 11.9539f, 13.1337f)
|
||||||
|
curveTo(11.9539f, 13.5337f, 11.8972f, 13.8937f, 11.7839f, 14.2137f)
|
||||||
|
curveTo(11.6739f, 14.5337f, 11.5139f, 14.807f, 11.3039f, 15.0337f)
|
||||||
|
curveTo(11.0939f, 15.2604f, 10.8406f, 15.4354f, 10.5439f, 15.5587f)
|
||||||
|
curveTo(10.2472f, 15.6787f, 9.9139f, 15.7387f, 9.5439f, 15.7387f)
|
||||||
|
curveTo(9.1706f, 15.7387f, 8.8339f, 15.6787f, 8.5339f, 15.5587f)
|
||||||
|
curveTo(8.2372f, 15.4354f, 7.9839f, 15.2604f, 7.7739f, 15.0337f)
|
||||||
|
curveTo(7.5639f, 14.807f, 7.4022f, 14.5337f, 7.2889f, 14.2137f)
|
||||||
|
curveTo(7.1789f, 13.8937f, 7.1239f, 13.5337f, 7.1239f, 13.1337f)
|
||||||
|
curveTo(7.1239f, 12.737f, 7.1789f, 12.3787f, 7.2889f, 12.0587f)
|
||||||
|
curveTo(7.4022f, 11.7354f, 7.5639f, 11.4604f, 7.7739f, 11.2337f)
|
||||||
|
curveTo(7.9839f, 11.007f, 8.2372f, 10.832f, 8.5339f, 10.7087f)
|
||||||
|
curveTo(8.8339f, 10.5854f, 9.1706f, 10.5237f, 9.5439f, 10.5237f)
|
||||||
|
close()
|
||||||
|
moveTo(9.5439f, 15.0437f)
|
||||||
|
curveTo(10.0439f, 15.0437f, 10.4172f, 14.877f, 10.6639f, 14.5437f)
|
||||||
|
curveTo(10.9106f, 14.207f, 11.0339f, 13.7387f, 11.0339f, 13.1387f)
|
||||||
|
curveTo(11.0339f, 12.5354f, 10.9106f, 12.0654f, 10.6639f, 11.7287f)
|
||||||
|
curveTo(10.4172f, 11.392f, 10.0439f, 11.2237f, 9.5439f, 11.2237f)
|
||||||
|
curveTo(9.2906f, 11.2237f, 9.0689f, 11.267f, 8.8789f, 11.3537f)
|
||||||
|
curveTo(8.6922f, 11.4404f, 8.5356f, 11.5654f, 8.4089f, 11.7287f)
|
||||||
|
curveTo(8.2856f, 11.892f, 8.1922f, 12.0937f, 8.1289f, 12.3337f)
|
||||||
|
curveTo(8.0689f, 12.5704f, 8.0389f, 12.8387f, 8.0389f, 13.1387f)
|
||||||
|
curveTo(8.0389f, 13.7387f, 8.1622f, 14.207f, 8.4089f, 14.5437f)
|
||||||
|
curveTo(8.6589f, 14.877f, 9.0372f, 15.0437f, 9.5439f, 15.0437f)
|
||||||
|
close()
|
||||||
|
moveTo(15.8327f, 11.4387f)
|
||||||
|
curveTo(15.7927f, 11.512f, 15.7311f, 11.5487f, 15.6477f, 11.5487f)
|
||||||
|
curveTo(15.5977f, 11.5487f, 15.5411f, 11.5304f, 15.4777f, 11.4937f)
|
||||||
|
curveTo(15.4144f, 11.457f, 15.3361f, 11.417f, 15.2427f, 11.3737f)
|
||||||
|
curveTo(15.1527f, 11.327f, 15.0444f, 11.2854f, 14.9177f, 11.2487f)
|
||||||
|
curveTo(14.7911f, 11.2087f, 14.6411f, 11.1887f, 14.4677f, 11.1887f)
|
||||||
|
curveTo(14.3177f, 11.1887f, 14.1827f, 11.2087f, 14.0627f, 11.2487f)
|
||||||
|
curveTo(13.9427f, 11.2854f, 13.8394f, 11.337f, 13.7527f, 11.4037f)
|
||||||
|
curveTo(13.6694f, 11.4704f, 13.6044f, 11.5487f, 13.5577f, 11.6387f)
|
||||||
|
curveTo(13.5144f, 11.7254f, 13.4927f, 11.8204f, 13.4927f, 11.9237f)
|
||||||
|
curveTo(13.4927f, 12.0537f, 13.5294f, 12.162f, 13.6027f, 12.2487f)
|
||||||
|
curveTo(13.6794f, 12.3354f, 13.7794f, 12.4104f, 13.9027f, 12.4737f)
|
||||||
|
curveTo(14.0261f, 12.537f, 14.1661f, 12.5937f, 14.3227f, 12.6437f)
|
||||||
|
curveTo(14.4794f, 12.6904f, 14.6394f, 12.742f, 14.8027f, 12.7987f)
|
||||||
|
curveTo(14.9694f, 12.852f, 15.1311f, 12.912f, 15.2877f, 12.9787f)
|
||||||
|
curveTo(15.4444f, 13.0454f, 15.5844f, 13.1287f, 15.7077f, 13.2287f)
|
||||||
|
curveTo(15.8311f, 13.3287f, 15.9294f, 13.452f, 16.0027f, 13.5987f)
|
||||||
|
curveTo(16.0794f, 13.742f, 16.1177f, 13.9154f, 16.1177f, 14.1187f)
|
||||||
|
curveTo(16.1177f, 14.352f, 16.0761f, 14.5687f, 15.9927f, 14.7687f)
|
||||||
|
curveTo(15.9094f, 14.9654f, 15.7861f, 15.137f, 15.6227f, 15.2837f)
|
||||||
|
curveTo(15.4594f, 15.427f, 15.2594f, 15.5404f, 15.0227f, 15.6237f)
|
||||||
|
curveTo(14.7861f, 15.707f, 14.5127f, 15.7487f, 14.2027f, 15.7487f)
|
||||||
|
curveTo(13.8494f, 15.7487f, 13.5294f, 15.692f, 13.2427f, 15.5787f)
|
||||||
|
curveTo(12.9561f, 15.462f, 12.7127f, 15.3137f, 12.5127f, 15.1337f)
|
||||||
|
lineTo(12.7227f, 14.7937f)
|
||||||
|
curveTo(12.7494f, 14.7504f, 12.7811f, 14.717f, 12.8177f, 14.6937f)
|
||||||
|
curveTo(12.8544f, 14.6704f, 12.9011f, 14.6587f, 12.9577f, 14.6587f)
|
||||||
|
curveTo(13.0177f, 14.6587f, 13.0811f, 14.682f, 13.1477f, 14.7287f)
|
||||||
|
curveTo(13.2144f, 14.7754f, 13.2944f, 14.827f, 13.3877f, 14.8837f)
|
||||||
|
curveTo(13.4844f, 14.9404f, 13.6011f, 14.992f, 13.7377f, 15.0387f)
|
||||||
|
curveTo(13.8744f, 15.0854f, 14.0444f, 15.1087f, 14.2477f, 15.1087f)
|
||||||
|
curveTo(14.4211f, 15.1087f, 14.5727f, 15.087f, 14.7027f, 15.0437f)
|
||||||
|
curveTo(14.8327f, 14.997f, 14.9411f, 14.9354f, 15.0277f, 14.8587f)
|
||||||
|
curveTo(15.1144f, 14.782f, 15.1777f, 14.6937f, 15.2177f, 14.5937f)
|
||||||
|
curveTo(15.2611f, 14.4937f, 15.2827f, 14.387f, 15.2827f, 14.2737f)
|
||||||
|
curveTo(15.2827f, 14.1337f, 15.2444f, 14.0187f, 15.1677f, 13.9287f)
|
||||||
|
curveTo(15.0944f, 13.8354f, 14.9961f, 13.757f, 14.8727f, 13.6937f)
|
||||||
|
curveTo(14.7494f, 13.627f, 14.6077f, 13.5704f, 14.4477f, 13.5237f)
|
||||||
|
curveTo(14.2911f, 13.4737f, 14.1294f, 13.422f, 13.9627f, 13.3687f)
|
||||||
|
curveTo(13.7994f, 13.3154f, 13.6377f, 13.2554f, 13.4777f, 13.1887f)
|
||||||
|
curveTo(13.3211f, 13.1187f, 13.1811f, 13.032f, 13.0577f, 12.9287f)
|
||||||
|
curveTo(12.9344f, 12.8254f, 12.8344f, 12.6987f, 12.7577f, 12.5487f)
|
||||||
|
curveTo(12.6844f, 12.3954f, 12.6477f, 12.2104f, 12.6477f, 11.9937f)
|
||||||
|
curveTo(12.6477f, 11.8004f, 12.6877f, 11.6154f, 12.7677f, 11.4387f)
|
||||||
|
curveTo(12.8477f, 11.2587f, 12.9644f, 11.102f, 13.1177f, 10.9687f)
|
||||||
|
curveTo(13.2711f, 10.832f, 13.4594f, 10.7237f, 13.6827f, 10.6437f)
|
||||||
|
curveTo(13.9061f, 10.5637f, 14.1611f, 10.5237f, 14.4477f, 10.5237f)
|
||||||
|
curveTo(14.7811f, 10.5237f, 15.0794f, 10.577f, 15.3427f, 10.6837f)
|
||||||
|
curveTo(15.6094f, 10.787f, 15.8394f, 10.9304f, 16.0327f, 11.1137f)
|
||||||
|
lineTo(15.8327f, 11.4387f)
|
||||||
|
close()
|
||||||
|
moveTo(16.8539f, 9.1837f)
|
||||||
|
horizontalLineTo(19.0939f)
|
||||||
|
verticalLineTo(9.6637f)
|
||||||
|
horizontalLineTo(16.8539f)
|
||||||
|
verticalLineTo(9.1837f)
|
||||||
|
close()
|
||||||
|
moveTo(22.2688f, 10.7437f)
|
||||||
|
verticalLineTo(11.1687f)
|
||||||
|
horizontalLineTo(20.2338f)
|
||||||
|
verticalLineTo(10.7437f)
|
||||||
|
horizontalLineTo(20.9688f)
|
||||||
|
verticalLineTo(8.5437f)
|
||||||
|
lineTo(20.9938f, 8.3237f)
|
||||||
|
lineTo(20.4538f, 8.7687f)
|
||||||
|
curveTo(20.4238f, 8.792f, 20.3938f, 8.807f, 20.3638f, 8.8137f)
|
||||||
|
curveTo(20.3371f, 8.817f, 20.3104f, 8.817f, 20.2838f, 8.8137f)
|
||||||
|
curveTo(20.2571f, 8.807f, 20.2321f, 8.797f, 20.2088f, 8.7837f)
|
||||||
|
curveTo(20.1888f, 8.7704f, 20.1738f, 8.757f, 20.1638f, 8.7437f)
|
||||||
|
lineTo(19.9688f, 8.4637f)
|
||||||
|
lineTo(21.0788f, 7.5137f)
|
||||||
|
horizontalLineTo(21.6188f)
|
||||||
|
verticalLineTo(10.7437f)
|
||||||
|
horizontalLineTo(22.2688f)
|
||||||
|
close()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.build()
|
||||||
|
return _arCos!!
|
||||||
|
}
|
||||||
|
|
||||||
|
private var _arCos: ImageVector? = null
|
@ -0,0 +1,171 @@
|
|||||||
|
/*
|
||||||
|
* Unitto is a unit converter for Android
|
||||||
|
* Copyright (c) 2024 Elshan Agaev
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.sadellie.unitto.core.ui.common.icons.iconpack
|
||||||
|
|
||||||
|
import androidx.compose.ui.graphics.Color
|
||||||
|
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
||||||
|
import androidx.compose.ui.graphics.SolidColor
|
||||||
|
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
|
||||||
|
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
||||||
|
import androidx.compose.ui.graphics.vector.path
|
||||||
|
import androidx.compose.ui.unit.dp
|
||||||
|
import com.sadellie.unitto.core.ui.common.icons.IconPack
|
||||||
|
|
||||||
|
@Suppress("UnusedReceiverParameter")
|
||||||
|
val IconPack.ArSin: ImageVector
|
||||||
|
get() {
|
||||||
|
if (_arSin != null) {
|
||||||
|
return _arSin!!
|
||||||
|
}
|
||||||
|
_arSin = Builder(name = "ArSin", defaultWidth = 24.0.dp, defaultHeight = 24.0.dp,
|
||||||
|
viewportWidth = 24.0f, viewportHeight = 24.0f).apply {
|
||||||
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
|
pathFillType = NonZero) {
|
||||||
|
moveTo(7.0628f, 11.4387f)
|
||||||
|
curveTo(7.0228f, 11.512f, 6.9612f, 11.5487f, 6.8778f, 11.5487f)
|
||||||
|
curveTo(6.8278f, 11.5487f, 6.7712f, 11.5304f, 6.7078f, 11.4937f)
|
||||||
|
curveTo(6.6445f, 11.457f, 6.5662f, 11.417f, 6.4728f, 11.3737f)
|
||||||
|
curveTo(6.3828f, 11.327f, 6.2745f, 11.2854f, 6.1478f, 11.2487f)
|
||||||
|
curveTo(6.0212f, 11.2087f, 5.8712f, 11.1887f, 5.6978f, 11.1887f)
|
||||||
|
curveTo(5.5478f, 11.1887f, 5.4128f, 11.2087f, 5.2928f, 11.2487f)
|
||||||
|
curveTo(5.1728f, 11.2854f, 5.0695f, 11.337f, 4.9828f, 11.4037f)
|
||||||
|
curveTo(4.8995f, 11.4704f, 4.8345f, 11.5487f, 4.7878f, 11.6387f)
|
||||||
|
curveTo(4.7445f, 11.7254f, 4.7228f, 11.8204f, 4.7228f, 11.9237f)
|
||||||
|
curveTo(4.7228f, 12.0537f, 4.7595f, 12.162f, 4.8328f, 12.2487f)
|
||||||
|
curveTo(4.9095f, 12.3354f, 5.0095f, 12.4104f, 5.1328f, 12.4737f)
|
||||||
|
curveTo(5.2561f, 12.537f, 5.3962f, 12.5937f, 5.5528f, 12.6437f)
|
||||||
|
curveTo(5.7095f, 12.6904f, 5.8695f, 12.742f, 6.0328f, 12.7987f)
|
||||||
|
curveTo(6.1995f, 12.852f, 6.3611f, 12.912f, 6.5178f, 12.9787f)
|
||||||
|
curveTo(6.6745f, 13.0454f, 6.8145f, 13.1287f, 6.9378f, 13.2287f)
|
||||||
|
curveTo(7.0612f, 13.3287f, 7.1595f, 13.452f, 7.2328f, 13.5987f)
|
||||||
|
curveTo(7.3095f, 13.742f, 7.3478f, 13.9154f, 7.3478f, 14.1187f)
|
||||||
|
curveTo(7.3478f, 14.352f, 7.3061f, 14.5687f, 7.2228f, 14.7687f)
|
||||||
|
curveTo(7.1395f, 14.9654f, 7.0161f, 15.137f, 6.8528f, 15.2837f)
|
||||||
|
curveTo(6.6895f, 15.427f, 6.4895f, 15.5404f, 6.2528f, 15.6237f)
|
||||||
|
curveTo(6.0161f, 15.707f, 5.7428f, 15.7487f, 5.4328f, 15.7487f)
|
||||||
|
curveTo(5.0795f, 15.7487f, 4.7595f, 15.692f, 4.4728f, 15.5787f)
|
||||||
|
curveTo(4.1862f, 15.462f, 3.9428f, 15.3137f, 3.7428f, 15.1337f)
|
||||||
|
lineTo(3.9528f, 14.7937f)
|
||||||
|
curveTo(3.9795f, 14.7504f, 4.0111f, 14.717f, 4.0478f, 14.6937f)
|
||||||
|
curveTo(4.0845f, 14.6704f, 4.1311f, 14.6587f, 4.1878f, 14.6587f)
|
||||||
|
curveTo(4.2478f, 14.6587f, 4.3112f, 14.682f, 4.3778f, 14.7287f)
|
||||||
|
curveTo(4.4445f, 14.7754f, 4.5245f, 14.827f, 4.6178f, 14.8837f)
|
||||||
|
curveTo(4.7145f, 14.9404f, 4.8312f, 14.992f, 4.9678f, 15.0387f)
|
||||||
|
curveTo(5.1045f, 15.0854f, 5.2745f, 15.1087f, 5.4778f, 15.1087f)
|
||||||
|
curveTo(5.6512f, 15.1087f, 5.8028f, 15.087f, 5.9328f, 15.0437f)
|
||||||
|
curveTo(6.0628f, 14.997f, 6.1712f, 14.9354f, 6.2578f, 14.8587f)
|
||||||
|
curveTo(6.3445f, 14.782f, 6.4078f, 14.6937f, 6.4478f, 14.5937f)
|
||||||
|
curveTo(6.4911f, 14.4937f, 6.5128f, 14.387f, 6.5128f, 14.2737f)
|
||||||
|
curveTo(6.5128f, 14.1337f, 6.4745f, 14.0187f, 6.3978f, 13.9287f)
|
||||||
|
curveTo(6.3245f, 13.8354f, 6.2262f, 13.757f, 6.1028f, 13.6937f)
|
||||||
|
curveTo(5.9795f, 13.627f, 5.8378f, 13.5704f, 5.6778f, 13.5237f)
|
||||||
|
curveTo(5.5212f, 13.4737f, 5.3595f, 13.422f, 5.1928f, 13.3687f)
|
||||||
|
curveTo(5.0295f, 13.3154f, 4.8678f, 13.2554f, 4.7078f, 13.1887f)
|
||||||
|
curveTo(4.5511f, 13.1187f, 4.4111f, 13.032f, 4.2878f, 12.9287f)
|
||||||
|
curveTo(4.1645f, 12.8254f, 4.0645f, 12.6987f, 3.9878f, 12.5487f)
|
||||||
|
curveTo(3.9145f, 12.3954f, 3.8778f, 12.2104f, 3.8778f, 11.9937f)
|
||||||
|
curveTo(3.8778f, 11.8004f, 3.9178f, 11.6154f, 3.9978f, 11.4387f)
|
||||||
|
curveTo(4.0778f, 11.2587f, 4.1945f, 11.102f, 4.3478f, 10.9687f)
|
||||||
|
curveTo(4.5012f, 10.832f, 4.6895f, 10.7237f, 4.9128f, 10.6437f)
|
||||||
|
curveTo(5.1361f, 10.5637f, 5.3911f, 10.5237f, 5.6778f, 10.5237f)
|
||||||
|
curveTo(6.0111f, 10.5237f, 6.3095f, 10.577f, 6.5728f, 10.6837f)
|
||||||
|
curveTo(6.8395f, 10.787f, 7.0695f, 10.9304f, 7.2628f, 11.1137f)
|
||||||
|
lineTo(7.0628f, 11.4387f)
|
||||||
|
close()
|
||||||
|
moveTo(9.179f, 10.6037f)
|
||||||
|
verticalLineTo(15.6687f)
|
||||||
|
horizontalLineTo(8.289f)
|
||||||
|
verticalLineTo(10.6037f)
|
||||||
|
horizontalLineTo(9.179f)
|
||||||
|
close()
|
||||||
|
moveTo(9.369f, 9.0137f)
|
||||||
|
curveTo(9.369f, 9.1004f, 9.3506f, 9.182f, 9.314f, 9.2587f)
|
||||||
|
curveTo(9.2807f, 9.332f, 9.234f, 9.3987f, 9.174f, 9.4587f)
|
||||||
|
curveTo(9.1173f, 9.5154f, 9.049f, 9.5604f, 8.969f, 9.5937f)
|
||||||
|
curveTo(8.8923f, 9.627f, 8.8106f, 9.6437f, 8.724f, 9.6437f)
|
||||||
|
curveTo(8.6373f, 9.6437f, 8.5556f, 9.627f, 8.479f, 9.5937f)
|
||||||
|
curveTo(8.4057f, 9.5604f, 8.3406f, 9.5154f, 8.284f, 9.4587f)
|
||||||
|
curveTo(8.2273f, 9.3987f, 8.1823f, 9.332f, 8.149f, 9.2587f)
|
||||||
|
curveTo(8.1157f, 9.182f, 8.099f, 9.1004f, 8.099f, 9.0137f)
|
||||||
|
curveTo(8.099f, 8.927f, 8.1157f, 8.8454f, 8.149f, 8.7687f)
|
||||||
|
curveTo(8.1823f, 8.6887f, 8.2273f, 8.6204f, 8.284f, 8.5637f)
|
||||||
|
curveTo(8.3406f, 8.5037f, 8.4057f, 8.457f, 8.479f, 8.4237f)
|
||||||
|
curveTo(8.5556f, 8.3904f, 8.6373f, 8.3737f, 8.724f, 8.3737f)
|
||||||
|
curveTo(8.8106f, 8.3737f, 8.8923f, 8.3904f, 8.969f, 8.4237f)
|
||||||
|
curveTo(9.049f, 8.457f, 9.1173f, 8.5037f, 9.174f, 8.5637f)
|
||||||
|
curveTo(9.234f, 8.6204f, 9.2807f, 8.6887f, 9.314f, 8.7687f)
|
||||||
|
curveTo(9.3506f, 8.8454f, 9.369f, 8.927f, 9.369f, 9.0137f)
|
||||||
|
close()
|
||||||
|
moveTo(11.2813f, 11.3387f)
|
||||||
|
curveTo(11.3913f, 11.2154f, 11.508f, 11.1037f, 11.6313f, 11.0037f)
|
||||||
|
curveTo(11.7547f, 10.9037f, 11.8847f, 10.8187f, 12.0213f, 10.7487f)
|
||||||
|
curveTo(12.1613f, 10.6754f, 12.308f, 10.6204f, 12.4613f, 10.5837f)
|
||||||
|
curveTo(12.618f, 10.5437f, 12.7863f, 10.5237f, 12.9663f, 10.5237f)
|
||||||
|
curveTo(13.243f, 10.5237f, 13.4863f, 10.5704f, 13.6963f, 10.6637f)
|
||||||
|
curveTo(13.9097f, 10.7537f, 14.0863f, 10.8837f, 14.2263f, 11.0537f)
|
||||||
|
curveTo(14.3697f, 11.2204f, 14.478f, 11.422f, 14.5513f, 11.6587f)
|
||||||
|
curveTo(14.6247f, 11.8954f, 14.6613f, 12.157f, 14.6613f, 12.4437f)
|
||||||
|
verticalLineTo(15.6687f)
|
||||||
|
horizontalLineTo(13.7663f)
|
||||||
|
verticalLineTo(12.4437f)
|
||||||
|
curveTo(13.7663f, 12.0604f, 13.678f, 11.7637f, 13.5013f, 11.5537f)
|
||||||
|
curveTo(13.328f, 11.3404f, 13.063f, 11.2337f, 12.7063f, 11.2337f)
|
||||||
|
curveTo(12.443f, 11.2337f, 12.1963f, 11.297f, 11.9663f, 11.4237f)
|
||||||
|
curveTo(11.7397f, 11.5504f, 11.5297f, 11.722f, 11.3363f, 11.9387f)
|
||||||
|
verticalLineTo(15.6687f)
|
||||||
|
horizontalLineTo(10.4413f)
|
||||||
|
verticalLineTo(10.6037f)
|
||||||
|
horizontalLineTo(10.9763f)
|
||||||
|
curveTo(11.103f, 10.6037f, 11.1813f, 10.6654f, 11.2113f, 10.7887f)
|
||||||
|
lineTo(11.2813f, 11.3387f)
|
||||||
|
close()
|
||||||
|
moveTo(15.6625f, 9.1837f)
|
||||||
|
horizontalLineTo(17.9025f)
|
||||||
|
verticalLineTo(9.6637f)
|
||||||
|
horizontalLineTo(15.6625f)
|
||||||
|
verticalLineTo(9.1837f)
|
||||||
|
close()
|
||||||
|
moveTo(21.0773f, 10.7437f)
|
||||||
|
verticalLineTo(11.1687f)
|
||||||
|
horizontalLineTo(19.0423f)
|
||||||
|
verticalLineTo(10.7437f)
|
||||||
|
horizontalLineTo(19.7773f)
|
||||||
|
verticalLineTo(8.5437f)
|
||||||
|
lineTo(19.8023f, 8.3237f)
|
||||||
|
lineTo(19.2623f, 8.7687f)
|
||||||
|
curveTo(19.2323f, 8.792f, 19.2023f, 8.807f, 19.1723f, 8.8137f)
|
||||||
|
curveTo(19.1457f, 8.817f, 19.119f, 8.817f, 19.0923f, 8.8137f)
|
||||||
|
curveTo(19.0657f, 8.807f, 19.0407f, 8.797f, 19.0173f, 8.7837f)
|
||||||
|
curveTo(18.9973f, 8.7704f, 18.9823f, 8.757f, 18.9723f, 8.7437f)
|
||||||
|
lineTo(18.7773f, 8.4637f)
|
||||||
|
lineTo(19.8873f, 7.5137f)
|
||||||
|
horizontalLineTo(20.4273f)
|
||||||
|
verticalLineTo(10.7437f)
|
||||||
|
horizontalLineTo(21.0773f)
|
||||||
|
close()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.build()
|
||||||
|
return _arSin!!
|
||||||
|
}
|
||||||
|
|
||||||
|
private var _arSin: ImageVector? = null
|
@ -0,0 +1,175 @@
|
|||||||
|
/*
|
||||||
|
* Unitto is a unit converter for Android
|
||||||
|
* Copyright (c) 2024 Elshan Agaev
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.sadellie.unitto.core.ui.common.icons.iconpack
|
||||||
|
|
||||||
|
import androidx.compose.ui.graphics.Color
|
||||||
|
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
||||||
|
import androidx.compose.ui.graphics.SolidColor
|
||||||
|
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
|
||||||
|
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
||||||
|
import androidx.compose.ui.graphics.vector.path
|
||||||
|
import androidx.compose.ui.unit.dp
|
||||||
|
import com.sadellie.unitto.core.ui.common.icons.IconPack
|
||||||
|
|
||||||
|
@Suppress("UnusedReceiverParameter")
|
||||||
|
val IconPack.AcTan: ImageVector
|
||||||
|
get() {
|
||||||
|
if (_acTan != null) {
|
||||||
|
return _acTan!!
|
||||||
|
}
|
||||||
|
_acTan = Builder(name = "AcTan", defaultWidth = 24.0.dp, defaultHeight = 24.0.dp,
|
||||||
|
viewportWidth = 24.0f, viewportHeight = 24.0f).apply {
|
||||||
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
|
pathFillType = NonZero) {
|
||||||
|
moveTo(4.7547f, 15.7487f)
|
||||||
|
curveTo(4.3547f, 15.7487f, 4.0464f, 15.637f, 3.8297f, 15.4137f)
|
||||||
|
curveTo(3.6164f, 15.1904f, 3.5097f, 14.8687f, 3.5097f, 14.4487f)
|
||||||
|
verticalLineTo(11.3487f)
|
||||||
|
horizontalLineTo(2.8997f)
|
||||||
|
curveTo(2.8464f, 11.3487f, 2.8014f, 11.3337f, 2.7647f, 11.3037f)
|
||||||
|
curveTo(2.7281f, 11.2704f, 2.7097f, 11.2204f, 2.7097f, 11.1537f)
|
||||||
|
verticalLineTo(10.7987f)
|
||||||
|
lineTo(3.5397f, 10.6937f)
|
||||||
|
lineTo(3.7447f, 9.1287f)
|
||||||
|
curveTo(3.7547f, 9.0787f, 3.7764f, 9.0387f, 3.8097f, 9.0087f)
|
||||||
|
curveTo(3.8464f, 8.9754f, 3.8931f, 8.9587f, 3.9497f, 8.9587f)
|
||||||
|
horizontalLineTo(4.3997f)
|
||||||
|
verticalLineTo(10.7037f)
|
||||||
|
horizontalLineTo(5.8647f)
|
||||||
|
verticalLineTo(11.3487f)
|
||||||
|
horizontalLineTo(4.3997f)
|
||||||
|
verticalLineTo(14.3887f)
|
||||||
|
curveTo(4.3997f, 14.602f, 4.4514f, 14.7604f, 4.5547f, 14.8637f)
|
||||||
|
curveTo(4.6581f, 14.967f, 4.7914f, 15.0187f, 4.9547f, 15.0187f)
|
||||||
|
curveTo(5.0481f, 15.0187f, 5.1281f, 15.007f, 5.1947f, 14.9837f)
|
||||||
|
curveTo(5.2647f, 14.957f, 5.3247f, 14.9287f, 5.3747f, 14.8987f)
|
||||||
|
curveTo(5.4247f, 14.8687f, 5.4664f, 14.842f, 5.4997f, 14.8187f)
|
||||||
|
curveTo(5.5364f, 14.792f, 5.5681f, 14.7787f, 5.5947f, 14.7787f)
|
||||||
|
curveTo(5.6414f, 14.7787f, 5.6831f, 14.807f, 5.7197f, 14.8637f)
|
||||||
|
lineTo(5.9797f, 15.2887f)
|
||||||
|
curveTo(5.8264f, 15.432f, 5.6414f, 15.5454f, 5.4247f, 15.6287f)
|
||||||
|
curveTo(5.2081f, 15.7087f, 4.9847f, 15.7487f, 4.7547f, 15.7487f)
|
||||||
|
close()
|
||||||
|
moveTo(9.3287f, 13.3887f)
|
||||||
|
curveTo(8.9187f, 13.402f, 8.5687f, 13.4354f, 8.2787f, 13.4887f)
|
||||||
|
curveTo(7.992f, 13.5387f, 7.757f, 13.6054f, 7.5737f, 13.6887f)
|
||||||
|
curveTo(7.3937f, 13.772f, 7.262f, 13.8704f, 7.1787f, 13.9837f)
|
||||||
|
curveTo(7.0987f, 14.097f, 7.0587f, 14.2237f, 7.0587f, 14.3637f)
|
||||||
|
curveTo(7.0587f, 14.497f, 7.0804f, 14.612f, 7.1237f, 14.7087f)
|
||||||
|
curveTo(7.167f, 14.8054f, 7.2254f, 14.8854f, 7.2987f, 14.9487f)
|
||||||
|
curveTo(7.3754f, 15.0087f, 7.4637f, 15.0537f, 7.5637f, 15.0837f)
|
||||||
|
curveTo(7.667f, 15.1104f, 7.777f, 15.1237f, 7.8937f, 15.1237f)
|
||||||
|
curveTo(8.0504f, 15.1237f, 8.1937f, 15.1087f, 8.3237f, 15.0787f)
|
||||||
|
curveTo(8.4537f, 15.0454f, 8.5754f, 14.9987f, 8.6887f, 14.9387f)
|
||||||
|
curveTo(8.8054f, 14.8787f, 8.9154f, 14.807f, 9.0187f, 14.7237f)
|
||||||
|
curveTo(9.1254f, 14.6404f, 9.2287f, 14.5454f, 9.3287f, 14.4387f)
|
||||||
|
verticalLineTo(13.3887f)
|
||||||
|
close()
|
||||||
|
moveTo(6.4537f, 11.3187f)
|
||||||
|
curveTo(6.7337f, 11.0487f, 7.0354f, 10.847f, 7.3587f, 10.7137f)
|
||||||
|
curveTo(7.682f, 10.5804f, 8.0404f, 10.5137f, 8.4337f, 10.5137f)
|
||||||
|
curveTo(8.717f, 10.5137f, 8.9687f, 10.5604f, 9.1887f, 10.6537f)
|
||||||
|
curveTo(9.4087f, 10.747f, 9.5937f, 10.877f, 9.7437f, 11.0437f)
|
||||||
|
curveTo(9.8937f, 11.2104f, 10.007f, 11.412f, 10.0837f, 11.6487f)
|
||||||
|
curveTo(10.1604f, 11.8854f, 10.1987f, 12.1454f, 10.1987f, 12.4287f)
|
||||||
|
verticalLineTo(15.6687f)
|
||||||
|
horizontalLineTo(9.8037f)
|
||||||
|
curveTo(9.717f, 15.6687f, 9.6504f, 15.6554f, 9.6037f, 15.6287f)
|
||||||
|
curveTo(9.557f, 15.5987f, 9.5204f, 15.542f, 9.4937f, 15.4587f)
|
||||||
|
lineTo(9.3937f, 14.9787f)
|
||||||
|
curveTo(9.2604f, 15.102f, 9.1304f, 15.212f, 9.0037f, 15.3087f)
|
||||||
|
curveTo(8.877f, 15.402f, 8.7437f, 15.482f, 8.6037f, 15.5487f)
|
||||||
|
curveTo(8.4637f, 15.612f, 8.3137f, 15.6604f, 8.1537f, 15.6937f)
|
||||||
|
curveTo(7.997f, 15.7304f, 7.822f, 15.7487f, 7.6287f, 15.7487f)
|
||||||
|
curveTo(7.432f, 15.7487f, 7.247f, 15.722f, 7.0737f, 15.6687f)
|
||||||
|
curveTo(6.9004f, 15.612f, 6.7487f, 15.5287f, 6.6187f, 15.4187f)
|
||||||
|
curveTo(6.492f, 15.3087f, 6.3904f, 15.1704f, 6.3137f, 15.0037f)
|
||||||
|
curveTo(6.2404f, 14.8337f, 6.2037f, 14.6337f, 6.2037f, 14.4037f)
|
||||||
|
curveTo(6.2037f, 14.2037f, 6.2587f, 14.012f, 6.3687f, 13.8287f)
|
||||||
|
curveTo(6.4787f, 13.642f, 6.657f, 13.477f, 6.9037f, 13.3337f)
|
||||||
|
curveTo(7.1504f, 13.1904f, 7.472f, 13.0737f, 7.8687f, 12.9837f)
|
||||||
|
curveTo(8.2654f, 12.8904f, 8.752f, 12.837f, 9.3287f, 12.8237f)
|
||||||
|
verticalLineTo(12.4287f)
|
||||||
|
curveTo(9.3287f, 12.0354f, 9.2437f, 11.7387f, 9.0737f, 11.5387f)
|
||||||
|
curveTo(8.9037f, 11.3354f, 8.6554f, 11.2337f, 8.3287f, 11.2337f)
|
||||||
|
curveTo(8.1087f, 11.2337f, 7.9237f, 11.262f, 7.7737f, 11.3187f)
|
||||||
|
curveTo(7.627f, 11.372f, 7.4987f, 11.4337f, 7.3887f, 11.5037f)
|
||||||
|
curveTo(7.282f, 11.5704f, 7.1887f, 11.632f, 7.1087f, 11.6887f)
|
||||||
|
curveTo(7.032f, 11.742f, 6.9554f, 11.7687f, 6.8787f, 11.7687f)
|
||||||
|
curveTo(6.8187f, 11.7687f, 6.767f, 11.7537f, 6.7237f, 11.7237f)
|
||||||
|
curveTo(6.6804f, 11.6904f, 6.6437f, 11.6504f, 6.6137f, 11.6037f)
|
||||||
|
lineTo(6.4537f, 11.3187f)
|
||||||
|
close()
|
||||||
|
moveTo(12.1944f, 11.3387f)
|
||||||
|
curveTo(12.3044f, 11.2154f, 12.4211f, 11.1037f, 12.5444f, 11.0037f)
|
||||||
|
curveTo(12.6677f, 10.9037f, 12.7977f, 10.8187f, 12.9344f, 10.7487f)
|
||||||
|
curveTo(13.0744f, 10.6754f, 13.2211f, 10.6204f, 13.3744f, 10.5837f)
|
||||||
|
curveTo(13.5311f, 10.5437f, 13.6994f, 10.5237f, 13.8794f, 10.5237f)
|
||||||
|
curveTo(14.1561f, 10.5237f, 14.3994f, 10.5704f, 14.6094f, 10.6637f)
|
||||||
|
curveTo(14.8227f, 10.7537f, 14.9994f, 10.8837f, 15.1394f, 11.0537f)
|
||||||
|
curveTo(15.2827f, 11.2204f, 15.3911f, 11.422f, 15.4644f, 11.6587f)
|
||||||
|
curveTo(15.5377f, 11.8954f, 15.5744f, 12.157f, 15.5744f, 12.4437f)
|
||||||
|
verticalLineTo(15.6687f)
|
||||||
|
horizontalLineTo(14.6794f)
|
||||||
|
verticalLineTo(12.4437f)
|
||||||
|
curveTo(14.6794f, 12.0604f, 14.5911f, 11.7637f, 14.4144f, 11.5537f)
|
||||||
|
curveTo(14.2411f, 11.3404f, 13.9761f, 11.2337f, 13.6194f, 11.2337f)
|
||||||
|
curveTo(13.3561f, 11.2337f, 13.1094f, 11.297f, 12.8794f, 11.4237f)
|
||||||
|
curveTo(12.6527f, 11.5504f, 12.4427f, 11.722f, 12.2494f, 11.9387f)
|
||||||
|
verticalLineTo(15.6687f)
|
||||||
|
horizontalLineTo(11.3544f)
|
||||||
|
verticalLineTo(10.6037f)
|
||||||
|
horizontalLineTo(11.8894f)
|
||||||
|
curveTo(12.0161f, 10.6037f, 12.0944f, 10.6654f, 12.1244f, 10.7887f)
|
||||||
|
lineTo(12.1944f, 11.3387f)
|
||||||
|
close()
|
||||||
|
moveTo(16.5756f, 9.1837f)
|
||||||
|
horizontalLineTo(18.8156f)
|
||||||
|
verticalLineTo(9.6637f)
|
||||||
|
horizontalLineTo(16.5756f)
|
||||||
|
verticalLineTo(9.1837f)
|
||||||
|
close()
|
||||||
|
moveTo(21.9904f, 10.7437f)
|
||||||
|
verticalLineTo(11.1687f)
|
||||||
|
horizontalLineTo(19.9554f)
|
||||||
|
verticalLineTo(10.7437f)
|
||||||
|
horizontalLineTo(20.6904f)
|
||||||
|
verticalLineTo(8.5437f)
|
||||||
|
lineTo(20.7154f, 8.3237f)
|
||||||
|
lineTo(20.1754f, 8.7687f)
|
||||||
|
curveTo(20.1454f, 8.792f, 20.1154f, 8.807f, 20.0854f, 8.8137f)
|
||||||
|
curveTo(20.0588f, 8.817f, 20.0321f, 8.817f, 20.0054f, 8.8137f)
|
||||||
|
curveTo(19.9788f, 8.807f, 19.9538f, 8.797f, 19.9304f, 8.7837f)
|
||||||
|
curveTo(19.9104f, 8.7704f, 19.8954f, 8.757f, 19.8854f, 8.7437f)
|
||||||
|
lineTo(19.6904f, 8.4637f)
|
||||||
|
lineTo(20.8004f, 7.5137f)
|
||||||
|
horizontalLineTo(21.3404f)
|
||||||
|
verticalLineTo(10.7437f)
|
||||||
|
horizontalLineTo(21.9904f)
|
||||||
|
close()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.build()
|
||||||
|
return _acTan!!
|
||||||
|
}
|
||||||
|
|
||||||
|
private var _acTan: ImageVector? = null
|
@ -0,0 +1,78 @@
|
|||||||
|
/*
|
||||||
|
* Unitto is a unit converter for Android
|
||||||
|
* Copyright (c) 2024 Elshan Agaev
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.sadellie.unitto.core.ui.common.icons.iconpack
|
||||||
|
|
||||||
|
import androidx.compose.ui.graphics.Color
|
||||||
|
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
||||||
|
import androidx.compose.ui.graphics.SolidColor
|
||||||
|
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
|
||||||
|
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
||||||
|
import androidx.compose.ui.graphics.vector.path
|
||||||
|
import androidx.compose.ui.unit.dp
|
||||||
|
import com.sadellie.unitto.core.ui.common.icons.IconPack
|
||||||
|
|
||||||
|
@Suppress("UnusedReceiverParameter")
|
||||||
|
val IconPack.Backspace: ImageVector
|
||||||
|
get() {
|
||||||
|
if (_backspace != null) {
|
||||||
|
return _backspace!!
|
||||||
|
}
|
||||||
|
_backspace = Builder(name = "Backspace", defaultWidth = 24.0.dp, defaultHeight = 24.0.dp,
|
||||||
|
viewportWidth = 24.0f, viewportHeight = 24.0f).apply {
|
||||||
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
|
pathFillType = NonZero) {
|
||||||
|
moveTo(11.7f, 14.1687f)
|
||||||
|
lineTo(13.0f, 12.8687f)
|
||||||
|
lineTo(14.3f, 14.1687f)
|
||||||
|
lineTo(15.0f, 13.4687f)
|
||||||
|
lineTo(13.7f, 12.1687f)
|
||||||
|
lineTo(15.0f, 10.8687f)
|
||||||
|
lineTo(14.3f, 10.1687f)
|
||||||
|
lineTo(13.0f, 11.4687f)
|
||||||
|
lineTo(11.7f, 10.1687f)
|
||||||
|
lineTo(11.0f, 10.8687f)
|
||||||
|
lineTo(12.3f, 12.1687f)
|
||||||
|
lineTo(11.0f, 13.4687f)
|
||||||
|
lineTo(11.7f, 14.1687f)
|
||||||
|
close()
|
||||||
|
moveTo(7.5f, 12.1687f)
|
||||||
|
lineTo(9.675f, 9.0937f)
|
||||||
|
curveTo(9.7667f, 8.9604f, 9.8854f, 8.8562f, 10.0313f, 8.7812f)
|
||||||
|
curveTo(10.1771f, 8.7062f, 10.3333f, 8.6687f, 10.5f, 8.6687f)
|
||||||
|
horizontalLineTo(15.5f)
|
||||||
|
curveTo(15.775f, 8.6687f, 16.0104f, 8.7666f, 16.2063f, 8.9625f)
|
||||||
|
curveTo(16.4021f, 9.1583f, 16.5f, 9.3937f, 16.5f, 9.6687f)
|
||||||
|
verticalLineTo(14.6687f)
|
||||||
|
curveTo(16.5f, 14.9437f, 16.4021f, 15.1791f, 16.2063f, 15.375f)
|
||||||
|
curveTo(16.0104f, 15.5708f, 15.775f, 15.6687f, 15.5f, 15.6687f)
|
||||||
|
horizontalLineTo(10.5f)
|
||||||
|
curveTo(10.3333f, 15.6687f, 10.1771f, 15.6312f, 10.0313f, 15.5562f)
|
||||||
|
curveTo(9.8854f, 15.4812f, 9.7667f, 15.377f, 9.675f, 15.2437f)
|
||||||
|
lineTo(7.5f, 12.1687f)
|
||||||
|
close()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.build()
|
||||||
|
return _backspace!!
|
||||||
|
}
|
||||||
|
|
||||||
|
private var _backspace: ImageVector? = null
|
@ -0,0 +1,101 @@
|
|||||||
|
/*
|
||||||
|
* Unitto is a unit converter for Android
|
||||||
|
* Copyright (c) 2024 Elshan Agaev
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.sadellie.unitto.core.ui.common.icons.iconpack
|
||||||
|
|
||||||
|
import androidx.compose.ui.graphics.Color
|
||||||
|
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
||||||
|
import androidx.compose.ui.graphics.SolidColor
|
||||||
|
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
|
||||||
|
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
||||||
|
import androidx.compose.ui.graphics.vector.path
|
||||||
|
import androidx.compose.ui.unit.dp
|
||||||
|
import com.sadellie.unitto.core.ui.common.icons.IconPack
|
||||||
|
|
||||||
|
@Suppress("UnusedReceiverParameter")
|
||||||
|
val IconPack.Brackets: ImageVector
|
||||||
|
get() {
|
||||||
|
if (_brackets != null) {
|
||||||
|
return _brackets!!
|
||||||
|
}
|
||||||
|
_brackets = Builder(name = "Brackets", defaultWidth = 24.0.dp, defaultHeight = 24.0.dp,
|
||||||
|
viewportWidth = 24.0f, viewportHeight = 24.0f).apply {
|
||||||
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
|
pathFillType = NonZero) {
|
||||||
|
moveTo(9.0068f, 12.1688f)
|
||||||
|
curveTo(9.0068f, 12.7178f, 9.0748f, 13.255f, 9.2107f, 13.7805f)
|
||||||
|
curveTo(9.3467f, 14.3033f, 9.5441f, 14.7961f, 9.8028f, 15.2588f)
|
||||||
|
curveTo(9.8264f, 15.3059f, 9.8408f, 15.3477f, 9.846f, 15.3843f)
|
||||||
|
curveTo(9.8512f, 15.4209f, 9.8486f, 15.4523f, 9.8382f, 15.4784f)
|
||||||
|
curveTo(9.8277f, 15.5072f, 9.812f, 15.5307f, 9.7911f, 15.549f)
|
||||||
|
curveTo(9.7728f, 15.5673f, 9.7519f, 15.5843f, 9.7283f, 15.6f)
|
||||||
|
lineTo(9.3558f, 15.8313f)
|
||||||
|
curveTo(9.1598f, 15.5307f, 8.9938f, 15.2314f, 8.8578f, 14.9334f)
|
||||||
|
curveTo(8.7219f, 14.638f, 8.6108f, 14.3399f, 8.5245f, 14.0393f)
|
||||||
|
curveTo(8.4382f, 13.7361f, 8.3755f, 13.4302f, 8.3363f, 13.1217f)
|
||||||
|
curveTo(8.2971f, 12.8106f, 8.2775f, 12.493f, 8.2775f, 12.1688f)
|
||||||
|
curveTo(8.2775f, 11.8473f, 8.2971f, 11.5323f, 8.3363f, 11.2238f)
|
||||||
|
curveTo(8.3755f, 10.9127f, 8.4382f, 10.6069f, 8.5245f, 10.3062f)
|
||||||
|
curveTo(8.6108f, 10.003f, 8.7219f, 9.7023f, 8.8578f, 9.4043f)
|
||||||
|
curveTo(8.9938f, 9.1063f, 9.1598f, 8.807f, 9.3558f, 8.5063f)
|
||||||
|
lineTo(9.7283f, 8.7377f)
|
||||||
|
curveTo(9.7519f, 8.7534f, 9.7728f, 8.7704f, 9.7911f, 8.7887f)
|
||||||
|
curveTo(9.812f, 8.807f, 9.8277f, 8.8305f, 9.8382f, 8.8593f)
|
||||||
|
curveTo(9.8486f, 8.8854f, 9.8512f, 8.9168f, 9.846f, 8.9534f)
|
||||||
|
curveTo(9.8408f, 8.99f, 9.8264f, 9.0318f, 9.8028f, 9.0789f)
|
||||||
|
curveTo(9.5441f, 9.5442f, 9.3467f, 10.0383f, 9.2107f, 10.5611f)
|
||||||
|
curveTo(9.0748f, 11.084f, 9.0068f, 11.6199f, 9.0068f, 12.1688f)
|
||||||
|
close()
|
||||||
|
}
|
||||||
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
|
pathFillType = NonZero) {
|
||||||
|
moveTo(14.9933f, 12.1688f)
|
||||||
|
curveTo(14.9933f, 12.7178f, 14.9253f, 13.255f, 14.7894f, 13.7805f)
|
||||||
|
curveTo(14.6535f, 14.3033f, 14.4561f, 14.7961f, 14.1973f, 15.2588f)
|
||||||
|
curveTo(14.1737f, 15.3059f, 14.1594f, 15.3477f, 14.1541f, 15.3843f)
|
||||||
|
curveTo(14.1489f, 15.4209f, 14.1515f, 15.4523f, 14.162f, 15.4784f)
|
||||||
|
curveTo(14.1724f, 15.5072f, 14.1881f, 15.5307f, 14.209f, 15.549f)
|
||||||
|
curveTo(14.2273f, 15.5673f, 14.2482f, 15.5843f, 14.2718f, 15.6f)
|
||||||
|
lineTo(14.6443f, 15.8313f)
|
||||||
|
curveTo(14.8404f, 15.5307f, 15.0064f, 15.2314f, 15.1423f, 14.9334f)
|
||||||
|
curveTo(15.2782f, 14.638f, 15.3893f, 14.3399f, 15.4756f, 14.0393f)
|
||||||
|
curveTo(15.5619f, 13.7361f, 15.6246f, 13.4302f, 15.6638f, 13.1217f)
|
||||||
|
curveTo(15.7031f, 12.8106f, 15.7227f, 12.493f, 15.7227f, 12.1688f)
|
||||||
|
curveTo(15.7227f, 11.8473f, 15.7031f, 11.5323f, 15.6638f, 11.2238f)
|
||||||
|
curveTo(15.6246f, 10.9127f, 15.5619f, 10.6069f, 15.4756f, 10.3062f)
|
||||||
|
curveTo(15.3893f, 10.003f, 15.2782f, 9.7023f, 15.1423f, 9.4043f)
|
||||||
|
curveTo(15.0064f, 9.1063f, 14.8404f, 8.807f, 14.6443f, 8.5063f)
|
||||||
|
lineTo(14.2718f, 8.7377f)
|
||||||
|
curveTo(14.2482f, 8.7534f, 14.2273f, 8.7704f, 14.209f, 8.7887f)
|
||||||
|
curveTo(14.1881f, 8.807f, 14.1724f, 8.8305f, 14.162f, 8.8593f)
|
||||||
|
curveTo(14.1515f, 8.8854f, 14.1489f, 8.9168f, 14.1541f, 8.9534f)
|
||||||
|
curveTo(14.1594f, 8.99f, 14.1737f, 9.0318f, 14.1973f, 9.0789f)
|
||||||
|
curveTo(14.4561f, 9.5442f, 14.6535f, 10.0383f, 14.7894f, 10.5611f)
|
||||||
|
curveTo(14.9253f, 11.084f, 14.9933f, 11.6199f, 14.9933f, 12.1688f)
|
||||||
|
close()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.build()
|
||||||
|
return _brackets!!
|
||||||
|
}
|
||||||
|
|
||||||
|
private var _brackets: ImageVector? = null
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Unitto is a unit converter for Android
|
* Unitto is a unit converter for Android
|
||||||
* Copyright (c) 2023 Elshan Agaev
|
* Copyright (c) 2024 Elshan Agaev
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@ -16,7 +16,7 @@
|
|||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.sadellie.unitto.core.ui.common.key.unittoicons
|
package com.sadellie.unitto.core.ui.common.icons.iconpack
|
||||||
|
|
||||||
import androidx.compose.ui.graphics.Color
|
import androidx.compose.ui.graphics.Color
|
||||||
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
||||||
@ -27,34 +27,30 @@ import androidx.compose.ui.graphics.vector.ImageVector
|
|||||||
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
||||||
import androidx.compose.ui.graphics.vector.path
|
import androidx.compose.ui.graphics.vector.path
|
||||||
import androidx.compose.ui.unit.dp
|
import androidx.compose.ui.unit.dp
|
||||||
import com.sadellie.unitto.core.ui.common.key.UnittoIcons
|
import com.sadellie.unitto.core.ui.common.icons.IconPack
|
||||||
|
|
||||||
@Suppress("UnusedReceiverParameter")
|
@Suppress("UnusedReceiverParameter")
|
||||||
val UnittoIcons.Check: ImageVector
|
val IconPack.Check: ImageVector
|
||||||
get() {
|
get() {
|
||||||
if (_check != null) {
|
if (_check != null) {
|
||||||
return _check!!
|
return _check!!
|
||||||
}
|
}
|
||||||
_check = Builder(
|
_check = Builder(name = "Check", defaultWidth = 24.0.dp, defaultHeight = 24.0.dp,
|
||||||
name = "Check", defaultWidth = 170.0.dp, defaultHeight = 170.0.dp,
|
viewportWidth = 24.0f, viewportHeight = 24.0f).apply {
|
||||||
viewportWidth = 170.0f, viewportHeight = 170.0f
|
path(fill = SolidColor(Color(0xFF1C1B1F)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
).apply {
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
path(
|
pathFillType = NonZero) {
|
||||||
fill = SolidColor(Color(0xFF1C1B1F)), stroke = null, strokeLineWidth = 0.0f,
|
moveTo(10.5738f, 15.6687f)
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
lineTo(7.2557f, 12.3506f)
|
||||||
pathFillType = NonZero
|
lineTo(8.0853f, 11.5211f)
|
||||||
) {
|
lineTo(10.5738f, 14.0097f)
|
||||||
moveTo(69.625f, 122.156f)
|
lineTo(15.9148f, 8.6687f)
|
||||||
lineTo(34.0f, 86.531f)
|
lineTo(16.7443f, 9.4982f)
|
||||||
lineTo(42.906f, 77.625f)
|
lineTo(10.5738f, 15.6687f)
|
||||||
lineTo(69.625f, 104.344f)
|
|
||||||
lineTo(126.969f, 47.0f)
|
|
||||||
lineTo(135.875f, 55.906f)
|
|
||||||
lineTo(69.625f, 122.156f)
|
|
||||||
close()
|
close()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.build()
|
.build()
|
||||||
return _check!!
|
return _check!!
|
||||||
}
|
}
|
||||||
|
|
@ -0,0 +1,107 @@
|
|||||||
|
/*
|
||||||
|
* Unitto is a unit converter for Android
|
||||||
|
* Copyright (c) 2024 Elshan Agaev
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.sadellie.unitto.core.ui.common.icons.iconpack
|
||||||
|
|
||||||
|
import androidx.compose.ui.graphics.Color
|
||||||
|
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
||||||
|
import androidx.compose.ui.graphics.SolidColor
|
||||||
|
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
|
||||||
|
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
||||||
|
import androidx.compose.ui.graphics.vector.path
|
||||||
|
import androidx.compose.ui.unit.dp
|
||||||
|
import com.sadellie.unitto.core.ui.common.icons.IconPack
|
||||||
|
|
||||||
|
@Suppress("UnusedReceiverParameter")
|
||||||
|
val IconPack.Clear: ImageVector
|
||||||
|
get() {
|
||||||
|
if (_clear != null) {
|
||||||
|
return _clear!!
|
||||||
|
}
|
||||||
|
_clear = Builder(name = "Clear", defaultWidth = 24.0.dp, defaultHeight = 24.0.dp,
|
||||||
|
viewportWidth = 24.0f, viewportHeight = 24.0f).apply {
|
||||||
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
|
pathFillType = NonZero) {
|
||||||
|
moveTo(10.8391f, 13.0087f)
|
||||||
|
lineTo(9.7141f, 10.0937f)
|
||||||
|
curveTo(9.6808f, 10.007f, 9.6458f, 9.907f, 9.6091f, 9.7937f)
|
||||||
|
curveTo(9.5725f, 9.677f, 9.5375f, 9.5537f, 9.5041f, 9.4237f)
|
||||||
|
curveTo(9.4341f, 9.6937f, 9.3625f, 9.9187f, 9.2891f, 10.0987f)
|
||||||
|
lineTo(8.1641f, 13.0087f)
|
||||||
|
horizontalLineTo(10.8391f)
|
||||||
|
close()
|
||||||
|
moveTo(12.8591f, 15.6687f)
|
||||||
|
horizontalLineTo(12.1091f)
|
||||||
|
curveTo(12.0225f, 15.6687f, 11.9525f, 15.647f, 11.8991f, 15.6037f)
|
||||||
|
curveTo(11.8458f, 15.5604f, 11.8058f, 15.5054f, 11.7791f, 15.4387f)
|
||||||
|
lineTo(11.1091f, 13.7087f)
|
||||||
|
horizontalLineTo(7.8941f)
|
||||||
|
lineTo(7.2241f, 15.4387f)
|
||||||
|
curveTo(7.2041f, 15.4987f, 7.1658f, 15.552f, 7.1091f, 15.5987f)
|
||||||
|
curveTo(7.0525f, 15.6454f, 6.9825f, 15.6687f, 6.8991f, 15.6687f)
|
||||||
|
horizontalLineTo(6.1491f)
|
||||||
|
lineTo(9.0141f, 8.5037f)
|
||||||
|
horizontalLineTo(9.9941f)
|
||||||
|
lineTo(12.8591f, 15.6687f)
|
||||||
|
close()
|
||||||
|
moveTo(18.1462f, 14.1887f)
|
||||||
|
curveTo(18.1995f, 14.1887f, 18.2462f, 14.2104f, 18.2862f, 14.2537f)
|
||||||
|
lineTo(18.6712f, 14.6687f)
|
||||||
|
curveTo(18.3778f, 15.0087f, 18.0212f, 15.2737f, 17.6012f, 15.4637f)
|
||||||
|
curveTo(17.1845f, 15.6537f, 16.6795f, 15.7487f, 16.0862f, 15.7487f)
|
||||||
|
curveTo(15.5728f, 15.7487f, 15.1062f, 15.6604f, 14.6862f, 15.4837f)
|
||||||
|
curveTo(14.2662f, 15.3037f, 13.9078f, 15.0537f, 13.6112f, 14.7337f)
|
||||||
|
curveTo(13.3145f, 14.4104f, 13.0845f, 14.0237f, 12.9212f, 13.5737f)
|
||||||
|
curveTo(12.7578f, 13.1237f, 12.6762f, 12.6287f, 12.6762f, 12.0887f)
|
||||||
|
curveTo(12.6762f, 11.5487f, 12.7612f, 11.0537f, 12.9312f, 10.6037f)
|
||||||
|
curveTo(13.1012f, 10.1537f, 13.3395f, 9.767f, 13.6462f, 9.4437f)
|
||||||
|
curveTo(13.9562f, 9.1204f, 14.3262f, 8.8704f, 14.7562f, 8.6937f)
|
||||||
|
curveTo(15.1862f, 8.5137f, 15.6612f, 8.4237f, 16.1812f, 8.4237f)
|
||||||
|
curveTo(16.6912f, 8.4237f, 17.1412f, 8.5054f, 17.5312f, 8.6687f)
|
||||||
|
curveTo(17.9212f, 8.832f, 18.2645f, 9.0537f, 18.5612f, 9.3337f)
|
||||||
|
lineTo(18.2412f, 9.7787f)
|
||||||
|
curveTo(18.2212f, 9.812f, 18.1945f, 9.8404f, 18.1612f, 9.8637f)
|
||||||
|
curveTo(18.1312f, 9.8837f, 18.0895f, 9.8937f, 18.0362f, 9.8937f)
|
||||||
|
curveTo(17.9762f, 9.8937f, 17.9028f, 9.862f, 17.8162f, 9.7987f)
|
||||||
|
curveTo(17.7295f, 9.732f, 17.6162f, 9.6587f, 17.4762f, 9.5787f)
|
||||||
|
curveTo(17.3362f, 9.4987f, 17.1612f, 9.427f, 16.9512f, 9.3637f)
|
||||||
|
curveTo(16.7412f, 9.297f, 16.4828f, 9.2637f, 16.1762f, 9.2637f)
|
||||||
|
curveTo(15.8062f, 9.2637f, 15.4678f, 9.3287f, 15.1612f, 9.4587f)
|
||||||
|
curveTo(14.8545f, 9.5854f, 14.5895f, 9.7704f, 14.3662f, 10.0137f)
|
||||||
|
curveTo(14.1462f, 10.257f, 13.9745f, 10.5537f, 13.8512f, 10.9037f)
|
||||||
|
curveTo(13.7278f, 11.2537f, 13.6662f, 11.6487f, 13.6662f, 12.0887f)
|
||||||
|
curveTo(13.6662f, 12.5354f, 13.7295f, 12.9337f, 13.8562f, 13.2837f)
|
||||||
|
curveTo(13.9862f, 13.6337f, 14.1612f, 13.9304f, 14.3812f, 14.1737f)
|
||||||
|
curveTo(14.6045f, 14.4137f, 14.8662f, 14.597f, 15.1662f, 14.7237f)
|
||||||
|
curveTo(15.4695f, 14.8504f, 15.7962f, 14.9137f, 16.1462f, 14.9137f)
|
||||||
|
curveTo(16.3595f, 14.9137f, 16.5512f, 14.902f, 16.7212f, 14.8787f)
|
||||||
|
curveTo(16.8945f, 14.852f, 17.0528f, 14.812f, 17.1962f, 14.7587f)
|
||||||
|
curveTo(17.3428f, 14.7054f, 17.4778f, 14.6387f, 17.6012f, 14.5587f)
|
||||||
|
curveTo(17.7278f, 14.4754f, 17.8528f, 14.377f, 17.9762f, 14.2637f)
|
||||||
|
curveTo(18.0328f, 14.2137f, 18.0895f, 14.1887f, 18.1462f, 14.1887f)
|
||||||
|
close()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.build()
|
||||||
|
return _clear!!
|
||||||
|
}
|
||||||
|
|
||||||
|
private var _clear: ImageVector? = null
|
@ -0,0 +1,74 @@
|
|||||||
|
/*
|
||||||
|
* Unitto is a unit converter for Android
|
||||||
|
* Copyright (c) 2024 Elshan Agaev
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.sadellie.unitto.core.ui.common.icons.iconpack
|
||||||
|
|
||||||
|
import androidx.compose.ui.graphics.Color
|
||||||
|
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
||||||
|
import androidx.compose.ui.graphics.SolidColor
|
||||||
|
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
|
||||||
|
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
||||||
|
import androidx.compose.ui.graphics.vector.path
|
||||||
|
import androidx.compose.ui.unit.dp
|
||||||
|
import com.sadellie.unitto.core.ui.common.icons.IconPack
|
||||||
|
|
||||||
|
@Suppress("UnusedReceiverParameter")
|
||||||
|
val IconPack.Comma: ImageVector
|
||||||
|
get() {
|
||||||
|
if (_comma != null) {
|
||||||
|
return _comma!!
|
||||||
|
}
|
||||||
|
_comma = Builder(name = "Comma", defaultWidth = 24.0.dp, defaultHeight = 24.0.dp,
|
||||||
|
viewportWidth = 24.0f, viewportHeight = 24.0f).apply {
|
||||||
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
|
pathFillType = NonZero) {
|
||||||
|
moveTo(11.4661f, 13.3917f)
|
||||||
|
curveTo(11.4371f, 13.3663f, 11.4171f, 13.3427f, 11.4062f, 13.3209f)
|
||||||
|
curveTo(11.3953f, 13.2991f, 11.3899f, 13.2719f, 11.3899f, 13.2392f)
|
||||||
|
curveTo(11.3899f, 13.2138f, 11.3971f, 13.1883f, 11.4116f, 13.1629f)
|
||||||
|
curveTo(11.4298f, 13.1375f, 11.4498f, 13.1139f, 11.4716f, 13.0921f)
|
||||||
|
curveTo(11.5079f, 13.0521f, 11.5533f, 12.9995f, 11.6078f, 12.9341f)
|
||||||
|
curveTo(11.6659f, 12.8687f, 11.724f, 12.7906f, 11.7821f, 12.6998f)
|
||||||
|
curveTo(11.8402f, 12.6127f, 11.8929f, 12.5146f, 11.9401f, 12.4056f)
|
||||||
|
curveTo(11.9909f, 12.3003f, 12.0273f, 12.1877f, 12.0491f, 12.0679f)
|
||||||
|
curveTo(12.0382f, 12.0715f, 12.0254f, 12.0733f, 12.0109f, 12.0733f)
|
||||||
|
curveTo(12.0f, 12.0733f, 11.9891f, 12.0733f, 11.9782f, 12.0733f)
|
||||||
|
curveTo(11.7894f, 12.0733f, 11.635f, 12.0116f, 11.5152f, 11.8881f)
|
||||||
|
curveTo(11.3989f, 11.761f, 11.3408f, 11.5993f, 11.3408f, 11.4032f)
|
||||||
|
curveTo(11.3408f, 11.2325f, 11.3989f, 11.0872f, 11.5152f, 10.9674f)
|
||||||
|
curveTo(11.635f, 10.8475f, 11.793f, 10.7876f, 11.9891f, 10.7876f)
|
||||||
|
curveTo(12.0981f, 10.7876f, 12.1943f, 10.8076f, 12.2779f, 10.8475f)
|
||||||
|
curveTo(12.3614f, 10.8875f, 12.4304f, 10.9438f, 12.4849f, 11.0164f)
|
||||||
|
curveTo(12.543f, 11.0854f, 12.5866f, 11.1671f, 12.6156f, 11.2616f)
|
||||||
|
curveTo(12.6447f, 11.3524f, 12.6592f, 11.4523f, 12.6592f, 11.5612f)
|
||||||
|
curveTo(12.6592f, 11.7246f, 12.6356f, 11.8954f, 12.5884f, 12.0733f)
|
||||||
|
curveTo(12.5448f, 12.2477f, 12.4776f, 12.4202f, 12.3868f, 12.5909f)
|
||||||
|
curveTo(12.2997f, 12.7652f, 12.1925f, 12.9341f, 12.0654f, 13.0975f)
|
||||||
|
curveTo(11.9383f, 13.261f, 11.793f, 13.4117f, 11.6296f, 13.5497f)
|
||||||
|
lineTo(11.4661f, 13.3917f)
|
||||||
|
close()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.build()
|
||||||
|
return _comma!!
|
||||||
|
}
|
||||||
|
|
||||||
|
private var _comma: ImageVector? = null
|
@ -0,0 +1,167 @@
|
|||||||
|
/*
|
||||||
|
* Unitto is a unit converter for Android
|
||||||
|
* Copyright (c) 2024 Elshan Agaev
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.sadellie.unitto.core.ui.common.icons.iconpack
|
||||||
|
|
||||||
|
import androidx.compose.ui.graphics.Color
|
||||||
|
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
||||||
|
import androidx.compose.ui.graphics.SolidColor
|
||||||
|
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
|
||||||
|
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
||||||
|
import androidx.compose.ui.graphics.vector.path
|
||||||
|
import androidx.compose.ui.unit.dp
|
||||||
|
import com.sadellie.unitto.core.ui.common.icons.IconPack
|
||||||
|
|
||||||
|
@Suppress("UnusedReceiverParameter")
|
||||||
|
val IconPack.Cos: ImageVector
|
||||||
|
get() {
|
||||||
|
if (_cos != null) {
|
||||||
|
return _cos!!
|
||||||
|
}
|
||||||
|
_cos = Builder(name = "Cos", defaultWidth = 24.0.dp, defaultHeight = 24.0.dp, viewportWidth
|
||||||
|
= 24.0f, viewportHeight = 24.0f).apply {
|
||||||
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
|
pathFillType = NonZero) {
|
||||||
|
moveTo(9.5863f, 11.5037f)
|
||||||
|
curveTo(9.5596f, 11.5404f, 9.5329f, 11.5687f, 9.5063f, 11.5887f)
|
||||||
|
curveTo(9.4796f, 11.6087f, 9.4429f, 11.6187f, 9.3962f, 11.6187f)
|
||||||
|
curveTo(9.3462f, 11.6187f, 9.2913f, 11.5987f, 9.2312f, 11.5587f)
|
||||||
|
curveTo(9.1713f, 11.5154f, 9.0962f, 11.4687f, 9.0063f, 11.4187f)
|
||||||
|
curveTo(8.9196f, 11.3687f, 8.8112f, 11.3237f, 8.6812f, 11.2837f)
|
||||||
|
curveTo(8.5546f, 11.2404f, 8.3979f, 11.2187f, 8.2113f, 11.2187f)
|
||||||
|
curveTo(7.9612f, 11.2187f, 7.7413f, 11.2637f, 7.5512f, 11.3537f)
|
||||||
|
curveTo(7.3612f, 11.4404f, 7.2013f, 11.567f, 7.0712f, 11.7337f)
|
||||||
|
curveTo(6.9446f, 11.9004f, 6.8479f, 12.102f, 6.7813f, 12.3387f)
|
||||||
|
curveTo(6.7179f, 12.5754f, 6.6863f, 12.8404f, 6.6863f, 13.1337f)
|
||||||
|
curveTo(6.6863f, 13.4404f, 6.7213f, 13.7137f, 6.7913f, 13.9537f)
|
||||||
|
curveTo(6.8612f, 14.1904f, 6.9596f, 14.3904f, 7.0862f, 14.5537f)
|
||||||
|
curveTo(7.2162f, 14.7137f, 7.3713f, 14.837f, 7.5512f, 14.9237f)
|
||||||
|
curveTo(7.7346f, 15.007f, 7.9396f, 15.0487f, 8.1663f, 15.0487f)
|
||||||
|
curveTo(8.3829f, 15.0487f, 8.5612f, 15.0237f, 8.7013f, 14.9737f)
|
||||||
|
curveTo(8.8413f, 14.9204f, 8.9563f, 14.862f, 9.0463f, 14.7987f)
|
||||||
|
curveTo(9.1396f, 14.7354f, 9.2163f, 14.6787f, 9.2762f, 14.6287f)
|
||||||
|
curveTo(9.3396f, 14.5754f, 9.4012f, 14.5487f, 9.4613f, 14.5487f)
|
||||||
|
curveTo(9.5346f, 14.5487f, 9.5913f, 14.577f, 9.6313f, 14.6337f)
|
||||||
|
lineTo(9.8813f, 14.9587f)
|
||||||
|
curveTo(9.7712f, 15.0954f, 9.6462f, 15.212f, 9.5063f, 15.3087f)
|
||||||
|
curveTo(9.3663f, 15.4054f, 9.2146f, 15.487f, 9.0513f, 15.5537f)
|
||||||
|
curveTo(8.8912f, 15.617f, 8.7229f, 15.6637f, 8.5463f, 15.6937f)
|
||||||
|
curveTo(8.3696f, 15.7237f, 8.1896f, 15.7387f, 8.0063f, 15.7387f)
|
||||||
|
curveTo(7.6896f, 15.7387f, 7.3946f, 15.6804f, 7.1213f, 15.5637f)
|
||||||
|
curveTo(6.8513f, 15.447f, 6.6163f, 15.2787f, 6.4163f, 15.0587f)
|
||||||
|
curveTo(6.2162f, 14.8354f, 6.0596f, 14.562f, 5.9462f, 14.2387f)
|
||||||
|
curveTo(5.8329f, 13.9154f, 5.7762f, 13.547f, 5.7762f, 13.1337f)
|
||||||
|
curveTo(5.7762f, 12.757f, 5.8279f, 12.4087f, 5.9313f, 12.0887f)
|
||||||
|
curveTo(6.0379f, 11.7687f, 6.1912f, 11.4937f, 6.3913f, 11.2637f)
|
||||||
|
curveTo(6.5946f, 11.0304f, 6.8429f, 10.8487f, 7.1363f, 10.7187f)
|
||||||
|
curveTo(7.4329f, 10.5887f, 7.7729f, 10.5237f, 8.1563f, 10.5237f)
|
||||||
|
curveTo(8.5129f, 10.5237f, 8.8263f, 10.582f, 9.0962f, 10.6987f)
|
||||||
|
curveTo(9.3696f, 10.812f, 9.6112f, 10.9737f, 9.8212f, 11.1837f)
|
||||||
|
lineTo(9.5863f, 11.5037f)
|
||||||
|
close()
|
||||||
|
moveTo(12.6838f, 10.5237f)
|
||||||
|
curveTo(13.0538f, 10.5237f, 13.3871f, 10.5854f, 13.6838f, 10.7087f)
|
||||||
|
curveTo(13.9804f, 10.832f, 14.2338f, 11.007f, 14.4438f, 11.2337f)
|
||||||
|
curveTo(14.6538f, 11.4604f, 14.8138f, 11.7354f, 14.9238f, 12.0587f)
|
||||||
|
curveTo(15.0371f, 12.3787f, 15.0938f, 12.737f, 15.0938f, 13.1337f)
|
||||||
|
curveTo(15.0938f, 13.5337f, 15.0371f, 13.8937f, 14.9238f, 14.2137f)
|
||||||
|
curveTo(14.8138f, 14.5337f, 14.6538f, 14.807f, 14.4438f, 15.0337f)
|
||||||
|
curveTo(14.2338f, 15.2604f, 13.9804f, 15.4354f, 13.6838f, 15.5587f)
|
||||||
|
curveTo(13.3871f, 15.6787f, 13.0538f, 15.7387f, 12.6838f, 15.7387f)
|
||||||
|
curveTo(12.3104f, 15.7387f, 11.9738f, 15.6787f, 11.6738f, 15.5587f)
|
||||||
|
curveTo(11.3771f, 15.4354f, 11.1238f, 15.2604f, 10.9138f, 15.0337f)
|
||||||
|
curveTo(10.7038f, 14.807f, 10.5421f, 14.5337f, 10.4288f, 14.2137f)
|
||||||
|
curveTo(10.3188f, 13.8937f, 10.2638f, 13.5337f, 10.2638f, 13.1337f)
|
||||||
|
curveTo(10.2638f, 12.737f, 10.3188f, 12.3787f, 10.4288f, 12.0587f)
|
||||||
|
curveTo(10.5421f, 11.7354f, 10.7038f, 11.4604f, 10.9138f, 11.2337f)
|
||||||
|
curveTo(11.1238f, 11.007f, 11.3771f, 10.832f, 11.6738f, 10.7087f)
|
||||||
|
curveTo(11.9738f, 10.5854f, 12.3104f, 10.5237f, 12.6838f, 10.5237f)
|
||||||
|
close()
|
||||||
|
moveTo(12.6838f, 15.0437f)
|
||||||
|
curveTo(13.1838f, 15.0437f, 13.5571f, 14.877f, 13.8038f, 14.5437f)
|
||||||
|
curveTo(14.0504f, 14.207f, 14.1738f, 13.7387f, 14.1738f, 13.1387f)
|
||||||
|
curveTo(14.1738f, 12.5354f, 14.0504f, 12.0654f, 13.8038f, 11.7287f)
|
||||||
|
curveTo(13.5571f, 11.392f, 13.1838f, 11.2237f, 12.6838f, 11.2237f)
|
||||||
|
curveTo(12.4304f, 11.2237f, 12.2088f, 11.267f, 12.0188f, 11.3537f)
|
||||||
|
curveTo(11.8321f, 11.4404f, 11.6754f, 11.5654f, 11.5488f, 11.7287f)
|
||||||
|
curveTo(11.4254f, 11.892f, 11.3321f, 12.0937f, 11.2688f, 12.3337f)
|
||||||
|
curveTo(11.2088f, 12.5704f, 11.1788f, 12.8387f, 11.1788f, 13.1387f)
|
||||||
|
curveTo(11.1788f, 13.7387f, 11.3021f, 14.207f, 11.5488f, 14.5437f)
|
||||||
|
curveTo(11.7988f, 14.877f, 12.1771f, 15.0437f, 12.6838f, 15.0437f)
|
||||||
|
close()
|
||||||
|
moveTo(18.9726f, 11.4387f)
|
||||||
|
curveTo(18.9326f, 11.512f, 18.8709f, 11.5487f, 18.7876f, 11.5487f)
|
||||||
|
curveTo(18.7376f, 11.5487f, 18.6809f, 11.5304f, 18.6176f, 11.4937f)
|
||||||
|
curveTo(18.5542f, 11.457f, 18.4759f, 11.417f, 18.3826f, 11.3737f)
|
||||||
|
curveTo(18.2926f, 11.327f, 18.1842f, 11.2854f, 18.0576f, 11.2487f)
|
||||||
|
curveTo(17.9309f, 11.2087f, 17.7809f, 11.1887f, 17.6076f, 11.1887f)
|
||||||
|
curveTo(17.4576f, 11.1887f, 17.3226f, 11.2087f, 17.2026f, 11.2487f)
|
||||||
|
curveTo(17.0826f, 11.2854f, 16.9792f, 11.337f, 16.8926f, 11.4037f)
|
||||||
|
curveTo(16.8092f, 11.4704f, 16.7442f, 11.5487f, 16.6976f, 11.6387f)
|
||||||
|
curveTo(16.6542f, 11.7254f, 16.6326f, 11.8204f, 16.6326f, 11.9237f)
|
||||||
|
curveTo(16.6326f, 12.0537f, 16.6692f, 12.162f, 16.7426f, 12.2487f)
|
||||||
|
curveTo(16.8192f, 12.3354f, 16.9192f, 12.4104f, 17.0426f, 12.4737f)
|
||||||
|
curveTo(17.1659f, 12.537f, 17.3059f, 12.5937f, 17.4626f, 12.6437f)
|
||||||
|
curveTo(17.6192f, 12.6904f, 17.7792f, 12.742f, 17.9426f, 12.7987f)
|
||||||
|
curveTo(18.1092f, 12.852f, 18.2709f, 12.912f, 18.4276f, 12.9787f)
|
||||||
|
curveTo(18.5842f, 13.0454f, 18.7242f, 13.1287f, 18.8476f, 13.2287f)
|
||||||
|
curveTo(18.9709f, 13.3287f, 19.0692f, 13.452f, 19.1426f, 13.5987f)
|
||||||
|
curveTo(19.2192f, 13.742f, 19.2576f, 13.9154f, 19.2576f, 14.1187f)
|
||||||
|
curveTo(19.2576f, 14.352f, 19.2159f, 14.5687f, 19.1326f, 14.7687f)
|
||||||
|
curveTo(19.0492f, 14.9654f, 18.9259f, 15.137f, 18.7626f, 15.2837f)
|
||||||
|
curveTo(18.5992f, 15.427f, 18.3992f, 15.5404f, 18.1626f, 15.6237f)
|
||||||
|
curveTo(17.9259f, 15.707f, 17.6526f, 15.7487f, 17.3426f, 15.7487f)
|
||||||
|
curveTo(16.9892f, 15.7487f, 16.6692f, 15.692f, 16.3826f, 15.5787f)
|
||||||
|
curveTo(16.0959f, 15.462f, 15.8526f, 15.3137f, 15.6526f, 15.1337f)
|
||||||
|
lineTo(15.8626f, 14.7937f)
|
||||||
|
curveTo(15.8892f, 14.7504f, 15.9209f, 14.717f, 15.9576f, 14.6937f)
|
||||||
|
curveTo(15.9942f, 14.6704f, 16.0409f, 14.6587f, 16.0976f, 14.6587f)
|
||||||
|
curveTo(16.1576f, 14.6587f, 16.2209f, 14.682f, 16.2876f, 14.7287f)
|
||||||
|
curveTo(16.3542f, 14.7754f, 16.4342f, 14.827f, 16.5276f, 14.8837f)
|
||||||
|
curveTo(16.6242f, 14.9404f, 16.7409f, 14.992f, 16.8776f, 15.0387f)
|
||||||
|
curveTo(17.0142f, 15.0854f, 17.1842f, 15.1087f, 17.3876f, 15.1087f)
|
||||||
|
curveTo(17.5609f, 15.1087f, 17.7126f, 15.087f, 17.8426f, 15.0437f)
|
||||||
|
curveTo(17.9726f, 14.997f, 18.0809f, 14.9354f, 18.1676f, 14.8587f)
|
||||||
|
curveTo(18.2542f, 14.782f, 18.3176f, 14.6937f, 18.3576f, 14.5937f)
|
||||||
|
curveTo(18.4009f, 14.4937f, 18.4226f, 14.387f, 18.4226f, 14.2737f)
|
||||||
|
curveTo(18.4226f, 14.1337f, 18.3842f, 14.0187f, 18.3076f, 13.9287f)
|
||||||
|
curveTo(18.2342f, 13.8354f, 18.1359f, 13.757f, 18.0126f, 13.6937f)
|
||||||
|
curveTo(17.8892f, 13.627f, 17.7476f, 13.5704f, 17.5876f, 13.5237f)
|
||||||
|
curveTo(17.4309f, 13.4737f, 17.2692f, 13.422f, 17.1026f, 13.3687f)
|
||||||
|
curveTo(16.9392f, 13.3154f, 16.7776f, 13.2554f, 16.6176f, 13.1887f)
|
||||||
|
curveTo(16.4609f, 13.1187f, 16.3209f, 13.032f, 16.1976f, 12.9287f)
|
||||||
|
curveTo(16.0742f, 12.8254f, 15.9742f, 12.6987f, 15.8976f, 12.5487f)
|
||||||
|
curveTo(15.8242f, 12.3954f, 15.7876f, 12.2104f, 15.7876f, 11.9937f)
|
||||||
|
curveTo(15.7876f, 11.8004f, 15.8276f, 11.6154f, 15.9076f, 11.4387f)
|
||||||
|
curveTo(15.9876f, 11.2587f, 16.1042f, 11.102f, 16.2576f, 10.9687f)
|
||||||
|
curveTo(16.4109f, 10.832f, 16.5992f, 10.7237f, 16.8226f, 10.6437f)
|
||||||
|
curveTo(17.0459f, 10.5637f, 17.3009f, 10.5237f, 17.5876f, 10.5237f)
|
||||||
|
curveTo(17.9209f, 10.5237f, 18.2192f, 10.577f, 18.4826f, 10.6837f)
|
||||||
|
curveTo(18.7492f, 10.787f, 18.9792f, 10.9304f, 19.1726f, 11.1137f)
|
||||||
|
lineTo(18.9726f, 11.4387f)
|
||||||
|
close()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.build()
|
||||||
|
return _cos!!
|
||||||
|
}
|
||||||
|
|
||||||
|
private var _cos: ImageVector? = null
|
@ -0,0 +1,129 @@
|
|||||||
|
/*
|
||||||
|
* Unitto is a unit converter for Android
|
||||||
|
* Copyright (c) 2024 Elshan Agaev
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.sadellie.unitto.core.ui.common.icons.iconpack
|
||||||
|
|
||||||
|
import androidx.compose.ui.graphics.Color
|
||||||
|
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
||||||
|
import androidx.compose.ui.graphics.SolidColor
|
||||||
|
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
|
||||||
|
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
||||||
|
import androidx.compose.ui.graphics.vector.path
|
||||||
|
import androidx.compose.ui.unit.dp
|
||||||
|
import com.sadellie.unitto.core.ui.common.icons.IconPack
|
||||||
|
|
||||||
|
@Suppress("UnusedReceiverParameter")
|
||||||
|
val IconPack.Deg: ImageVector
|
||||||
|
get() {
|
||||||
|
if (_deg != null) {
|
||||||
|
return _deg!!
|
||||||
|
}
|
||||||
|
_deg = Builder(name = "Deg", defaultWidth = 24.0.dp, defaultHeight = 24.0.dp, viewportWidth
|
||||||
|
= 24.0f, viewportHeight = 24.0f).apply {
|
||||||
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
|
pathFillType = NonZero) {
|
||||||
|
moveTo(9.5613f, 12.0887f)
|
||||||
|
curveTo(9.5613f, 12.6254f, 9.4763f, 13.1137f, 9.3063f, 13.5537f)
|
||||||
|
curveTo(9.1363f, 13.9937f, 8.8963f, 14.3704f, 8.5863f, 14.6837f)
|
||||||
|
curveTo(8.2763f, 14.997f, 7.903f, 15.2404f, 7.4663f, 15.4137f)
|
||||||
|
curveTo(7.033f, 15.5837f, 6.553f, 15.6687f, 6.0263f, 15.6687f)
|
||||||
|
horizontalLineTo(3.3513f)
|
||||||
|
verticalLineTo(8.5037f)
|
||||||
|
horizontalLineTo(6.0263f)
|
||||||
|
curveTo(6.553f, 8.5037f, 7.033f, 8.5904f, 7.4663f, 8.7637f)
|
||||||
|
curveTo(7.903f, 8.9337f, 8.2763f, 9.177f, 8.5863f, 9.4937f)
|
||||||
|
curveTo(8.8963f, 9.807f, 9.1363f, 10.1837f, 9.3063f, 10.6237f)
|
||||||
|
curveTo(9.4763f, 11.0637f, 9.5613f, 11.552f, 9.5613f, 12.0887f)
|
||||||
|
close()
|
||||||
|
moveTo(8.5663f, 12.0887f)
|
||||||
|
curveTo(8.5663f, 11.6487f, 8.5063f, 11.2554f, 8.3863f, 10.9087f)
|
||||||
|
curveTo(8.2663f, 10.562f, 8.0963f, 10.2687f, 7.8763f, 10.0287f)
|
||||||
|
curveTo(7.6563f, 9.7887f, 7.3897f, 9.6054f, 7.0763f, 9.4787f)
|
||||||
|
curveTo(6.763f, 9.352f, 6.413f, 9.2887f, 6.0263f, 9.2887f)
|
||||||
|
horizontalLineTo(4.3213f)
|
||||||
|
verticalLineTo(14.8837f)
|
||||||
|
horizontalLineTo(6.0263f)
|
||||||
|
curveTo(6.413f, 14.8837f, 6.763f, 14.8204f, 7.0763f, 14.6937f)
|
||||||
|
curveTo(7.3897f, 14.567f, 7.6563f, 14.3854f, 7.8763f, 14.1487f)
|
||||||
|
curveTo(8.0963f, 13.9087f, 8.2663f, 13.6154f, 8.3863f, 13.2687f)
|
||||||
|
curveTo(8.5063f, 12.922f, 8.5663f, 12.5287f, 8.5663f, 12.0887f)
|
||||||
|
close()
|
||||||
|
moveTo(15.1788f, 14.8787f)
|
||||||
|
lineTo(15.1738f, 15.6687f)
|
||||||
|
horizontalLineTo(10.7588f)
|
||||||
|
verticalLineTo(8.5037f)
|
||||||
|
horizontalLineTo(15.1738f)
|
||||||
|
verticalLineTo(9.2937f)
|
||||||
|
horizontalLineTo(11.7288f)
|
||||||
|
verticalLineTo(11.6737f)
|
||||||
|
horizontalLineTo(14.5188f)
|
||||||
|
verticalLineTo(12.4337f)
|
||||||
|
horizontalLineTo(11.7288f)
|
||||||
|
verticalLineTo(14.8787f)
|
||||||
|
horizontalLineTo(15.1788f)
|
||||||
|
close()
|
||||||
|
moveTo(21.994f, 12.2237f)
|
||||||
|
verticalLineTo(14.9737f)
|
||||||
|
curveTo(21.634f, 15.2337f, 21.249f, 15.4287f, 20.839f, 15.5587f)
|
||||||
|
curveTo(20.4323f, 15.6854f, 19.9857f, 15.7487f, 19.499f, 15.7487f)
|
||||||
|
curveTo(18.9223f, 15.7487f, 18.4023f, 15.6604f, 17.939f, 15.4837f)
|
||||||
|
curveTo(17.4757f, 15.3037f, 17.079f, 15.0537f, 16.749f, 14.7337f)
|
||||||
|
curveTo(16.4223f, 14.4104f, 16.1707f, 14.0237f, 15.994f, 13.5737f)
|
||||||
|
curveTo(15.8173f, 13.1237f, 15.729f, 12.6287f, 15.729f, 12.0887f)
|
||||||
|
curveTo(15.729f, 11.542f, 15.814f, 11.0437f, 15.984f, 10.5937f)
|
||||||
|
curveTo(16.1573f, 10.1437f, 16.4023f, 9.7587f, 16.719f, 9.4387f)
|
||||||
|
curveTo(17.0357f, 9.1154f, 17.4207f, 8.8654f, 17.874f, 8.6887f)
|
||||||
|
curveTo(18.3273f, 8.512f, 18.834f, 8.4237f, 19.394f, 8.4237f)
|
||||||
|
curveTo(19.6773f, 8.4237f, 19.9407f, 8.4454f, 20.184f, 8.4887f)
|
||||||
|
curveTo(20.4273f, 8.5287f, 20.6523f, 8.5887f, 20.859f, 8.6687f)
|
||||||
|
curveTo(21.0657f, 8.7454f, 21.2573f, 8.8404f, 21.434f, 8.9537f)
|
||||||
|
curveTo(21.6107f, 9.0637f, 21.7757f, 9.1887f, 21.929f, 9.3287f)
|
||||||
|
lineTo(21.654f, 9.7687f)
|
||||||
|
curveTo(21.6107f, 9.8354f, 21.554f, 9.8787f, 21.484f, 9.8987f)
|
||||||
|
curveTo(21.4173f, 9.9154f, 21.3423f, 9.8987f, 21.259f, 9.8487f)
|
||||||
|
curveTo(21.179f, 9.802f, 21.0873f, 9.7454f, 20.984f, 9.6787f)
|
||||||
|
curveTo(20.8807f, 9.612f, 20.754f, 9.5487f, 20.604f, 9.4887f)
|
||||||
|
curveTo(20.4573f, 9.4254f, 20.2823f, 9.372f, 20.079f, 9.3287f)
|
||||||
|
curveTo(19.879f, 9.2854f, 19.6407f, 9.2637f, 19.364f, 9.2637f)
|
||||||
|
curveTo(18.9607f, 9.2637f, 18.5957f, 9.3304f, 18.269f, 9.4637f)
|
||||||
|
curveTo(17.9423f, 9.5937f, 17.664f, 9.782f, 17.434f, 10.0287f)
|
||||||
|
curveTo(17.204f, 10.272f, 17.0273f, 10.5687f, 16.904f, 10.9187f)
|
||||||
|
curveTo(16.7807f, 11.2654f, 16.719f, 11.6554f, 16.719f, 12.0887f)
|
||||||
|
curveTo(16.719f, 12.5387f, 16.7823f, 12.942f, 16.909f, 13.2987f)
|
||||||
|
curveTo(17.039f, 13.652f, 17.2223f, 13.9537f, 17.459f, 14.2037f)
|
||||||
|
curveTo(17.699f, 14.4504f, 17.989f, 14.6387f, 18.329f, 14.7687f)
|
||||||
|
curveTo(18.669f, 14.8987f, 19.0507f, 14.9637f, 19.474f, 14.9637f)
|
||||||
|
curveTo(19.8073f, 14.9637f, 20.1023f, 14.927f, 20.359f, 14.8537f)
|
||||||
|
curveTo(20.619f, 14.777f, 20.8723f, 14.672f, 21.119f, 14.5387f)
|
||||||
|
verticalLineTo(12.9637f)
|
||||||
|
horizontalLineTo(20.004f)
|
||||||
|
curveTo(19.9407f, 12.9637f, 19.889f, 12.9454f, 19.849f, 12.9087f)
|
||||||
|
curveTo(19.8123f, 12.872f, 19.794f, 12.827f, 19.794f, 12.7737f)
|
||||||
|
verticalLineTo(12.2237f)
|
||||||
|
horizontalLineTo(21.994f)
|
||||||
|
close()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.build()
|
||||||
|
return _deg!!
|
||||||
|
}
|
||||||
|
|
||||||
|
private var _deg: ImageVector? = null
|
@ -0,0 +1,99 @@
|
|||||||
|
/*
|
||||||
|
* Unitto is a unit converter for Android
|
||||||
|
* Copyright (c) 2024 Elshan Agaev
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.sadellie.unitto.core.ui.common.icons.iconpack
|
||||||
|
|
||||||
|
import androidx.compose.ui.graphics.Color
|
||||||
|
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
||||||
|
import androidx.compose.ui.graphics.SolidColor
|
||||||
|
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
|
||||||
|
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
||||||
|
import androidx.compose.ui.graphics.vector.path
|
||||||
|
import androidx.compose.ui.unit.dp
|
||||||
|
import com.sadellie.unitto.core.ui.common.icons.IconPack
|
||||||
|
|
||||||
|
@Suppress("UnusedReceiverParameter")
|
||||||
|
val IconPack.Divide: ImageVector
|
||||||
|
get() {
|
||||||
|
if (_divide != null) {
|
||||||
|
return _divide!!
|
||||||
|
}
|
||||||
|
_divide = Builder(name = "Divide", defaultWidth = 24.0.dp, defaultHeight = 24.0.dp,
|
||||||
|
viewportWidth = 24.0f, viewportHeight = 24.0f).apply {
|
||||||
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
|
pathFillType = NonZero) {
|
||||||
|
moveTo(11.3341f, 9.1747f)
|
||||||
|
curveTo(11.3341f, 9.0824f, 11.35f, 8.9964f, 11.3818f, 8.9169f)
|
||||||
|
curveTo(11.4168f, 8.8341f, 11.463f, 8.7625f, 11.5203f, 8.7021f)
|
||||||
|
curveTo(11.5807f, 8.6416f, 11.6508f, 8.5939f, 11.7303f, 8.5589f)
|
||||||
|
curveTo(11.8131f, 8.5239f, 11.9006f, 8.5063f, 11.9929f, 8.5063f)
|
||||||
|
curveTo(12.0851f, 8.5063f, 12.1711f, 8.5239f, 12.2506f, 8.5589f)
|
||||||
|
curveTo(12.3334f, 8.5939f, 12.405f, 8.6416f, 12.4654f, 8.7021f)
|
||||||
|
curveTo(12.5259f, 8.7625f, 12.5736f, 8.8341f, 12.6087f, 8.9169f)
|
||||||
|
curveTo(12.6437f, 8.9964f, 12.6612f, 9.0824f, 12.6612f, 9.1747f)
|
||||||
|
curveTo(12.6612f, 9.2701f, 12.6437f, 9.3576f, 12.6087f, 9.4372f)
|
||||||
|
curveTo(12.5736f, 9.5168f, 12.5259f, 9.5868f, 12.4654f, 9.6472f)
|
||||||
|
curveTo(12.405f, 9.7077f, 12.3334f, 9.7538f, 12.2506f, 9.7857f)
|
||||||
|
curveTo(12.1711f, 9.8207f, 12.0851f, 9.8382f, 11.9929f, 9.8382f)
|
||||||
|
curveTo(11.9006f, 9.8382f, 11.8131f, 9.8207f, 11.7303f, 9.7857f)
|
||||||
|
curveTo(11.6508f, 9.7538f, 11.5807f, 9.7077f, 11.5203f, 9.6472f)
|
||||||
|
curveTo(11.463f, 9.5868f, 11.4168f, 9.5168f, 11.3818f, 9.4372f)
|
||||||
|
curveTo(11.35f, 9.3576f, 11.3341f, 9.2701f, 11.3341f, 9.1747f)
|
||||||
|
close()
|
||||||
|
}
|
||||||
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
|
pathFillType = NonZero) {
|
||||||
|
moveTo(11.3341f, 15.1678f)
|
||||||
|
curveTo(11.3341f, 15.0755f, 11.35f, 14.9896f, 11.3818f, 14.91f)
|
||||||
|
curveTo(11.4168f, 14.8273f, 11.463f, 14.7557f, 11.5203f, 14.6952f)
|
||||||
|
curveTo(11.5807f, 14.6348f, 11.6508f, 14.587f, 11.7303f, 14.552f)
|
||||||
|
curveTo(11.8131f, 14.517f, 11.9006f, 14.4995f, 11.9929f, 14.4995f)
|
||||||
|
curveTo(12.0851f, 14.4995f, 12.1711f, 14.517f, 12.2506f, 14.552f)
|
||||||
|
curveTo(12.3334f, 14.587f, 12.405f, 14.6348f, 12.4654f, 14.6952f)
|
||||||
|
curveTo(12.5259f, 14.7557f, 12.5736f, 14.8273f, 12.6087f, 14.91f)
|
||||||
|
curveTo(12.6437f, 14.9896f, 12.6612f, 15.0755f, 12.6612f, 15.1678f)
|
||||||
|
curveTo(12.6612f, 15.2633f, 12.6437f, 15.3508f, 12.6087f, 15.4304f)
|
||||||
|
curveTo(12.5736f, 15.5099f, 12.5259f, 15.5799f, 12.4654f, 15.6404f)
|
||||||
|
curveTo(12.405f, 15.7009f, 12.3334f, 15.747f, 12.2506f, 15.7788f)
|
||||||
|
curveTo(12.1711f, 15.8138f, 12.0851f, 15.8313f, 11.9929f, 15.8313f)
|
||||||
|
curveTo(11.9006f, 15.8313f, 11.8131f, 15.8138f, 11.7303f, 15.7788f)
|
||||||
|
curveTo(11.6508f, 15.747f, 11.5807f, 15.7009f, 11.5203f, 15.6404f)
|
||||||
|
curveTo(11.463f, 15.5799f, 11.4168f, 15.5099f, 11.3818f, 15.4304f)
|
||||||
|
curveTo(11.35f, 15.3508f, 11.3341f, 15.2633f, 11.3341f, 15.1678f)
|
||||||
|
close()
|
||||||
|
}
|
||||||
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
|
pathFillType = NonZero) {
|
||||||
|
moveTo(8.1948f, 11.5505f)
|
||||||
|
horizontalLineTo(15.8052f)
|
||||||
|
verticalLineTo(12.5494f)
|
||||||
|
horizontalLineTo(8.1948f)
|
||||||
|
verticalLineTo(11.5505f)
|
||||||
|
close()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.build()
|
||||||
|
return _divide!!
|
||||||
|
}
|
||||||
|
|
||||||
|
private var _divide: ImageVector? = null
|
@ -0,0 +1,67 @@
|
|||||||
|
/*
|
||||||
|
* Unitto is a unit converter for Android
|
||||||
|
* Copyright (c) 2024 Elshan Agaev
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.sadellie.unitto.core.ui.common.icons.iconpack
|
||||||
|
|
||||||
|
import androidx.compose.ui.graphics.Color
|
||||||
|
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
||||||
|
import androidx.compose.ui.graphics.SolidColor
|
||||||
|
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
|
||||||
|
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
||||||
|
import androidx.compose.ui.graphics.vector.path
|
||||||
|
import androidx.compose.ui.unit.dp
|
||||||
|
import com.sadellie.unitto.core.ui.common.icons.IconPack
|
||||||
|
|
||||||
|
@Suppress("UnusedReceiverParameter")
|
||||||
|
val IconPack.Dot: ImageVector
|
||||||
|
get() {
|
||||||
|
if (_dot != null) {
|
||||||
|
return _dot!!
|
||||||
|
}
|
||||||
|
_dot = Builder(name = "Dot", defaultWidth = 24.0.dp, defaultHeight = 24.0.dp, viewportWidth
|
||||||
|
= 24.0f, viewportHeight = 24.0f).apply {
|
||||||
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
|
pathFillType = NonZero) {
|
||||||
|
moveTo(11.2617f, 12.1715f)
|
||||||
|
curveTo(11.2617f, 12.0691f, 11.2794f, 11.9726f, 11.3149f, 11.8821f)
|
||||||
|
curveTo(11.3543f, 11.7915f, 11.4054f, 11.7127f, 11.4685f, 11.6458f)
|
||||||
|
curveTo(11.5354f, 11.5789f, 11.6142f, 11.5257f, 11.7047f, 11.4863f)
|
||||||
|
curveTo(11.7953f, 11.4469f, 11.8918f, 11.4272f, 11.9941f, 11.4272f)
|
||||||
|
curveTo(12.0965f, 11.4272f, 12.193f, 11.4469f, 12.2836f, 11.4863f)
|
||||||
|
curveTo(12.3741f, 11.5257f, 12.4529f, 11.5789f, 12.5198f, 11.6458f)
|
||||||
|
curveTo(12.5868f, 11.7127f, 12.6399f, 11.7915f, 12.6793f, 11.8821f)
|
||||||
|
curveTo(12.7187f, 11.9726f, 12.7384f, 12.0691f, 12.7384f, 12.1715f)
|
||||||
|
curveTo(12.7384f, 12.2778f, 12.7187f, 12.3763f, 12.6793f, 12.4668f)
|
||||||
|
curveTo(12.6399f, 12.5535f, 12.5868f, 12.6302f, 12.5198f, 12.6972f)
|
||||||
|
curveTo(12.4529f, 12.7641f, 12.3741f, 12.8153f, 12.2836f, 12.8508f)
|
||||||
|
curveTo(12.193f, 12.8901f, 12.0965f, 12.9098f, 11.9941f, 12.9098f)
|
||||||
|
curveTo(11.8918f, 12.9098f, 11.7953f, 12.8901f, 11.7047f, 12.8508f)
|
||||||
|
curveTo(11.6142f, 12.8153f, 11.5354f, 12.7641f, 11.4685f, 12.6972f)
|
||||||
|
curveTo(11.4054f, 12.6302f, 11.3543f, 12.5535f, 11.3149f, 12.4668f)
|
||||||
|
curveTo(11.2794f, 12.3763f, 11.2617f, 12.2778f, 11.2617f, 12.1715f)
|
||||||
|
close()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.build()
|
||||||
|
return _dot!!
|
||||||
|
}
|
||||||
|
|
||||||
|
private var _dot: ImageVector? = null
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Unitto is a unit converter for Android
|
* Unitto is a unit converter for Android
|
||||||
* Copyright (c) 2023 Elshan Agaev
|
* Copyright (c) 2024 Elshan Agaev
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@ -16,7 +16,7 @@
|
|||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.sadellie.unitto.core.ui.common.key.unittoicons
|
package com.sadellie.unitto.core.ui.common.icons.iconpack
|
||||||
|
|
||||||
import androidx.compose.ui.graphics.Color
|
import androidx.compose.ui.graphics.Color
|
||||||
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
||||||
@ -27,29 +27,29 @@ import androidx.compose.ui.graphics.vector.ImageVector
|
|||||||
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
||||||
import androidx.compose.ui.graphics.vector.path
|
import androidx.compose.ui.graphics.vector.path
|
||||||
import androidx.compose.ui.unit.dp
|
import androidx.compose.ui.unit.dp
|
||||||
import com.sadellie.unitto.core.ui.common.key.UnittoIcons
|
import com.sadellie.unitto.core.ui.common.icons.IconPack
|
||||||
|
|
||||||
@Suppress("UnusedReceiverParameter")
|
@Suppress("UnusedReceiverParameter")
|
||||||
val UnittoIcons.Down: ImageVector
|
val IconPack.Down: ImageVector
|
||||||
get() {
|
get() {
|
||||||
if (_down != null) {
|
if (_down != null) {
|
||||||
return _down!!
|
return _down!!
|
||||||
}
|
}
|
||||||
_down = Builder(name = "Down", defaultWidth = 170.0.dp, defaultHeight = 170.0.dp,
|
_down = Builder(name = "Down", defaultWidth = 24.0.dp, defaultHeight = 24.0.dp,
|
||||||
viewportWidth = 170.0f, viewportHeight = 170.0f).apply {
|
viewportWidth = 24.0f, viewportHeight = 24.0f).apply {
|
||||||
path(fill = SolidColor(Color(0xFF1C1B1F)), stroke = null, strokeLineWidth = 0.0f,
|
path(fill = SolidColor(Color(0xFF1C1B1F)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
pathFillType = NonZero) {
|
pathFillType = NonZero) {
|
||||||
moveTo(79.0f, 37.0f)
|
moveTo(11.5453f, 8.5322f)
|
||||||
verticalLineTo(110.05f)
|
verticalLineTo(14.0663f)
|
||||||
lineTo(45.4f, 76.45f)
|
lineTo(8.9999f, 11.5208f)
|
||||||
lineTo(37.0f, 85.0f)
|
lineTo(8.3635f, 12.1686f)
|
||||||
lineTo(85.0f, 133.0f)
|
lineTo(11.9999f, 15.8049f)
|
||||||
lineTo(133.0f, 85.0f)
|
lineTo(15.6363f, 12.1686f)
|
||||||
lineTo(124.6f, 76.45f)
|
lineTo(14.9999f, 11.5208f)
|
||||||
lineTo(91.0f, 110.05f)
|
lineTo(12.4544f, 14.0663f)
|
||||||
verticalLineTo(37.0f)
|
verticalLineTo(8.5322f)
|
||||||
horizontalLineTo(79.0f)
|
horizontalLineTo(11.5453f)
|
||||||
close()
|
close()
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Unitto is a unit converter for Android
|
* Unitto is a unit converter for Android
|
||||||
* Copyright (c) 2023 Elshan Agaev
|
* Copyright (c) 2024 Elshan Agaev
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@ -16,7 +16,7 @@
|
|||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.sadellie.unitto.core.ui.common.key.unittoicons
|
package com.sadellie.unitto.core.ui.common.icons.iconpack
|
||||||
|
|
||||||
import androidx.compose.ui.graphics.Color
|
import androidx.compose.ui.graphics.Color
|
||||||
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
||||||
@ -27,31 +27,31 @@ import androidx.compose.ui.graphics.vector.ImageVector
|
|||||||
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
||||||
import androidx.compose.ui.graphics.vector.path
|
import androidx.compose.ui.graphics.vector.path
|
||||||
import androidx.compose.ui.unit.dp
|
import androidx.compose.ui.unit.dp
|
||||||
import com.sadellie.unitto.core.ui.common.key.UnittoIcons
|
import com.sadellie.unitto.core.ui.common.icons.IconPack
|
||||||
|
|
||||||
@Suppress("UnusedReceiverParameter")
|
@Suppress("UnusedReceiverParameter")
|
||||||
val UnittoIcons.Enter: ImageVector
|
val IconPack.Enter: ImageVector
|
||||||
get() {
|
get() {
|
||||||
if (_enter != null) {
|
if (_enter != null) {
|
||||||
return _enter!!
|
return _enter!!
|
||||||
}
|
}
|
||||||
_enter = Builder(name = "Enter", defaultWidth = 170.0.dp, defaultHeight = 170.0.dp,
|
_enter = Builder(name = "Enter", defaultWidth = 24.0.dp, defaultHeight = 24.0.dp,
|
||||||
viewportWidth = 170.0f, viewportHeight = 170.0f).apply {
|
viewportWidth = 24.0f, viewportHeight = 24.0f).apply {
|
||||||
path(fill = SolidColor(Color(0xFF1C1B1F)), stroke = null, strokeLineWidth = 0.0f,
|
path(fill = SolidColor(Color(0xFF1C1B1F)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
pathFillType = NonZero) {
|
pathFillType = NonZero) {
|
||||||
moveTo(128.0f, 37.0f)
|
moveTo(15.2085f, 8.5322f)
|
||||||
lineTo(128.0f, 104.765f)
|
lineTo(15.2085f, 13.6659f)
|
||||||
lineTo(64.894f, 104.765f)
|
lineTo(10.4277f, 13.6659f)
|
||||||
lineTo(85.224f, 124.953f)
|
lineTo(11.9679f, 15.1953f)
|
||||||
lineTo(77.176f, 133.0f)
|
lineTo(11.3582f, 15.8049f)
|
||||||
lineTo(43.294f, 99.118f)
|
lineTo(8.7914f, 13.2381f)
|
||||||
lineTo(77.318f, 65.094f)
|
lineTo(11.3689f, 10.6605f)
|
||||||
lineTo(85.224f, 73.141f)
|
lineTo(11.9679f, 11.2702f)
|
||||||
lineTo(64.894f, 93.471f)
|
lineTo(10.4277f, 12.8103f)
|
||||||
lineTo(116.706f, 93.471f)
|
lineTo(14.3529f, 12.8103f)
|
||||||
lineTo(116.706f, 37.0f)
|
lineTo(14.3529f, 8.5322f)
|
||||||
lineTo(128.0f, 37.0f)
|
lineTo(15.2085f, 8.5322f)
|
||||||
close()
|
close()
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -0,0 +1,61 @@
|
|||||||
|
/*
|
||||||
|
* Unitto is a unit converter for Android
|
||||||
|
* Copyright (c) 2024 Elshan Agaev
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.sadellie.unitto.core.ui.common.icons.iconpack
|
||||||
|
|
||||||
|
import androidx.compose.ui.graphics.Color
|
||||||
|
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
||||||
|
import androidx.compose.ui.graphics.SolidColor
|
||||||
|
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
|
||||||
|
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
||||||
|
import androidx.compose.ui.graphics.vector.path
|
||||||
|
import androidx.compose.ui.unit.dp
|
||||||
|
import com.sadellie.unitto.core.ui.common.icons.IconPack
|
||||||
|
|
||||||
|
@Suppress("UnusedReceiverParameter")
|
||||||
|
val IconPack.Equal: ImageVector
|
||||||
|
get() {
|
||||||
|
if (_equal != null) {
|
||||||
|
return _equal!!
|
||||||
|
}
|
||||||
|
_equal = Builder(name = "Equal", defaultWidth = 24.0.dp, defaultHeight = 24.0.dp,
|
||||||
|
viewportWidth = 24.0f, viewportHeight = 24.0f).apply {
|
||||||
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
|
pathFillType = NonZero) {
|
||||||
|
moveTo(8.3377f, 13.5676f)
|
||||||
|
horizontalLineTo(15.6627f)
|
||||||
|
verticalLineTo(14.5037f)
|
||||||
|
horizontalLineTo(8.3377f)
|
||||||
|
verticalLineTo(13.5676f)
|
||||||
|
close()
|
||||||
|
moveTo(8.3377f, 9.834f)
|
||||||
|
horizontalLineTo(15.6627f)
|
||||||
|
verticalLineTo(10.7643f)
|
||||||
|
horizontalLineTo(8.3377f)
|
||||||
|
verticalLineTo(9.834f)
|
||||||
|
close()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.build()
|
||||||
|
return _equal!!
|
||||||
|
}
|
||||||
|
|
||||||
|
private var _equal: ImageVector? = null
|
@ -0,0 +1,113 @@
|
|||||||
|
/*
|
||||||
|
* Unitto is a unit converter for Android
|
||||||
|
* Copyright (c) 2024 Elshan Agaev
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.sadellie.unitto.core.ui.common.icons.iconpack
|
||||||
|
|
||||||
|
import androidx.compose.ui.graphics.Color
|
||||||
|
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
||||||
|
import androidx.compose.ui.graphics.SolidColor
|
||||||
|
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
|
||||||
|
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
||||||
|
import androidx.compose.ui.graphics.vector.path
|
||||||
|
import androidx.compose.ui.unit.dp
|
||||||
|
import com.sadellie.unitto.core.ui.common.icons.IconPack
|
||||||
|
|
||||||
|
@Suppress("UnusedReceiverParameter")
|
||||||
|
val IconPack.Ex: ImageVector
|
||||||
|
get() {
|
||||||
|
if (_ex != null) {
|
||||||
|
return _ex!!
|
||||||
|
}
|
||||||
|
_ex = Builder(name = "Ex", defaultWidth = 24.0.dp, defaultHeight = 24.0.dp, viewportWidth =
|
||||||
|
24.0f, viewportHeight = 24.0f).apply {
|
||||||
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
|
pathFillType = NonZero) {
|
||||||
|
moveTo(12.1276f, 12.5837f)
|
||||||
|
curveTo(12.1276f, 12.377f, 12.0976f, 12.1887f, 12.0376f, 12.0187f)
|
||||||
|
curveTo(11.981f, 11.8454f, 11.896f, 11.697f, 11.7826f, 11.5737f)
|
||||||
|
curveTo(11.6726f, 11.447f, 11.5376f, 11.3504f, 11.3776f, 11.2837f)
|
||||||
|
curveTo(11.2176f, 11.2137f, 11.036f, 11.1787f, 10.8326f, 11.1787f)
|
||||||
|
curveTo(10.406f, 11.1787f, 10.0676f, 11.3037f, 9.8176f, 11.5537f)
|
||||||
|
curveTo(9.5709f, 11.8004f, 9.4176f, 12.1437f, 9.3576f, 12.5837f)
|
||||||
|
horizontalLineTo(12.1276f)
|
||||||
|
close()
|
||||||
|
moveTo(12.8476f, 14.9587f)
|
||||||
|
curveTo(12.7376f, 15.092f, 12.606f, 15.2087f, 12.4526f, 15.3087f)
|
||||||
|
curveTo(12.2993f, 15.4054f, 12.1343f, 15.4854f, 11.9576f, 15.5487f)
|
||||||
|
curveTo(11.7843f, 15.612f, 11.6043f, 15.6587f, 11.4176f, 15.6887f)
|
||||||
|
curveTo(11.231f, 15.722f, 11.046f, 15.7387f, 10.8626f, 15.7387f)
|
||||||
|
curveTo(10.5126f, 15.7387f, 10.1893f, 15.6804f, 9.8926f, 15.5637f)
|
||||||
|
curveTo(9.5993f, 15.4437f, 9.3443f, 15.2704f, 9.1276f, 15.0437f)
|
||||||
|
curveTo(8.9143f, 14.8137f, 8.7476f, 14.5304f, 8.6276f, 14.1937f)
|
||||||
|
curveTo(8.5076f, 13.857f, 8.4476f, 13.4704f, 8.4476f, 13.0337f)
|
||||||
|
curveTo(8.4476f, 12.6804f, 8.5009f, 12.3504f, 8.6076f, 12.0437f)
|
||||||
|
curveTo(8.7176f, 11.737f, 8.8743f, 11.472f, 9.0776f, 11.2487f)
|
||||||
|
curveTo(9.2809f, 11.022f, 9.5293f, 10.8454f, 9.8226f, 10.7187f)
|
||||||
|
curveTo(10.116f, 10.5887f, 10.446f, 10.5237f, 10.8126f, 10.5237f)
|
||||||
|
curveTo(11.116f, 10.5237f, 11.396f, 10.5754f, 11.6526f, 10.6787f)
|
||||||
|
curveTo(11.9126f, 10.7787f, 12.136f, 10.9254f, 12.3226f, 11.1187f)
|
||||||
|
curveTo(12.5126f, 11.3087f, 12.661f, 11.5454f, 12.7676f, 11.8287f)
|
||||||
|
curveTo(12.8743f, 12.1087f, 12.9276f, 12.4287f, 12.9276f, 12.7887f)
|
||||||
|
curveTo(12.9276f, 12.9287f, 12.9126f, 13.022f, 12.8826f, 13.0687f)
|
||||||
|
curveTo(12.8526f, 13.1154f, 12.796f, 13.1387f, 12.7126f, 13.1387f)
|
||||||
|
horizontalLineTo(9.3276f)
|
||||||
|
curveTo(9.3376f, 13.4587f, 9.3809f, 13.737f, 9.4576f, 13.9737f)
|
||||||
|
curveTo(9.5376f, 14.2104f, 9.6476f, 14.4087f, 9.7876f, 14.5687f)
|
||||||
|
curveTo(9.9276f, 14.7254f, 10.0943f, 14.8437f, 10.2876f, 14.9237f)
|
||||||
|
curveTo(10.481f, 15.0004f, 10.6976f, 15.0387f, 10.9376f, 15.0387f)
|
||||||
|
curveTo(11.161f, 15.0387f, 11.3526f, 15.0137f, 11.5126f, 14.9637f)
|
||||||
|
curveTo(11.676f, 14.9104f, 11.816f, 14.8537f, 11.9326f, 14.7937f)
|
||||||
|
curveTo(12.0493f, 14.7337f, 12.146f, 14.6787f, 12.2226f, 14.6287f)
|
||||||
|
curveTo(12.3026f, 14.5754f, 12.371f, 14.5487f, 12.4276f, 14.5487f)
|
||||||
|
curveTo(12.501f, 14.5487f, 12.5576f, 14.577f, 12.5976f, 14.6337f)
|
||||||
|
lineTo(12.8476f, 14.9587f)
|
||||||
|
close()
|
||||||
|
moveTo(15.8458f, 11.0937f)
|
||||||
|
horizontalLineTo(15.2408f)
|
||||||
|
curveTo(15.1942f, 11.0937f, 15.1558f, 11.082f, 15.1258f, 11.0587f)
|
||||||
|
curveTo(15.0992f, 11.0354f, 15.0775f, 11.0087f, 15.0608f, 10.9787f)
|
||||||
|
lineTo(14.5108f, 10.0737f)
|
||||||
|
curveTo(14.4942f, 10.1404f, 14.4742f, 10.197f, 14.4508f, 10.2437f)
|
||||||
|
lineTo(13.9758f, 10.9787f)
|
||||||
|
curveTo(13.9592f, 11.0087f, 13.9358f, 11.0354f, 13.9058f, 11.0587f)
|
||||||
|
curveTo(13.8792f, 11.082f, 13.8442f, 11.0937f, 13.8008f, 11.0937f)
|
||||||
|
horizontalLineTo(13.2358f)
|
||||||
|
lineTo(14.1158f, 9.7587f)
|
||||||
|
lineTo(13.2708f, 8.5037f)
|
||||||
|
horizontalLineTo(13.8808f)
|
||||||
|
curveTo(13.9275f, 8.5037f, 13.9608f, 8.5104f, 13.9808f, 8.5237f)
|
||||||
|
curveTo(14.0042f, 8.537f, 14.0242f, 8.5587f, 14.0408f, 8.5887f)
|
||||||
|
lineTo(14.5858f, 9.4587f)
|
||||||
|
curveTo(14.5958f, 9.4254f, 14.6058f, 9.3937f, 14.6158f, 9.3637f)
|
||||||
|
curveTo(14.6258f, 9.3337f, 14.6392f, 9.302f, 14.6558f, 9.2687f)
|
||||||
|
lineTo(15.0858f, 8.5987f)
|
||||||
|
curveTo(15.1158f, 8.5354f, 15.1642f, 8.5037f, 15.2308f, 8.5037f)
|
||||||
|
horizontalLineTo(15.8108f)
|
||||||
|
lineTo(14.9658f, 9.7337f)
|
||||||
|
lineTo(15.8458f, 11.0937f)
|
||||||
|
close()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.build()
|
||||||
|
return _ex!!
|
||||||
|
}
|
||||||
|
|
||||||
|
private var _ex: ImageVector? = null
|
@ -0,0 +1,89 @@
|
|||||||
|
/*
|
||||||
|
* Unitto is a unit converter for Android
|
||||||
|
* Copyright (c) 2024 Elshan Agaev
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.sadellie.unitto.core.ui.common.icons.iconpack
|
||||||
|
|
||||||
|
import androidx.compose.ui.graphics.Color
|
||||||
|
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
||||||
|
import androidx.compose.ui.graphics.SolidColor
|
||||||
|
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
|
||||||
|
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
||||||
|
import androidx.compose.ui.graphics.vector.path
|
||||||
|
import androidx.compose.ui.unit.dp
|
||||||
|
import com.sadellie.unitto.core.ui.common.icons.IconPack
|
||||||
|
|
||||||
|
@Suppress("UnusedReceiverParameter")
|
||||||
|
val IconPack.Exponent: ImageVector
|
||||||
|
get() {
|
||||||
|
if (_exponent != null) {
|
||||||
|
return _exponent!!
|
||||||
|
}
|
||||||
|
_exponent = Builder(name = "Exponent", defaultWidth = 24.0.dp, defaultHeight = 24.0.dp,
|
||||||
|
viewportWidth = 24.0f, viewportHeight = 24.0f).apply {
|
||||||
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
|
pathFillType = NonZero) {
|
||||||
|
moveTo(13.4534f, 12.5837f)
|
||||||
|
curveTo(13.4534f, 12.377f, 13.4234f, 12.1887f, 13.3634f, 12.0187f)
|
||||||
|
curveTo(13.3067f, 11.8454f, 13.2217f, 11.697f, 13.1084f, 11.5737f)
|
||||||
|
curveTo(12.9984f, 11.447f, 12.8634f, 11.3504f, 12.7034f, 11.2837f)
|
||||||
|
curveTo(12.5434f, 11.2137f, 12.3617f, 11.1787f, 12.1584f, 11.1787f)
|
||||||
|
curveTo(11.7317f, 11.1787f, 11.3934f, 11.3037f, 11.1434f, 11.5537f)
|
||||||
|
curveTo(10.8967f, 11.8004f, 10.7434f, 12.1437f, 10.6834f, 12.5837f)
|
||||||
|
horizontalLineTo(13.4534f)
|
||||||
|
close()
|
||||||
|
moveTo(14.1734f, 14.9587f)
|
||||||
|
curveTo(14.0634f, 15.092f, 13.9317f, 15.2087f, 13.7784f, 15.3087f)
|
||||||
|
curveTo(13.6251f, 15.4054f, 13.4601f, 15.4854f, 13.2834f, 15.5487f)
|
||||||
|
curveTo(13.1101f, 15.612f, 12.9301f, 15.6587f, 12.7434f, 15.6887f)
|
||||||
|
curveTo(12.5567f, 15.722f, 12.3717f, 15.7387f, 12.1884f, 15.7387f)
|
||||||
|
curveTo(11.8384f, 15.7387f, 11.5151f, 15.6804f, 11.2184f, 15.5637f)
|
||||||
|
curveTo(10.9251f, 15.4437f, 10.6701f, 15.2704f, 10.4534f, 15.0437f)
|
||||||
|
curveTo(10.2401f, 14.8137f, 10.0734f, 14.5304f, 9.9534f, 14.1937f)
|
||||||
|
curveTo(9.8334f, 13.857f, 9.7734f, 13.4704f, 9.7734f, 13.0337f)
|
||||||
|
curveTo(9.7734f, 12.6804f, 9.8267f, 12.3504f, 9.9334f, 12.0437f)
|
||||||
|
curveTo(10.0434f, 11.737f, 10.2001f, 11.472f, 10.4034f, 11.2487f)
|
||||||
|
curveTo(10.6067f, 11.022f, 10.8551f, 10.8454f, 11.1484f, 10.7187f)
|
||||||
|
curveTo(11.4417f, 10.5887f, 11.7717f, 10.5237f, 12.1384f, 10.5237f)
|
||||||
|
curveTo(12.4417f, 10.5237f, 12.7217f, 10.5754f, 12.9784f, 10.6787f)
|
||||||
|
curveTo(13.2384f, 10.7787f, 13.4617f, 10.9254f, 13.6484f, 11.1187f)
|
||||||
|
curveTo(13.8384f, 11.3087f, 13.9867f, 11.5454f, 14.0934f, 11.8287f)
|
||||||
|
curveTo(14.2001f, 12.1087f, 14.2534f, 12.4287f, 14.2534f, 12.7887f)
|
||||||
|
curveTo(14.2534f, 12.9287f, 14.2384f, 13.022f, 14.2084f, 13.0687f)
|
||||||
|
curveTo(14.1784f, 13.1154f, 14.1217f, 13.1387f, 14.0384f, 13.1387f)
|
||||||
|
horizontalLineTo(10.6534f)
|
||||||
|
curveTo(10.6634f, 13.4587f, 10.7067f, 13.737f, 10.7834f, 13.9737f)
|
||||||
|
curveTo(10.8634f, 14.2104f, 10.9734f, 14.4087f, 11.1134f, 14.5687f)
|
||||||
|
curveTo(11.2534f, 14.7254f, 11.4201f, 14.8437f, 11.6134f, 14.9237f)
|
||||||
|
curveTo(11.8067f, 15.0004f, 12.0234f, 15.0387f, 12.2634f, 15.0387f)
|
||||||
|
curveTo(12.4867f, 15.0387f, 12.6784f, 15.0137f, 12.8384f, 14.9637f)
|
||||||
|
curveTo(13.0017f, 14.9104f, 13.1417f, 14.8537f, 13.2584f, 14.7937f)
|
||||||
|
curveTo(13.3751f, 14.7337f, 13.4717f, 14.6787f, 13.5484f, 14.6287f)
|
||||||
|
curveTo(13.6284f, 14.5754f, 13.6967f, 14.5487f, 13.7534f, 14.5487f)
|
||||||
|
curveTo(13.8267f, 14.5487f, 13.8834f, 14.577f, 13.9234f, 14.6337f)
|
||||||
|
lineTo(14.1734f, 14.9587f)
|
||||||
|
close()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.build()
|
||||||
|
return _exponent!!
|
||||||
|
}
|
||||||
|
|
||||||
|
private var _exponent: ImageVector? = null
|
@ -0,0 +1,81 @@
|
|||||||
|
/*
|
||||||
|
* Unitto is a unit converter for Android
|
||||||
|
* Copyright (c) 2024 Elshan Agaev
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.sadellie.unitto.core.ui.common.icons.iconpack
|
||||||
|
|
||||||
|
import androidx.compose.ui.graphics.Color
|
||||||
|
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
||||||
|
import androidx.compose.ui.graphics.SolidColor
|
||||||
|
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
|
||||||
|
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
||||||
|
import androidx.compose.ui.graphics.vector.path
|
||||||
|
import androidx.compose.ui.unit.dp
|
||||||
|
import com.sadellie.unitto.core.ui.common.icons.IconPack
|
||||||
|
|
||||||
|
@Suppress("UnusedReceiverParameter")
|
||||||
|
val IconPack.Factorial: ImageVector
|
||||||
|
get() {
|
||||||
|
if (_factorial != null) {
|
||||||
|
return _factorial!!
|
||||||
|
}
|
||||||
|
_factorial = Builder(name = "Factorial", defaultWidth = 24.0.dp, defaultHeight = 24.0.dp,
|
||||||
|
viewportWidth = 24.0f, viewportHeight = 24.0f).apply {
|
||||||
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
|
pathFillType = NonZero) {
|
||||||
|
moveTo(12.9322f, 8.5037f)
|
||||||
|
verticalLineTo(11.3637f)
|
||||||
|
curveTo(12.9322f, 11.5137f, 12.9289f, 11.6604f, 12.9222f, 11.8037f)
|
||||||
|
curveTo(12.9156f, 11.947f, 12.9072f, 12.092f, 12.8972f, 12.2387f)
|
||||||
|
curveTo(12.8872f, 12.382f, 12.8739f, 12.5304f, 12.8572f, 12.6837f)
|
||||||
|
curveTo(12.8439f, 12.8337f, 12.8272f, 12.9954f, 12.8072f, 13.1687f)
|
||||||
|
horizontalLineTo(12.2072f)
|
||||||
|
curveTo(12.1872f, 12.9954f, 12.1689f, 12.8337f, 12.1522f, 12.6837f)
|
||||||
|
curveTo(12.1389f, 12.5304f, 12.1272f, 12.382f, 12.1172f, 12.2387f)
|
||||||
|
curveTo(12.1072f, 12.092f, 12.0989f, 11.947f, 12.0922f, 11.8037f)
|
||||||
|
curveTo(12.0856f, 11.6604f, 12.0822f, 11.5137f, 12.0822f, 11.3637f)
|
||||||
|
verticalLineTo(8.5037f)
|
||||||
|
horizontalLineTo(12.9322f)
|
||||||
|
close()
|
||||||
|
moveTo(11.8672f, 15.1187f)
|
||||||
|
curveTo(11.8672f, 15.032f, 11.8822f, 14.9504f, 11.9122f, 14.8737f)
|
||||||
|
curveTo(11.9456f, 14.797f, 11.9906f, 14.7304f, 12.0472f, 14.6737f)
|
||||||
|
curveTo(12.1039f, 14.617f, 12.1689f, 14.572f, 12.2422f, 14.5387f)
|
||||||
|
curveTo(12.3189f, 14.5054f, 12.4022f, 14.4887f, 12.4922f, 14.4887f)
|
||||||
|
curveTo(12.5789f, 14.4887f, 12.6589f, 14.5054f, 12.7322f, 14.5387f)
|
||||||
|
curveTo(12.8089f, 14.572f, 12.8756f, 14.617f, 12.9322f, 14.6737f)
|
||||||
|
curveTo(12.9889f, 14.7304f, 13.0339f, 14.797f, 13.0672f, 14.8737f)
|
||||||
|
curveTo(13.1006f, 14.9504f, 13.1172f, 15.032f, 13.1172f, 15.1187f)
|
||||||
|
curveTo(13.1172f, 15.2087f, 13.1006f, 15.292f, 13.0672f, 15.3687f)
|
||||||
|
curveTo(13.0339f, 15.442f, 12.9889f, 15.507f, 12.9322f, 15.5637f)
|
||||||
|
curveTo(12.8756f, 15.6204f, 12.8089f, 15.6637f, 12.7322f, 15.6937f)
|
||||||
|
curveTo(12.6589f, 15.727f, 12.5789f, 15.7437f, 12.4922f, 15.7437f)
|
||||||
|
curveTo(12.4022f, 15.7437f, 12.3189f, 15.727f, 12.2422f, 15.6937f)
|
||||||
|
curveTo(12.1689f, 15.6637f, 12.1039f, 15.6204f, 12.0472f, 15.5637f)
|
||||||
|
curveTo(11.9906f, 15.507f, 11.9456f, 15.442f, 11.9122f, 15.3687f)
|
||||||
|
curveTo(11.8822f, 15.292f, 11.8672f, 15.2087f, 11.8672f, 15.1187f)
|
||||||
|
close()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.build()
|
||||||
|
return _factorial!!
|
||||||
|
}
|
||||||
|
|
||||||
|
private var _factorial: ImageVector? = null
|
@ -0,0 +1,94 @@
|
|||||||
|
/*
|
||||||
|
* Unitto is a unit converter for Android
|
||||||
|
* Copyright (c) 2024 Elshan Agaev
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.sadellie.unitto.core.ui.common.icons.iconpack
|
||||||
|
|
||||||
|
import androidx.compose.ui.graphics.Color
|
||||||
|
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
||||||
|
import androidx.compose.ui.graphics.SolidColor
|
||||||
|
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
|
||||||
|
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
||||||
|
import androidx.compose.ui.graphics.vector.path
|
||||||
|
import androidx.compose.ui.unit.dp
|
||||||
|
import com.sadellie.unitto.core.ui.common.icons.IconPack
|
||||||
|
|
||||||
|
@Suppress("UnusedReceiverParameter")
|
||||||
|
val IconPack.Inv: ImageVector
|
||||||
|
get() {
|
||||||
|
if (_inv != null) {
|
||||||
|
return _inv!!
|
||||||
|
}
|
||||||
|
_inv = Builder(name = "Inv", defaultWidth = 24.0.dp, defaultHeight = 24.0.dp, viewportWidth
|
||||||
|
= 24.0f, viewportHeight = 24.0f).apply {
|
||||||
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
|
pathFillType = NonZero) {
|
||||||
|
moveTo(5.9815f, 15.6687f)
|
||||||
|
horizontalLineTo(5.0115f)
|
||||||
|
verticalLineTo(8.5037f)
|
||||||
|
horizontalLineTo(5.9815f)
|
||||||
|
verticalLineTo(15.6687f)
|
||||||
|
close()
|
||||||
|
moveTo(13.4192f, 8.5037f)
|
||||||
|
verticalLineTo(15.6687f)
|
||||||
|
horizontalLineTo(12.9342f)
|
||||||
|
curveTo(12.8576f, 15.6687f, 12.7926f, 15.6554f, 12.7392f, 15.6287f)
|
||||||
|
curveTo(12.6892f, 15.602f, 12.6392f, 15.557f, 12.5892f, 15.4937f)
|
||||||
|
lineTo(8.4442f, 10.0937f)
|
||||||
|
curveTo(8.4509f, 10.177f, 8.4559f, 10.2587f, 8.4592f, 10.3387f)
|
||||||
|
curveTo(8.4626f, 10.4187f, 8.4642f, 10.4937f, 8.4642f, 10.5637f)
|
||||||
|
verticalLineTo(15.6687f)
|
||||||
|
horizontalLineTo(7.6142f)
|
||||||
|
verticalLineTo(8.5037f)
|
||||||
|
horizontalLineTo(8.1142f)
|
||||||
|
curveTo(8.1575f, 8.5037f, 8.1942f, 8.507f, 8.2242f, 8.5137f)
|
||||||
|
curveTo(8.2542f, 8.517f, 8.2809f, 8.5254f, 8.3042f, 8.5387f)
|
||||||
|
curveTo(8.3275f, 8.5487f, 8.3509f, 8.5654f, 8.3742f, 8.5887f)
|
||||||
|
curveTo(8.3975f, 8.6087f, 8.4226f, 8.6354f, 8.4492f, 8.6687f)
|
||||||
|
lineTo(12.5942f, 14.0637f)
|
||||||
|
curveTo(12.5876f, 13.977f, 12.5809f, 13.8937f, 12.5742f, 13.8137f)
|
||||||
|
curveTo(12.5709f, 13.7304f, 12.5692f, 13.652f, 12.5692f, 13.5787f)
|
||||||
|
verticalLineTo(8.5037f)
|
||||||
|
horizontalLineTo(13.4192f)
|
||||||
|
close()
|
||||||
|
moveTo(20.8759f, 8.5037f)
|
||||||
|
lineTo(17.9559f, 15.6687f)
|
||||||
|
horizontalLineTo(17.0859f)
|
||||||
|
lineTo(14.1659f, 8.5037f)
|
||||||
|
horizontalLineTo(14.9409f)
|
||||||
|
curveTo(15.0276f, 8.5037f, 15.0976f, 8.5254f, 15.1509f, 8.5687f)
|
||||||
|
curveTo(15.2043f, 8.612f, 15.2443f, 8.667f, 15.2709f, 8.7337f)
|
||||||
|
lineTo(17.2909f, 13.7887f)
|
||||||
|
curveTo(17.3343f, 13.902f, 17.3759f, 14.0254f, 17.4159f, 14.1587f)
|
||||||
|
curveTo(17.4593f, 14.292f, 17.4976f, 14.432f, 17.5309f, 14.5787f)
|
||||||
|
curveTo(17.5643f, 14.432f, 17.5993f, 14.292f, 17.6359f, 14.1587f)
|
||||||
|
curveTo(17.6726f, 14.0254f, 17.7126f, 13.902f, 17.7559f, 13.7887f)
|
||||||
|
lineTo(19.7709f, 8.7337f)
|
||||||
|
curveTo(19.7909f, 8.677f, 19.8293f, 8.6254f, 19.8859f, 8.5787f)
|
||||||
|
curveTo(19.9459f, 8.5287f, 20.0176f, 8.5037f, 20.1009f, 8.5037f)
|
||||||
|
horizontalLineTo(20.8759f)
|
||||||
|
close()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.build()
|
||||||
|
return _inv!!
|
||||||
|
}
|
||||||
|
|
||||||
|
private var _inv: ImageVector? = null
|
@ -0,0 +1,85 @@
|
|||||||
|
/*
|
||||||
|
* Unitto is a unit converter for Android
|
||||||
|
* Copyright (c) 2024 Elshan Agaev
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.sadellie.unitto.core.ui.common.icons.iconpack
|
||||||
|
|
||||||
|
import androidx.compose.ui.graphics.Color
|
||||||
|
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
||||||
|
import androidx.compose.ui.graphics.SolidColor
|
||||||
|
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
|
||||||
|
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
||||||
|
import androidx.compose.ui.graphics.vector.path
|
||||||
|
import androidx.compose.ui.unit.dp
|
||||||
|
import com.sadellie.unitto.core.ui.common.icons.IconPack
|
||||||
|
|
||||||
|
@Suppress("UnusedReceiverParameter")
|
||||||
|
val IconPack.Key0: ImageVector
|
||||||
|
get() {
|
||||||
|
if (_key0 != null) {
|
||||||
|
return _key0!!
|
||||||
|
}
|
||||||
|
_key0 = Builder(name = "Key0", defaultWidth = 24.0.dp, defaultHeight = 24.0.dp,
|
||||||
|
viewportWidth = 24.0f, viewportHeight = 24.0f).apply {
|
||||||
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
|
pathFillType = NonZero) {
|
||||||
|
moveTo(14.5996f, 12.0887f)
|
||||||
|
curveTo(14.5996f, 12.7154f, 14.5313f, 13.2587f, 14.3946f, 13.7187f)
|
||||||
|
curveTo(14.2613f, 14.1754f, 14.0779f, 14.5537f, 13.8446f, 14.8537f)
|
||||||
|
curveTo(13.6113f, 15.1537f, 13.3346f, 15.377f, 13.0146f, 15.5237f)
|
||||||
|
curveTo(12.6979f, 15.6704f, 12.3579f, 15.7437f, 11.9946f, 15.7437f)
|
||||||
|
curveTo(11.6279f, 15.7437f, 11.2863f, 15.6704f, 10.9696f, 15.5237f)
|
||||||
|
curveTo(10.6563f, 15.377f, 10.3829f, 15.1537f, 10.1496f, 14.8537f)
|
||||||
|
curveTo(9.9163f, 14.5537f, 9.7329f, 14.1754f, 9.5996f, 13.7187f)
|
||||||
|
curveTo(9.4663f, 13.2587f, 9.3996f, 12.7154f, 9.3996f, 12.0887f)
|
||||||
|
curveTo(9.3996f, 11.462f, 9.4663f, 10.9187f, 9.5996f, 10.4587f)
|
||||||
|
curveTo(9.7329f, 9.9987f, 9.9163f, 9.6187f, 10.1496f, 9.3187f)
|
||||||
|
curveTo(10.3829f, 9.0154f, 10.6563f, 8.7904f, 10.9696f, 8.6437f)
|
||||||
|
curveTo(11.2863f, 8.497f, 11.6279f, 8.4237f, 11.9946f, 8.4237f)
|
||||||
|
curveTo(12.3579f, 8.4237f, 12.6979f, 8.497f, 13.0146f, 8.6437f)
|
||||||
|
curveTo(13.3346f, 8.7904f, 13.6113f, 9.0154f, 13.8446f, 9.3187f)
|
||||||
|
curveTo(14.0779f, 9.6187f, 14.2613f, 9.9987f, 14.3946f, 10.4587f)
|
||||||
|
curveTo(14.5313f, 10.9187f, 14.5996f, 11.462f, 14.5996f, 12.0887f)
|
||||||
|
close()
|
||||||
|
moveTo(13.6746f, 12.0887f)
|
||||||
|
curveTo(13.6746f, 11.542f, 13.6279f, 11.0837f, 13.5346f, 10.7137f)
|
||||||
|
curveTo(13.4446f, 10.3404f, 13.3213f, 10.0404f, 13.1646f, 9.8137f)
|
||||||
|
curveTo(13.0113f, 9.587f, 12.8329f, 9.4254f, 12.6296f, 9.3287f)
|
||||||
|
curveTo(12.4263f, 9.2287f, 12.2146f, 9.1787f, 11.9946f, 9.1787f)
|
||||||
|
curveTo(11.7746f, 9.1787f, 11.5629f, 9.2287f, 11.3596f, 9.3287f)
|
||||||
|
curveTo(11.1563f, 9.4254f, 10.9779f, 9.587f, 10.8246f, 9.8137f)
|
||||||
|
curveTo(10.6713f, 10.0404f, 10.5479f, 10.3404f, 10.4546f, 10.7137f)
|
||||||
|
curveTo(10.3646f, 11.0837f, 10.3196f, 11.542f, 10.3196f, 12.0887f)
|
||||||
|
curveTo(10.3196f, 12.6354f, 10.3646f, 13.0937f, 10.4546f, 13.4637f)
|
||||||
|
curveTo(10.5479f, 13.8337f, 10.6713f, 14.132f, 10.8246f, 14.3587f)
|
||||||
|
curveTo(10.9779f, 14.5854f, 11.1563f, 14.7487f, 11.3596f, 14.8487f)
|
||||||
|
curveTo(11.5629f, 14.9454f, 11.7746f, 14.9937f, 11.9946f, 14.9937f)
|
||||||
|
curveTo(12.2146f, 14.9937f, 12.4263f, 14.9454f, 12.6296f, 14.8487f)
|
||||||
|
curveTo(12.8329f, 14.7487f, 13.0113f, 14.5854f, 13.1646f, 14.3587f)
|
||||||
|
curveTo(13.3213f, 14.132f, 13.4446f, 13.8337f, 13.5346f, 13.4637f)
|
||||||
|
curveTo(13.6279f, 13.0937f, 13.6746f, 12.6354f, 13.6746f, 12.0887f)
|
||||||
|
close()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.build()
|
||||||
|
return _key0!!
|
||||||
|
}
|
||||||
|
|
||||||
|
private var _key0: ImageVector? = null
|
@ -0,0 +1,67 @@
|
|||||||
|
/*
|
||||||
|
* Unitto is a unit converter for Android
|
||||||
|
* Copyright (c) 2024 Elshan Agaev
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.sadellie.unitto.core.ui.common.icons.iconpack
|
||||||
|
|
||||||
|
import androidx.compose.ui.graphics.Color
|
||||||
|
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
||||||
|
import androidx.compose.ui.graphics.SolidColor
|
||||||
|
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
|
||||||
|
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
||||||
|
import androidx.compose.ui.graphics.vector.path
|
||||||
|
import androidx.compose.ui.unit.dp
|
||||||
|
import com.sadellie.unitto.core.ui.common.icons.IconPack
|
||||||
|
|
||||||
|
@Suppress("UnusedReceiverParameter")
|
||||||
|
val IconPack.Key1: ImageVector
|
||||||
|
get() {
|
||||||
|
if (_key1 != null) {
|
||||||
|
return _key1!!
|
||||||
|
}
|
||||||
|
_key1 = Builder(name = "Key1", defaultWidth = 24.0.dp, defaultHeight = 24.0.dp,
|
||||||
|
viewportWidth = 24.0f, viewportHeight = 24.0f).apply {
|
||||||
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
|
pathFillType = NonZero) {
|
||||||
|
moveTo(14.1896f, 14.9887f)
|
||||||
|
verticalLineTo(15.6687f)
|
||||||
|
horizontalLineTo(10.3496f)
|
||||||
|
verticalLineTo(14.9887f)
|
||||||
|
horizontalLineTo(11.8846f)
|
||||||
|
verticalLineTo(10.1037f)
|
||||||
|
curveTo(11.8846f, 9.957f, 11.8896f, 9.8087f, 11.8996f, 9.6587f)
|
||||||
|
lineTo(10.6246f, 10.7537f)
|
||||||
|
curveTo(10.5813f, 10.7904f, 10.5379f, 10.8137f, 10.4946f, 10.8237f)
|
||||||
|
curveTo(10.4513f, 10.8304f, 10.4113f, 10.8304f, 10.3746f, 10.8237f)
|
||||||
|
curveTo(10.3379f, 10.817f, 10.3029f, 10.8037f, 10.2696f, 10.7837f)
|
||||||
|
curveTo(10.2396f, 10.7637f, 10.2163f, 10.742f, 10.1996f, 10.7187f)
|
||||||
|
lineTo(9.9196f, 10.3337f)
|
||||||
|
lineTo(12.0546f, 8.4887f)
|
||||||
|
horizontalLineTo(12.7796f)
|
||||||
|
verticalLineTo(14.9887f)
|
||||||
|
horizontalLineTo(14.1896f)
|
||||||
|
close()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.build()
|
||||||
|
return _key1!!
|
||||||
|
}
|
||||||
|
|
||||||
|
private var _key1: ImageVector? = null
|
@ -0,0 +1,90 @@
|
|||||||
|
/*
|
||||||
|
* Unitto is a unit converter for Android
|
||||||
|
* Copyright (c) 2024 Elshan Agaev
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.sadellie.unitto.core.ui.common.icons.iconpack
|
||||||
|
|
||||||
|
import androidx.compose.ui.graphics.Color
|
||||||
|
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
||||||
|
import androidx.compose.ui.graphics.SolidColor
|
||||||
|
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
|
||||||
|
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
||||||
|
import androidx.compose.ui.graphics.vector.path
|
||||||
|
import androidx.compose.ui.unit.dp
|
||||||
|
import com.sadellie.unitto.core.ui.common.icons.IconPack
|
||||||
|
|
||||||
|
@Suppress("UnusedReceiverParameter")
|
||||||
|
val IconPack.Key2: ImageVector
|
||||||
|
get() {
|
||||||
|
if (_key2 != null) {
|
||||||
|
return _key2!!
|
||||||
|
}
|
||||||
|
_key2 = Builder(name = "Key2", defaultWidth = 24.0.dp, defaultHeight = 24.0.dp,
|
||||||
|
viewportWidth = 24.0f, viewportHeight = 24.0f).apply {
|
||||||
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
|
pathFillType = NonZero) {
|
||||||
|
moveTo(14.0346f, 14.8237f)
|
||||||
|
curveTo(14.1313f, 14.8237f, 14.2079f, 14.852f, 14.2646f, 14.9087f)
|
||||||
|
curveTo(14.3213f, 14.9654f, 14.3496f, 15.0387f, 14.3496f, 15.1287f)
|
||||||
|
verticalLineTo(15.6687f)
|
||||||
|
horizontalLineTo(9.5696f)
|
||||||
|
verticalLineTo(15.3637f)
|
||||||
|
curveTo(9.5696f, 15.3004f, 9.5829f, 15.2354f, 9.6096f, 15.1687f)
|
||||||
|
curveTo(9.6363f, 15.102f, 9.6779f, 15.0404f, 9.7346f, 14.9837f)
|
||||||
|
lineTo(12.0296f, 12.6787f)
|
||||||
|
curveTo(12.2196f, 12.4854f, 12.3929f, 12.3004f, 12.5496f, 12.1237f)
|
||||||
|
curveTo(12.7063f, 11.9437f, 12.8396f, 11.7637f, 12.9496f, 11.5837f)
|
||||||
|
curveTo(13.0596f, 11.4037f, 13.1446f, 11.222f, 13.2046f, 11.0387f)
|
||||||
|
curveTo(13.2646f, 10.852f, 13.2946f, 10.6537f, 13.2946f, 10.4437f)
|
||||||
|
curveTo(13.2946f, 10.2337f, 13.2613f, 10.0504f, 13.1946f, 9.8937f)
|
||||||
|
curveTo(13.1279f, 9.7337f, 13.0363f, 9.602f, 12.9196f, 9.4987f)
|
||||||
|
curveTo(12.8063f, 9.3954f, 12.6713f, 9.3187f, 12.5146f, 9.2687f)
|
||||||
|
curveTo(12.3579f, 9.2154f, 12.1896f, 9.1887f, 12.0096f, 9.1887f)
|
||||||
|
curveTo(11.8263f, 9.1887f, 11.6579f, 9.2154f, 11.5046f, 9.2687f)
|
||||||
|
curveTo(11.3513f, 9.322f, 11.2146f, 9.397f, 11.0946f, 9.4937f)
|
||||||
|
curveTo(10.9779f, 9.587f, 10.8796f, 9.6987f, 10.7996f, 9.8287f)
|
||||||
|
curveTo(10.7196f, 9.9587f, 10.6629f, 10.102f, 10.6296f, 10.2587f)
|
||||||
|
curveTo(10.5896f, 10.3754f, 10.5346f, 10.4537f, 10.4646f, 10.4937f)
|
||||||
|
curveTo(10.3979f, 10.5304f, 10.3029f, 10.5404f, 10.1796f, 10.5237f)
|
||||||
|
lineTo(9.7146f, 10.4437f)
|
||||||
|
curveTo(9.7613f, 10.117f, 9.8513f, 9.8287f, 9.9846f, 9.5787f)
|
||||||
|
curveTo(10.1213f, 9.3254f, 10.2913f, 9.1137f, 10.4946f, 8.9437f)
|
||||||
|
curveTo(10.7013f, 8.7737f, 10.9363f, 8.6454f, 11.1996f, 8.5587f)
|
||||||
|
curveTo(11.4629f, 8.4687f, 11.7479f, 8.4237f, 12.0546f, 8.4237f)
|
||||||
|
curveTo(12.3579f, 8.4237f, 12.6413f, 8.4687f, 12.9046f, 8.5587f)
|
||||||
|
curveTo(13.1679f, 8.6487f, 13.3963f, 8.7804f, 13.5896f, 8.9537f)
|
||||||
|
curveTo(13.7829f, 9.1237f, 13.9346f, 9.332f, 14.0446f, 9.5787f)
|
||||||
|
curveTo(14.1546f, 9.8254f, 14.2096f, 10.1054f, 14.2096f, 10.4187f)
|
||||||
|
curveTo(14.2096f, 10.6854f, 14.1696f, 10.9337f, 14.0896f, 11.1637f)
|
||||||
|
curveTo(14.0096f, 11.3904f, 13.9013f, 11.607f, 13.7646f, 11.8137f)
|
||||||
|
curveTo(13.6279f, 12.0204f, 13.4696f, 12.222f, 13.2896f, 12.4187f)
|
||||||
|
curveTo(13.1129f, 12.6154f, 12.9246f, 12.8137f, 12.7246f, 13.0137f)
|
||||||
|
lineTo(10.8346f, 14.9437f)
|
||||||
|
curveTo(10.9679f, 14.907f, 11.1029f, 14.8787f, 11.2396f, 14.8587f)
|
||||||
|
curveTo(11.3763f, 14.8354f, 11.5079f, 14.8237f, 11.6346f, 14.8237f)
|
||||||
|
horizontalLineTo(14.0346f)
|
||||||
|
close()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.build()
|
||||||
|
return _key2!!
|
||||||
|
}
|
||||||
|
|
||||||
|
private var _key2: ImageVector? = null
|
@ -0,0 +1,104 @@
|
|||||||
|
/*
|
||||||
|
* Unitto is a unit converter for Android
|
||||||
|
* Copyright (c) 2024 Elshan Agaev
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.sadellie.unitto.core.ui.common.icons.iconpack
|
||||||
|
|
||||||
|
import androidx.compose.ui.graphics.Color
|
||||||
|
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
||||||
|
import androidx.compose.ui.graphics.SolidColor
|
||||||
|
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
|
||||||
|
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
||||||
|
import androidx.compose.ui.graphics.vector.path
|
||||||
|
import androidx.compose.ui.unit.dp
|
||||||
|
import com.sadellie.unitto.core.ui.common.icons.IconPack
|
||||||
|
|
||||||
|
@Suppress("UnusedReceiverParameter")
|
||||||
|
val IconPack.Key3: ImageVector
|
||||||
|
get() {
|
||||||
|
if (_key3 != null) {
|
||||||
|
return _key3!!
|
||||||
|
}
|
||||||
|
_key3 = Builder(name = "Key3", defaultWidth = 24.0.dp, defaultHeight = 24.0.dp,
|
||||||
|
viewportWidth = 24.0f, viewportHeight = 24.0f).apply {
|
||||||
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
|
pathFillType = NonZero) {
|
||||||
|
moveTo(9.7496f, 10.4437f)
|
||||||
|
curveTo(9.7963f, 10.117f, 9.8863f, 9.8287f, 10.0196f, 9.5787f)
|
||||||
|
curveTo(10.1529f, 9.3254f, 10.3213f, 9.1137f, 10.5246f, 8.9437f)
|
||||||
|
curveTo(10.7313f, 8.7737f, 10.9663f, 8.6454f, 11.2296f, 8.5587f)
|
||||||
|
curveTo(11.4963f, 8.4687f, 11.7829f, 8.4237f, 12.0896f, 8.4237f)
|
||||||
|
curveTo(12.3929f, 8.4237f, 12.6729f, 8.467f, 12.9296f, 8.5537f)
|
||||||
|
curveTo(13.1863f, 8.6404f, 13.4063f, 8.7637f, 13.5896f, 8.9237f)
|
||||||
|
curveTo(13.7763f, 9.0837f, 13.9213f, 9.277f, 14.0246f, 9.5037f)
|
||||||
|
curveTo(14.1279f, 9.7304f, 14.1796f, 9.982f, 14.1796f, 10.2587f)
|
||||||
|
curveTo(14.1796f, 10.4854f, 14.1496f, 10.6887f, 14.0896f, 10.8687f)
|
||||||
|
curveTo(14.0329f, 11.0454f, 13.9496f, 11.2004f, 13.8396f, 11.3337f)
|
||||||
|
curveTo(13.7329f, 11.467f, 13.6029f, 11.5804f, 13.4496f, 11.6737f)
|
||||||
|
curveTo(13.2963f, 11.767f, 13.1246f, 11.8437f, 12.9346f, 11.9037f)
|
||||||
|
curveTo(13.4013f, 12.0237f, 13.7513f, 12.2304f, 13.9846f, 12.5237f)
|
||||||
|
curveTo(14.2213f, 12.8137f, 14.3396f, 13.177f, 14.3396f, 13.6137f)
|
||||||
|
curveTo(14.3396f, 13.9437f, 14.2763f, 14.2404f, 14.1496f, 14.5037f)
|
||||||
|
curveTo(14.0263f, 14.767f, 13.8563f, 14.992f, 13.6396f, 15.1787f)
|
||||||
|
curveTo(13.4229f, 15.362f, 13.1696f, 15.5037f, 12.8796f, 15.6037f)
|
||||||
|
curveTo(12.5929f, 15.7004f, 12.2846f, 15.7487f, 11.9546f, 15.7487f)
|
||||||
|
curveTo(11.5746f, 15.7487f, 11.2496f, 15.702f, 10.9796f, 15.6087f)
|
||||||
|
curveTo(10.7096f, 15.512f, 10.4813f, 15.3804f, 10.2946f, 15.2137f)
|
||||||
|
curveTo(10.1079f, 15.047f, 9.9546f, 14.8504f, 9.8346f, 14.6237f)
|
||||||
|
curveTo(9.7146f, 14.3937f, 9.6129f, 14.1454f, 9.5296f, 13.8787f)
|
||||||
|
lineTo(9.9146f, 13.7187f)
|
||||||
|
curveTo(10.0146f, 13.6754f, 10.1113f, 13.6637f, 10.2046f, 13.6837f)
|
||||||
|
curveTo(10.3013f, 13.7037f, 10.3713f, 13.7587f, 10.4146f, 13.8487f)
|
||||||
|
curveTo(10.4579f, 13.942f, 10.5113f, 14.0537f, 10.5746f, 14.1837f)
|
||||||
|
curveTo(10.6413f, 14.3137f, 10.7313f, 14.4387f, 10.8446f, 14.5587f)
|
||||||
|
curveTo(10.9579f, 14.6787f, 11.1013f, 14.7804f, 11.2746f, 14.8637f)
|
||||||
|
curveTo(11.4513f, 14.947f, 11.6746f, 14.9887f, 11.9446f, 14.9887f)
|
||||||
|
curveTo(12.1946f, 14.9887f, 12.4129f, 14.9487f, 12.5996f, 14.8687f)
|
||||||
|
curveTo(12.7896f, 14.7854f, 12.9463f, 14.6787f, 13.0696f, 14.5487f)
|
||||||
|
curveTo(13.1963f, 14.4187f, 13.2913f, 14.2737f, 13.3546f, 14.1137f)
|
||||||
|
curveTo(13.4179f, 13.9537f, 13.4496f, 13.7954f, 13.4496f, 13.6387f)
|
||||||
|
curveTo(13.4496f, 13.4454f, 13.4246f, 13.2687f, 13.3746f, 13.1087f)
|
||||||
|
curveTo(13.3246f, 12.9487f, 13.2313f, 12.8104f, 13.0946f, 12.6937f)
|
||||||
|
curveTo(12.9579f, 12.577f, 12.7696f, 12.4854f, 12.5296f, 12.4187f)
|
||||||
|
curveTo(12.2929f, 12.352f, 11.9879f, 12.3187f, 11.6146f, 12.3187f)
|
||||||
|
verticalLineTo(11.6737f)
|
||||||
|
curveTo(11.9213f, 11.6704f, 12.1813f, 11.637f, 12.3946f, 11.5737f)
|
||||||
|
curveTo(12.6113f, 11.5104f, 12.7863f, 11.4237f, 12.9196f, 11.3137f)
|
||||||
|
curveTo(13.0563f, 11.2037f, 13.1546f, 11.072f, 13.2146f, 10.9187f)
|
||||||
|
curveTo(13.2779f, 10.7654f, 13.3096f, 10.5954f, 13.3096f, 10.4087f)
|
||||||
|
curveTo(13.3096f, 10.202f, 13.2763f, 10.022f, 13.2096f, 9.8687f)
|
||||||
|
curveTo(13.1463f, 9.7154f, 13.0579f, 9.5887f, 12.9446f, 9.4887f)
|
||||||
|
curveTo(12.8313f, 9.3887f, 12.6963f, 9.3137f, 12.5396f, 9.2637f)
|
||||||
|
curveTo(12.3863f, 9.2137f, 12.2196f, 9.1887f, 12.0396f, 9.1887f)
|
||||||
|
curveTo(11.8596f, 9.1887f, 11.6913f, 9.2154f, 11.5346f, 9.2687f)
|
||||||
|
curveTo(11.3813f, 9.322f, 11.2446f, 9.397f, 11.1246f, 9.4937f)
|
||||||
|
curveTo(11.0079f, 9.587f, 10.9096f, 9.6987f, 10.8296f, 9.8287f)
|
||||||
|
curveTo(10.7496f, 9.9587f, 10.6929f, 10.102f, 10.6596f, 10.2587f)
|
||||||
|
curveTo(10.6163f, 10.3754f, 10.5613f, 10.4537f, 10.4946f, 10.4937f)
|
||||||
|
curveTo(10.4313f, 10.5304f, 10.3379f, 10.5404f, 10.2146f, 10.5237f)
|
||||||
|
lineTo(9.7496f, 10.4437f)
|
||||||
|
close()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.build()
|
||||||
|
return _key3!!
|
||||||
|
}
|
||||||
|
|
||||||
|
private var _key3: ImageVector? = null
|
@ -0,0 +1,73 @@
|
|||||||
|
/*
|
||||||
|
* Unitto is a unit converter for Android
|
||||||
|
* Copyright (c) 2024 Elshan Agaev
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.sadellie.unitto.core.ui.common.icons.iconpack
|
||||||
|
|
||||||
|
import androidx.compose.ui.graphics.Color
|
||||||
|
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
||||||
|
import androidx.compose.ui.graphics.SolidColor
|
||||||
|
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
|
||||||
|
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
||||||
|
import androidx.compose.ui.graphics.vector.path
|
||||||
|
import androidx.compose.ui.unit.dp
|
||||||
|
import com.sadellie.unitto.core.ui.common.icons.IconPack
|
||||||
|
|
||||||
|
@Suppress("UnusedReceiverParameter")
|
||||||
|
val IconPack.Key4: ImageVector
|
||||||
|
get() {
|
||||||
|
if (_key4 != null) {
|
||||||
|
return _key4!!
|
||||||
|
}
|
||||||
|
_key4 = Builder(name = "Key4", defaultWidth = 24.0.dp, defaultHeight = 24.0.dp,
|
||||||
|
viewportWidth = 24.0f, viewportHeight = 24.0f).apply {
|
||||||
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
|
pathFillType = NonZero) {
|
||||||
|
moveTo(12.7496f, 13.0837f)
|
||||||
|
verticalLineTo(10.1287f)
|
||||||
|
curveTo(12.7496f, 10.042f, 12.7529f, 9.947f, 12.7596f, 9.8437f)
|
||||||
|
curveTo(12.7663f, 9.7404f, 12.7763f, 9.6354f, 12.7896f, 9.5287f)
|
||||||
|
lineTo(10.1796f, 13.0837f)
|
||||||
|
horizontalLineTo(12.7496f)
|
||||||
|
close()
|
||||||
|
moveTo(14.6146f, 13.0837f)
|
||||||
|
verticalLineTo(13.5937f)
|
||||||
|
curveTo(14.6146f, 13.647f, 14.5979f, 13.692f, 14.5646f, 13.7287f)
|
||||||
|
curveTo(14.5346f, 13.7654f, 14.4863f, 13.7837f, 14.4196f, 13.7837f)
|
||||||
|
horizontalLineTo(13.5296f)
|
||||||
|
verticalLineTo(15.6687f)
|
||||||
|
horizontalLineTo(12.7496f)
|
||||||
|
verticalLineTo(13.7837f)
|
||||||
|
horizontalLineTo(9.5696f)
|
||||||
|
curveTo(9.5029f, 13.7837f, 9.4446f, 13.7654f, 9.3946f, 13.7287f)
|
||||||
|
curveTo(9.3479f, 13.6887f, 9.3179f, 13.6404f, 9.3046f, 13.5837f)
|
||||||
|
lineTo(9.2146f, 13.1287f)
|
||||||
|
lineTo(12.6996f, 8.5037f)
|
||||||
|
horizontalLineTo(13.5296f)
|
||||||
|
verticalLineTo(13.0837f)
|
||||||
|
horizontalLineTo(14.6146f)
|
||||||
|
close()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.build()
|
||||||
|
return _key4!!
|
||||||
|
}
|
||||||
|
|
||||||
|
private var _key4: ImageVector? = null
|
@ -0,0 +1,88 @@
|
|||||||
|
/*
|
||||||
|
* Unitto is a unit converter for Android
|
||||||
|
* Copyright (c) 2024 Elshan Agaev
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.sadellie.unitto.core.ui.common.icons.iconpack
|
||||||
|
|
||||||
|
import androidx.compose.ui.graphics.Color
|
||||||
|
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
||||||
|
import androidx.compose.ui.graphics.SolidColor
|
||||||
|
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
|
||||||
|
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
||||||
|
import androidx.compose.ui.graphics.vector.path
|
||||||
|
import androidx.compose.ui.unit.dp
|
||||||
|
import com.sadellie.unitto.core.ui.common.icons.IconPack
|
||||||
|
|
||||||
|
@Suppress("UnusedReceiverParameter")
|
||||||
|
val IconPack.Key5: ImageVector
|
||||||
|
get() {
|
||||||
|
if (_key5 != null) {
|
||||||
|
return _key5!!
|
||||||
|
}
|
||||||
|
_key5 = Builder(name = "Key5", defaultWidth = 24.0.dp, defaultHeight = 24.0.dp,
|
||||||
|
viewportWidth = 24.0f, viewportHeight = 24.0f).apply {
|
||||||
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
|
pathFillType = NonZero) {
|
||||||
|
moveTo(10.9096f, 11.2087f)
|
||||||
|
curveTo(11.2829f, 11.1287f, 11.6263f, 11.0887f, 11.9396f, 11.0887f)
|
||||||
|
curveTo(12.3129f, 11.0887f, 12.6429f, 11.1437f, 12.9296f, 11.2537f)
|
||||||
|
curveTo(13.2163f, 11.3637f, 13.4546f, 11.5154f, 13.6446f, 11.7087f)
|
||||||
|
curveTo(13.8379f, 11.902f, 13.9829f, 12.1304f, 14.0796f, 12.3937f)
|
||||||
|
curveTo(14.1796f, 12.657f, 14.2296f, 12.9437f, 14.2296f, 13.2537f)
|
||||||
|
curveTo(14.2296f, 13.6337f, 14.1629f, 13.977f, 14.0296f, 14.2837f)
|
||||||
|
curveTo(13.8996f, 14.5904f, 13.7179f, 14.8537f, 13.4846f, 15.0737f)
|
||||||
|
curveTo(13.2546f, 15.2904f, 12.9829f, 15.457f, 12.6696f, 15.5737f)
|
||||||
|
curveTo(12.3563f, 15.6904f, 12.0179f, 15.7487f, 11.6546f, 15.7487f)
|
||||||
|
curveTo(11.4446f, 15.7487f, 11.2429f, 15.727f, 11.0496f, 15.6837f)
|
||||||
|
curveTo(10.8563f, 15.6437f, 10.6746f, 15.5887f, 10.5046f, 15.5187f)
|
||||||
|
curveTo(10.3379f, 15.4487f, 10.1829f, 15.3687f, 10.0396f, 15.2787f)
|
||||||
|
curveTo(9.8963f, 15.1887f, 9.7696f, 15.0937f, 9.6596f, 14.9937f)
|
||||||
|
lineTo(9.9346f, 14.6137f)
|
||||||
|
curveTo(9.9946f, 14.527f, 10.0729f, 14.4837f, 10.1696f, 14.4837f)
|
||||||
|
curveTo(10.2363f, 14.4837f, 10.3113f, 14.5104f, 10.3946f, 14.5637f)
|
||||||
|
curveTo(10.4779f, 14.6137f, 10.5796f, 14.6704f, 10.6996f, 14.7337f)
|
||||||
|
curveTo(10.8196f, 14.797f, 10.9596f, 14.8554f, 11.1196f, 14.9087f)
|
||||||
|
curveTo(11.2829f, 14.9587f, 11.4763f, 14.9837f, 11.6996f, 14.9837f)
|
||||||
|
curveTo(11.9496f, 14.9837f, 12.1746f, 14.9437f, 12.3746f, 14.8637f)
|
||||||
|
curveTo(12.5746f, 14.7837f, 12.7463f, 14.6704f, 12.8896f, 14.5237f)
|
||||||
|
curveTo(13.0329f, 14.3737f, 13.1429f, 14.1954f, 13.2196f, 13.9887f)
|
||||||
|
curveTo(13.2963f, 13.782f, 13.3346f, 13.5504f, 13.3346f, 13.2937f)
|
||||||
|
curveTo(13.3346f, 13.0704f, 13.3013f, 12.8687f, 13.2346f, 12.6887f)
|
||||||
|
curveTo(13.1713f, 12.5087f, 13.0729f, 12.3554f, 12.9396f, 12.2287f)
|
||||||
|
curveTo(12.8096f, 12.102f, 12.6463f, 12.0037f, 12.4496f, 11.9337f)
|
||||||
|
curveTo(12.2529f, 11.8637f, 12.0229f, 11.8287f, 11.7596f, 11.8287f)
|
||||||
|
curveTo(11.5796f, 11.8287f, 11.3913f, 11.8437f, 11.1946f, 11.8737f)
|
||||||
|
curveTo(11.0013f, 11.9037f, 10.8029f, 11.952f, 10.5996f, 12.0187f)
|
||||||
|
lineTo(10.0396f, 11.8537f)
|
||||||
|
lineTo(10.6146f, 8.5037f)
|
||||||
|
horizontalLineTo(14.0096f)
|
||||||
|
verticalLineTo(8.8937f)
|
||||||
|
curveTo(14.0096f, 9.0204f, 13.9696f, 9.1254f, 13.8896f, 9.2087f)
|
||||||
|
curveTo(13.8129f, 9.2887f, 13.6796f, 9.3287f, 13.4896f, 9.3287f)
|
||||||
|
horizontalLineTo(11.2396f)
|
||||||
|
lineTo(10.9096f, 11.2087f)
|
||||||
|
close()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.build()
|
||||||
|
return _key5!!
|
||||||
|
}
|
||||||
|
|
||||||
|
private var _key5: ImageVector? = null
|
@ -0,0 +1,92 @@
|
|||||||
|
/*
|
||||||
|
* Unitto is a unit converter for Android
|
||||||
|
* Copyright (c) 2024 Elshan Agaev
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.sadellie.unitto.core.ui.common.icons.iconpack
|
||||||
|
|
||||||
|
import androidx.compose.ui.graphics.Color
|
||||||
|
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
||||||
|
import androidx.compose.ui.graphics.SolidColor
|
||||||
|
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
|
||||||
|
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
||||||
|
import androidx.compose.ui.graphics.vector.path
|
||||||
|
import androidx.compose.ui.unit.dp
|
||||||
|
import com.sadellie.unitto.core.ui.common.icons.IconPack
|
||||||
|
|
||||||
|
@Suppress("UnusedReceiverParameter")
|
||||||
|
val IconPack.Key6: ImageVector
|
||||||
|
get() {
|
||||||
|
if (_key6 != null) {
|
||||||
|
return _key6!!
|
||||||
|
}
|
||||||
|
_key6 = Builder(name = "Key6", defaultWidth = 24.0.dp, defaultHeight = 24.0.dp,
|
||||||
|
viewportWidth = 24.0f, viewportHeight = 24.0f).apply {
|
||||||
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
|
pathFillType = NonZero) {
|
||||||
|
moveTo(11.9896f, 15.0087f)
|
||||||
|
curveTo(12.2296f, 15.0087f, 12.4463f, 14.9704f, 12.6396f, 14.8937f)
|
||||||
|
curveTo(12.8363f, 14.817f, 13.0029f, 14.7104f, 13.1396f, 14.5737f)
|
||||||
|
curveTo(13.2796f, 14.437f, 13.3863f, 14.2754f, 13.4596f, 14.0887f)
|
||||||
|
curveTo(13.5363f, 13.902f, 13.5746f, 13.6987f, 13.5746f, 13.4787f)
|
||||||
|
curveTo(13.5746f, 13.2454f, 13.5379f, 13.0354f, 13.4646f, 12.8487f)
|
||||||
|
curveTo(13.3913f, 12.6587f, 13.2863f, 12.4987f, 13.1496f, 12.3687f)
|
||||||
|
curveTo(13.0163f, 12.2354f, 12.8563f, 12.1337f, 12.6696f, 12.0637f)
|
||||||
|
curveTo(12.4829f, 11.9937f, 12.2779f, 11.9587f, 12.0546f, 11.9587f)
|
||||||
|
curveTo(11.8146f, 11.9587f, 11.5979f, 12.0004f, 11.4046f, 12.0837f)
|
||||||
|
curveTo(11.2113f, 12.1637f, 11.0463f, 12.2737f, 10.9096f, 12.4137f)
|
||||||
|
curveTo(10.7763f, 12.5504f, 10.6729f, 12.7104f, 10.5996f, 12.8937f)
|
||||||
|
curveTo(10.5296f, 13.0737f, 10.4946f, 13.262f, 10.4946f, 13.4587f)
|
||||||
|
curveTo(10.4946f, 13.6887f, 10.5279f, 13.8987f, 10.5946f, 14.0887f)
|
||||||
|
curveTo(10.6613f, 14.2787f, 10.7579f, 14.442f, 10.8846f, 14.5787f)
|
||||||
|
curveTo(11.0146f, 14.7154f, 11.1713f, 14.822f, 11.3546f, 14.8987f)
|
||||||
|
curveTo(11.5413f, 14.972f, 11.7529f, 15.0087f, 11.9896f, 15.0087f)
|
||||||
|
close()
|
||||||
|
moveTo(11.4696f, 11.1887f)
|
||||||
|
curveTo(11.4063f, 11.2687f, 11.3446f, 11.347f, 11.2846f, 11.4237f)
|
||||||
|
curveTo(11.2279f, 11.497f, 11.1729f, 11.5704f, 11.1196f, 11.6437f)
|
||||||
|
curveTo(11.2896f, 11.527f, 11.4763f, 11.437f, 11.6796f, 11.3737f)
|
||||||
|
curveTo(11.8829f, 11.3104f, 12.1046f, 11.2787f, 12.3446f, 11.2787f)
|
||||||
|
curveTo(12.6346f, 11.2787f, 12.9079f, 11.327f, 13.1646f, 11.4237f)
|
||||||
|
curveTo(13.4213f, 11.517f, 13.6446f, 11.6554f, 13.8346f, 11.8387f)
|
||||||
|
curveTo(14.0279f, 12.0187f, 14.1813f, 12.242f, 14.2946f, 12.5087f)
|
||||||
|
curveTo(14.4079f, 12.772f, 14.4646f, 13.0737f, 14.4646f, 13.4137f)
|
||||||
|
curveTo(14.4646f, 13.7437f, 14.4046f, 14.0504f, 14.2846f, 14.3337f)
|
||||||
|
curveTo(14.1646f, 14.617f, 13.9963f, 14.8637f, 13.7796f, 15.0737f)
|
||||||
|
curveTo(13.5663f, 15.2837f, 13.3079f, 15.4487f, 13.0046f, 15.5687f)
|
||||||
|
curveTo(12.7046f, 15.6887f, 12.3729f, 15.7487f, 12.0096f, 15.7487f)
|
||||||
|
curveTo(11.6496f, 15.7487f, 11.3229f, 15.692f, 11.0296f, 15.5787f)
|
||||||
|
curveTo(10.7363f, 15.462f, 10.4863f, 15.2987f, 10.2796f, 15.0887f)
|
||||||
|
curveTo(10.0763f, 14.8754f, 9.9179f, 14.6187f, 9.8046f, 14.3187f)
|
||||||
|
curveTo(9.6946f, 14.0154f, 9.6396f, 13.677f, 9.6396f, 13.3037f)
|
||||||
|
curveTo(9.6396f, 12.9904f, 9.7079f, 12.657f, 9.8446f, 12.3037f)
|
||||||
|
curveTo(9.9846f, 11.947f, 10.2063f, 11.567f, 10.5096f, 11.1637f)
|
||||||
|
lineTo(12.3296f, 8.7187f)
|
||||||
|
curveTo(12.3763f, 8.6587f, 12.4396f, 8.6087f, 12.5196f, 8.5687f)
|
||||||
|
curveTo(12.6029f, 8.5254f, 12.6979f, 8.5037f, 12.8046f, 8.5037f)
|
||||||
|
horizontalLineTo(13.5946f)
|
||||||
|
lineTo(11.4696f, 11.1887f)
|
||||||
|
close()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.build()
|
||||||
|
return _key6!!
|
||||||
|
}
|
||||||
|
|
||||||
|
private var _key6: ImageVector? = null
|
@ -0,0 +1,66 @@
|
|||||||
|
/*
|
||||||
|
* Unitto is a unit converter for Android
|
||||||
|
* Copyright (c) 2024 Elshan Agaev
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.sadellie.unitto.core.ui.common.icons.iconpack
|
||||||
|
|
||||||
|
import androidx.compose.ui.graphics.Color
|
||||||
|
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
||||||
|
import androidx.compose.ui.graphics.SolidColor
|
||||||
|
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
|
||||||
|
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
||||||
|
import androidx.compose.ui.graphics.vector.path
|
||||||
|
import androidx.compose.ui.unit.dp
|
||||||
|
import com.sadellie.unitto.core.ui.common.icons.IconPack
|
||||||
|
|
||||||
|
@Suppress("UnusedReceiverParameter")
|
||||||
|
val IconPack.Key7: ImageVector
|
||||||
|
get() {
|
||||||
|
if (_key7 != null) {
|
||||||
|
return _key7!!
|
||||||
|
}
|
||||||
|
_key7 = Builder(name = "Key7", defaultWidth = 24.0.dp, defaultHeight = 24.0.dp,
|
||||||
|
viewportWidth = 24.0f, viewportHeight = 24.0f).apply {
|
||||||
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
|
pathFillType = NonZero) {
|
||||||
|
moveTo(14.5046f, 8.5037f)
|
||||||
|
verticalLineTo(8.9037f)
|
||||||
|
curveTo(14.5046f, 9.017f, 14.4913f, 9.1104f, 14.4646f, 9.1837f)
|
||||||
|
curveTo(14.4413f, 9.257f, 14.4179f, 9.3187f, 14.3946f, 9.3687f)
|
||||||
|
lineTo(11.4246f, 15.3537f)
|
||||||
|
curveTo(11.3813f, 15.4404f, 11.3213f, 15.5154f, 11.2446f, 15.5787f)
|
||||||
|
curveTo(11.1679f, 15.6387f, 11.0663f, 15.6687f, 10.9396f, 15.6687f)
|
||||||
|
horizontalLineTo(10.2996f)
|
||||||
|
lineTo(13.3096f, 9.7587f)
|
||||||
|
curveTo(13.3529f, 9.6754f, 13.3979f, 9.5987f, 13.4446f, 9.5287f)
|
||||||
|
curveTo(13.4913f, 9.4587f, 13.5413f, 9.392f, 13.5946f, 9.3287f)
|
||||||
|
horizontalLineTo(9.8546f)
|
||||||
|
curveTo(9.7979f, 9.3287f, 9.7479f, 9.307f, 9.7046f, 9.2637f)
|
||||||
|
curveTo(9.6613f, 9.217f, 9.6396f, 9.1654f, 9.6396f, 9.1087f)
|
||||||
|
verticalLineTo(8.5037f)
|
||||||
|
horizontalLineTo(14.5046f)
|
||||||
|
close()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.build()
|
||||||
|
return _key7!!
|
||||||
|
}
|
||||||
|
|
||||||
|
private var _key7: ImageVector? = null
|
@ -0,0 +1,111 @@
|
|||||||
|
/*
|
||||||
|
* Unitto is a unit converter for Android
|
||||||
|
* Copyright (c) 2024 Elshan Agaev
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.sadellie.unitto.core.ui.common.icons.iconpack
|
||||||
|
|
||||||
|
import androidx.compose.ui.graphics.Color
|
||||||
|
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
||||||
|
import androidx.compose.ui.graphics.SolidColor
|
||||||
|
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
|
||||||
|
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
||||||
|
import androidx.compose.ui.graphics.vector.path
|
||||||
|
import androidx.compose.ui.unit.dp
|
||||||
|
import com.sadellie.unitto.core.ui.common.icons.IconPack
|
||||||
|
|
||||||
|
@Suppress("UnusedReceiverParameter")
|
||||||
|
val IconPack.Key8: ImageVector
|
||||||
|
get() {
|
||||||
|
if (_key8 != null) {
|
||||||
|
return _key8!!
|
||||||
|
}
|
||||||
|
_key8 = Builder(name = "Key8", defaultWidth = 24.0.dp, defaultHeight = 24.0.dp,
|
||||||
|
viewportWidth = 24.0f, viewportHeight = 24.0f).apply {
|
||||||
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
|
pathFillType = NonZero) {
|
||||||
|
moveTo(11.9996f, 15.0387f)
|
||||||
|
curveTo(12.2329f, 15.0387f, 12.4413f, 15.007f, 12.6246f, 14.9437f)
|
||||||
|
curveTo(12.8113f, 14.877f, 12.9679f, 14.7854f, 13.0946f, 14.6687f)
|
||||||
|
curveTo(13.2246f, 14.5487f, 13.3229f, 14.407f, 13.3896f, 14.2437f)
|
||||||
|
curveTo(13.4596f, 14.077f, 13.4946f, 13.8937f, 13.4946f, 13.6937f)
|
||||||
|
curveTo(13.4946f, 13.447f, 13.4529f, 13.237f, 13.3696f, 13.0637f)
|
||||||
|
curveTo(13.2896f, 12.887f, 13.1796f, 12.7437f, 13.0396f, 12.6337f)
|
||||||
|
curveTo(12.9029f, 12.5237f, 12.7446f, 12.4437f, 12.5646f, 12.3937f)
|
||||||
|
curveTo(12.3846f, 12.3404f, 12.1963f, 12.3137f, 11.9996f, 12.3137f)
|
||||||
|
curveTo(11.8029f, 12.3137f, 11.6146f, 12.3404f, 11.4346f, 12.3937f)
|
||||||
|
curveTo(11.2546f, 12.4437f, 11.0946f, 12.5237f, 10.9546f, 12.6337f)
|
||||||
|
curveTo(10.8179f, 12.7437f, 10.7079f, 12.887f, 10.6246f, 13.0637f)
|
||||||
|
curveTo(10.5446f, 13.237f, 10.5046f, 13.447f, 10.5046f, 13.6937f)
|
||||||
|
curveTo(10.5046f, 13.8937f, 10.5379f, 14.077f, 10.6046f, 14.2437f)
|
||||||
|
curveTo(10.6746f, 14.407f, 10.7729f, 14.5487f, 10.8996f, 14.6687f)
|
||||||
|
curveTo(11.0296f, 14.7854f, 11.1863f, 14.877f, 11.3696f, 14.9437f)
|
||||||
|
curveTo(11.5563f, 15.007f, 11.7663f, 15.0387f, 11.9996f, 15.0387f)
|
||||||
|
close()
|
||||||
|
moveTo(11.9996f, 9.1137f)
|
||||||
|
curveTo(11.7863f, 9.1137f, 11.5979f, 9.1454f, 11.4346f, 9.2087f)
|
||||||
|
curveTo(11.2746f, 9.272f, 11.1396f, 9.3587f, 11.0296f, 9.4687f)
|
||||||
|
curveTo(10.9229f, 9.5787f, 10.8413f, 9.707f, 10.7846f, 9.8537f)
|
||||||
|
curveTo(10.7313f, 10.0004f, 10.7046f, 10.157f, 10.7046f, 10.3237f)
|
||||||
|
curveTo(10.7046f, 10.487f, 10.7279f, 10.6454f, 10.7746f, 10.7987f)
|
||||||
|
curveTo(10.8213f, 10.952f, 10.8963f, 11.0887f, 10.9996f, 11.2087f)
|
||||||
|
curveTo(11.1029f, 11.3254f, 11.2363f, 11.4204f, 11.3996f, 11.4937f)
|
||||||
|
curveTo(11.5663f, 11.5637f, 11.7663f, 11.5987f, 11.9996f, 11.5987f)
|
||||||
|
curveTo(12.2329f, 11.5987f, 12.4313f, 11.5637f, 12.5946f, 11.4937f)
|
||||||
|
curveTo(12.7613f, 11.4204f, 12.8963f, 11.3254f, 12.9996f, 11.2087f)
|
||||||
|
curveTo(13.1029f, 11.0887f, 13.1779f, 10.952f, 13.2246f, 10.7987f)
|
||||||
|
curveTo(13.2713f, 10.6454f, 13.2946f, 10.487f, 13.2946f, 10.3237f)
|
||||||
|
curveTo(13.2946f, 10.157f, 13.2663f, 10.0004f, 13.2096f, 9.8537f)
|
||||||
|
curveTo(13.1563f, 9.707f, 13.0746f, 9.5787f, 12.9646f, 9.4687f)
|
||||||
|
curveTo(12.8579f, 9.3587f, 12.7229f, 9.272f, 12.5596f, 9.2087f)
|
||||||
|
curveTo(12.3996f, 9.1454f, 12.2129f, 9.1137f, 11.9996f, 9.1137f)
|
||||||
|
close()
|
||||||
|
moveTo(13.0246f, 11.9337f)
|
||||||
|
curveTo(13.4713f, 12.0604f, 13.8146f, 12.272f, 14.0546f, 12.5687f)
|
||||||
|
curveTo(14.2946f, 12.8654f, 14.4146f, 13.2454f, 14.4146f, 13.7087f)
|
||||||
|
curveTo(14.4146f, 14.022f, 14.3546f, 14.3054f, 14.2346f, 14.5587f)
|
||||||
|
curveTo(14.1179f, 14.8087f, 13.9529f, 15.022f, 13.7396f, 15.1987f)
|
||||||
|
curveTo(13.5296f, 15.3754f, 13.2763f, 15.512f, 12.9796f, 15.6087f)
|
||||||
|
curveTo(12.6829f, 15.702f, 12.3563f, 15.7487f, 11.9996f, 15.7487f)
|
||||||
|
curveTo(11.6429f, 15.7487f, 11.3163f, 15.702f, 11.0196f, 15.6087f)
|
||||||
|
curveTo(10.7229f, 15.512f, 10.4679f, 15.3754f, 10.2546f, 15.1987f)
|
||||||
|
curveTo(10.0413f, 15.022f, 9.8763f, 14.8087f, 9.7596f, 14.5587f)
|
||||||
|
curveTo(9.6429f, 14.3054f, 9.5846f, 14.022f, 9.5846f, 13.7087f)
|
||||||
|
curveTo(9.5846f, 13.2454f, 9.7046f, 12.8654f, 9.9446f, 12.5687f)
|
||||||
|
curveTo(10.1846f, 12.272f, 10.5279f, 12.0604f, 10.9746f, 11.9337f)
|
||||||
|
curveTo(10.5979f, 11.7937f, 10.3129f, 11.5854f, 10.1196f, 11.3087f)
|
||||||
|
curveTo(9.9296f, 11.0287f, 9.8346f, 10.6954f, 9.8346f, 10.3087f)
|
||||||
|
curveTo(9.8346f, 10.0454f, 9.8863f, 9.7987f, 9.9896f, 9.5687f)
|
||||||
|
curveTo(10.0929f, 9.3387f, 10.2396f, 9.1387f, 10.4296f, 8.9687f)
|
||||||
|
curveTo(10.6196f, 8.7987f, 10.8463f, 8.6654f, 11.1096f, 8.5687f)
|
||||||
|
curveTo(11.3763f, 8.472f, 11.6729f, 8.4237f, 11.9996f, 8.4237f)
|
||||||
|
curveTo(12.3229f, 8.4237f, 12.6179f, 8.472f, 12.8846f, 8.5687f)
|
||||||
|
curveTo(13.1513f, 8.6654f, 13.3796f, 8.7987f, 13.5696f, 8.9687f)
|
||||||
|
curveTo(13.7596f, 9.1387f, 13.9063f, 9.3387f, 14.0096f, 9.5687f)
|
||||||
|
curveTo(14.1129f, 9.7987f, 14.1646f, 10.0454f, 14.1646f, 10.3087f)
|
||||||
|
curveTo(14.1646f, 10.6954f, 14.0679f, 11.0287f, 13.8746f, 11.3087f)
|
||||||
|
curveTo(13.6846f, 11.5854f, 13.4013f, 11.7937f, 13.0246f, 11.9337f)
|
||||||
|
close()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.build()
|
||||||
|
return _key8!!
|
||||||
|
}
|
||||||
|
|
||||||
|
private var _key8: ImageVector? = null
|
@ -0,0 +1,94 @@
|
|||||||
|
/*
|
||||||
|
* Unitto is a unit converter for Android
|
||||||
|
* Copyright (c) 2024 Elshan Agaev
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.sadellie.unitto.core.ui.common.icons.iconpack
|
||||||
|
|
||||||
|
import androidx.compose.ui.graphics.Color
|
||||||
|
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
||||||
|
import androidx.compose.ui.graphics.SolidColor
|
||||||
|
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
|
||||||
|
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
||||||
|
import androidx.compose.ui.graphics.vector.path
|
||||||
|
import androidx.compose.ui.unit.dp
|
||||||
|
import com.sadellie.unitto.core.ui.common.icons.IconPack
|
||||||
|
|
||||||
|
@Suppress("UnusedReceiverParameter")
|
||||||
|
val IconPack.Key9: ImageVector
|
||||||
|
get() {
|
||||||
|
if (_key9 != null) {
|
||||||
|
return _key9!!
|
||||||
|
}
|
||||||
|
_key9 = Builder(name = "Key9", defaultWidth = 24.0.dp, defaultHeight = 24.0.dp,
|
||||||
|
viewportWidth = 24.0f, viewportHeight = 24.0f).apply {
|
||||||
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
|
pathFillType = NonZero) {
|
||||||
|
moveTo(10.5146f, 10.6087f)
|
||||||
|
curveTo(10.5146f, 10.8354f, 10.5463f, 11.0387f, 10.6096f, 11.2187f)
|
||||||
|
curveTo(10.6763f, 11.3954f, 10.7696f, 11.5454f, 10.8896f, 11.6687f)
|
||||||
|
curveTo(11.0129f, 11.792f, 11.1613f, 11.8854f, 11.3346f, 11.9487f)
|
||||||
|
curveTo(11.5113f, 12.012f, 11.7079f, 12.0437f, 11.9246f, 12.0437f)
|
||||||
|
curveTo(12.1646f, 12.0437f, 12.3763f, 12.0054f, 12.5596f, 11.9287f)
|
||||||
|
curveTo(12.7463f, 11.8487f, 12.9029f, 11.7437f, 13.0296f, 11.6137f)
|
||||||
|
curveTo(13.1563f, 11.4837f, 13.2529f, 11.3337f, 13.3196f, 11.1637f)
|
||||||
|
curveTo(13.3863f, 10.9937f, 13.4196f, 10.817f, 13.4196f, 10.6337f)
|
||||||
|
curveTo(13.4196f, 10.4104f, 13.3829f, 10.2087f, 13.3096f, 10.0287f)
|
||||||
|
curveTo(13.2396f, 9.8454f, 13.1413f, 9.6904f, 13.0146f, 9.5637f)
|
||||||
|
curveTo(12.8879f, 9.437f, 12.7363f, 9.3404f, 12.5596f, 9.2737f)
|
||||||
|
curveTo(12.3863f, 9.2037f, 12.1946f, 9.1687f, 11.9846f, 9.1687f)
|
||||||
|
curveTo(11.7646f, 9.1687f, 11.5646f, 9.2054f, 11.3846f, 9.2787f)
|
||||||
|
curveTo(11.2046f, 9.3487f, 11.0496f, 9.447f, 10.9196f, 9.5737f)
|
||||||
|
curveTo(10.7896f, 9.7004f, 10.6896f, 9.852f, 10.6196f, 10.0287f)
|
||||||
|
curveTo(10.5496f, 10.2054f, 10.5146f, 10.3987f, 10.5146f, 10.6087f)
|
||||||
|
close()
|
||||||
|
moveTo(12.5946f, 12.8137f)
|
||||||
|
curveTo(12.6679f, 12.717f, 12.7363f, 12.6254f, 12.7996f, 12.5387f)
|
||||||
|
curveTo(12.8629f, 12.452f, 12.9229f, 12.3654f, 12.9796f, 12.2787f)
|
||||||
|
curveTo(12.7963f, 12.4254f, 12.5896f, 12.537f, 12.3596f, 12.6137f)
|
||||||
|
curveTo(12.1296f, 12.6904f, 11.8863f, 12.7287f, 11.6296f, 12.7287f)
|
||||||
|
curveTo(11.3596f, 12.7287f, 11.1029f, 12.6837f, 10.8596f, 12.5937f)
|
||||||
|
curveTo(10.6196f, 12.5037f, 10.4079f, 12.372f, 10.2246f, 12.1987f)
|
||||||
|
curveTo(10.0413f, 12.022f, 9.8946f, 11.807f, 9.7846f, 11.5537f)
|
||||||
|
curveTo(9.6779f, 11.297f, 9.6246f, 11.0037f, 9.6246f, 10.6737f)
|
||||||
|
curveTo(9.6246f, 10.3604f, 9.6829f, 10.067f, 9.7996f, 9.7937f)
|
||||||
|
curveTo(9.9163f, 9.5204f, 10.0796f, 9.282f, 10.2896f, 9.0787f)
|
||||||
|
curveTo(10.4996f, 8.8754f, 10.7496f, 8.7154f, 11.0396f, 8.5987f)
|
||||||
|
curveTo(11.3296f, 8.482f, 11.6479f, 8.4237f, 11.9946f, 8.4237f)
|
||||||
|
curveTo(12.3379f, 8.4237f, 12.6496f, 8.4804f, 12.9296f, 8.5937f)
|
||||||
|
curveTo(13.2096f, 8.707f, 13.4496f, 8.8654f, 13.6496f, 9.0687f)
|
||||||
|
curveTo(13.8496f, 9.272f, 14.0029f, 9.5154f, 14.1096f, 9.7987f)
|
||||||
|
curveTo(14.2196f, 10.082f, 14.2746f, 10.3954f, 14.2746f, 10.7387f)
|
||||||
|
curveTo(14.2746f, 10.9454f, 14.2546f, 11.142f, 14.2146f, 11.3287f)
|
||||||
|
curveTo(14.1779f, 11.512f, 14.1229f, 11.6937f, 14.0496f, 11.8737f)
|
||||||
|
curveTo(13.9796f, 12.0504f, 13.8929f, 12.227f, 13.7896f, 12.4037f)
|
||||||
|
curveTo(13.6863f, 12.577f, 13.5696f, 12.7554f, 13.4396f, 12.9387f)
|
||||||
|
lineTo(11.6946f, 15.4587f)
|
||||||
|
curveTo(11.6513f, 15.522f, 11.5896f, 15.5737f, 11.5096f, 15.6137f)
|
||||||
|
curveTo(11.4296f, 15.6504f, 11.3379f, 15.6687f, 11.2346f, 15.6687f)
|
||||||
|
horizontalLineTo(10.4146f)
|
||||||
|
lineTo(12.5946f, 12.8137f)
|
||||||
|
close()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.build()
|
||||||
|
return _key9!!
|
||||||
|
}
|
||||||
|
|
||||||
|
private var _key9: ImageVector? = null
|
@ -0,0 +1,71 @@
|
|||||||
|
/*
|
||||||
|
* Unitto is a unit converter for Android
|
||||||
|
* Copyright (c) 2024 Elshan Agaev
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.sadellie.unitto.core.ui.common.icons.iconpack
|
||||||
|
|
||||||
|
import androidx.compose.ui.graphics.Color
|
||||||
|
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
||||||
|
import androidx.compose.ui.graphics.SolidColor
|
||||||
|
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
|
||||||
|
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
||||||
|
import androidx.compose.ui.graphics.vector.path
|
||||||
|
import androidx.compose.ui.unit.dp
|
||||||
|
import com.sadellie.unitto.core.ui.common.icons.IconPack
|
||||||
|
|
||||||
|
@Suppress("UnusedReceiverParameter")
|
||||||
|
val IconPack.KeyA: ImageVector
|
||||||
|
get() {
|
||||||
|
if (_keyA != null) {
|
||||||
|
return _keyA!!
|
||||||
|
}
|
||||||
|
_keyA = Builder(name = "KeyA", defaultWidth = 24.0.dp, defaultHeight = 24.0.dp,
|
||||||
|
viewportWidth = 24.0f, viewportHeight = 24.0f).apply {
|
||||||
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
|
pathFillType = NonZero) {
|
||||||
|
moveTo(13.8362f, 13.0087f)
|
||||||
|
lineTo(12.7112f, 10.0937f)
|
||||||
|
curveTo(12.6779f, 10.007f, 12.6429f, 9.907f, 12.6062f, 9.7937f)
|
||||||
|
curveTo(12.5695f, 9.677f, 12.5345f, 9.5537f, 12.5012f, 9.4237f)
|
||||||
|
curveTo(12.4312f, 9.6937f, 12.3595f, 9.9187f, 12.2862f, 10.0987f)
|
||||||
|
lineTo(11.1612f, 13.0087f)
|
||||||
|
horizontalLineTo(13.8362f)
|
||||||
|
close()
|
||||||
|
moveTo(15.8562f, 15.6687f)
|
||||||
|
horizontalLineTo(15.1062f)
|
||||||
|
curveTo(15.0195f, 15.6687f, 14.9495f, 15.647f, 14.8962f, 15.6037f)
|
||||||
|
curveTo(14.8429f, 15.5604f, 14.8029f, 15.5054f, 14.7762f, 15.4387f)
|
||||||
|
lineTo(14.1062f, 13.7087f)
|
||||||
|
horizontalLineTo(10.8912f)
|
||||||
|
lineTo(10.2212f, 15.4387f)
|
||||||
|
curveTo(10.2012f, 15.4987f, 10.1629f, 15.552f, 10.1062f, 15.5987f)
|
||||||
|
curveTo(10.0495f, 15.6454f, 9.9795f, 15.6687f, 9.8962f, 15.6687f)
|
||||||
|
horizontalLineTo(9.1462f)
|
||||||
|
lineTo(12.0112f, 8.5037f)
|
||||||
|
horizontalLineTo(12.9912f)
|
||||||
|
lineTo(15.8562f, 15.6687f)
|
||||||
|
close()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.build()
|
||||||
|
return _keyA!!
|
||||||
|
}
|
||||||
|
|
||||||
|
private var _keyA: ImageVector? = null
|
@ -0,0 +1,90 @@
|
|||||||
|
/*
|
||||||
|
* Unitto is a unit converter for Android
|
||||||
|
* Copyright (c) 2024 Elshan Agaev
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.sadellie.unitto.core.ui.common.icons.iconpack
|
||||||
|
|
||||||
|
import androidx.compose.ui.graphics.Color
|
||||||
|
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
||||||
|
import androidx.compose.ui.graphics.SolidColor
|
||||||
|
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
|
||||||
|
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
||||||
|
import androidx.compose.ui.graphics.vector.path
|
||||||
|
import androidx.compose.ui.unit.dp
|
||||||
|
import com.sadellie.unitto.core.ui.common.icons.IconPack
|
||||||
|
|
||||||
|
@Suppress("UnusedReceiverParameter")
|
||||||
|
val IconPack.KeyB: ImageVector
|
||||||
|
get() {
|
||||||
|
if (_keyB != null) {
|
||||||
|
return _keyB!!
|
||||||
|
}
|
||||||
|
_keyB = Builder(name = "KeyB", defaultWidth = 24.0.dp, defaultHeight = 24.0.dp,
|
||||||
|
viewportWidth = 24.0f, viewportHeight = 24.0f).apply {
|
||||||
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
|
pathFillType = NonZero) {
|
||||||
|
moveTo(12.6976f, 14.8987f)
|
||||||
|
curveTo(12.9742f, 14.8987f, 13.2126f, 14.867f, 13.4126f, 14.8037f)
|
||||||
|
curveTo(13.6126f, 14.7404f, 13.7759f, 14.652f, 13.9026f, 14.5387f)
|
||||||
|
curveTo(14.0326f, 14.422f, 14.1276f, 14.2854f, 14.1876f, 14.1287f)
|
||||||
|
curveTo(14.2476f, 13.9687f, 14.2776f, 13.7937f, 14.2776f, 13.6037f)
|
||||||
|
curveTo(14.2776f, 13.2337f, 14.1459f, 12.942f, 13.8826f, 12.7287f)
|
||||||
|
curveTo(13.6192f, 12.512f, 13.2242f, 12.4037f, 12.6976f, 12.4037f)
|
||||||
|
horizontalLineTo(11.1476f)
|
||||||
|
verticalLineTo(14.8987f)
|
||||||
|
horizontalLineTo(12.6976f)
|
||||||
|
close()
|
||||||
|
moveTo(11.1476f, 9.2687f)
|
||||||
|
verticalLineTo(11.7137f)
|
||||||
|
horizontalLineTo(12.4276f)
|
||||||
|
curveTo(12.7009f, 11.7137f, 12.9376f, 11.6837f, 13.1376f, 11.6237f)
|
||||||
|
curveTo(13.3409f, 11.5637f, 13.5076f, 11.4804f, 13.6376f, 11.3737f)
|
||||||
|
curveTo(13.7709f, 11.267f, 13.8692f, 11.1387f, 13.9326f, 10.9887f)
|
||||||
|
curveTo(13.9959f, 10.8354f, 14.0276f, 10.6687f, 14.0276f, 10.4887f)
|
||||||
|
curveTo(14.0276f, 10.0654f, 13.9009f, 9.757f, 13.6476f, 9.5637f)
|
||||||
|
curveTo(13.3942f, 9.367f, 13.0009f, 9.2687f, 12.4676f, 9.2687f)
|
||||||
|
horizontalLineTo(11.1476f)
|
||||||
|
close()
|
||||||
|
moveTo(12.4676f, 8.5037f)
|
||||||
|
curveTo(12.9076f, 8.5037f, 13.2859f, 8.547f, 13.6026f, 8.6337f)
|
||||||
|
curveTo(13.9226f, 8.7204f, 14.1842f, 8.8437f, 14.3876f, 9.0037f)
|
||||||
|
curveTo(14.5942f, 9.1637f, 14.7459f, 9.3604f, 14.8426f, 9.5937f)
|
||||||
|
curveTo(14.9392f, 9.8237f, 14.9876f, 10.0837f, 14.9876f, 10.3737f)
|
||||||
|
curveTo(14.9876f, 10.5504f, 14.9592f, 10.7204f, 14.9026f, 10.8837f)
|
||||||
|
curveTo(14.8492f, 11.0437f, 14.7676f, 11.1937f, 14.6576f, 11.3337f)
|
||||||
|
curveTo(14.5476f, 11.4737f, 14.4076f, 11.6004f, 14.2376f, 11.7137f)
|
||||||
|
curveTo(14.0709f, 11.8237f, 13.8742f, 11.9137f, 13.6476f, 11.9837f)
|
||||||
|
curveTo(14.1742f, 12.0837f, 14.5692f, 12.272f, 14.8326f, 12.5487f)
|
||||||
|
curveTo(15.0992f, 12.822f, 15.2326f, 13.182f, 15.2326f, 13.6287f)
|
||||||
|
curveTo(15.2326f, 13.932f, 15.1759f, 14.2087f, 15.0626f, 14.4587f)
|
||||||
|
curveTo(14.9526f, 14.7087f, 14.7892f, 14.9237f, 14.5726f, 15.1037f)
|
||||||
|
curveTo(14.3592f, 15.2837f, 14.0959f, 15.4237f, 13.7826f, 15.5237f)
|
||||||
|
curveTo(13.4692f, 15.6204f, 13.1126f, 15.6687f, 12.7126f, 15.6687f)
|
||||||
|
horizontalLineTo(10.1826f)
|
||||||
|
verticalLineTo(8.5037f)
|
||||||
|
horizontalLineTo(12.4676f)
|
||||||
|
close()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.build()
|
||||||
|
return _keyB!!
|
||||||
|
}
|
||||||
|
|
||||||
|
private var _keyB: ImageVector? = null
|
@ -0,0 +1,85 @@
|
|||||||
|
/*
|
||||||
|
* Unitto is a unit converter for Android
|
||||||
|
* Copyright (c) 2024 Elshan Agaev
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.sadellie.unitto.core.ui.common.icons.iconpack
|
||||||
|
|
||||||
|
import androidx.compose.ui.graphics.Color
|
||||||
|
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
||||||
|
import androidx.compose.ui.graphics.SolidColor
|
||||||
|
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
|
||||||
|
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
||||||
|
import androidx.compose.ui.graphics.vector.path
|
||||||
|
import androidx.compose.ui.unit.dp
|
||||||
|
import com.sadellie.unitto.core.ui.common.icons.IconPack
|
||||||
|
|
||||||
|
@Suppress("UnusedReceiverParameter")
|
||||||
|
val IconPack.KeyC: ImageVector
|
||||||
|
get() {
|
||||||
|
if (_keyC != null) {
|
||||||
|
return _keyC!!
|
||||||
|
}
|
||||||
|
_keyC = Builder(name = "KeyC", defaultWidth = 24.0.dp, defaultHeight = 24.0.dp,
|
||||||
|
viewportWidth = 24.0f, viewportHeight = 24.0f).apply {
|
||||||
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
|
pathFillType = NonZero) {
|
||||||
|
moveTo(15.1052f, 14.1887f)
|
||||||
|
curveTo(15.1585f, 14.1887f, 15.2052f, 14.2104f, 15.2452f, 14.2537f)
|
||||||
|
lineTo(15.6302f, 14.6687f)
|
||||||
|
curveTo(15.3368f, 15.0087f, 14.9802f, 15.2737f, 14.5602f, 15.4637f)
|
||||||
|
curveTo(14.1435f, 15.6537f, 13.6385f, 15.7487f, 13.0452f, 15.7487f)
|
||||||
|
curveTo(12.5318f, 15.7487f, 12.0652f, 15.6604f, 11.6452f, 15.4837f)
|
||||||
|
curveTo(11.2252f, 15.3037f, 10.8668f, 15.0537f, 10.5702f, 14.7337f)
|
||||||
|
curveTo(10.2735f, 14.4104f, 10.0435f, 14.0237f, 9.8802f, 13.5737f)
|
||||||
|
curveTo(9.7168f, 13.1237f, 9.6352f, 12.6287f, 9.6352f, 12.0887f)
|
||||||
|
curveTo(9.6352f, 11.5487f, 9.7202f, 11.0537f, 9.8902f, 10.6037f)
|
||||||
|
curveTo(10.0602f, 10.1537f, 10.2985f, 9.767f, 10.6052f, 9.4437f)
|
||||||
|
curveTo(10.9152f, 9.1204f, 11.2852f, 8.8704f, 11.7152f, 8.6937f)
|
||||||
|
curveTo(12.1452f, 8.5137f, 12.6202f, 8.4237f, 13.1402f, 8.4237f)
|
||||||
|
curveTo(13.6502f, 8.4237f, 14.1002f, 8.5054f, 14.4902f, 8.6687f)
|
||||||
|
curveTo(14.8802f, 8.832f, 15.2235f, 9.0537f, 15.5202f, 9.3337f)
|
||||||
|
lineTo(15.2002f, 9.7787f)
|
||||||
|
curveTo(15.1802f, 9.812f, 15.1535f, 9.8404f, 15.1202f, 9.8637f)
|
||||||
|
curveTo(15.0902f, 9.8837f, 15.0485f, 9.8937f, 14.9952f, 9.8937f)
|
||||||
|
curveTo(14.9352f, 9.8937f, 14.8618f, 9.862f, 14.7752f, 9.7987f)
|
||||||
|
curveTo(14.6885f, 9.732f, 14.5752f, 9.6587f, 14.4352f, 9.5787f)
|
||||||
|
curveTo(14.2952f, 9.4987f, 14.1202f, 9.427f, 13.9102f, 9.3637f)
|
||||||
|
curveTo(13.7002f, 9.297f, 13.4418f, 9.2637f, 13.1352f, 9.2637f)
|
||||||
|
curveTo(12.7652f, 9.2637f, 12.4268f, 9.3287f, 12.1202f, 9.4587f)
|
||||||
|
curveTo(11.8135f, 9.5854f, 11.5485f, 9.7704f, 11.3252f, 10.0137f)
|
||||||
|
curveTo(11.1052f, 10.257f, 10.9335f, 10.5537f, 10.8102f, 10.9037f)
|
||||||
|
curveTo(10.6868f, 11.2537f, 10.6252f, 11.6487f, 10.6252f, 12.0887f)
|
||||||
|
curveTo(10.6252f, 12.5354f, 10.6885f, 12.9337f, 10.8152f, 13.2837f)
|
||||||
|
curveTo(10.9452f, 13.6337f, 11.1202f, 13.9304f, 11.3402f, 14.1737f)
|
||||||
|
curveTo(11.5635f, 14.4137f, 11.8252f, 14.597f, 12.1252f, 14.7237f)
|
||||||
|
curveTo(12.4285f, 14.8504f, 12.7552f, 14.9137f, 13.1052f, 14.9137f)
|
||||||
|
curveTo(13.3185f, 14.9137f, 13.5102f, 14.902f, 13.6802f, 14.8787f)
|
||||||
|
curveTo(13.8535f, 14.852f, 14.0118f, 14.812f, 14.1552f, 14.7587f)
|
||||||
|
curveTo(14.3018f, 14.7054f, 14.4368f, 14.6387f, 14.5602f, 14.5587f)
|
||||||
|
curveTo(14.6868f, 14.4754f, 14.8118f, 14.377f, 14.9352f, 14.2637f)
|
||||||
|
curveTo(14.9918f, 14.2137f, 15.0485f, 14.1887f, 15.1052f, 14.1887f)
|
||||||
|
close()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.build()
|
||||||
|
return _keyC!!
|
||||||
|
}
|
||||||
|
|
||||||
|
private var _keyC: ImageVector? = null
|
@ -0,0 +1,75 @@
|
|||||||
|
/*
|
||||||
|
* Unitto is a unit converter for Android
|
||||||
|
* Copyright (c) 2024 Elshan Agaev
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.sadellie.unitto.core.ui.common.icons.iconpack
|
||||||
|
|
||||||
|
import androidx.compose.ui.graphics.Color
|
||||||
|
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
||||||
|
import androidx.compose.ui.graphics.SolidColor
|
||||||
|
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
|
||||||
|
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
||||||
|
import androidx.compose.ui.graphics.vector.path
|
||||||
|
import androidx.compose.ui.unit.dp
|
||||||
|
import com.sadellie.unitto.core.ui.common.icons.IconPack
|
||||||
|
|
||||||
|
@Suppress("UnusedReceiverParameter")
|
||||||
|
val IconPack.KeyD: ImageVector
|
||||||
|
get() {
|
||||||
|
if (_keyD != null) {
|
||||||
|
return _keyD!!
|
||||||
|
}
|
||||||
|
_keyD = Builder(name = "KeyD", defaultWidth = 24.0.dp, defaultHeight = 24.0.dp,
|
||||||
|
viewportWidth = 24.0f, viewportHeight = 24.0f).apply {
|
||||||
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
|
pathFillType = NonZero) {
|
||||||
|
moveTo(15.3213f, 12.0887f)
|
||||||
|
curveTo(15.3213f, 12.6254f, 15.2363f, 13.1137f, 15.0663f, 13.5537f)
|
||||||
|
curveTo(14.8963f, 13.9937f, 14.6563f, 14.3704f, 14.3463f, 14.6837f)
|
||||||
|
curveTo(14.0363f, 14.997f, 13.663f, 15.2404f, 13.2263f, 15.4137f)
|
||||||
|
curveTo(12.793f, 15.5837f, 12.313f, 15.6687f, 11.7863f, 15.6687f)
|
||||||
|
horizontalLineTo(9.1113f)
|
||||||
|
verticalLineTo(8.5037f)
|
||||||
|
horizontalLineTo(11.7863f)
|
||||||
|
curveTo(12.313f, 8.5037f, 12.793f, 8.5904f, 13.2263f, 8.7637f)
|
||||||
|
curveTo(13.663f, 8.9337f, 14.0363f, 9.177f, 14.3463f, 9.4937f)
|
||||||
|
curveTo(14.6563f, 9.807f, 14.8963f, 10.1837f, 15.0663f, 10.6237f)
|
||||||
|
curveTo(15.2363f, 11.0637f, 15.3213f, 11.552f, 15.3213f, 12.0887f)
|
||||||
|
close()
|
||||||
|
moveTo(14.3263f, 12.0887f)
|
||||||
|
curveTo(14.3263f, 11.6487f, 14.2663f, 11.2554f, 14.1463f, 10.9087f)
|
||||||
|
curveTo(14.0263f, 10.562f, 13.8563f, 10.2687f, 13.6363f, 10.0287f)
|
||||||
|
curveTo(13.4163f, 9.7887f, 13.1496f, 9.6054f, 12.8363f, 9.4787f)
|
||||||
|
curveTo(12.523f, 9.352f, 12.173f, 9.2887f, 11.7863f, 9.2887f)
|
||||||
|
horizontalLineTo(10.0813f)
|
||||||
|
verticalLineTo(14.8837f)
|
||||||
|
horizontalLineTo(11.7863f)
|
||||||
|
curveTo(12.173f, 14.8837f, 12.523f, 14.8204f, 12.8363f, 14.6937f)
|
||||||
|
curveTo(13.1496f, 14.567f, 13.4163f, 14.3854f, 13.6363f, 14.1487f)
|
||||||
|
curveTo(13.8563f, 13.9087f, 14.0263f, 13.6154f, 14.1463f, 13.2687f)
|
||||||
|
curveTo(14.2663f, 12.922f, 14.3263f, 12.5287f, 14.3263f, 12.0887f)
|
||||||
|
close()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.build()
|
||||||
|
return _keyD!!
|
||||||
|
}
|
||||||
|
|
||||||
|
private var _keyD: ImageVector? = null
|
@ -0,0 +1,63 @@
|
|||||||
|
/*
|
||||||
|
* Unitto is a unit converter for Android
|
||||||
|
* Copyright (c) 2024 Elshan Agaev
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.sadellie.unitto.core.ui.common.icons.iconpack
|
||||||
|
|
||||||
|
import androidx.compose.ui.graphics.Color
|
||||||
|
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
||||||
|
import androidx.compose.ui.graphics.SolidColor
|
||||||
|
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
|
||||||
|
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
||||||
|
import androidx.compose.ui.graphics.vector.path
|
||||||
|
import androidx.compose.ui.unit.dp
|
||||||
|
import com.sadellie.unitto.core.ui.common.icons.IconPack
|
||||||
|
|
||||||
|
@Suppress("UnusedReceiverParameter")
|
||||||
|
val IconPack.KeyE: ImageVector
|
||||||
|
get() {
|
||||||
|
if (_keyE != null) {
|
||||||
|
return _keyE!!
|
||||||
|
}
|
||||||
|
_keyE = Builder(name = "KeyD-1", defaultWidth = 24.0.dp, defaultHeight = 24.0.dp,
|
||||||
|
viewportWidth = 24.0f, viewportHeight = 24.0f).apply {
|
||||||
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
|
pathFillType = NonZero) {
|
||||||
|
moveTo(14.4493f, 14.8787f)
|
||||||
|
lineTo(14.4443f, 15.6687f)
|
||||||
|
horizontalLineTo(10.0293f)
|
||||||
|
verticalLineTo(8.5037f)
|
||||||
|
horizontalLineTo(14.4443f)
|
||||||
|
verticalLineTo(9.2937f)
|
||||||
|
horizontalLineTo(10.9993f)
|
||||||
|
verticalLineTo(11.6737f)
|
||||||
|
horizontalLineTo(13.7893f)
|
||||||
|
verticalLineTo(12.4337f)
|
||||||
|
horizontalLineTo(10.9993f)
|
||||||
|
verticalLineTo(14.8787f)
|
||||||
|
horizontalLineTo(14.4493f)
|
||||||
|
close()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.build()
|
||||||
|
return _keyE!!
|
||||||
|
}
|
||||||
|
|
||||||
|
private var _keyE: ImageVector? = null
|
@ -0,0 +1,61 @@
|
|||||||
|
/*
|
||||||
|
* Unitto is a unit converter for Android
|
||||||
|
* Copyright (c) 2024 Elshan Agaev
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.sadellie.unitto.core.ui.common.icons.iconpack
|
||||||
|
|
||||||
|
import androidx.compose.ui.graphics.Color
|
||||||
|
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
||||||
|
import androidx.compose.ui.graphics.SolidColor
|
||||||
|
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
|
||||||
|
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
||||||
|
import androidx.compose.ui.graphics.vector.path
|
||||||
|
import androidx.compose.ui.unit.dp
|
||||||
|
import com.sadellie.unitto.core.ui.common.icons.IconPack
|
||||||
|
|
||||||
|
@Suppress("UnusedReceiverParameter")
|
||||||
|
val IconPack.KeyF: ImageVector
|
||||||
|
get() {
|
||||||
|
if (_keyF != null) {
|
||||||
|
return _keyF!!
|
||||||
|
}
|
||||||
|
_keyF = Builder(name = "KeyF", defaultWidth = 24.0.dp, defaultHeight = 24.0.dp,
|
||||||
|
viewportWidth = 24.0f, viewportHeight = 24.0f).apply {
|
||||||
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
|
pathFillType = NonZero) {
|
||||||
|
moveTo(11.0579f, 9.2937f)
|
||||||
|
verticalLineTo(11.7987f)
|
||||||
|
horizontalLineTo(14.0029f)
|
||||||
|
verticalLineTo(12.5887f)
|
||||||
|
horizontalLineTo(11.0579f)
|
||||||
|
verticalLineTo(15.6687f)
|
||||||
|
horizontalLineTo(10.0879f)
|
||||||
|
verticalLineTo(8.5037f)
|
||||||
|
horizontalLineTo(14.5029f)
|
||||||
|
verticalLineTo(9.2937f)
|
||||||
|
horizontalLineTo(11.0579f)
|
||||||
|
close()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.build()
|
||||||
|
return _keyF!!
|
||||||
|
}
|
||||||
|
|
||||||
|
private var _keyF: ImageVector? = null
|
@ -0,0 +1,73 @@
|
|||||||
|
/*
|
||||||
|
* Unitto is a unit converter for Android
|
||||||
|
* Copyright (c) 2024 Elshan Agaev
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.sadellie.unitto.core.ui.common.icons.iconpack
|
||||||
|
|
||||||
|
import androidx.compose.ui.graphics.Color
|
||||||
|
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
||||||
|
import androidx.compose.ui.graphics.SolidColor
|
||||||
|
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
|
||||||
|
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
||||||
|
import androidx.compose.ui.graphics.vector.path
|
||||||
|
import androidx.compose.ui.unit.dp
|
||||||
|
import com.sadellie.unitto.core.ui.common.icons.IconPack
|
||||||
|
|
||||||
|
@Suppress("UnusedReceiverParameter")
|
||||||
|
val IconPack.LeftBracket: ImageVector
|
||||||
|
get() {
|
||||||
|
if (_leftBracket != null) {
|
||||||
|
return _leftBracket!!
|
||||||
|
}
|
||||||
|
_leftBracket = Builder(name = "LeftBracket", defaultWidth = 24.0.dp, defaultHeight =
|
||||||
|
24.0.dp, viewportWidth = 24.0f, viewportHeight = 24.0f).apply {
|
||||||
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
|
pathFillType = NonZero) {
|
||||||
|
moveTo(11.9438f, 12.1688f)
|
||||||
|
curveTo(11.9438f, 12.7178f, 12.0118f, 13.255f, 12.1477f, 13.7805f)
|
||||||
|
curveTo(12.2837f, 14.3033f, 12.4811f, 14.7961f, 12.7399f, 15.2588f)
|
||||||
|
curveTo(12.7634f, 15.3059f, 12.7778f, 15.3477f, 12.783f, 15.3843f)
|
||||||
|
curveTo(12.7882f, 15.4209f, 12.7856f, 15.4523f, 12.7752f, 15.4784f)
|
||||||
|
curveTo(12.7647f, 15.5072f, 12.749f, 15.5307f, 12.7281f, 15.549f)
|
||||||
|
curveTo(12.7098f, 15.5673f, 12.6889f, 15.5843f, 12.6654f, 15.6f)
|
||||||
|
lineTo(12.2928f, 15.8313f)
|
||||||
|
curveTo(12.0968f, 15.5307f, 11.9308f, 15.2314f, 11.7948f, 14.9334f)
|
||||||
|
curveTo(11.6589f, 14.638f, 11.5478f, 14.3399f, 11.4615f, 14.0393f)
|
||||||
|
curveTo(11.3753f, 13.7361f, 11.3125f, 13.4302f, 11.2733f, 13.1217f)
|
||||||
|
curveTo(11.2341f, 12.8106f, 11.2145f, 12.493f, 11.2145f, 12.1688f)
|
||||||
|
curveTo(11.2145f, 11.8473f, 11.2341f, 11.5323f, 11.2733f, 11.2238f)
|
||||||
|
curveTo(11.3125f, 10.9127f, 11.3753f, 10.6069f, 11.4615f, 10.3062f)
|
||||||
|
curveTo(11.5478f, 10.003f, 11.6589f, 9.7023f, 11.7948f, 9.4043f)
|
||||||
|
curveTo(11.9308f, 9.1063f, 12.0968f, 8.807f, 12.2928f, 8.5063f)
|
||||||
|
lineTo(12.6654f, 8.7377f)
|
||||||
|
curveTo(12.6889f, 8.7534f, 12.7098f, 8.7704f, 12.7281f, 8.7887f)
|
||||||
|
curveTo(12.749f, 8.807f, 12.7647f, 8.8305f, 12.7752f, 8.8593f)
|
||||||
|
curveTo(12.7856f, 8.8854f, 12.7882f, 8.9168f, 12.783f, 8.9534f)
|
||||||
|
curveTo(12.7778f, 8.99f, 12.7634f, 9.0318f, 12.7399f, 9.0789f)
|
||||||
|
curveTo(12.4811f, 9.5442f, 12.2837f, 10.0383f, 12.1477f, 10.5611f)
|
||||||
|
curveTo(12.0118f, 11.084f, 11.9438f, 11.6199f, 11.9438f, 12.1688f)
|
||||||
|
close()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.build()
|
||||||
|
return _leftBracket!!
|
||||||
|
}
|
||||||
|
|
||||||
|
private var _leftBracket: ImageVector? = null
|
@ -0,0 +1,78 @@
|
|||||||
|
/*
|
||||||
|
* Unitto is a unit converter for Android
|
||||||
|
* Copyright (c) 2024 Elshan Agaev
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.sadellie.unitto.core.ui.common.icons.iconpack
|
||||||
|
|
||||||
|
import androidx.compose.ui.graphics.Color
|
||||||
|
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
||||||
|
import androidx.compose.ui.graphics.SolidColor
|
||||||
|
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
|
||||||
|
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
||||||
|
import androidx.compose.ui.graphics.vector.path
|
||||||
|
import androidx.compose.ui.unit.dp
|
||||||
|
import com.sadellie.unitto.core.ui.common.icons.IconPack
|
||||||
|
|
||||||
|
@Suppress("UnusedReceiverParameter")
|
||||||
|
val IconPack.Ln: ImageVector
|
||||||
|
get() {
|
||||||
|
if (_ln != null) {
|
||||||
|
return _ln!!
|
||||||
|
}
|
||||||
|
_ln = Builder(name = "Ln", defaultWidth = 24.0.dp, defaultHeight = 24.0.dp, viewportWidth =
|
||||||
|
24.0f, viewportHeight = 24.0f).apply {
|
||||||
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
|
pathFillType = NonZero) {
|
||||||
|
moveTo(9.7553f, 8.3037f)
|
||||||
|
verticalLineTo(15.6687f)
|
||||||
|
horizontalLineTo(8.8653f)
|
||||||
|
verticalLineTo(8.3037f)
|
||||||
|
horizontalLineTo(9.7553f)
|
||||||
|
close()
|
||||||
|
moveTo(11.8386f, 11.3387f)
|
||||||
|
curveTo(11.9486f, 11.2154f, 12.0652f, 11.1037f, 12.1886f, 11.0037f)
|
||||||
|
curveTo(12.3119f, 10.9037f, 12.4419f, 10.8187f, 12.5786f, 10.7487f)
|
||||||
|
curveTo(12.7186f, 10.6754f, 12.8652f, 10.6204f, 13.0186f, 10.5837f)
|
||||||
|
curveTo(13.1752f, 10.5437f, 13.3436f, 10.5237f, 13.5236f, 10.5237f)
|
||||||
|
curveTo(13.8002f, 10.5237f, 14.0436f, 10.5704f, 14.2536f, 10.6637f)
|
||||||
|
curveTo(14.4669f, 10.7537f, 14.6436f, 10.8837f, 14.7836f, 11.0537f)
|
||||||
|
curveTo(14.9269f, 11.2204f, 15.0352f, 11.422f, 15.1086f, 11.6587f)
|
||||||
|
curveTo(15.1819f, 11.8954f, 15.2186f, 12.157f, 15.2186f, 12.4437f)
|
||||||
|
verticalLineTo(15.6687f)
|
||||||
|
horizontalLineTo(14.3236f)
|
||||||
|
verticalLineTo(12.4437f)
|
||||||
|
curveTo(14.3236f, 12.0604f, 14.2352f, 11.7637f, 14.0586f, 11.5537f)
|
||||||
|
curveTo(13.8852f, 11.3404f, 13.6202f, 11.2337f, 13.2636f, 11.2337f)
|
||||||
|
curveTo(13.0002f, 11.2337f, 12.7536f, 11.297f, 12.5236f, 11.4237f)
|
||||||
|
curveTo(12.2969f, 11.5504f, 12.0869f, 11.722f, 11.8936f, 11.9387f)
|
||||||
|
verticalLineTo(15.6687f)
|
||||||
|
horizontalLineTo(10.9986f)
|
||||||
|
verticalLineTo(10.6037f)
|
||||||
|
horizontalLineTo(11.5336f)
|
||||||
|
curveTo(11.6602f, 10.6037f, 11.7386f, 10.6654f, 11.7686f, 10.7887f)
|
||||||
|
lineTo(11.8386f, 11.3387f)
|
||||||
|
close()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.build()
|
||||||
|
return _ln!!
|
||||||
|
}
|
||||||
|
|
||||||
|
private var _ln: ImageVector? = null
|
@ -0,0 +1,163 @@
|
|||||||
|
/*
|
||||||
|
* Unitto is a unit converter for Android
|
||||||
|
* Copyright (c) 2024 Elshan Agaev
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.sadellie.unitto.core.ui.common.icons.iconpack
|
||||||
|
|
||||||
|
import androidx.compose.ui.graphics.Color
|
||||||
|
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
||||||
|
import androidx.compose.ui.graphics.SolidColor
|
||||||
|
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
|
||||||
|
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
||||||
|
import androidx.compose.ui.graphics.vector.path
|
||||||
|
import androidx.compose.ui.unit.dp
|
||||||
|
import com.sadellie.unitto.core.ui.common.icons.IconPack
|
||||||
|
|
||||||
|
@Suppress("UnusedReceiverParameter")
|
||||||
|
val IconPack.Log: ImageVector
|
||||||
|
get() {
|
||||||
|
if (_log != null) {
|
||||||
|
return _log!!
|
||||||
|
}
|
||||||
|
_log = Builder(name = "Log", defaultWidth = 24.0.dp, defaultHeight = 24.0.dp, viewportWidth
|
||||||
|
= 24.0f, viewportHeight = 24.0f).apply {
|
||||||
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
|
pathFillType = NonZero) {
|
||||||
|
moveTo(7.7234f, 8.3037f)
|
||||||
|
verticalLineTo(15.6687f)
|
||||||
|
horizontalLineTo(6.8334f)
|
||||||
|
verticalLineTo(8.3037f)
|
||||||
|
horizontalLineTo(7.7234f)
|
||||||
|
close()
|
||||||
|
moveTo(11.1017f, 10.5237f)
|
||||||
|
curveTo(11.4717f, 10.5237f, 11.8051f, 10.5854f, 12.1017f, 10.7087f)
|
||||||
|
curveTo(12.3984f, 10.832f, 12.6517f, 11.007f, 12.8617f, 11.2337f)
|
||||||
|
curveTo(13.0717f, 11.4604f, 13.2317f, 11.7354f, 13.3417f, 12.0587f)
|
||||||
|
curveTo(13.4551f, 12.3787f, 13.5117f, 12.737f, 13.5117f, 13.1337f)
|
||||||
|
curveTo(13.5117f, 13.5337f, 13.4551f, 13.8937f, 13.3417f, 14.2137f)
|
||||||
|
curveTo(13.2317f, 14.5337f, 13.0717f, 14.807f, 12.8617f, 15.0337f)
|
||||||
|
curveTo(12.6517f, 15.2604f, 12.3984f, 15.4354f, 12.1017f, 15.5587f)
|
||||||
|
curveTo(11.8051f, 15.6787f, 11.4717f, 15.7387f, 11.1017f, 15.7387f)
|
||||||
|
curveTo(10.7284f, 15.7387f, 10.3917f, 15.6787f, 10.0917f, 15.5587f)
|
||||||
|
curveTo(9.795f, 15.4354f, 9.5417f, 15.2604f, 9.3317f, 15.0337f)
|
||||||
|
curveTo(9.1217f, 14.807f, 8.96f, 14.5337f, 8.8467f, 14.2137f)
|
||||||
|
curveTo(8.7367f, 13.8937f, 8.6817f, 13.5337f, 8.6817f, 13.1337f)
|
||||||
|
curveTo(8.6817f, 12.737f, 8.7367f, 12.3787f, 8.8467f, 12.0587f)
|
||||||
|
curveTo(8.96f, 11.7354f, 9.1217f, 11.4604f, 9.3317f, 11.2337f)
|
||||||
|
curveTo(9.5417f, 11.007f, 9.795f, 10.832f, 10.0917f, 10.7087f)
|
||||||
|
curveTo(10.3917f, 10.5854f, 10.7284f, 10.5237f, 11.1017f, 10.5237f)
|
||||||
|
close()
|
||||||
|
moveTo(11.1017f, 15.0437f)
|
||||||
|
curveTo(11.6017f, 15.0437f, 11.9751f, 14.877f, 12.2217f, 14.5437f)
|
||||||
|
curveTo(12.4684f, 14.207f, 12.5917f, 13.7387f, 12.5917f, 13.1387f)
|
||||||
|
curveTo(12.5917f, 12.5354f, 12.4684f, 12.0654f, 12.2217f, 11.7287f)
|
||||||
|
curveTo(11.9751f, 11.392f, 11.6017f, 11.2237f, 11.1017f, 11.2237f)
|
||||||
|
curveTo(10.8484f, 11.2237f, 10.6267f, 11.267f, 10.4367f, 11.3537f)
|
||||||
|
curveTo(10.2501f, 11.4404f, 10.0934f, 11.5654f, 9.9667f, 11.7287f)
|
||||||
|
curveTo(9.8434f, 11.892f, 9.75f, 12.0937f, 9.6867f, 12.3337f)
|
||||||
|
curveTo(9.6267f, 12.5704f, 9.5967f, 12.8387f, 9.5967f, 13.1387f)
|
||||||
|
curveTo(9.5967f, 13.7387f, 9.72f, 14.207f, 9.9667f, 14.5437f)
|
||||||
|
curveTo(10.2167f, 14.877f, 10.5951f, 15.0437f, 11.1017f, 15.0437f)
|
||||||
|
close()
|
||||||
|
moveTo(16.1762f, 13.1937f)
|
||||||
|
curveTo(16.3562f, 13.1937f, 16.5146f, 13.1687f, 16.6512f, 13.1187f)
|
||||||
|
curveTo(16.7879f, 13.0687f, 16.9029f, 12.9987f, 16.9962f, 12.9087f)
|
||||||
|
curveTo(17.0896f, 12.8187f, 17.1596f, 12.712f, 17.2062f, 12.5887f)
|
||||||
|
curveTo(17.2529f, 12.462f, 17.2762f, 12.3237f, 17.2762f, 12.1737f)
|
||||||
|
curveTo(17.2762f, 11.8637f, 17.1812f, 11.617f, 16.9912f, 11.4337f)
|
||||||
|
curveTo(16.8046f, 11.2504f, 16.5329f, 11.1587f, 16.1762f, 11.1587f)
|
||||||
|
curveTo(15.8162f, 11.1587f, 15.5412f, 11.2504f, 15.3512f, 11.4337f)
|
||||||
|
curveTo(15.1646f, 11.617f, 15.0712f, 11.8637f, 15.0712f, 12.1737f)
|
||||||
|
curveTo(15.0712f, 12.3237f, 15.0946f, 12.462f, 15.1412f, 12.5887f)
|
||||||
|
curveTo(15.1912f, 12.712f, 15.2629f, 12.8187f, 15.3562f, 12.9087f)
|
||||||
|
curveTo(15.4496f, 12.9987f, 15.5646f, 13.0687f, 15.7012f, 13.1187f)
|
||||||
|
curveTo(15.8379f, 13.1687f, 15.9962f, 13.1937f, 16.1762f, 13.1937f)
|
||||||
|
close()
|
||||||
|
moveTo(17.7812f, 15.9437f)
|
||||||
|
curveTo(17.7812f, 15.8204f, 17.7462f, 15.7204f, 17.6762f, 15.6437f)
|
||||||
|
curveTo(17.6062f, 15.567f, 17.5112f, 15.507f, 17.3912f, 15.4637f)
|
||||||
|
curveTo(17.2746f, 15.4204f, 17.1379f, 15.3904f, 16.9812f, 15.3737f)
|
||||||
|
curveTo(16.8246f, 15.3537f, 16.6579f, 15.3387f, 16.4812f, 15.3287f)
|
||||||
|
curveTo(16.3079f, 15.3187f, 16.1312f, 15.3087f, 15.9512f, 15.2987f)
|
||||||
|
curveTo(15.7712f, 15.2887f, 15.5979f, 15.272f, 15.4312f, 15.2487f)
|
||||||
|
curveTo(15.2446f, 15.3354f, 15.0912f, 15.4454f, 14.9712f, 15.5787f)
|
||||||
|
curveTo(14.8546f, 15.7087f, 14.7962f, 15.862f, 14.7962f, 16.0387f)
|
||||||
|
curveTo(14.7962f, 16.152f, 14.8246f, 16.257f, 14.8812f, 16.3537f)
|
||||||
|
curveTo(14.9412f, 16.4537f, 15.0312f, 16.5387f, 15.1512f, 16.6087f)
|
||||||
|
curveTo(15.2712f, 16.682f, 15.4212f, 16.7387f, 15.6012f, 16.7787f)
|
||||||
|
curveTo(15.7846f, 16.822f, 15.9996f, 16.8437f, 16.2462f, 16.8437f)
|
||||||
|
curveTo(16.4862f, 16.8437f, 16.7012f, 16.822f, 16.8912f, 16.7787f)
|
||||||
|
curveTo(17.0812f, 16.7354f, 17.2412f, 16.6737f, 17.3712f, 16.5937f)
|
||||||
|
curveTo(17.5046f, 16.5137f, 17.6062f, 16.4187f, 17.6762f, 16.3087f)
|
||||||
|
curveTo(17.7462f, 16.1987f, 17.7812f, 16.077f, 17.7812f, 15.9437f)
|
||||||
|
close()
|
||||||
|
moveTo(18.6862f, 10.8037f)
|
||||||
|
verticalLineTo(11.1337f)
|
||||||
|
curveTo(18.6862f, 11.2437f, 18.6162f, 11.3137f, 18.4762f, 11.3437f)
|
||||||
|
lineTo(17.9012f, 11.4187f)
|
||||||
|
curveTo(18.0146f, 11.6387f, 18.0712f, 11.882f, 18.0712f, 12.1487f)
|
||||||
|
curveTo(18.0712f, 12.3954f, 18.0229f, 12.6204f, 17.9262f, 12.8237f)
|
||||||
|
curveTo(17.8329f, 13.0237f, 17.7029f, 13.1954f, 17.5362f, 13.3387f)
|
||||||
|
curveTo(17.3696f, 13.482f, 17.1696f, 13.592f, 16.9362f, 13.6687f)
|
||||||
|
curveTo(16.7029f, 13.7454f, 16.4496f, 13.7837f, 16.1762f, 13.7837f)
|
||||||
|
curveTo(15.9396f, 13.7837f, 15.7162f, 13.7554f, 15.5062f, 13.6987f)
|
||||||
|
curveTo(15.3996f, 13.7654f, 15.3179f, 13.837f, 15.2612f, 13.9137f)
|
||||||
|
curveTo(15.2046f, 13.987f, 15.1762f, 14.062f, 15.1762f, 14.1387f)
|
||||||
|
curveTo(15.1762f, 14.2587f, 15.2246f, 14.3504f, 15.3212f, 14.4137f)
|
||||||
|
curveTo(15.4212f, 14.4737f, 15.5512f, 14.517f, 15.7112f, 14.5437f)
|
||||||
|
curveTo(15.8712f, 14.5704f, 16.0529f, 14.587f, 16.2562f, 14.5937f)
|
||||||
|
curveTo(16.4629f, 14.6004f, 16.6729f, 14.612f, 16.8862f, 14.6287f)
|
||||||
|
curveTo(17.1029f, 14.642f, 17.3129f, 14.667f, 17.5162f, 14.7037f)
|
||||||
|
curveTo(17.7229f, 14.7404f, 17.9062f, 14.8004f, 18.0662f, 14.8837f)
|
||||||
|
curveTo(18.2262f, 14.967f, 18.3546f, 15.082f, 18.4513f, 15.2287f)
|
||||||
|
curveTo(18.5512f, 15.3754f, 18.6012f, 15.5654f, 18.6012f, 15.7987f)
|
||||||
|
curveTo(18.6012f, 16.0154f, 18.5462f, 16.2254f, 18.4362f, 16.4287f)
|
||||||
|
curveTo(18.3296f, 16.632f, 18.1746f, 16.812f, 17.9712f, 16.9687f)
|
||||||
|
curveTo(17.7679f, 17.1287f, 17.5179f, 17.2554f, 17.2212f, 17.3487f)
|
||||||
|
curveTo(16.9279f, 17.4454f, 16.5962f, 17.4937f, 16.2262f, 17.4937f)
|
||||||
|
curveTo(15.8562f, 17.4937f, 15.5329f, 17.457f, 15.2562f, 17.3837f)
|
||||||
|
curveTo(14.9796f, 17.3104f, 14.7496f, 17.212f, 14.5662f, 17.0887f)
|
||||||
|
curveTo(14.3829f, 16.9654f, 14.2446f, 16.822f, 14.1512f, 16.6587f)
|
||||||
|
curveTo(14.0612f, 16.4987f, 14.0162f, 16.3304f, 14.0162f, 16.1537f)
|
||||||
|
curveTo(14.0162f, 15.9037f, 14.0946f, 15.692f, 14.2512f, 15.5187f)
|
||||||
|
curveTo(14.4079f, 15.3454f, 14.6229f, 15.207f, 14.8962f, 15.1037f)
|
||||||
|
curveTo(14.7462f, 15.037f, 14.6262f, 14.9487f, 14.5362f, 14.8387f)
|
||||||
|
curveTo(14.4496f, 14.7254f, 14.4062f, 14.5737f, 14.4062f, 14.3837f)
|
||||||
|
curveTo(14.4062f, 14.3104f, 14.4196f, 14.2354f, 14.4462f, 14.1587f)
|
||||||
|
curveTo(14.4729f, 14.0787f, 14.5129f, 14.0004f, 14.5662f, 13.9237f)
|
||||||
|
curveTo(14.6229f, 13.8437f, 14.6912f, 13.7687f, 14.7712f, 13.6987f)
|
||||||
|
curveTo(14.8512f, 13.6287f, 14.9446f, 13.567f, 15.0512f, 13.5137f)
|
||||||
|
curveTo(14.8012f, 13.3737f, 14.6062f, 13.1887f, 14.4662f, 12.9587f)
|
||||||
|
curveTo(14.3262f, 12.7254f, 14.2562f, 12.4554f, 14.2562f, 12.1487f)
|
||||||
|
curveTo(14.2562f, 11.902f, 14.3029f, 11.6787f, 14.3962f, 11.4787f)
|
||||||
|
curveTo(14.4929f, 11.2754f, 14.6262f, 11.1037f, 14.7962f, 10.9637f)
|
||||||
|
curveTo(14.9662f, 10.8204f, 15.1679f, 10.7104f, 15.4012f, 10.6337f)
|
||||||
|
curveTo(15.6379f, 10.557f, 15.8962f, 10.5187f, 16.1762f, 10.5187f)
|
||||||
|
curveTo(16.3962f, 10.5187f, 16.6012f, 10.5437f, 16.7912f, 10.5937f)
|
||||||
|
curveTo(16.9812f, 10.6404f, 17.1546f, 10.7104f, 17.3112f, 10.8037f)
|
||||||
|
horizontalLineTo(18.6862f)
|
||||||
|
close()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.build()
|
||||||
|
return _log!!
|
||||||
|
}
|
||||||
|
|
||||||
|
private var _log: ImageVector? = null
|
@ -0,0 +1,55 @@
|
|||||||
|
/*
|
||||||
|
* Unitto is a unit converter for Android
|
||||||
|
* Copyright (c) 2024 Elshan Agaev
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.sadellie.unitto.core.ui.common.icons.iconpack
|
||||||
|
|
||||||
|
import androidx.compose.ui.graphics.Color
|
||||||
|
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
||||||
|
import androidx.compose.ui.graphics.SolidColor
|
||||||
|
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
|
||||||
|
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
||||||
|
import androidx.compose.ui.graphics.vector.path
|
||||||
|
import androidx.compose.ui.unit.dp
|
||||||
|
import com.sadellie.unitto.core.ui.common.icons.IconPack
|
||||||
|
|
||||||
|
@Suppress("UnusedReceiverParameter")
|
||||||
|
val IconPack.Minus: ImageVector
|
||||||
|
get() {
|
||||||
|
if (_minus != null) {
|
||||||
|
return _minus!!
|
||||||
|
}
|
||||||
|
_minus = Builder(name = "Minus", defaultWidth = 24.0.dp, defaultHeight = 24.0.dp,
|
||||||
|
viewportWidth = 24.0f, viewportHeight = 24.0f).apply {
|
||||||
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
|
pathFillType = NonZero) {
|
||||||
|
moveTo(8.3377f, 11.688f)
|
||||||
|
horizontalLineTo(15.6623f)
|
||||||
|
verticalLineTo(12.6494f)
|
||||||
|
horizontalLineTo(8.3377f)
|
||||||
|
verticalLineTo(11.688f)
|
||||||
|
close()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.build()
|
||||||
|
return _minus!!
|
||||||
|
}
|
||||||
|
|
||||||
|
private var _minus: ImageVector? = null
|
@ -0,0 +1,103 @@
|
|||||||
|
/*
|
||||||
|
* Unitto is a unit converter for Android
|
||||||
|
* Copyright (c) 2024 Elshan Agaev
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.sadellie.unitto.core.ui.common.icons.iconpack
|
||||||
|
|
||||||
|
import androidx.compose.ui.graphics.Color
|
||||||
|
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
||||||
|
import androidx.compose.ui.graphics.SolidColor
|
||||||
|
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
|
||||||
|
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
||||||
|
import androidx.compose.ui.graphics.vector.path
|
||||||
|
import androidx.compose.ui.unit.dp
|
||||||
|
import com.sadellie.unitto.core.ui.common.icons.IconPack
|
||||||
|
|
||||||
|
@Suppress("UnusedReceiverParameter")
|
||||||
|
val IconPack.Modulo: ImageVector
|
||||||
|
get() {
|
||||||
|
if (_modulo != null) {
|
||||||
|
return _modulo!!
|
||||||
|
}
|
||||||
|
_modulo = Builder(name = "Modulo", defaultWidth = 24.0.dp, defaultHeight = 24.0.dp,
|
||||||
|
viewportWidth = 24.0f, viewportHeight = 24.0f).apply {
|
||||||
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
|
pathFillType = NonZero) {
|
||||||
|
moveTo(12.7496f, 11.2687f)
|
||||||
|
horizontalLineTo(11.5146f)
|
||||||
|
lineTo(11.1896f, 12.8987f)
|
||||||
|
horizontalLineTo(12.4246f)
|
||||||
|
lineTo(12.7496f, 11.2687f)
|
||||||
|
close()
|
||||||
|
moveTo(14.6396f, 10.6137f)
|
||||||
|
lineTo(14.5746f, 10.9887f)
|
||||||
|
curveTo(14.5579f, 11.0854f, 14.5179f, 11.157f, 14.4546f, 11.2037f)
|
||||||
|
curveTo(14.3946f, 11.247f, 14.3013f, 11.2687f, 14.1746f, 11.2687f)
|
||||||
|
horizontalLineTo(13.4846f)
|
||||||
|
lineTo(13.1596f, 12.8987f)
|
||||||
|
horizontalLineTo(14.0546f)
|
||||||
|
curveTo(14.1513f, 12.8987f, 14.2196f, 12.927f, 14.2596f, 12.9837f)
|
||||||
|
curveTo(14.3029f, 13.037f, 14.3146f, 13.132f, 14.2946f, 13.2687f)
|
||||||
|
lineTo(14.2496f, 13.5537f)
|
||||||
|
horizontalLineTo(13.0646f)
|
||||||
|
lineTo(12.6446f, 15.6687f)
|
||||||
|
horizontalLineTo(12.2396f)
|
||||||
|
curveTo(12.1963f, 15.6687f, 12.1563f, 15.6587f, 12.1196f, 15.6387f)
|
||||||
|
curveTo(12.0829f, 15.6187f, 12.0513f, 15.592f, 12.0246f, 15.5587f)
|
||||||
|
curveTo(12.0013f, 15.5254f, 11.9846f, 15.4854f, 11.9746f, 15.4387f)
|
||||||
|
curveTo(11.9646f, 15.392f, 11.9646f, 15.3404f, 11.9746f, 15.2837f)
|
||||||
|
lineTo(12.3296f, 13.5537f)
|
||||||
|
horizontalLineTo(11.0946f)
|
||||||
|
lineTo(10.7396f, 15.3287f)
|
||||||
|
curveTo(10.7196f, 15.452f, 10.6713f, 15.5404f, 10.5946f, 15.5937f)
|
||||||
|
curveTo(10.5179f, 15.6437f, 10.4313f, 15.6687f, 10.3346f, 15.6687f)
|
||||||
|
horizontalLineTo(9.9346f)
|
||||||
|
lineTo(10.3596f, 13.5537f)
|
||||||
|
horizontalLineTo(9.6296f)
|
||||||
|
curveTo(9.5363f, 13.5537f, 9.4679f, 13.527f, 9.4246f, 13.4737f)
|
||||||
|
curveTo(9.3846f, 13.417f, 9.3746f, 13.3204f, 9.3946f, 13.1837f)
|
||||||
|
lineTo(9.4346f, 12.8987f)
|
||||||
|
horizontalLineTo(10.4546f)
|
||||||
|
lineTo(10.7796f, 11.2687f)
|
||||||
|
horizontalLineTo(9.6196f)
|
||||||
|
lineTo(9.6846f, 10.8987f)
|
||||||
|
curveTo(9.7013f, 10.802f, 9.7396f, 10.7304f, 9.7996f, 10.6837f)
|
||||||
|
curveTo(9.8629f, 10.637f, 9.9579f, 10.6137f, 10.0846f, 10.6137f)
|
||||||
|
horizontalLineTo(10.8746f)
|
||||||
|
lineTo(11.2346f, 8.8237f)
|
||||||
|
curveTo(11.2546f, 8.7237f, 11.2996f, 8.6454f, 11.3696f, 8.5887f)
|
||||||
|
curveTo(11.4429f, 8.532f, 11.5296f, 8.5037f, 11.6296f, 8.5037f)
|
||||||
|
horizontalLineTo(12.0296f)
|
||||||
|
lineTo(11.6096f, 10.6137f)
|
||||||
|
horizontalLineTo(12.8446f)
|
||||||
|
lineTo(13.2646f, 8.5037f)
|
||||||
|
horizontalLineTo(13.6596f)
|
||||||
|
curveTo(13.7563f, 8.5037f, 13.8313f, 8.5354f, 13.8846f, 8.5987f)
|
||||||
|
curveTo(13.9413f, 8.662f, 13.9613f, 8.742f, 13.9446f, 8.8387f)
|
||||||
|
lineTo(13.5796f, 10.6137f)
|
||||||
|
horizontalLineTo(14.6396f)
|
||||||
|
close()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.build()
|
||||||
|
return _modulo!!
|
||||||
|
}
|
||||||
|
|
||||||
|
private var _modulo: ImageVector? = null
|
@ -0,0 +1,65 @@
|
|||||||
|
/*
|
||||||
|
* Unitto is a unit converter for Android
|
||||||
|
* Copyright (c) 2024 Elshan Agaev
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.sadellie.unitto.core.ui.common.icons.iconpack
|
||||||
|
|
||||||
|
import androidx.compose.ui.graphics.Color
|
||||||
|
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
||||||
|
import androidx.compose.ui.graphics.SolidColor
|
||||||
|
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
|
||||||
|
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
||||||
|
import androidx.compose.ui.graphics.vector.path
|
||||||
|
import androidx.compose.ui.unit.dp
|
||||||
|
import com.sadellie.unitto.core.ui.common.icons.IconPack
|
||||||
|
|
||||||
|
@Suppress("UnusedReceiverParameter")
|
||||||
|
val IconPack.Multiply: ImageVector
|
||||||
|
get() {
|
||||||
|
if (_multiply != null) {
|
||||||
|
return _multiply!!
|
||||||
|
}
|
||||||
|
_multiply = Builder(name = "Multiply", defaultWidth = 24.0.dp, defaultHeight = 24.0.dp,
|
||||||
|
viewportWidth = 24.0f, viewportHeight = 24.0f).apply {
|
||||||
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
|
pathFillType = NonZero) {
|
||||||
|
moveTo(8.3375f, 15.1321f)
|
||||||
|
lineTo(14.9633f, 8.5063f)
|
||||||
|
lineTo(15.6625f, 9.2056f)
|
||||||
|
lineTo(9.0367f, 15.8313f)
|
||||||
|
lineTo(8.3375f, 15.1321f)
|
||||||
|
close()
|
||||||
|
}
|
||||||
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
|
pathFillType = NonZero) {
|
||||||
|
moveTo(9.0367f, 8.5063f)
|
||||||
|
lineTo(15.6625f, 15.1321f)
|
||||||
|
lineTo(14.9633f, 15.8313f)
|
||||||
|
lineTo(8.3375f, 9.2056f)
|
||||||
|
lineTo(9.0367f, 8.5063f)
|
||||||
|
close()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.build()
|
||||||
|
return _multiply!!
|
||||||
|
}
|
||||||
|
|
||||||
|
private var _multiply: ImageVector? = null
|
@ -0,0 +1,87 @@
|
|||||||
|
/*
|
||||||
|
* Unitto is a unit converter for Android
|
||||||
|
* Copyright (c) 2024 Elshan Agaev
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.sadellie.unitto.core.ui.common.icons.iconpack
|
||||||
|
|
||||||
|
import androidx.compose.ui.graphics.Color
|
||||||
|
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
||||||
|
import androidx.compose.ui.graphics.SolidColor
|
||||||
|
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
|
||||||
|
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
||||||
|
import androidx.compose.ui.graphics.vector.path
|
||||||
|
import androidx.compose.ui.unit.dp
|
||||||
|
import com.sadellie.unitto.core.ui.common.icons.IconPack
|
||||||
|
|
||||||
|
@Suppress("UnusedReceiverParameter")
|
||||||
|
val IconPack.Percent: ImageVector
|
||||||
|
get() {
|
||||||
|
if (_percent != null) {
|
||||||
|
return _percent!!
|
||||||
|
}
|
||||||
|
_percent = Builder(name = "Percent", defaultWidth = 24.0.dp, defaultHeight = 24.0.dp,
|
||||||
|
viewportWidth = 24.0f, viewportHeight = 24.0f).apply {
|
||||||
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
|
pathFillType = NonZero) {
|
||||||
|
moveTo(14.1468f, 8.6672f)
|
||||||
|
lineTo(14.8026f, 9.1829f)
|
||||||
|
lineTo(9.8561f, 15.6701f)
|
||||||
|
lineTo(9.2003f, 15.1545f)
|
||||||
|
lineTo(14.1468f, 8.6672f)
|
||||||
|
close()
|
||||||
|
}
|
||||||
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
|
pathFillType = NonZero) {
|
||||||
|
moveTo(11.6513f, 10.2429f)
|
||||||
|
curveTo(11.6513f, 11.1131f, 10.9459f, 11.8185f, 10.0757f, 11.8185f)
|
||||||
|
curveTo(9.2054f, 11.8185f, 8.5f, 11.1131f, 8.5f, 10.2429f)
|
||||||
|
curveTo(8.5f, 9.3727f, 9.2054f, 8.6672f, 10.0757f, 8.6672f)
|
||||||
|
curveTo(10.9459f, 8.6672f, 11.6513f, 9.3727f, 11.6513f, 10.2429f)
|
||||||
|
close()
|
||||||
|
moveTo(9.0515f, 10.2429f)
|
||||||
|
curveTo(9.0515f, 10.8085f, 9.51f, 11.2671f, 10.0757f, 11.2671f)
|
||||||
|
curveTo(10.6413f, 11.2671f, 11.0998f, 10.8085f, 11.0998f, 10.2429f)
|
||||||
|
curveTo(11.0998f, 9.6772f, 10.6413f, 9.2187f, 10.0757f, 9.2187f)
|
||||||
|
curveTo(9.51f, 9.2187f, 9.0515f, 9.6772f, 9.0515f, 10.2429f)
|
||||||
|
close()
|
||||||
|
}
|
||||||
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
|
pathFillType = NonZero) {
|
||||||
|
moveTo(15.5f, 14.0945f)
|
||||||
|
curveTo(15.5f, 14.9647f, 14.7946f, 15.6701f, 13.9243f, 15.6701f)
|
||||||
|
curveTo(13.0541f, 15.6701f, 12.3487f, 14.9647f, 12.3487f, 14.0945f)
|
||||||
|
curveTo(12.3487f, 13.2243f, 13.0541f, 12.5188f, 13.9243f, 12.5188f)
|
||||||
|
curveTo(14.7946f, 12.5188f, 15.5f, 13.2243f, 15.5f, 14.0945f)
|
||||||
|
close()
|
||||||
|
moveTo(12.9002f, 14.0945f)
|
||||||
|
curveTo(12.9002f, 14.6601f, 13.3587f, 15.1187f, 13.9243f, 15.1187f)
|
||||||
|
curveTo(14.49f, 15.1187f, 14.9485f, 14.6601f, 14.9485f, 14.0945f)
|
||||||
|
curveTo(14.9485f, 13.5288f, 14.49f, 13.0703f, 13.9243f, 13.0703f)
|
||||||
|
curveTo(13.3587f, 13.0703f, 12.9002f, 13.5288f, 12.9002f, 14.0945f)
|
||||||
|
close()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.build()
|
||||||
|
return _percent!!
|
||||||
|
}
|
||||||
|
|
||||||
|
private var _percent: ImageVector? = null
|
@ -0,0 +1,99 @@
|
|||||||
|
/*
|
||||||
|
* Unitto is a unit converter for Android
|
||||||
|
* Copyright (c) 2024 Elshan Agaev
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.sadellie.unitto.core.ui.common.icons.iconpack
|
||||||
|
|
||||||
|
import androidx.compose.ui.graphics.Color
|
||||||
|
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
||||||
|
import androidx.compose.ui.graphics.SolidColor
|
||||||
|
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
|
||||||
|
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
||||||
|
import androidx.compose.ui.graphics.vector.path
|
||||||
|
import androidx.compose.ui.unit.dp
|
||||||
|
import com.sadellie.unitto.core.ui.common.icons.IconPack
|
||||||
|
|
||||||
|
@Suppress("UnusedReceiverParameter")
|
||||||
|
val IconPack.Pi: ImageVector
|
||||||
|
get() {
|
||||||
|
if (_pi != null) {
|
||||||
|
return _pi!!
|
||||||
|
}
|
||||||
|
_pi = Builder(name = "Pi", defaultWidth = 24.0.dp, defaultHeight = 24.0.dp, viewportWidth =
|
||||||
|
24.0f, viewportHeight = 24.0f).apply {
|
||||||
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
|
pathFillType = NonZero) {
|
||||||
|
moveTo(15.2588f, 11.0737f)
|
||||||
|
curveTo(15.2588f, 11.1537f, 15.2338f, 11.222f, 15.1838f, 11.2787f)
|
||||||
|
curveTo(15.1372f, 11.332f, 15.0655f, 11.3587f, 14.9688f, 11.3587f)
|
||||||
|
horizontalLineTo(14.2338f)
|
||||||
|
curveTo(14.2305f, 11.5487f, 14.2272f, 11.7254f, 14.2238f, 11.8887f)
|
||||||
|
curveTo(14.2205f, 12.052f, 14.2188f, 12.217f, 14.2188f, 12.3837f)
|
||||||
|
curveTo(14.2188f, 12.7804f, 14.2255f, 13.122f, 14.2388f, 13.4087f)
|
||||||
|
curveTo(14.2522f, 13.692f, 14.2705f, 13.932f, 14.2938f, 14.1287f)
|
||||||
|
curveTo(14.3205f, 14.3254f, 14.3538f, 14.4837f, 14.3938f, 14.6037f)
|
||||||
|
curveTo(14.4338f, 14.7237f, 14.4805f, 14.8154f, 14.5338f, 14.8787f)
|
||||||
|
curveTo(14.5872f, 14.942f, 14.6472f, 14.9854f, 14.7138f, 15.0087f)
|
||||||
|
curveTo(14.7805f, 15.0287f, 14.8555f, 15.0387f, 14.9388f, 15.0387f)
|
||||||
|
horizontalLineTo(15.1288f)
|
||||||
|
verticalLineTo(15.3987f)
|
||||||
|
curveTo(15.1288f, 15.4954f, 15.0722f, 15.5704f, 14.9588f, 15.6237f)
|
||||||
|
curveTo(14.8488f, 15.6737f, 14.7088f, 15.6987f, 14.5388f, 15.6987f)
|
||||||
|
curveTo(14.3422f, 15.6987f, 14.1688f, 15.6654f, 14.0188f, 15.5987f)
|
||||||
|
curveTo(13.8722f, 15.532f, 13.7505f, 15.4287f, 13.6538f, 15.2887f)
|
||||||
|
curveTo(13.5572f, 15.1487f, 13.4838f, 14.9687f, 13.4338f, 14.7487f)
|
||||||
|
curveTo(13.3872f, 14.5254f, 13.3638f, 14.2587f, 13.3638f, 13.9487f)
|
||||||
|
curveTo(13.3638f, 13.7987f, 13.3705f, 13.637f, 13.3838f, 13.4637f)
|
||||||
|
curveTo(13.3972f, 13.287f, 13.4122f, 13.0937f, 13.4288f, 12.8837f)
|
||||||
|
curveTo(13.4455f, 12.6737f, 13.4622f, 12.4437f, 13.4788f, 12.1937f)
|
||||||
|
curveTo(13.4955f, 11.9404f, 13.5088f, 11.662f, 13.5188f, 11.3587f)
|
||||||
|
horizontalLineTo(11.6688f)
|
||||||
|
curveTo(11.6588f, 11.932f, 11.6338f, 12.4387f, 11.5938f, 12.8787f)
|
||||||
|
curveTo(11.5538f, 13.3187f, 11.5022f, 13.7004f, 11.4388f, 14.0237f)
|
||||||
|
curveTo(11.3755f, 14.3437f, 11.3005f, 14.612f, 11.2138f, 14.8287f)
|
||||||
|
curveTo(11.1305f, 15.0454f, 11.0372f, 15.2187f, 10.9338f, 15.3487f)
|
||||||
|
curveTo(10.8338f, 15.4787f, 10.7238f, 15.572f, 10.6038f, 15.6287f)
|
||||||
|
curveTo(10.4838f, 15.682f, 10.3588f, 15.7087f, 10.2288f, 15.7087f)
|
||||||
|
curveTo(10.1888f, 15.7087f, 10.1472f, 15.7054f, 10.1038f, 15.6987f)
|
||||||
|
curveTo(10.0605f, 15.692f, 10.0188f, 15.682f, 9.9788f, 15.6687f)
|
||||||
|
curveTo(9.9422f, 15.652f, 9.9122f, 15.632f, 9.8888f, 15.6087f)
|
||||||
|
curveTo(9.8655f, 15.5854f, 9.8538f, 15.5587f, 9.8538f, 15.5287f)
|
||||||
|
verticalLineTo(14.9237f)
|
||||||
|
horizontalLineTo(9.9538f)
|
||||||
|
curveTo(10.0538f, 14.9237f, 10.1555f, 14.8604f, 10.2588f, 14.7337f)
|
||||||
|
curveTo(10.3622f, 14.6037f, 10.4572f, 14.3987f, 10.5438f, 14.1187f)
|
||||||
|
curveTo(10.6305f, 13.8354f, 10.7055f, 13.467f, 10.7688f, 13.0137f)
|
||||||
|
curveTo(10.8322f, 12.5604f, 10.8722f, 12.0087f, 10.8888f, 11.3587f)
|
||||||
|
horizontalLineTo(9.7938f)
|
||||||
|
verticalLineTo(10.9837f)
|
||||||
|
curveTo(9.7938f, 10.947f, 9.8005f, 10.9104f, 9.8138f, 10.8737f)
|
||||||
|
curveTo(9.8305f, 10.8337f, 9.8538f, 10.797f, 9.8838f, 10.7637f)
|
||||||
|
curveTo(9.9138f, 10.7304f, 9.9488f, 10.7037f, 9.9888f, 10.6837f)
|
||||||
|
curveTo(10.0322f, 10.6637f, 10.0822f, 10.6537f, 10.1388f, 10.6537f)
|
||||||
|
horizontalLineTo(15.2588f)
|
||||||
|
verticalLineTo(11.0737f)
|
||||||
|
close()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.build()
|
||||||
|
return _pi!!
|
||||||
|
}
|
||||||
|
|
||||||
|
private var _pi: ImageVector? = null
|
@ -0,0 +1,65 @@
|
|||||||
|
/*
|
||||||
|
* Unitto is a unit converter for Android
|
||||||
|
* Copyright (c) 2024 Elshan Agaev
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.sadellie.unitto.core.ui.common.icons.iconpack
|
||||||
|
|
||||||
|
import androidx.compose.ui.graphics.Color
|
||||||
|
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
||||||
|
import androidx.compose.ui.graphics.SolidColor
|
||||||
|
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
|
||||||
|
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
||||||
|
import androidx.compose.ui.graphics.vector.path
|
||||||
|
import androidx.compose.ui.unit.dp
|
||||||
|
import com.sadellie.unitto.core.ui.common.icons.IconPack
|
||||||
|
|
||||||
|
@Suppress("UnusedReceiverParameter")
|
||||||
|
val IconPack.Plus: ImageVector
|
||||||
|
get() {
|
||||||
|
if (_plus != null) {
|
||||||
|
return _plus!!
|
||||||
|
}
|
||||||
|
_plus = Builder(name = "Plus", defaultWidth = 24.0.dp, defaultHeight = 24.0.dp,
|
||||||
|
viewportWidth = 24.0f, viewportHeight = 24.0f).apply {
|
||||||
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
|
pathFillType = NonZero) {
|
||||||
|
moveTo(8.3377f, 11.711f)
|
||||||
|
horizontalLineTo(15.6626f)
|
||||||
|
verticalLineTo(12.6724f)
|
||||||
|
horizontalLineTo(8.3377f)
|
||||||
|
verticalLineTo(11.711f)
|
||||||
|
close()
|
||||||
|
}
|
||||||
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
|
pathFillType = NonZero) {
|
||||||
|
moveTo(12.5495f, 8.5063f)
|
||||||
|
lineTo(12.5495f, 15.8313f)
|
||||||
|
horizontalLineTo(11.5881f)
|
||||||
|
lineTo(11.5881f, 8.5063f)
|
||||||
|
lineTo(12.5495f, 8.5063f)
|
||||||
|
close()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.build()
|
||||||
|
return _plus!!
|
||||||
|
}
|
||||||
|
|
||||||
|
private var _plus: ImageVector? = null
|
@ -0,0 +1,137 @@
|
|||||||
|
/*
|
||||||
|
* Unitto is a unit converter for Android
|
||||||
|
* Copyright (c) 2024 Elshan Agaev
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.sadellie.unitto.core.ui.common.icons.iconpack
|
||||||
|
|
||||||
|
import androidx.compose.ui.graphics.Color
|
||||||
|
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
||||||
|
import androidx.compose.ui.graphics.SolidColor
|
||||||
|
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
|
||||||
|
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
||||||
|
import androidx.compose.ui.graphics.vector.path
|
||||||
|
import androidx.compose.ui.unit.dp
|
||||||
|
import com.sadellie.unitto.core.ui.common.icons.IconPack
|
||||||
|
|
||||||
|
@Suppress("UnusedReceiverParameter")
|
||||||
|
val IconPack.Pop: ImageVector
|
||||||
|
get() {
|
||||||
|
if (_pop != null) {
|
||||||
|
return _pop!!
|
||||||
|
}
|
||||||
|
_pop = Builder(name = "Pop", defaultWidth = 24.0.dp, defaultHeight = 24.0.dp, viewportWidth
|
||||||
|
= 24.0f, viewportHeight = 24.0f).apply {
|
||||||
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
|
pathFillType = NonZero) {
|
||||||
|
moveTo(5.2202f, 12.2187f)
|
||||||
|
curveTo(5.4969f, 12.2187f, 5.7402f, 12.182f, 5.9502f, 12.1087f)
|
||||||
|
curveTo(6.1636f, 12.0354f, 6.3419f, 11.9337f, 6.4852f, 11.8037f)
|
||||||
|
curveTo(6.6319f, 11.6704f, 6.7419f, 11.512f, 6.8152f, 11.3287f)
|
||||||
|
curveTo(6.8886f, 11.1454f, 6.9252f, 10.9437f, 6.9252f, 10.7237f)
|
||||||
|
curveTo(6.9252f, 10.267f, 6.7836f, 9.9104f, 6.5002f, 9.6537f)
|
||||||
|
curveTo(6.2202f, 9.397f, 5.7936f, 9.2687f, 5.2202f, 9.2687f)
|
||||||
|
horizontalLineTo(4.0702f)
|
||||||
|
verticalLineTo(12.2187f)
|
||||||
|
horizontalLineTo(5.2202f)
|
||||||
|
close()
|
||||||
|
moveTo(5.2202f, 8.5037f)
|
||||||
|
curveTo(5.6736f, 8.5037f, 6.0669f, 8.557f, 6.4002f, 8.6637f)
|
||||||
|
curveTo(6.7369f, 8.767f, 7.0152f, 8.9154f, 7.2352f, 9.1087f)
|
||||||
|
curveTo(7.4552f, 9.302f, 7.6186f, 9.5354f, 7.7252f, 9.8087f)
|
||||||
|
curveTo(7.8352f, 10.082f, 7.8902f, 10.387f, 7.8902f, 10.7237f)
|
||||||
|
curveTo(7.8902f, 11.057f, 7.8319f, 11.362f, 7.7152f, 11.6387f)
|
||||||
|
curveTo(7.5986f, 11.9154f, 7.4269f, 12.1537f, 7.2002f, 12.3537f)
|
||||||
|
curveTo(6.9769f, 12.5537f, 6.6986f, 12.7104f, 6.3652f, 12.8237f)
|
||||||
|
curveTo(6.0352f, 12.9337f, 5.6536f, 12.9887f, 5.2202f, 12.9887f)
|
||||||
|
horizontalLineTo(4.0702f)
|
||||||
|
verticalLineTo(15.6687f)
|
||||||
|
horizontalLineTo(3.1052f)
|
||||||
|
verticalLineTo(8.5037f)
|
||||||
|
horizontalLineTo(5.2202f)
|
||||||
|
close()
|
||||||
|
moveTo(15.5311f, 12.0887f)
|
||||||
|
curveTo(15.5311f, 12.6254f, 15.4461f, 13.1187f, 15.2761f, 13.5687f)
|
||||||
|
curveTo(15.1061f, 14.0154f, 14.8661f, 14.4004f, 14.5561f, 14.7237f)
|
||||||
|
curveTo(14.2461f, 15.047f, 13.8728f, 15.2987f, 13.4361f, 15.4787f)
|
||||||
|
curveTo(13.0028f, 15.6554f, 12.5228f, 15.7437f, 11.9961f, 15.7437f)
|
||||||
|
curveTo(11.4694f, 15.7437f, 10.9894f, 15.6554f, 10.5561f, 15.4787f)
|
||||||
|
curveTo(10.1228f, 15.2987f, 9.7511f, 15.047f, 9.4411f, 14.7237f)
|
||||||
|
curveTo(9.1311f, 14.4004f, 8.8911f, 14.0154f, 8.7211f, 13.5687f)
|
||||||
|
curveTo(8.5511f, 13.1187f, 8.4661f, 12.6254f, 8.4661f, 12.0887f)
|
||||||
|
curveTo(8.4661f, 11.552f, 8.5511f, 11.0604f, 8.7211f, 10.6137f)
|
||||||
|
curveTo(8.8911f, 10.1637f, 9.1311f, 9.777f, 9.4411f, 9.4537f)
|
||||||
|
curveTo(9.7511f, 9.127f, 10.1228f, 8.8737f, 10.5561f, 8.6937f)
|
||||||
|
curveTo(10.9894f, 8.5137f, 11.4694f, 8.4237f, 11.9961f, 8.4237f)
|
||||||
|
curveTo(12.5228f, 8.4237f, 13.0028f, 8.5137f, 13.4361f, 8.6937f)
|
||||||
|
curveTo(13.8728f, 8.8737f, 14.2461f, 9.127f, 14.5561f, 9.4537f)
|
||||||
|
curveTo(14.8661f, 9.777f, 15.1061f, 10.1637f, 15.2761f, 10.6137f)
|
||||||
|
curveTo(15.4461f, 11.0604f, 15.5311f, 11.552f, 15.5311f, 12.0887f)
|
||||||
|
close()
|
||||||
|
moveTo(14.5361f, 12.0887f)
|
||||||
|
curveTo(14.5361f, 11.6487f, 14.4761f, 11.2537f, 14.3561f, 10.9037f)
|
||||||
|
curveTo(14.2361f, 10.5537f, 14.0661f, 10.2587f, 13.8461f, 10.0187f)
|
||||||
|
curveTo(13.6261f, 9.7754f, 13.3594f, 9.5887f, 13.0461f, 9.4587f)
|
||||||
|
curveTo(12.7328f, 9.3287f, 12.3828f, 9.2637f, 11.9961f, 9.2637f)
|
||||||
|
curveTo(11.6128f, 9.2637f, 11.2644f, 9.3287f, 10.9511f, 9.4587f)
|
||||||
|
curveTo(10.6378f, 9.5887f, 10.3694f, 9.7754f, 10.1461f, 10.0187f)
|
||||||
|
curveTo(9.9261f, 10.2587f, 9.7561f, 10.5537f, 9.6361f, 10.9037f)
|
||||||
|
curveTo(9.5161f, 11.2537f, 9.4561f, 11.6487f, 9.4561f, 12.0887f)
|
||||||
|
curveTo(9.4561f, 12.5287f, 9.5161f, 12.9237f, 9.6361f, 13.2737f)
|
||||||
|
curveTo(9.7561f, 13.6204f, 9.9261f, 13.9154f, 10.1461f, 14.1587f)
|
||||||
|
curveTo(10.3694f, 14.3987f, 10.6378f, 14.5837f, 10.9511f, 14.7137f)
|
||||||
|
curveTo(11.2644f, 14.8404f, 11.6128f, 14.9037f, 11.9961f, 14.9037f)
|
||||||
|
curveTo(12.3828f, 14.9037f, 12.7328f, 14.8404f, 13.0461f, 14.7137f)
|
||||||
|
curveTo(13.3594f, 14.5837f, 13.6261f, 14.3987f, 13.8461f, 14.1587f)
|
||||||
|
curveTo(14.0661f, 13.9154f, 14.2361f, 13.6204f, 14.3561f, 13.2737f)
|
||||||
|
curveTo(14.4761f, 12.9237f, 14.5361f, 12.5287f, 14.5361f, 12.0887f)
|
||||||
|
close()
|
||||||
|
moveTo(18.8339f, 12.2187f)
|
||||||
|
curveTo(19.1106f, 12.2187f, 19.3539f, 12.182f, 19.5639f, 12.1087f)
|
||||||
|
curveTo(19.7772f, 12.0354f, 19.9556f, 11.9337f, 20.0989f, 11.8037f)
|
||||||
|
curveTo(20.2456f, 11.6704f, 20.3556f, 11.512f, 20.4289f, 11.3287f)
|
||||||
|
curveTo(20.5022f, 11.1454f, 20.5389f, 10.9437f, 20.5389f, 10.7237f)
|
||||||
|
curveTo(20.5389f, 10.267f, 20.3972f, 9.9104f, 20.1139f, 9.6537f)
|
||||||
|
curveTo(19.8339f, 9.397f, 19.4072f, 9.2687f, 18.8339f, 9.2687f)
|
||||||
|
horizontalLineTo(17.6839f)
|
||||||
|
verticalLineTo(12.2187f)
|
||||||
|
horizontalLineTo(18.8339f)
|
||||||
|
close()
|
||||||
|
moveTo(18.8339f, 8.5037f)
|
||||||
|
curveTo(19.2872f, 8.5037f, 19.6806f, 8.557f, 20.0139f, 8.6637f)
|
||||||
|
curveTo(20.3506f, 8.767f, 20.6289f, 8.9154f, 20.8489f, 9.1087f)
|
||||||
|
curveTo(21.0689f, 9.302f, 21.2322f, 9.5354f, 21.3389f, 9.8087f)
|
||||||
|
curveTo(21.4489f, 10.082f, 21.5039f, 10.387f, 21.5039f, 10.7237f)
|
||||||
|
curveTo(21.5039f, 11.057f, 21.4456f, 11.362f, 21.3289f, 11.6387f)
|
||||||
|
curveTo(21.2122f, 11.9154f, 21.0406f, 12.1537f, 20.8139f, 12.3537f)
|
||||||
|
curveTo(20.5906f, 12.5537f, 20.3122f, 12.7104f, 19.9789f, 12.8237f)
|
||||||
|
curveTo(19.6489f, 12.9337f, 19.2672f, 12.9887f, 18.8339f, 12.9887f)
|
||||||
|
horizontalLineTo(17.6839f)
|
||||||
|
verticalLineTo(15.6687f)
|
||||||
|
horizontalLineTo(16.7189f)
|
||||||
|
verticalLineTo(8.5037f)
|
||||||
|
horizontalLineTo(18.8339f)
|
||||||
|
close()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.build()
|
||||||
|
return _pop!!
|
||||||
|
}
|
||||||
|
|
||||||
|
private var _pop: ImageVector? = null
|
@ -0,0 +1,65 @@
|
|||||||
|
/*
|
||||||
|
* Unitto is a unit converter for Android
|
||||||
|
* Copyright (c) 2024 Elshan Agaev
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.sadellie.unitto.core.ui.common.icons.iconpack
|
||||||
|
|
||||||
|
import androidx.compose.ui.graphics.Color
|
||||||
|
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
||||||
|
import androidx.compose.ui.graphics.SolidColor
|
||||||
|
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
|
||||||
|
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
||||||
|
import androidx.compose.ui.graphics.vector.path
|
||||||
|
import androidx.compose.ui.unit.dp
|
||||||
|
import com.sadellie.unitto.core.ui.common.icons.IconPack
|
||||||
|
|
||||||
|
@Suppress("UnusedReceiverParameter")
|
||||||
|
val IconPack.Power: ImageVector
|
||||||
|
get() {
|
||||||
|
if (_power != null) {
|
||||||
|
return _power!!
|
||||||
|
}
|
||||||
|
_power = Builder(name = "Power", defaultWidth = 24.0.dp, defaultHeight = 24.0.dp,
|
||||||
|
viewportWidth = 24.0f, viewportHeight = 24.0f).apply {
|
||||||
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
|
pathFillType = NonZero) {
|
||||||
|
moveTo(14.2396f, 12.1887f)
|
||||||
|
horizontalLineTo(13.5896f)
|
||||||
|
curveTo(13.5329f, 12.1887f, 13.4829f, 12.1737f, 13.4396f, 12.1437f)
|
||||||
|
curveTo(13.3996f, 12.1104f, 13.3679f, 12.0687f, 13.3446f, 12.0187f)
|
||||||
|
lineTo(12.1946f, 9.8037f)
|
||||||
|
curveTo(12.1079f, 9.627f, 12.0413f, 9.4654f, 11.9946f, 9.3187f)
|
||||||
|
curveTo(11.9713f, 9.3954f, 11.9446f, 9.4737f, 11.9146f, 9.5537f)
|
||||||
|
curveTo(11.8846f, 9.6337f, 11.8513f, 9.717f, 11.8146f, 9.8037f)
|
||||||
|
lineTo(10.6996f, 12.0187f)
|
||||||
|
curveTo(10.6796f, 12.0654f, 10.6479f, 12.1054f, 10.6046f, 12.1387f)
|
||||||
|
curveTo(10.5613f, 12.172f, 10.5063f, 12.1887f, 10.4396f, 12.1887f)
|
||||||
|
horizontalLineTo(9.7596f)
|
||||||
|
lineTo(11.6996f, 8.5037f)
|
||||||
|
horizontalLineTo(12.2746f)
|
||||||
|
lineTo(14.2396f, 12.1887f)
|
||||||
|
close()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.build()
|
||||||
|
return _power!!
|
||||||
|
}
|
||||||
|
|
||||||
|
private var _power: ImageVector? = null
|
@ -0,0 +1,127 @@
|
|||||||
|
/*
|
||||||
|
* Unitto is a unit converter for Android
|
||||||
|
* Copyright (c) 2024 Elshan Agaev
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.sadellie.unitto.core.ui.common.icons.iconpack
|
||||||
|
|
||||||
|
import androidx.compose.ui.graphics.Color
|
||||||
|
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
||||||
|
import androidx.compose.ui.graphics.SolidColor
|
||||||
|
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
|
||||||
|
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
||||||
|
import androidx.compose.ui.graphics.vector.path
|
||||||
|
import androidx.compose.ui.unit.dp
|
||||||
|
import com.sadellie.unitto.core.ui.common.icons.IconPack
|
||||||
|
|
||||||
|
@Suppress("UnusedReceiverParameter")
|
||||||
|
val IconPack.Power10: ImageVector
|
||||||
|
get() {
|
||||||
|
if (_power10 != null) {
|
||||||
|
return _power10!!
|
||||||
|
}
|
||||||
|
_power10 = Builder(name = "Power10", defaultWidth = 24.0.dp, defaultHeight = 24.0.dp,
|
||||||
|
viewportWidth = 24.0f, viewportHeight = 24.0f).apply {
|
||||||
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
|
pathFillType = NonZero) {
|
||||||
|
moveTo(10.5634f, 14.9887f)
|
||||||
|
verticalLineTo(15.6687f)
|
||||||
|
horizontalLineTo(6.7234f)
|
||||||
|
verticalLineTo(14.9887f)
|
||||||
|
horizontalLineTo(8.2584f)
|
||||||
|
verticalLineTo(10.1037f)
|
||||||
|
curveTo(8.2584f, 9.957f, 8.2634f, 9.8087f, 8.2734f, 9.6587f)
|
||||||
|
lineTo(6.9984f, 10.7537f)
|
||||||
|
curveTo(6.9551f, 10.7904f, 6.9118f, 10.8137f, 6.8684f, 10.8237f)
|
||||||
|
curveTo(6.8251f, 10.8304f, 6.7851f, 10.8304f, 6.7484f, 10.8237f)
|
||||||
|
curveTo(6.7118f, 10.817f, 6.6768f, 10.8037f, 6.6434f, 10.7837f)
|
||||||
|
curveTo(6.6134f, 10.7637f, 6.5901f, 10.742f, 6.5734f, 10.7187f)
|
||||||
|
lineTo(6.2934f, 10.3337f)
|
||||||
|
lineTo(8.4284f, 8.4887f)
|
||||||
|
horizontalLineTo(9.1534f)
|
||||||
|
verticalLineTo(14.9887f)
|
||||||
|
horizontalLineTo(10.5634f)
|
||||||
|
close()
|
||||||
|
moveTo(16.5742f, 12.0887f)
|
||||||
|
curveTo(16.5742f, 12.7154f, 16.5059f, 13.2587f, 16.3692f, 13.7187f)
|
||||||
|
curveTo(16.2359f, 14.1754f, 16.0526f, 14.5537f, 15.8192f, 14.8537f)
|
||||||
|
curveTo(15.5859f, 15.1537f, 15.3092f, 15.377f, 14.9892f, 15.5237f)
|
||||||
|
curveTo(14.6726f, 15.6704f, 14.3326f, 15.7437f, 13.9692f, 15.7437f)
|
||||||
|
curveTo(13.6026f, 15.7437f, 13.2609f, 15.6704f, 12.9442f, 15.5237f)
|
||||||
|
curveTo(12.6309f, 15.377f, 12.3576f, 15.1537f, 12.1242f, 14.8537f)
|
||||||
|
curveTo(11.8909f, 14.5537f, 11.7076f, 14.1754f, 11.5742f, 13.7187f)
|
||||||
|
curveTo(11.4409f, 13.2587f, 11.3742f, 12.7154f, 11.3742f, 12.0887f)
|
||||||
|
curveTo(11.3742f, 11.462f, 11.4409f, 10.9187f, 11.5742f, 10.4587f)
|
||||||
|
curveTo(11.7076f, 9.9987f, 11.8909f, 9.6187f, 12.1242f, 9.3187f)
|
||||||
|
curveTo(12.3576f, 9.0154f, 12.6309f, 8.7904f, 12.9442f, 8.6437f)
|
||||||
|
curveTo(13.2609f, 8.497f, 13.6026f, 8.4237f, 13.9692f, 8.4237f)
|
||||||
|
curveTo(14.3326f, 8.4237f, 14.6726f, 8.497f, 14.9892f, 8.6437f)
|
||||||
|
curveTo(15.3092f, 8.7904f, 15.5859f, 9.0154f, 15.8192f, 9.3187f)
|
||||||
|
curveTo(16.0526f, 9.6187f, 16.2359f, 9.9987f, 16.3692f, 10.4587f)
|
||||||
|
curveTo(16.5059f, 10.9187f, 16.5742f, 11.462f, 16.5742f, 12.0887f)
|
||||||
|
close()
|
||||||
|
moveTo(15.6492f, 12.0887f)
|
||||||
|
curveTo(15.6492f, 11.542f, 15.6026f, 11.0837f, 15.5092f, 10.7137f)
|
||||||
|
curveTo(15.4192f, 10.3404f, 15.2959f, 10.0404f, 15.1392f, 9.8137f)
|
||||||
|
curveTo(14.9859f, 9.587f, 14.8076f, 9.4254f, 14.6042f, 9.3287f)
|
||||||
|
curveTo(14.4009f, 9.2287f, 14.1892f, 9.1787f, 13.9692f, 9.1787f)
|
||||||
|
curveTo(13.7492f, 9.1787f, 13.5376f, 9.2287f, 13.3342f, 9.3287f)
|
||||||
|
curveTo(13.1309f, 9.4254f, 12.9526f, 9.587f, 12.7992f, 9.8137f)
|
||||||
|
curveTo(12.6459f, 10.0404f, 12.5226f, 10.3404f, 12.4292f, 10.7137f)
|
||||||
|
curveTo(12.3392f, 11.0837f, 12.2942f, 11.542f, 12.2942f, 12.0887f)
|
||||||
|
curveTo(12.2942f, 12.6354f, 12.3392f, 13.0937f, 12.4292f, 13.4637f)
|
||||||
|
curveTo(12.5226f, 13.8337f, 12.6459f, 14.132f, 12.7992f, 14.3587f)
|
||||||
|
curveTo(12.9526f, 14.5854f, 13.1309f, 14.7487f, 13.3342f, 14.8487f)
|
||||||
|
curveTo(13.5376f, 14.9454f, 13.7492f, 14.9937f, 13.9692f, 14.9937f)
|
||||||
|
curveTo(14.1892f, 14.9937f, 14.4009f, 14.9454f, 14.6042f, 14.8487f)
|
||||||
|
curveTo(14.8076f, 14.7487f, 14.9859f, 14.5854f, 15.1392f, 14.3587f)
|
||||||
|
curveTo(15.2959f, 14.132f, 15.4192f, 13.8337f, 15.5092f, 13.4637f)
|
||||||
|
curveTo(15.6026f, 13.0937f, 15.6492f, 12.6354f, 15.6492f, 12.0887f)
|
||||||
|
close()
|
||||||
|
moveTo(19.405f, 11.0937f)
|
||||||
|
horizontalLineTo(18.8f)
|
||||||
|
curveTo(18.7533f, 11.0937f, 18.715f, 11.082f, 18.685f, 11.0587f)
|
||||||
|
curveTo(18.6583f, 11.0354f, 18.6367f, 11.0087f, 18.62f, 10.9787f)
|
||||||
|
lineTo(18.07f, 10.0737f)
|
||||||
|
curveTo(18.0533f, 10.1404f, 18.0333f, 10.197f, 18.01f, 10.2437f)
|
||||||
|
lineTo(17.535f, 10.9787f)
|
||||||
|
curveTo(17.5183f, 11.0087f, 17.495f, 11.0354f, 17.465f, 11.0587f)
|
||||||
|
curveTo(17.4383f, 11.082f, 17.4033f, 11.0937f, 17.36f, 11.0937f)
|
||||||
|
horizontalLineTo(16.795f)
|
||||||
|
lineTo(17.675f, 9.7587f)
|
||||||
|
lineTo(16.83f, 8.5037f)
|
||||||
|
horizontalLineTo(17.44f)
|
||||||
|
curveTo(17.4867f, 8.5037f, 17.52f, 8.5104f, 17.54f, 8.5237f)
|
||||||
|
curveTo(17.5633f, 8.537f, 17.5833f, 8.5587f, 17.6f, 8.5887f)
|
||||||
|
lineTo(18.145f, 9.4587f)
|
||||||
|
curveTo(18.155f, 9.4254f, 18.165f, 9.3937f, 18.175f, 9.3637f)
|
||||||
|
curveTo(18.185f, 9.3337f, 18.1983f, 9.302f, 18.215f, 9.2687f)
|
||||||
|
lineTo(18.645f, 8.5987f)
|
||||||
|
curveTo(18.675f, 8.5354f, 18.7233f, 8.5037f, 18.79f, 8.5037f)
|
||||||
|
horizontalLineTo(19.37f)
|
||||||
|
lineTo(18.525f, 9.7337f)
|
||||||
|
lineTo(19.405f, 11.0937f)
|
||||||
|
close()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.build()
|
||||||
|
return _power10!!
|
||||||
|
}
|
||||||
|
|
||||||
|
private var _power10: ImageVector? = null
|
@ -0,0 +1,130 @@
|
|||||||
|
/*
|
||||||
|
* Unitto is a unit converter for Android
|
||||||
|
* Copyright (c) 2024 Elshan Agaev
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.sadellie.unitto.core.ui.common.icons.iconpack
|
||||||
|
|
||||||
|
import androidx.compose.ui.graphics.Color
|
||||||
|
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
||||||
|
import androidx.compose.ui.graphics.SolidColor
|
||||||
|
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
|
||||||
|
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
||||||
|
import androidx.compose.ui.graphics.vector.path
|
||||||
|
import androidx.compose.ui.unit.dp
|
||||||
|
import com.sadellie.unitto.core.ui.common.icons.IconPack
|
||||||
|
|
||||||
|
@Suppress("UnusedReceiverParameter")
|
||||||
|
val IconPack.Rad: ImageVector
|
||||||
|
get() {
|
||||||
|
if (_rad != null) {
|
||||||
|
return _rad!!
|
||||||
|
}
|
||||||
|
_rad = Builder(name = "Rad", defaultWidth = 24.0.dp, defaultHeight = 24.0.dp, viewportWidth
|
||||||
|
= 24.0f, viewportHeight = 24.0f).apply {
|
||||||
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
|
pathFillType = NonZero) {
|
||||||
|
moveTo(5.2777f, 11.9737f)
|
||||||
|
curveTo(5.5577f, 11.9737f, 5.8044f, 11.9404f, 6.0177f, 11.8737f)
|
||||||
|
curveTo(6.2344f, 11.8037f, 6.4144f, 11.707f, 6.5577f, 11.5837f)
|
||||||
|
curveTo(6.7044f, 11.457f, 6.8144f, 11.307f, 6.8877f, 11.1337f)
|
||||||
|
curveTo(6.9611f, 10.9604f, 6.9977f, 10.7687f, 6.9977f, 10.5587f)
|
||||||
|
curveTo(6.9977f, 10.132f, 6.8577f, 9.8104f, 6.5777f, 9.5937f)
|
||||||
|
curveTo(6.2977f, 9.377f, 5.8777f, 9.2687f, 5.3177f, 9.2687f)
|
||||||
|
horizontalLineTo(4.2577f)
|
||||||
|
verticalLineTo(11.9737f)
|
||||||
|
horizontalLineTo(5.2777f)
|
||||||
|
close()
|
||||||
|
moveTo(8.5877f, 15.6687f)
|
||||||
|
horizontalLineTo(7.7277f)
|
||||||
|
curveTo(7.5511f, 15.6687f, 7.4211f, 15.6004f, 7.3377f, 15.4637f)
|
||||||
|
lineTo(5.4777f, 12.9037f)
|
||||||
|
curveTo(5.4211f, 12.8237f, 5.3594f, 12.767f, 5.2927f, 12.7337f)
|
||||||
|
curveTo(5.2294f, 12.697f, 5.1294f, 12.6787f, 4.9927f, 12.6787f)
|
||||||
|
horizontalLineTo(4.2577f)
|
||||||
|
verticalLineTo(15.6687f)
|
||||||
|
horizontalLineTo(3.2927f)
|
||||||
|
verticalLineTo(8.5037f)
|
||||||
|
horizontalLineTo(5.3177f)
|
||||||
|
curveTo(5.7711f, 8.5037f, 6.1627f, 8.5504f, 6.4927f, 8.6437f)
|
||||||
|
curveTo(6.8227f, 8.7337f, 7.0944f, 8.8654f, 7.3077f, 9.0387f)
|
||||||
|
curveTo(7.5244f, 9.212f, 7.6844f, 9.422f, 7.7877f, 9.6687f)
|
||||||
|
curveTo(7.8911f, 9.912f, 7.9427f, 10.1854f, 7.9427f, 10.4887f)
|
||||||
|
curveTo(7.9427f, 10.742f, 7.9027f, 10.9787f, 7.8227f, 11.1987f)
|
||||||
|
curveTo(7.7427f, 11.4187f, 7.6261f, 11.617f, 7.4727f, 11.7937f)
|
||||||
|
curveTo(7.3227f, 11.967f, 7.1377f, 12.1154f, 6.9177f, 12.2387f)
|
||||||
|
curveTo(6.7011f, 12.362f, 6.4544f, 12.4554f, 6.1777f, 12.5187f)
|
||||||
|
curveTo(6.3011f, 12.5887f, 6.4077f, 12.6904f, 6.4977f, 12.8237f)
|
||||||
|
lineTo(8.5877f, 15.6687f)
|
||||||
|
close()
|
||||||
|
moveTo(13.1673f, 13.0087f)
|
||||||
|
lineTo(12.0423f, 10.0937f)
|
||||||
|
curveTo(12.0089f, 10.007f, 11.9739f, 9.907f, 11.9373f, 9.7937f)
|
||||||
|
curveTo(11.9006f, 9.677f, 11.8656f, 9.5537f, 11.8323f, 9.4237f)
|
||||||
|
curveTo(11.7623f, 9.6937f, 11.6906f, 9.9187f, 11.6173f, 10.0987f)
|
||||||
|
lineTo(10.4923f, 13.0087f)
|
||||||
|
horizontalLineTo(13.1673f)
|
||||||
|
close()
|
||||||
|
moveTo(15.1873f, 15.6687f)
|
||||||
|
horizontalLineTo(14.4373f)
|
||||||
|
curveTo(14.3506f, 15.6687f, 14.2806f, 15.647f, 14.2273f, 15.6037f)
|
||||||
|
curveTo(14.1739f, 15.5604f, 14.1339f, 15.5054f, 14.1073f, 15.4387f)
|
||||||
|
lineTo(13.4373f, 13.7087f)
|
||||||
|
horizontalLineTo(10.2223f)
|
||||||
|
lineTo(9.5523f, 15.4387f)
|
||||||
|
curveTo(9.5323f, 15.4987f, 9.4939f, 15.552f, 9.4373f, 15.5987f)
|
||||||
|
curveTo(9.3806f, 15.6454f, 9.3106f, 15.6687f, 9.2273f, 15.6687f)
|
||||||
|
horizontalLineTo(8.4773f)
|
||||||
|
lineTo(11.3423f, 8.5037f)
|
||||||
|
horizontalLineTo(12.3223f)
|
||||||
|
lineTo(15.1873f, 15.6687f)
|
||||||
|
close()
|
||||||
|
moveTo(22.1398f, 12.0887f)
|
||||||
|
curveTo(22.1398f, 12.6254f, 22.0548f, 13.1137f, 21.8848f, 13.5537f)
|
||||||
|
curveTo(21.7148f, 13.9937f, 21.4748f, 14.3704f, 21.1648f, 14.6837f)
|
||||||
|
curveTo(20.8548f, 14.997f, 20.4815f, 15.2404f, 20.0448f, 15.4137f)
|
||||||
|
curveTo(19.6115f, 15.5837f, 19.1315f, 15.6687f, 18.6048f, 15.6687f)
|
||||||
|
horizontalLineTo(15.9298f)
|
||||||
|
verticalLineTo(8.5037f)
|
||||||
|
horizontalLineTo(18.6048f)
|
||||||
|
curveTo(19.1315f, 8.5037f, 19.6115f, 8.5904f, 20.0448f, 8.7637f)
|
||||||
|
curveTo(20.4815f, 8.9337f, 20.8548f, 9.177f, 21.1648f, 9.4937f)
|
||||||
|
curveTo(21.4748f, 9.807f, 21.7148f, 10.1837f, 21.8848f, 10.6237f)
|
||||||
|
curveTo(22.0548f, 11.0637f, 22.1398f, 11.552f, 22.1398f, 12.0887f)
|
||||||
|
close()
|
||||||
|
moveTo(21.1448f, 12.0887f)
|
||||||
|
curveTo(21.1448f, 11.6487f, 21.0848f, 11.2554f, 20.9648f, 10.9087f)
|
||||||
|
curveTo(20.8448f, 10.562f, 20.6748f, 10.2687f, 20.4548f, 10.0287f)
|
||||||
|
curveTo(20.2348f, 9.7887f, 19.9682f, 9.6054f, 19.6548f, 9.4787f)
|
||||||
|
curveTo(19.3415f, 9.352f, 18.9915f, 9.2887f, 18.6048f, 9.2887f)
|
||||||
|
horizontalLineTo(16.8998f)
|
||||||
|
verticalLineTo(14.8837f)
|
||||||
|
horizontalLineTo(18.6048f)
|
||||||
|
curveTo(18.9915f, 14.8837f, 19.3415f, 14.8204f, 19.6548f, 14.6937f)
|
||||||
|
curveTo(19.9682f, 14.567f, 20.2348f, 14.3854f, 20.4548f, 14.1487f)
|
||||||
|
curveTo(20.6748f, 13.9087f, 20.8448f, 13.6154f, 20.9648f, 13.2687f)
|
||||||
|
curveTo(21.0848f, 12.922f, 21.1448f, 12.5287f, 21.1448f, 12.0887f)
|
||||||
|
close()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.build()
|
||||||
|
return _rad!!
|
||||||
|
}
|
||||||
|
|
||||||
|
private var _rad: ImageVector? = null
|
@ -0,0 +1,73 @@
|
|||||||
|
/*
|
||||||
|
* Unitto is a unit converter for Android
|
||||||
|
* Copyright (c) 2024 Elshan Agaev
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.sadellie.unitto.core.ui.common.icons.iconpack
|
||||||
|
|
||||||
|
import androidx.compose.ui.graphics.Color
|
||||||
|
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
||||||
|
import androidx.compose.ui.graphics.SolidColor
|
||||||
|
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
|
||||||
|
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
||||||
|
import androidx.compose.ui.graphics.vector.path
|
||||||
|
import androidx.compose.ui.unit.dp
|
||||||
|
import com.sadellie.unitto.core.ui.common.icons.IconPack
|
||||||
|
|
||||||
|
@Suppress("UnusedReceiverParameter")
|
||||||
|
val IconPack.RightBracket: ImageVector
|
||||||
|
get() {
|
||||||
|
if (_rightBracket != null) {
|
||||||
|
return _rightBracket!!
|
||||||
|
}
|
||||||
|
_rightBracket = Builder(name = "RightBracket", defaultWidth = 24.0.dp, defaultHeight =
|
||||||
|
24.0.dp, viewportWidth = 24.0f, viewportHeight = 24.0f).apply {
|
||||||
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
|
pathFillType = NonZero) {
|
||||||
|
moveTo(12.0562f, 12.1688f)
|
||||||
|
curveTo(12.0562f, 12.7178f, 11.9882f, 13.255f, 11.8523f, 13.7805f)
|
||||||
|
curveTo(11.7163f, 14.3033f, 11.5189f, 14.7961f, 11.2601f, 15.2588f)
|
||||||
|
curveTo(11.2366f, 15.3059f, 11.2222f, 15.3477f, 11.217f, 15.3843f)
|
||||||
|
curveTo(11.2118f, 15.4209f, 11.2144f, 15.4523f, 11.2248f, 15.4784f)
|
||||||
|
curveTo(11.2353f, 15.5072f, 11.251f, 15.5307f, 11.2719f, 15.549f)
|
||||||
|
curveTo(11.2902f, 15.5673f, 11.3111f, 15.5843f, 11.3346f, 15.6f)
|
||||||
|
lineTo(11.7072f, 15.8313f)
|
||||||
|
curveTo(11.9032f, 15.5307f, 12.0692f, 15.2314f, 12.2052f, 14.9334f)
|
||||||
|
curveTo(12.3411f, 14.638f, 12.4522f, 14.3399f, 12.5385f, 14.0393f)
|
||||||
|
curveTo(12.6247f, 13.7361f, 12.6875f, 13.4302f, 12.7267f, 13.1217f)
|
||||||
|
curveTo(12.7659f, 12.8106f, 12.7855f, 12.493f, 12.7855f, 12.1688f)
|
||||||
|
curveTo(12.7855f, 11.8473f, 12.7659f, 11.5323f, 12.7267f, 11.2238f)
|
||||||
|
curveTo(12.6875f, 10.9127f, 12.6247f, 10.6069f, 12.5385f, 10.3062f)
|
||||||
|
curveTo(12.4522f, 10.003f, 12.3411f, 9.7023f, 12.2052f, 9.4043f)
|
||||||
|
curveTo(12.0692f, 9.1063f, 11.9032f, 8.807f, 11.7072f, 8.5063f)
|
||||||
|
lineTo(11.3346f, 8.7377f)
|
||||||
|
curveTo(11.3111f, 8.7534f, 11.2902f, 8.7704f, 11.2719f, 8.7887f)
|
||||||
|
curveTo(11.251f, 8.807f, 11.2353f, 8.8305f, 11.2248f, 8.8593f)
|
||||||
|
curveTo(11.2144f, 8.8854f, 11.2118f, 8.9168f, 11.217f, 8.9534f)
|
||||||
|
curveTo(11.2222f, 8.99f, 11.2366f, 9.0318f, 11.2601f, 9.0789f)
|
||||||
|
curveTo(11.5189f, 9.5442f, 11.7163f, 10.0383f, 11.8523f, 10.5611f)
|
||||||
|
curveTo(11.9882f, 11.084f, 12.0562f, 11.6199f, 12.0562f, 12.1688f)
|
||||||
|
close()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.build()
|
||||||
|
return _rightBracket!!
|
||||||
|
}
|
||||||
|
|
||||||
|
private var _rightBracket: ImageVector? = null
|
@ -0,0 +1,70 @@
|
|||||||
|
/*
|
||||||
|
* Unitto is a unit converter for Android
|
||||||
|
* Copyright (c) 2024 Elshan Agaev
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.sadellie.unitto.core.ui.common.icons.iconpack
|
||||||
|
|
||||||
|
import androidx.compose.ui.graphics.Color
|
||||||
|
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
||||||
|
import androidx.compose.ui.graphics.SolidColor
|
||||||
|
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
|
||||||
|
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
||||||
|
import androidx.compose.ui.graphics.vector.path
|
||||||
|
import androidx.compose.ui.unit.dp
|
||||||
|
import com.sadellie.unitto.core.ui.common.icons.IconPack
|
||||||
|
|
||||||
|
@Suppress("UnusedReceiverParameter")
|
||||||
|
val IconPack.Root: ImageVector
|
||||||
|
get() {
|
||||||
|
if (_root != null) {
|
||||||
|
return _root!!
|
||||||
|
}
|
||||||
|
_root = Builder(name = "Root", defaultWidth = 24.0.dp, defaultHeight = 24.0.dp,
|
||||||
|
viewportWidth = 24.0f, viewportHeight = 24.0f).apply {
|
||||||
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
|
pathFillType = NonZero) {
|
||||||
|
moveTo(15.5551f, 7.1087f)
|
||||||
|
lineTo(12.7901f, 15.6687f)
|
||||||
|
horizontalLineTo(12.0401f)
|
||||||
|
lineTo(10.7901f, 12.3537f)
|
||||||
|
horizontalLineTo(9.9351f)
|
||||||
|
curveTo(9.8418f, 12.3537f, 9.7601f, 12.327f, 9.6901f, 12.2737f)
|
||||||
|
curveTo(9.6235f, 12.217f, 9.5901f, 12.1204f, 9.5901f, 11.9837f)
|
||||||
|
verticalLineTo(11.6987f)
|
||||||
|
horizontalLineTo(11.2651f)
|
||||||
|
curveTo(11.3418f, 11.6987f, 11.4035f, 11.717f, 11.4501f, 11.7537f)
|
||||||
|
curveTo(11.4968f, 11.7904f, 11.5285f, 11.8337f, 11.5451f, 11.8837f)
|
||||||
|
lineTo(12.2901f, 13.9387f)
|
||||||
|
curveTo(12.3268f, 14.0487f, 12.3551f, 14.1587f, 12.3751f, 14.2687f)
|
||||||
|
curveTo(12.3985f, 14.3787f, 12.4185f, 14.4904f, 12.4351f, 14.6037f)
|
||||||
|
curveTo(12.4518f, 14.5137f, 12.4685f, 14.4237f, 12.4851f, 14.3337f)
|
||||||
|
curveTo(12.5051f, 14.2404f, 12.5285f, 14.1454f, 12.5551f, 14.0487f)
|
||||||
|
lineTo(14.7201f, 7.2937f)
|
||||||
|
curveTo(14.7368f, 7.2404f, 14.7685f, 7.197f, 14.8151f, 7.1637f)
|
||||||
|
curveTo(14.8618f, 7.127f, 14.9168f, 7.1087f, 14.9801f, 7.1087f)
|
||||||
|
horizontalLineTo(15.5551f)
|
||||||
|
close()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.build()
|
||||||
|
return _root!!
|
||||||
|
}
|
||||||
|
|
||||||
|
private var _root: ImageVector? = null
|
@ -0,0 +1,147 @@
|
|||||||
|
/*
|
||||||
|
* Unitto is a unit converter for Android
|
||||||
|
* Copyright (c) 2024 Elshan Agaev
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.sadellie.unitto.core.ui.common.icons.iconpack
|
||||||
|
|
||||||
|
import androidx.compose.ui.graphics.Color
|
||||||
|
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
||||||
|
import androidx.compose.ui.graphics.SolidColor
|
||||||
|
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
|
||||||
|
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
||||||
|
import androidx.compose.ui.graphics.vector.path
|
||||||
|
import androidx.compose.ui.unit.dp
|
||||||
|
import com.sadellie.unitto.core.ui.common.icons.IconPack
|
||||||
|
|
||||||
|
@Suppress("UnusedReceiverParameter")
|
||||||
|
val IconPack.Sin: ImageVector
|
||||||
|
get() {
|
||||||
|
if (_sin != null) {
|
||||||
|
return _sin!!
|
||||||
|
}
|
||||||
|
_sin = Builder(name = "Sin", defaultWidth = 24.0.dp, defaultHeight = 24.0.dp, viewportWidth
|
||||||
|
= 24.0f, viewportHeight = 24.0f).apply {
|
||||||
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
|
pathFillType = NonZero) {
|
||||||
|
moveTo(9.7027f, 11.4387f)
|
||||||
|
curveTo(9.6627f, 11.512f, 9.601f, 11.5487f, 9.5177f, 11.5487f)
|
||||||
|
curveTo(9.4677f, 11.5487f, 9.411f, 11.5304f, 9.3477f, 11.4937f)
|
||||||
|
curveTo(9.2843f, 11.457f, 9.206f, 11.417f, 9.1127f, 11.3737f)
|
||||||
|
curveTo(9.0227f, 11.327f, 8.9143f, 11.2854f, 8.7877f, 11.2487f)
|
||||||
|
curveTo(8.661f, 11.2087f, 8.511f, 11.1887f, 8.3377f, 11.1887f)
|
||||||
|
curveTo(8.1877f, 11.1887f, 8.0527f, 11.2087f, 7.9327f, 11.2487f)
|
||||||
|
curveTo(7.8127f, 11.2854f, 7.7093f, 11.337f, 7.6227f, 11.4037f)
|
||||||
|
curveTo(7.5393f, 11.4704f, 7.4743f, 11.5487f, 7.4277f, 11.6387f)
|
||||||
|
curveTo(7.3843f, 11.7254f, 7.3627f, 11.8204f, 7.3627f, 11.9237f)
|
||||||
|
curveTo(7.3627f, 12.0537f, 7.3993f, 12.162f, 7.4727f, 12.2487f)
|
||||||
|
curveTo(7.5493f, 12.3354f, 7.6493f, 12.4104f, 7.7727f, 12.4737f)
|
||||||
|
curveTo(7.896f, 12.537f, 8.036f, 12.5937f, 8.1927f, 12.6437f)
|
||||||
|
curveTo(8.3493f, 12.6904f, 8.5093f, 12.742f, 8.6727f, 12.7987f)
|
||||||
|
curveTo(8.8393f, 12.852f, 9.001f, 12.912f, 9.1577f, 12.9787f)
|
||||||
|
curveTo(9.3143f, 13.0454f, 9.4543f, 13.1287f, 9.5777f, 13.2287f)
|
||||||
|
curveTo(9.701f, 13.3287f, 9.7993f, 13.452f, 9.8727f, 13.5987f)
|
||||||
|
curveTo(9.9493f, 13.742f, 9.9877f, 13.9154f, 9.9877f, 14.1187f)
|
||||||
|
curveTo(9.9877f, 14.352f, 9.946f, 14.5687f, 9.8627f, 14.7687f)
|
||||||
|
curveTo(9.7793f, 14.9654f, 9.656f, 15.137f, 9.4927f, 15.2837f)
|
||||||
|
curveTo(9.3293f, 15.427f, 9.1293f, 15.5404f, 8.8927f, 15.6237f)
|
||||||
|
curveTo(8.656f, 15.707f, 8.3827f, 15.7487f, 8.0727f, 15.7487f)
|
||||||
|
curveTo(7.7193f, 15.7487f, 7.3993f, 15.692f, 7.1127f, 15.5787f)
|
||||||
|
curveTo(6.826f, 15.462f, 6.5827f, 15.3137f, 6.3827f, 15.1337f)
|
||||||
|
lineTo(6.5927f, 14.7937f)
|
||||||
|
curveTo(6.6193f, 14.7504f, 6.651f, 14.717f, 6.6877f, 14.6937f)
|
||||||
|
curveTo(6.7243f, 14.6704f, 6.771f, 14.6587f, 6.8277f, 14.6587f)
|
||||||
|
curveTo(6.8877f, 14.6587f, 6.951f, 14.682f, 7.0177f, 14.7287f)
|
||||||
|
curveTo(7.0843f, 14.7754f, 7.1643f, 14.827f, 7.2577f, 14.8837f)
|
||||||
|
curveTo(7.3543f, 14.9404f, 7.471f, 14.992f, 7.6077f, 15.0387f)
|
||||||
|
curveTo(7.7443f, 15.0854f, 7.9143f, 15.1087f, 8.1177f, 15.1087f)
|
||||||
|
curveTo(8.291f, 15.1087f, 8.4427f, 15.087f, 8.5727f, 15.0437f)
|
||||||
|
curveTo(8.7027f, 14.997f, 8.811f, 14.9354f, 8.8977f, 14.8587f)
|
||||||
|
curveTo(8.9843f, 14.782f, 9.0477f, 14.6937f, 9.0877f, 14.5937f)
|
||||||
|
curveTo(9.131f, 14.4937f, 9.1527f, 14.387f, 9.1527f, 14.2737f)
|
||||||
|
curveTo(9.1527f, 14.1337f, 9.1143f, 14.0187f, 9.0377f, 13.9287f)
|
||||||
|
curveTo(8.9643f, 13.8354f, 8.866f, 13.757f, 8.7427f, 13.6937f)
|
||||||
|
curveTo(8.6193f, 13.627f, 8.4777f, 13.5704f, 8.3177f, 13.5237f)
|
||||||
|
curveTo(8.161f, 13.4737f, 7.9993f, 13.422f, 7.8327f, 13.3687f)
|
||||||
|
curveTo(7.6693f, 13.3154f, 7.5077f, 13.2554f, 7.3477f, 13.1887f)
|
||||||
|
curveTo(7.191f, 13.1187f, 7.051f, 13.032f, 6.9277f, 12.9287f)
|
||||||
|
curveTo(6.8043f, 12.8254f, 6.7043f, 12.6987f, 6.6277f, 12.5487f)
|
||||||
|
curveTo(6.5543f, 12.3954f, 6.5177f, 12.2104f, 6.5177f, 11.9937f)
|
||||||
|
curveTo(6.5177f, 11.8004f, 6.5577f, 11.6154f, 6.6377f, 11.4387f)
|
||||||
|
curveTo(6.7177f, 11.2587f, 6.8343f, 11.102f, 6.9877f, 10.9687f)
|
||||||
|
curveTo(7.141f, 10.832f, 7.3293f, 10.7237f, 7.5527f, 10.6437f)
|
||||||
|
curveTo(7.776f, 10.5637f, 8.031f, 10.5237f, 8.3177f, 10.5237f)
|
||||||
|
curveTo(8.651f, 10.5237f, 8.9493f, 10.577f, 9.2127f, 10.6837f)
|
||||||
|
curveTo(9.4793f, 10.787f, 9.7093f, 10.9304f, 9.9027f, 11.1137f)
|
||||||
|
lineTo(9.7027f, 11.4387f)
|
||||||
|
close()
|
||||||
|
moveTo(11.8188f, 10.6037f)
|
||||||
|
verticalLineTo(15.6687f)
|
||||||
|
horizontalLineTo(10.9288f)
|
||||||
|
verticalLineTo(10.6037f)
|
||||||
|
horizontalLineTo(11.8188f)
|
||||||
|
close()
|
||||||
|
moveTo(12.0088f, 9.0137f)
|
||||||
|
curveTo(12.0088f, 9.1004f, 11.9905f, 9.182f, 11.9538f, 9.2587f)
|
||||||
|
curveTo(11.9205f, 9.332f, 11.8738f, 9.3987f, 11.8138f, 9.4587f)
|
||||||
|
curveTo(11.7572f, 9.5154f, 11.6888f, 9.5604f, 11.6088f, 9.5937f)
|
||||||
|
curveTo(11.5322f, 9.627f, 11.4505f, 9.6437f, 11.3638f, 9.6437f)
|
||||||
|
curveTo(11.2772f, 9.6437f, 11.1955f, 9.627f, 11.1188f, 9.5937f)
|
||||||
|
curveTo(11.0455f, 9.5604f, 10.9805f, 9.5154f, 10.9238f, 9.4587f)
|
||||||
|
curveTo(10.8672f, 9.3987f, 10.8222f, 9.332f, 10.7888f, 9.2587f)
|
||||||
|
curveTo(10.7555f, 9.182f, 10.7388f, 9.1004f, 10.7388f, 9.0137f)
|
||||||
|
curveTo(10.7388f, 8.927f, 10.7555f, 8.8454f, 10.7888f, 8.7687f)
|
||||||
|
curveTo(10.8222f, 8.6887f, 10.8672f, 8.6204f, 10.9238f, 8.5637f)
|
||||||
|
curveTo(10.9805f, 8.5037f, 11.0455f, 8.457f, 11.1188f, 8.4237f)
|
||||||
|
curveTo(11.1955f, 8.3904f, 11.2772f, 8.3737f, 11.3638f, 8.3737f)
|
||||||
|
curveTo(11.4505f, 8.3737f, 11.5322f, 8.3904f, 11.6088f, 8.4237f)
|
||||||
|
curveTo(11.6888f, 8.457f, 11.7572f, 8.5037f, 11.8138f, 8.5637f)
|
||||||
|
curveTo(11.8738f, 8.6204f, 11.9205f, 8.6887f, 11.9538f, 8.7687f)
|
||||||
|
curveTo(11.9905f, 8.8454f, 12.0088f, 8.927f, 12.0088f, 9.0137f)
|
||||||
|
close()
|
||||||
|
moveTo(13.9212f, 11.3387f)
|
||||||
|
curveTo(14.0312f, 11.2154f, 14.1478f, 11.1037f, 14.2712f, 11.0037f)
|
||||||
|
curveTo(14.3945f, 10.9037f, 14.5245f, 10.8187f, 14.6612f, 10.7487f)
|
||||||
|
curveTo(14.8012f, 10.6754f, 14.9478f, 10.6204f, 15.1012f, 10.5837f)
|
||||||
|
curveTo(15.2578f, 10.5437f, 15.4262f, 10.5237f, 15.6062f, 10.5237f)
|
||||||
|
curveTo(15.8828f, 10.5237f, 16.1262f, 10.5704f, 16.3362f, 10.6637f)
|
||||||
|
curveTo(16.5495f, 10.7537f, 16.7262f, 10.8837f, 16.8662f, 11.0537f)
|
||||||
|
curveTo(17.0095f, 11.2204f, 17.1178f, 11.422f, 17.1912f, 11.6587f)
|
||||||
|
curveTo(17.2645f, 11.8954f, 17.3012f, 12.157f, 17.3012f, 12.4437f)
|
||||||
|
verticalLineTo(15.6687f)
|
||||||
|
horizontalLineTo(16.4062f)
|
||||||
|
verticalLineTo(12.4437f)
|
||||||
|
curveTo(16.4062f, 12.0604f, 16.3178f, 11.7637f, 16.1412f, 11.5537f)
|
||||||
|
curveTo(15.9678f, 11.3404f, 15.7028f, 11.2337f, 15.3462f, 11.2337f)
|
||||||
|
curveTo(15.0828f, 11.2337f, 14.8362f, 11.297f, 14.6062f, 11.4237f)
|
||||||
|
curveTo(14.3795f, 11.5504f, 14.1695f, 11.722f, 13.9762f, 11.9387f)
|
||||||
|
verticalLineTo(15.6687f)
|
||||||
|
horizontalLineTo(13.0812f)
|
||||||
|
verticalLineTo(10.6037f)
|
||||||
|
horizontalLineTo(13.6162f)
|
||||||
|
curveTo(13.7428f, 10.6037f, 13.8212f, 10.6654f, 13.8512f, 10.7887f)
|
||||||
|
lineTo(13.9212f, 11.3387f)
|
||||||
|
close()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.build()
|
||||||
|
return _sin!!
|
||||||
|
}
|
||||||
|
|
||||||
|
private var _sin: ImageVector? = null
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Unitto is a unit converter for Android
|
* Unitto is a unit converter for Android
|
||||||
* Copyright (c) 2023 Elshan Agaev
|
* Copyright (c) 2024 Elshan Agaev
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@ -16,7 +16,7 @@
|
|||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.sadellie.unitto.core.ui.common.key.unittoicons
|
package com.sadellie.unitto.core.ui.common.icons.iconpack
|
||||||
|
|
||||||
import androidx.compose.ui.graphics.Color
|
import androidx.compose.ui.graphics.Color
|
||||||
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
||||||
@ -27,40 +27,40 @@ import androidx.compose.ui.graphics.vector.ImageVector
|
|||||||
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
||||||
import androidx.compose.ui.graphics.vector.path
|
import androidx.compose.ui.graphics.vector.path
|
||||||
import androidx.compose.ui.unit.dp
|
import androidx.compose.ui.unit.dp
|
||||||
import com.sadellie.unitto.core.ui.common.key.UnittoIcons
|
import com.sadellie.unitto.core.ui.common.icons.IconPack
|
||||||
|
|
||||||
@Suppress("UnusedReceiverParameter")
|
@Suppress("UnusedReceiverParameter")
|
||||||
val UnittoIcons.Swap: ImageVector
|
val IconPack.Swap: ImageVector
|
||||||
get() {
|
get() {
|
||||||
if (_swap != null) {
|
if (_swap != null) {
|
||||||
return _swap!!
|
return _swap!!
|
||||||
}
|
}
|
||||||
_swap = Builder(name = "Swap", defaultWidth = 170.0.dp, defaultHeight = 170.0.dp,
|
_swap = Builder(name = "Swap", defaultWidth = 24.0.dp, defaultHeight = 24.0.dp,
|
||||||
viewportWidth = 170.0f, viewportHeight = 170.0f).apply {
|
viewportWidth = 24.0f, viewportHeight = 24.0f).apply {
|
||||||
path(fill = SolidColor(Color(0xFF1C1B1F)), stroke = null, strokeLineWidth = 0.0f,
|
path(fill = SolidColor(Color(0xFF1C1B1F)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
pathFillType = NonZero) {
|
pathFillType = NonZero) {
|
||||||
moveTo(66.2f, 89.8f)
|
moveTo(10.5454f, 12.5325f)
|
||||||
verticalLineTo(55.36f)
|
verticalLineTo(9.9234f)
|
||||||
lineTo(53.84f, 67.72f)
|
lineTo(9.609f, 10.8597f)
|
||||||
lineTo(47.0f, 61.0f)
|
lineTo(9.0908f, 10.3507f)
|
||||||
lineTo(71.0f, 37.0f)
|
lineTo(10.909f, 8.5325f)
|
||||||
lineTo(95.0f, 61.0f)
|
lineTo(12.7272f, 10.3507f)
|
||||||
lineTo(88.16f, 67.72f)
|
lineTo(12.209f, 10.8597f)
|
||||||
lineTo(75.8f, 55.36f)
|
lineTo(11.2726f, 9.9234f)
|
||||||
verticalLineTo(89.8f)
|
verticalLineTo(12.5325f)
|
||||||
horizontalLineTo(66.2f)
|
horizontalLineTo(10.5454f)
|
||||||
close()
|
close()
|
||||||
moveTo(99.8f, 133.0f)
|
moveTo(13.0908f, 15.8052f)
|
||||||
lineTo(75.8f, 109.0f)
|
lineTo(11.2726f, 13.987f)
|
||||||
lineTo(82.64f, 102.28f)
|
lineTo(11.7908f, 13.4779f)
|
||||||
lineTo(95.0f, 114.64f)
|
lineTo(12.7272f, 14.4143f)
|
||||||
verticalLineTo(80.2f)
|
verticalLineTo(11.8052f)
|
||||||
horizontalLineTo(104.6f)
|
horizontalLineTo(13.4545f)
|
||||||
verticalLineTo(114.64f)
|
verticalLineTo(14.4143f)
|
||||||
lineTo(116.96f, 102.28f)
|
lineTo(14.3908f, 13.4779f)
|
||||||
lineTo(123.8f, 109.0f)
|
lineTo(14.909f, 13.987f)
|
||||||
lineTo(99.8f, 133.0f)
|
lineTo(13.0908f, 15.8052f)
|
||||||
close()
|
close()
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -0,0 +1,66 @@
|
|||||||
|
/*
|
||||||
|
* Unitto is a unit converter for Android
|
||||||
|
* Copyright (c) 2024 Elshan Agaev
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.sadellie.unitto.core.ui.common.icons.iconpack
|
||||||
|
|
||||||
|
import androidx.compose.ui.graphics.Color
|
||||||
|
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
||||||
|
import androidx.compose.ui.graphics.SolidColor
|
||||||
|
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
|
||||||
|
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
||||||
|
import androidx.compose.ui.graphics.vector.path
|
||||||
|
import androidx.compose.ui.unit.dp
|
||||||
|
import com.sadellie.unitto.core.ui.common.icons.IconPack
|
||||||
|
|
||||||
|
@Suppress("UnusedReceiverParameter")
|
||||||
|
val IconPack.Tab: ImageVector
|
||||||
|
get() {
|
||||||
|
if (_tab != null) {
|
||||||
|
return _tab!!
|
||||||
|
}
|
||||||
|
_tab = Builder(name = "Tab", defaultWidth = 24.0.dp, defaultHeight = 24.0.dp, viewportWidth
|
||||||
|
= 24.0f, viewportHeight = 24.0f).apply {
|
||||||
|
path(fill = SolidColor(Color(0xFF1C1B1F)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
|
pathFillType = NonZero) {
|
||||||
|
moveTo(16.2929f, 15.3884f)
|
||||||
|
verticalLineTo(8.949f)
|
||||||
|
horizontalLineTo(17.3661f)
|
||||||
|
verticalLineTo(15.3884f)
|
||||||
|
horizontalLineTo(16.2929f)
|
||||||
|
close()
|
||||||
|
moveTo(12.0f, 15.3884f)
|
||||||
|
lineTo(11.2353f, 14.6371f)
|
||||||
|
lineTo(13.1671f, 12.7053f)
|
||||||
|
horizontalLineTo(6.6338f)
|
||||||
|
verticalLineTo(11.6321f)
|
||||||
|
horizontalLineTo(13.1671f)
|
||||||
|
lineTo(11.2487f, 9.7002f)
|
||||||
|
lineTo(12.0f, 8.949f)
|
||||||
|
lineTo(15.2196f, 12.1687f)
|
||||||
|
lineTo(12.0f, 15.3884f)
|
||||||
|
close()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.build()
|
||||||
|
return _tab!!
|
||||||
|
}
|
||||||
|
|
||||||
|
private var _tab: ImageVector? = null
|
@ -0,0 +1,151 @@
|
|||||||
|
/*
|
||||||
|
* Unitto is a unit converter for Android
|
||||||
|
* Copyright (c) 2024 Elshan Agaev
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.sadellie.unitto.core.ui.common.icons.iconpack
|
||||||
|
|
||||||
|
import androidx.compose.ui.graphics.Color
|
||||||
|
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
||||||
|
import androidx.compose.ui.graphics.SolidColor
|
||||||
|
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
|
||||||
|
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector
|
||||||
|
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
||||||
|
import androidx.compose.ui.graphics.vector.path
|
||||||
|
import androidx.compose.ui.unit.dp
|
||||||
|
import com.sadellie.unitto.core.ui.common.icons.IconPack
|
||||||
|
|
||||||
|
@Suppress("UnusedReceiverParameter")
|
||||||
|
val IconPack.Tan: ImageVector
|
||||||
|
get() {
|
||||||
|
if (_tan != null) {
|
||||||
|
return _tan!!
|
||||||
|
}
|
||||||
|
_tan = Builder(name = "Tan", defaultWidth = 24.0.dp, defaultHeight = 24.0.dp, viewportWidth
|
||||||
|
= 24.0f, viewportHeight = 24.0f).apply {
|
||||||
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
|
pathFillType = NonZero) {
|
||||||
|
moveTo(7.3946f, 15.7487f)
|
||||||
|
curveTo(6.9946f, 15.7487f, 6.6862f, 15.637f, 6.4696f, 15.4137f)
|
||||||
|
curveTo(6.2562f, 15.1904f, 6.1496f, 14.8687f, 6.1496f, 14.4487f)
|
||||||
|
verticalLineTo(11.3487f)
|
||||||
|
horizontalLineTo(5.5396f)
|
||||||
|
curveTo(5.4862f, 11.3487f, 5.4412f, 11.3337f, 5.4046f, 11.3037f)
|
||||||
|
curveTo(5.3679f, 11.2704f, 5.3496f, 11.2204f, 5.3496f, 11.1537f)
|
||||||
|
verticalLineTo(10.7987f)
|
||||||
|
lineTo(6.1796f, 10.6937f)
|
||||||
|
lineTo(6.3846f, 9.1287f)
|
||||||
|
curveTo(6.3946f, 9.0787f, 6.4162f, 9.0387f, 6.4496f, 9.0087f)
|
||||||
|
curveTo(6.4862f, 8.9754f, 6.5329f, 8.9587f, 6.5896f, 8.9587f)
|
||||||
|
horizontalLineTo(7.0396f)
|
||||||
|
verticalLineTo(10.7037f)
|
||||||
|
horizontalLineTo(8.5046f)
|
||||||
|
verticalLineTo(11.3487f)
|
||||||
|
horizontalLineTo(7.0396f)
|
||||||
|
verticalLineTo(14.3887f)
|
||||||
|
curveTo(7.0396f, 14.602f, 7.0912f, 14.7604f, 7.1946f, 14.8637f)
|
||||||
|
curveTo(7.2979f, 14.967f, 7.4312f, 15.0187f, 7.5946f, 15.0187f)
|
||||||
|
curveTo(7.6879f, 15.0187f, 7.7679f, 15.007f, 7.8346f, 14.9837f)
|
||||||
|
curveTo(7.9046f, 14.957f, 7.9646f, 14.9287f, 8.0146f, 14.8987f)
|
||||||
|
curveTo(8.0646f, 14.8687f, 8.1062f, 14.842f, 8.1396f, 14.8187f)
|
||||||
|
curveTo(8.1762f, 14.792f, 8.2079f, 14.7787f, 8.2346f, 14.7787f)
|
||||||
|
curveTo(8.2812f, 14.7787f, 8.3229f, 14.807f, 8.3596f, 14.8637f)
|
||||||
|
lineTo(8.6196f, 15.2887f)
|
||||||
|
curveTo(8.4662f, 15.432f, 8.2812f, 15.5454f, 8.0646f, 15.6287f)
|
||||||
|
curveTo(7.8479f, 15.7087f, 7.6246f, 15.7487f, 7.3946f, 15.7487f)
|
||||||
|
close()
|
||||||
|
moveTo(11.9686f, 13.3887f)
|
||||||
|
curveTo(11.5586f, 13.402f, 11.2086f, 13.4354f, 10.9186f, 13.4887f)
|
||||||
|
curveTo(10.6319f, 13.5387f, 10.3969f, 13.6054f, 10.2136f, 13.6887f)
|
||||||
|
curveTo(10.0336f, 13.772f, 9.9019f, 13.8704f, 9.8186f, 13.9837f)
|
||||||
|
curveTo(9.7386f, 14.097f, 9.6986f, 14.2237f, 9.6986f, 14.3637f)
|
||||||
|
curveTo(9.6986f, 14.497f, 9.7202f, 14.612f, 9.7635f, 14.7087f)
|
||||||
|
curveTo(9.8069f, 14.8054f, 9.8652f, 14.8854f, 9.9385f, 14.9487f)
|
||||||
|
curveTo(10.0152f, 15.0087f, 10.1036f, 15.0537f, 10.2036f, 15.0837f)
|
||||||
|
curveTo(10.3069f, 15.1104f, 10.4169f, 15.1237f, 10.5336f, 15.1237f)
|
||||||
|
curveTo(10.6902f, 15.1237f, 10.8336f, 15.1087f, 10.9636f, 15.0787f)
|
||||||
|
curveTo(11.0936f, 15.0454f, 11.2152f, 14.9987f, 11.3286f, 14.9387f)
|
||||||
|
curveTo(11.4452f, 14.8787f, 11.5552f, 14.807f, 11.6586f, 14.7237f)
|
||||||
|
curveTo(11.7652f, 14.6404f, 11.8686f, 14.5454f, 11.9686f, 14.4387f)
|
||||||
|
verticalLineTo(13.3887f)
|
||||||
|
close()
|
||||||
|
moveTo(9.0935f, 11.3187f)
|
||||||
|
curveTo(9.3736f, 11.0487f, 9.6752f, 10.847f, 9.9986f, 10.7137f)
|
||||||
|
curveTo(10.3219f, 10.5804f, 10.6802f, 10.5137f, 11.0736f, 10.5137f)
|
||||||
|
curveTo(11.3569f, 10.5137f, 11.6086f, 10.5604f, 11.8286f, 10.6537f)
|
||||||
|
curveTo(12.0486f, 10.747f, 12.2336f, 10.877f, 12.3836f, 11.0437f)
|
||||||
|
curveTo(12.5336f, 11.2104f, 12.6469f, 11.412f, 12.7236f, 11.6487f)
|
||||||
|
curveTo(12.8002f, 11.8854f, 12.8386f, 12.1454f, 12.8386f, 12.4287f)
|
||||||
|
verticalLineTo(15.6687f)
|
||||||
|
horizontalLineTo(12.4436f)
|
||||||
|
curveTo(12.3569f, 15.6687f, 12.2902f, 15.6554f, 12.2436f, 15.6287f)
|
||||||
|
curveTo(12.1969f, 15.5987f, 12.1602f, 15.542f, 12.1336f, 15.4587f)
|
||||||
|
lineTo(12.0336f, 14.9787f)
|
||||||
|
curveTo(11.9002f, 15.102f, 11.7702f, 15.212f, 11.6436f, 15.3087f)
|
||||||
|
curveTo(11.5169f, 15.402f, 11.3836f, 15.482f, 11.2436f, 15.5487f)
|
||||||
|
curveTo(11.1036f, 15.612f, 10.9536f, 15.6604f, 10.7936f, 15.6937f)
|
||||||
|
curveTo(10.6369f, 15.7304f, 10.4619f, 15.7487f, 10.2686f, 15.7487f)
|
||||||
|
curveTo(10.0719f, 15.7487f, 9.8869f, 15.722f, 9.7135f, 15.6687f)
|
||||||
|
curveTo(9.5402f, 15.612f, 9.3885f, 15.5287f, 9.2585f, 15.4187f)
|
||||||
|
curveTo(9.1319f, 15.3087f, 9.0302f, 15.1704f, 8.9536f, 15.0037f)
|
||||||
|
curveTo(8.8802f, 14.8337f, 8.8435f, 14.6337f, 8.8435f, 14.4037f)
|
||||||
|
curveTo(8.8435f, 14.2037f, 8.8986f, 14.012f, 9.0085f, 13.8287f)
|
||||||
|
curveTo(9.1186f, 13.642f, 9.2969f, 13.477f, 9.5435f, 13.3337f)
|
||||||
|
curveTo(9.7902f, 13.1904f, 10.1119f, 13.0737f, 10.5086f, 12.9837f)
|
||||||
|
curveTo(10.9052f, 12.8904f, 11.3919f, 12.837f, 11.9686f, 12.8237f)
|
||||||
|
verticalLineTo(12.4287f)
|
||||||
|
curveTo(11.9686f, 12.0354f, 11.8836f, 11.7387f, 11.7136f, 11.5387f)
|
||||||
|
curveTo(11.5436f, 11.3354f, 11.2952f, 11.2337f, 10.9686f, 11.2337f)
|
||||||
|
curveTo(10.7486f, 11.2337f, 10.5636f, 11.262f, 10.4136f, 11.3187f)
|
||||||
|
curveTo(10.2669f, 11.372f, 10.1386f, 11.4337f, 10.0286f, 11.5037f)
|
||||||
|
curveTo(9.9219f, 11.5704f, 9.8286f, 11.632f, 9.7486f, 11.6887f)
|
||||||
|
curveTo(9.6719f, 11.742f, 9.5952f, 11.7687f, 9.5185f, 11.7687f)
|
||||||
|
curveTo(9.4586f, 11.7687f, 9.4069f, 11.7537f, 9.3636f, 11.7237f)
|
||||||
|
curveTo(9.3202f, 11.6904f, 9.2836f, 11.6504f, 9.2535f, 11.6037f)
|
||||||
|
lineTo(9.0935f, 11.3187f)
|
||||||
|
close()
|
||||||
|
moveTo(14.8343f, 11.3387f)
|
||||||
|
curveTo(14.9443f, 11.2154f, 15.0609f, 11.1037f, 15.1843f, 11.0037f)
|
||||||
|
curveTo(15.3076f, 10.9037f, 15.4376f, 10.8187f, 15.5743f, 10.7487f)
|
||||||
|
curveTo(15.7143f, 10.6754f, 15.8609f, 10.6204f, 16.0143f, 10.5837f)
|
||||||
|
curveTo(16.1709f, 10.5437f, 16.3393f, 10.5237f, 16.5193f, 10.5237f)
|
||||||
|
curveTo(16.7959f, 10.5237f, 17.0393f, 10.5704f, 17.2493f, 10.6637f)
|
||||||
|
curveTo(17.4626f, 10.7537f, 17.6393f, 10.8837f, 17.7793f, 11.0537f)
|
||||||
|
curveTo(17.9226f, 11.2204f, 18.0309f, 11.422f, 18.1043f, 11.6587f)
|
||||||
|
curveTo(18.1776f, 11.8954f, 18.2143f, 12.157f, 18.2143f, 12.4437f)
|
||||||
|
verticalLineTo(15.6687f)
|
||||||
|
horizontalLineTo(17.3193f)
|
||||||
|
verticalLineTo(12.4437f)
|
||||||
|
curveTo(17.3193f, 12.0604f, 17.2309f, 11.7637f, 17.0543f, 11.5537f)
|
||||||
|
curveTo(16.8809f, 11.3404f, 16.6159f, 11.2337f, 16.2593f, 11.2337f)
|
||||||
|
curveTo(15.9959f, 11.2337f, 15.7493f, 11.297f, 15.5193f, 11.4237f)
|
||||||
|
curveTo(15.2926f, 11.5504f, 15.0826f, 11.722f, 14.8893f, 11.9387f)
|
||||||
|
verticalLineTo(15.6687f)
|
||||||
|
horizontalLineTo(13.9943f)
|
||||||
|
verticalLineTo(10.6037f)
|
||||||
|
horizontalLineTo(14.5293f)
|
||||||
|
curveTo(14.6559f, 10.6037f, 14.7343f, 10.6654f, 14.7643f, 10.7887f)
|
||||||
|
lineTo(14.8343f, 11.3387f)
|
||||||
|
close()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.build()
|
||||||
|
return _tan!!
|
||||||
|
}
|
||||||
|
|
||||||
|
private var _tan: ImageVector? = null
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Unitto is a unit converter for Android
|
* Unitto is a unit converter for Android
|
||||||
* Copyright (c) 2023 Elshan Agaev
|
* Copyright (c) 2024 Elshan Agaev
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@ -16,7 +16,7 @@
|
|||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.sadellie.unitto.core.ui.common.key.unittoicons
|
package com.sadellie.unitto.core.ui.common.icons.iconpack
|
||||||
|
|
||||||
import androidx.compose.ui.graphics.Color
|
import androidx.compose.ui.graphics.Color
|
||||||
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
||||||
@ -27,44 +27,44 @@ import androidx.compose.ui.graphics.vector.ImageVector
|
|||||||
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
||||||
import androidx.compose.ui.graphics.vector.path
|
import androidx.compose.ui.graphics.vector.path
|
||||||
import androidx.compose.ui.unit.dp
|
import androidx.compose.ui.unit.dp
|
||||||
import com.sadellie.unitto.core.ui.common.key.UnittoIcons
|
import com.sadellie.unitto.core.ui.common.icons.IconPack
|
||||||
|
|
||||||
@Suppress("UnusedReceiverParameter")
|
@Suppress("UnusedReceiverParameter")
|
||||||
val UnittoIcons.Unary: ImageVector
|
val IconPack.Unary: ImageVector
|
||||||
get() {
|
get() {
|
||||||
if (_unary != null) {
|
if (_unary != null) {
|
||||||
return _unary!!
|
return _unary!!
|
||||||
}
|
}
|
||||||
_unary = Builder(name = "Unary", defaultWidth = 170.0.dp, defaultHeight = 170.0.dp,
|
_unary = Builder(name = "Unary", defaultWidth = 24.0.dp, defaultHeight = 24.0.dp,
|
||||||
viewportWidth = 170.0f, viewportHeight = 170.0f).apply {
|
viewportWidth = 24.0f, viewportHeight = 24.0f).apply {
|
||||||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
pathFillType = NonZero) {
|
pathFillType = NonZero) {
|
||||||
moveTo(46.0f, 71.125f)
|
moveTo(9.0454f, 11.1177f)
|
||||||
horizontalLineTo(124.0f)
|
horizontalLineTo(14.9545f)
|
||||||
verticalLineTo(81.363f)
|
verticalLineTo(11.8933f)
|
||||||
horizontalLineTo(46.0f)
|
horizontalLineTo(9.0454f)
|
||||||
verticalLineTo(71.125f)
|
verticalLineTo(11.1177f)
|
||||||
close()
|
close()
|
||||||
}
|
}
|
||||||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
pathFillType = NonZero) {
|
pathFillType = NonZero) {
|
||||||
moveTo(90.85f, 37.0f)
|
moveTo(12.4431f, 8.5325f)
|
||||||
lineTo(90.85f, 115.0f)
|
lineTo(12.4431f, 14.4416f)
|
||||||
horizontalLineTo(80.613f)
|
horizontalLineTo(11.6676f)
|
||||||
lineTo(80.613f, 37.0f)
|
lineTo(11.6676f, 8.5325f)
|
||||||
lineTo(90.85f, 37.0f)
|
lineTo(12.4431f, 8.5325f)
|
||||||
close()
|
close()
|
||||||
}
|
}
|
||||||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
pathFillType = NonZero) {
|
pathFillType = NonZero) {
|
||||||
moveTo(46.0f, 124.0f)
|
moveTo(9.0454f, 15.1234f)
|
||||||
horizontalLineTo(124.0f)
|
horizontalLineTo(14.9545f)
|
||||||
verticalLineTo(133.0f)
|
verticalLineTo(15.8052f)
|
||||||
horizontalLineTo(46.0f)
|
horizontalLineTo(9.0454f)
|
||||||
verticalLineTo(124.0f)
|
verticalLineTo(15.1234f)
|
||||||
close()
|
close()
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Unitto is a unit converter for Android
|
* Unitto is a unit converter for Android
|
||||||
* Copyright (c) 2023 Elshan Agaev
|
* Copyright (c) 2024 Elshan Agaev
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@ -16,7 +16,7 @@
|
|||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.sadellie.unitto.core.ui.common.key.unittoicons
|
package com.sadellie.unitto.core.ui.common.icons.iconpack
|
||||||
|
|
||||||
import androidx.compose.ui.graphics.Color
|
import androidx.compose.ui.graphics.Color
|
||||||
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
||||||
@ -27,29 +27,29 @@ import androidx.compose.ui.graphics.vector.ImageVector
|
|||||||
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
||||||
import androidx.compose.ui.graphics.vector.path
|
import androidx.compose.ui.graphics.vector.path
|
||||||
import androidx.compose.ui.unit.dp
|
import androidx.compose.ui.unit.dp
|
||||||
import com.sadellie.unitto.core.ui.common.key.UnittoIcons
|
import com.sadellie.unitto.core.ui.common.icons.IconPack
|
||||||
|
|
||||||
@Suppress("UnusedReceiverParameter")
|
@Suppress("UnusedReceiverParameter")
|
||||||
val UnittoIcons.Up: ImageVector
|
val IconPack.Up: ImageVector
|
||||||
get() {
|
get() {
|
||||||
if (_up != null) {
|
if (_up != null) {
|
||||||
return _up!!
|
return _up!!
|
||||||
}
|
}
|
||||||
_up = Builder(name = "Up", defaultWidth = 170.0.dp, defaultHeight = 170.0.dp, viewportWidth
|
_up = Builder(name = "Up", defaultWidth = 24.0.dp, defaultHeight = 24.0.dp, viewportWidth =
|
||||||
= 170.0f, viewportHeight = 170.0f).apply {
|
24.0f, viewportHeight = 24.0f).apply {
|
||||||
path(fill = SolidColor(Color(0xFF1C1B1F)), stroke = null, strokeLineWidth = 0.0f,
|
path(fill = SolidColor(Color(0xFF1C1B1F)), stroke = null, strokeLineWidth = 0.0f,
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||||
pathFillType = NonZero) {
|
pathFillType = NonZero) {
|
||||||
moveTo(79.0f, 133.0f)
|
moveTo(11.5453f, 15.8052f)
|
||||||
verticalLineTo(59.95f)
|
verticalLineTo(10.2711f)
|
||||||
lineTo(45.4f, 93.55f)
|
lineTo(8.9999f, 12.8166f)
|
||||||
lineTo(37.0f, 85.0f)
|
lineTo(8.3635f, 12.1688f)
|
||||||
lineTo(85.0f, 37.0f)
|
lineTo(11.9999f, 8.5325f)
|
||||||
lineTo(133.0f, 85.0f)
|
lineTo(15.6363f, 12.1688f)
|
||||||
lineTo(124.6f, 93.55f)
|
lineTo(14.9999f, 12.8166f)
|
||||||
lineTo(91.0f, 59.95f)
|
lineTo(12.4544f, 10.2711f)
|
||||||
verticalLineTo(133.0f)
|
verticalLineTo(15.8052f)
|
||||||
horizontalLineTo(79.0f)
|
horizontalLineTo(11.5453f)
|
||||||
close()
|
close()
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -1,3 +0,0 @@
|
|||||||
package com.sadellie.unitto.core.ui.common.key
|
|
||||||
|
|
||||||
object UnittoIcons
|
|
@ -1,157 +0,0 @@
|
|||||||
package com.sadellie.unitto.core.ui.common.key.unittoicons
|
|
||||||
|
|
||||||
import androidx.compose.ui.graphics.Color
|
|
||||||
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
|
||||||
import androidx.compose.ui.graphics.SolidColor
|
|
||||||
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
|
|
||||||
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter
|
|
||||||
import androidx.compose.ui.graphics.vector.ImageVector
|
|
||||||
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
|
||||||
import androidx.compose.ui.graphics.vector.path
|
|
||||||
import androidx.compose.ui.unit.dp
|
|
||||||
import com.sadellie.unitto.core.ui.common.key.UnittoIcons
|
|
||||||
|
|
||||||
@Suppress("UnusedReceiverParameter")
|
|
||||||
val UnittoIcons.AcTan: ImageVector
|
|
||||||
get() {
|
|
||||||
if (_actan != null) {
|
|
||||||
return _actan!!
|
|
||||||
}
|
|
||||||
_actan = Builder(name = "Actan", defaultWidth = 274.0.dp, defaultHeight = 170.0.dp,
|
|
||||||
viewportWidth = 274.0f, viewportHeight = 170.0f).apply {
|
|
||||||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
|
||||||
pathFillType = NonZero) {
|
|
||||||
moveTo(34.762f, 134.056f)
|
|
||||||
curveTo(29.482f, 134.056f, 25.412f, 132.582f, 22.552f, 129.634f)
|
|
||||||
curveTo(19.736f, 126.686f, 18.328f, 122.44f, 18.328f, 116.896f)
|
|
||||||
verticalLineTo(75.976f)
|
|
||||||
horizontalLineTo(10.276f)
|
|
||||||
curveTo(9.572f, 75.976f, 8.978f, 75.778f, 8.494f, 75.382f)
|
|
||||||
curveTo(8.01f, 74.942f, 7.768f, 74.282f, 7.768f, 73.402f)
|
|
||||||
verticalLineTo(68.716f)
|
|
||||||
lineTo(18.724f, 67.33f)
|
|
||||||
lineTo(21.43f, 46.672f)
|
|
||||||
curveTo(21.562f, 46.012f, 21.848f, 45.484f, 22.288f, 45.088f)
|
|
||||||
curveTo(22.772f, 44.648f, 23.388f, 44.428f, 24.136f, 44.428f)
|
|
||||||
horizontalLineTo(30.076f)
|
|
||||||
verticalLineTo(67.462f)
|
|
||||||
horizontalLineTo(49.414f)
|
|
||||||
verticalLineTo(75.976f)
|
|
||||||
horizontalLineTo(30.076f)
|
|
||||||
verticalLineTo(116.104f)
|
|
||||||
curveTo(30.076f, 118.92f, 30.758f, 121.01f, 32.122f, 122.374f)
|
|
||||||
curveTo(33.486f, 123.738f, 35.246f, 124.42f, 37.402f, 124.42f)
|
|
||||||
curveTo(38.634f, 124.42f, 39.69f, 124.266f, 40.57f, 123.958f)
|
|
||||||
curveTo(41.494f, 123.606f, 42.286f, 123.232f, 42.946f, 122.836f)
|
|
||||||
curveTo(43.606f, 122.44f, 44.156f, 122.088f, 44.596f, 121.78f)
|
|
||||||
curveTo(45.08f, 121.428f, 45.498f, 121.252f, 45.85f, 121.252f)
|
|
||||||
curveTo(46.466f, 121.252f, 47.016f, 121.626f, 47.5f, 122.374f)
|
|
||||||
lineTo(50.932f, 127.984f)
|
|
||||||
curveTo(48.908f, 129.876f, 46.466f, 131.372f, 43.606f, 132.472f)
|
|
||||||
curveTo(40.746f, 133.528f, 37.798f, 134.056f, 34.762f, 134.056f)
|
|
||||||
close()
|
|
||||||
moveTo(95.139f, 102.904f)
|
|
||||||
curveTo(89.727f, 103.08f, 85.107f, 103.52f, 81.279f, 104.224f)
|
|
||||||
curveTo(77.495f, 104.884f, 74.393f, 105.764f, 71.973f, 106.864f)
|
|
||||||
curveTo(69.597f, 107.964f, 67.859f, 109.262f, 66.759f, 110.758f)
|
|
||||||
curveTo(65.703f, 112.254f, 65.175f, 113.926f, 65.175f, 115.774f)
|
|
||||||
curveTo(65.175f, 117.534f, 65.461f, 119.052f, 66.033f, 120.328f)
|
|
||||||
curveTo(66.605f, 121.604f, 67.375f, 122.66f, 68.343f, 123.496f)
|
|
||||||
curveTo(69.355f, 124.288f, 70.521f, 124.882f, 71.841f, 125.278f)
|
|
||||||
curveTo(73.205f, 125.63f, 74.657f, 125.806f, 76.197f, 125.806f)
|
|
||||||
curveTo(78.265f, 125.806f, 80.157f, 125.608f, 81.873f, 125.212f)
|
|
||||||
curveTo(83.589f, 124.772f, 85.195f, 124.156f, 86.691f, 123.364f)
|
|
||||||
curveTo(88.231f, 122.572f, 89.683f, 121.626f, 91.047f, 120.526f)
|
|
||||||
curveTo(92.455f, 119.426f, 93.819f, 118.172f, 95.139f, 116.764f)
|
|
||||||
verticalLineTo(102.904f)
|
|
||||||
close()
|
|
||||||
moveTo(57.189f, 75.58f)
|
|
||||||
curveTo(60.885f, 72.016f, 64.867f, 69.354f, 69.135f, 67.594f)
|
|
||||||
curveTo(73.403f, 65.834f, 78.133f, 64.954f, 83.325f, 64.954f)
|
|
||||||
curveTo(87.065f, 64.954f, 90.387f, 65.57f, 93.291f, 66.802f)
|
|
||||||
curveTo(96.195f, 68.034f, 98.637f, 69.75f, 100.617f, 71.95f)
|
|
||||||
curveTo(102.597f, 74.15f, 104.093f, 76.812f, 105.105f, 79.936f)
|
|
||||||
curveTo(106.117f, 83.06f, 106.623f, 86.492f, 106.623f, 90.232f)
|
|
||||||
verticalLineTo(133.0f)
|
|
||||||
horizontalLineTo(101.409f)
|
|
||||||
curveTo(100.265f, 133.0f, 99.385f, 132.824f, 98.769f, 132.472f)
|
|
||||||
curveTo(98.153f, 132.076f, 97.669f, 131.328f, 97.317f, 130.228f)
|
|
||||||
lineTo(95.997f, 123.892f)
|
|
||||||
curveTo(94.237f, 125.52f, 92.521f, 126.972f, 90.849f, 128.248f)
|
|
||||||
curveTo(89.177f, 129.48f, 87.417f, 130.536f, 85.569f, 131.416f)
|
|
||||||
curveTo(83.721f, 132.252f, 81.741f, 132.89f, 79.629f, 133.33f)
|
|
||||||
curveTo(77.561f, 133.814f, 75.251f, 134.056f, 72.699f, 134.056f)
|
|
||||||
curveTo(70.103f, 134.056f, 67.661f, 133.704f, 65.373f, 133.0f)
|
|
||||||
curveTo(63.085f, 132.252f, 61.083f, 131.152f, 59.367f, 129.7f)
|
|
||||||
curveTo(57.695f, 128.248f, 56.353f, 126.422f, 55.341f, 124.222f)
|
|
||||||
curveTo(54.373f, 121.978f, 53.889f, 119.338f, 53.889f, 116.302f)
|
|
||||||
curveTo(53.889f, 113.662f, 54.615f, 111.132f, 56.067f, 108.712f)
|
|
||||||
curveTo(57.519f, 106.248f, 59.873f, 104.07f, 63.129f, 102.178f)
|
|
||||||
curveTo(66.385f, 100.286f, 70.631f, 98.746f, 75.867f, 97.558f)
|
|
||||||
curveTo(81.103f, 96.326f, 87.527f, 95.622f, 95.139f, 95.446f)
|
|
||||||
verticalLineTo(90.232f)
|
|
||||||
curveTo(95.139f, 85.04f, 94.017f, 81.124f, 91.773f, 78.484f)
|
|
||||||
curveTo(89.529f, 75.8f, 86.251f, 74.458f, 81.939f, 74.458f)
|
|
||||||
curveTo(79.035f, 74.458f, 76.593f, 74.832f, 74.613f, 75.58f)
|
|
||||||
curveTo(72.677f, 76.284f, 70.983f, 77.098f, 69.531f, 78.022f)
|
|
||||||
curveTo(68.123f, 78.902f, 66.891f, 79.716f, 65.835f, 80.464f)
|
|
||||||
curveTo(64.823f, 81.168f, 63.811f, 81.52f, 62.799f, 81.52f)
|
|
||||||
curveTo(62.007f, 81.52f, 61.325f, 81.322f, 60.753f, 80.926f)
|
|
||||||
curveTo(60.181f, 80.486f, 59.697f, 79.958f, 59.301f, 79.342f)
|
|
||||||
lineTo(57.189f, 75.58f)
|
|
||||||
close()
|
|
||||||
moveTo(132.966f, 75.844f)
|
|
||||||
curveTo(134.418f, 74.216f, 135.958f, 72.742f, 137.586f, 71.422f)
|
|
||||||
curveTo(139.214f, 70.102f, 140.93f, 68.98f, 142.734f, 68.056f)
|
|
||||||
curveTo(144.582f, 67.088f, 146.518f, 66.362f, 148.542f, 65.878f)
|
|
||||||
curveTo(150.61f, 65.35f, 152.832f, 65.086f, 155.208f, 65.086f)
|
|
||||||
curveTo(158.86f, 65.086f, 162.072f, 65.702f, 164.844f, 66.934f)
|
|
||||||
curveTo(167.66f, 68.122f, 169.992f, 69.838f, 171.84f, 72.082f)
|
|
||||||
curveTo(173.732f, 74.282f, 175.162f, 76.944f, 176.13f, 80.068f)
|
|
||||||
curveTo(177.098f, 83.192f, 177.582f, 86.646f, 177.582f, 90.43f)
|
|
||||||
verticalLineTo(133.0f)
|
|
||||||
horizontalLineTo(165.768f)
|
|
||||||
verticalLineTo(90.43f)
|
|
||||||
curveTo(165.768f, 85.37f, 164.602f, 81.454f, 162.27f, 78.682f)
|
|
||||||
curveTo(159.982f, 75.866f, 156.484f, 74.458f, 151.776f, 74.458f)
|
|
||||||
curveTo(148.3f, 74.458f, 145.044f, 75.294f, 142.008f, 76.966f)
|
|
||||||
curveTo(139.016f, 78.638f, 136.244f, 80.904f, 133.692f, 83.764f)
|
|
||||||
verticalLineTo(133.0f)
|
|
||||||
horizontalLineTo(121.878f)
|
|
||||||
verticalLineTo(66.142f)
|
|
||||||
horizontalLineTo(128.94f)
|
|
||||||
curveTo(130.612f, 66.142f, 131.646f, 66.956f, 132.042f, 68.584f)
|
|
||||||
lineTo(132.966f, 75.844f)
|
|
||||||
close()
|
|
||||||
moveTo(190.798f, 47.398f)
|
|
||||||
horizontalLineTo(220.366f)
|
|
||||||
verticalLineTo(53.734f)
|
|
||||||
horizontalLineTo(190.798f)
|
|
||||||
verticalLineTo(47.398f)
|
|
||||||
close()
|
|
||||||
moveTo(262.274f, 67.99f)
|
|
||||||
verticalLineTo(73.6f)
|
|
||||||
horizontalLineTo(235.412f)
|
|
||||||
verticalLineTo(67.99f)
|
|
||||||
horizontalLineTo(245.114f)
|
|
||||||
verticalLineTo(38.95f)
|
|
||||||
lineTo(245.444f, 36.046f)
|
|
||||||
lineTo(238.316f, 41.92f)
|
|
||||||
curveTo(237.92f, 42.228f, 237.524f, 42.426f, 237.128f, 42.514f)
|
|
||||||
curveTo(236.776f, 42.558f, 236.424f, 42.558f, 236.072f, 42.514f)
|
|
||||||
curveTo(235.72f, 42.426f, 235.39f, 42.294f, 235.082f, 42.118f)
|
|
||||||
curveTo(234.818f, 41.942f, 234.62f, 41.766f, 234.488f, 41.59f)
|
|
||||||
lineTo(231.914f, 37.894f)
|
|
||||||
lineTo(246.566f, 25.354f)
|
|
||||||
horizontalLineTo(253.694f)
|
|
||||||
verticalLineTo(67.99f)
|
|
||||||
horizontalLineTo(262.274f)
|
|
||||||
close()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.build()
|
|
||||||
return _actan!!
|
|
||||||
}
|
|
||||||
|
|
||||||
private var _actan: ImageVector? = null
|
|
@ -1,173 +0,0 @@
|
|||||||
package com.sadellie.unitto.core.ui.common.key.unittoicons
|
|
||||||
|
|
||||||
import androidx.compose.ui.graphics.Color
|
|
||||||
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
|
||||||
import androidx.compose.ui.graphics.SolidColor
|
|
||||||
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
|
|
||||||
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter
|
|
||||||
import androidx.compose.ui.graphics.vector.ImageVector
|
|
||||||
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
|
||||||
import androidx.compose.ui.graphics.vector.path
|
|
||||||
import androidx.compose.ui.unit.dp
|
|
||||||
import com.sadellie.unitto.core.ui.common.key.UnittoIcons
|
|
||||||
|
|
||||||
@Suppress("UnusedReceiverParameter")
|
|
||||||
val UnittoIcons.ArCos: ImageVector
|
|
||||||
get() {
|
|
||||||
if (_arcos != null) {
|
|
||||||
return _arcos!!
|
|
||||||
}
|
|
||||||
_arcos = Builder(name = "ArCos", defaultWidth = 274.0.dp, defaultHeight = 170.0.dp,
|
|
||||||
viewportWidth = 274.0f, viewportHeight = 170.0f).apply {
|
|
||||||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
|
||||||
pathFillType = NonZero) {
|
|
||||||
moveTo(57.093f, 78.022f)
|
|
||||||
curveTo(56.741f, 78.506f, 56.389f, 78.88f, 56.037f, 79.144f)
|
|
||||||
curveTo(55.685f, 79.408f, 55.201f, 79.54f, 54.585f, 79.54f)
|
|
||||||
curveTo(53.925f, 79.54f, 53.199f, 79.276f, 52.407f, 78.748f)
|
|
||||||
curveTo(51.615f, 78.176f, 50.625f, 77.56f, 49.437f, 76.9f)
|
|
||||||
curveTo(48.293f, 76.24f, 46.863f, 75.646f, 45.147f, 75.118f)
|
|
||||||
curveTo(43.475f, 74.546f, 41.407f, 74.26f, 38.943f, 74.26f)
|
|
||||||
curveTo(35.643f, 74.26f, 32.739f, 74.854f, 30.231f, 76.042f)
|
|
||||||
curveTo(27.723f, 77.186f, 25.611f, 78.858f, 23.895f, 81.058f)
|
|
||||||
curveTo(22.223f, 83.258f, 20.947f, 85.92f, 20.067f, 89.044f)
|
|
||||||
curveTo(19.231f, 92.168f, 18.813f, 95.666f, 18.813f, 99.538f)
|
|
||||||
curveTo(18.813f, 103.586f, 19.275f, 107.194f, 20.199f, 110.362f)
|
|
||||||
curveTo(21.123f, 113.486f, 22.421f, 116.126f, 24.093f, 118.282f)
|
|
||||||
curveTo(25.809f, 120.394f, 27.855f, 122.022f, 30.231f, 123.166f)
|
|
||||||
curveTo(32.651f, 124.266f, 35.357f, 124.816f, 38.349f, 124.816f)
|
|
||||||
curveTo(41.209f, 124.816f, 43.563f, 124.486f, 45.411f, 123.826f)
|
|
||||||
curveTo(47.259f, 123.122f, 48.777f, 122.352f, 49.965f, 121.516f)
|
|
||||||
curveTo(51.197f, 120.68f, 52.209f, 119.932f, 53.001f, 119.272f)
|
|
||||||
curveTo(53.837f, 118.568f, 54.651f, 118.216f, 55.443f, 118.216f)
|
|
||||||
curveTo(56.411f, 118.216f, 57.159f, 118.59f, 57.687f, 119.338f)
|
|
||||||
lineTo(60.987f, 123.628f)
|
|
||||||
curveTo(59.535f, 125.432f, 57.885f, 126.972f, 56.037f, 128.248f)
|
|
||||||
curveTo(54.189f, 129.524f, 52.187f, 130.602f, 50.031f, 131.482f)
|
|
||||||
curveTo(47.919f, 132.318f, 45.697f, 132.934f, 43.365f, 133.33f)
|
|
||||||
curveTo(41.033f, 133.726f, 38.657f, 133.924f, 36.237f, 133.924f)
|
|
||||||
curveTo(32.057f, 133.924f, 28.163f, 133.154f, 24.555f, 131.614f)
|
|
||||||
curveTo(20.991f, 130.074f, 17.889f, 127.852f, 15.249f, 124.948f)
|
|
||||||
curveTo(12.609f, 122.0f, 10.541f, 118.392f, 9.045f, 114.124f)
|
|
||||||
curveTo(7.549f, 109.856f, 6.801f, 104.994f, 6.801f, 99.538f)
|
|
||||||
curveTo(6.801f, 94.566f, 7.483f, 89.968f, 8.847f, 85.744f)
|
|
||||||
curveTo(10.255f, 81.52f, 12.279f, 77.89f, 14.919f, 74.854f)
|
|
||||||
curveTo(17.603f, 71.774f, 20.881f, 69.376f, 24.753f, 67.66f)
|
|
||||||
curveTo(28.669f, 65.944f, 33.157f, 65.086f, 38.217f, 65.086f)
|
|
||||||
curveTo(42.925f, 65.086f, 47.061f, 65.856f, 50.625f, 67.396f)
|
|
||||||
curveTo(54.233f, 68.892f, 57.423f, 71.026f, 60.195f, 73.798f)
|
|
||||||
lineTo(57.093f, 78.022f)
|
|
||||||
close()
|
|
||||||
moveTo(97.98f, 65.086f)
|
|
||||||
curveTo(102.864f, 65.086f, 107.264f, 65.9f, 111.18f, 67.528f)
|
|
||||||
curveTo(115.096f, 69.156f, 118.44f, 71.466f, 121.212f, 74.458f)
|
|
||||||
curveTo(123.984f, 77.45f, 126.096f, 81.08f, 127.548f, 85.348f)
|
|
||||||
curveTo(129.044f, 89.572f, 129.792f, 94.302f, 129.792f, 99.538f)
|
|
||||||
curveTo(129.792f, 104.818f, 129.044f, 109.57f, 127.548f, 113.794f)
|
|
||||||
curveTo(126.096f, 118.018f, 123.984f, 121.626f, 121.212f, 124.618f)
|
|
||||||
curveTo(118.44f, 127.61f, 115.096f, 129.92f, 111.18f, 131.548f)
|
|
||||||
curveTo(107.264f, 133.132f, 102.864f, 133.924f, 97.98f, 133.924f)
|
|
||||||
curveTo(93.052f, 133.924f, 88.608f, 133.132f, 84.648f, 131.548f)
|
|
||||||
curveTo(80.732f, 129.92f, 77.388f, 127.61f, 74.616f, 124.618f)
|
|
||||||
curveTo(71.844f, 121.626f, 69.71f, 118.018f, 68.214f, 113.794f)
|
|
||||||
curveTo(66.762f, 109.57f, 66.036f, 104.818f, 66.036f, 99.538f)
|
|
||||||
curveTo(66.036f, 94.302f, 66.762f, 89.572f, 68.214f, 85.348f)
|
|
||||||
curveTo(69.71f, 81.08f, 71.844f, 77.45f, 74.616f, 74.458f)
|
|
||||||
curveTo(77.388f, 71.466f, 80.732f, 69.156f, 84.648f, 67.528f)
|
|
||||||
curveTo(88.608f, 65.9f, 93.052f, 65.086f, 97.98f, 65.086f)
|
|
||||||
close()
|
|
||||||
moveTo(97.98f, 124.75f)
|
|
||||||
curveTo(104.58f, 124.75f, 109.508f, 122.55f, 112.764f, 118.15f)
|
|
||||||
curveTo(116.02f, 113.706f, 117.648f, 107.524f, 117.648f, 99.604f)
|
|
||||||
curveTo(117.648f, 91.64f, 116.02f, 85.436f, 112.764f, 80.992f)
|
|
||||||
curveTo(109.508f, 76.548f, 104.58f, 74.326f, 97.98f, 74.326f)
|
|
||||||
curveTo(94.636f, 74.326f, 91.71f, 74.898f, 89.202f, 76.042f)
|
|
||||||
curveTo(86.738f, 77.186f, 84.67f, 78.836f, 82.998f, 80.992f)
|
|
||||||
curveTo(81.37f, 83.148f, 80.138f, 85.81f, 79.302f, 88.978f)
|
|
||||||
curveTo(78.51f, 92.102f, 78.114f, 95.644f, 78.114f, 99.604f)
|
|
||||||
curveTo(78.114f, 107.524f, 79.742f, 113.706f, 82.998f, 118.15f)
|
|
||||||
curveTo(86.298f, 122.55f, 91.292f, 124.75f, 97.98f, 124.75f)
|
|
||||||
close()
|
|
||||||
moveTo(180.992f, 77.164f)
|
|
||||||
curveTo(180.464f, 78.132f, 179.65f, 78.616f, 178.55f, 78.616f)
|
|
||||||
curveTo(177.89f, 78.616f, 177.142f, 78.374f, 176.306f, 77.89f)
|
|
||||||
curveTo(175.47f, 77.406f, 174.436f, 76.878f, 173.204f, 76.306f)
|
|
||||||
curveTo(172.016f, 75.69f, 170.586f, 75.14f, 168.914f, 74.656f)
|
|
||||||
curveTo(167.242f, 74.128f, 165.262f, 73.864f, 162.974f, 73.864f)
|
|
||||||
curveTo(160.994f, 73.864f, 159.212f, 74.128f, 157.628f, 74.656f)
|
|
||||||
curveTo(156.044f, 75.14f, 154.68f, 75.822f, 153.536f, 76.702f)
|
|
||||||
curveTo(152.436f, 77.582f, 151.578f, 78.616f, 150.962f, 79.804f)
|
|
||||||
curveTo(150.39f, 80.948f, 150.104f, 82.202f, 150.104f, 83.566f)
|
|
||||||
curveTo(150.104f, 85.282f, 150.588f, 86.712f, 151.556f, 87.856f)
|
|
||||||
curveTo(152.568f, 89.0f, 153.888f, 89.99f, 155.516f, 90.826f)
|
|
||||||
curveTo(157.144f, 91.662f, 158.992f, 92.41f, 161.06f, 93.07f)
|
|
||||||
curveTo(163.128f, 93.686f, 165.24f, 94.368f, 167.396f, 95.116f)
|
|
||||||
curveTo(169.596f, 95.82f, 171.73f, 96.612f, 173.798f, 97.492f)
|
|
||||||
curveTo(175.866f, 98.372f, 177.714f, 99.472f, 179.342f, 100.792f)
|
|
||||||
curveTo(180.97f, 102.112f, 182.268f, 103.74f, 183.236f, 105.676f)
|
|
||||||
curveTo(184.248f, 107.568f, 184.754f, 109.856f, 184.754f, 112.54f)
|
|
||||||
curveTo(184.754f, 115.62f, 184.204f, 118.48f, 183.104f, 121.12f)
|
|
||||||
curveTo(182.004f, 123.716f, 180.376f, 125.982f, 178.22f, 127.918f)
|
|
||||||
curveTo(176.064f, 129.81f, 173.424f, 131.306f, 170.3f, 132.406f)
|
|
||||||
curveTo(167.176f, 133.506f, 163.568f, 134.056f, 159.476f, 134.056f)
|
|
||||||
curveTo(154.812f, 134.056f, 150.588f, 133.308f, 146.804f, 131.812f)
|
|
||||||
curveTo(143.02f, 130.272f, 139.808f, 128.314f, 137.168f, 125.938f)
|
|
||||||
lineTo(139.94f, 121.45f)
|
|
||||||
curveTo(140.292f, 120.878f, 140.71f, 120.438f, 141.194f, 120.13f)
|
|
||||||
curveTo(141.678f, 119.822f, 142.294f, 119.668f, 143.042f, 119.668f)
|
|
||||||
curveTo(143.834f, 119.668f, 144.67f, 119.976f, 145.55f, 120.592f)
|
|
||||||
curveTo(146.43f, 121.208f, 147.486f, 121.89f, 148.718f, 122.638f)
|
|
||||||
curveTo(149.994f, 123.386f, 151.534f, 124.068f, 153.338f, 124.684f)
|
|
||||||
curveTo(155.142f, 125.3f, 157.386f, 125.608f, 160.07f, 125.608f)
|
|
||||||
curveTo(162.358f, 125.608f, 164.36f, 125.322f, 166.076f, 124.75f)
|
|
||||||
curveTo(167.792f, 124.134f, 169.222f, 123.32f, 170.366f, 122.308f)
|
|
||||||
curveTo(171.51f, 121.296f, 172.346f, 120.13f, 172.874f, 118.81f)
|
|
||||||
curveTo(173.446f, 117.49f, 173.732f, 116.082f, 173.732f, 114.586f)
|
|
||||||
curveTo(173.732f, 112.738f, 173.226f, 111.22f, 172.214f, 110.032f)
|
|
||||||
curveTo(171.246f, 108.8f, 169.948f, 107.766f, 168.32f, 106.93f)
|
|
||||||
curveTo(166.692f, 106.05f, 164.822f, 105.302f, 162.71f, 104.686f)
|
|
||||||
curveTo(160.642f, 104.026f, 158.508f, 103.344f, 156.308f, 102.64f)
|
|
||||||
curveTo(154.152f, 101.936f, 152.018f, 101.144f, 149.906f, 100.264f)
|
|
||||||
curveTo(147.838f, 99.34f, 145.99f, 98.196f, 144.362f, 96.832f)
|
|
||||||
curveTo(142.734f, 95.468f, 141.414f, 93.796f, 140.402f, 91.816f)
|
|
||||||
curveTo(139.434f, 89.792f, 138.95f, 87.35f, 138.95f, 84.49f)
|
|
||||||
curveTo(138.95f, 81.938f, 139.478f, 79.496f, 140.534f, 77.164f)
|
|
||||||
curveTo(141.59f, 74.788f, 143.13f, 72.72f, 145.154f, 70.96f)
|
|
||||||
curveTo(147.178f, 69.156f, 149.664f, 67.726f, 152.612f, 66.67f)
|
|
||||||
curveTo(155.56f, 65.614f, 158.926f, 65.086f, 162.71f, 65.086f)
|
|
||||||
curveTo(167.11f, 65.086f, 171.048f, 65.79f, 174.524f, 67.198f)
|
|
||||||
curveTo(178.044f, 68.562f, 181.08f, 70.454f, 183.632f, 72.874f)
|
|
||||||
lineTo(180.992f, 77.164f)
|
|
||||||
close()
|
|
||||||
moveTo(194.472f, 47.398f)
|
|
||||||
horizontalLineTo(224.04f)
|
|
||||||
verticalLineTo(53.734f)
|
|
||||||
horizontalLineTo(194.472f)
|
|
||||||
verticalLineTo(47.398f)
|
|
||||||
close()
|
|
||||||
moveTo(265.948f, 67.99f)
|
|
||||||
verticalLineTo(73.6f)
|
|
||||||
horizontalLineTo(239.086f)
|
|
||||||
verticalLineTo(67.99f)
|
|
||||||
horizontalLineTo(248.788f)
|
|
||||||
verticalLineTo(38.95f)
|
|
||||||
lineTo(249.118f, 36.046f)
|
|
||||||
lineTo(241.99f, 41.92f)
|
|
||||||
curveTo(241.594f, 42.228f, 241.198f, 42.426f, 240.802f, 42.514f)
|
|
||||||
curveTo(240.45f, 42.558f, 240.098f, 42.558f, 239.746f, 42.514f)
|
|
||||||
curveTo(239.394f, 42.426f, 239.064f, 42.294f, 238.756f, 42.118f)
|
|
||||||
curveTo(238.492f, 41.942f, 238.294f, 41.766f, 238.162f, 41.59f)
|
|
||||||
lineTo(235.588f, 37.894f)
|
|
||||||
lineTo(250.24f, 25.354f)
|
|
||||||
horizontalLineTo(257.368f)
|
|
||||||
verticalLineTo(67.99f)
|
|
||||||
horizontalLineTo(265.948f)
|
|
||||||
close()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.build()
|
|
||||||
return _arcos!!
|
|
||||||
}
|
|
||||||
|
|
||||||
private var _arcos: ImageVector? = null
|
|
@ -1,153 +0,0 @@
|
|||||||
package com.sadellie.unitto.core.ui.common.key.unittoicons
|
|
||||||
|
|
||||||
import androidx.compose.ui.graphics.Color
|
|
||||||
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
|
||||||
import androidx.compose.ui.graphics.SolidColor
|
|
||||||
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
|
|
||||||
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter
|
|
||||||
import androidx.compose.ui.graphics.vector.ImageVector
|
|
||||||
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
|
||||||
import androidx.compose.ui.graphics.vector.path
|
|
||||||
import androidx.compose.ui.unit.dp
|
|
||||||
import com.sadellie.unitto.core.ui.common.key.UnittoIcons
|
|
||||||
|
|
||||||
@Suppress("UnusedReceiverParameter")
|
|
||||||
val UnittoIcons.ArSin: ImageVector
|
|
||||||
get() {
|
|
||||||
if (_arsin != null) {
|
|
||||||
return _arsin!!
|
|
||||||
}
|
|
||||||
_arsin = Builder(name = "Arsin", defaultWidth = 274.0.dp, defaultHeight = 170.0.dp,
|
|
||||||
viewportWidth = 274.0f, viewportHeight = 170.0f).apply {
|
|
||||||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
|
||||||
pathFillType = NonZero) {
|
|
||||||
moveTo(65.229f, 77.164f)
|
|
||||||
curveTo(64.701f, 78.132f, 63.887f, 78.616f, 62.787f, 78.616f)
|
|
||||||
curveTo(62.127f, 78.616f, 61.379f, 78.374f, 60.543f, 77.89f)
|
|
||||||
curveTo(59.707f, 77.406f, 58.673f, 76.878f, 57.441f, 76.306f)
|
|
||||||
curveTo(56.253f, 75.69f, 54.823f, 75.14f, 53.151f, 74.656f)
|
|
||||||
curveTo(51.479f, 74.128f, 49.499f, 73.864f, 47.211f, 73.864f)
|
|
||||||
curveTo(45.231f, 73.864f, 43.449f, 74.128f, 41.865f, 74.656f)
|
|
||||||
curveTo(40.281f, 75.14f, 38.917f, 75.822f, 37.773f, 76.702f)
|
|
||||||
curveTo(36.673f, 77.582f, 35.815f, 78.616f, 35.199f, 79.804f)
|
|
||||||
curveTo(34.627f, 80.948f, 34.341f, 82.202f, 34.341f, 83.566f)
|
|
||||||
curveTo(34.341f, 85.282f, 34.825f, 86.712f, 35.793f, 87.856f)
|
|
||||||
curveTo(36.805f, 89.0f, 38.125f, 89.99f, 39.753f, 90.826f)
|
|
||||||
curveTo(41.381f, 91.662f, 43.229f, 92.41f, 45.297f, 93.07f)
|
|
||||||
curveTo(47.365f, 93.686f, 49.477f, 94.368f, 51.633f, 95.116f)
|
|
||||||
curveTo(53.833f, 95.82f, 55.967f, 96.612f, 58.035f, 97.492f)
|
|
||||||
curveTo(60.103f, 98.372f, 61.951f, 99.472f, 63.579f, 100.792f)
|
|
||||||
curveTo(65.207f, 102.112f, 66.505f, 103.74f, 67.473f, 105.676f)
|
|
||||||
curveTo(68.485f, 107.568f, 68.991f, 109.856f, 68.991f, 112.54f)
|
|
||||||
curveTo(68.991f, 115.62f, 68.441f, 118.48f, 67.341f, 121.12f)
|
|
||||||
curveTo(66.241f, 123.716f, 64.613f, 125.982f, 62.457f, 127.918f)
|
|
||||||
curveTo(60.301f, 129.81f, 57.661f, 131.306f, 54.537f, 132.406f)
|
|
||||||
curveTo(51.413f, 133.506f, 47.805f, 134.056f, 43.713f, 134.056f)
|
|
||||||
curveTo(39.049f, 134.056f, 34.825f, 133.308f, 31.041f, 131.812f)
|
|
||||||
curveTo(27.257f, 130.272f, 24.045f, 128.314f, 21.405f, 125.938f)
|
|
||||||
lineTo(24.177f, 121.45f)
|
|
||||||
curveTo(24.529f, 120.878f, 24.947f, 120.438f, 25.431f, 120.13f)
|
|
||||||
curveTo(25.915f, 119.822f, 26.531f, 119.668f, 27.279f, 119.668f)
|
|
||||||
curveTo(28.071f, 119.668f, 28.907f, 119.976f, 29.787f, 120.592f)
|
|
||||||
curveTo(30.667f, 121.208f, 31.723f, 121.89f, 32.955f, 122.638f)
|
|
||||||
curveTo(34.231f, 123.386f, 35.771f, 124.068f, 37.575f, 124.684f)
|
|
||||||
curveTo(39.379f, 125.3f, 41.623f, 125.608f, 44.307f, 125.608f)
|
|
||||||
curveTo(46.595f, 125.608f, 48.597f, 125.322f, 50.313f, 124.75f)
|
|
||||||
curveTo(52.029f, 124.134f, 53.459f, 123.32f, 54.603f, 122.308f)
|
|
||||||
curveTo(55.747f, 121.296f, 56.583f, 120.13f, 57.111f, 118.81f)
|
|
||||||
curveTo(57.683f, 117.49f, 57.969f, 116.082f, 57.969f, 114.586f)
|
|
||||||
curveTo(57.969f, 112.738f, 57.463f, 111.22f, 56.451f, 110.032f)
|
|
||||||
curveTo(55.483f, 108.8f, 54.185f, 107.766f, 52.557f, 106.93f)
|
|
||||||
curveTo(50.929f, 106.05f, 49.059f, 105.302f, 46.947f, 104.686f)
|
|
||||||
curveTo(44.879f, 104.026f, 42.745f, 103.344f, 40.545f, 102.64f)
|
|
||||||
curveTo(38.389f, 101.936f, 36.255f, 101.144f, 34.143f, 100.264f)
|
|
||||||
curveTo(32.075f, 99.34f, 30.227f, 98.196f, 28.599f, 96.832f)
|
|
||||||
curveTo(26.971f, 95.468f, 25.651f, 93.796f, 24.639f, 91.816f)
|
|
||||||
curveTo(23.671f, 89.792f, 23.187f, 87.35f, 23.187f, 84.49f)
|
|
||||||
curveTo(23.187f, 81.938f, 23.715f, 79.496f, 24.771f, 77.164f)
|
|
||||||
curveTo(25.827f, 74.788f, 27.367f, 72.72f, 29.391f, 70.96f)
|
|
||||||
curveTo(31.415f, 69.156f, 33.901f, 67.726f, 36.849f, 66.67f)
|
|
||||||
curveTo(39.797f, 65.614f, 43.163f, 65.086f, 46.947f, 65.086f)
|
|
||||||
curveTo(51.347f, 65.086f, 55.285f, 65.79f, 58.761f, 67.198f)
|
|
||||||
curveTo(62.281f, 68.562f, 65.317f, 70.454f, 67.869f, 72.874f)
|
|
||||||
lineTo(65.229f, 77.164f)
|
|
||||||
close()
|
|
||||||
moveTo(93.163f, 66.142f)
|
|
||||||
verticalLineTo(133.0f)
|
|
||||||
horizontalLineTo(81.415f)
|
|
||||||
verticalLineTo(66.142f)
|
|
||||||
horizontalLineTo(93.163f)
|
|
||||||
close()
|
|
||||||
moveTo(95.671f, 45.154f)
|
|
||||||
curveTo(95.671f, 46.298f, 95.429f, 47.376f, 94.945f, 48.388f)
|
|
||||||
curveTo(94.505f, 49.356f, 93.889f, 50.236f, 93.097f, 51.028f)
|
|
||||||
curveTo(92.349f, 51.776f, 91.447f, 52.37f, 90.391f, 52.81f)
|
|
||||||
curveTo(89.379f, 53.25f, 88.301f, 53.47f, 87.157f, 53.47f)
|
|
||||||
curveTo(86.013f, 53.47f, 84.935f, 53.25f, 83.923f, 52.81f)
|
|
||||||
curveTo(82.955f, 52.37f, 82.097f, 51.776f, 81.349f, 51.028f)
|
|
||||||
curveTo(80.601f, 50.236f, 80.007f, 49.356f, 79.567f, 48.388f)
|
|
||||||
curveTo(79.127f, 47.376f, 78.907f, 46.298f, 78.907f, 45.154f)
|
|
||||||
curveTo(78.907f, 44.01f, 79.127f, 42.932f, 79.567f, 41.92f)
|
|
||||||
curveTo(80.007f, 40.864f, 80.601f, 39.962f, 81.349f, 39.214f)
|
|
||||||
curveTo(82.097f, 38.422f, 82.955f, 37.806f, 83.923f, 37.366f)
|
|
||||||
curveTo(84.935f, 36.926f, 86.013f, 36.706f, 87.157f, 36.706f)
|
|
||||||
curveTo(88.301f, 36.706f, 89.379f, 36.926f, 90.391f, 37.366f)
|
|
||||||
curveTo(91.447f, 37.806f, 92.349f, 38.422f, 93.097f, 39.214f)
|
|
||||||
curveTo(93.889f, 39.962f, 94.505f, 40.864f, 94.945f, 41.92f)
|
|
||||||
curveTo(95.429f, 42.932f, 95.671f, 44.01f, 95.671f, 45.154f)
|
|
||||||
close()
|
|
||||||
moveTo(120.914f, 75.844f)
|
|
||||||
curveTo(122.366f, 74.216f, 123.906f, 72.742f, 125.534f, 71.422f)
|
|
||||||
curveTo(127.162f, 70.102f, 128.878f, 68.98f, 130.682f, 68.056f)
|
|
||||||
curveTo(132.53f, 67.088f, 134.466f, 66.362f, 136.49f, 65.878f)
|
|
||||||
curveTo(138.558f, 65.35f, 140.78f, 65.086f, 143.156f, 65.086f)
|
|
||||||
curveTo(146.808f, 65.086f, 150.02f, 65.702f, 152.792f, 66.934f)
|
|
||||||
curveTo(155.608f, 68.122f, 157.94f, 69.838f, 159.788f, 72.082f)
|
|
||||||
curveTo(161.68f, 74.282f, 163.11f, 76.944f, 164.078f, 80.068f)
|
|
||||||
curveTo(165.046f, 83.192f, 165.53f, 86.646f, 165.53f, 90.43f)
|
|
||||||
verticalLineTo(133.0f)
|
|
||||||
horizontalLineTo(153.716f)
|
|
||||||
verticalLineTo(90.43f)
|
|
||||||
curveTo(153.716f, 85.37f, 152.55f, 81.454f, 150.218f, 78.682f)
|
|
||||||
curveTo(147.93f, 75.866f, 144.432f, 74.458f, 139.724f, 74.458f)
|
|
||||||
curveTo(136.248f, 74.458f, 132.992f, 75.294f, 129.956f, 76.966f)
|
|
||||||
curveTo(126.964f, 78.638f, 124.192f, 80.904f, 121.64f, 83.764f)
|
|
||||||
verticalLineTo(133.0f)
|
|
||||||
horizontalLineTo(109.826f)
|
|
||||||
verticalLineTo(66.142f)
|
|
||||||
horizontalLineTo(116.888f)
|
|
||||||
curveTo(118.56f, 66.142f, 119.594f, 66.956f, 119.99f, 68.584f)
|
|
||||||
lineTo(120.914f, 75.844f)
|
|
||||||
close()
|
|
||||||
moveTo(178.745f, 47.398f)
|
|
||||||
horizontalLineTo(208.313f)
|
|
||||||
verticalLineTo(53.734f)
|
|
||||||
horizontalLineTo(178.745f)
|
|
||||||
verticalLineTo(47.398f)
|
|
||||||
close()
|
|
||||||
moveTo(250.221f, 67.99f)
|
|
||||||
verticalLineTo(73.6f)
|
|
||||||
horizontalLineTo(223.359f)
|
|
||||||
verticalLineTo(67.99f)
|
|
||||||
horizontalLineTo(233.061f)
|
|
||||||
verticalLineTo(38.95f)
|
|
||||||
lineTo(233.391f, 36.046f)
|
|
||||||
lineTo(226.263f, 41.92f)
|
|
||||||
curveTo(225.867f, 42.228f, 225.471f, 42.426f, 225.075f, 42.514f)
|
|
||||||
curveTo(224.723f, 42.558f, 224.371f, 42.558f, 224.019f, 42.514f)
|
|
||||||
curveTo(223.667f, 42.426f, 223.337f, 42.294f, 223.029f, 42.118f)
|
|
||||||
curveTo(222.765f, 41.942f, 222.567f, 41.766f, 222.435f, 41.59f)
|
|
||||||
lineTo(219.861f, 37.894f)
|
|
||||||
lineTo(234.513f, 25.354f)
|
|
||||||
horizontalLineTo(241.641f)
|
|
||||||
verticalLineTo(67.99f)
|
|
||||||
horizontalLineTo(250.221f)
|
|
||||||
close()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.build()
|
|
||||||
return _arsin!!
|
|
||||||
}
|
|
||||||
|
|
||||||
private var _arsin: ImageVector? = null
|
|
@ -1,64 +0,0 @@
|
|||||||
package com.sadellie.unitto.core.ui.common.key.unittoicons
|
|
||||||
|
|
||||||
import androidx.compose.ui.graphics.Color
|
|
||||||
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
|
||||||
import androidx.compose.ui.graphics.SolidColor
|
|
||||||
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
|
|
||||||
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter
|
|
||||||
import androidx.compose.ui.graphics.vector.ImageVector
|
|
||||||
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
|
||||||
import androidx.compose.ui.graphics.vector.path
|
|
||||||
import androidx.compose.ui.unit.dp
|
|
||||||
import com.sadellie.unitto.core.ui.common.key.UnittoIcons
|
|
||||||
|
|
||||||
@Suppress("UnusedReceiverParameter")
|
|
||||||
val UnittoIcons.Backspace: ImageVector
|
|
||||||
get() {
|
|
||||||
if (_backspace != null) {
|
|
||||||
return _backspace!!
|
|
||||||
}
|
|
||||||
_backspace = Builder(
|
|
||||||
name = "Backspace", defaultWidth = 170.0.dp, defaultHeight = 170.0.dp,
|
|
||||||
viewportWidth = 170.0f, viewportHeight = 170.0f
|
|
||||||
).apply {
|
|
||||||
path(
|
|
||||||
fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
|
||||||
pathFillType = NonZero
|
|
||||||
) {
|
|
||||||
moveTo(81.344f, 109.525f)
|
|
||||||
lineTo(97.186f, 93.683f)
|
|
||||||
lineTo(113.029f, 109.525f)
|
|
||||||
lineTo(121.559f, 100.995f)
|
|
||||||
lineTo(105.717f, 85.152f)
|
|
||||||
lineTo(121.559f, 69.31f)
|
|
||||||
lineTo(113.029f, 60.78f)
|
|
||||||
lineTo(97.186f, 76.622f)
|
|
||||||
lineTo(81.344f, 60.78f)
|
|
||||||
lineTo(72.813f, 69.31f)
|
|
||||||
lineTo(88.656f, 85.152f)
|
|
||||||
lineTo(72.813f, 100.995f)
|
|
||||||
lineTo(81.344f, 109.525f)
|
|
||||||
close()
|
|
||||||
moveTo(30.161f, 85.152f)
|
|
||||||
lineTo(56.667f, 47.679f)
|
|
||||||
curveTo(57.784f, 46.054f, 59.231f, 44.785f, 61.008f, 43.871f)
|
|
||||||
curveTo(62.785f, 42.957f, 64.689f, 42.5f, 66.72f, 42.5f)
|
|
||||||
horizontalLineTo(127.652f)
|
|
||||||
curveTo(131.003f, 42.5f, 133.872f, 43.693f, 136.259f, 46.08f)
|
|
||||||
curveTo(138.645f, 48.466f, 139.839f, 51.335f, 139.839f, 54.686f)
|
|
||||||
verticalLineTo(115.618f)
|
|
||||||
curveTo(139.839f, 118.97f, 138.645f, 121.838f, 136.259f, 124.225f)
|
|
||||||
curveTo(133.872f, 126.611f, 131.003f, 127.805f, 127.652f, 127.805f)
|
|
||||||
horizontalLineTo(66.72f)
|
|
||||||
curveTo(64.689f, 127.805f, 62.785f, 127.348f, 61.008f, 126.434f)
|
|
||||||
curveTo(59.231f, 125.52f, 57.784f, 124.25f, 56.667f, 122.625f)
|
|
||||||
lineTo(30.161f, 85.152f)
|
|
||||||
close()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.build()
|
|
||||||
return _backspace!!
|
|
||||||
}
|
|
||||||
|
|
||||||
private var _backspace: ImageVector? = null
|
|
@ -1,89 +0,0 @@
|
|||||||
package com.sadellie.unitto.core.ui.common.key.unittoicons
|
|
||||||
|
|
||||||
import androidx.compose.ui.graphics.Color
|
|
||||||
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
|
||||||
import androidx.compose.ui.graphics.SolidColor
|
|
||||||
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
|
|
||||||
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter
|
|
||||||
import androidx.compose.ui.graphics.vector.ImageVector
|
|
||||||
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
|
||||||
import androidx.compose.ui.graphics.vector.path
|
|
||||||
import androidx.compose.ui.unit.dp
|
|
||||||
import com.sadellie.unitto.core.ui.common.key.UnittoIcons
|
|
||||||
|
|
||||||
@Suppress("UnusedReceiverParameter")
|
|
||||||
val UnittoIcons.Brackets: ImageVector
|
|
||||||
get() {
|
|
||||||
if (_brackets != null) {
|
|
||||||
return _brackets!!
|
|
||||||
}
|
|
||||||
_brackets = Builder(
|
|
||||||
name = "Brackets", defaultWidth = 170.0.dp, defaultHeight = 170.0.dp,
|
|
||||||
viewportWidth = 170.0f, viewportHeight = 170.0f
|
|
||||||
).apply {
|
|
||||||
path(
|
|
||||||
fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
|
||||||
pathFillType = NonZero
|
|
||||||
) {
|
|
||||||
moveTo(38.628f, 85.345f)
|
|
||||||
curveTo(38.628f, 92.592f, 39.525f, 99.683f, 41.319f, 106.619f)
|
|
||||||
curveTo(43.114f, 113.52f, 45.719f, 120.025f, 49.135f, 126.133f)
|
|
||||||
curveTo(49.446f, 126.754f, 49.636f, 127.306f, 49.704f, 127.789f)
|
|
||||||
curveTo(49.773f, 128.272f, 49.739f, 128.686f, 49.601f, 129.031f)
|
|
||||||
curveTo(49.463f, 129.411f, 49.256f, 129.722f, 48.98f, 129.963f)
|
|
||||||
curveTo(48.738f, 130.205f, 48.462f, 130.429f, 48.152f, 130.636f)
|
|
||||||
lineTo(43.234f, 133.69f)
|
|
||||||
curveTo(40.646f, 129.722f, 38.455f, 125.771f, 36.661f, 121.837f)
|
|
||||||
curveTo(34.866f, 117.937f, 33.4f, 114.003f, 32.261f, 110.035f)
|
|
||||||
curveTo(31.122f, 106.032f, 30.294f, 101.995f, 29.776f, 97.923f)
|
|
||||||
curveTo(29.259f, 93.817f, 29.0f, 89.624f, 29.0f, 85.345f)
|
|
||||||
curveTo(29.0f, 81.101f, 29.259f, 76.942f, 29.776f, 72.87f)
|
|
||||||
curveTo(30.294f, 68.764f, 31.122f, 64.727f, 32.261f, 60.758f)
|
|
||||||
curveTo(33.4f, 56.756f, 34.866f, 52.787f, 36.661f, 48.853f)
|
|
||||||
curveTo(38.455f, 44.919f, 40.646f, 40.968f, 43.234f, 37.0f)
|
|
||||||
lineTo(48.152f, 40.054f)
|
|
||||||
curveTo(48.462f, 40.261f, 48.738f, 40.485f, 48.98f, 40.727f)
|
|
||||||
curveTo(49.256f, 40.968f, 49.463f, 41.279f, 49.601f, 41.659f)
|
|
||||||
curveTo(49.739f, 42.004f, 49.773f, 42.418f, 49.704f, 42.901f)
|
|
||||||
curveTo(49.636f, 43.384f, 49.446f, 43.936f, 49.135f, 44.557f)
|
|
||||||
curveTo(45.719f, 50.7f, 43.114f, 57.221f, 41.319f, 64.123f)
|
|
||||||
curveTo(39.525f, 71.024f, 38.628f, 78.098f, 38.628f, 85.345f)
|
|
||||||
close()
|
|
||||||
}
|
|
||||||
path(
|
|
||||||
fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
|
||||||
pathFillType = NonZero
|
|
||||||
) {
|
|
||||||
moveTo(130.849f, 85.345f)
|
|
||||||
curveTo(130.849f, 92.592f, 129.952f, 99.683f, 128.157f, 106.619f)
|
|
||||||
curveTo(126.363f, 113.52f, 123.758f, 120.025f, 120.341f, 126.133f)
|
|
||||||
curveTo(120.031f, 126.754f, 119.841f, 127.306f, 119.772f, 127.789f)
|
|
||||||
curveTo(119.703f, 128.272f, 119.738f, 128.686f, 119.876f, 129.031f)
|
|
||||||
curveTo(120.014f, 129.411f, 120.221f, 129.722f, 120.497f, 129.963f)
|
|
||||||
curveTo(120.738f, 130.205f, 121.014f, 130.429f, 121.325f, 130.636f)
|
|
||||||
lineTo(126.242f, 133.69f)
|
|
||||||
curveTo(128.83f, 129.722f, 131.022f, 125.771f, 132.816f, 121.837f)
|
|
||||||
curveTo(134.61f, 117.937f, 136.077f, 114.003f, 137.216f, 110.035f)
|
|
||||||
curveTo(138.354f, 106.032f, 139.183f, 101.995f, 139.7f, 97.923f)
|
|
||||||
curveTo(140.218f, 93.817f, 140.477f, 89.624f, 140.477f, 85.345f)
|
|
||||||
curveTo(140.477f, 81.101f, 140.218f, 76.942f, 139.7f, 72.87f)
|
|
||||||
curveTo(139.183f, 68.764f, 138.354f, 64.727f, 137.216f, 60.758f)
|
|
||||||
curveTo(136.077f, 56.756f, 134.61f, 52.787f, 132.816f, 48.853f)
|
|
||||||
curveTo(131.022f, 44.919f, 128.83f, 40.968f, 126.242f, 37.0f)
|
|
||||||
lineTo(121.325f, 40.054f)
|
|
||||||
curveTo(121.014f, 40.261f, 120.738f, 40.485f, 120.497f, 40.727f)
|
|
||||||
curveTo(120.221f, 40.968f, 120.014f, 41.279f, 119.876f, 41.659f)
|
|
||||||
curveTo(119.738f, 42.004f, 119.703f, 42.418f, 119.772f, 42.901f)
|
|
||||||
curveTo(119.841f, 43.384f, 120.031f, 43.936f, 120.341f, 44.557f)
|
|
||||||
curveTo(123.758f, 50.7f, 126.363f, 57.221f, 128.157f, 64.123f)
|
|
||||||
curveTo(129.952f, 71.024f, 130.849f, 78.098f, 130.849f, 85.345f)
|
|
||||||
close()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.build()
|
|
||||||
return _brackets!!
|
|
||||||
}
|
|
||||||
|
|
||||||
private var _brackets: ImageVector? = null
|
|
@ -1,89 +0,0 @@
|
|||||||
package com.sadellie.unitto.core.ui.common.key.unittoicons
|
|
||||||
|
|
||||||
import androidx.compose.ui.graphics.Color
|
|
||||||
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
|
||||||
import androidx.compose.ui.graphics.SolidColor
|
|
||||||
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
|
|
||||||
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter
|
|
||||||
import androidx.compose.ui.graphics.vector.ImageVector
|
|
||||||
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
|
||||||
import androidx.compose.ui.graphics.vector.path
|
|
||||||
import androidx.compose.ui.unit.dp
|
|
||||||
import com.sadellie.unitto.core.ui.common.key.UnittoIcons
|
|
||||||
|
|
||||||
@Suppress("UnusedReceiverParameter")
|
|
||||||
val UnittoIcons.Clear: ImageVector
|
|
||||||
get() {
|
|
||||||
if (_clear != null) {
|
|
||||||
return _clear!!
|
|
||||||
}
|
|
||||||
_clear = Builder(name = "Clear", defaultWidth = 170.0.dp, defaultHeight = 170.0.dp,
|
|
||||||
viewportWidth = 170.0f, viewportHeight = 170.0f).apply {
|
|
||||||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
|
||||||
pathFillType = NonZero) {
|
|
||||||
moveTo(63.077f, 97.888f)
|
|
||||||
lineTo(48.227f, 59.41f)
|
|
||||||
curveTo(47.787f, 58.266f, 47.325f, 56.946f, 46.841f, 55.45f)
|
|
||||||
curveTo(46.357f, 53.91f, 45.895f, 52.282f, 45.455f, 50.566f)
|
|
||||||
curveTo(44.531f, 54.13f, 43.585f, 57.1f, 42.617f, 59.476f)
|
|
||||||
lineTo(27.767f, 97.888f)
|
|
||||||
horizontalLineTo(63.077f)
|
|
||||||
close()
|
|
||||||
moveTo(89.741f, 133.0f)
|
|
||||||
horizontalLineTo(79.841f)
|
|
||||||
curveTo(78.697f, 133.0f, 77.773f, 132.714f, 77.069f, 132.142f)
|
|
||||||
curveTo(76.365f, 131.57f, 75.837f, 130.844f, 75.485f, 129.964f)
|
|
||||||
lineTo(66.641f, 107.128f)
|
|
||||||
horizontalLineTo(24.203f)
|
|
||||||
lineTo(15.359f, 129.964f)
|
|
||||||
curveTo(15.095f, 130.756f, 14.589f, 131.46f, 13.841f, 132.076f)
|
|
||||||
curveTo(13.093f, 132.692f, 12.169f, 133.0f, 11.069f, 133.0f)
|
|
||||||
horizontalLineTo(1.169f)
|
|
||||||
lineTo(38.987f, 38.422f)
|
|
||||||
horizontalLineTo(51.923f)
|
|
||||||
lineTo(89.741f, 133.0f)
|
|
||||||
close()
|
|
||||||
moveTo(159.529f, 113.464f)
|
|
||||||
curveTo(160.233f, 113.464f, 160.849f, 113.75f, 161.377f, 114.322f)
|
|
||||||
lineTo(166.459f, 119.8f)
|
|
||||||
curveTo(162.587f, 124.288f, 157.879f, 127.786f, 152.335f, 130.294f)
|
|
||||||
curveTo(146.835f, 132.802f, 140.169f, 134.056f, 132.337f, 134.056f)
|
|
||||||
curveTo(125.561f, 134.056f, 119.401f, 132.89f, 113.857f, 130.558f)
|
|
||||||
curveTo(108.313f, 128.182f, 103.583f, 124.882f, 99.668f, 120.658f)
|
|
||||||
curveTo(95.752f, 116.39f, 92.715f, 111.286f, 90.56f, 105.346f)
|
|
||||||
curveTo(88.404f, 99.406f, 87.326f, 92.872f, 87.326f, 85.744f)
|
|
||||||
curveTo(87.326f, 78.616f, 88.448f, 72.082f, 90.691f, 66.142f)
|
|
||||||
curveTo(92.936f, 60.202f, 96.081f, 55.098f, 100.129f, 50.83f)
|
|
||||||
curveTo(104.221f, 46.562f, 109.105f, 43.262f, 114.781f, 40.93f)
|
|
||||||
curveTo(120.457f, 38.554f, 126.727f, 37.366f, 133.591f, 37.366f)
|
|
||||||
curveTo(140.323f, 37.366f, 146.263f, 38.444f, 151.411f, 40.6f)
|
|
||||||
curveTo(156.559f, 42.756f, 161.091f, 45.682f, 165.007f, 49.378f)
|
|
||||||
lineTo(160.783f, 55.252f)
|
|
||||||
curveTo(160.519f, 55.692f, 160.167f, 56.066f, 159.727f, 56.374f)
|
|
||||||
curveTo(159.331f, 56.638f, 158.781f, 56.77f, 158.077f, 56.77f)
|
|
||||||
curveTo(157.285f, 56.77f, 156.317f, 56.352f, 155.173f, 55.516f)
|
|
||||||
curveTo(154.029f, 54.636f, 152.533f, 53.668f, 150.685f, 52.612f)
|
|
||||||
curveTo(148.837f, 51.556f, 146.527f, 50.61f, 143.755f, 49.774f)
|
|
||||||
curveTo(140.983f, 48.894f, 137.573f, 48.454f, 133.525f, 48.454f)
|
|
||||||
curveTo(128.641f, 48.454f, 124.175f, 49.312f, 120.127f, 51.028f)
|
|
||||||
curveTo(116.079f, 52.7f, 112.581f, 55.142f, 109.633f, 58.354f)
|
|
||||||
curveTo(106.729f, 61.566f, 104.463f, 65.482f, 102.835f, 70.102f)
|
|
||||||
curveTo(101.207f, 74.722f, 100.393f, 79.936f, 100.393f, 85.744f)
|
|
||||||
curveTo(100.393f, 91.64f, 101.229f, 96.898f, 102.901f, 101.518f)
|
|
||||||
curveTo(104.617f, 106.138f, 106.927f, 110.054f, 109.831f, 113.266f)
|
|
||||||
curveTo(112.779f, 116.434f, 116.233f, 118.854f, 120.193f, 120.526f)
|
|
||||||
curveTo(124.197f, 122.198f, 128.509f, 123.034f, 133.129f, 123.034f)
|
|
||||||
curveTo(135.945f, 123.034f, 138.475f, 122.88f, 140.719f, 122.572f)
|
|
||||||
curveTo(143.007f, 122.22f, 145.097f, 121.692f, 146.989f, 120.988f)
|
|
||||||
curveTo(148.925f, 120.284f, 150.707f, 119.404f, 152.335f, 118.348f)
|
|
||||||
curveTo(154.007f, 117.248f, 155.657f, 115.95f, 157.285f, 114.454f)
|
|
||||||
curveTo(158.033f, 113.794f, 158.781f, 113.464f, 159.529f, 113.464f)
|
|
||||||
close()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.build()
|
|
||||||
return _clear!!
|
|
||||||
}
|
|
||||||
|
|
||||||
private var _clear: ImageVector? = null
|
|
@ -1,60 +0,0 @@
|
|||||||
package com.sadellie.unitto.core.ui.common.key.unittoicons
|
|
||||||
|
|
||||||
import androidx.compose.ui.graphics.Color
|
|
||||||
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
|
||||||
import androidx.compose.ui.graphics.SolidColor
|
|
||||||
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
|
|
||||||
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter
|
|
||||||
import androidx.compose.ui.graphics.vector.ImageVector
|
|
||||||
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
|
||||||
import androidx.compose.ui.graphics.vector.path
|
|
||||||
import androidx.compose.ui.unit.dp
|
|
||||||
import com.sadellie.unitto.core.ui.common.key.UnittoIcons
|
|
||||||
|
|
||||||
@Suppress("UnusedReceiverParameter")
|
|
||||||
val UnittoIcons.Comma: ImageVector
|
|
||||||
get() {
|
|
||||||
if (_comma != null) {
|
|
||||||
return _comma!!
|
|
||||||
}
|
|
||||||
_comma = Builder(
|
|
||||||
name = "Comma", defaultWidth = 170.0.dp, defaultHeight = 170.0.dp,
|
|
||||||
viewportWidth = 170.0f, viewportHeight = 170.0f
|
|
||||||
).apply {
|
|
||||||
path(
|
|
||||||
fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
|
||||||
pathFillType = NonZero
|
|
||||||
) {
|
|
||||||
moveTo(77.654f, 101.375f)
|
|
||||||
curveTo(77.271f, 101.039f, 77.007f, 100.727f, 76.863f, 100.44f)
|
|
||||||
curveTo(76.719f, 100.152f, 76.647f, 99.792f, 76.647f, 99.361f)
|
|
||||||
curveTo(76.647f, 99.025f, 76.743f, 98.69f, 76.935f, 98.354f)
|
|
||||||
curveTo(77.175f, 98.019f, 77.438f, 97.707f, 77.726f, 97.419f)
|
|
||||||
curveTo(78.205f, 96.892f, 78.805f, 96.197f, 79.524f, 95.334f)
|
|
||||||
curveTo(80.291f, 94.471f, 81.058f, 93.44f, 81.825f, 92.242f)
|
|
||||||
curveTo(82.592f, 91.091f, 83.287f, 89.797f, 83.91f, 88.358f)
|
|
||||||
curveTo(84.582f, 86.968f, 85.061f, 85.482f, 85.349f, 83.9f)
|
|
||||||
curveTo(85.205f, 83.948f, 85.037f, 83.971f, 84.845f, 83.971f)
|
|
||||||
curveTo(84.701f, 83.971f, 84.558f, 83.971f, 84.414f, 83.971f)
|
|
||||||
curveTo(81.921f, 83.971f, 79.883f, 83.157f, 78.301f, 81.526f)
|
|
||||||
curveTo(76.767f, 79.849f, 76.0f, 77.715f, 76.0f, 75.126f)
|
|
||||||
curveTo(76.0f, 72.873f, 76.767f, 70.955f, 78.301f, 69.373f)
|
|
||||||
curveTo(79.883f, 67.791f, 81.969f, 67.0f, 84.558f, 67.0f)
|
|
||||||
curveTo(85.996f, 67.0f, 87.266f, 67.264f, 88.369f, 67.791f)
|
|
||||||
curveTo(89.472f, 68.318f, 90.383f, 69.062f, 91.102f, 70.02f)
|
|
||||||
curveTo(91.869f, 70.931f, 92.444f, 72.01f, 92.828f, 73.257f)
|
|
||||||
curveTo(93.211f, 74.455f, 93.403f, 75.773f, 93.403f, 77.212f)
|
|
||||||
curveTo(93.403f, 79.369f, 93.091f, 81.622f, 92.468f, 83.971f)
|
|
||||||
curveTo(91.893f, 86.273f, 91.006f, 88.55f, 89.807f, 90.803f)
|
|
||||||
curveTo(88.657f, 93.104f, 87.242f, 95.334f, 85.564f, 97.491f)
|
|
||||||
curveTo(83.886f, 99.649f, 81.969f, 101.638f, 79.811f, 103.46f)
|
|
||||||
lineTo(77.654f, 101.375f)
|
|
||||||
close()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.build()
|
|
||||||
return _comma!!
|
|
||||||
}
|
|
||||||
|
|
||||||
private var _comma: ImageVector? = null
|
|
@ -1,149 +0,0 @@
|
|||||||
package com.sadellie.unitto.core.ui.common.key.unittoicons
|
|
||||||
|
|
||||||
import androidx.compose.ui.graphics.Color
|
|
||||||
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
|
||||||
import androidx.compose.ui.graphics.SolidColor
|
|
||||||
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
|
|
||||||
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter
|
|
||||||
import androidx.compose.ui.graphics.vector.ImageVector
|
|
||||||
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
|
||||||
import androidx.compose.ui.graphics.vector.path
|
|
||||||
import androidx.compose.ui.unit.dp
|
|
||||||
import com.sadellie.unitto.core.ui.common.key.UnittoIcons
|
|
||||||
|
|
||||||
@Suppress("UnusedReceiverParameter")
|
|
||||||
val UnittoIcons.Cos: ImageVector
|
|
||||||
get() {
|
|
||||||
if (_cos != null) {
|
|
||||||
return _cos!!
|
|
||||||
}
|
|
||||||
_cos = Builder(name = "Cos", defaultWidth = 274.0.dp, defaultHeight = 170.0.dp,
|
|
||||||
viewportWidth = 274.0f, viewportHeight = 170.0f).apply {
|
|
||||||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
|
||||||
pathFillType = NonZero) {
|
|
||||||
moveTo(98.538f, 78.022f)
|
|
||||||
curveTo(98.187f, 78.506f, 97.835f, 78.88f, 97.482f, 79.144f)
|
|
||||||
curveTo(97.131f, 79.408f, 96.646f, 79.54f, 96.031f, 79.54f)
|
|
||||||
curveTo(95.37f, 79.54f, 94.645f, 79.276f, 93.853f, 78.748f)
|
|
||||||
curveTo(93.061f, 78.176f, 92.071f, 77.56f, 90.882f, 76.9f)
|
|
||||||
curveTo(89.739f, 76.24f, 88.309f, 75.646f, 86.592f, 75.118f)
|
|
||||||
curveTo(84.921f, 74.546f, 82.853f, 74.26f, 80.388f, 74.26f)
|
|
||||||
curveTo(77.089f, 74.26f, 74.185f, 74.854f, 71.676f, 76.042f)
|
|
||||||
curveTo(69.169f, 77.186f, 67.057f, 78.858f, 65.34f, 81.058f)
|
|
||||||
curveTo(63.668f, 83.258f, 62.393f, 85.92f, 61.513f, 89.044f)
|
|
||||||
curveTo(60.676f, 92.168f, 60.258f, 95.666f, 60.258f, 99.538f)
|
|
||||||
curveTo(60.258f, 103.586f, 60.721f, 107.194f, 61.645f, 110.362f)
|
|
||||||
curveTo(62.569f, 113.486f, 63.867f, 116.126f, 65.538f, 118.282f)
|
|
||||||
curveTo(67.255f, 120.394f, 69.3f, 122.022f, 71.676f, 123.166f)
|
|
||||||
curveTo(74.096f, 124.266f, 76.802f, 124.816f, 79.795f, 124.816f)
|
|
||||||
curveTo(82.655f, 124.816f, 85.008f, 124.486f, 86.856f, 123.826f)
|
|
||||||
curveTo(88.704f, 123.122f, 90.223f, 122.352f, 91.41f, 121.516f)
|
|
||||||
curveTo(92.643f, 120.68f, 93.655f, 119.932f, 94.447f, 119.272f)
|
|
||||||
curveTo(95.283f, 118.568f, 96.096f, 118.216f, 96.888f, 118.216f)
|
|
||||||
curveTo(97.856f, 118.216f, 98.604f, 118.59f, 99.132f, 119.338f)
|
|
||||||
lineTo(102.433f, 123.628f)
|
|
||||||
curveTo(100.981f, 125.432f, 99.33f, 126.972f, 97.482f, 128.248f)
|
|
||||||
curveTo(95.634f, 129.524f, 93.632f, 130.602f, 91.477f, 131.482f)
|
|
||||||
curveTo(89.365f, 132.318f, 87.143f, 132.934f, 84.811f, 133.33f)
|
|
||||||
curveTo(82.479f, 133.726f, 80.103f, 133.924f, 77.683f, 133.924f)
|
|
||||||
curveTo(73.503f, 133.924f, 69.608f, 133.154f, 66.001f, 131.614f)
|
|
||||||
curveTo(62.437f, 130.074f, 59.334f, 127.852f, 56.694f, 124.948f)
|
|
||||||
curveTo(54.055f, 122.0f, 51.986f, 118.392f, 50.491f, 114.124f)
|
|
||||||
curveTo(48.994f, 109.856f, 48.246f, 104.994f, 48.246f, 99.538f)
|
|
||||||
curveTo(48.246f, 94.566f, 48.929f, 89.968f, 50.292f, 85.744f)
|
|
||||||
curveTo(51.701f, 81.52f, 53.724f, 77.89f, 56.364f, 74.854f)
|
|
||||||
curveTo(59.049f, 71.774f, 62.326f, 69.376f, 66.199f, 67.66f)
|
|
||||||
curveTo(70.115f, 65.944f, 74.603f, 65.086f, 79.662f, 65.086f)
|
|
||||||
curveTo(84.37f, 65.086f, 88.507f, 65.856f, 92.071f, 67.396f)
|
|
||||||
curveTo(95.678f, 68.892f, 98.868f, 71.026f, 101.641f, 73.798f)
|
|
||||||
lineTo(98.538f, 78.022f)
|
|
||||||
close()
|
|
||||||
moveTo(139.426f, 65.086f)
|
|
||||||
curveTo(144.31f, 65.086f, 148.71f, 65.9f, 152.626f, 67.528f)
|
|
||||||
curveTo(156.542f, 69.156f, 159.886f, 71.466f, 162.658f, 74.458f)
|
|
||||||
curveTo(165.43f, 77.45f, 167.542f, 81.08f, 168.994f, 85.348f)
|
|
||||||
curveTo(170.49f, 89.572f, 171.238f, 94.302f, 171.238f, 99.538f)
|
|
||||||
curveTo(171.238f, 104.818f, 170.49f, 109.57f, 168.994f, 113.794f)
|
|
||||||
curveTo(167.542f, 118.018f, 165.43f, 121.626f, 162.658f, 124.618f)
|
|
||||||
curveTo(159.886f, 127.61f, 156.542f, 129.92f, 152.626f, 131.548f)
|
|
||||||
curveTo(148.71f, 133.132f, 144.31f, 133.924f, 139.426f, 133.924f)
|
|
||||||
curveTo(134.498f, 133.924f, 130.054f, 133.132f, 126.094f, 131.548f)
|
|
||||||
curveTo(122.178f, 129.92f, 118.834f, 127.61f, 116.062f, 124.618f)
|
|
||||||
curveTo(113.29f, 121.626f, 111.156f, 118.018f, 109.66f, 113.794f)
|
|
||||||
curveTo(108.208f, 109.57f, 107.482f, 104.818f, 107.482f, 99.538f)
|
|
||||||
curveTo(107.482f, 94.302f, 108.208f, 89.572f, 109.66f, 85.348f)
|
|
||||||
curveTo(111.156f, 81.08f, 113.29f, 77.45f, 116.062f, 74.458f)
|
|
||||||
curveTo(118.834f, 71.466f, 122.178f, 69.156f, 126.094f, 67.528f)
|
|
||||||
curveTo(130.054f, 65.9f, 134.498f, 65.086f, 139.426f, 65.086f)
|
|
||||||
close()
|
|
||||||
moveTo(139.426f, 124.75f)
|
|
||||||
curveTo(146.026f, 124.75f, 150.954f, 122.55f, 154.21f, 118.15f)
|
|
||||||
curveTo(157.466f, 113.706f, 159.094f, 107.524f, 159.094f, 99.604f)
|
|
||||||
curveTo(159.094f, 91.64f, 157.466f, 85.436f, 154.21f, 80.992f)
|
|
||||||
curveTo(150.954f, 76.548f, 146.026f, 74.326f, 139.426f, 74.326f)
|
|
||||||
curveTo(136.082f, 74.326f, 133.156f, 74.898f, 130.648f, 76.042f)
|
|
||||||
curveTo(128.184f, 77.186f, 126.116f, 78.836f, 124.444f, 80.992f)
|
|
||||||
curveTo(122.816f, 83.148f, 121.584f, 85.81f, 120.748f, 88.978f)
|
|
||||||
curveTo(119.956f, 92.102f, 119.56f, 95.644f, 119.56f, 99.604f)
|
|
||||||
curveTo(119.56f, 107.524f, 121.188f, 113.706f, 124.444f, 118.15f)
|
|
||||||
curveTo(127.744f, 122.55f, 132.738f, 124.75f, 139.426f, 124.75f)
|
|
||||||
close()
|
|
||||||
moveTo(222.438f, 77.164f)
|
|
||||||
curveTo(221.91f, 78.132f, 221.096f, 78.616f, 219.996f, 78.616f)
|
|
||||||
curveTo(219.336f, 78.616f, 218.588f, 78.374f, 217.752f, 77.89f)
|
|
||||||
curveTo(216.916f, 77.406f, 215.882f, 76.878f, 214.65f, 76.306f)
|
|
||||||
curveTo(213.462f, 75.69f, 212.032f, 75.14f, 210.36f, 74.656f)
|
|
||||||
curveTo(208.688f, 74.128f, 206.708f, 73.864f, 204.42f, 73.864f)
|
|
||||||
curveTo(202.44f, 73.864f, 200.658f, 74.128f, 199.074f, 74.656f)
|
|
||||||
curveTo(197.49f, 75.14f, 196.126f, 75.822f, 194.982f, 76.702f)
|
|
||||||
curveTo(193.882f, 77.582f, 193.024f, 78.616f, 192.408f, 79.804f)
|
|
||||||
curveTo(191.836f, 80.948f, 191.55f, 82.202f, 191.55f, 83.566f)
|
|
||||||
curveTo(191.55f, 85.282f, 192.034f, 86.712f, 193.002f, 87.856f)
|
|
||||||
curveTo(194.014f, 89.0f, 195.334f, 89.99f, 196.962f, 90.826f)
|
|
||||||
curveTo(198.59f, 91.662f, 200.438f, 92.41f, 202.506f, 93.07f)
|
|
||||||
curveTo(204.574f, 93.686f, 206.686f, 94.368f, 208.842f, 95.116f)
|
|
||||||
curveTo(211.042f, 95.82f, 213.176f, 96.612f, 215.244f, 97.492f)
|
|
||||||
curveTo(217.312f, 98.372f, 219.16f, 99.472f, 220.788f, 100.792f)
|
|
||||||
curveTo(222.416f, 102.112f, 223.714f, 103.74f, 224.682f, 105.676f)
|
|
||||||
curveTo(225.694f, 107.568f, 226.2f, 109.856f, 226.2f, 112.54f)
|
|
||||||
curveTo(226.2f, 115.62f, 225.65f, 118.48f, 224.55f, 121.12f)
|
|
||||||
curveTo(223.45f, 123.716f, 221.822f, 125.982f, 219.666f, 127.918f)
|
|
||||||
curveTo(217.51f, 129.81f, 214.87f, 131.306f, 211.746f, 132.406f)
|
|
||||||
curveTo(208.622f, 133.506f, 205.014f, 134.056f, 200.922f, 134.056f)
|
|
||||||
curveTo(196.258f, 134.056f, 192.034f, 133.308f, 188.25f, 131.812f)
|
|
||||||
curveTo(184.466f, 130.272f, 181.254f, 128.314f, 178.614f, 125.938f)
|
|
||||||
lineTo(181.386f, 121.45f)
|
|
||||||
curveTo(181.738f, 120.878f, 182.156f, 120.438f, 182.64f, 120.13f)
|
|
||||||
curveTo(183.124f, 119.822f, 183.74f, 119.668f, 184.488f, 119.668f)
|
|
||||||
curveTo(185.28f, 119.668f, 186.116f, 119.976f, 186.996f, 120.592f)
|
|
||||||
curveTo(187.876f, 121.208f, 188.932f, 121.89f, 190.164f, 122.638f)
|
|
||||||
curveTo(191.44f, 123.386f, 192.98f, 124.068f, 194.784f, 124.684f)
|
|
||||||
curveTo(196.588f, 125.3f, 198.832f, 125.608f, 201.516f, 125.608f)
|
|
||||||
curveTo(203.804f, 125.608f, 205.806f, 125.322f, 207.522f, 124.75f)
|
|
||||||
curveTo(209.238f, 124.134f, 210.668f, 123.32f, 211.812f, 122.308f)
|
|
||||||
curveTo(212.956f, 121.296f, 213.792f, 120.13f, 214.32f, 118.81f)
|
|
||||||
curveTo(214.892f, 117.49f, 215.178f, 116.082f, 215.178f, 114.586f)
|
|
||||||
curveTo(215.178f, 112.738f, 214.672f, 111.22f, 213.66f, 110.032f)
|
|
||||||
curveTo(212.692f, 108.8f, 211.394f, 107.766f, 209.766f, 106.93f)
|
|
||||||
curveTo(208.138f, 106.05f, 206.268f, 105.302f, 204.156f, 104.686f)
|
|
||||||
curveTo(202.088f, 104.026f, 199.954f, 103.344f, 197.754f, 102.64f)
|
|
||||||
curveTo(195.598f, 101.936f, 193.464f, 101.144f, 191.352f, 100.264f)
|
|
||||||
curveTo(189.284f, 99.34f, 187.436f, 98.196f, 185.808f, 96.832f)
|
|
||||||
curveTo(184.18f, 95.468f, 182.86f, 93.796f, 181.848f, 91.816f)
|
|
||||||
curveTo(180.88f, 89.792f, 180.396f, 87.35f, 180.396f, 84.49f)
|
|
||||||
curveTo(180.396f, 81.938f, 180.924f, 79.496f, 181.98f, 77.164f)
|
|
||||||
curveTo(183.036f, 74.788f, 184.576f, 72.72f, 186.6f, 70.96f)
|
|
||||||
curveTo(188.624f, 69.156f, 191.11f, 67.726f, 194.058f, 66.67f)
|
|
||||||
curveTo(197.006f, 65.614f, 200.372f, 65.086f, 204.156f, 65.086f)
|
|
||||||
curveTo(208.556f, 65.086f, 212.494f, 65.79f, 215.97f, 67.198f)
|
|
||||||
curveTo(219.49f, 68.562f, 222.526f, 70.454f, 225.078f, 72.874f)
|
|
||||||
lineTo(222.438f, 77.164f)
|
|
||||||
close()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.build()
|
|
||||||
return _cos!!
|
|
||||||
}
|
|
||||||
|
|
||||||
private var _cos: ImageVector? = null
|
|
@ -1,111 +0,0 @@
|
|||||||
package com.sadellie.unitto.core.ui.common.key.unittoicons
|
|
||||||
|
|
||||||
import androidx.compose.ui.graphics.Color
|
|
||||||
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
|
||||||
import androidx.compose.ui.graphics.SolidColor
|
|
||||||
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
|
|
||||||
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter
|
|
||||||
import androidx.compose.ui.graphics.vector.ImageVector
|
|
||||||
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
|
||||||
import androidx.compose.ui.graphics.vector.path
|
|
||||||
import androidx.compose.ui.unit.dp
|
|
||||||
import com.sadellie.unitto.core.ui.common.key.UnittoIcons
|
|
||||||
|
|
||||||
@Suppress("UnusedReceiverParameter")
|
|
||||||
val UnittoIcons.Deg: ImageVector
|
|
||||||
get() {
|
|
||||||
if (_deg != null) {
|
|
||||||
return _deg!!
|
|
||||||
}
|
|
||||||
_deg = Builder(name = "Deg", defaultWidth = 274.0.dp, defaultHeight = 170.0.dp,
|
|
||||||
viewportWidth = 274.0f, viewportHeight = 170.0f).apply {
|
|
||||||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
|
||||||
pathFillType = NonZero) {
|
|
||||||
moveTo(98.21f, 85.744f)
|
|
||||||
curveTo(98.21f, 92.828f, 97.088f, 99.274f, 94.843f, 105.082f)
|
|
||||||
curveTo(92.6f, 110.89f, 89.432f, 115.862f, 85.34f, 119.998f)
|
|
||||||
curveTo(81.247f, 124.134f, 76.32f, 127.346f, 70.555f, 129.634f)
|
|
||||||
curveTo(64.836f, 131.878f, 58.5f, 133.0f, 51.548f, 133.0f)
|
|
||||||
horizontalLineTo(16.237f)
|
|
||||||
verticalLineTo(38.422f)
|
|
||||||
horizontalLineTo(51.548f)
|
|
||||||
curveTo(58.5f, 38.422f, 64.836f, 39.566f, 70.555f, 41.854f)
|
|
||||||
curveTo(76.32f, 44.098f, 81.247f, 47.31f, 85.34f, 51.49f)
|
|
||||||
curveTo(89.432f, 55.626f, 92.6f, 60.598f, 94.843f, 66.406f)
|
|
||||||
curveTo(97.088f, 72.214f, 98.21f, 78.66f, 98.21f, 85.744f)
|
|
||||||
close()
|
|
||||||
moveTo(85.076f, 85.744f)
|
|
||||||
curveTo(85.076f, 79.936f, 84.284f, 74.744f, 82.7f, 70.168f)
|
|
||||||
curveTo(81.116f, 65.592f, 78.871f, 61.72f, 75.967f, 58.552f)
|
|
||||||
curveTo(73.063f, 55.384f, 69.544f, 52.964f, 65.408f, 51.292f)
|
|
||||||
curveTo(61.271f, 49.62f, 56.652f, 48.784f, 51.548f, 48.784f)
|
|
||||||
horizontalLineTo(29.042f)
|
|
||||||
verticalLineTo(122.638f)
|
|
||||||
horizontalLineTo(51.548f)
|
|
||||||
curveTo(56.652f, 122.638f, 61.271f, 121.802f, 65.408f, 120.13f)
|
|
||||||
curveTo(69.544f, 118.458f, 73.063f, 116.06f, 75.967f, 112.936f)
|
|
||||||
curveTo(78.871f, 109.768f, 81.116f, 105.896f, 82.7f, 101.32f)
|
|
||||||
curveTo(84.284f, 96.744f, 85.076f, 91.552f, 85.076f, 85.744f)
|
|
||||||
close()
|
|
||||||
moveTo(172.36f, 122.572f)
|
|
||||||
lineTo(172.294f, 133.0f)
|
|
||||||
horizontalLineTo(114.016f)
|
|
||||||
verticalLineTo(38.422f)
|
|
||||||
horizontalLineTo(172.294f)
|
|
||||||
verticalLineTo(48.85f)
|
|
||||||
horizontalLineTo(126.82f)
|
|
||||||
verticalLineTo(80.266f)
|
|
||||||
horizontalLineTo(163.648f)
|
|
||||||
verticalLineTo(90.298f)
|
|
||||||
horizontalLineTo(126.82f)
|
|
||||||
verticalLineTo(122.572f)
|
|
||||||
horizontalLineTo(172.36f)
|
|
||||||
close()
|
|
||||||
moveTo(262.321f, 87.526f)
|
|
||||||
verticalLineTo(123.826f)
|
|
||||||
curveTo(257.569f, 127.258f, 252.487f, 129.832f, 247.075f, 131.548f)
|
|
||||||
curveTo(241.707f, 133.22f, 235.811f, 134.056f, 229.387f, 134.056f)
|
|
||||||
curveTo(221.775f, 134.056f, 214.911f, 132.89f, 208.795f, 130.558f)
|
|
||||||
curveTo(202.679f, 128.182f, 197.443f, 124.882f, 193.087f, 120.658f)
|
|
||||||
curveTo(188.775f, 116.39f, 185.453f, 111.286f, 183.121f, 105.346f)
|
|
||||||
curveTo(180.789f, 99.406f, 179.623f, 92.872f, 179.623f, 85.744f)
|
|
||||||
curveTo(179.623f, 78.528f, 180.745f, 71.95f, 182.989f, 66.01f)
|
|
||||||
curveTo(185.277f, 60.07f, 188.511f, 54.988f, 192.691f, 50.764f)
|
|
||||||
curveTo(196.871f, 46.496f, 201.953f, 43.196f, 207.937f, 40.864f)
|
|
||||||
curveTo(213.921f, 38.532f, 220.609f, 37.366f, 228.001f, 37.366f)
|
|
||||||
curveTo(231.741f, 37.366f, 235.217f, 37.652f, 238.429f, 38.224f)
|
|
||||||
curveTo(241.641f, 38.752f, 244.611f, 39.544f, 247.339f, 40.6f)
|
|
||||||
curveTo(250.067f, 41.612f, 252.597f, 42.866f, 254.929f, 44.362f)
|
|
||||||
curveTo(257.261f, 45.814f, 259.439f, 47.464f, 261.463f, 49.312f)
|
|
||||||
lineTo(257.833f, 55.12f)
|
|
||||||
curveTo(257.261f, 56.0f, 256.513f, 56.572f, 255.589f, 56.836f)
|
|
||||||
curveTo(254.709f, 57.056f, 253.719f, 56.836f, 252.619f, 56.176f)
|
|
||||||
curveTo(251.563f, 55.56f, 250.353f, 54.812f, 248.989f, 53.932f)
|
|
||||||
curveTo(247.625f, 53.052f, 245.953f, 52.216f, 243.973f, 51.424f)
|
|
||||||
curveTo(242.037f, 50.588f, 239.727f, 49.884f, 237.043f, 49.312f)
|
|
||||||
curveTo(234.403f, 48.74f, 231.257f, 48.454f, 227.605f, 48.454f)
|
|
||||||
curveTo(222.281f, 48.454f, 217.463f, 49.334f, 213.151f, 51.094f)
|
|
||||||
curveTo(208.839f, 52.81f, 205.165f, 55.296f, 202.129f, 58.552f)
|
|
||||||
curveTo(199.093f, 61.764f, 196.761f, 65.68f, 195.133f, 70.3f)
|
|
||||||
curveTo(193.505f, 74.876f, 192.691f, 80.024f, 192.691f, 85.744f)
|
|
||||||
curveTo(192.691f, 91.684f, 193.527f, 97.008f, 195.199f, 101.716f)
|
|
||||||
curveTo(196.915f, 106.38f, 199.335f, 110.362f, 202.459f, 113.662f)
|
|
||||||
curveTo(205.627f, 116.918f, 209.455f, 119.404f, 213.943f, 121.12f)
|
|
||||||
curveTo(218.431f, 122.836f, 223.469f, 123.694f, 229.057f, 123.694f)
|
|
||||||
curveTo(233.457f, 123.694f, 237.351f, 123.21f, 240.739f, 122.242f)
|
|
||||||
curveTo(244.171f, 121.23f, 247.515f, 119.844f, 250.771f, 118.084f)
|
|
||||||
verticalLineTo(97.294f)
|
|
||||||
horizontalLineTo(236.053f)
|
|
||||||
curveTo(235.217f, 97.294f, 234.535f, 97.052f, 234.007f, 96.568f)
|
|
||||||
curveTo(233.523f, 96.084f, 233.281f, 95.49f, 233.281f, 94.786f)
|
|
||||||
verticalLineTo(87.526f)
|
|
||||||
horizontalLineTo(262.321f)
|
|
||||||
close()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.build()
|
|
||||||
return _deg!!
|
|
||||||
}
|
|
||||||
|
|
||||||
private var _deg: ImageVector? = null
|
|
@ -1,81 +0,0 @@
|
|||||||
package com.sadellie.unitto.core.ui.common.key.unittoicons
|
|
||||||
|
|
||||||
import androidx.compose.ui.graphics.Color
|
|
||||||
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
|
||||||
import androidx.compose.ui.graphics.SolidColor
|
|
||||||
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
|
|
||||||
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter
|
|
||||||
import androidx.compose.ui.graphics.vector.ImageVector
|
|
||||||
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
|
||||||
import androidx.compose.ui.graphics.vector.path
|
|
||||||
import androidx.compose.ui.unit.dp
|
|
||||||
import com.sadellie.unitto.core.ui.common.key.UnittoIcons
|
|
||||||
|
|
||||||
@Suppress("UnusedReceiverParameter")
|
|
||||||
val UnittoIcons.Divide: ImageVector
|
|
||||||
get() {
|
|
||||||
if (_divide != null) {
|
|
||||||
return _divide!!
|
|
||||||
}
|
|
||||||
_divide = Builder(name = "Divide", defaultWidth = 170.0.dp, defaultHeight = 170.0.dp,
|
|
||||||
viewportWidth = 170.0f, viewportHeight = 170.0f).apply {
|
|
||||||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
|
||||||
pathFillType = NonZero) {
|
|
||||||
moveTo(76.438f, 45.822f)
|
|
||||||
curveTo(76.438f, 44.603f, 76.648f, 43.469f, 77.069f, 42.419f)
|
|
||||||
curveTo(77.531f, 41.327f, 78.14f, 40.382f, 78.896f, 39.583f)
|
|
||||||
curveTo(79.694f, 38.785f, 80.618f, 38.155f, 81.668f, 37.693f)
|
|
||||||
curveTo(82.761f, 37.231f, 83.916f, 37.0f, 85.134f, 37.0f)
|
|
||||||
curveTo(86.352f, 37.0f, 87.487f, 37.231f, 88.537f, 37.693f)
|
|
||||||
curveTo(89.629f, 38.155f, 90.574f, 38.785f, 91.372f, 39.583f)
|
|
||||||
curveTo(92.17f, 40.382f, 92.8f, 41.327f, 93.262f, 42.419f)
|
|
||||||
curveTo(93.725f, 43.469f, 93.956f, 44.603f, 93.956f, 45.822f)
|
|
||||||
curveTo(93.956f, 47.082f, 93.725f, 48.237f, 93.262f, 49.287f)
|
|
||||||
curveTo(92.8f, 50.337f, 92.17f, 51.262f, 91.372f, 52.06f)
|
|
||||||
curveTo(90.574f, 52.858f, 89.629f, 53.467f, 88.537f, 53.887f)
|
|
||||||
curveTo(87.487f, 54.349f, 86.352f, 54.58f, 85.134f, 54.58f)
|
|
||||||
curveTo(83.916f, 54.58f, 82.761f, 54.349f, 81.668f, 53.887f)
|
|
||||||
curveTo(80.618f, 53.467f, 79.694f, 52.858f, 78.896f, 52.06f)
|
|
||||||
curveTo(78.14f, 51.262f, 77.531f, 50.337f, 77.069f, 49.287f)
|
|
||||||
curveTo(76.648f, 48.237f, 76.438f, 47.082f, 76.438f, 45.822f)
|
|
||||||
close()
|
|
||||||
}
|
|
||||||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
|
||||||
pathFillType = NonZero) {
|
|
||||||
moveTo(76.438f, 124.931f)
|
|
||||||
curveTo(76.438f, 123.713f, 76.648f, 122.579f, 77.069f, 121.529f)
|
|
||||||
curveTo(77.531f, 120.437f, 78.14f, 119.491f, 78.896f, 118.693f)
|
|
||||||
curveTo(79.694f, 117.895f, 80.618f, 117.265f, 81.668f, 116.803f)
|
|
||||||
curveTo(82.761f, 116.341f, 83.916f, 116.11f, 85.134f, 116.11f)
|
|
||||||
curveTo(86.352f, 116.11f, 87.487f, 116.341f, 88.537f, 116.803f)
|
|
||||||
curveTo(89.629f, 117.265f, 90.574f, 117.895f, 91.372f, 118.693f)
|
|
||||||
curveTo(92.17f, 119.491f, 92.8f, 120.437f, 93.262f, 121.529f)
|
|
||||||
curveTo(93.725f, 122.579f, 93.956f, 123.713f, 93.956f, 124.931f)
|
|
||||||
curveTo(93.956f, 126.192f, 93.725f, 127.347f, 93.262f, 128.397f)
|
|
||||||
curveTo(92.8f, 129.447f, 92.17f, 130.371f, 91.372f, 131.17f)
|
|
||||||
curveTo(90.574f, 131.968f, 89.629f, 132.577f, 88.537f, 132.997f)
|
|
||||||
curveTo(87.487f, 133.459f, 86.352f, 133.69f, 85.134f, 133.69f)
|
|
||||||
curveTo(83.916f, 133.69f, 82.761f, 133.459f, 81.668f, 132.997f)
|
|
||||||
curveTo(80.618f, 132.577f, 79.694f, 131.968f, 78.896f, 131.17f)
|
|
||||||
curveTo(78.14f, 130.371f, 77.531f, 129.447f, 77.069f, 128.397f)
|
|
||||||
curveTo(76.648f, 127.347f, 76.438f, 126.192f, 76.438f, 124.931f)
|
|
||||||
close()
|
|
||||||
}
|
|
||||||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
|
||||||
pathFillType = NonZero) {
|
|
||||||
moveTo(35.0f, 77.183f)
|
|
||||||
horizontalLineTo(135.457f)
|
|
||||||
verticalLineTo(90.368f)
|
|
||||||
horizontalLineTo(35.0f)
|
|
||||||
verticalLineTo(77.183f)
|
|
||||||
close()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.build()
|
|
||||||
return _divide!!
|
|
||||||
}
|
|
||||||
|
|
||||||
private var _divide: ImageVector? = null
|
|
@ -1,53 +0,0 @@
|
|||||||
package com.sadellie.unitto.core.ui.common.key.unittoicons
|
|
||||||
|
|
||||||
import androidx.compose.ui.graphics.Color
|
|
||||||
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
|
||||||
import androidx.compose.ui.graphics.SolidColor
|
|
||||||
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
|
|
||||||
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter
|
|
||||||
import androidx.compose.ui.graphics.vector.ImageVector
|
|
||||||
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
|
||||||
import androidx.compose.ui.graphics.vector.path
|
|
||||||
import androidx.compose.ui.unit.dp
|
|
||||||
import com.sadellie.unitto.core.ui.common.key.UnittoIcons
|
|
||||||
|
|
||||||
@Suppress("UnusedReceiverParameter")
|
|
||||||
val UnittoIcons.Dot: ImageVector
|
|
||||||
get() {
|
|
||||||
if (_dot != null) {
|
|
||||||
return _dot!!
|
|
||||||
}
|
|
||||||
_dot = Builder(
|
|
||||||
name = "Dot", defaultWidth = 170.0.dp, defaultHeight = 170.0.dp,
|
|
||||||
viewportWidth = 170.0f, viewportHeight = 170.0f
|
|
||||||
).apply {
|
|
||||||
path(
|
|
||||||
fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
|
||||||
pathFillType = NonZero
|
|
||||||
) {
|
|
||||||
moveTo(75.0f, 84.824f)
|
|
||||||
curveTo(75.0f, 83.473f, 75.234f, 82.199f, 75.702f, 81.004f)
|
|
||||||
curveTo(76.221f, 79.808f, 76.897f, 78.769f, 77.729f, 77.885f)
|
|
||||||
curveTo(78.613f, 77.001f, 79.652f, 76.299f, 80.848f, 75.78f)
|
|
||||||
curveTo(82.043f, 75.26f, 83.317f, 75.0f, 84.668f, 75.0f)
|
|
||||||
curveTo(86.02f, 75.0f, 87.293f, 75.26f, 88.489f, 75.78f)
|
|
||||||
curveTo(89.684f, 76.299f, 90.724f, 77.001f, 91.607f, 77.885f)
|
|
||||||
curveTo(92.491f, 78.769f, 93.193f, 79.808f, 93.712f, 81.004f)
|
|
||||||
curveTo(94.232f, 82.199f, 94.492f, 83.473f, 94.492f, 84.824f)
|
|
||||||
curveTo(94.492f, 86.227f, 94.232f, 87.527f, 93.712f, 88.722f)
|
|
||||||
curveTo(93.193f, 89.866f, 92.491f, 90.88f, 91.607f, 91.763f)
|
|
||||||
curveTo(90.724f, 92.647f, 89.684f, 93.323f, 88.489f, 93.79f)
|
|
||||||
curveTo(87.293f, 94.31f, 86.02f, 94.57f, 84.668f, 94.57f)
|
|
||||||
curveTo(83.317f, 94.57f, 82.043f, 94.31f, 80.848f, 93.79f)
|
|
||||||
curveTo(79.652f, 93.323f, 78.613f, 92.647f, 77.729f, 91.763f)
|
|
||||||
curveTo(76.897f, 90.88f, 76.221f, 89.866f, 75.702f, 88.722f)
|
|
||||||
curveTo(75.234f, 87.527f, 75.0f, 86.227f, 75.0f, 84.824f)
|
|
||||||
close()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.build()
|
|
||||||
return _dot!!
|
|
||||||
}
|
|
||||||
|
|
||||||
private var _dot: ImageVector? = null
|
|
@ -1,71 +0,0 @@
|
|||||||
package com.sadellie.unitto.core.ui.common.key.unittoicons
|
|
||||||
|
|
||||||
import androidx.compose.ui.graphics.Color
|
|
||||||
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
|
||||||
import androidx.compose.ui.graphics.SolidColor
|
|
||||||
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
|
|
||||||
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter
|
|
||||||
import androidx.compose.ui.graphics.vector.ImageVector
|
|
||||||
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
|
||||||
import androidx.compose.ui.graphics.vector.path
|
|
||||||
import androidx.compose.ui.unit.dp
|
|
||||||
import com.sadellie.unitto.core.ui.common.key.UnittoIcons
|
|
||||||
|
|
||||||
@Suppress("UnusedReceiverParameter")
|
|
||||||
val UnittoIcons.E: ImageVector
|
|
||||||
get() {
|
|
||||||
if (_e != null) {
|
|
||||||
return _e!!
|
|
||||||
}
|
|
||||||
_e = Builder(name = "E", defaultWidth = 274.0.dp, defaultHeight = 170.0.dp, viewportWidth =
|
|
||||||
274.0f, viewportHeight = 170.0f).apply {
|
|
||||||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
|
||||||
pathFillType = NonZero) {
|
|
||||||
moveTo(156.185f, 92.278f)
|
|
||||||
curveTo(156.185f, 89.55f, 155.789f, 87.064f, 154.997f, 84.82f)
|
|
||||||
curveTo(154.249f, 82.532f, 153.127f, 80.574f, 151.631f, 78.946f)
|
|
||||||
curveTo(150.179f, 77.274f, 148.397f, 75.998f, 146.285f, 75.118f)
|
|
||||||
curveTo(144.173f, 74.194f, 141.775f, 73.732f, 139.091f, 73.732f)
|
|
||||||
curveTo(133.459f, 73.732f, 128.993f, 75.382f, 125.693f, 78.682f)
|
|
||||||
curveTo(122.437f, 81.938f, 120.413f, 86.47f, 119.621f, 92.278f)
|
|
||||||
horizontalLineTo(156.185f)
|
|
||||||
close()
|
|
||||||
moveTo(165.689f, 123.628f)
|
|
||||||
curveTo(164.237f, 125.388f, 162.499f, 126.928f, 160.475f, 128.248f)
|
|
||||||
curveTo(158.451f, 129.524f, 156.273f, 130.58f, 153.941f, 131.416f)
|
|
||||||
curveTo(151.653f, 132.252f, 149.277f, 132.868f, 146.813f, 133.264f)
|
|
||||||
curveTo(144.349f, 133.704f, 141.907f, 133.924f, 139.487f, 133.924f)
|
|
||||||
curveTo(134.867f, 133.924f, 130.599f, 133.154f, 126.683f, 131.614f)
|
|
||||||
curveTo(122.811f, 130.03f, 119.445f, 127.742f, 116.585f, 124.75f)
|
|
||||||
curveTo(113.769f, 121.714f, 111.569f, 117.974f, 109.985f, 113.53f)
|
|
||||||
curveTo(108.401f, 109.086f, 107.609f, 103.982f, 107.609f, 98.218f)
|
|
||||||
curveTo(107.609f, 93.554f, 108.313f, 89.198f, 109.721f, 85.15f)
|
|
||||||
curveTo(111.173f, 81.102f, 113.241f, 77.604f, 115.925f, 74.656f)
|
|
||||||
curveTo(118.609f, 71.664f, 121.887f, 69.332f, 125.759f, 67.66f)
|
|
||||||
curveTo(129.631f, 65.944f, 133.987f, 65.086f, 138.827f, 65.086f)
|
|
||||||
curveTo(142.831f, 65.086f, 146.527f, 65.768f, 149.915f, 67.132f)
|
|
||||||
curveTo(153.347f, 68.452f, 156.295f, 70.388f, 158.759f, 72.94f)
|
|
||||||
curveTo(161.267f, 75.448f, 163.225f, 78.572f, 164.633f, 82.312f)
|
|
||||||
curveTo(166.041f, 86.008f, 166.745f, 90.232f, 166.745f, 94.984f)
|
|
||||||
curveTo(166.745f, 96.832f, 166.547f, 98.064f, 166.151f, 98.68f)
|
|
||||||
curveTo(165.755f, 99.296f, 165.007f, 99.604f, 163.907f, 99.604f)
|
|
||||||
horizontalLineTo(119.225f)
|
|
||||||
curveTo(119.357f, 103.828f, 119.929f, 107.502f, 120.941f, 110.626f)
|
|
||||||
curveTo(121.997f, 113.75f, 123.449f, 116.368f, 125.297f, 118.48f)
|
|
||||||
curveTo(127.145f, 120.548f, 129.345f, 122.11f, 131.897f, 123.166f)
|
|
||||||
curveTo(134.449f, 124.178f, 137.309f, 124.684f, 140.477f, 124.684f)
|
|
||||||
curveTo(143.425f, 124.684f, 145.955f, 124.354f, 148.067f, 123.694f)
|
|
||||||
curveTo(150.223f, 122.99f, 152.071f, 122.242f, 153.611f, 121.45f)
|
|
||||||
curveTo(155.151f, 120.658f, 156.427f, 119.932f, 157.439f, 119.272f)
|
|
||||||
curveTo(158.495f, 118.568f, 159.397f, 118.216f, 160.145f, 118.216f)
|
|
||||||
curveTo(161.113f, 118.216f, 161.861f, 118.59f, 162.389f, 119.338f)
|
|
||||||
lineTo(165.689f, 123.628f)
|
|
||||||
close()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.build()
|
|
||||||
return _e!!
|
|
||||||
}
|
|
||||||
|
|
||||||
private var _e: ImageVector? = null
|
|
@ -1,43 +0,0 @@
|
|||||||
package com.sadellie.unitto.core.ui.common.key.unittoicons
|
|
||||||
|
|
||||||
import androidx.compose.ui.graphics.Color
|
|
||||||
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
|
||||||
import androidx.compose.ui.graphics.SolidColor
|
|
||||||
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
|
|
||||||
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter
|
|
||||||
import androidx.compose.ui.graphics.vector.ImageVector
|
|
||||||
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
|
||||||
import androidx.compose.ui.graphics.vector.path
|
|
||||||
import androidx.compose.ui.unit.dp
|
|
||||||
import com.sadellie.unitto.core.ui.common.key.UnittoIcons
|
|
||||||
|
|
||||||
@Suppress("UnusedReceiverParameter")
|
|
||||||
val UnittoIcons.Equal: ImageVector
|
|
||||||
get() {
|
|
||||||
if (_equal != null) {
|
|
||||||
return _equal!!
|
|
||||||
}
|
|
||||||
_equal = Builder(name = "Equal", defaultWidth = 170.0.dp, defaultHeight = 170.0.dp,
|
|
||||||
viewportWidth = 170.0f, viewportHeight = 170.0f).apply {
|
|
||||||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
|
||||||
pathFillType = NonZero) {
|
|
||||||
moveTo(37.0f, 103.283f)
|
|
||||||
horizontalLineTo(133.69f)
|
|
||||||
verticalLineTo(115.64f)
|
|
||||||
horizontalLineTo(37.0f)
|
|
||||||
verticalLineTo(103.283f)
|
|
||||||
close()
|
|
||||||
moveTo(37.0f, 54.0f)
|
|
||||||
horizontalLineTo(133.69f)
|
|
||||||
verticalLineTo(66.281f)
|
|
||||||
horizontalLineTo(37.0f)
|
|
||||||
verticalLineTo(54.0f)
|
|
||||||
close()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.build()
|
|
||||||
return _equal!!
|
|
||||||
}
|
|
||||||
|
|
||||||
private var _equal: ImageVector? = null
|
|
@ -1,95 +0,0 @@
|
|||||||
package com.sadellie.unitto.core.ui.common.key.unittoicons
|
|
||||||
|
|
||||||
import androidx.compose.ui.graphics.Color
|
|
||||||
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
|
||||||
import androidx.compose.ui.graphics.SolidColor
|
|
||||||
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
|
|
||||||
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter
|
|
||||||
import androidx.compose.ui.graphics.vector.ImageVector
|
|
||||||
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
|
||||||
import androidx.compose.ui.graphics.vector.path
|
|
||||||
import androidx.compose.ui.unit.dp
|
|
||||||
import com.sadellie.unitto.core.ui.common.key.UnittoIcons
|
|
||||||
|
|
||||||
@Suppress("UnusedReceiverParameter")
|
|
||||||
val UnittoIcons.Ex: ImageVector
|
|
||||||
get() {
|
|
||||||
if (_ex != null) {
|
|
||||||
return _ex!!
|
|
||||||
}
|
|
||||||
_ex = Builder(name = "Ex", defaultWidth = 274.0.dp, defaultHeight = 170.0.dp, viewportWidth
|
|
||||||
= 274.0f, viewportHeight = 170.0f).apply {
|
|
||||||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
|
||||||
pathFillType = NonZero) {
|
|
||||||
moveTo(138.685f, 92.278f)
|
|
||||||
curveTo(138.685f, 89.55f, 138.289f, 87.064f, 137.497f, 84.82f)
|
|
||||||
curveTo(136.749f, 82.532f, 135.627f, 80.574f, 134.131f, 78.946f)
|
|
||||||
curveTo(132.679f, 77.274f, 130.897f, 75.998f, 128.785f, 75.118f)
|
|
||||||
curveTo(126.673f, 74.194f, 124.275f, 73.732f, 121.591f, 73.732f)
|
|
||||||
curveTo(115.959f, 73.732f, 111.493f, 75.382f, 108.193f, 78.682f)
|
|
||||||
curveTo(104.937f, 81.938f, 102.913f, 86.47f, 102.121f, 92.278f)
|
|
||||||
horizontalLineTo(138.685f)
|
|
||||||
close()
|
|
||||||
moveTo(148.189f, 123.628f)
|
|
||||||
curveTo(146.737f, 125.388f, 144.999f, 126.928f, 142.975f, 128.248f)
|
|
||||||
curveTo(140.951f, 129.524f, 138.773f, 130.58f, 136.441f, 131.416f)
|
|
||||||
curveTo(134.153f, 132.252f, 131.777f, 132.868f, 129.313f, 133.264f)
|
|
||||||
curveTo(126.849f, 133.704f, 124.407f, 133.924f, 121.987f, 133.924f)
|
|
||||||
curveTo(117.367f, 133.924f, 113.099f, 133.154f, 109.183f, 131.614f)
|
|
||||||
curveTo(105.311f, 130.03f, 101.945f, 127.742f, 99.085f, 124.75f)
|
|
||||||
curveTo(96.269f, 121.714f, 94.068f, 117.974f, 92.484f, 113.53f)
|
|
||||||
curveTo(90.9f, 109.086f, 90.108f, 103.982f, 90.108f, 98.218f)
|
|
||||||
curveTo(90.108f, 93.554f, 90.813f, 89.198f, 92.22f, 85.15f)
|
|
||||||
curveTo(93.673f, 81.102f, 95.741f, 77.604f, 98.424f, 74.656f)
|
|
||||||
curveTo(101.109f, 71.664f, 104.387f, 69.332f, 108.259f, 67.66f)
|
|
||||||
curveTo(112.131f, 65.944f, 116.487f, 65.086f, 121.327f, 65.086f)
|
|
||||||
curveTo(125.331f, 65.086f, 129.027f, 65.768f, 132.415f, 67.132f)
|
|
||||||
curveTo(135.847f, 68.452f, 138.795f, 70.388f, 141.259f, 72.94f)
|
|
||||||
curveTo(143.767f, 75.448f, 145.725f, 78.572f, 147.133f, 82.312f)
|
|
||||||
curveTo(148.541f, 86.008f, 149.245f, 90.232f, 149.245f, 94.984f)
|
|
||||||
curveTo(149.245f, 96.832f, 149.047f, 98.064f, 148.651f, 98.68f)
|
|
||||||
curveTo(148.255f, 99.296f, 147.507f, 99.604f, 146.407f, 99.604f)
|
|
||||||
horizontalLineTo(101.725f)
|
|
||||||
curveTo(101.857f, 103.828f, 102.429f, 107.502f, 103.441f, 110.626f)
|
|
||||||
curveTo(104.497f, 113.75f, 105.949f, 116.368f, 107.797f, 118.48f)
|
|
||||||
curveTo(109.645f, 120.548f, 111.845f, 122.11f, 114.397f, 123.166f)
|
|
||||||
curveTo(116.949f, 124.178f, 119.809f, 124.684f, 122.977f, 124.684f)
|
|
||||||
curveTo(125.925f, 124.684f, 128.455f, 124.354f, 130.567f, 123.694f)
|
|
||||||
curveTo(132.723f, 122.99f, 134.571f, 122.242f, 136.111f, 121.45f)
|
|
||||||
curveTo(137.651f, 120.658f, 138.927f, 119.932f, 139.939f, 119.272f)
|
|
||||||
curveTo(140.995f, 118.568f, 141.897f, 118.216f, 142.645f, 118.216f)
|
|
||||||
curveTo(143.613f, 118.216f, 144.361f, 118.59f, 144.889f, 119.338f)
|
|
||||||
lineTo(148.189f, 123.628f)
|
|
||||||
close()
|
|
||||||
moveTo(187.765f, 72.61f)
|
|
||||||
horizontalLineTo(179.779f)
|
|
||||||
curveTo(179.163f, 72.61f, 178.657f, 72.456f, 178.261f, 72.148f)
|
|
||||||
curveTo(177.909f, 71.84f, 177.623f, 71.488f, 177.403f, 71.092f)
|
|
||||||
lineTo(170.143f, 59.146f)
|
|
||||||
curveTo(169.923f, 60.026f, 169.659f, 60.774f, 169.351f, 61.39f)
|
|
||||||
lineTo(163.081f, 71.092f)
|
|
||||||
curveTo(162.861f, 71.488f, 162.553f, 71.84f, 162.157f, 72.148f)
|
|
||||||
curveTo(161.805f, 72.456f, 161.343f, 72.61f, 160.771f, 72.61f)
|
|
||||||
horizontalLineTo(153.313f)
|
|
||||||
lineTo(164.929f, 54.988f)
|
|
||||||
lineTo(153.775f, 38.422f)
|
|
||||||
horizontalLineTo(161.827f)
|
|
||||||
curveTo(162.443f, 38.422f, 162.883f, 38.51f, 163.147f, 38.686f)
|
|
||||||
curveTo(163.455f, 38.862f, 163.719f, 39.148f, 163.939f, 39.544f)
|
|
||||||
lineTo(171.133f, 51.028f)
|
|
||||||
curveTo(171.265f, 50.588f, 171.397f, 50.17f, 171.529f, 49.774f)
|
|
||||||
curveTo(171.661f, 49.378f, 171.837f, 48.96f, 172.057f, 48.52f)
|
|
||||||
lineTo(177.733f, 39.676f)
|
|
||||||
curveTo(178.129f, 38.84f, 178.767f, 38.422f, 179.647f, 38.422f)
|
|
||||||
horizontalLineTo(187.303f)
|
|
||||||
lineTo(176.149f, 54.658f)
|
|
||||||
lineTo(187.765f, 72.61f)
|
|
||||||
close()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.build()
|
|
||||||
return _ex!!
|
|
||||||
}
|
|
||||||
|
|
||||||
private var _ex: ImageVector? = null
|
|
@ -1,63 +0,0 @@
|
|||||||
package com.sadellie.unitto.core.ui.common.key.unittoicons
|
|
||||||
|
|
||||||
import androidx.compose.ui.graphics.Color
|
|
||||||
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
|
||||||
import androidx.compose.ui.graphics.SolidColor
|
|
||||||
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
|
|
||||||
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter
|
|
||||||
import androidx.compose.ui.graphics.vector.ImageVector
|
|
||||||
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
|
||||||
import androidx.compose.ui.graphics.vector.path
|
|
||||||
import androidx.compose.ui.unit.dp
|
|
||||||
import com.sadellie.unitto.core.ui.common.key.UnittoIcons
|
|
||||||
|
|
||||||
@Suppress("UnusedReceiverParameter")
|
|
||||||
val UnittoIcons.Factorial: ImageVector
|
|
||||||
get() {
|
|
||||||
if (_factorial != null) {
|
|
||||||
return _factorial!!
|
|
||||||
}
|
|
||||||
_factorial = Builder(name = "Factorial", defaultWidth = 274.0.dp, defaultHeight = 170.0.dp,
|
|
||||||
viewportWidth = 274.0f, viewportHeight = 170.0f).apply {
|
|
||||||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
|
||||||
pathFillType = NonZero) {
|
|
||||||
moveTo(142.705f, 38.422f)
|
|
||||||
verticalLineTo(76.174f)
|
|
||||||
curveTo(142.705f, 78.154f, 142.661f, 80.09f, 142.573f, 81.982f)
|
|
||||||
curveTo(142.485f, 83.874f, 142.375f, 85.788f, 142.243f, 87.724f)
|
|
||||||
curveTo(142.111f, 89.616f, 141.935f, 91.574f, 141.715f, 93.598f)
|
|
||||||
curveTo(141.539f, 95.578f, 141.319f, 97.712f, 141.055f, 100.0f)
|
|
||||||
horizontalLineTo(133.135f)
|
|
||||||
curveTo(132.871f, 97.712f, 132.629f, 95.578f, 132.409f, 93.598f)
|
|
||||||
curveTo(132.233f, 91.574f, 132.079f, 89.616f, 131.947f, 87.724f)
|
|
||||||
curveTo(131.815f, 85.788f, 131.705f, 83.874f, 131.617f, 81.982f)
|
|
||||||
curveTo(131.529f, 80.09f, 131.485f, 78.154f, 131.485f, 76.174f)
|
|
||||||
verticalLineTo(38.422f)
|
|
||||||
horizontalLineTo(142.705f)
|
|
||||||
close()
|
|
||||||
moveTo(128.647f, 125.74f)
|
|
||||||
curveTo(128.647f, 124.596f, 128.845f, 123.518f, 129.241f, 122.506f)
|
|
||||||
curveTo(129.681f, 121.494f, 130.275f, 120.614f, 131.023f, 119.866f)
|
|
||||||
curveTo(131.771f, 119.118f, 132.629f, 118.524f, 133.597f, 118.084f)
|
|
||||||
curveTo(134.609f, 117.644f, 135.709f, 117.424f, 136.897f, 117.424f)
|
|
||||||
curveTo(138.041f, 117.424f, 139.097f, 117.644f, 140.065f, 118.084f)
|
|
||||||
curveTo(141.077f, 118.524f, 141.957f, 119.118f, 142.705f, 119.866f)
|
|
||||||
curveTo(143.453f, 120.614f, 144.047f, 121.494f, 144.487f, 122.506f)
|
|
||||||
curveTo(144.927f, 123.518f, 145.147f, 124.596f, 145.147f, 125.74f)
|
|
||||||
curveTo(145.147f, 126.928f, 144.927f, 128.028f, 144.487f, 129.04f)
|
|
||||||
curveTo(144.047f, 130.008f, 143.453f, 130.866f, 142.705f, 131.614f)
|
|
||||||
curveTo(141.957f, 132.362f, 141.077f, 132.934f, 140.065f, 133.33f)
|
|
||||||
curveTo(139.097f, 133.77f, 138.041f, 133.99f, 136.897f, 133.99f)
|
|
||||||
curveTo(135.709f, 133.99f, 134.609f, 133.77f, 133.597f, 133.33f)
|
|
||||||
curveTo(132.629f, 132.934f, 131.771f, 132.362f, 131.023f, 131.614f)
|
|
||||||
curveTo(130.275f, 130.866f, 129.681f, 130.008f, 129.241f, 129.04f)
|
|
||||||
curveTo(128.845f, 128.028f, 128.647f, 126.928f, 128.647f, 125.74f)
|
|
||||||
close()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.build()
|
|
||||||
return _factorial!!
|
|
||||||
}
|
|
||||||
|
|
||||||
private var _factorial: ImageVector? = null
|
|
@ -1,76 +0,0 @@
|
|||||||
package com.sadellie.unitto.core.ui.common.key.unittoicons
|
|
||||||
|
|
||||||
import androidx.compose.ui.graphics.Color
|
|
||||||
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
|
||||||
import androidx.compose.ui.graphics.SolidColor
|
|
||||||
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
|
|
||||||
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter
|
|
||||||
import androidx.compose.ui.graphics.vector.ImageVector
|
|
||||||
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
|
||||||
import androidx.compose.ui.graphics.vector.path
|
|
||||||
import androidx.compose.ui.unit.dp
|
|
||||||
import com.sadellie.unitto.core.ui.common.key.UnittoIcons
|
|
||||||
|
|
||||||
@Suppress("UnusedReceiverParameter")
|
|
||||||
val UnittoIcons.Inv: ImageVector
|
|
||||||
get() {
|
|
||||||
if (_inv != null) {
|
|
||||||
return _inv!!
|
|
||||||
}
|
|
||||||
_inv = Builder(name = "Inv", defaultWidth = 274.0.dp, defaultHeight = 170.0.dp,
|
|
||||||
viewportWidth = 274.0f, viewportHeight = 170.0f).apply {
|
|
||||||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
|
||||||
pathFillType = NonZero) {
|
|
||||||
moveTo(50.956f, 133.0f)
|
|
||||||
horizontalLineTo(38.152f)
|
|
||||||
verticalLineTo(38.422f)
|
|
||||||
horizontalLineTo(50.956f)
|
|
||||||
verticalLineTo(133.0f)
|
|
||||||
close()
|
|
||||||
moveTo(149.134f, 38.422f)
|
|
||||||
verticalLineTo(133.0f)
|
|
||||||
horizontalLineTo(142.732f)
|
|
||||||
curveTo(141.72f, 133.0f, 140.862f, 132.824f, 140.158f, 132.472f)
|
|
||||||
curveTo(139.498f, 132.12f, 138.838f, 131.526f, 138.178f, 130.69f)
|
|
||||||
lineTo(83.464f, 59.41f)
|
|
||||||
curveTo(83.552f, 60.51f, 83.618f, 61.588f, 83.662f, 62.644f)
|
|
||||||
curveTo(83.706f, 63.7f, 83.728f, 64.69f, 83.728f, 65.614f)
|
|
||||||
verticalLineTo(133.0f)
|
|
||||||
horizontalLineTo(72.508f)
|
|
||||||
verticalLineTo(38.422f)
|
|
||||||
horizontalLineTo(79.108f)
|
|
||||||
curveTo(79.68f, 38.422f, 80.164f, 38.466f, 80.56f, 38.554f)
|
|
||||||
curveTo(80.956f, 38.598f, 81.308f, 38.708f, 81.616f, 38.884f)
|
|
||||||
curveTo(81.924f, 39.016f, 82.232f, 39.236f, 82.54f, 39.544f)
|
|
||||||
curveTo(82.848f, 39.808f, 83.178f, 40.16f, 83.53f, 40.6f)
|
|
||||||
lineTo(138.244f, 111.814f)
|
|
||||||
curveTo(138.156f, 110.67f, 138.068f, 109.57f, 137.98f, 108.514f)
|
|
||||||
curveTo(137.936f, 107.414f, 137.914f, 106.38f, 137.914f, 105.412f)
|
|
||||||
verticalLineTo(38.422f)
|
|
||||||
horizontalLineTo(149.134f)
|
|
||||||
close()
|
|
||||||
moveTo(247.562f, 38.422f)
|
|
||||||
lineTo(209.018f, 133.0f)
|
|
||||||
horizontalLineTo(197.534f)
|
|
||||||
lineTo(158.99f, 38.422f)
|
|
||||||
horizontalLineTo(169.22f)
|
|
||||||
curveTo(170.364f, 38.422f, 171.288f, 38.708f, 171.992f, 39.28f)
|
|
||||||
curveTo(172.696f, 39.852f, 173.224f, 40.578f, 173.576f, 41.458f)
|
|
||||||
lineTo(200.24f, 108.184f)
|
|
||||||
curveTo(200.812f, 109.68f, 201.362f, 111.308f, 201.89f, 113.068f)
|
|
||||||
curveTo(202.462f, 114.828f, 202.968f, 116.676f, 203.408f, 118.612f)
|
|
||||||
curveTo(203.848f, 116.676f, 204.31f, 114.828f, 204.794f, 113.068f)
|
|
||||||
curveTo(205.278f, 111.308f, 205.806f, 109.68f, 206.378f, 108.184f)
|
|
||||||
lineTo(232.976f, 41.458f)
|
|
||||||
curveTo(233.24f, 40.71f, 233.746f, 40.028f, 234.494f, 39.412f)
|
|
||||||
curveTo(235.286f, 38.752f, 236.232f, 38.422f, 237.332f, 38.422f)
|
|
||||||
horizontalLineTo(247.562f)
|
|
||||||
close()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.build()
|
|
||||||
return _inv!!
|
|
||||||
}
|
|
||||||
|
|
||||||
private var _inv: ImageVector? = null
|
|
@ -1,67 +0,0 @@
|
|||||||
package com.sadellie.unitto.core.ui.common.key.unittoicons
|
|
||||||
|
|
||||||
import androidx.compose.ui.graphics.Color
|
|
||||||
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
|
||||||
import androidx.compose.ui.graphics.SolidColor
|
|
||||||
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
|
|
||||||
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter
|
|
||||||
import androidx.compose.ui.graphics.vector.ImageVector
|
|
||||||
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
|
||||||
import androidx.compose.ui.graphics.vector.path
|
|
||||||
import androidx.compose.ui.unit.dp
|
|
||||||
import com.sadellie.unitto.core.ui.common.key.UnittoIcons
|
|
||||||
|
|
||||||
@Suppress("UnusedReceiverParameter")
|
|
||||||
val UnittoIcons.Key0: ImageVector
|
|
||||||
get() {
|
|
||||||
if (_key0 != null) {
|
|
||||||
return _key0!!
|
|
||||||
}
|
|
||||||
_key0 = Builder(name = "Key0", defaultWidth = 170.0.dp, defaultHeight = 170.0.dp,
|
|
||||||
viewportWidth = 170.0f, viewportHeight = 170.0f).apply {
|
|
||||||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
|
||||||
pathFillType = NonZero) {
|
|
||||||
moveTo(119.315f, 85.744f)
|
|
||||||
curveTo(119.315f, 94.016f, 118.413f, 101.188f, 116.609f, 107.26f)
|
|
||||||
curveTo(114.849f, 113.288f, 112.429f, 118.282f, 109.349f, 122.242f)
|
|
||||||
curveTo(106.269f, 126.202f, 102.617f, 129.15f, 98.393f, 131.086f)
|
|
||||||
curveTo(94.213f, 133.022f, 89.725f, 133.99f, 84.929f, 133.99f)
|
|
||||||
curveTo(80.089f, 133.99f, 75.579f, 133.022f, 71.399f, 131.086f)
|
|
||||||
curveTo(67.263f, 129.15f, 63.655f, 126.202f, 60.575f, 122.242f)
|
|
||||||
curveTo(57.495f, 118.282f, 55.075f, 113.288f, 53.315f, 107.26f)
|
|
||||||
curveTo(51.555f, 101.188f, 50.675f, 94.016f, 50.675f, 85.744f)
|
|
||||||
curveTo(50.675f, 77.472f, 51.555f, 70.3f, 53.315f, 64.228f)
|
|
||||||
curveTo(55.075f, 58.156f, 57.495f, 53.14f, 60.575f, 49.18f)
|
|
||||||
curveTo(63.655f, 45.176f, 67.263f, 42.206f, 71.399f, 40.27f)
|
|
||||||
curveTo(75.579f, 38.334f, 80.089f, 37.366f, 84.929f, 37.366f)
|
|
||||||
curveTo(89.725f, 37.366f, 94.213f, 38.334f, 98.393f, 40.27f)
|
|
||||||
curveTo(102.617f, 42.206f, 106.269f, 45.176f, 109.349f, 49.18f)
|
|
||||||
curveTo(112.429f, 53.14f, 114.849f, 58.156f, 116.609f, 64.228f)
|
|
||||||
curveTo(118.413f, 70.3f, 119.315f, 77.472f, 119.315f, 85.744f)
|
|
||||||
close()
|
|
||||||
moveTo(107.105f, 85.744f)
|
|
||||||
curveTo(107.105f, 78.528f, 106.489f, 72.478f, 105.257f, 67.594f)
|
|
||||||
curveTo(104.069f, 62.666f, 102.441f, 58.706f, 100.373f, 55.714f)
|
|
||||||
curveTo(98.349f, 52.722f, 95.995f, 50.588f, 93.311f, 49.312f)
|
|
||||||
curveTo(90.627f, 47.992f, 87.833f, 47.332f, 84.929f, 47.332f)
|
|
||||||
curveTo(82.025f, 47.332f, 79.231f, 47.992f, 76.547f, 49.312f)
|
|
||||||
curveTo(73.863f, 50.588f, 71.509f, 52.722f, 69.485f, 55.714f)
|
|
||||||
curveTo(67.461f, 58.706f, 65.833f, 62.666f, 64.601f, 67.594f)
|
|
||||||
curveTo(63.413f, 72.478f, 62.819f, 78.528f, 62.819f, 85.744f)
|
|
||||||
curveTo(62.819f, 92.96f, 63.413f, 99.01f, 64.601f, 103.894f)
|
|
||||||
curveTo(65.833f, 108.778f, 67.461f, 112.716f, 69.485f, 115.708f)
|
|
||||||
curveTo(71.509f, 118.7f, 73.863f, 120.856f, 76.547f, 122.176f)
|
|
||||||
curveTo(79.231f, 123.452f, 82.025f, 124.09f, 84.929f, 124.09f)
|
|
||||||
curveTo(87.833f, 124.09f, 90.627f, 123.452f, 93.311f, 122.176f)
|
|
||||||
curveTo(95.995f, 120.856f, 98.349f, 118.7f, 100.373f, 115.708f)
|
|
||||||
curveTo(102.441f, 112.716f, 104.069f, 108.778f, 105.257f, 103.894f)
|
|
||||||
curveTo(106.489f, 99.01f, 107.105f, 92.96f, 107.105f, 85.744f)
|
|
||||||
close()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.build()
|
|
||||||
return _key0!!
|
|
||||||
}
|
|
||||||
|
|
||||||
private var _key0: ImageVector? = null
|
|
@ -1,49 +0,0 @@
|
|||||||
package com.sadellie.unitto.core.ui.common.key.unittoicons
|
|
||||||
|
|
||||||
import androidx.compose.ui.graphics.Color
|
|
||||||
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
|
||||||
import androidx.compose.ui.graphics.SolidColor
|
|
||||||
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
|
|
||||||
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter
|
|
||||||
import androidx.compose.ui.graphics.vector.ImageVector
|
|
||||||
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
|
||||||
import androidx.compose.ui.graphics.vector.path
|
|
||||||
import androidx.compose.ui.unit.dp
|
|
||||||
import com.sadellie.unitto.core.ui.common.key.UnittoIcons
|
|
||||||
|
|
||||||
@Suppress("UnusedReceiverParameter")
|
|
||||||
val UnittoIcons.Key1: ImageVector
|
|
||||||
get() {
|
|
||||||
if (_key1 != null) {
|
|
||||||
return _key1!!
|
|
||||||
}
|
|
||||||
_key1 = Builder(name = "Key1", defaultWidth = 170.0.dp, defaultHeight = 170.0.dp,
|
|
||||||
viewportWidth = 170.0f, viewportHeight = 170.0f).apply {
|
|
||||||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
|
||||||
pathFillType = NonZero) {
|
|
||||||
moveTo(113.903f, 124.024f)
|
|
||||||
verticalLineTo(133.0f)
|
|
||||||
horizontalLineTo(63.215f)
|
|
||||||
verticalLineTo(124.024f)
|
|
||||||
horizontalLineTo(83.477f)
|
|
||||||
verticalLineTo(59.542f)
|
|
||||||
curveTo(83.477f, 57.606f, 83.543f, 55.648f, 83.675f, 53.668f)
|
|
||||||
lineTo(66.845f, 68.122f)
|
|
||||||
curveTo(66.273f, 68.606f, 65.701f, 68.914f, 65.129f, 69.046f)
|
|
||||||
curveTo(64.557f, 69.134f, 64.029f, 69.134f, 63.545f, 69.046f)
|
|
||||||
curveTo(63.061f, 68.958f, 62.599f, 68.782f, 62.159f, 68.518f)
|
|
||||||
curveTo(61.763f, 68.254f, 61.455f, 67.968f, 61.235f, 67.66f)
|
|
||||||
lineTo(57.539f, 62.578f)
|
|
||||||
lineTo(85.721f, 38.224f)
|
|
||||||
horizontalLineTo(95.291f)
|
|
||||||
verticalLineTo(124.024f)
|
|
||||||
horizontalLineTo(113.903f)
|
|
||||||
close()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.build()
|
|
||||||
return _key1!!
|
|
||||||
}
|
|
||||||
|
|
||||||
private var _key1: ImageVector? = null
|
|
@ -1,72 +0,0 @@
|
|||||||
package com.sadellie.unitto.core.ui.common.key.unittoicons
|
|
||||||
|
|
||||||
import androidx.compose.ui.graphics.Color
|
|
||||||
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
|
||||||
import androidx.compose.ui.graphics.SolidColor
|
|
||||||
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
|
|
||||||
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter
|
|
||||||
import androidx.compose.ui.graphics.vector.ImageVector
|
|
||||||
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
|
||||||
import androidx.compose.ui.graphics.vector.path
|
|
||||||
import androidx.compose.ui.unit.dp
|
|
||||||
import com.sadellie.unitto.core.ui.common.key.UnittoIcons
|
|
||||||
|
|
||||||
@Suppress("UnusedReceiverParameter")
|
|
||||||
val UnittoIcons.Key2: ImageVector
|
|
||||||
get() {
|
|
||||||
if (_key2 != null) {
|
|
||||||
return _key2!!
|
|
||||||
}
|
|
||||||
_key2 = Builder(name = "Key2", defaultWidth = 170.0.dp, defaultHeight = 170.0.dp,
|
|
||||||
viewportWidth = 170.0f, viewportHeight = 170.0f).apply {
|
|
||||||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
|
||||||
pathFillType = NonZero) {
|
|
||||||
moveTo(111.857f, 121.846f)
|
|
||||||
curveTo(113.133f, 121.846f, 114.145f, 122.22f, 114.893f, 122.968f)
|
|
||||||
curveTo(115.641f, 123.716f, 116.015f, 124.684f, 116.015f, 125.872f)
|
|
||||||
verticalLineTo(133.0f)
|
|
||||||
horizontalLineTo(52.919f)
|
|
||||||
verticalLineTo(128.974f)
|
|
||||||
curveTo(52.919f, 128.138f, 53.095f, 127.28f, 53.447f, 126.4f)
|
|
||||||
curveTo(53.799f, 125.52f, 54.349f, 124.706f, 55.097f, 123.958f)
|
|
||||||
lineTo(85.391f, 93.532f)
|
|
||||||
curveTo(87.899f, 90.98f, 90.187f, 88.538f, 92.255f, 86.206f)
|
|
||||||
curveTo(94.323f, 83.83f, 96.083f, 81.454f, 97.535f, 79.078f)
|
|
||||||
curveTo(98.987f, 76.702f, 100.109f, 74.304f, 100.901f, 71.884f)
|
|
||||||
curveTo(101.693f, 69.42f, 102.089f, 66.802f, 102.089f, 64.03f)
|
|
||||||
curveTo(102.089f, 61.258f, 101.649f, 58.838f, 100.769f, 56.77f)
|
|
||||||
curveTo(99.889f, 54.658f, 98.679f, 52.92f, 97.139f, 51.556f)
|
|
||||||
curveTo(95.643f, 50.192f, 93.861f, 49.18f, 91.793f, 48.52f)
|
|
||||||
curveTo(89.725f, 47.816f, 87.503f, 47.464f, 85.127f, 47.464f)
|
|
||||||
curveTo(82.707f, 47.464f, 80.485f, 47.816f, 78.461f, 48.52f)
|
|
||||||
curveTo(76.437f, 49.224f, 74.633f, 50.214f, 73.049f, 51.49f)
|
|
||||||
curveTo(71.509f, 52.722f, 70.211f, 54.196f, 69.155f, 55.912f)
|
|
||||||
curveTo(68.099f, 57.628f, 67.351f, 59.52f, 66.911f, 61.588f)
|
|
||||||
curveTo(66.383f, 63.128f, 65.657f, 64.162f, 64.733f, 64.69f)
|
|
||||||
curveTo(63.853f, 65.174f, 62.599f, 65.306f, 60.971f, 65.086f)
|
|
||||||
lineTo(54.833f, 64.03f)
|
|
||||||
curveTo(55.449f, 59.718f, 56.637f, 55.912f, 58.397f, 52.612f)
|
|
||||||
curveTo(60.201f, 49.268f, 62.445f, 46.474f, 65.129f, 44.23f)
|
|
||||||
curveTo(67.857f, 41.986f, 70.959f, 40.292f, 74.435f, 39.148f)
|
|
||||||
curveTo(77.911f, 37.96f, 81.673f, 37.366f, 85.721f, 37.366f)
|
|
||||||
curveTo(89.725f, 37.366f, 93.465f, 37.96f, 96.941f, 39.148f)
|
|
||||||
curveTo(100.417f, 40.336f, 103.431f, 42.074f, 105.983f, 44.362f)
|
|
||||||
curveTo(108.535f, 46.606f, 110.537f, 49.356f, 111.989f, 52.612f)
|
|
||||||
curveTo(113.441f, 55.868f, 114.167f, 59.564f, 114.167f, 63.7f)
|
|
||||||
curveTo(114.167f, 67.22f, 113.639f, 70.498f, 112.583f, 73.534f)
|
|
||||||
curveTo(111.527f, 76.526f, 110.097f, 79.386f, 108.293f, 82.114f)
|
|
||||||
curveTo(106.489f, 84.842f, 104.399f, 87.504f, 102.023f, 90.1f)
|
|
||||||
curveTo(99.691f, 92.696f, 97.205f, 95.314f, 94.565f, 97.954f)
|
|
||||||
lineTo(69.617f, 123.43f)
|
|
||||||
curveTo(71.377f, 122.946f, 73.159f, 122.572f, 74.963f, 122.308f)
|
|
||||||
curveTo(76.767f, 122.0f, 78.505f, 121.846f, 80.177f, 121.846f)
|
|
||||||
horizontalLineTo(111.857f)
|
|
||||||
close()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.build()
|
|
||||||
return _key2!!
|
|
||||||
}
|
|
||||||
|
|
||||||
private var _key2: ImageVector? = null
|
|
@ -1,86 +0,0 @@
|
|||||||
package com.sadellie.unitto.core.ui.common.key.unittoicons
|
|
||||||
|
|
||||||
import androidx.compose.ui.graphics.Color
|
|
||||||
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
|
||||||
import androidx.compose.ui.graphics.SolidColor
|
|
||||||
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
|
|
||||||
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter
|
|
||||||
import androidx.compose.ui.graphics.vector.ImageVector
|
|
||||||
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
|
||||||
import androidx.compose.ui.graphics.vector.path
|
|
||||||
import androidx.compose.ui.unit.dp
|
|
||||||
import com.sadellie.unitto.core.ui.common.key.UnittoIcons
|
|
||||||
|
|
||||||
@Suppress("UnusedReceiverParameter")
|
|
||||||
val UnittoIcons.Key3: ImageVector
|
|
||||||
get() {
|
|
||||||
if (_key3 != null) {
|
|
||||||
return _key3!!
|
|
||||||
}
|
|
||||||
_key3 = Builder(name = "Key3", defaultWidth = 170.0.dp, defaultHeight = 170.0.dp,
|
|
||||||
viewportWidth = 170.0f, viewportHeight = 170.0f).apply {
|
|
||||||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
|
||||||
pathFillType = NonZero) {
|
|
||||||
moveTo(55.295f, 64.03f)
|
|
||||||
curveTo(55.911f, 59.718f, 57.099f, 55.912f, 58.859f, 52.612f)
|
|
||||||
curveTo(60.619f, 49.268f, 62.841f, 46.474f, 65.525f, 44.23f)
|
|
||||||
curveTo(68.253f, 41.986f, 71.355f, 40.292f, 74.831f, 39.148f)
|
|
||||||
curveTo(78.351f, 37.96f, 82.135f, 37.366f, 86.183f, 37.366f)
|
|
||||||
curveTo(90.187f, 37.366f, 93.883f, 37.938f, 97.271f, 39.082f)
|
|
||||||
curveTo(100.659f, 40.226f, 103.563f, 41.854f, 105.983f, 43.966f)
|
|
||||||
curveTo(108.447f, 46.078f, 110.361f, 48.63f, 111.725f, 51.622f)
|
|
||||||
curveTo(113.089f, 54.614f, 113.771f, 57.936f, 113.771f, 61.588f)
|
|
||||||
curveTo(113.771f, 64.58f, 113.375f, 67.264f, 112.583f, 69.64f)
|
|
||||||
curveTo(111.835f, 71.972f, 110.735f, 74.018f, 109.283f, 75.778f)
|
|
||||||
curveTo(107.875f, 77.538f, 106.159f, 79.034f, 104.135f, 80.266f)
|
|
||||||
curveTo(102.111f, 81.498f, 99.845f, 82.51f, 97.337f, 83.302f)
|
|
||||||
curveTo(103.497f, 84.886f, 108.117f, 87.614f, 111.197f, 91.486f)
|
|
||||||
curveTo(114.321f, 95.314f, 115.883f, 100.11f, 115.883f, 105.874f)
|
|
||||||
curveTo(115.883f, 110.23f, 115.047f, 114.146f, 113.375f, 117.622f)
|
|
||||||
curveTo(111.747f, 121.098f, 109.503f, 124.068f, 106.643f, 126.532f)
|
|
||||||
curveTo(103.783f, 128.952f, 100.439f, 130.822f, 96.611f, 132.142f)
|
|
||||||
curveTo(92.827f, 133.418f, 88.757f, 134.056f, 84.401f, 134.056f)
|
|
||||||
curveTo(79.385f, 134.056f, 75.095f, 133.44f, 71.531f, 132.208f)
|
|
||||||
curveTo(67.967f, 130.932f, 64.953f, 129.194f, 62.489f, 126.994f)
|
|
||||||
curveTo(60.025f, 124.794f, 58.001f, 122.198f, 56.417f, 119.206f)
|
|
||||||
curveTo(54.833f, 116.17f, 53.491f, 112.892f, 52.391f, 109.372f)
|
|
||||||
lineTo(57.473f, 107.26f)
|
|
||||||
curveTo(58.793f, 106.688f, 60.069f, 106.534f, 61.301f, 106.798f)
|
|
||||||
curveTo(62.577f, 107.062f, 63.501f, 107.788f, 64.073f, 108.976f)
|
|
||||||
curveTo(64.645f, 110.208f, 65.349f, 111.682f, 66.185f, 113.398f)
|
|
||||||
curveTo(67.065f, 115.114f, 68.253f, 116.764f, 69.749f, 118.348f)
|
|
||||||
curveTo(71.245f, 119.932f, 73.137f, 121.274f, 75.425f, 122.374f)
|
|
||||||
curveTo(77.757f, 123.474f, 80.705f, 124.024f, 84.269f, 124.024f)
|
|
||||||
curveTo(87.569f, 124.024f, 90.451f, 123.496f, 92.915f, 122.44f)
|
|
||||||
curveTo(95.423f, 121.34f, 97.491f, 119.932f, 99.119f, 118.216f)
|
|
||||||
curveTo(100.791f, 116.5f, 102.045f, 114.586f, 102.881f, 112.474f)
|
|
||||||
curveTo(103.717f, 110.362f, 104.135f, 108.272f, 104.135f, 106.204f)
|
|
||||||
curveTo(104.135f, 103.652f, 103.805f, 101.32f, 103.145f, 99.208f)
|
|
||||||
curveTo(102.485f, 97.096f, 101.253f, 95.27f, 99.449f, 93.73f)
|
|
||||||
curveTo(97.645f, 92.19f, 95.159f, 90.98f, 91.991f, 90.1f)
|
|
||||||
curveTo(88.867f, 89.22f, 84.841f, 88.78f, 79.913f, 88.78f)
|
|
||||||
verticalLineTo(80.266f)
|
|
||||||
curveTo(83.961f, 80.222f, 87.393f, 79.782f, 90.209f, 78.946f)
|
|
||||||
curveTo(93.069f, 78.11f, 95.379f, 76.966f, 97.139f, 75.514f)
|
|
||||||
curveTo(98.943f, 74.062f, 100.241f, 72.324f, 101.033f, 70.3f)
|
|
||||||
curveTo(101.869f, 68.276f, 102.287f, 66.032f, 102.287f, 63.568f)
|
|
||||||
curveTo(102.287f, 60.84f, 101.847f, 58.464f, 100.967f, 56.44f)
|
|
||||||
curveTo(100.131f, 54.416f, 98.965f, 52.744f, 97.469f, 51.424f)
|
|
||||||
curveTo(95.973f, 50.104f, 94.191f, 49.114f, 92.123f, 48.454f)
|
|
||||||
curveTo(90.099f, 47.794f, 87.899f, 47.464f, 85.523f, 47.464f)
|
|
||||||
curveTo(83.147f, 47.464f, 80.925f, 47.816f, 78.857f, 48.52f)
|
|
||||||
curveTo(76.833f, 49.224f, 75.029f, 50.214f, 73.445f, 51.49f)
|
|
||||||
curveTo(71.905f, 52.722f, 70.607f, 54.196f, 69.551f, 55.912f)
|
|
||||||
curveTo(68.495f, 57.628f, 67.747f, 59.52f, 67.307f, 61.588f)
|
|
||||||
curveTo(66.735f, 63.128f, 66.009f, 64.162f, 65.129f, 64.69f)
|
|
||||||
curveTo(64.293f, 65.174f, 63.061f, 65.306f, 61.433f, 65.086f)
|
|
||||||
lineTo(55.295f, 64.03f)
|
|
||||||
close()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.build()
|
|
||||||
return _key3!!
|
|
||||||
}
|
|
||||||
|
|
||||||
private var _key3: ImageVector? = null
|
|
@ -1,55 +0,0 @@
|
|||||||
package com.sadellie.unitto.core.ui.common.key.unittoicons
|
|
||||||
|
|
||||||
import androidx.compose.ui.graphics.Color
|
|
||||||
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
|
||||||
import androidx.compose.ui.graphics.SolidColor
|
|
||||||
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
|
|
||||||
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter
|
|
||||||
import androidx.compose.ui.graphics.vector.ImageVector
|
|
||||||
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
|
||||||
import androidx.compose.ui.graphics.vector.path
|
|
||||||
import androidx.compose.ui.unit.dp
|
|
||||||
import com.sadellie.unitto.core.ui.common.key.UnittoIcons
|
|
||||||
|
|
||||||
@Suppress("UnusedReceiverParameter")
|
|
||||||
val UnittoIcons.Key4: ImageVector
|
|
||||||
get() {
|
|
||||||
if (_key4 != null) {
|
|
||||||
return _key4!!
|
|
||||||
}
|
|
||||||
_key4 = Builder(name = "Key4", defaultWidth = 170.0.dp, defaultHeight = 170.0.dp,
|
|
||||||
viewportWidth = 170.0f, viewportHeight = 170.0f).apply {
|
|
||||||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
|
||||||
pathFillType = NonZero) {
|
|
||||||
moveTo(94.895f, 98.878f)
|
|
||||||
verticalLineTo(59.872f)
|
|
||||||
curveTo(94.895f, 58.728f, 94.939f, 57.474f, 95.027f, 56.11f)
|
|
||||||
curveTo(95.115f, 54.746f, 95.247f, 53.36f, 95.423f, 51.952f)
|
|
||||||
lineTo(60.971f, 98.878f)
|
|
||||||
horizontalLineTo(94.895f)
|
|
||||||
close()
|
|
||||||
moveTo(119.513f, 98.878f)
|
|
||||||
verticalLineTo(105.61f)
|
|
||||||
curveTo(119.513f, 106.314f, 119.293f, 106.908f, 118.853f, 107.392f)
|
|
||||||
curveTo(118.457f, 107.876f, 117.819f, 108.118f, 116.939f, 108.118f)
|
|
||||||
horizontalLineTo(105.191f)
|
|
||||||
verticalLineTo(133.0f)
|
|
||||||
horizontalLineTo(94.895f)
|
|
||||||
verticalLineTo(108.118f)
|
|
||||||
horizontalLineTo(52.919f)
|
|
||||||
curveTo(52.039f, 108.118f, 51.269f, 107.876f, 50.609f, 107.392f)
|
|
||||||
curveTo(49.993f, 106.864f, 49.597f, 106.226f, 49.421f, 105.478f)
|
|
||||||
lineTo(48.233f, 99.472f)
|
|
||||||
lineTo(94.235f, 38.422f)
|
|
||||||
horizontalLineTo(105.191f)
|
|
||||||
verticalLineTo(98.878f)
|
|
||||||
horizontalLineTo(119.513f)
|
|
||||||
close()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.build()
|
|
||||||
return _key4!!
|
|
||||||
}
|
|
||||||
|
|
||||||
private var _key4: ImageVector? = null
|
|
@ -1,70 +0,0 @@
|
|||||||
package com.sadellie.unitto.core.ui.common.key.unittoicons
|
|
||||||
|
|
||||||
import androidx.compose.ui.graphics.Color
|
|
||||||
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
|
||||||
import androidx.compose.ui.graphics.SolidColor
|
|
||||||
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
|
|
||||||
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter
|
|
||||||
import androidx.compose.ui.graphics.vector.ImageVector
|
|
||||||
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
|
||||||
import androidx.compose.ui.graphics.vector.path
|
|
||||||
import androidx.compose.ui.unit.dp
|
|
||||||
import com.sadellie.unitto.core.ui.common.key.UnittoIcons
|
|
||||||
|
|
||||||
@Suppress("UnusedReceiverParameter")
|
|
||||||
val UnittoIcons.Key5: ImageVector
|
|
||||||
get() {
|
|
||||||
if (_key5 != null) {
|
|
||||||
return _key5!!
|
|
||||||
}
|
|
||||||
_key5 = Builder(name = "Key5", defaultWidth = 170.0.dp, defaultHeight = 170.0.dp,
|
|
||||||
viewportWidth = 170.0f, viewportHeight = 170.0f).apply {
|
|
||||||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
|
||||||
pathFillType = NonZero) {
|
|
||||||
moveTo(70.607f, 74.128f)
|
|
||||||
curveTo(75.535f, 73.072f, 80.067f, 72.544f, 84.203f, 72.544f)
|
|
||||||
curveTo(89.131f, 72.544f, 93.487f, 73.27f, 97.271f, 74.722f)
|
|
||||||
curveTo(101.055f, 76.174f, 104.201f, 78.176f, 106.709f, 80.728f)
|
|
||||||
curveTo(109.261f, 83.28f, 111.175f, 86.294f, 112.451f, 89.77f)
|
|
||||||
curveTo(113.771f, 93.246f, 114.431f, 97.03f, 114.431f, 101.122f)
|
|
||||||
curveTo(114.431f, 106.138f, 113.551f, 110.67f, 111.791f, 114.718f)
|
|
||||||
curveTo(110.075f, 118.766f, 107.677f, 122.242f, 104.597f, 125.146f)
|
|
||||||
curveTo(101.561f, 128.006f, 97.975f, 130.206f, 93.839f, 131.746f)
|
|
||||||
curveTo(89.703f, 133.286f, 85.237f, 134.056f, 80.441f, 134.056f)
|
|
||||||
curveTo(77.669f, 134.056f, 75.007f, 133.77f, 72.455f, 133.198f)
|
|
||||||
curveTo(69.903f, 132.67f, 67.505f, 131.944f, 65.261f, 131.02f)
|
|
||||||
curveTo(63.061f, 130.096f, 61.015f, 129.04f, 59.123f, 127.852f)
|
|
||||||
curveTo(57.231f, 126.664f, 55.559f, 125.41f, 54.107f, 124.09f)
|
|
||||||
lineTo(57.737f, 119.074f)
|
|
||||||
curveTo(58.529f, 117.93f, 59.563f, 117.358f, 60.839f, 117.358f)
|
|
||||||
curveTo(61.719f, 117.358f, 62.709f, 117.71f, 63.809f, 118.414f)
|
|
||||||
curveTo(64.909f, 119.074f, 66.251f, 119.822f, 67.835f, 120.658f)
|
|
||||||
curveTo(69.419f, 121.494f, 71.267f, 122.264f, 73.379f, 122.968f)
|
|
||||||
curveTo(75.535f, 123.628f, 78.087f, 123.958f, 81.035f, 123.958f)
|
|
||||||
curveTo(84.335f, 123.958f, 87.305f, 123.43f, 89.945f, 122.374f)
|
|
||||||
curveTo(92.585f, 121.318f, 94.851f, 119.822f, 96.743f, 117.886f)
|
|
||||||
curveTo(98.635f, 115.906f, 100.087f, 113.552f, 101.099f, 110.824f)
|
|
||||||
curveTo(102.111f, 108.096f, 102.617f, 105.038f, 102.617f, 101.65f)
|
|
||||||
curveTo(102.617f, 98.702f, 102.177f, 96.04f, 101.297f, 93.664f)
|
|
||||||
curveTo(100.461f, 91.288f, 99.163f, 89.264f, 97.403f, 87.592f)
|
|
||||||
curveTo(95.687f, 85.92f, 93.531f, 84.622f, 90.935f, 83.698f)
|
|
||||||
curveTo(88.339f, 82.774f, 85.303f, 82.312f, 81.827f, 82.312f)
|
|
||||||
curveTo(79.451f, 82.312f, 76.965f, 82.51f, 74.369f, 82.906f)
|
|
||||||
curveTo(71.817f, 83.302f, 69.199f, 83.94f, 66.515f, 84.82f)
|
|
||||||
lineTo(59.123f, 82.642f)
|
|
||||||
lineTo(66.713f, 38.422f)
|
|
||||||
horizontalLineTo(111.527f)
|
|
||||||
verticalLineTo(43.57f)
|
|
||||||
curveTo(111.527f, 45.242f, 110.999f, 46.628f, 109.943f, 47.728f)
|
|
||||||
curveTo(108.931f, 48.784f, 107.171f, 49.312f, 104.663f, 49.312f)
|
|
||||||
horizontalLineTo(74.963f)
|
|
||||||
lineTo(70.607f, 74.128f)
|
|
||||||
close()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.build()
|
|
||||||
return _key5!!
|
|
||||||
}
|
|
||||||
|
|
||||||
private var _key5: ImageVector? = null
|
|
@ -1,74 +0,0 @@
|
|||||||
package com.sadellie.unitto.core.ui.common.key.unittoicons
|
|
||||||
|
|
||||||
import androidx.compose.ui.graphics.Color
|
|
||||||
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
|
||||||
import androidx.compose.ui.graphics.SolidColor
|
|
||||||
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
|
|
||||||
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter
|
|
||||||
import androidx.compose.ui.graphics.vector.ImageVector
|
|
||||||
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
|
||||||
import androidx.compose.ui.graphics.vector.path
|
|
||||||
import androidx.compose.ui.unit.dp
|
|
||||||
import com.sadellie.unitto.core.ui.common.key.UnittoIcons
|
|
||||||
|
|
||||||
@Suppress("UnusedReceiverParameter")
|
|
||||||
val UnittoIcons.Key6: ImageVector
|
|
||||||
get() {
|
|
||||||
if (_key6 != null) {
|
|
||||||
return _key6!!
|
|
||||||
}
|
|
||||||
_key6 = Builder(name = "Key6", defaultWidth = 170.0.dp, defaultHeight = 170.0.dp,
|
|
||||||
viewportWidth = 170.0f, viewportHeight = 170.0f).apply {
|
|
||||||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
|
||||||
pathFillType = NonZero) {
|
|
||||||
moveTo(84.863f, 124.288f)
|
|
||||||
curveTo(88.031f, 124.288f, 90.891f, 123.782f, 93.443f, 122.77f)
|
|
||||||
curveTo(96.039f, 121.758f, 98.239f, 120.35f, 100.043f, 118.546f)
|
|
||||||
curveTo(101.891f, 116.742f, 103.299f, 114.608f, 104.267f, 112.144f)
|
|
||||||
curveTo(105.279f, 109.68f, 105.785f, 106.996f, 105.785f, 104.092f)
|
|
||||||
curveTo(105.785f, 101.012f, 105.301f, 98.24f, 104.333f, 95.776f)
|
|
||||||
curveTo(103.365f, 93.268f, 101.979f, 91.156f, 100.175f, 89.44f)
|
|
||||||
curveTo(98.415f, 87.68f, 96.303f, 86.338f, 93.839f, 85.414f)
|
|
||||||
curveTo(91.375f, 84.49f, 88.669f, 84.028f, 85.721f, 84.028f)
|
|
||||||
curveTo(82.553f, 84.028f, 79.693f, 84.578f, 77.141f, 85.678f)
|
|
||||||
curveTo(74.589f, 86.734f, 72.411f, 88.186f, 70.607f, 90.034f)
|
|
||||||
curveTo(68.847f, 91.838f, 67.483f, 93.95f, 66.515f, 96.37f)
|
|
||||||
curveTo(65.591f, 98.746f, 65.129f, 101.232f, 65.129f, 103.828f)
|
|
||||||
curveTo(65.129f, 106.864f, 65.569f, 109.636f, 66.449f, 112.144f)
|
|
||||||
curveTo(67.329f, 114.652f, 68.605f, 116.808f, 70.277f, 118.612f)
|
|
||||||
curveTo(71.993f, 120.416f, 74.061f, 121.824f, 76.481f, 122.836f)
|
|
||||||
curveTo(78.945f, 123.804f, 81.739f, 124.288f, 84.863f, 124.288f)
|
|
||||||
close()
|
|
||||||
moveTo(77.999f, 73.864f)
|
|
||||||
curveTo(77.163f, 74.92f, 76.349f, 75.954f, 75.557f, 76.966f)
|
|
||||||
curveTo(74.809f, 77.934f, 74.083f, 78.902f, 73.379f, 79.87f)
|
|
||||||
curveTo(75.623f, 78.33f, 78.087f, 77.142f, 80.771f, 76.306f)
|
|
||||||
curveTo(83.455f, 75.47f, 86.381f, 75.052f, 89.549f, 75.052f)
|
|
||||||
curveTo(93.377f, 75.052f, 96.985f, 75.69f, 100.373f, 76.966f)
|
|
||||||
curveTo(103.761f, 78.198f, 106.709f, 80.024f, 109.217f, 82.444f)
|
|
||||||
curveTo(111.769f, 84.82f, 113.793f, 87.768f, 115.289f, 91.288f)
|
|
||||||
curveTo(116.785f, 94.764f, 117.533f, 98.746f, 117.533f, 103.234f)
|
|
||||||
curveTo(117.533f, 107.59f, 116.741f, 111.638f, 115.157f, 115.378f)
|
|
||||||
curveTo(113.573f, 119.118f, 111.351f, 122.374f, 108.491f, 125.146f)
|
|
||||||
curveTo(105.675f, 127.918f, 102.265f, 130.096f, 98.261f, 131.68f)
|
|
||||||
curveTo(94.301f, 133.264f, 89.923f, 134.056f, 85.127f, 134.056f)
|
|
||||||
curveTo(80.375f, 134.056f, 76.063f, 133.308f, 72.191f, 131.812f)
|
|
||||||
curveTo(68.319f, 130.272f, 65.019f, 128.116f, 62.291f, 125.344f)
|
|
||||||
curveTo(59.607f, 122.528f, 57.517f, 119.14f, 56.021f, 115.18f)
|
|
||||||
curveTo(54.569f, 111.176f, 53.843f, 106.71f, 53.843f, 101.782f)
|
|
||||||
curveTo(53.843f, 97.646f, 54.745f, 93.246f, 56.549f, 88.582f)
|
|
||||||
curveTo(58.397f, 83.874f, 61.323f, 78.858f, 65.327f, 73.534f)
|
|
||||||
lineTo(89.351f, 41.26f)
|
|
||||||
curveTo(89.967f, 40.468f, 90.803f, 39.808f, 91.859f, 39.28f)
|
|
||||||
curveTo(92.959f, 38.708f, 94.213f, 38.422f, 95.621f, 38.422f)
|
|
||||||
horizontalLineTo(106.049f)
|
|
||||||
lineTo(77.999f, 73.864f)
|
|
||||||
close()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.build()
|
|
||||||
return _key6!!
|
|
||||||
}
|
|
||||||
|
|
||||||
private var _key6: ImageVector? = null
|
|
@ -1,48 +0,0 @@
|
|||||||
package com.sadellie.unitto.core.ui.common.key.unittoicons
|
|
||||||
|
|
||||||
import androidx.compose.ui.graphics.Color
|
|
||||||
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
|
||||||
import androidx.compose.ui.graphics.SolidColor
|
|
||||||
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
|
|
||||||
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter
|
|
||||||
import androidx.compose.ui.graphics.vector.ImageVector
|
|
||||||
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
|
||||||
import androidx.compose.ui.graphics.vector.path
|
|
||||||
import androidx.compose.ui.unit.dp
|
|
||||||
import com.sadellie.unitto.core.ui.common.key.UnittoIcons
|
|
||||||
|
|
||||||
@Suppress("UnusedReceiverParameter")
|
|
||||||
val UnittoIcons.Key7: ImageVector
|
|
||||||
get() {
|
|
||||||
if (_key7 != null) {
|
|
||||||
return _key7!!
|
|
||||||
}
|
|
||||||
_key7 = Builder(name = "Key7", defaultWidth = 170.0.dp, defaultHeight = 170.0.dp,
|
|
||||||
viewportWidth = 170.0f, viewportHeight = 170.0f).apply {
|
|
||||||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
|
||||||
pathFillType = NonZero) {
|
|
||||||
moveTo(118.061f, 38.422f)
|
|
||||||
verticalLineTo(43.702f)
|
|
||||||
curveTo(118.061f, 45.198f, 117.885f, 46.43f, 117.533f, 47.398f)
|
|
||||||
curveTo(117.225f, 48.366f, 116.917f, 49.18f, 116.609f, 49.84f)
|
|
||||||
lineTo(77.405f, 128.842f)
|
|
||||||
curveTo(76.833f, 129.986f, 76.041f, 130.976f, 75.029f, 131.812f)
|
|
||||||
curveTo(74.017f, 132.604f, 72.675f, 133.0f, 71.003f, 133.0f)
|
|
||||||
horizontalLineTo(62.555f)
|
|
||||||
lineTo(102.287f, 54.988f)
|
|
||||||
curveTo(102.859f, 53.888f, 103.453f, 52.876f, 104.069f, 51.952f)
|
|
||||||
curveTo(104.685f, 51.028f, 105.345f, 50.148f, 106.049f, 49.312f)
|
|
||||||
horizontalLineTo(56.681f)
|
|
||||||
curveTo(55.933f, 49.312f, 55.273f, 49.026f, 54.701f, 48.454f)
|
|
||||||
curveTo(54.129f, 47.838f, 53.843f, 47.156f, 53.843f, 46.408f)
|
|
||||||
verticalLineTo(38.422f)
|
|
||||||
horizontalLineTo(118.061f)
|
|
||||||
close()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.build()
|
|
||||||
return _key7!!
|
|
||||||
}
|
|
||||||
|
|
||||||
private var _key7: ImageVector? = null
|
|
@ -1,93 +0,0 @@
|
|||||||
package com.sadellie.unitto.core.ui.common.key.unittoicons
|
|
||||||
|
|
||||||
import androidx.compose.ui.graphics.Color
|
|
||||||
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
|
||||||
import androidx.compose.ui.graphics.SolidColor
|
|
||||||
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
|
|
||||||
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter
|
|
||||||
import androidx.compose.ui.graphics.vector.ImageVector
|
|
||||||
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
|
||||||
import androidx.compose.ui.graphics.vector.path
|
|
||||||
import androidx.compose.ui.unit.dp
|
|
||||||
import com.sadellie.unitto.core.ui.common.key.UnittoIcons
|
|
||||||
|
|
||||||
@Suppress("UnusedReceiverParameter")
|
|
||||||
val UnittoIcons.Key8: ImageVector
|
|
||||||
get() {
|
|
||||||
if (_key8 != null) {
|
|
||||||
return _key8!!
|
|
||||||
}
|
|
||||||
_key8 = Builder(name = "Key8", defaultWidth = 170.0.dp, defaultHeight = 170.0.dp,
|
|
||||||
viewportWidth = 170.0f, viewportHeight = 170.0f).apply {
|
|
||||||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
|
||||||
pathFillType = NonZero) {
|
|
||||||
moveTo(84.995f, 124.684f)
|
|
||||||
curveTo(88.075f, 124.684f, 90.825f, 124.266f, 93.245f, 123.43f)
|
|
||||||
curveTo(95.709f, 122.55f, 97.777f, 121.34f, 99.449f, 119.8f)
|
|
||||||
curveTo(101.165f, 118.216f, 102.463f, 116.346f, 103.343f, 114.19f)
|
|
||||||
curveTo(104.267f, 111.99f, 104.729f, 109.57f, 104.729f, 106.93f)
|
|
||||||
curveTo(104.729f, 103.674f, 104.179f, 100.902f, 103.079f, 98.614f)
|
|
||||||
curveTo(102.023f, 96.282f, 100.571f, 94.39f, 98.723f, 92.938f)
|
|
||||||
curveTo(96.919f, 91.486f, 94.829f, 90.43f, 92.453f, 89.77f)
|
|
||||||
curveTo(90.077f, 89.066f, 87.591f, 88.714f, 84.995f, 88.714f)
|
|
||||||
curveTo(82.399f, 88.714f, 79.913f, 89.066f, 77.537f, 89.77f)
|
|
||||||
curveTo(75.161f, 90.43f, 73.049f, 91.486f, 71.201f, 92.938f)
|
|
||||||
curveTo(69.397f, 94.39f, 67.945f, 96.282f, 66.845f, 98.614f)
|
|
||||||
curveTo(65.789f, 100.902f, 65.261f, 103.674f, 65.261f, 106.93f)
|
|
||||||
curveTo(65.261f, 109.57f, 65.701f, 111.99f, 66.581f, 114.19f)
|
|
||||||
curveTo(67.505f, 116.346f, 68.803f, 118.216f, 70.475f, 119.8f)
|
|
||||||
curveTo(72.191f, 121.34f, 74.259f, 122.55f, 76.679f, 123.43f)
|
|
||||||
curveTo(79.143f, 124.266f, 81.915f, 124.684f, 84.995f, 124.684f)
|
|
||||||
close()
|
|
||||||
moveTo(84.995f, 46.474f)
|
|
||||||
curveTo(82.179f, 46.474f, 79.693f, 46.892f, 77.537f, 47.728f)
|
|
||||||
curveTo(75.425f, 48.564f, 73.643f, 49.708f, 72.191f, 51.16f)
|
|
||||||
curveTo(70.783f, 52.612f, 69.705f, 54.306f, 68.957f, 56.242f)
|
|
||||||
curveTo(68.253f, 58.178f, 67.901f, 60.246f, 67.901f, 62.446f)
|
|
||||||
curveTo(67.901f, 64.602f, 68.209f, 66.692f, 68.825f, 68.716f)
|
|
||||||
curveTo(69.441f, 70.74f, 70.431f, 72.544f, 71.795f, 74.128f)
|
|
||||||
curveTo(73.159f, 75.668f, 74.919f, 76.922f, 77.075f, 77.89f)
|
|
||||||
curveTo(79.275f, 78.814f, 81.915f, 79.276f, 84.995f, 79.276f)
|
|
||||||
curveTo(88.075f, 79.276f, 90.693f, 78.814f, 92.849f, 77.89f)
|
|
||||||
curveTo(95.049f, 76.922f, 96.831f, 75.668f, 98.195f, 74.128f)
|
|
||||||
curveTo(99.559f, 72.544f, 100.549f, 70.74f, 101.165f, 68.716f)
|
|
||||||
curveTo(101.781f, 66.692f, 102.089f, 64.602f, 102.089f, 62.446f)
|
|
||||||
curveTo(102.089f, 60.246f, 101.715f, 58.178f, 100.967f, 56.242f)
|
|
||||||
curveTo(100.263f, 54.306f, 99.185f, 52.612f, 97.733f, 51.16f)
|
|
||||||
curveTo(96.325f, 49.708f, 94.543f, 48.564f, 92.387f, 47.728f)
|
|
||||||
curveTo(90.275f, 46.892f, 87.811f, 46.474f, 84.995f, 46.474f)
|
|
||||||
close()
|
|
||||||
moveTo(98.525f, 83.698f)
|
|
||||||
curveTo(104.421f, 85.37f, 108.953f, 88.164f, 112.121f, 92.08f)
|
|
||||||
curveTo(115.289f, 95.996f, 116.873f, 101.012f, 116.873f, 107.128f)
|
|
||||||
curveTo(116.873f, 111.264f, 116.081f, 115.004f, 114.497f, 118.348f)
|
|
||||||
curveTo(112.957f, 121.648f, 110.779f, 124.464f, 107.963f, 126.796f)
|
|
||||||
curveTo(105.191f, 129.128f, 101.847f, 130.932f, 97.931f, 132.208f)
|
|
||||||
curveTo(94.015f, 133.44f, 89.703f, 134.056f, 84.995f, 134.056f)
|
|
||||||
curveTo(80.287f, 134.056f, 75.975f, 133.44f, 72.059f, 132.208f)
|
|
||||||
curveTo(68.143f, 130.932f, 64.777f, 129.128f, 61.961f, 126.796f)
|
|
||||||
curveTo(59.145f, 124.464f, 56.967f, 121.648f, 55.427f, 118.348f)
|
|
||||||
curveTo(53.887f, 115.004f, 53.117f, 111.264f, 53.117f, 107.128f)
|
|
||||||
curveTo(53.117f, 101.012f, 54.701f, 95.996f, 57.869f, 92.08f)
|
|
||||||
curveTo(61.037f, 88.164f, 65.569f, 85.37f, 71.465f, 83.698f)
|
|
||||||
curveTo(66.493f, 81.85f, 62.731f, 79.1f, 60.179f, 75.448f)
|
|
||||||
curveTo(57.671f, 71.752f, 56.417f, 67.352f, 56.417f, 62.248f)
|
|
||||||
curveTo(56.417f, 58.772f, 57.099f, 55.516f, 58.463f, 52.48f)
|
|
||||||
curveTo(59.827f, 49.444f, 61.763f, 46.804f, 64.271f, 44.56f)
|
|
||||||
curveTo(66.779f, 42.316f, 69.771f, 40.556f, 73.247f, 39.28f)
|
|
||||||
curveTo(76.767f, 38.004f, 80.683f, 37.366f, 84.995f, 37.366f)
|
|
||||||
curveTo(89.263f, 37.366f, 93.157f, 38.004f, 96.677f, 39.28f)
|
|
||||||
curveTo(100.197f, 40.556f, 103.211f, 42.316f, 105.719f, 44.56f)
|
|
||||||
curveTo(108.227f, 46.804f, 110.163f, 49.444f, 111.527f, 52.48f)
|
|
||||||
curveTo(112.891f, 55.516f, 113.573f, 58.772f, 113.573f, 62.248f)
|
|
||||||
curveTo(113.573f, 67.352f, 112.297f, 71.752f, 109.745f, 75.448f)
|
|
||||||
curveTo(107.237f, 79.1f, 103.497f, 81.85f, 98.525f, 83.698f)
|
|
||||||
close()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.build()
|
|
||||||
return _key8!!
|
|
||||||
}
|
|
||||||
|
|
||||||
private var _key8: ImageVector? = null
|
|
@ -1,76 +0,0 @@
|
|||||||
package com.sadellie.unitto.core.ui.common.key.unittoicons
|
|
||||||
|
|
||||||
import androidx.compose.ui.graphics.Color
|
|
||||||
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
|
||||||
import androidx.compose.ui.graphics.SolidColor
|
|
||||||
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
|
|
||||||
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter
|
|
||||||
import androidx.compose.ui.graphics.vector.ImageVector
|
|
||||||
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
|
||||||
import androidx.compose.ui.graphics.vector.path
|
|
||||||
import androidx.compose.ui.unit.dp
|
|
||||||
import com.sadellie.unitto.core.ui.common.key.UnittoIcons
|
|
||||||
|
|
||||||
@Suppress("UnusedReceiverParameter")
|
|
||||||
val UnittoIcons.Key9: ImageVector
|
|
||||||
get() {
|
|
||||||
if (_key9 != null) {
|
|
||||||
return _key9!!
|
|
||||||
}
|
|
||||||
_key9 = Builder(name = "Key9", defaultWidth = 170.0.dp, defaultHeight = 170.0.dp,
|
|
||||||
viewportWidth = 170.0f, viewportHeight = 170.0f).apply {
|
|
||||||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
|
||||||
pathFillType = NonZero) {
|
|
||||||
moveTo(65.393f, 66.208f)
|
|
||||||
curveTo(65.393f, 69.2f, 65.811f, 71.884f, 66.647f, 74.26f)
|
|
||||||
curveTo(67.527f, 76.592f, 68.759f, 78.572f, 70.343f, 80.2f)
|
|
||||||
curveTo(71.971f, 81.828f, 73.929f, 83.06f, 76.217f, 83.896f)
|
|
||||||
curveTo(78.549f, 84.732f, 81.145f, 85.15f, 84.005f, 85.15f)
|
|
||||||
curveTo(87.173f, 85.15f, 89.967f, 84.644f, 92.387f, 83.632f)
|
|
||||||
curveTo(94.851f, 82.576f, 96.919f, 81.19f, 98.591f, 79.474f)
|
|
||||||
curveTo(100.263f, 77.758f, 101.539f, 75.778f, 102.419f, 73.534f)
|
|
||||||
curveTo(103.299f, 71.29f, 103.739f, 68.958f, 103.739f, 66.538f)
|
|
||||||
curveTo(103.739f, 63.59f, 103.255f, 60.928f, 102.287f, 58.552f)
|
|
||||||
curveTo(101.363f, 56.132f, 100.065f, 54.086f, 98.393f, 52.414f)
|
|
||||||
curveTo(96.721f, 50.742f, 94.719f, 49.466f, 92.387f, 48.586f)
|
|
||||||
curveTo(90.099f, 47.662f, 87.569f, 47.2f, 84.797f, 47.2f)
|
|
||||||
curveTo(81.893f, 47.2f, 79.253f, 47.684f, 76.877f, 48.652f)
|
|
||||||
curveTo(74.501f, 49.576f, 72.455f, 50.874f, 70.739f, 52.546f)
|
|
||||||
curveTo(69.023f, 54.218f, 67.703f, 56.22f, 66.779f, 58.552f)
|
|
||||||
curveTo(65.855f, 60.884f, 65.393f, 63.436f, 65.393f, 66.208f)
|
|
||||||
close()
|
|
||||||
moveTo(92.849f, 95.314f)
|
|
||||||
curveTo(93.817f, 94.038f, 94.719f, 92.828f, 95.555f, 91.684f)
|
|
||||||
curveTo(96.391f, 90.54f, 97.183f, 89.396f, 97.931f, 88.252f)
|
|
||||||
curveTo(95.511f, 90.188f, 92.783f, 91.662f, 89.747f, 92.674f)
|
|
||||||
curveTo(86.711f, 93.686f, 83.499f, 94.192f, 80.111f, 94.192f)
|
|
||||||
curveTo(76.547f, 94.192f, 73.159f, 93.598f, 69.947f, 92.41f)
|
|
||||||
curveTo(66.779f, 91.222f, 63.985f, 89.484f, 61.565f, 87.196f)
|
|
||||||
curveTo(59.145f, 84.864f, 57.209f, 82.026f, 55.757f, 78.682f)
|
|
||||||
curveTo(54.349f, 75.294f, 53.645f, 71.422f, 53.645f, 67.066f)
|
|
||||||
curveTo(53.645f, 62.93f, 54.415f, 59.058f, 55.955f, 55.45f)
|
|
||||||
curveTo(57.495f, 51.842f, 59.651f, 48.696f, 62.423f, 46.012f)
|
|
||||||
curveTo(65.195f, 43.328f, 68.495f, 41.216f, 72.323f, 39.676f)
|
|
||||||
curveTo(76.151f, 38.136f, 80.353f, 37.366f, 84.929f, 37.366f)
|
|
||||||
curveTo(89.461f, 37.366f, 93.575f, 38.114f, 97.271f, 39.61f)
|
|
||||||
curveTo(100.967f, 41.106f, 104.135f, 43.196f, 106.775f, 45.88f)
|
|
||||||
curveTo(109.415f, 48.564f, 111.439f, 51.776f, 112.847f, 55.516f)
|
|
||||||
curveTo(114.299f, 59.256f, 115.025f, 63.392f, 115.025f, 67.924f)
|
|
||||||
curveTo(115.025f, 70.652f, 114.761f, 73.248f, 114.233f, 75.712f)
|
|
||||||
curveTo(113.749f, 78.132f, 113.023f, 80.53f, 112.055f, 82.906f)
|
|
||||||
curveTo(111.131f, 85.238f, 109.987f, 87.57f, 108.623f, 89.902f)
|
|
||||||
curveTo(107.259f, 92.19f, 105.719f, 94.544f, 104.003f, 96.964f)
|
|
||||||
lineTo(80.969f, 130.228f)
|
|
||||||
curveTo(80.397f, 131.064f, 79.583f, 131.746f, 78.527f, 132.274f)
|
|
||||||
curveTo(77.471f, 132.758f, 76.261f, 133.0f, 74.897f, 133.0f)
|
|
||||||
horizontalLineTo(64.073f)
|
|
||||||
lineTo(92.849f, 95.314f)
|
|
||||||
close()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.build()
|
|
||||||
return _key9!!
|
|
||||||
}
|
|
||||||
|
|
||||||
private var _key9: ImageVector? = null
|
|
@ -1,53 +0,0 @@
|
|||||||
package com.sadellie.unitto.core.ui.common.key.unittoicons
|
|
||||||
|
|
||||||
import androidx.compose.ui.graphics.Color
|
|
||||||
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
|
||||||
import androidx.compose.ui.graphics.SolidColor
|
|
||||||
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
|
|
||||||
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter
|
|
||||||
import androidx.compose.ui.graphics.vector.ImageVector
|
|
||||||
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
|
||||||
import androidx.compose.ui.graphics.vector.path
|
|
||||||
import androidx.compose.ui.unit.dp
|
|
||||||
import com.sadellie.unitto.core.ui.common.key.UnittoIcons
|
|
||||||
|
|
||||||
@Suppress("UnusedReceiverParameter")
|
|
||||||
val UnittoIcons.KeyA: ImageVector
|
|
||||||
get() {
|
|
||||||
if (_keya != null) {
|
|
||||||
return _keya!!
|
|
||||||
}
|
|
||||||
_keya = Builder(name = "KeyA", defaultWidth = 170.0.dp, defaultHeight = 170.0.dp,
|
|
||||||
viewportWidth = 170.0f, viewportHeight = 170.0f).apply {
|
|
||||||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
|
||||||
pathFillType = NonZero) {
|
|
||||||
moveTo(102.638f, 97.888f)
|
|
||||||
lineTo(87.788f, 59.41f)
|
|
||||||
curveTo(87.348f, 58.266f, 86.886f, 56.946f, 86.402f, 55.45f)
|
|
||||||
curveTo(85.918f, 53.91f, 85.456f, 52.282f, 85.016f, 50.566f)
|
|
||||||
curveTo(84.092f, 54.13f, 83.146f, 57.1f, 82.178f, 59.476f)
|
|
||||||
lineTo(67.328f, 97.888f)
|
|
||||||
horizontalLineTo(102.638f)
|
|
||||||
close()
|
|
||||||
moveTo(129.302f, 133.0f)
|
|
||||||
horizontalLineTo(119.402f)
|
|
||||||
curveTo(118.258f, 133.0f, 117.334f, 132.714f, 116.63f, 132.142f)
|
|
||||||
curveTo(115.926f, 131.57f, 115.398f, 130.844f, 115.046f, 129.964f)
|
|
||||||
lineTo(106.202f, 107.128f)
|
|
||||||
horizontalLineTo(63.764f)
|
|
||||||
lineTo(54.92f, 129.964f)
|
|
||||||
curveTo(54.656f, 130.756f, 54.15f, 131.46f, 53.402f, 132.076f)
|
|
||||||
curveTo(52.654f, 132.692f, 51.73f, 133.0f, 50.63f, 133.0f)
|
|
||||||
horizontalLineTo(40.73f)
|
|
||||||
lineTo(78.548f, 38.422f)
|
|
||||||
horizontalLineTo(91.484f)
|
|
||||||
lineTo(129.302f, 133.0f)
|
|
||||||
close()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.build()
|
|
||||||
return _keya!!
|
|
||||||
}
|
|
||||||
|
|
||||||
private var _keya: ImageVector? = null
|
|
@ -1,72 +0,0 @@
|
|||||||
package com.sadellie.unitto.core.ui.common.key.unittoicons
|
|
||||||
|
|
||||||
import androidx.compose.ui.graphics.Color
|
|
||||||
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
|
||||||
import androidx.compose.ui.graphics.SolidColor
|
|
||||||
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
|
|
||||||
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter
|
|
||||||
import androidx.compose.ui.graphics.vector.ImageVector
|
|
||||||
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
|
||||||
import androidx.compose.ui.graphics.vector.path
|
|
||||||
import androidx.compose.ui.unit.dp
|
|
||||||
import com.sadellie.unitto.core.ui.common.key.UnittoIcons
|
|
||||||
|
|
||||||
@Suppress("UnusedReceiverParameter")
|
|
||||||
val UnittoIcons.KeyB: ImageVector
|
|
||||||
get() {
|
|
||||||
if (_keyb != null) {
|
|
||||||
return _keyb!!
|
|
||||||
}
|
|
||||||
_keyb = Builder(name = "KeyB", defaultWidth = 170.0.dp, defaultHeight = 170.0.dp,
|
|
||||||
viewportWidth = 170.0f, viewportHeight = 170.0f).apply {
|
|
||||||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
|
||||||
pathFillType = NonZero) {
|
|
||||||
moveTo(87.608f, 122.836f)
|
|
||||||
curveTo(91.26f, 122.836f, 94.406f, 122.418f, 97.046f, 121.582f)
|
|
||||||
curveTo(99.686f, 120.746f, 101.842f, 119.58f, 103.514f, 118.084f)
|
|
||||||
curveTo(105.23f, 116.544f, 106.484f, 114.74f, 107.276f, 112.672f)
|
|
||||||
curveTo(108.068f, 110.56f, 108.464f, 108.25f, 108.464f, 105.742f)
|
|
||||||
curveTo(108.464f, 100.858f, 106.726f, 97.008f, 103.25f, 94.192f)
|
|
||||||
curveTo(99.774f, 91.332f, 94.56f, 89.902f, 87.608f, 89.902f)
|
|
||||||
horizontalLineTo(67.148f)
|
|
||||||
verticalLineTo(122.836f)
|
|
||||||
horizontalLineTo(87.608f)
|
|
||||||
close()
|
|
||||||
moveTo(67.148f, 48.52f)
|
|
||||||
verticalLineTo(80.794f)
|
|
||||||
horizontalLineTo(84.044f)
|
|
||||||
curveTo(87.652f, 80.794f, 90.776f, 80.398f, 93.416f, 79.606f)
|
|
||||||
curveTo(96.1f, 78.814f, 98.3f, 77.714f, 100.016f, 76.306f)
|
|
||||||
curveTo(101.776f, 74.898f, 103.074f, 73.204f, 103.91f, 71.224f)
|
|
||||||
curveTo(104.746f, 69.2f, 105.164f, 67.0f, 105.164f, 64.624f)
|
|
||||||
curveTo(105.164f, 59.036f, 103.492f, 54.966f, 100.148f, 52.414f)
|
|
||||||
curveTo(96.804f, 49.818f, 91.612f, 48.52f, 84.572f, 48.52f)
|
|
||||||
horizontalLineTo(67.148f)
|
|
||||||
close()
|
|
||||||
moveTo(84.572f, 38.422f)
|
|
||||||
curveTo(90.38f, 38.422f, 95.374f, 38.994f, 99.554f, 40.138f)
|
|
||||||
curveTo(103.778f, 41.282f, 107.232f, 42.91f, 109.916f, 45.022f)
|
|
||||||
curveTo(112.644f, 47.134f, 114.646f, 49.73f, 115.922f, 52.81f)
|
|
||||||
curveTo(117.198f, 55.846f, 117.836f, 59.278f, 117.836f, 63.106f)
|
|
||||||
curveTo(117.836f, 65.438f, 117.462f, 67.682f, 116.714f, 69.838f)
|
|
||||||
curveTo(116.01f, 71.95f, 114.932f, 73.93f, 113.48f, 75.778f)
|
|
||||||
curveTo(112.028f, 77.626f, 110.18f, 79.298f, 107.936f, 80.794f)
|
|
||||||
curveTo(105.736f, 82.246f, 103.14f, 83.434f, 100.148f, 84.358f)
|
|
||||||
curveTo(107.1f, 85.678f, 112.314f, 88.164f, 115.79f, 91.816f)
|
|
||||||
curveTo(119.31f, 95.424f, 121.07f, 100.176f, 121.07f, 106.072f)
|
|
||||||
curveTo(121.07f, 110.076f, 120.322f, 113.728f, 118.826f, 117.028f)
|
|
||||||
curveTo(117.374f, 120.328f, 115.218f, 123.166f, 112.358f, 125.542f)
|
|
||||||
curveTo(109.542f, 127.918f, 106.066f, 129.766f, 101.93f, 131.086f)
|
|
||||||
curveTo(97.794f, 132.362f, 93.086f, 133.0f, 87.806f, 133.0f)
|
|
||||||
horizontalLineTo(54.41f)
|
|
||||||
verticalLineTo(38.422f)
|
|
||||||
horizontalLineTo(84.572f)
|
|
||||||
close()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.build()
|
|
||||||
return _keyb!!
|
|
||||||
}
|
|
||||||
|
|
||||||
private var _keyb: ImageVector? = null
|
|
@ -1,67 +0,0 @@
|
|||||||
package com.sadellie.unitto.core.ui.common.key.unittoicons
|
|
||||||
|
|
||||||
import androidx.compose.ui.graphics.Color
|
|
||||||
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
|
||||||
import androidx.compose.ui.graphics.SolidColor
|
|
||||||
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
|
|
||||||
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter
|
|
||||||
import androidx.compose.ui.graphics.vector.ImageVector
|
|
||||||
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
|
||||||
import androidx.compose.ui.graphics.vector.path
|
|
||||||
import androidx.compose.ui.unit.dp
|
|
||||||
import com.sadellie.unitto.core.ui.common.key.UnittoIcons
|
|
||||||
|
|
||||||
@Suppress("UnusedReceiverParameter")
|
|
||||||
val UnittoIcons.KeyC: ImageVector
|
|
||||||
get() {
|
|
||||||
if (_keyc != null) {
|
|
||||||
return _keyc!!
|
|
||||||
}
|
|
||||||
_keyc = Builder(name = "KeyC", defaultWidth = 170.0.dp, defaultHeight = 170.0.dp,
|
|
||||||
viewportWidth = 170.0f, viewportHeight = 170.0f).apply {
|
|
||||||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
|
||||||
pathFillType = NonZero) {
|
|
||||||
moveTo(119.388f, 113.464f)
|
|
||||||
curveTo(120.092f, 113.464f, 120.708f, 113.75f, 121.236f, 114.322f)
|
|
||||||
lineTo(126.318f, 119.8f)
|
|
||||||
curveTo(122.446f, 124.288f, 117.738f, 127.786f, 112.194f, 130.294f)
|
|
||||||
curveTo(106.694f, 132.802f, 100.028f, 134.056f, 92.196f, 134.056f)
|
|
||||||
curveTo(85.42f, 134.056f, 79.26f, 132.89f, 73.716f, 130.558f)
|
|
||||||
curveTo(68.172f, 128.182f, 63.442f, 124.882f, 59.526f, 120.658f)
|
|
||||||
curveTo(55.61f, 116.39f, 52.574f, 111.286f, 50.418f, 105.346f)
|
|
||||||
curveTo(48.262f, 99.406f, 47.184f, 92.872f, 47.184f, 85.744f)
|
|
||||||
curveTo(47.184f, 78.616f, 48.306f, 72.082f, 50.55f, 66.142f)
|
|
||||||
curveTo(52.794f, 60.202f, 55.94f, 55.098f, 59.988f, 50.83f)
|
|
||||||
curveTo(64.08f, 46.562f, 68.964f, 43.262f, 74.64f, 40.93f)
|
|
||||||
curveTo(80.316f, 38.554f, 86.586f, 37.366f, 93.45f, 37.366f)
|
|
||||||
curveTo(100.182f, 37.366f, 106.122f, 38.444f, 111.27f, 40.6f)
|
|
||||||
curveTo(116.418f, 42.756f, 120.95f, 45.682f, 124.866f, 49.378f)
|
|
||||||
lineTo(120.642f, 55.252f)
|
|
||||||
curveTo(120.378f, 55.692f, 120.026f, 56.066f, 119.586f, 56.374f)
|
|
||||||
curveTo(119.19f, 56.638f, 118.64f, 56.77f, 117.936f, 56.77f)
|
|
||||||
curveTo(117.144f, 56.77f, 116.176f, 56.352f, 115.032f, 55.516f)
|
|
||||||
curveTo(113.888f, 54.636f, 112.392f, 53.668f, 110.544f, 52.612f)
|
|
||||||
curveTo(108.696f, 51.556f, 106.386f, 50.61f, 103.614f, 49.774f)
|
|
||||||
curveTo(100.842f, 48.894f, 97.432f, 48.454f, 93.384f, 48.454f)
|
|
||||||
curveTo(88.5f, 48.454f, 84.034f, 49.312f, 79.986f, 51.028f)
|
|
||||||
curveTo(75.938f, 52.7f, 72.44f, 55.142f, 69.492f, 58.354f)
|
|
||||||
curveTo(66.588f, 61.566f, 64.322f, 65.482f, 62.694f, 70.102f)
|
|
||||||
curveTo(61.066f, 74.722f, 60.252f, 79.936f, 60.252f, 85.744f)
|
|
||||||
curveTo(60.252f, 91.64f, 61.088f, 96.898f, 62.76f, 101.518f)
|
|
||||||
curveTo(64.476f, 106.138f, 66.786f, 110.054f, 69.69f, 113.266f)
|
|
||||||
curveTo(72.638f, 116.434f, 76.092f, 118.854f, 80.052f, 120.526f)
|
|
||||||
curveTo(84.056f, 122.198f, 88.368f, 123.034f, 92.988f, 123.034f)
|
|
||||||
curveTo(95.804f, 123.034f, 98.334f, 122.88f, 100.578f, 122.572f)
|
|
||||||
curveTo(102.866f, 122.22f, 104.956f, 121.692f, 106.848f, 120.988f)
|
|
||||||
curveTo(108.784f, 120.284f, 110.566f, 119.404f, 112.194f, 118.348f)
|
|
||||||
curveTo(113.866f, 117.248f, 115.516f, 115.95f, 117.144f, 114.454f)
|
|
||||||
curveTo(117.892f, 113.794f, 118.64f, 113.464f, 119.388f, 113.464f)
|
|
||||||
close()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.build()
|
|
||||||
return _keyc!!
|
|
||||||
}
|
|
||||||
|
|
||||||
private var _keyc: ImageVector? = null
|
|
@ -1,57 +0,0 @@
|
|||||||
package com.sadellie.unitto.core.ui.common.key.unittoicons
|
|
||||||
|
|
||||||
import androidx.compose.ui.graphics.Color
|
|
||||||
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
|
||||||
import androidx.compose.ui.graphics.SolidColor
|
|
||||||
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
|
|
||||||
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter
|
|
||||||
import androidx.compose.ui.graphics.vector.ImageVector
|
|
||||||
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
|
||||||
import androidx.compose.ui.graphics.vector.path
|
|
||||||
import androidx.compose.ui.unit.dp
|
|
||||||
import com.sadellie.unitto.core.ui.common.key.UnittoIcons
|
|
||||||
|
|
||||||
@Suppress("UnusedReceiverParameter")
|
|
||||||
val UnittoIcons.KeyD: ImageVector
|
|
||||||
get() {
|
|
||||||
if (_keyd != null) {
|
|
||||||
return _keyd!!
|
|
||||||
}
|
|
||||||
_keyd = Builder(name = "KeyD", defaultWidth = 170.0.dp, defaultHeight = 170.0.dp,
|
|
||||||
viewportWidth = 170.0f, viewportHeight = 170.0f).apply {
|
|
||||||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
|
||||||
pathFillType = NonZero) {
|
|
||||||
moveTo(128.841f, 85.744f)
|
|
||||||
curveTo(128.841f, 92.828f, 127.719f, 99.274f, 125.475f, 105.082f)
|
|
||||||
curveTo(123.231f, 110.89f, 120.063f, 115.862f, 115.971f, 119.998f)
|
|
||||||
curveTo(111.879f, 124.134f, 106.951f, 127.346f, 101.187f, 129.634f)
|
|
||||||
curveTo(95.467f, 131.878f, 89.131f, 133.0f, 82.179f, 133.0f)
|
|
||||||
horizontalLineTo(46.869f)
|
|
||||||
verticalLineTo(38.422f)
|
|
||||||
horizontalLineTo(82.179f)
|
|
||||||
curveTo(89.131f, 38.422f, 95.467f, 39.566f, 101.187f, 41.854f)
|
|
||||||
curveTo(106.951f, 44.098f, 111.879f, 47.31f, 115.971f, 51.49f)
|
|
||||||
curveTo(120.063f, 55.626f, 123.231f, 60.598f, 125.475f, 66.406f)
|
|
||||||
curveTo(127.719f, 72.214f, 128.841f, 78.66f, 128.841f, 85.744f)
|
|
||||||
close()
|
|
||||||
moveTo(115.707f, 85.744f)
|
|
||||||
curveTo(115.707f, 79.936f, 114.915f, 74.744f, 113.331f, 70.168f)
|
|
||||||
curveTo(111.747f, 65.592f, 109.503f, 61.72f, 106.599f, 58.552f)
|
|
||||||
curveTo(103.695f, 55.384f, 100.175f, 52.964f, 96.039f, 51.292f)
|
|
||||||
curveTo(91.903f, 49.62f, 87.283f, 48.784f, 82.179f, 48.784f)
|
|
||||||
horizontalLineTo(59.673f)
|
|
||||||
verticalLineTo(122.638f)
|
|
||||||
horizontalLineTo(82.179f)
|
|
||||||
curveTo(87.283f, 122.638f, 91.903f, 121.802f, 96.039f, 120.13f)
|
|
||||||
curveTo(100.175f, 118.458f, 103.695f, 116.06f, 106.599f, 112.936f)
|
|
||||||
curveTo(109.503f, 109.768f, 111.747f, 105.896f, 113.331f, 101.32f)
|
|
||||||
curveTo(114.915f, 96.744f, 115.707f, 91.552f, 115.707f, 85.744f)
|
|
||||||
close()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.build()
|
|
||||||
return _keyd!!
|
|
||||||
}
|
|
||||||
|
|
||||||
private var _keyd: ImageVector? = null
|
|
@ -1,45 +0,0 @@
|
|||||||
package com.sadellie.unitto.core.ui.common.key.unittoicons
|
|
||||||
|
|
||||||
import androidx.compose.ui.graphics.Color
|
|
||||||
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
|
||||||
import androidx.compose.ui.graphics.SolidColor
|
|
||||||
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
|
|
||||||
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter
|
|
||||||
import androidx.compose.ui.graphics.vector.ImageVector
|
|
||||||
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
|
||||||
import androidx.compose.ui.graphics.vector.path
|
|
||||||
import androidx.compose.ui.unit.dp
|
|
||||||
import com.sadellie.unitto.core.ui.common.key.UnittoIcons
|
|
||||||
|
|
||||||
@Suppress("UnusedReceiverParameter")
|
|
||||||
val UnittoIcons.KeyE: ImageVector
|
|
||||||
get() {
|
|
||||||
if (_keye != null) {
|
|
||||||
return _keye!!
|
|
||||||
}
|
|
||||||
_keye = Builder(name = "Keye", defaultWidth = 170.0.dp, defaultHeight = 170.0.dp,
|
|
||||||
viewportWidth = 170.0f, viewportHeight = 170.0f).apply {
|
|
||||||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
|
||||||
pathFillType = NonZero) {
|
|
||||||
moveTo(117.33f, 122.572f)
|
|
||||||
lineTo(117.264f, 133.0f)
|
|
||||||
horizontalLineTo(58.986f)
|
|
||||||
verticalLineTo(38.422f)
|
|
||||||
horizontalLineTo(117.264f)
|
|
||||||
verticalLineTo(48.85f)
|
|
||||||
horizontalLineTo(71.79f)
|
|
||||||
verticalLineTo(80.266f)
|
|
||||||
horizontalLineTo(108.618f)
|
|
||||||
verticalLineTo(90.298f)
|
|
||||||
horizontalLineTo(71.79f)
|
|
||||||
verticalLineTo(122.572f)
|
|
||||||
horizontalLineTo(117.33f)
|
|
||||||
close()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.build()
|
|
||||||
return _keye!!
|
|
||||||
}
|
|
||||||
|
|
||||||
private var _keye: ImageVector? = null
|
|
@ -1,43 +0,0 @@
|
|||||||
package com.sadellie.unitto.core.ui.common.key.unittoicons
|
|
||||||
|
|
||||||
import androidx.compose.ui.graphics.Color
|
|
||||||
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
|
||||||
import androidx.compose.ui.graphics.SolidColor
|
|
||||||
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
|
|
||||||
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter
|
|
||||||
import androidx.compose.ui.graphics.vector.ImageVector
|
|
||||||
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
|
||||||
import androidx.compose.ui.graphics.vector.path
|
|
||||||
import androidx.compose.ui.unit.dp
|
|
||||||
import com.sadellie.unitto.core.ui.common.key.UnittoIcons
|
|
||||||
|
|
||||||
@Suppress("UnusedReceiverParameter")
|
|
||||||
val UnittoIcons.KeyF: ImageVector
|
|
||||||
get() {
|
|
||||||
if (_keyf != null) {
|
|
||||||
return _keyf!!
|
|
||||||
}
|
|
||||||
_keyf = Builder(name = "KeyF", defaultWidth = 170.0.dp, defaultHeight = 170.0.dp,
|
|
||||||
viewportWidth = 170.0f, viewportHeight = 170.0f).apply {
|
|
||||||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
|
||||||
pathFillType = NonZero) {
|
|
||||||
moveTo(72.564f, 48.85f)
|
|
||||||
verticalLineTo(81.916f)
|
|
||||||
horizontalLineTo(111.438f)
|
|
||||||
verticalLineTo(92.344f)
|
|
||||||
horizontalLineTo(72.564f)
|
|
||||||
verticalLineTo(133.0f)
|
|
||||||
horizontalLineTo(59.76f)
|
|
||||||
verticalLineTo(38.422f)
|
|
||||||
horizontalLineTo(118.038f)
|
|
||||||
verticalLineTo(48.85f)
|
|
||||||
horizontalLineTo(72.564f)
|
|
||||||
close()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.build()
|
|
||||||
return _keyf!!
|
|
||||||
}
|
|
||||||
|
|
||||||
private var _keyf: ImageVector? = null
|
|
@ -1,55 +0,0 @@
|
|||||||
package com.sadellie.unitto.core.ui.common.key.unittoicons
|
|
||||||
|
|
||||||
import androidx.compose.ui.graphics.Color
|
|
||||||
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
|
||||||
import androidx.compose.ui.graphics.SolidColor
|
|
||||||
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
|
|
||||||
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter
|
|
||||||
import androidx.compose.ui.graphics.vector.ImageVector
|
|
||||||
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
|
||||||
import androidx.compose.ui.graphics.vector.path
|
|
||||||
import androidx.compose.ui.unit.dp
|
|
||||||
import com.sadellie.unitto.core.ui.common.key.UnittoIcons
|
|
||||||
|
|
||||||
@Suppress("UnusedReceiverParameter")
|
|
||||||
val UnittoIcons.LeftBracket: ImageVector
|
|
||||||
get() {
|
|
||||||
if (_leftbracket != null) {
|
|
||||||
return _leftbracket!!
|
|
||||||
}
|
|
||||||
_leftbracket = Builder(name = "Leftbracket", defaultWidth = 170.0.dp, defaultHeight =
|
|
||||||
170.0.dp, viewportWidth = 170.0f, viewportHeight = 170.0f).apply {
|
|
||||||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
|
||||||
pathFillType = NonZero) {
|
|
||||||
moveTo(84.628f, 85.345f)
|
|
||||||
curveTo(84.628f, 92.592f, 85.525f, 99.683f, 87.319f, 106.619f)
|
|
||||||
curveTo(89.114f, 113.52f, 91.719f, 120.025f, 95.135f, 126.133f)
|
|
||||||
curveTo(95.446f, 126.754f, 95.635f, 127.306f, 95.704f, 127.789f)
|
|
||||||
curveTo(95.773f, 128.272f, 95.739f, 128.686f, 95.601f, 129.031f)
|
|
||||||
curveTo(95.463f, 129.411f, 95.256f, 129.722f, 94.98f, 129.963f)
|
|
||||||
curveTo(94.738f, 130.205f, 94.462f, 130.429f, 94.152f, 130.636f)
|
|
||||||
lineTo(89.234f, 133.69f)
|
|
||||||
curveTo(86.646f, 129.722f, 84.455f, 125.771f, 82.661f, 121.837f)
|
|
||||||
curveTo(80.866f, 117.937f, 79.4f, 114.003f, 78.261f, 110.035f)
|
|
||||||
curveTo(77.122f, 106.032f, 76.294f, 101.995f, 75.776f, 97.923f)
|
|
||||||
curveTo(75.259f, 93.817f, 75.0f, 89.624f, 75.0f, 85.345f)
|
|
||||||
curveTo(75.0f, 81.101f, 75.259f, 76.942f, 75.776f, 72.87f)
|
|
||||||
curveTo(76.294f, 68.764f, 77.122f, 64.727f, 78.261f, 60.758f)
|
|
||||||
curveTo(79.4f, 56.756f, 80.866f, 52.787f, 82.661f, 48.853f)
|
|
||||||
curveTo(84.455f, 44.919f, 86.646f, 40.968f, 89.234f, 37.0f)
|
|
||||||
lineTo(94.152f, 40.054f)
|
|
||||||
curveTo(94.462f, 40.261f, 94.738f, 40.485f, 94.98f, 40.727f)
|
|
||||||
curveTo(95.256f, 40.968f, 95.463f, 41.279f, 95.601f, 41.659f)
|
|
||||||
curveTo(95.739f, 42.004f, 95.773f, 42.418f, 95.704f, 42.901f)
|
|
||||||
curveTo(95.635f, 43.384f, 95.446f, 43.936f, 95.135f, 44.557f)
|
|
||||||
curveTo(91.719f, 50.7f, 89.114f, 57.221f, 87.319f, 64.123f)
|
|
||||||
curveTo(85.525f, 71.024f, 84.628f, 78.098f, 84.628f, 85.345f)
|
|
||||||
close()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.build()
|
|
||||||
return _leftbracket!!
|
|
||||||
}
|
|
||||||
|
|
||||||
private var _leftbracket: ImageVector? = null
|
|
@ -1,60 +0,0 @@
|
|||||||
package com.sadellie.unitto.core.ui.common.key.unittoicons
|
|
||||||
|
|
||||||
import androidx.compose.ui.graphics.Color
|
|
||||||
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
|
||||||
import androidx.compose.ui.graphics.SolidColor
|
|
||||||
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
|
|
||||||
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter
|
|
||||||
import androidx.compose.ui.graphics.vector.ImageVector
|
|
||||||
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
|
||||||
import androidx.compose.ui.graphics.vector.path
|
|
||||||
import androidx.compose.ui.unit.dp
|
|
||||||
import com.sadellie.unitto.core.ui.common.key.UnittoIcons
|
|
||||||
|
|
||||||
@Suppress("UnusedReceiverParameter")
|
|
||||||
val UnittoIcons.Ln: ImageVector
|
|
||||||
get() {
|
|
||||||
if (_ln != null) {
|
|
||||||
return _ln!!
|
|
||||||
}
|
|
||||||
_ln = Builder(name = "Ln", defaultWidth = 274.0.dp, defaultHeight = 170.0.dp, viewportWidth
|
|
||||||
= 274.0f, viewportHeight = 170.0f).apply {
|
|
||||||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
|
||||||
pathFillType = NonZero) {
|
|
||||||
moveTo(107.37f, 35.782f)
|
|
||||||
verticalLineTo(133.0f)
|
|
||||||
horizontalLineTo(95.622f)
|
|
||||||
verticalLineTo(35.782f)
|
|
||||||
horizontalLineTo(107.37f)
|
|
||||||
close()
|
|
||||||
moveTo(134.869f, 75.844f)
|
|
||||||
curveTo(136.321f, 74.216f, 137.861f, 72.742f, 139.489f, 71.422f)
|
|
||||||
curveTo(141.117f, 70.102f, 142.833f, 68.98f, 144.637f, 68.056f)
|
|
||||||
curveTo(146.485f, 67.088f, 148.421f, 66.362f, 150.445f, 65.878f)
|
|
||||||
curveTo(152.513f, 65.35f, 154.735f, 65.086f, 157.111f, 65.086f)
|
|
||||||
curveTo(160.763f, 65.086f, 163.975f, 65.702f, 166.747f, 66.934f)
|
|
||||||
curveTo(169.563f, 68.122f, 171.895f, 69.838f, 173.743f, 72.082f)
|
|
||||||
curveTo(175.635f, 74.282f, 177.065f, 76.944f, 178.033f, 80.068f)
|
|
||||||
curveTo(179.001f, 83.192f, 179.485f, 86.646f, 179.485f, 90.43f)
|
|
||||||
verticalLineTo(133.0f)
|
|
||||||
horizontalLineTo(167.671f)
|
|
||||||
verticalLineTo(90.43f)
|
|
||||||
curveTo(167.671f, 85.37f, 166.505f, 81.454f, 164.173f, 78.682f)
|
|
||||||
curveTo(161.885f, 75.866f, 158.387f, 74.458f, 153.679f, 74.458f)
|
|
||||||
curveTo(150.203f, 74.458f, 146.947f, 75.294f, 143.911f, 76.966f)
|
|
||||||
curveTo(140.919f, 78.638f, 138.147f, 80.904f, 135.595f, 83.764f)
|
|
||||||
verticalLineTo(133.0f)
|
|
||||||
horizontalLineTo(123.781f)
|
|
||||||
verticalLineTo(66.142f)
|
|
||||||
horizontalLineTo(130.843f)
|
|
||||||
curveTo(132.515f, 66.142f, 133.549f, 66.956f, 133.945f, 68.584f)
|
|
||||||
lineTo(134.869f, 75.844f)
|
|
||||||
close()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.build()
|
|
||||||
return _ln!!
|
|
||||||
}
|
|
||||||
|
|
||||||
private var _ln: ImageVector? = null
|
|
@ -1,145 +0,0 @@
|
|||||||
package com.sadellie.unitto.core.ui.common.key.unittoicons
|
|
||||||
|
|
||||||
import androidx.compose.ui.graphics.Color
|
|
||||||
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
|
||||||
import androidx.compose.ui.graphics.SolidColor
|
|
||||||
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
|
|
||||||
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter
|
|
||||||
import androidx.compose.ui.graphics.vector.ImageVector
|
|
||||||
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
|
||||||
import androidx.compose.ui.graphics.vector.path
|
|
||||||
import androidx.compose.ui.unit.dp
|
|
||||||
import com.sadellie.unitto.core.ui.common.key.UnittoIcons
|
|
||||||
|
|
||||||
@Suppress("UnusedReceiverParameter")
|
|
||||||
val UnittoIcons.Log: ImageVector
|
|
||||||
get() {
|
|
||||||
if (_log != null) {
|
|
||||||
return _log!!
|
|
||||||
}
|
|
||||||
_log = Builder(name = "Log", defaultWidth = 274.0.dp, defaultHeight = 170.0.dp,
|
|
||||||
viewportWidth = 274.0f, viewportHeight = 170.0f).apply {
|
|
||||||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
|
||||||
pathFillType = NonZero) {
|
|
||||||
moveTo(73.949f, 35.782f)
|
|
||||||
verticalLineTo(133.0f)
|
|
||||||
horizontalLineTo(62.201f)
|
|
||||||
verticalLineTo(35.782f)
|
|
||||||
horizontalLineTo(73.949f)
|
|
||||||
close()
|
|
||||||
moveTo(118.543f, 65.086f)
|
|
||||||
curveTo(123.427f, 65.086f, 127.827f, 65.9f, 131.743f, 67.528f)
|
|
||||||
curveTo(135.659f, 69.156f, 139.003f, 71.466f, 141.775f, 74.458f)
|
|
||||||
curveTo(144.547f, 77.45f, 146.659f, 81.08f, 148.111f, 85.348f)
|
|
||||||
curveTo(149.607f, 89.572f, 150.355f, 94.302f, 150.355f, 99.538f)
|
|
||||||
curveTo(150.355f, 104.818f, 149.607f, 109.57f, 148.111f, 113.794f)
|
|
||||||
curveTo(146.659f, 118.018f, 144.547f, 121.626f, 141.775f, 124.618f)
|
|
||||||
curveTo(139.003f, 127.61f, 135.659f, 129.92f, 131.743f, 131.548f)
|
|
||||||
curveTo(127.827f, 133.132f, 123.427f, 133.924f, 118.543f, 133.924f)
|
|
||||||
curveTo(113.615f, 133.924f, 109.171f, 133.132f, 105.211f, 131.548f)
|
|
||||||
curveTo(101.295f, 129.92f, 97.951f, 127.61f, 95.179f, 124.618f)
|
|
||||||
curveTo(92.407f, 121.626f, 90.273f, 118.018f, 88.777f, 113.794f)
|
|
||||||
curveTo(87.325f, 109.57f, 86.599f, 104.818f, 86.599f, 99.538f)
|
|
||||||
curveTo(86.599f, 94.302f, 87.325f, 89.572f, 88.777f, 85.348f)
|
|
||||||
curveTo(90.273f, 81.08f, 92.407f, 77.45f, 95.179f, 74.458f)
|
|
||||||
curveTo(97.951f, 71.466f, 101.295f, 69.156f, 105.211f, 67.528f)
|
|
||||||
curveTo(109.171f, 65.9f, 113.615f, 65.086f, 118.543f, 65.086f)
|
|
||||||
close()
|
|
||||||
moveTo(118.543f, 124.75f)
|
|
||||||
curveTo(125.143f, 124.75f, 130.071f, 122.55f, 133.327f, 118.15f)
|
|
||||||
curveTo(136.583f, 113.706f, 138.211f, 107.524f, 138.211f, 99.604f)
|
|
||||||
curveTo(138.211f, 91.64f, 136.583f, 85.436f, 133.327f, 80.992f)
|
|
||||||
curveTo(130.071f, 76.548f, 125.143f, 74.326f, 118.543f, 74.326f)
|
|
||||||
curveTo(115.199f, 74.326f, 112.273f, 74.898f, 109.765f, 76.042f)
|
|
||||||
curveTo(107.301f, 77.186f, 105.233f, 78.836f, 103.561f, 80.992f)
|
|
||||||
curveTo(101.933f, 83.148f, 100.701f, 85.81f, 99.865f, 88.978f)
|
|
||||||
curveTo(99.073f, 92.102f, 98.677f, 95.644f, 98.677f, 99.604f)
|
|
||||||
curveTo(98.677f, 107.524f, 100.305f, 113.706f, 103.561f, 118.15f)
|
|
||||||
curveTo(106.861f, 122.55f, 111.855f, 124.75f, 118.543f, 124.75f)
|
|
||||||
close()
|
|
||||||
moveTo(185.527f, 100.33f)
|
|
||||||
curveTo(187.903f, 100.33f, 189.993f, 100.0f, 191.797f, 99.34f)
|
|
||||||
curveTo(193.601f, 98.68f, 195.119f, 97.756f, 196.351f, 96.568f)
|
|
||||||
curveTo(197.583f, 95.38f, 198.507f, 93.972f, 199.123f, 92.344f)
|
|
||||||
curveTo(199.739f, 90.672f, 200.047f, 88.846f, 200.047f, 86.866f)
|
|
||||||
curveTo(200.047f, 82.774f, 198.793f, 79.518f, 196.285f, 77.098f)
|
|
||||||
curveTo(193.821f, 74.678f, 190.235f, 73.468f, 185.527f, 73.468f)
|
|
||||||
curveTo(180.775f, 73.468f, 177.145f, 74.678f, 174.637f, 77.098f)
|
|
||||||
curveTo(172.173f, 79.518f, 170.941f, 82.774f, 170.941f, 86.866f)
|
|
||||||
curveTo(170.941f, 88.846f, 171.249f, 90.672f, 171.865f, 92.344f)
|
|
||||||
curveTo(172.525f, 93.972f, 173.471f, 95.38f, 174.703f, 96.568f)
|
|
||||||
curveTo(175.935f, 97.756f, 177.453f, 98.68f, 179.257f, 99.34f)
|
|
||||||
curveTo(181.061f, 100.0f, 183.151f, 100.33f, 185.527f, 100.33f)
|
|
||||||
close()
|
|
||||||
moveTo(206.713f, 136.63f)
|
|
||||||
curveTo(206.713f, 135.002f, 206.251f, 133.682f, 205.327f, 132.67f)
|
|
||||||
curveTo(204.403f, 131.658f, 203.149f, 130.866f, 201.565f, 130.294f)
|
|
||||||
curveTo(200.025f, 129.722f, 198.221f, 129.326f, 196.153f, 129.106f)
|
|
||||||
curveTo(194.085f, 128.842f, 191.885f, 128.644f, 189.553f, 128.512f)
|
|
||||||
curveTo(187.265f, 128.38f, 184.933f, 128.248f, 182.557f, 128.116f)
|
|
||||||
curveTo(180.181f, 127.984f, 177.893f, 127.764f, 175.693f, 127.456f)
|
|
||||||
curveTo(173.229f, 128.6f, 171.205f, 130.052f, 169.621f, 131.812f)
|
|
||||||
curveTo(168.081f, 133.528f, 167.311f, 135.552f, 167.311f, 137.884f)
|
|
||||||
curveTo(167.311f, 139.38f, 167.685f, 140.766f, 168.433f, 142.042f)
|
|
||||||
curveTo(169.225f, 143.362f, 170.413f, 144.484f, 171.997f, 145.408f)
|
|
||||||
curveTo(173.581f, 146.376f, 175.561f, 147.124f, 177.937f, 147.652f)
|
|
||||||
curveTo(180.357f, 148.224f, 183.195f, 148.51f, 186.451f, 148.51f)
|
|
||||||
curveTo(189.619f, 148.51f, 192.457f, 148.224f, 194.965f, 147.652f)
|
|
||||||
curveTo(197.473f, 147.08f, 199.585f, 146.266f, 201.301f, 145.21f)
|
|
||||||
curveTo(203.061f, 144.154f, 204.403f, 142.9f, 205.327f, 141.448f)
|
|
||||||
curveTo(206.251f, 139.996f, 206.713f, 138.39f, 206.713f, 136.63f)
|
|
||||||
close()
|
|
||||||
moveTo(218.659f, 68.782f)
|
|
||||||
verticalLineTo(73.138f)
|
|
||||||
curveTo(218.659f, 74.59f, 217.735f, 75.514f, 215.887f, 75.91f)
|
|
||||||
lineTo(208.297f, 76.9f)
|
|
||||||
curveTo(209.793f, 79.804f, 210.541f, 83.016f, 210.541f, 86.536f)
|
|
||||||
curveTo(210.541f, 89.792f, 209.903f, 92.762f, 208.627f, 95.446f)
|
|
||||||
curveTo(207.395f, 98.086f, 205.679f, 100.352f, 203.479f, 102.244f)
|
|
||||||
curveTo(201.279f, 104.136f, 198.639f, 105.588f, 195.559f, 106.6f)
|
|
||||||
curveTo(192.479f, 107.612f, 189.135f, 108.118f, 185.527f, 108.118f)
|
|
||||||
curveTo(182.403f, 108.118f, 179.455f, 107.744f, 176.683f, 106.996f)
|
|
||||||
curveTo(175.275f, 107.876f, 174.197f, 108.822f, 173.449f, 109.834f)
|
|
||||||
curveTo(172.701f, 110.802f, 172.327f, 111.792f, 172.327f, 112.804f)
|
|
||||||
curveTo(172.327f, 114.388f, 172.965f, 115.598f, 174.241f, 116.434f)
|
|
||||||
curveTo(175.561f, 117.226f, 177.277f, 117.798f, 179.389f, 118.15f)
|
|
||||||
curveTo(181.501f, 118.502f, 183.899f, 118.722f, 186.583f, 118.81f)
|
|
||||||
curveTo(189.311f, 118.898f, 192.083f, 119.052f, 194.899f, 119.272f)
|
|
||||||
curveTo(197.759f, 119.448f, 200.531f, 119.778f, 203.215f, 120.262f)
|
|
||||||
curveTo(205.943f, 120.746f, 208.363f, 121.538f, 210.475f, 122.638f)
|
|
||||||
curveTo(212.587f, 123.738f, 214.281f, 125.256f, 215.557f, 127.192f)
|
|
||||||
curveTo(216.877f, 129.128f, 217.537f, 131.636f, 217.537f, 134.716f)
|
|
||||||
curveTo(217.537f, 137.576f, 216.811f, 140.348f, 215.359f, 143.032f)
|
|
||||||
curveTo(213.951f, 145.716f, 211.905f, 148.092f, 209.221f, 150.16f)
|
|
||||||
curveTo(206.537f, 152.272f, 203.237f, 153.944f, 199.321f, 155.176f)
|
|
||||||
curveTo(195.449f, 156.452f, 191.071f, 157.09f, 186.187f, 157.09f)
|
|
||||||
curveTo(181.303f, 157.09f, 177.035f, 156.606f, 173.383f, 155.638f)
|
|
||||||
curveTo(169.731f, 154.67f, 166.695f, 153.372f, 164.275f, 151.744f)
|
|
||||||
curveTo(161.855f, 150.116f, 160.029f, 148.224f, 158.797f, 146.068f)
|
|
||||||
curveTo(157.609f, 143.956f, 157.015f, 141.734f, 157.015f, 139.402f)
|
|
||||||
curveTo(157.015f, 136.102f, 158.049f, 133.308f, 160.117f, 131.02f)
|
|
||||||
curveTo(162.185f, 128.732f, 165.023f, 126.906f, 168.631f, 125.542f)
|
|
||||||
curveTo(166.651f, 124.662f, 165.067f, 123.496f, 163.879f, 122.044f)
|
|
||||||
curveTo(162.735f, 120.548f, 162.163f, 118.546f, 162.163f, 116.038f)
|
|
||||||
curveTo(162.163f, 115.07f, 162.339f, 114.08f, 162.691f, 113.068f)
|
|
||||||
curveTo(163.043f, 112.012f, 163.571f, 110.978f, 164.275f, 109.966f)
|
|
||||||
curveTo(165.023f, 108.91f, 165.925f, 107.92f, 166.981f, 106.996f)
|
|
||||||
curveTo(168.037f, 106.072f, 169.269f, 105.258f, 170.677f, 104.554f)
|
|
||||||
curveTo(167.377f, 102.706f, 164.803f, 100.264f, 162.955f, 97.228f)
|
|
||||||
curveTo(161.107f, 94.148f, 160.183f, 90.584f, 160.183f, 86.536f)
|
|
||||||
curveTo(160.183f, 83.28f, 160.799f, 80.332f, 162.031f, 77.692f)
|
|
||||||
curveTo(163.307f, 75.008f, 165.067f, 72.742f, 167.311f, 70.894f)
|
|
||||||
curveTo(169.555f, 69.002f, 172.217f, 67.55f, 175.297f, 66.538f)
|
|
||||||
curveTo(178.421f, 65.526f, 181.831f, 65.02f, 185.527f, 65.02f)
|
|
||||||
curveTo(188.431f, 65.02f, 191.137f, 65.35f, 193.645f, 66.01f)
|
|
||||||
curveTo(196.153f, 66.626f, 198.441f, 67.55f, 200.509f, 68.782f)
|
|
||||||
horizontalLineTo(218.659f)
|
|
||||||
close()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.build()
|
|
||||||
return _log!!
|
|
||||||
}
|
|
||||||
|
|
||||||
private var _log: ImageVector? = null
|
|
@ -1,37 +0,0 @@
|
|||||||
package com.sadellie.unitto.core.ui.common.key.unittoicons
|
|
||||||
|
|
||||||
import androidx.compose.ui.graphics.Color
|
|
||||||
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
|
||||||
import androidx.compose.ui.graphics.SolidColor
|
|
||||||
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
|
|
||||||
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter
|
|
||||||
import androidx.compose.ui.graphics.vector.ImageVector
|
|
||||||
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
|
||||||
import androidx.compose.ui.graphics.vector.path
|
|
||||||
import androidx.compose.ui.unit.dp
|
|
||||||
import com.sadellie.unitto.core.ui.common.key.UnittoIcons
|
|
||||||
|
|
||||||
@Suppress("UnusedReceiverParameter")
|
|
||||||
val UnittoIcons.Minus: ImageVector
|
|
||||||
get() {
|
|
||||||
if (_minus != null) {
|
|
||||||
return _minus!!
|
|
||||||
}
|
|
||||||
_minus = Builder(name = "Minus", defaultWidth = 170.0.dp, defaultHeight = 170.0.dp,
|
|
||||||
viewportWidth = 170.0f, viewportHeight = 170.0f).apply {
|
|
||||||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
|
||||||
pathFillType = NonZero) {
|
|
||||||
moveTo(37.0f, 79.0f)
|
|
||||||
horizontalLineTo(133.69f)
|
|
||||||
verticalLineTo(91.691f)
|
|
||||||
horizontalLineTo(37.0f)
|
|
||||||
verticalLineTo(79.0f)
|
|
||||||
close()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.build()
|
|
||||||
return _minus!!
|
|
||||||
}
|
|
||||||
|
|
||||||
private var _minus: ImageVector? = null
|
|
@ -1,85 +0,0 @@
|
|||||||
package com.sadellie.unitto.core.ui.common.key.unittoicons
|
|
||||||
|
|
||||||
import androidx.compose.ui.graphics.Color
|
|
||||||
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
|
||||||
import androidx.compose.ui.graphics.SolidColor
|
|
||||||
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
|
|
||||||
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter
|
|
||||||
import androidx.compose.ui.graphics.vector.ImageVector
|
|
||||||
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
|
||||||
import androidx.compose.ui.graphics.vector.path
|
|
||||||
import androidx.compose.ui.unit.dp
|
|
||||||
import com.sadellie.unitto.core.ui.common.key.UnittoIcons
|
|
||||||
|
|
||||||
@Suppress("UnusedReceiverParameter")
|
|
||||||
val UnittoIcons.Modulo: ImageVector
|
|
||||||
get() {
|
|
||||||
if (_modulo != null) {
|
|
||||||
return _modulo!!
|
|
||||||
}
|
|
||||||
_modulo = Builder(name = "Modulo", defaultWidth = 274.0.dp, defaultHeight = 170.0.dp,
|
|
||||||
viewportWidth = 274.0f, viewportHeight = 170.0f).apply {
|
|
||||||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
|
||||||
pathFillType = NonZero) {
|
|
||||||
moveTo(146.895f, 74.92f)
|
|
||||||
horizontalLineTo(130.593f)
|
|
||||||
lineTo(126.303f, 96.436f)
|
|
||||||
horizontalLineTo(142.605f)
|
|
||||||
lineTo(146.895f, 74.92f)
|
|
||||||
close()
|
|
||||||
moveTo(171.843f, 66.274f)
|
|
||||||
lineTo(170.985f, 71.224f)
|
|
||||||
curveTo(170.765f, 72.5f, 170.237f, 73.446f, 169.401f, 74.062f)
|
|
||||||
curveTo(168.609f, 74.634f, 167.377f, 74.92f, 165.705f, 74.92f)
|
|
||||||
horizontalLineTo(156.597f)
|
|
||||||
lineTo(152.307f, 96.436f)
|
|
||||||
horizontalLineTo(164.121f)
|
|
||||||
curveTo(165.397f, 96.436f, 166.299f, 96.81f, 166.827f, 97.558f)
|
|
||||||
curveTo(167.399f, 98.262f, 167.553f, 99.516f, 167.289f, 101.32f)
|
|
||||||
lineTo(166.695f, 105.082f)
|
|
||||||
horizontalLineTo(151.053f)
|
|
||||||
lineTo(145.509f, 133.0f)
|
|
||||||
horizontalLineTo(140.163f)
|
|
||||||
curveTo(139.591f, 133.0f, 139.063f, 132.868f, 138.579f, 132.604f)
|
|
||||||
curveTo(138.095f, 132.34f, 137.677f, 131.988f, 137.325f, 131.548f)
|
|
||||||
curveTo(137.017f, 131.108f, 136.797f, 130.58f, 136.665f, 129.964f)
|
|
||||||
curveTo(136.533f, 129.348f, 136.533f, 128.666f, 136.665f, 127.918f)
|
|
||||||
lineTo(141.351f, 105.082f)
|
|
||||||
horizontalLineTo(125.049f)
|
|
||||||
lineTo(120.363f, 128.512f)
|
|
||||||
curveTo(120.099f, 130.14f, 119.461f, 131.306f, 118.449f, 132.01f)
|
|
||||||
curveTo(117.437f, 132.67f, 116.293f, 133.0f, 115.017f, 133.0f)
|
|
||||||
horizontalLineTo(109.737f)
|
|
||||||
lineTo(115.347f, 105.082f)
|
|
||||||
horizontalLineTo(105.711f)
|
|
||||||
curveTo(104.479f, 105.082f, 103.577f, 104.73f, 103.005f, 104.026f)
|
|
||||||
curveTo(102.477f, 103.278f, 102.345f, 102.002f, 102.609f, 100.198f)
|
|
||||||
lineTo(103.137f, 96.436f)
|
|
||||||
horizontalLineTo(116.601f)
|
|
||||||
lineTo(120.891f, 74.92f)
|
|
||||||
horizontalLineTo(105.579f)
|
|
||||||
lineTo(106.437f, 70.036f)
|
|
||||||
curveTo(106.657f, 68.76f, 107.163f, 67.814f, 107.955f, 67.198f)
|
|
||||||
curveTo(108.791f, 66.582f, 110.045f, 66.274f, 111.717f, 66.274f)
|
|
||||||
horizontalLineTo(122.145f)
|
|
||||||
lineTo(126.897f, 42.646f)
|
|
||||||
curveTo(127.161f, 41.326f, 127.755f, 40.292f, 128.679f, 39.544f)
|
|
||||||
curveTo(129.647f, 38.796f, 130.791f, 38.422f, 132.111f, 38.422f)
|
|
||||||
horizontalLineTo(137.391f)
|
|
||||||
lineTo(131.847f, 66.274f)
|
|
||||||
horizontalLineTo(148.149f)
|
|
||||||
lineTo(153.693f, 38.422f)
|
|
||||||
horizontalLineTo(158.907f)
|
|
||||||
curveTo(160.183f, 38.422f, 161.173f, 38.84f, 161.877f, 39.676f)
|
|
||||||
curveTo(162.625f, 40.512f, 162.889f, 41.568f, 162.669f, 42.844f)
|
|
||||||
lineTo(157.851f, 66.274f)
|
|
||||||
horizontalLineTo(171.843f)
|
|
||||||
close()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.build()
|
|
||||||
return _modulo!!
|
|
||||||
}
|
|
||||||
|
|
||||||
private var _modulo: ImageVector? = null
|
|
@ -1,47 +0,0 @@
|
|||||||
package com.sadellie.unitto.core.ui.common.key.unittoicons
|
|
||||||
|
|
||||||
import androidx.compose.ui.graphics.Color
|
|
||||||
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
|
||||||
import androidx.compose.ui.graphics.SolidColor
|
|
||||||
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
|
|
||||||
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter
|
|
||||||
import androidx.compose.ui.graphics.vector.ImageVector
|
|
||||||
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
|
||||||
import androidx.compose.ui.graphics.vector.path
|
|
||||||
import androidx.compose.ui.unit.dp
|
|
||||||
import com.sadellie.unitto.core.ui.common.key.UnittoIcons
|
|
||||||
|
|
||||||
@Suppress("UnusedReceiverParameter")
|
|
||||||
val UnittoIcons.Multiply: ImageVector
|
|
||||||
get() {
|
|
||||||
if (_multiply != null) {
|
|
||||||
return _multiply!!
|
|
||||||
}
|
|
||||||
_multiply = Builder(name = "Multiply", defaultWidth = 170.0.dp, defaultHeight = 170.0.dp,
|
|
||||||
viewportWidth = 170.0f, viewportHeight = 170.0f).apply {
|
|
||||||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
|
||||||
pathFillType = NonZero) {
|
|
||||||
moveTo(37.0f, 124.46f)
|
|
||||||
lineTo(124.46f, 37.0f)
|
|
||||||
lineTo(133.69f, 46.229f)
|
|
||||||
lineTo(46.229f, 133.69f)
|
|
||||||
lineTo(37.0f, 124.46f)
|
|
||||||
close()
|
|
||||||
}
|
|
||||||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
|
||||||
pathFillType = NonZero) {
|
|
||||||
moveTo(46.229f, 37.0f)
|
|
||||||
lineTo(133.69f, 124.461f)
|
|
||||||
lineTo(124.461f, 133.69f)
|
|
||||||
lineTo(37.0f, 46.229f)
|
|
||||||
lineTo(46.229f, 37.0f)
|
|
||||||
close()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.build()
|
|
||||||
return _multiply!!
|
|
||||||
}
|
|
||||||
|
|
||||||
private var _multiply: ImageVector? = null
|
|
@ -1,53 +0,0 @@
|
|||||||
package com.sadellie.unitto.core.ui.common.key.unittoicons
|
|
||||||
|
|
||||||
import androidx.compose.ui.graphics.Color
|
|
||||||
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
|
||||||
import androidx.compose.ui.graphics.SolidColor
|
|
||||||
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
|
|
||||||
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter
|
|
||||||
import androidx.compose.ui.graphics.vector.ImageVector
|
|
||||||
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
|
||||||
import androidx.compose.ui.graphics.vector.path
|
|
||||||
import androidx.compose.ui.unit.dp
|
|
||||||
import com.sadellie.unitto.core.ui.common.key.UnittoIcons
|
|
||||||
|
|
||||||
@Suppress("UnusedReceiverParameter")
|
|
||||||
val UnittoIcons.Percent: ImageVector
|
|
||||||
get() {
|
|
||||||
if (_percent != null) {
|
|
||||||
return _percent!!
|
|
||||||
}
|
|
||||||
_percent = Builder(
|
|
||||||
name = "Percent", defaultWidth = 170.0.dp, defaultHeight = 170.0.dp,
|
|
||||||
viewportWidth = 170.0f, viewportHeight = 170.0f
|
|
||||||
).apply {
|
|
||||||
path(
|
|
||||||
fill = SolidColor(Color(0x00000000)), stroke = SolidColor(Color(0xFF000000)),
|
|
||||||
strokeLineWidth = 8.0f, strokeLineCap = Butt, strokeLineJoin = Miter,
|
|
||||||
strokeLineMiter = 4.0f, pathFillType = NonZero
|
|
||||||
) {
|
|
||||||
moveTo(113.58f, 43.477f)
|
|
||||||
lineTo(115.868f, 45.198f)
|
|
||||||
lineTo(54.761f, 125.169f)
|
|
||||||
lineTo(52.473f, 123.448f)
|
|
||||||
lineTo(113.58f, 43.477f)
|
|
||||||
close()
|
|
||||||
moveTo(76.75f, 58.375f)
|
|
||||||
curveTo(76.75f, 67.971f, 68.971f, 75.75f, 59.375f, 75.75f)
|
|
||||||
curveTo(49.779f, 75.75f, 42.0f, 67.971f, 42.0f, 58.375f)
|
|
||||||
curveTo(42.0f, 48.779f, 49.779f, 41.0f, 59.375f, 41.0f)
|
|
||||||
curveTo(68.971f, 41.0f, 76.75f, 48.779f, 76.75f, 58.375f)
|
|
||||||
close()
|
|
||||||
moveTo(129.0f, 110.625f)
|
|
||||||
curveTo(129.0f, 120.221f, 121.221f, 128.0f, 111.625f, 128.0f)
|
|
||||||
curveTo(102.029f, 128.0f, 94.25f, 120.221f, 94.25f, 110.625f)
|
|
||||||
curveTo(94.25f, 101.029f, 102.029f, 93.25f, 111.625f, 93.25f)
|
|
||||||
curveTo(121.221f, 93.25f, 129.0f, 101.029f, 129.0f, 110.625f)
|
|
||||||
close()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.build()
|
|
||||||
return _percent!!
|
|
||||||
}
|
|
||||||
|
|
||||||
private var _percent: ImageVector? = null
|
|
@ -1,81 +0,0 @@
|
|||||||
package com.sadellie.unitto.core.ui.common.key.unittoicons
|
|
||||||
|
|
||||||
import androidx.compose.ui.graphics.Color
|
|
||||||
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
|
||||||
import androidx.compose.ui.graphics.SolidColor
|
|
||||||
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
|
|
||||||
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter
|
|
||||||
import androidx.compose.ui.graphics.vector.ImageVector
|
|
||||||
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
|
||||||
import androidx.compose.ui.graphics.vector.path
|
|
||||||
import androidx.compose.ui.unit.dp
|
|
||||||
import com.sadellie.unitto.core.ui.common.key.UnittoIcons
|
|
||||||
|
|
||||||
@Suppress("UnusedReceiverParameter")
|
|
||||||
val UnittoIcons.Pi: ImageVector
|
|
||||||
get() {
|
|
||||||
if (_pi != null) {
|
|
||||||
return _pi!!
|
|
||||||
}
|
|
||||||
_pi = Builder(name = "Pi", defaultWidth = 274.0.dp, defaultHeight = 170.0.dp, viewportWidth
|
|
||||||
= 274.0f, viewportHeight = 170.0f).apply {
|
|
||||||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
|
||||||
pathFillType = NonZero) {
|
|
||||||
moveTo(173.417f, 72.346f)
|
|
||||||
curveTo(173.417f, 73.402f, 173.087f, 74.304f, 172.427f, 75.052f)
|
|
||||||
curveTo(171.811f, 75.756f, 170.865f, 76.108f, 169.589f, 76.108f)
|
|
||||||
horizontalLineTo(159.887f)
|
|
||||||
curveTo(159.843f, 78.616f, 159.799f, 80.948f, 159.755f, 83.104f)
|
|
||||||
curveTo(159.711f, 85.26f, 159.689f, 87.438f, 159.689f, 89.638f)
|
|
||||||
curveTo(159.689f, 94.874f, 159.777f, 99.384f, 159.953f, 103.168f)
|
|
||||||
curveTo(160.129f, 106.908f, 160.371f, 110.076f, 160.679f, 112.672f)
|
|
||||||
curveTo(161.031f, 115.268f, 161.471f, 117.358f, 161.999f, 118.942f)
|
|
||||||
curveTo(162.527f, 120.526f, 163.143f, 121.736f, 163.847f, 122.572f)
|
|
||||||
curveTo(164.551f, 123.408f, 165.343f, 123.98f, 166.223f, 124.288f)
|
|
||||||
curveTo(167.103f, 124.552f, 168.093f, 124.684f, 169.193f, 124.684f)
|
|
||||||
horizontalLineTo(171.701f)
|
|
||||||
verticalLineTo(129.436f)
|
|
||||||
curveTo(171.701f, 130.712f, 170.953f, 131.702f, 169.457f, 132.406f)
|
|
||||||
curveTo(168.005f, 133.066f, 166.157f, 133.396f, 163.913f, 133.396f)
|
|
||||||
curveTo(161.317f, 133.396f, 159.029f, 132.956f, 157.049f, 132.076f)
|
|
||||||
curveTo(155.113f, 131.196f, 153.507f, 129.832f, 152.231f, 127.984f)
|
|
||||||
curveTo(150.955f, 126.136f, 149.987f, 123.76f, 149.327f, 120.856f)
|
|
||||||
curveTo(148.711f, 117.908f, 148.403f, 114.388f, 148.403f, 110.296f)
|
|
||||||
curveTo(148.403f, 108.316f, 148.491f, 106.182f, 148.667f, 103.894f)
|
|
||||||
curveTo(148.843f, 101.562f, 149.041f, 99.01f, 149.261f, 96.238f)
|
|
||||||
curveTo(149.481f, 93.466f, 149.701f, 90.43f, 149.921f, 87.13f)
|
|
||||||
curveTo(150.141f, 83.786f, 150.317f, 80.112f, 150.449f, 76.108f)
|
|
||||||
horizontalLineTo(126.029f)
|
|
||||||
curveTo(125.897f, 83.676f, 125.567f, 90.364f, 125.039f, 96.172f)
|
|
||||||
curveTo(124.511f, 101.98f, 123.829f, 107.018f, 122.993f, 111.286f)
|
|
||||||
curveTo(122.157f, 115.51f, 121.167f, 119.052f, 120.023f, 121.912f)
|
|
||||||
curveTo(118.923f, 124.772f, 117.691f, 127.06f, 116.327f, 128.776f)
|
|
||||||
curveTo(115.007f, 130.492f, 113.555f, 131.724f, 111.971f, 132.472f)
|
|
||||||
curveTo(110.387f, 133.176f, 108.737f, 133.528f, 107.021f, 133.528f)
|
|
||||||
curveTo(106.493f, 133.528f, 105.943f, 133.484f, 105.371f, 133.396f)
|
|
||||||
curveTo(104.799f, 133.308f, 104.249f, 133.176f, 103.721f, 133.0f)
|
|
||||||
curveTo(103.237f, 132.78f, 102.841f, 132.516f, 102.533f, 132.208f)
|
|
||||||
curveTo(102.225f, 131.9f, 102.071f, 131.548f, 102.071f, 131.152f)
|
|
||||||
verticalLineTo(123.166f)
|
|
||||||
horizontalLineTo(103.391f)
|
|
||||||
curveTo(104.711f, 123.166f, 106.053f, 122.33f, 107.417f, 120.658f)
|
|
||||||
curveTo(108.781f, 118.942f, 110.035f, 116.236f, 111.179f, 112.54f)
|
|
||||||
curveTo(112.323f, 108.8f, 113.313f, 103.938f, 114.149f, 97.954f)
|
|
||||||
curveTo(114.985f, 91.97f, 115.513f, 84.688f, 115.733f, 76.108f)
|
|
||||||
horizontalLineTo(101.279f)
|
|
||||||
verticalLineTo(71.158f)
|
|
||||||
curveTo(101.279f, 70.674f, 101.367f, 70.19f, 101.543f, 69.706f)
|
|
||||||
curveTo(101.763f, 69.178f, 102.071f, 68.694f, 102.467f, 68.254f)
|
|
||||||
curveTo(102.863f, 67.814f, 103.325f, 67.462f, 103.853f, 67.198f)
|
|
||||||
curveTo(104.425f, 66.934f, 105.085f, 66.802f, 105.833f, 66.802f)
|
|
||||||
horizontalLineTo(173.417f)
|
|
||||||
verticalLineTo(72.346f)
|
|
||||||
close()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.build()
|
|
||||||
return _pi!!
|
|
||||||
}
|
|
||||||
|
|
||||||
private var _pi: ImageVector? = null
|
|
@ -1,47 +0,0 @@
|
|||||||
package com.sadellie.unitto.core.ui.common.key.unittoicons
|
|
||||||
|
|
||||||
import androidx.compose.ui.graphics.Color
|
|
||||||
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
|
|
||||||
import androidx.compose.ui.graphics.SolidColor
|
|
||||||
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
|
|
||||||
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter
|
|
||||||
import androidx.compose.ui.graphics.vector.ImageVector
|
|
||||||
import androidx.compose.ui.graphics.vector.ImageVector.Builder
|
|
||||||
import androidx.compose.ui.graphics.vector.path
|
|
||||||
import androidx.compose.ui.unit.dp
|
|
||||||
import com.sadellie.unitto.core.ui.common.key.UnittoIcons
|
|
||||||
|
|
||||||
@Suppress("UnusedReceiverParameter")
|
|
||||||
val UnittoIcons.Plus: ImageVector
|
|
||||||
get() {
|
|
||||||
if (_plus != null) {
|
|
||||||
return _plus!!
|
|
||||||
}
|
|
||||||
_plus = Builder(name = "Plus", defaultWidth = 170.0.dp, defaultHeight = 170.0.dp,
|
|
||||||
viewportWidth = 170.0f, viewportHeight = 170.0f).apply {
|
|
||||||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
|
||||||
pathFillType = NonZero) {
|
|
||||||
moveTo(37.0f, 79.302f)
|
|
||||||
horizontalLineTo(133.69f)
|
|
||||||
verticalLineTo(91.992f)
|
|
||||||
horizontalLineTo(37.0f)
|
|
||||||
verticalLineTo(79.302f)
|
|
||||||
close()
|
|
||||||
}
|
|
||||||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
|
||||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
|
||||||
pathFillType = NonZero) {
|
|
||||||
moveTo(92.597f, 37.0f)
|
|
||||||
lineTo(92.597f, 133.69f)
|
|
||||||
horizontalLineTo(79.906f)
|
|
||||||
lineTo(79.906f, 37.0f)
|
|
||||||
lineTo(92.597f, 37.0f)
|
|
||||||
close()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.build()
|
|
||||||
return _plus!!
|
|
||||||
}
|
|
||||||
|
|
||||||
private var _plus: ImageVector? = null
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user