Icons module initiation (#231)
This module is being created to store all icons used by fluent android. This module may be removed in future subjected to availability of a centralized icon library by fluent.
This commit is contained in:
Родитель
44c177652a
Коммит
edf7d55a43
|
@ -11,42 +11,44 @@
|
|||
* and fluentui_drawer' current version is 0.0.2, both fluentui_listitem and
|
||||
* fluentui_drawer and FluentUI should increment their respective version ids
|
||||
*/
|
||||
project.ext.fluentui_calendar_versionid='0.0.23'
|
||||
project.ext.fluentui_controls_versionid='0.1.1'
|
||||
project.ext.fluentui_core_versionid='0.1.2'
|
||||
project.ext.fluentui_listitem_versionid='0.0.23'
|
||||
project.ext.fluentui_tablayout_versionid='0.0.23'
|
||||
project.ext.fluentui_drawer_versionid='0.0.23'
|
||||
project.ext.fluentui_ccb_versionid='0.0.23'
|
||||
project.ext.fluentui_others_versionid='0.1.2'
|
||||
project.ext.fluentui_transients_versionid='0.0.25'
|
||||
project.ext.fluentui_topappbars_versionid='0.0.23'
|
||||
project.ext.fluentui_menus_versionid='0.0.23'
|
||||
project.ext.fluentui_peoplepicker_versionid='0.0.23'
|
||||
project.ext.fluentui_persona_versionid='0.0.25'
|
||||
project.ext.fluentui_progress_versionid='0.0.23'
|
||||
project.ext.FluentUI_versionid='0.1.2'
|
||||
project.ext.fluentui_calendar_version_code=23
|
||||
project.ext.fluentui_controls_version_code=2
|
||||
project.ext.fluentui_core_version_code=25
|
||||
project.ext.fluentui_listitem_version_code=23
|
||||
project.ext.fluentui_tablayout_version_code=23
|
||||
project.ext.fluentui_drawer_version_code=23
|
||||
project.ext.fluentui_ccb_version_code=23
|
||||
project.ext.fluentui_others_version_code=25
|
||||
project.ext.fluentui_transients_version_code=25
|
||||
project.ext.fluentui_topappbars_version_code=23
|
||||
project.ext.fluentui_menus_version_code=23
|
||||
project.ext.fluentui_peoplepicker_version_code=23
|
||||
project.ext.fluentui_persona_version_code=25
|
||||
project.ext.fluentui_progress_version_code=23
|
||||
project.ext.FluentUI_version_code=37
|
||||
project.ext.license_type='MIT License'
|
||||
project.ext.license_url='https://github.com/microsoft/fluentui-android/blob/master/LICENSE'
|
||||
project.ext.github_url='https://github.com/microsoft/fluentui-android'
|
||||
project.ext.developer_id='fluent-ui-android'
|
||||
project.ext.developer_name='Microsoft Inc.'
|
||||
project.ext.developer_email='fluentuinativeowners@microsoft.com'
|
||||
project.ext.scm_connection='scm:git:github.com/microsoft/fluentui-android.git'
|
||||
project.ext.scm_dev_connection='scm:git:ssh://github.com/microsoft/fluentui-android.git'
|
||||
project.ext.scm_url='https://github.com/microsoft/fluentui-android/tree/main'
|
||||
project.ext.fluentui_calendar_versionid = '0.0.23'
|
||||
project.ext.fluentui_controls_versionid = '0.1.1'
|
||||
project.ext.fluentui_core_versionid = '0.1.2'
|
||||
project.ext.fluentui_listitem_versionid = '0.0.23'
|
||||
project.ext.fluentui_tablayout_versionid = '0.0.23'
|
||||
project.ext.fluentui_drawer_versionid = '0.0.23'
|
||||
project.ext.fluentui_ccb_versionid = '0.0.23'
|
||||
project.ext.fluentui_others_versionid = '0.1.2'
|
||||
project.ext.fluentui_transients_versionid = '0.0.25'
|
||||
project.ext.fluentui_topappbars_versionid = '0.0.23'
|
||||
project.ext.fluentui_menus_versionid = '0.0.23'
|
||||
project.ext.fluentui_peoplepicker_versionid = '0.0.23'
|
||||
project.ext.fluentui_persona_versionid = '0.0.25'
|
||||
project.ext.fluentui_progress_versionid = '0.0.23'
|
||||
project.ext.fluentui_icons_versionid = '0.1.0'
|
||||
project.ext.FluentUI_versionid = '0.1.2'
|
||||
project.ext.fluentui_calendar_version_code = 23
|
||||
project.ext.fluentui_controls_version_code = 2
|
||||
project.ext.fluentui_core_version_code = 25
|
||||
project.ext.fluentui_listitem_version_code = 23
|
||||
project.ext.fluentui_tablayout_version_code = 23
|
||||
project.ext.fluentui_drawer_version_code = 23
|
||||
project.ext.fluentui_ccb_version_code = 23
|
||||
project.ext.fluentui_others_version_code = 25
|
||||
project.ext.fluentui_transients_version_code = 25
|
||||
project.ext.fluentui_topappbars_version_code = 23
|
||||
project.ext.fluentui_menus_version_code = 23
|
||||
project.ext.fluentui_peoplepicker_version_code = 23
|
||||
project.ext.fluentui_persona_version_code = 25
|
||||
project.ext.fluentui_progress_version_code = 23
|
||||
project.ext.fluentui_icons_version_code = 1
|
||||
project.ext.FluentUI_version_code = 37
|
||||
project.ext.license_type = 'MIT License'
|
||||
project.ext.license_url = 'https://github.com/microsoft/fluentui-android/blob/master/LICENSE'
|
||||
project.ext.github_url = 'https://github.com/microsoft/fluentui-android'
|
||||
project.ext.developer_id = 'fluent-ui-android'
|
||||
project.ext.developer_name = 'Microsoft Inc.'
|
||||
project.ext.developer_email = 'fluentuinativeowners@microsoft.com'
|
||||
project.ext.scm_connection = 'scm:git:github.com/microsoft/fluentui-android.git'
|
||||
project.ext.scm_dev_connection = 'scm:git:ssh://github.com/microsoft/fluentui-android.git'
|
||||
project.ext.scm_url = 'https://github.com/microsoft/fluentui-android/tree/main'
|
|
@ -0,0 +1,64 @@
|
|||
apply plugin: 'com.android.library'
|
||||
apply plugin: 'kotlin-android'
|
||||
|
||||
apply from: '../config.gradle'
|
||||
apply from: '../publish.gradle'
|
||||
|
||||
android {
|
||||
compileSdkVersion constants.compileSdkVersion
|
||||
defaultConfig {
|
||||
minSdkVersion constants.minSdkVersion
|
||||
targetSdkVersion constants.targetSdkVersion
|
||||
versionCode project.ext.fluentui_icons_version_code
|
||||
versionName project.ext.fluentui_icons_versionid
|
||||
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
|
||||
}
|
||||
lintOptions {
|
||||
abortOnError false
|
||||
}
|
||||
buildTypes {
|
||||
release {
|
||||
minifyEnabled false
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||
}
|
||||
}
|
||||
testOptions {
|
||||
unitTests {
|
||||
includeAndroidResources = true
|
||||
}
|
||||
}
|
||||
productFlavors {
|
||||
}
|
||||
kotlinOptions {
|
||||
jvmTarget = '1.8'
|
||||
useIR = true
|
||||
}
|
||||
buildFeatures {
|
||||
compose true
|
||||
}
|
||||
composeOptions {
|
||||
kotlinCompilerExtensionVersion composeVersion
|
||||
}
|
||||
compileOptions {
|
||||
sourceCompatibility JavaVersion.VERSION_1_8
|
||||
targetCompatibility JavaVersion.VERSION_1_8
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation fileTree(include: ['*.jar'], dir: 'libs')
|
||||
implementation "androidx.compose.ui:ui:$composeVersion"
|
||||
|
||||
testImplementation 'junit:junit:4.13.2'
|
||||
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
|
||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
|
||||
}
|
||||
|
||||
task sourceJar(type: Jar) {
|
||||
from android.sourceSets.main.java.srcDirs
|
||||
classifier "sources"
|
||||
}
|
||||
|
||||
project.afterEvaluate {
|
||||
project.ext.publishingFunc('fluentui_icons')
|
||||
}
|
|
@ -0,0 +1,21 @@
|
|||
# Add project specific ProGuard rules here.
|
||||
# You can control the set of applied configuration files using the
|
||||
# proguardFiles setting in build.gradle.
|
||||
#
|
||||
# For more details, see
|
||||
# http://developer.android.com/guide/developing/tools/proguard.html
|
||||
|
||||
# If your project uses WebView with JS, uncomment the following
|
||||
# and specify the fully qualified class name to the JavaScript interface
|
||||
# class:
|
||||
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
|
||||
# public *;
|
||||
#}
|
||||
|
||||
# Uncomment this to preserve the line number information for
|
||||
# debugging stack traces.
|
||||
#-keepattributes SourceFile,LineNumberTable
|
||||
|
||||
# If you keep the line number information, uncomment this to
|
||||
# hide the original source file name.
|
||||
#-renamesourcefileattribute SourceFile
|
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest package="com.microsoft.fluentui_icons">
|
||||
|
||||
</manifest>
|
|
@ -0,0 +1,20 @@
|
|||
package com.microsoft.fluentui.icons
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.microsoft.fluentui.icons.avataricons.AllIcons
|
||||
import com.microsoft.fluentui.icons.avataricons.Icon
|
||||
import com.microsoft.fluentui.icons.avataricons.Presence
|
||||
import kotlin.collections.List as ____KtList
|
||||
|
||||
object AvatarIcons
|
||||
|
||||
private var __AllIcons: ____KtList<ImageVector>? = null
|
||||
|
||||
val AvatarIcons.AllIcons: ____KtList<ImageVector>
|
||||
get() {
|
||||
if (__AllIcons != null) {
|
||||
return __AllIcons!!
|
||||
}
|
||||
__AllIcons = Icon.AllIcons + Presence.AllIcons + listOf()
|
||||
return __AllIcons!!
|
||||
}
|
|
@ -0,0 +1,24 @@
|
|||
package com.microsoft.fluentui.icons.avataricons
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.microsoft.fluentui.icons.AvatarIcons
|
||||
import com.microsoft.fluentui.icons.avataricons.icon.AllIcons
|
||||
import com.microsoft.fluentui.icons.avataricons.icon.Anonymous
|
||||
import com.microsoft.fluentui.icons.avataricons.icon.Standard
|
||||
import kotlin.collections.List as ____KtList
|
||||
|
||||
object IconGroup
|
||||
|
||||
val AvatarIcons.Icon: IconGroup
|
||||
get() = IconGroup
|
||||
|
||||
private var __AllIcons: ____KtList<ImageVector>? = null
|
||||
|
||||
val IconGroup.AllIcons: ____KtList<ImageVector>
|
||||
get() {
|
||||
if (__AllIcons != null) {
|
||||
return __AllIcons!!
|
||||
}
|
||||
__AllIcons = Anonymous.AllIcons + Standard.AllIcons + listOf()
|
||||
return __AllIcons!!
|
||||
}
|
|
@ -0,0 +1,24 @@
|
|||
package com.microsoft.fluentui.icons.avataricons
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.microsoft.fluentui.icons.AvatarIcons
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.*
|
||||
import kotlin.collections.List as ____KtList
|
||||
|
||||
object PresenceGroup
|
||||
|
||||
val AvatarIcons.Presence: PresenceGroup
|
||||
get() = PresenceGroup
|
||||
|
||||
private var __AllIcons: ____KtList<ImageVector>? = null
|
||||
|
||||
val PresenceGroup.AllIcons: ____KtList<ImageVector>
|
||||
get() {
|
||||
if (__AllIcons != null) {
|
||||
return __AllIcons!!
|
||||
}
|
||||
__AllIcons = Available.AllIcons + Availableoof.AllIcons + Away.AllIcons + Awayoof.AllIcons +
|
||||
Blocked.AllIcons + Busy.AllIcons + Busyoof.AllIcons + Dark.AllIcons + Dnd.AllIcons +
|
||||
Dndoof.AllIcons + Offline.AllIcons + Oof.AllIcons + Unknown.AllIcons + listOf()
|
||||
return __AllIcons!!
|
||||
}
|
|
@ -0,0 +1,22 @@
|
|||
package com.microsoft.fluentui.icons.avataricons.icon
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.microsoft.fluentui.icons.avataricons.IconGroup
|
||||
import com.microsoft.fluentui.icons.avataricons.icon.anonymous.*
|
||||
import kotlin.collections.List as ____KtList
|
||||
|
||||
object AnonymousGroup
|
||||
|
||||
val IconGroup.Anonymous: AnonymousGroup
|
||||
get() = AnonymousGroup
|
||||
|
||||
private var __AllIcons: ____KtList<ImageVector>? = null
|
||||
|
||||
val AnonymousGroup.AllIcons: ____KtList<ImageVector>
|
||||
get() {
|
||||
if (__AllIcons != null) {
|
||||
return __AllIcons!!
|
||||
}
|
||||
__AllIcons = listOf(Large, Medium, Small, Xlarge, Xsmall, Xxlarge)
|
||||
return __AllIcons!!
|
||||
}
|
|
@ -0,0 +1,22 @@
|
|||
package com.microsoft.fluentui.icons.avataricons.icon
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.microsoft.fluentui.icons.avataricons.IconGroup
|
||||
import com.microsoft.fluentui.icons.avataricons.icon.standard.*
|
||||
import kotlin.collections.List as ____KtList
|
||||
|
||||
object StandardGroup
|
||||
|
||||
val IconGroup.Standard: StandardGroup
|
||||
get() = StandardGroup
|
||||
|
||||
private var __AllIcons: ____KtList<ImageVector>? = null
|
||||
|
||||
val StandardGroup.AllIcons: ____KtList<ImageVector>
|
||||
get() {
|
||||
if (__AllIcons != null) {
|
||||
return __AllIcons!!
|
||||
}
|
||||
__AllIcons = listOf(Large, Medium, Small, Xlarge, Xsmall, Xxlarge)
|
||||
return __AllIcons!!
|
||||
}
|
|
@ -0,0 +1,64 @@
|
|||
package com.microsoft.fluentui.icons.avataricons.icon.anonymous
|
||||
|
||||
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.microsoft.fluentui.icons.avataricons.icon.AnonymousGroup
|
||||
|
||||
val AnonymousGroup.Large: ImageVector
|
||||
get() {
|
||||
if (_large != null) {
|
||||
return _large!!
|
||||
}
|
||||
_large = Builder(name = "Large", defaultWidth = 24.0.dp, defaultHeight = 24.0.dp,
|
||||
viewportWidth = 24.0f, viewportHeight = 24.0f).apply {
|
||||
path(fill = SolidColor(Color(0xFF616161)), stroke = null, strokeLineWidth = 0.0f,
|
||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||
pathFillType = NonZero) {
|
||||
moveTo(17.7542f, 13.9999f)
|
||||
curveTo(18.9962f, 13.9999f, 20.003f, 15.0068f, 20.003f, 16.2488f)
|
||||
verticalLineTo(16.8242f)
|
||||
curveTo(20.003f, 17.7185f, 19.6835f, 18.5833f, 19.1019f, 19.2627f)
|
||||
curveTo(17.5326f, 21.0962f, 15.1454f, 22.0011f, 12.0f, 22.0011f)
|
||||
curveTo(8.8541f, 22.0011f, 6.4681f, 21.0959f, 4.9018f, 19.2617f)
|
||||
curveTo(4.3221f, 18.5828f, 4.0035f, 17.7193f, 4.0035f, 16.8265f)
|
||||
verticalLineTo(16.2488f)
|
||||
curveTo(4.0035f, 15.0068f, 5.0104f, 13.9999f, 6.2524f, 13.9999f)
|
||||
horizontalLineTo(17.7542f)
|
||||
close()
|
||||
moveTo(17.7542f, 15.4999f)
|
||||
horizontalLineTo(6.2524f)
|
||||
curveTo(5.8388f, 15.4999f, 5.5035f, 15.8352f, 5.5035f, 16.2488f)
|
||||
verticalLineTo(16.8265f)
|
||||
curveTo(5.5035f, 17.3622f, 5.6947f, 17.8802f, 6.0425f, 18.2876f)
|
||||
curveTo(7.2958f, 19.7553f, 9.2617f, 20.5011f, 12.0f, 20.5011f)
|
||||
curveTo(14.7383f, 20.5011f, 16.7059f, 19.7553f, 17.9624f, 18.2873f)
|
||||
curveTo(18.3113f, 17.8797f, 18.503f, 17.3608f, 18.503f, 16.8242f)
|
||||
verticalLineTo(16.2488f)
|
||||
curveTo(18.503f, 15.8352f, 18.1678f, 15.4999f, 17.7542f, 15.4999f)
|
||||
close()
|
||||
moveTo(12.0f, 2.0046f)
|
||||
curveTo(14.7614f, 2.0046f, 17.0f, 4.2432f, 17.0f, 7.0046f)
|
||||
curveTo(17.0f, 9.7661f, 14.7614f, 12.0046f, 12.0f, 12.0046f)
|
||||
curveTo(9.2386f, 12.0046f, 7.0f, 9.7661f, 7.0f, 7.0046f)
|
||||
curveTo(7.0f, 4.2432f, 9.2386f, 2.0046f, 12.0f, 2.0046f)
|
||||
close()
|
||||
moveTo(12.0f, 3.5046f)
|
||||
curveTo(10.067f, 3.5046f, 8.5f, 5.0716f, 8.5f, 7.0046f)
|
||||
curveTo(8.5f, 8.9376f, 10.067f, 10.5046f, 12.0f, 10.5046f)
|
||||
curveTo(13.933f, 10.5046f, 15.5f, 8.9376f, 15.5f, 7.0046f)
|
||||
curveTo(15.5f, 5.0716f, 13.933f, 3.5046f, 12.0f, 3.5046f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
.build()
|
||||
return _large!!
|
||||
}
|
||||
|
||||
private var _large: ImageVector? = null
|
|
@ -0,0 +1,60 @@
|
|||
package com.microsoft.fluentui.icons.avataricons.icon.anonymous
|
||||
|
||||
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.microsoft.fluentui.icons.avataricons.icon.AnonymousGroup
|
||||
|
||||
val AnonymousGroup.Medium: ImageVector
|
||||
get() {
|
||||
if (_medium != null) {
|
||||
return _medium!!
|
||||
}
|
||||
_medium = Builder(name = "Medium", defaultWidth = 20.0.dp, defaultHeight = 20.0.dp,
|
||||
viewportWidth = 20.0f, viewportHeight = 20.0f).apply {
|
||||
path(fill = SolidColor(Color(0xFF616161)), stroke = null, strokeLineWidth = 0.0f,
|
||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||
pathFillType = NonZero) {
|
||||
moveTo(10.0f, 2.0f)
|
||||
curveTo(7.7909f, 2.0f, 6.0f, 3.7909f, 6.0f, 6.0f)
|
||||
curveTo(6.0f, 8.2091f, 7.7909f, 10.0f, 10.0f, 10.0f)
|
||||
curveTo(12.2091f, 10.0f, 14.0f, 8.2091f, 14.0f, 6.0f)
|
||||
curveTo(14.0f, 3.7909f, 12.2091f, 2.0f, 10.0f, 2.0f)
|
||||
close()
|
||||
moveTo(7.0f, 6.0f)
|
||||
curveTo(7.0f, 4.3432f, 8.3432f, 3.0f, 10.0f, 3.0f)
|
||||
curveTo(11.6569f, 3.0f, 13.0f, 4.3432f, 13.0f, 6.0f)
|
||||
curveTo(13.0f, 7.6568f, 11.6569f, 9.0f, 10.0f, 9.0f)
|
||||
curveTo(8.3432f, 9.0f, 7.0f, 7.6568f, 7.0f, 6.0f)
|
||||
close()
|
||||
moveTo(5.0087f, 11.0f)
|
||||
curveTo(3.9032f, 11.0f, 3.0f, 11.8869f, 3.0f, 13.0f)
|
||||
curveTo(3.0f, 14.6912f, 3.8328f, 15.9663f, 5.135f, 16.7966f)
|
||||
curveTo(6.417f, 17.614f, 8.1453f, 18.0f, 10.0f, 18.0f)
|
||||
curveTo(11.8547f, 18.0f, 13.583f, 17.614f, 14.865f, 16.7966f)
|
||||
curveTo(16.1672f, 15.9663f, 17.0f, 14.6912f, 17.0f, 13.0f)
|
||||
curveTo(17.0f, 11.8956f, 16.1045f, 11.0f, 15.0f, 11.0f)
|
||||
lineTo(5.0087f, 11.0f)
|
||||
close()
|
||||
moveTo(4.0f, 13.0f)
|
||||
curveTo(4.0f, 12.4467f, 4.4479f, 12.0f, 5.0087f, 12.0f)
|
||||
lineTo(15.0f, 12.0f)
|
||||
curveTo(15.5522f, 12.0f, 16.0f, 12.4478f, 16.0f, 13.0f)
|
||||
curveTo(16.0f, 14.3088f, 15.3777f, 15.2837f, 14.3274f, 15.9534f)
|
||||
curveTo(13.2568f, 16.636f, 11.7351f, 17.0f, 10.0f, 17.0f)
|
||||
curveTo(8.2649f, 17.0f, 6.7432f, 16.636f, 5.6726f, 15.9534f)
|
||||
curveTo(4.6223f, 15.2837f, 4.0f, 14.3088f, 4.0f, 13.0f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
.build()
|
||||
return _medium!!
|
||||
}
|
||||
|
||||
private var _medium: ImageVector? = null
|
|
@ -0,0 +1,60 @@
|
|||
package com.microsoft.fluentui.icons.avataricons.icon.anonymous
|
||||
|
||||
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.microsoft.fluentui.icons.avataricons.icon.AnonymousGroup
|
||||
|
||||
val AnonymousGroup.Small: ImageVector
|
||||
get() {
|
||||
if (_small != null) {
|
||||
return _small!!
|
||||
}
|
||||
_small = Builder(name = "Small", defaultWidth = 16.0.dp, defaultHeight = 16.0.dp,
|
||||
viewportWidth = 16.0f, viewportHeight = 16.0f).apply {
|
||||
path(fill = SolidColor(Color(0xFF616161)), stroke = null, strokeLineWidth = 0.0f,
|
||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||
pathFillType = NonZero) {
|
||||
moveTo(11.5f, 8.0f)
|
||||
curveTo(12.3284f, 8.0f, 13.0f, 8.6716f, 13.0f, 9.5f)
|
||||
verticalLineTo(10.0f)
|
||||
curveTo(13.0f, 11.9714f, 11.1405f, 14.0f, 8.0f, 14.0f)
|
||||
curveTo(4.8595f, 14.0f, 3.0f, 11.9714f, 3.0f, 10.0f)
|
||||
verticalLineTo(9.5f)
|
||||
curveTo(3.0f, 8.6716f, 3.6716f, 8.0f, 4.5f, 8.0f)
|
||||
horizontalLineTo(11.5f)
|
||||
close()
|
||||
moveTo(11.5f, 9.0f)
|
||||
horizontalLineTo(4.5f)
|
||||
curveTo(4.2239f, 9.0f, 4.0f, 9.2239f, 4.0f, 9.5f)
|
||||
verticalLineTo(10.0f)
|
||||
curveTo(4.0f, 11.4376f, 5.4322f, 13.0f, 8.0f, 13.0f)
|
||||
curveTo(10.5678f, 13.0f, 12.0f, 11.4376f, 12.0f, 10.0f)
|
||||
verticalLineTo(9.5f)
|
||||
curveTo(12.0f, 9.2239f, 11.7761f, 9.0f, 11.5f, 9.0f)
|
||||
close()
|
||||
moveTo(8.0f, 1.5f)
|
||||
curveTo(9.5188f, 1.5f, 10.75f, 2.7312f, 10.75f, 4.25f)
|
||||
curveTo(10.75f, 5.7688f, 9.5188f, 7.0f, 8.0f, 7.0f)
|
||||
curveTo(6.4812f, 7.0f, 5.25f, 5.7688f, 5.25f, 4.25f)
|
||||
curveTo(5.25f, 2.7312f, 6.4812f, 1.5f, 8.0f, 1.5f)
|
||||
close()
|
||||
moveTo(8.0f, 2.5f)
|
||||
curveTo(7.0335f, 2.5f, 6.25f, 3.2835f, 6.25f, 4.25f)
|
||||
curveTo(6.25f, 5.2165f, 7.0335f, 6.0f, 8.0f, 6.0f)
|
||||
curveTo(8.9665f, 6.0f, 9.75f, 5.2165f, 9.75f, 4.25f)
|
||||
curveTo(9.75f, 3.2835f, 8.9665f, 2.5f, 8.0f, 2.5f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
.build()
|
||||
return _small!!
|
||||
}
|
||||
|
||||
private var _small: ImageVector? = null
|
|
@ -0,0 +1,63 @@
|
|||
package com.microsoft.fluentui.icons.avataricons.icon.anonymous
|
||||
|
||||
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.microsoft.fluentui.icons.avataricons.icon.AnonymousGroup
|
||||
|
||||
val AnonymousGroup.Xlarge: ImageVector
|
||||
get() {
|
||||
if (_xlarge != null) {
|
||||
return _xlarge!!
|
||||
}
|
||||
_xlarge = Builder(name = "Xlarge", defaultWidth = 28.0.dp, defaultHeight = 28.0.dp,
|
||||
viewportWidth = 28.0f, viewportHeight = 28.0f).apply {
|
||||
path(fill = SolidColor(Color(0xFF616161)), stroke = null, strokeLineWidth = 0.0f,
|
||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||
pathFillType = NonZero) {
|
||||
moveTo(21.0f, 16.0f)
|
||||
curveTo(22.6569f, 16.0f, 24.0f, 17.3431f, 24.0f, 19.0f)
|
||||
verticalLineTo(19.7146f)
|
||||
curveTo(24.0f, 23.2924f, 19.7895f, 26.0f, 14.0f, 26.0f)
|
||||
curveTo(8.2105f, 26.0f, 4.0f, 23.4333f, 4.0f, 19.7146f)
|
||||
verticalLineTo(19.0f)
|
||||
curveTo(4.0f, 17.3431f, 5.3432f, 16.0f, 7.0f, 16.0f)
|
||||
horizontalLineTo(21.0f)
|
||||
close()
|
||||
moveTo(21.0f, 17.5f)
|
||||
horizontalLineTo(7.0f)
|
||||
curveTo(6.2203f, 17.5f, 5.5795f, 18.0949f, 5.5069f, 18.8555f)
|
||||
lineTo(5.5f, 19.0f)
|
||||
verticalLineTo(19.7146f)
|
||||
curveTo(5.5f, 22.389f, 8.8888f, 24.5f, 14.0f, 24.5f)
|
||||
curveTo(18.926f, 24.5f, 22.3548f, 22.3951f, 22.4955f, 19.876f)
|
||||
lineTo(22.5f, 19.7146f)
|
||||
verticalLineTo(19.0f)
|
||||
curveTo(22.5f, 18.2203f, 21.9051f, 17.5796f, 21.1445f, 17.5069f)
|
||||
lineTo(21.0f, 17.5f)
|
||||
close()
|
||||
moveTo(14.0f, 2.0f)
|
||||
curveTo(17.3137f, 2.0f, 20.0f, 4.6863f, 20.0f, 8.0f)
|
||||
curveTo(20.0f, 11.3137f, 17.3137f, 14.0f, 14.0f, 14.0f)
|
||||
curveTo(10.6863f, 14.0f, 8.0f, 11.3137f, 8.0f, 8.0f)
|
||||
curveTo(8.0f, 4.6863f, 10.6863f, 2.0f, 14.0f, 2.0f)
|
||||
close()
|
||||
moveTo(14.0f, 3.5f)
|
||||
curveTo(11.5147f, 3.5f, 9.5f, 5.5147f, 9.5f, 8.0f)
|
||||
curveTo(9.5f, 10.4853f, 11.5147f, 12.5f, 14.0f, 12.5f)
|
||||
curveTo(16.4853f, 12.5f, 18.5f, 10.4853f, 18.5f, 8.0f)
|
||||
curveTo(18.5f, 5.5147f, 16.4853f, 3.5f, 14.0f, 3.5f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
.build()
|
||||
return _xlarge!!
|
||||
}
|
||||
|
||||
private var _xlarge: ImageVector? = null
|
|
@ -0,0 +1,60 @@
|
|||
package com.microsoft.fluentui.icons.avataricons.icon.anonymous
|
||||
|
||||
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.microsoft.fluentui.icons.avataricons.icon.AnonymousGroup
|
||||
|
||||
val AnonymousGroup.Xsmall: ImageVector
|
||||
get() {
|
||||
if (_xsmall != null) {
|
||||
return _xsmall!!
|
||||
}
|
||||
_xsmall = Builder(name = "Xsmall", defaultWidth = 12.0.dp, defaultHeight = 12.0.dp,
|
||||
viewportWidth = 12.0f, viewportHeight = 12.0f).apply {
|
||||
path(fill = SolidColor(Color(0xFF616161)), stroke = null, strokeLineWidth = 0.0f,
|
||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||
pathFillType = NonZero) {
|
||||
moveTo(6.0f, 1.0f)
|
||||
curveTo(4.8954f, 1.0f, 4.0f, 1.8954f, 4.0f, 3.0f)
|
||||
curveTo(4.0f, 4.1046f, 4.8954f, 5.0f, 6.0f, 5.0f)
|
||||
curveTo(7.1046f, 5.0f, 8.0f, 4.1046f, 8.0f, 3.0f)
|
||||
curveTo(8.0f, 1.8954f, 7.1046f, 1.0f, 6.0f, 1.0f)
|
||||
close()
|
||||
moveTo(5.0f, 3.0f)
|
||||
curveTo(5.0f, 2.4477f, 5.4477f, 2.0f, 6.0f, 2.0f)
|
||||
curveTo(6.5523f, 2.0f, 7.0f, 2.4477f, 7.0f, 3.0f)
|
||||
curveTo(7.0f, 3.5523f, 6.5523f, 4.0f, 6.0f, 4.0f)
|
||||
curveTo(5.4477f, 4.0f, 5.0f, 3.5523f, 5.0f, 3.0f)
|
||||
close()
|
||||
moveTo(8.5f, 6.0f)
|
||||
lineTo(3.5f, 6.0f)
|
||||
curveTo(2.6716f, 6.0f, 2.0f, 6.6716f, 2.0f, 7.5f)
|
||||
curveTo(2.0f, 8.6161f, 2.459f, 9.5103f, 3.2122f, 10.1148f)
|
||||
curveTo(3.9534f, 10.7098f, 4.9469f, 11.0f, 6.0f, 11.0f)
|
||||
curveTo(7.0531f, 11.0f, 8.0466f, 10.7098f, 8.7879f, 10.1148f)
|
||||
curveTo(9.541f, 9.5103f, 10.0f, 8.6161f, 10.0f, 7.5f)
|
||||
curveTo(10.0f, 6.6716f, 9.3284f, 6.0f, 8.5f, 6.0f)
|
||||
close()
|
||||
moveTo(3.5f, 7.0f)
|
||||
lineTo(8.5f, 7.0f)
|
||||
curveTo(8.7761f, 7.0f, 9.0f, 7.2239f, 9.0f, 7.5f)
|
||||
curveTo(9.0f, 8.3169f, 8.6755f, 8.9227f, 8.1619f, 9.335f)
|
||||
curveTo(7.6364f, 9.7567f, 6.8799f, 10.0f, 6.0f, 10.0f)
|
||||
curveTo(5.1201f, 10.0f, 4.3636f, 9.7567f, 3.8381f, 9.335f)
|
||||
curveTo(3.3245f, 8.9227f, 3.0f, 8.3169f, 3.0f, 7.5f)
|
||||
curveTo(3.0f, 7.2239f, 3.2239f, 7.0f, 3.5f, 7.0f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
.build()
|
||||
return _xsmall!!
|
||||
}
|
||||
|
||||
private var _xsmall: ImageVector? = null
|
|
@ -0,0 +1,64 @@
|
|||
package com.microsoft.fluentui.icons.avataricons.icon.anonymous
|
||||
|
||||
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.microsoft.fluentui.icons.avataricons.icon.AnonymousGroup
|
||||
|
||||
val AnonymousGroup.Xxlarge: ImageVector
|
||||
get() {
|
||||
if (_xxlarge != null) {
|
||||
return _xxlarge!!
|
||||
}
|
||||
_xxlarge = Builder(name = "Xxlarge", defaultWidth = 48.0.dp, defaultHeight = 48.0.dp,
|
||||
viewportWidth = 48.0f, viewportHeight = 48.0f).apply {
|
||||
path(fill = SolidColor(Color(0xFF616161)), stroke = null, strokeLineWidth = 0.0f,
|
||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||
pathFillType = NonZero) {
|
||||
moveTo(24.0f, 4.0f)
|
||||
curveTo(18.4772f, 4.0f, 14.0f, 8.4771f, 14.0f, 14.0f)
|
||||
curveTo(14.0f, 19.5228f, 18.4772f, 24.0f, 24.0f, 24.0f)
|
||||
curveTo(29.5228f, 24.0f, 34.0f, 19.5228f, 34.0f, 14.0f)
|
||||
curveTo(34.0f, 8.4771f, 29.5228f, 4.0f, 24.0f, 4.0f)
|
||||
close()
|
||||
moveTo(16.5f, 14.0f)
|
||||
curveTo(16.5f, 9.8579f, 19.8579f, 6.5f, 24.0f, 6.5f)
|
||||
curveTo(28.1421f, 6.5f, 31.5f, 9.8579f, 31.5f, 14.0f)
|
||||
curveTo(31.5f, 18.1421f, 28.1421f, 21.5f, 24.0f, 21.5f)
|
||||
curveTo(19.8579f, 21.5f, 16.5f, 18.1421f, 16.5f, 14.0f)
|
||||
close()
|
||||
moveTo(12.2499f, 28.0f)
|
||||
curveTo(9.9033f, 28.0f, 8.0f, 29.9013f, 8.0f, 32.2489f)
|
||||
lineTo(8.0f, 33.0f)
|
||||
curveTo(8.0f, 36.7555f, 9.9417f, 39.5669f, 12.9202f, 41.3802f)
|
||||
curveTo(15.8491f, 43.1633f, 19.7861f, 44.0f, 24.0f, 44.0f)
|
||||
curveTo(28.2139f, 44.0f, 32.1509f, 43.1633f, 35.0798f, 41.3802f)
|
||||
curveTo(38.0583f, 39.5669f, 40.0f, 36.7555f, 40.0f, 33.0f)
|
||||
lineTo(40.0f, 32.2487f)
|
||||
curveTo(40.0f, 29.9011f, 38.0967f, 28.0f, 35.7502f, 28.0f)
|
||||
horizontalLineTo(12.2499f)
|
||||
close()
|
||||
moveTo(10.5f, 32.2489f)
|
||||
curveTo(10.5f, 31.283f, 11.283f, 30.5f, 12.2499f, 30.5f)
|
||||
horizontalLineTo(35.7502f)
|
||||
curveTo(36.7171f, 30.5f, 37.5f, 31.2829f, 37.5f, 32.2488f)
|
||||
lineTo(37.5f, 33.0f)
|
||||
curveTo(37.5f, 35.7444f, 36.1398f, 37.8081f, 33.7798f, 39.2448f)
|
||||
curveTo(31.3703f, 40.7117f, 27.9323f, 41.5f, 24.0f, 41.5f)
|
||||
curveTo(20.0677f, 41.5f, 16.6297f, 40.7117f, 14.2202f, 39.2448f)
|
||||
curveTo(11.8602f, 37.8081f, 10.5f, 35.7444f, 10.5f, 33.0f)
|
||||
lineTo(10.5f, 32.2489f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
.build()
|
||||
return _xxlarge!!
|
||||
}
|
||||
|
||||
private var _xxlarge: ImageVector? = null
|
|
@ -0,0 +1,47 @@
|
|||
package com.microsoft.fluentui.icons.avataricons.icon.standard
|
||||
|
||||
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.microsoft.fluentui.icons.avataricons.icon.StandardGroup
|
||||
|
||||
val StandardGroup.Large: ImageVector
|
||||
get() {
|
||||
if (_large != null) {
|
||||
return _large!!
|
||||
}
|
||||
_large = Builder(name = "Large", defaultWidth = 24.0.dp, defaultHeight = 24.0.dp,
|
||||
viewportWidth = 24.0f, viewportHeight = 24.0f).apply {
|
||||
path(fill = SolidColor(Color(0xFFffffff)), stroke = null, strokeLineWidth = 0.0f,
|
||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||
pathFillType = NonZero) {
|
||||
moveTo(17.7542f, 13.9997f)
|
||||
curveTo(18.9962f, 13.9997f, 20.003f, 15.0065f, 20.003f, 16.2486f)
|
||||
verticalLineTo(17.167f)
|
||||
curveTo(20.003f, 17.7404f, 19.8238f, 18.2994f, 19.4905f, 18.7659f)
|
||||
curveTo(17.9446f, 20.9292f, 15.4203f, 22.0008f, 12.0f, 22.0008f)
|
||||
curveTo(8.579f, 22.0008f, 6.0561f, 20.9287f, 4.5139f, 18.7643f)
|
||||
curveTo(4.182f, 18.2984f, 4.0035f, 17.7406f, 4.0035f, 17.1685f)
|
||||
verticalLineTo(16.2486f)
|
||||
curveTo(4.0035f, 15.0065f, 5.0104f, 13.9997f, 6.2524f, 13.9997f)
|
||||
horizontalLineTo(17.7542f)
|
||||
close()
|
||||
moveTo(12.0f, 2.0044f)
|
||||
curveTo(14.7614f, 2.0044f, 17.0f, 4.243f, 17.0f, 7.0044f)
|
||||
curveTo(17.0f, 9.7658f, 14.7614f, 12.0044f, 12.0f, 12.0044f)
|
||||
curveTo(9.2386f, 12.0044f, 7.0f, 9.7658f, 7.0f, 7.0044f)
|
||||
curveTo(7.0f, 4.243f, 9.2386f, 2.0044f, 12.0f, 2.0044f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
.build()
|
||||
return _large!!
|
||||
}
|
||||
|
||||
private var _large: ImageVector? = null
|
|
@ -0,0 +1,45 @@
|
|||
package com.microsoft.fluentui.icons.avataricons.icon.standard
|
||||
|
||||
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.microsoft.fluentui.icons.avataricons.icon.StandardGroup
|
||||
|
||||
val StandardGroup.Medium: ImageVector
|
||||
get() {
|
||||
if (_medium != null) {
|
||||
return _medium!!
|
||||
}
|
||||
_medium = Builder(name = "Medium", defaultWidth = 20.0.dp, defaultHeight = 20.0.dp,
|
||||
viewportWidth = 20.0f, viewportHeight = 20.0f).apply {
|
||||
path(fill = SolidColor(Color(0xFFffffff)), stroke = null, strokeLineWidth = 0.0f,
|
||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||
pathFillType = NonZero) {
|
||||
moveTo(10.0f, 2.0f)
|
||||
curveTo(7.7909f, 2.0f, 6.0f, 3.7909f, 6.0f, 6.0f)
|
||||
curveTo(6.0f, 8.2091f, 7.7909f, 10.0f, 10.0f, 10.0f)
|
||||
curveTo(12.2091f, 10.0f, 14.0f, 8.2091f, 14.0f, 6.0f)
|
||||
curveTo(14.0f, 3.7909f, 12.2091f, 2.0f, 10.0f, 2.0f)
|
||||
close()
|
||||
moveTo(5.0087f, 11.0f)
|
||||
curveTo(3.9032f, 11.0f, 3.0f, 11.8869f, 3.0f, 13.0f)
|
||||
curveTo(3.0f, 14.6912f, 3.8328f, 15.9663f, 5.135f, 16.7966f)
|
||||
curveTo(6.417f, 17.614f, 8.1453f, 18.0f, 10.0f, 18.0f)
|
||||
curveTo(11.8547f, 18.0f, 13.583f, 17.614f, 14.865f, 16.7966f)
|
||||
curveTo(16.1672f, 15.9663f, 17.0f, 14.6912f, 17.0f, 13.0f)
|
||||
curveTo(17.0f, 11.8956f, 16.1045f, 11.0f, 15.0f, 11.0f)
|
||||
lineTo(5.0087f, 11.0f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
.build()
|
||||
return _medium!!
|
||||
}
|
||||
|
||||
private var _medium: ImageVector? = null
|
|
@ -0,0 +1,45 @@
|
|||
package com.microsoft.fluentui.icons.avataricons.icon.standard
|
||||
|
||||
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.microsoft.fluentui.icons.avataricons.icon.StandardGroup
|
||||
|
||||
val StandardGroup.Small: ImageVector
|
||||
get() {
|
||||
if (_small != null) {
|
||||
return _small!!
|
||||
}
|
||||
_small = Builder(name = "Small", defaultWidth = 16.0.dp, defaultHeight = 16.0.dp,
|
||||
viewportWidth = 16.0f, viewportHeight = 16.0f).apply {
|
||||
path(fill = SolidColor(Color(0xFFffffff)), stroke = null, strokeLineWidth = 0.0f,
|
||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||
pathFillType = NonZero) {
|
||||
moveTo(11.5f, 8.0f)
|
||||
curveTo(12.3284f, 8.0f, 13.0f, 8.6716f, 13.0f, 9.5f)
|
||||
verticalLineTo(10.0f)
|
||||
curveTo(13.0f, 11.9714f, 11.1405f, 14.0f, 8.0f, 14.0f)
|
||||
curveTo(4.8595f, 14.0f, 3.0f, 11.9714f, 3.0f, 10.0f)
|
||||
verticalLineTo(9.5f)
|
||||
curveTo(3.0f, 8.6716f, 3.6716f, 8.0f, 4.5f, 8.0f)
|
||||
horizontalLineTo(11.5f)
|
||||
close()
|
||||
moveTo(8.0f, 1.5f)
|
||||
curveTo(9.5188f, 1.5f, 10.75f, 2.7312f, 10.75f, 4.25f)
|
||||
curveTo(10.75f, 5.7688f, 9.5188f, 7.0f, 8.0f, 7.0f)
|
||||
curveTo(6.4812f, 7.0f, 5.25f, 5.7688f, 5.25f, 4.25f)
|
||||
curveTo(5.25f, 2.7312f, 6.4812f, 1.5f, 8.0f, 1.5f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
.build()
|
||||
return _small!!
|
||||
}
|
||||
|
||||
private var _small: ImageVector? = null
|
|
@ -0,0 +1,45 @@
|
|||
package com.microsoft.fluentui.icons.avataricons.icon.standard
|
||||
|
||||
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.microsoft.fluentui.icons.avataricons.icon.StandardGroup
|
||||
|
||||
val StandardGroup.Xlarge: ImageVector
|
||||
get() {
|
||||
if (_xlarge != null) {
|
||||
return _xlarge!!
|
||||
}
|
||||
_xlarge = Builder(name = "Xlarge", defaultWidth = 28.0.dp, defaultHeight = 28.0.dp,
|
||||
viewportWidth = 28.0f, viewportHeight = 28.0f).apply {
|
||||
path(fill = SolidColor(Color(0xFFffffff)), stroke = null, strokeLineWidth = 0.0f,
|
||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||
pathFillType = NonZero) {
|
||||
moveTo(21.0f, 16.0f)
|
||||
curveTo(22.6569f, 16.0f, 24.0f, 17.3431f, 24.0f, 19.0f)
|
||||
verticalLineTo(19.7146f)
|
||||
curveTo(24.0f, 23.2924f, 19.7895f, 26.0f, 14.0f, 26.0f)
|
||||
curveTo(8.2105f, 26.0f, 4.0f, 23.4333f, 4.0f, 19.7146f)
|
||||
verticalLineTo(19.0f)
|
||||
curveTo(4.0f, 17.3431f, 5.3432f, 16.0f, 7.0f, 16.0f)
|
||||
horizontalLineTo(21.0f)
|
||||
close()
|
||||
moveTo(14.0f, 2.0f)
|
||||
curveTo(17.3137f, 2.0f, 20.0f, 4.6863f, 20.0f, 8.0f)
|
||||
curveTo(20.0f, 11.3137f, 17.3137f, 14.0f, 14.0f, 14.0f)
|
||||
curveTo(10.6863f, 14.0f, 8.0f, 11.3137f, 8.0f, 8.0f)
|
||||
curveTo(8.0f, 4.6863f, 10.6863f, 2.0f, 14.0f, 2.0f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
.build()
|
||||
return _xlarge!!
|
||||
}
|
||||
|
||||
private var _xlarge: ImageVector? = null
|
|
@ -0,0 +1,45 @@
|
|||
package com.microsoft.fluentui.icons.avataricons.icon.standard
|
||||
|
||||
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.microsoft.fluentui.icons.avataricons.icon.StandardGroup
|
||||
|
||||
val StandardGroup.Xsmall: ImageVector
|
||||
get() {
|
||||
if (_xsmall != null) {
|
||||
return _xsmall!!
|
||||
}
|
||||
_xsmall = Builder(name = "Xsmall", defaultWidth = 12.0.dp, defaultHeight = 12.0.dp,
|
||||
viewportWidth = 12.0f, viewportHeight = 12.0f).apply {
|
||||
path(fill = SolidColor(Color(0xFFffffff)), stroke = null, strokeLineWidth = 0.0f,
|
||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||
pathFillType = NonZero) {
|
||||
moveTo(6.0f, 1.0f)
|
||||
curveTo(4.8954f, 1.0f, 4.0f, 1.8954f, 4.0f, 3.0f)
|
||||
curveTo(4.0f, 4.1046f, 4.8954f, 5.0f, 6.0f, 5.0f)
|
||||
curveTo(7.1046f, 5.0f, 8.0f, 4.1046f, 8.0f, 3.0f)
|
||||
curveTo(8.0f, 1.8954f, 7.1046f, 1.0f, 6.0f, 1.0f)
|
||||
close()
|
||||
moveTo(8.5f, 6.0f)
|
||||
lineTo(3.5f, 6.0f)
|
||||
curveTo(2.6716f, 6.0f, 2.0f, 6.6716f, 2.0f, 7.5f)
|
||||
curveTo(2.0f, 8.6161f, 2.459f, 9.5103f, 3.2122f, 10.1148f)
|
||||
curveTo(3.9534f, 10.7098f, 4.9469f, 11.0f, 6.0f, 11.0f)
|
||||
curveTo(7.0531f, 11.0f, 8.0466f, 10.7098f, 8.7879f, 10.1148f)
|
||||
curveTo(9.541f, 9.5103f, 10.0f, 8.6161f, 10.0f, 7.5f)
|
||||
curveTo(10.0f, 6.6716f, 9.3284f, 6.0f, 8.5f, 6.0f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
.build()
|
||||
return _xsmall!!
|
||||
}
|
||||
|
||||
private var _xsmall: ImageVector? = null
|
|
@ -0,0 +1,47 @@
|
|||
package com.microsoft.fluentui.icons.avataricons.icon.standard
|
||||
|
||||
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.microsoft.fluentui.icons.avataricons.icon.StandardGroup
|
||||
|
||||
val StandardGroup.Xxlarge: ImageVector
|
||||
get() {
|
||||
if (_xxlarge != null) {
|
||||
return _xxlarge!!
|
||||
}
|
||||
_xxlarge = Builder(name = "Xxlarge", defaultWidth = 48.0.dp, defaultHeight = 48.0.dp,
|
||||
viewportWidth = 48.0f, viewportHeight = 48.0f).apply {
|
||||
path(fill = SolidColor(Color(0xFFffffff)), stroke = null, strokeLineWidth = 0.0f,
|
||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||
pathFillType = NonZero) {
|
||||
moveTo(24.0f, 4.0f)
|
||||
curveTo(18.4772f, 4.0f, 14.0f, 8.4771f, 14.0f, 14.0f)
|
||||
curveTo(14.0f, 19.5228f, 18.4772f, 24.0f, 24.0f, 24.0f)
|
||||
curveTo(29.5228f, 24.0f, 34.0f, 19.5228f, 34.0f, 14.0f)
|
||||
curveTo(34.0f, 8.4771f, 29.5228f, 4.0f, 24.0f, 4.0f)
|
||||
close()
|
||||
moveTo(12.2499f, 28.0f)
|
||||
curveTo(9.9033f, 28.0f, 8.0f, 29.9013f, 8.0f, 32.2489f)
|
||||
lineTo(8.0f, 33.0f)
|
||||
curveTo(8.0f, 36.7555f, 9.9417f, 39.5669f, 12.9202f, 41.3802f)
|
||||
curveTo(15.8491f, 43.1633f, 19.7861f, 44.0f, 24.0f, 44.0f)
|
||||
curveTo(28.2139f, 44.0f, 32.1509f, 43.1633f, 35.0798f, 41.3802f)
|
||||
curveTo(38.0583f, 39.5669f, 40.0f, 36.7555f, 40.0f, 33.0f)
|
||||
lineTo(40.0f, 32.2487f)
|
||||
curveTo(40.0f, 29.9011f, 38.0967f, 28.0f, 35.7502f, 28.0f)
|
||||
horizontalLineTo(12.2499f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
.build()
|
||||
return _xxlarge!!
|
||||
}
|
||||
|
||||
private var _xxlarge: ImageVector? = null
|
|
@ -0,0 +1,25 @@
|
|||
package com.microsoft.fluentui.icons.avataricons.presence
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.microsoft.fluentui.icons.avataricons.PresenceGroup
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.available.AllIcons
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.available.Large
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.available.Medium
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.available.Small
|
||||
import kotlin.collections.List as ____KtList
|
||||
|
||||
object AvailableGroup
|
||||
|
||||
val PresenceGroup.Available: AvailableGroup
|
||||
get() = AvailableGroup
|
||||
|
||||
private var __AllIcons: ____KtList<ImageVector>? = null
|
||||
|
||||
val AvailableGroup.AllIcons: ____KtList<ImageVector>
|
||||
get() {
|
||||
if (__AllIcons != null) {
|
||||
return __AllIcons!!
|
||||
}
|
||||
__AllIcons = Large.AllIcons + Medium.AllIcons + Small.AllIcons + listOf()
|
||||
return __AllIcons!!
|
||||
}
|
|
@ -0,0 +1,25 @@
|
|||
package com.microsoft.fluentui.icons.avataricons.presence
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.microsoft.fluentui.icons.avataricons.PresenceGroup
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.availableoof.AllIcons
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.availableoof.Large
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.availableoof.Medium
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.availableoof.Small
|
||||
import kotlin.collections.List as ____KtList
|
||||
|
||||
object AvailableoofGroup
|
||||
|
||||
val PresenceGroup.Availableoof: AvailableoofGroup
|
||||
get() = AvailableoofGroup
|
||||
|
||||
private var __AllIcons: ____KtList<ImageVector>? = null
|
||||
|
||||
val AvailableoofGroup.AllIcons: ____KtList<ImageVector>
|
||||
get() {
|
||||
if (__AllIcons != null) {
|
||||
return __AllIcons!!
|
||||
}
|
||||
__AllIcons = Large.AllIcons + Medium.AllIcons + Small.AllIcons + listOf()
|
||||
return __AllIcons!!
|
||||
}
|
|
@ -0,0 +1,25 @@
|
|||
package com.microsoft.fluentui.icons.avataricons.presence
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.microsoft.fluentui.icons.avataricons.PresenceGroup
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.away.AllIcons
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.away.Large
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.away.Medium
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.away.Small
|
||||
import kotlin.collections.List as ____KtList
|
||||
|
||||
object AwayGroup
|
||||
|
||||
val PresenceGroup.Away: AwayGroup
|
||||
get() = AwayGroup
|
||||
|
||||
private var __AllIcons: ____KtList<ImageVector>? = null
|
||||
|
||||
val AwayGroup.AllIcons: ____KtList<ImageVector>
|
||||
get() {
|
||||
if (__AllIcons != null) {
|
||||
return __AllIcons!!
|
||||
}
|
||||
__AllIcons = Large.AllIcons + Medium.AllIcons + Small.AllIcons + listOf()
|
||||
return __AllIcons!!
|
||||
}
|
|
@ -0,0 +1,25 @@
|
|||
package com.microsoft.fluentui.icons.avataricons.presence
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.microsoft.fluentui.icons.avataricons.PresenceGroup
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.awayoof.AllIcons
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.awayoof.Large
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.awayoof.Medium
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.awayoof.Small
|
||||
import kotlin.collections.List as ____KtList
|
||||
|
||||
object AwayoofGroup
|
||||
|
||||
val PresenceGroup.Awayoof: AwayoofGroup
|
||||
get() = AwayoofGroup
|
||||
|
||||
private var __AllIcons: ____KtList<ImageVector>? = null
|
||||
|
||||
val AwayoofGroup.AllIcons: ____KtList<ImageVector>
|
||||
get() {
|
||||
if (__AllIcons != null) {
|
||||
return __AllIcons!!
|
||||
}
|
||||
__AllIcons = Large.AllIcons + Medium.AllIcons + Small.AllIcons + listOf()
|
||||
return __AllIcons!!
|
||||
}
|
|
@ -0,0 +1,25 @@
|
|||
package com.microsoft.fluentui.icons.avataricons.presence
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.microsoft.fluentui.icons.avataricons.PresenceGroup
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.blocked.AllIcons
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.blocked.Large
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.blocked.Medium
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.blocked.Small
|
||||
import kotlin.collections.List as ____KtList
|
||||
|
||||
object BlockedGroup
|
||||
|
||||
val PresenceGroup.Blocked: BlockedGroup
|
||||
get() = BlockedGroup
|
||||
|
||||
private var __AllIcons: ____KtList<ImageVector>? = null
|
||||
|
||||
val BlockedGroup.AllIcons: ____KtList<ImageVector>
|
||||
get() {
|
||||
if (__AllIcons != null) {
|
||||
return __AllIcons!!
|
||||
}
|
||||
__AllIcons = Large.AllIcons + Medium.AllIcons + Small.AllIcons + listOf()
|
||||
return __AllIcons!!
|
||||
}
|
|
@ -0,0 +1,25 @@
|
|||
package com.microsoft.fluentui.icons.avataricons.presence
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.microsoft.fluentui.icons.avataricons.PresenceGroup
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.busy.AllIcons
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.busy.Large
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.busy.Medium
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.busy.Small
|
||||
import kotlin.collections.List as ____KtList
|
||||
|
||||
object BusyGroup
|
||||
|
||||
val PresenceGroup.Busy: BusyGroup
|
||||
get() = BusyGroup
|
||||
|
||||
private var __AllIcons: ____KtList<ImageVector>? = null
|
||||
|
||||
val BusyGroup.AllIcons: ____KtList<ImageVector>
|
||||
get() {
|
||||
if (__AllIcons != null) {
|
||||
return __AllIcons!!
|
||||
}
|
||||
__AllIcons = Large.AllIcons + Medium.AllIcons + Small.AllIcons + listOf()
|
||||
return __AllIcons!!
|
||||
}
|
|
@ -0,0 +1,25 @@
|
|||
package com.microsoft.fluentui.icons.avataricons.presence
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.microsoft.fluentui.icons.avataricons.PresenceGroup
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.busyoof.AllIcons
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.busyoof.Large
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.busyoof.Medium
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.busyoof.Small
|
||||
import kotlin.collections.List as ____KtList
|
||||
|
||||
object BusyoofGroup
|
||||
|
||||
val PresenceGroup.Busyoof: BusyoofGroup
|
||||
get() = BusyoofGroup
|
||||
|
||||
private var __AllIcons: ____KtList<ImageVector>? = null
|
||||
|
||||
val BusyoofGroup.AllIcons: ____KtList<ImageVector>
|
||||
get() {
|
||||
if (__AllIcons != null) {
|
||||
return __AllIcons!!
|
||||
}
|
||||
__AllIcons = Large.AllIcons + Medium.AllIcons + Small.AllIcons + listOf()
|
||||
return __AllIcons!!
|
||||
}
|
|
@ -0,0 +1,25 @@
|
|||
package com.microsoft.fluentui.icons.avataricons.presence
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.microsoft.fluentui.icons.avataricons.PresenceGroup
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.dark.AllIcons
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.dark.Large
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.dark.Medium
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.dark.Small
|
||||
import kotlin.collections.List as ____KtList
|
||||
|
||||
object DarkGroup
|
||||
|
||||
val PresenceGroup.Dark: DarkGroup
|
||||
get() = DarkGroup
|
||||
|
||||
private var __AllIcons: ____KtList<ImageVector>? = null
|
||||
|
||||
val DarkGroup.AllIcons: ____KtList<ImageVector>
|
||||
get() {
|
||||
if (__AllIcons != null) {
|
||||
return __AllIcons!!
|
||||
}
|
||||
__AllIcons = Large.AllIcons + Medium.AllIcons + Small.AllIcons + listOf()
|
||||
return __AllIcons!!
|
||||
}
|
|
@ -0,0 +1,25 @@
|
|||
package com.microsoft.fluentui.icons.avataricons.presence
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.microsoft.fluentui.icons.avataricons.PresenceGroup
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.dnd.AllIcons
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.dnd.Large
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.dnd.Medium
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.dnd.Small
|
||||
import kotlin.collections.List as ____KtList
|
||||
|
||||
object DndGroup
|
||||
|
||||
val PresenceGroup.Dnd: DndGroup
|
||||
get() = DndGroup
|
||||
|
||||
private var __AllIcons: ____KtList<ImageVector>? = null
|
||||
|
||||
val DndGroup.AllIcons: ____KtList<ImageVector>
|
||||
get() {
|
||||
if (__AllIcons != null) {
|
||||
return __AllIcons!!
|
||||
}
|
||||
__AllIcons = Large.AllIcons + Medium.AllIcons + Small.AllIcons + listOf()
|
||||
return __AllIcons!!
|
||||
}
|
|
@ -0,0 +1,25 @@
|
|||
package com.microsoft.fluentui.icons.avataricons.presence
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.microsoft.fluentui.icons.avataricons.PresenceGroup
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.dndoof.AllIcons
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.dndoof.Large
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.dndoof.Medium
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.dndoof.Small
|
||||
import kotlin.collections.List as ____KtList
|
||||
|
||||
object DndoofGroup
|
||||
|
||||
val PresenceGroup.Dndoof: DndoofGroup
|
||||
get() = DndoofGroup
|
||||
|
||||
private var __AllIcons: ____KtList<ImageVector>? = null
|
||||
|
||||
val DndoofGroup.AllIcons: ____KtList<ImageVector>
|
||||
get() {
|
||||
if (__AllIcons != null) {
|
||||
return __AllIcons!!
|
||||
}
|
||||
__AllIcons = Large.AllIcons + Medium.AllIcons + Small.AllIcons + listOf()
|
||||
return __AllIcons!!
|
||||
}
|
|
@ -0,0 +1,25 @@
|
|||
package com.microsoft.fluentui.icons.avataricons.presence
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.microsoft.fluentui.icons.avataricons.PresenceGroup
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.offline.AllIcons
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.offline.Large
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.offline.Medium
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.offline.Small
|
||||
import kotlin.collections.List as ____KtList
|
||||
|
||||
object OfflineGroup
|
||||
|
||||
val PresenceGroup.Offline: OfflineGroup
|
||||
get() = OfflineGroup
|
||||
|
||||
private var __AllIcons: ____KtList<ImageVector>? = null
|
||||
|
||||
val OfflineGroup.AllIcons: ____KtList<ImageVector>
|
||||
get() {
|
||||
if (__AllIcons != null) {
|
||||
return __AllIcons!!
|
||||
}
|
||||
__AllIcons = Large.AllIcons + Medium.AllIcons + Small.AllIcons + listOf()
|
||||
return __AllIcons!!
|
||||
}
|
|
@ -0,0 +1,25 @@
|
|||
package com.microsoft.fluentui.icons.avataricons.presence
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.microsoft.fluentui.icons.avataricons.PresenceGroup
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.oof.AllIcons
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.oof.Large
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.oof.Medium
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.oof.Small
|
||||
import kotlin.collections.List as ____KtList
|
||||
|
||||
object OofGroup
|
||||
|
||||
val PresenceGroup.Oof: OofGroup
|
||||
get() = OofGroup
|
||||
|
||||
private var __AllIcons: ____KtList<ImageVector>? = null
|
||||
|
||||
val OofGroup.AllIcons: ____KtList<ImageVector>
|
||||
get() {
|
||||
if (__AllIcons != null) {
|
||||
return __AllIcons!!
|
||||
}
|
||||
__AllIcons = Large.AllIcons + Medium.AllIcons + Small.AllIcons + listOf()
|
||||
return __AllIcons!!
|
||||
}
|
|
@ -0,0 +1,25 @@
|
|||
package com.microsoft.fluentui.icons.avataricons.presence
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.microsoft.fluentui.icons.avataricons.PresenceGroup
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.unknown.AllIcons
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.unknown.Large
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.unknown.Medium
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.unknown.Small
|
||||
import kotlin.collections.List as ____KtList
|
||||
|
||||
object UnknownGroup
|
||||
|
||||
val PresenceGroup.Unknown: UnknownGroup
|
||||
get() = UnknownGroup
|
||||
|
||||
private var __AllIcons: ____KtList<ImageVector>? = null
|
||||
|
||||
val UnknownGroup.AllIcons: ____KtList<ImageVector>
|
||||
get() {
|
||||
if (__AllIcons != null) {
|
||||
return __AllIcons!!
|
||||
}
|
||||
__AllIcons = Large.AllIcons + Medium.AllIcons + Small.AllIcons + listOf()
|
||||
return __AllIcons!!
|
||||
}
|
|
@ -0,0 +1,23 @@
|
|||
package com.microsoft.fluentui.icons.avataricons.presence.available
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.AvailableGroup
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.available.large.Dark
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.available.large.Light
|
||||
import kotlin.collections.List as ____KtList
|
||||
|
||||
object LargeGroup
|
||||
|
||||
val AvailableGroup.Large: LargeGroup
|
||||
get() = LargeGroup
|
||||
|
||||
private var __AllIcons: ____KtList<ImageVector>? = null
|
||||
|
||||
val LargeGroup.AllIcons: ____KtList<ImageVector>
|
||||
get() {
|
||||
if (__AllIcons != null) {
|
||||
return __AllIcons!!
|
||||
}
|
||||
__AllIcons = listOf(Dark, Light)
|
||||
return __AllIcons!!
|
||||
}
|
|
@ -0,0 +1,23 @@
|
|||
package com.microsoft.fluentui.icons.avataricons.presence.available
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.AvailableGroup
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.available.medium.Dark
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.available.medium.Light
|
||||
import kotlin.collections.List as ____KtList
|
||||
|
||||
object MediumGroup
|
||||
|
||||
val AvailableGroup.Medium: MediumGroup
|
||||
get() = MediumGroup
|
||||
|
||||
private var __AllIcons: ____KtList<ImageVector>? = null
|
||||
|
||||
val MediumGroup.AllIcons: ____KtList<ImageVector>
|
||||
get() {
|
||||
if (__AllIcons != null) {
|
||||
return __AllIcons!!
|
||||
}
|
||||
__AllIcons = listOf(Dark, Light)
|
||||
return __AllIcons!!
|
||||
}
|
|
@ -0,0 +1,23 @@
|
|||
package com.microsoft.fluentui.icons.avataricons.presence.available
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.AvailableGroup
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.available.small.Dark
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.available.small.Light
|
||||
import kotlin.collections.List as ____KtList
|
||||
|
||||
object SmallGroup
|
||||
|
||||
val AvailableGroup.Small: SmallGroup
|
||||
get() = SmallGroup
|
||||
|
||||
private var __AllIcons: ____KtList<ImageVector>? = null
|
||||
|
||||
val SmallGroup.AllIcons: ____KtList<ImageVector>
|
||||
get() {
|
||||
if (__AllIcons != null) {
|
||||
return __AllIcons!!
|
||||
}
|
||||
__AllIcons = listOf(Dark, Light)
|
||||
return __AllIcons!!
|
||||
}
|
|
@ -0,0 +1,56 @@
|
|||
package com.microsoft.fluentui.icons.avataricons.presence.available.large
|
||||
|
||||
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.microsoft.fluentui.icons.avataricons.presence.available.LargeGroup
|
||||
|
||||
val LargeGroup.Dark: ImageVector
|
||||
get() {
|
||||
if (_dark != null) {
|
||||
return _dark!!
|
||||
}
|
||||
_dark = Builder(name = "Dark", defaultWidth = 20.0.dp, defaultHeight = 20.0.dp,
|
||||
viewportWidth = 20.0f, viewportHeight = 20.0f).apply {
|
||||
path(fill = SolidColor(Color(0xFF000000)), stroke = SolidColor(Color(0xFF000000)),
|
||||
strokeLineWidth = 2.0f, strokeLineCap = Butt, strokeLineJoin = Miter,
|
||||
strokeLineMiter = 4.0f, pathFillType = NonZero) {
|
||||
moveTo(10.0f, 10.0f)
|
||||
moveToRelative(-9.0f, 0.0f)
|
||||
arcToRelative(9.0f, 9.0f, 0.0f, true, true, 18.0f, 0.0f)
|
||||
arcToRelative(9.0f, 9.0f, 0.0f, true, true, -18.0f, 0.0f)
|
||||
}
|
||||
path(fill = SolidColor(Color(0xFF92C353)), stroke = null, strokeLineWidth = 0.0f,
|
||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||
pathFillType = NonZero) {
|
||||
moveTo(10.0f, 18.0f)
|
||||
curveTo(14.4183f, 18.0f, 18.0f, 14.4183f, 18.0f, 10.0f)
|
||||
curveTo(18.0f, 5.5817f, 14.4183f, 2.0f, 10.0f, 2.0f)
|
||||
curveTo(5.5817f, 2.0f, 2.0f, 5.5817f, 2.0f, 10.0f)
|
||||
curveTo(2.0f, 14.4183f, 5.5817f, 18.0f, 10.0f, 18.0f)
|
||||
close()
|
||||
moveTo(13.7069f, 8.7074f)
|
||||
lineTo(9.7036f, 12.7074f)
|
||||
curveTo(9.516f, 12.8949f, 9.2615f, 13.0002f, 8.9962f, 13.0f)
|
||||
curveTo(8.7309f, 12.9998f, 8.4766f, 12.8943f, 8.2891f, 12.7065f)
|
||||
lineTo(6.2923f, 10.7065f)
|
||||
curveTo(5.9021f, 10.3157f, 5.9026f, 9.6825f, 6.2935f, 9.2923f)
|
||||
curveTo(6.6843f, 8.9021f, 7.3175f, 8.9026f, 7.7077f, 9.2935f)
|
||||
lineTo(8.9977f, 10.5855f)
|
||||
lineTo(12.2932f, 7.2926f)
|
||||
curveTo(12.6839f, 6.9022f, 13.3171f, 6.9025f, 13.7074f, 7.2932f)
|
||||
curveTo(14.0978f, 7.6839f, 14.0975f, 8.317f, 13.7069f, 8.7074f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
.build()
|
||||
return _dark!!
|
||||
}
|
||||
|
||||
private var _dark: ImageVector? = null
|
|
@ -0,0 +1,84 @@
|
|||
package com.microsoft.fluentui.icons.avataricons.presence.available.large
|
||||
|
||||
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.microsoft.fluentui.icons.avataricons.presence.available.LargeGroup
|
||||
|
||||
val LargeGroup.Light: ImageVector
|
||||
get() {
|
||||
if (_light != null) {
|
||||
return _light!!
|
||||
}
|
||||
_light = Builder(name = "Light", defaultWidth = 20.0.dp, defaultHeight = 20.0.dp,
|
||||
viewportWidth = 20.0f, viewportHeight = 20.0f).apply {
|
||||
path(fill = SolidColor(Color(0xFFffffff)), stroke = null, strokeLineWidth = 0.0f,
|
||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||
pathFillType = NonZero) {
|
||||
moveTo(10.0f, 1.0f)
|
||||
lineTo(10.0f, 1.0f)
|
||||
arcTo(9.0f, 9.0f, 0.0f, false, true, 19.0f, 10.0f)
|
||||
lineTo(19.0f, 10.0f)
|
||||
arcTo(9.0f, 9.0f, 0.0f, false, true, 10.0f, 19.0f)
|
||||
lineTo(10.0f, 19.0f)
|
||||
arcTo(9.0f, 9.0f, 0.0f, false, true, 1.0f, 10.0f)
|
||||
lineTo(1.0f, 10.0f)
|
||||
arcTo(9.0f, 9.0f, 0.0f, false, true, 10.0f, 1.0f)
|
||||
close()
|
||||
}
|
||||
path(fill = SolidColor(Color(0xFFffffff)), stroke = SolidColor(Color(0xFFffffff)),
|
||||
strokeLineWidth = 2.0f, strokeLineCap = Butt, strokeLineJoin = Miter,
|
||||
strokeLineMiter = 4.0f, pathFillType = NonZero) {
|
||||
moveTo(10.0f, 10.0f)
|
||||
moveToRelative(-9.0f, 0.0f)
|
||||
arcToRelative(9.0f, 9.0f, 0.0f, true, true, 18.0f, 0.0f)
|
||||
arcToRelative(9.0f, 9.0f, 0.0f, true, true, -18.0f, 0.0f)
|
||||
}
|
||||
path(fill = SolidColor(Color(0xFF6BB700)), stroke = null, strokeLineWidth = 0.0f,
|
||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||
pathFillType = NonZero) {
|
||||
moveTo(10.0f, 18.0f)
|
||||
curveTo(14.4183f, 18.0f, 18.0f, 14.4183f, 18.0f, 10.0f)
|
||||
curveTo(18.0f, 5.5817f, 14.4183f, 2.0f, 10.0f, 2.0f)
|
||||
curveTo(5.5817f, 2.0f, 2.0f, 5.5817f, 2.0f, 10.0f)
|
||||
curveTo(2.0f, 14.4183f, 5.5817f, 18.0f, 10.0f, 18.0f)
|
||||
close()
|
||||
moveTo(13.7069f, 8.7074f)
|
||||
lineTo(9.7036f, 12.7074f)
|
||||
curveTo(9.516f, 12.8949f, 9.2615f, 13.0002f, 8.9962f, 13.0f)
|
||||
curveTo(8.7309f, 12.9998f, 8.4766f, 12.8943f, 8.2891f, 12.7065f)
|
||||
lineTo(6.2923f, 10.7065f)
|
||||
curveTo(5.9021f, 10.3157f, 5.9026f, 9.6825f, 6.2935f, 9.2923f)
|
||||
curveTo(6.6843f, 8.9021f, 7.3175f, 8.9026f, 7.7077f, 9.2935f)
|
||||
lineTo(8.9977f, 10.5855f)
|
||||
lineTo(12.2932f, 7.2926f)
|
||||
curveTo(12.6839f, 6.9022f, 13.3171f, 6.9025f, 13.7074f, 7.2932f)
|
||||
curveTo(14.0978f, 7.6839f, 14.0975f, 8.317f, 13.7069f, 8.7074f)
|
||||
close()
|
||||
}
|
||||
path(fill = SolidColor(Color(0x00000000)), stroke = SolidColor(Color(0xFFffffff)),
|
||||
strokeLineWidth = 2.0f, strokeLineCap = Butt, strokeLineJoin = Miter,
|
||||
strokeLineMiter = 4.0f, pathFillType = NonZero) {
|
||||
moveTo(10.0f, 1.0f)
|
||||
lineTo(10.0f, 1.0f)
|
||||
arcTo(9.0f, 9.0f, 0.0f, false, true, 19.0f, 10.0f)
|
||||
lineTo(19.0f, 10.0f)
|
||||
arcTo(9.0f, 9.0f, 0.0f, false, true, 10.0f, 19.0f)
|
||||
lineTo(10.0f, 19.0f)
|
||||
arcTo(9.0f, 9.0f, 0.0f, false, true, 1.0f, 10.0f)
|
||||
lineTo(1.0f, 10.0f)
|
||||
arcTo(9.0f, 9.0f, 0.0f, false, true, 10.0f, 1.0f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
.build()
|
||||
return _light!!
|
||||
}
|
||||
|
||||
private var _light: ImageVector? = null
|
|
@ -0,0 +1,55 @@
|
|||
package com.microsoft.fluentui.icons.avataricons.presence.available.medium
|
||||
|
||||
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.microsoft.fluentui.icons.avataricons.presence.available.MediumGroup
|
||||
|
||||
val MediumGroup.Dark: ImageVector
|
||||
get() {
|
||||
if (_dark != null) {
|
||||
return _dark!!
|
||||
}
|
||||
_dark = Builder(name = "Dark", defaultWidth = 16.0.dp, defaultHeight = 16.0.dp,
|
||||
viewportWidth = 16.0f, viewportHeight = 16.0f).apply {
|
||||
path(fill = SolidColor(Color(0xFF000000)), stroke = SolidColor(Color(0xFF000000)),
|
||||
strokeLineWidth = 2.0f, strokeLineCap = Butt, strokeLineJoin = Miter,
|
||||
strokeLineMiter = 4.0f, pathFillType = NonZero) {
|
||||
moveTo(8.0f, 8.0f)
|
||||
moveToRelative(-7.0f, 0.0f)
|
||||
arcToRelative(7.0f, 7.0f, 0.0f, true, true, 14.0f, 0.0f)
|
||||
arcToRelative(7.0f, 7.0f, 0.0f, true, true, -14.0f, 0.0f)
|
||||
}
|
||||
path(fill = SolidColor(Color(0xFF92C353)), stroke = null, strokeLineWidth = 0.0f,
|
||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||
pathFillType = NonZero) {
|
||||
moveTo(8.0f, 14.0f)
|
||||
curveTo(11.3137f, 14.0f, 14.0f, 11.3137f, 14.0f, 8.0f)
|
||||
curveTo(14.0f, 4.6863f, 11.3137f, 2.0f, 8.0f, 2.0f)
|
||||
curveTo(4.6863f, 2.0f, 2.0f, 4.6863f, 2.0f, 8.0f)
|
||||
curveTo(2.0f, 11.3137f, 4.6863f, 14.0f, 8.0f, 14.0f)
|
||||
close()
|
||||
moveTo(10.5303f, 7.2803f)
|
||||
lineTo(7.7803f, 10.0303f)
|
||||
curveTo(7.4874f, 10.3232f, 7.0126f, 10.3232f, 6.7197f, 10.0303f)
|
||||
lineTo(5.7197f, 9.0303f)
|
||||
curveTo(5.4268f, 8.7374f, 5.4268f, 8.2626f, 5.7197f, 7.9697f)
|
||||
curveTo(6.0126f, 7.6768f, 6.4874f, 7.6768f, 6.7803f, 7.9697f)
|
||||
lineTo(7.25f, 8.4393f)
|
||||
lineTo(9.4697f, 6.2197f)
|
||||
curveTo(9.7626f, 5.9268f, 10.2374f, 5.9268f, 10.5303f, 6.2197f)
|
||||
curveTo(10.8232f, 6.5126f, 10.8232f, 6.9874f, 10.5303f, 7.2803f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
.build()
|
||||
return _dark!!
|
||||
}
|
||||
|
||||
private var _dark: ImageVector? = null
|
|
@ -0,0 +1,83 @@
|
|||
package com.microsoft.fluentui.icons.avataricons.presence.available.medium
|
||||
|
||||
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.microsoft.fluentui.icons.avataricons.presence.available.MediumGroup
|
||||
|
||||
val MediumGroup.Light: ImageVector
|
||||
get() {
|
||||
if (_light != null) {
|
||||
return _light!!
|
||||
}
|
||||
_light = Builder(name = "Light", defaultWidth = 16.0.dp, defaultHeight = 16.0.dp,
|
||||
viewportWidth = 16.0f, viewportHeight = 16.0f).apply {
|
||||
path(fill = SolidColor(Color(0xFFffffff)), stroke = null, strokeLineWidth = 0.0f,
|
||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||
pathFillType = NonZero) {
|
||||
moveTo(8.0f, 1.0f)
|
||||
lineTo(8.0f, 1.0f)
|
||||
arcTo(7.0f, 7.0f, 0.0f, false, true, 15.0f, 8.0f)
|
||||
lineTo(15.0f, 8.0f)
|
||||
arcTo(7.0f, 7.0f, 0.0f, false, true, 8.0f, 15.0f)
|
||||
lineTo(8.0f, 15.0f)
|
||||
arcTo(7.0f, 7.0f, 0.0f, false, true, 1.0f, 8.0f)
|
||||
lineTo(1.0f, 8.0f)
|
||||
arcTo(7.0f, 7.0f, 0.0f, false, true, 8.0f, 1.0f)
|
||||
close()
|
||||
}
|
||||
path(fill = SolidColor(Color(0xFFffffff)), stroke = SolidColor(Color(0xFFffffff)),
|
||||
strokeLineWidth = 2.0f, strokeLineCap = Butt, strokeLineJoin = Miter,
|
||||
strokeLineMiter = 4.0f, pathFillType = NonZero) {
|
||||
moveTo(8.0f, 8.0f)
|
||||
moveToRelative(-7.0f, 0.0f)
|
||||
arcToRelative(7.0f, 7.0f, 0.0f, true, true, 14.0f, 0.0f)
|
||||
arcToRelative(7.0f, 7.0f, 0.0f, true, true, -14.0f, 0.0f)
|
||||
}
|
||||
path(fill = SolidColor(Color(0xFF6BB700)), stroke = null, strokeLineWidth = 0.0f,
|
||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||
pathFillType = NonZero) {
|
||||
moveTo(8.0f, 14.0f)
|
||||
curveTo(11.3137f, 14.0f, 14.0f, 11.3137f, 14.0f, 8.0f)
|
||||
curveTo(14.0f, 4.6863f, 11.3137f, 2.0f, 8.0f, 2.0f)
|
||||
curveTo(4.6863f, 2.0f, 2.0f, 4.6863f, 2.0f, 8.0f)
|
||||
curveTo(2.0f, 11.3137f, 4.6863f, 14.0f, 8.0f, 14.0f)
|
||||
close()
|
||||
moveTo(10.5303f, 7.2803f)
|
||||
lineTo(7.7803f, 10.0303f)
|
||||
curveTo(7.4874f, 10.3232f, 7.0126f, 10.3232f, 6.7197f, 10.0303f)
|
||||
lineTo(5.7197f, 9.0303f)
|
||||
curveTo(5.4268f, 8.7374f, 5.4268f, 8.2626f, 5.7197f, 7.9697f)
|
||||
curveTo(6.0126f, 7.6768f, 6.4874f, 7.6768f, 6.7803f, 7.9697f)
|
||||
lineTo(7.25f, 8.4393f)
|
||||
lineTo(9.4697f, 6.2197f)
|
||||
curveTo(9.7626f, 5.9268f, 10.2374f, 5.9268f, 10.5303f, 6.2197f)
|
||||
curveTo(10.8232f, 6.5126f, 10.8232f, 6.9874f, 10.5303f, 7.2803f)
|
||||
close()
|
||||
}
|
||||
path(fill = SolidColor(Color(0x00000000)), stroke = SolidColor(Color(0xFFffffff)),
|
||||
strokeLineWidth = 2.0f, strokeLineCap = Butt, strokeLineJoin = Miter,
|
||||
strokeLineMiter = 4.0f, pathFillType = NonZero) {
|
||||
moveTo(8.0f, 1.0f)
|
||||
lineTo(8.0f, 1.0f)
|
||||
arcTo(7.0f, 7.0f, 0.0f, false, true, 15.0f, 8.0f)
|
||||
lineTo(15.0f, 8.0f)
|
||||
arcTo(7.0f, 7.0f, 0.0f, false, true, 8.0f, 15.0f)
|
||||
lineTo(8.0f, 15.0f)
|
||||
arcTo(7.0f, 7.0f, 0.0f, false, true, 1.0f, 8.0f)
|
||||
lineTo(1.0f, 8.0f)
|
||||
arcTo(7.0f, 7.0f, 0.0f, false, true, 8.0f, 1.0f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
.build()
|
||||
return _light!!
|
||||
}
|
||||
|
||||
private var _light: ImageVector? = null
|
|
@ -0,0 +1,55 @@
|
|||
package com.microsoft.fluentui.icons.avataricons.presence.available.small
|
||||
|
||||
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.microsoft.fluentui.icons.avataricons.presence.available.SmallGroup
|
||||
|
||||
val SmallGroup.Dark: ImageVector
|
||||
get() {
|
||||
if (_dark != null) {
|
||||
return _dark!!
|
||||
}
|
||||
_dark = Builder(name = "Dark", defaultWidth = 14.0.dp, defaultHeight = 14.0.dp,
|
||||
viewportWidth = 14.0f, viewportHeight = 14.0f).apply {
|
||||
path(fill = SolidColor(Color(0xFF000000)), stroke = SolidColor(Color(0xFF000000)),
|
||||
strokeLineWidth = 2.0f, strokeLineCap = Butt, strokeLineJoin = Miter,
|
||||
strokeLineMiter = 4.0f, pathFillType = NonZero) {
|
||||
moveTo(7.0f, 7.0f)
|
||||
moveToRelative(-6.0f, 0.0f)
|
||||
arcToRelative(6.0f, 6.0f, 0.0f, true, true, 12.0f, 0.0f)
|
||||
arcToRelative(6.0f, 6.0f, 0.0f, true, true, -12.0f, 0.0f)
|
||||
}
|
||||
path(fill = SolidColor(Color(0xFF92C353)), stroke = null, strokeLineWidth = 0.0f,
|
||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||
pathFillType = NonZero) {
|
||||
moveTo(7.0f, 12.0f)
|
||||
curveTo(9.7614f, 12.0f, 12.0f, 9.7614f, 12.0f, 7.0f)
|
||||
curveTo(12.0f, 4.2386f, 9.7614f, 2.0f, 7.0f, 2.0f)
|
||||
curveTo(4.2386f, 2.0f, 2.0f, 4.2386f, 2.0f, 7.0f)
|
||||
curveTo(2.0f, 9.7614f, 4.2386f, 12.0f, 7.0f, 12.0f)
|
||||
close()
|
||||
moveTo(9.1036f, 6.1035f)
|
||||
lineTo(6.8536f, 8.3536f)
|
||||
curveTo(6.6583f, 8.5488f, 6.3417f, 8.5488f, 6.1465f, 8.3536f)
|
||||
lineTo(5.1465f, 7.3536f)
|
||||
curveTo(4.9512f, 7.1583f, 4.9512f, 6.8417f, 5.1464f, 6.6465f)
|
||||
curveTo(5.3417f, 6.4512f, 5.6583f, 6.4512f, 5.8535f, 6.6465f)
|
||||
lineTo(6.5f, 7.2929f)
|
||||
lineTo(8.3964f, 5.3965f)
|
||||
curveTo(8.5917f, 5.2012f, 8.9083f, 5.2012f, 9.1035f, 5.3964f)
|
||||
curveTo(9.2988f, 5.5917f, 9.2988f, 5.9083f, 9.1036f, 6.1035f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
.build()
|
||||
return _dark!!
|
||||
}
|
||||
|
||||
private var _dark: ImageVector? = null
|
|
@ -0,0 +1,83 @@
|
|||
package com.microsoft.fluentui.icons.avataricons.presence.available.small
|
||||
|
||||
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.microsoft.fluentui.icons.avataricons.presence.available.SmallGroup
|
||||
|
||||
val SmallGroup.Light: ImageVector
|
||||
get() {
|
||||
if (_light != null) {
|
||||
return _light!!
|
||||
}
|
||||
_light = Builder(name = "Light", defaultWidth = 14.0.dp, defaultHeight = 14.0.dp,
|
||||
viewportWidth = 14.0f, viewportHeight = 14.0f).apply {
|
||||
path(fill = SolidColor(Color(0xFFffffff)), stroke = null, strokeLineWidth = 0.0f,
|
||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||
pathFillType = NonZero) {
|
||||
moveTo(7.0f, 1.0f)
|
||||
lineTo(7.0f, 1.0f)
|
||||
arcTo(6.0f, 6.0f, 0.0f, false, true, 13.0f, 7.0f)
|
||||
lineTo(13.0f, 7.0f)
|
||||
arcTo(6.0f, 6.0f, 0.0f, false, true, 7.0f, 13.0f)
|
||||
lineTo(7.0f, 13.0f)
|
||||
arcTo(6.0f, 6.0f, 0.0f, false, true, 1.0f, 7.0f)
|
||||
lineTo(1.0f, 7.0f)
|
||||
arcTo(6.0f, 6.0f, 0.0f, false, true, 7.0f, 1.0f)
|
||||
close()
|
||||
}
|
||||
path(fill = SolidColor(Color(0xFFffffff)), stroke = SolidColor(Color(0xFFffffff)),
|
||||
strokeLineWidth = 2.0f, strokeLineCap = Butt, strokeLineJoin = Miter,
|
||||
strokeLineMiter = 4.0f, pathFillType = NonZero) {
|
||||
moveTo(7.0f, 7.0f)
|
||||
moveToRelative(-6.0f, 0.0f)
|
||||
arcToRelative(6.0f, 6.0f, 0.0f, true, true, 12.0f, 0.0f)
|
||||
arcToRelative(6.0f, 6.0f, 0.0f, true, true, -12.0f, 0.0f)
|
||||
}
|
||||
path(fill = SolidColor(Color(0xFF6BB700)), stroke = null, strokeLineWidth = 0.0f,
|
||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||
pathFillType = NonZero) {
|
||||
moveTo(7.0f, 12.0f)
|
||||
curveTo(9.7614f, 12.0f, 12.0f, 9.7614f, 12.0f, 7.0f)
|
||||
curveTo(12.0f, 4.2386f, 9.7614f, 2.0f, 7.0f, 2.0f)
|
||||
curveTo(4.2386f, 2.0f, 2.0f, 4.2386f, 2.0f, 7.0f)
|
||||
curveTo(2.0f, 9.7614f, 4.2386f, 12.0f, 7.0f, 12.0f)
|
||||
close()
|
||||
moveTo(9.1036f, 6.1035f)
|
||||
lineTo(6.8536f, 8.3536f)
|
||||
curveTo(6.6583f, 8.5488f, 6.3417f, 8.5488f, 6.1465f, 8.3536f)
|
||||
lineTo(5.1465f, 7.3536f)
|
||||
curveTo(4.9512f, 7.1583f, 4.9512f, 6.8417f, 5.1464f, 6.6465f)
|
||||
curveTo(5.3417f, 6.4512f, 5.6583f, 6.4512f, 5.8535f, 6.6465f)
|
||||
lineTo(6.5f, 7.2929f)
|
||||
lineTo(8.3964f, 5.3965f)
|
||||
curveTo(8.5917f, 5.2012f, 8.9083f, 5.2012f, 9.1035f, 5.3964f)
|
||||
curveTo(9.2988f, 5.5917f, 9.2988f, 5.9083f, 9.1036f, 6.1035f)
|
||||
close()
|
||||
}
|
||||
path(fill = SolidColor(Color(0x00000000)), stroke = SolidColor(Color(0xFFffffff)),
|
||||
strokeLineWidth = 2.0f, strokeLineCap = Butt, strokeLineJoin = Miter,
|
||||
strokeLineMiter = 4.0f, pathFillType = NonZero) {
|
||||
moveTo(7.0f, 1.0f)
|
||||
lineTo(7.0f, 1.0f)
|
||||
arcTo(6.0f, 6.0f, 0.0f, false, true, 13.0f, 7.0f)
|
||||
lineTo(13.0f, 7.0f)
|
||||
arcTo(6.0f, 6.0f, 0.0f, false, true, 7.0f, 13.0f)
|
||||
lineTo(7.0f, 13.0f)
|
||||
arcTo(6.0f, 6.0f, 0.0f, false, true, 1.0f, 7.0f)
|
||||
lineTo(1.0f, 7.0f)
|
||||
arcTo(6.0f, 6.0f, 0.0f, false, true, 7.0f, 1.0f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
.build()
|
||||
return _light!!
|
||||
}
|
||||
|
||||
private var _light: ImageVector? = null
|
|
@ -0,0 +1,23 @@
|
|||
package com.microsoft.fluentui.icons.avataricons.presence.availableoof
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.AvailableoofGroup
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.availableoof.large.Dark
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.availableoof.large.Light
|
||||
import kotlin.collections.List as ____KtList
|
||||
|
||||
object LargeGroup
|
||||
|
||||
val AvailableoofGroup.Large: LargeGroup
|
||||
get() = LargeGroup
|
||||
|
||||
private var __AllIcons: ____KtList<ImageVector>? = null
|
||||
|
||||
val LargeGroup.AllIcons: ____KtList<ImageVector>
|
||||
get() {
|
||||
if (__AllIcons != null) {
|
||||
return __AllIcons!!
|
||||
}
|
||||
__AllIcons = listOf(Dark, Light)
|
||||
return __AllIcons!!
|
||||
}
|
|
@ -0,0 +1,23 @@
|
|||
package com.microsoft.fluentui.icons.avataricons.presence.availableoof
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.AvailableoofGroup
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.availableoof.medium.Dark
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.availableoof.medium.Light
|
||||
import kotlin.collections.List as ____KtList
|
||||
|
||||
object MediumGroup
|
||||
|
||||
val AvailableoofGroup.Medium: MediumGroup
|
||||
get() = MediumGroup
|
||||
|
||||
private var __AllIcons: ____KtList<ImageVector>? = null
|
||||
|
||||
val MediumGroup.AllIcons: ____KtList<ImageVector>
|
||||
get() {
|
||||
if (__AllIcons != null) {
|
||||
return __AllIcons!!
|
||||
}
|
||||
__AllIcons = listOf(Dark, Light)
|
||||
return __AllIcons!!
|
||||
}
|
|
@ -0,0 +1,23 @@
|
|||
package com.microsoft.fluentui.icons.avataricons.presence.availableoof
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.AvailableoofGroup
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.availableoof.small.Dark
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.availableoof.small.Light
|
||||
import kotlin.collections.List as ____KtList
|
||||
|
||||
object SmallGroup
|
||||
|
||||
val AvailableoofGroup.Small: SmallGroup
|
||||
get() = SmallGroup
|
||||
|
||||
private var __AllIcons: ____KtList<ImageVector>? = null
|
||||
|
||||
val SmallGroup.AllIcons: ____KtList<ImageVector>
|
||||
get() {
|
||||
if (__AllIcons != null) {
|
||||
return __AllIcons!!
|
||||
}
|
||||
__AllIcons = listOf(Dark, Light)
|
||||
return __AllIcons!!
|
||||
}
|
|
@ -0,0 +1,61 @@
|
|||
package com.microsoft.fluentui.icons.avataricons.presence.availableoof.large
|
||||
|
||||
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.microsoft.fluentui.icons.avataricons.presence.availableoof.LargeGroup
|
||||
|
||||
val LargeGroup.Dark: ImageVector
|
||||
get() {
|
||||
if (_dark != null) {
|
||||
return _dark!!
|
||||
}
|
||||
_dark = Builder(name = "Dark", defaultWidth = 20.0.dp, defaultHeight = 20.0.dp,
|
||||
viewportWidth = 20.0f, viewportHeight = 20.0f).apply {
|
||||
path(fill = SolidColor(Color(0xFF000000)), stroke = SolidColor(Color(0xFF000000)),
|
||||
strokeLineWidth = 2.0f, strokeLineCap = Butt, strokeLineJoin = Miter,
|
||||
strokeLineMiter = 4.0f, pathFillType = NonZero) {
|
||||
moveTo(10.0f, 10.0f)
|
||||
moveToRelative(-9.0f, 0.0f)
|
||||
arcToRelative(9.0f, 9.0f, 0.0f, true, true, 18.0f, 0.0f)
|
||||
arcToRelative(9.0f, 9.0f, 0.0f, true, true, -18.0f, 0.0f)
|
||||
}
|
||||
path(fill = SolidColor(Color(0xFF92C353)), stroke = null, strokeLineWidth = 0.0f,
|
||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||
pathFillType = NonZero) {
|
||||
moveTo(13.7071f, 8.7071f)
|
||||
curveTo(14.0976f, 8.3166f, 14.0976f, 7.6834f, 13.7071f, 7.2929f)
|
||||
curveTo(13.3166f, 6.9024f, 12.6834f, 6.9024f, 12.2929f, 7.2929f)
|
||||
lineTo(9.0f, 10.5858f)
|
||||
lineTo(7.7071f, 9.2929f)
|
||||
curveTo(7.3166f, 8.9024f, 6.6834f, 8.9024f, 6.2929f, 9.2929f)
|
||||
curveTo(5.9024f, 9.6834f, 5.9024f, 10.3166f, 6.2929f, 10.7071f)
|
||||
lineTo(8.2929f, 12.7071f)
|
||||
curveTo(8.6834f, 13.0976f, 9.3166f, 13.0976f, 9.7071f, 12.7071f)
|
||||
lineTo(13.7071f, 8.7071f)
|
||||
close()
|
||||
moveTo(2.0f, 10.0f)
|
||||
curveTo(2.0f, 5.5817f, 5.5817f, 2.0f, 10.0f, 2.0f)
|
||||
curveTo(14.4183f, 2.0f, 18.0f, 5.5817f, 18.0f, 10.0f)
|
||||
curveTo(18.0f, 14.4183f, 14.4183f, 18.0f, 10.0f, 18.0f)
|
||||
curveTo(5.5817f, 18.0f, 2.0f, 14.4183f, 2.0f, 10.0f)
|
||||
close()
|
||||
moveTo(10.0f, 4.0f)
|
||||
curveTo(6.6863f, 4.0f, 4.0f, 6.6863f, 4.0f, 10.0f)
|
||||
curveTo(4.0f, 13.3137f, 6.6863f, 16.0f, 10.0f, 16.0f)
|
||||
curveTo(13.3137f, 16.0f, 16.0f, 13.3137f, 16.0f, 10.0f)
|
||||
curveTo(16.0f, 6.6863f, 13.3137f, 4.0f, 10.0f, 4.0f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
.build()
|
||||
return _dark!!
|
||||
}
|
||||
|
||||
private var _dark: ImageVector? = null
|
|
@ -0,0 +1,89 @@
|
|||
package com.microsoft.fluentui.icons.avataricons.presence.availableoof.large
|
||||
|
||||
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.microsoft.fluentui.icons.avataricons.presence.availableoof.LargeGroup
|
||||
|
||||
val LargeGroup.Light: ImageVector
|
||||
get() {
|
||||
if (_light != null) {
|
||||
return _light!!
|
||||
}
|
||||
_light = Builder(name = "Light", defaultWidth = 20.0.dp, defaultHeight = 20.0.dp,
|
||||
viewportWidth = 20.0f, viewportHeight = 20.0f).apply {
|
||||
path(fill = SolidColor(Color(0xFFffffff)), stroke = null, strokeLineWidth = 0.0f,
|
||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||
pathFillType = NonZero) {
|
||||
moveTo(10.0f, 1.0f)
|
||||
lineTo(10.0f, 1.0f)
|
||||
arcTo(9.0f, 9.0f, 0.0f, false, true, 19.0f, 10.0f)
|
||||
lineTo(19.0f, 10.0f)
|
||||
arcTo(9.0f, 9.0f, 0.0f, false, true, 10.0f, 19.0f)
|
||||
lineTo(10.0f, 19.0f)
|
||||
arcTo(9.0f, 9.0f, 0.0f, false, true, 1.0f, 10.0f)
|
||||
lineTo(1.0f, 10.0f)
|
||||
arcTo(9.0f, 9.0f, 0.0f, false, true, 10.0f, 1.0f)
|
||||
close()
|
||||
}
|
||||
path(fill = SolidColor(Color(0xFFffffff)), stroke = SolidColor(Color(0xFFffffff)),
|
||||
strokeLineWidth = 2.0f, strokeLineCap = Butt, strokeLineJoin = Miter,
|
||||
strokeLineMiter = 4.0f, pathFillType = NonZero) {
|
||||
moveTo(10.0f, 10.0f)
|
||||
moveToRelative(-9.0f, 0.0f)
|
||||
arcToRelative(9.0f, 9.0f, 0.0f, true, true, 18.0f, 0.0f)
|
||||
arcToRelative(9.0f, 9.0f, 0.0f, true, true, -18.0f, 0.0f)
|
||||
}
|
||||
path(fill = SolidColor(Color(0xFF6BB700)), stroke = null, strokeLineWidth = 0.0f,
|
||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||
pathFillType = NonZero) {
|
||||
moveTo(13.7071f, 8.7071f)
|
||||
curveTo(14.0976f, 8.3166f, 14.0976f, 7.6834f, 13.7071f, 7.2929f)
|
||||
curveTo(13.3166f, 6.9024f, 12.6834f, 6.9024f, 12.2929f, 7.2929f)
|
||||
lineTo(9.0f, 10.5858f)
|
||||
lineTo(7.7071f, 9.2929f)
|
||||
curveTo(7.3166f, 8.9024f, 6.6834f, 8.9024f, 6.2929f, 9.2929f)
|
||||
curveTo(5.9024f, 9.6834f, 5.9024f, 10.3166f, 6.2929f, 10.7071f)
|
||||
lineTo(8.2929f, 12.7071f)
|
||||
curveTo(8.6834f, 13.0976f, 9.3166f, 13.0976f, 9.7071f, 12.7071f)
|
||||
lineTo(13.7071f, 8.7071f)
|
||||
close()
|
||||
moveTo(2.0f, 10.0f)
|
||||
curveTo(2.0f, 5.5817f, 5.5817f, 2.0f, 10.0f, 2.0f)
|
||||
curveTo(14.4183f, 2.0f, 18.0f, 5.5817f, 18.0f, 10.0f)
|
||||
curveTo(18.0f, 14.4183f, 14.4183f, 18.0f, 10.0f, 18.0f)
|
||||
curveTo(5.5817f, 18.0f, 2.0f, 14.4183f, 2.0f, 10.0f)
|
||||
close()
|
||||
moveTo(10.0f, 4.0f)
|
||||
curveTo(6.6863f, 4.0f, 4.0f, 6.6863f, 4.0f, 10.0f)
|
||||
curveTo(4.0f, 13.3137f, 6.6863f, 16.0f, 10.0f, 16.0f)
|
||||
curveTo(13.3137f, 16.0f, 16.0f, 13.3137f, 16.0f, 10.0f)
|
||||
curveTo(16.0f, 6.6863f, 13.3137f, 4.0f, 10.0f, 4.0f)
|
||||
close()
|
||||
}
|
||||
path(fill = SolidColor(Color(0x00000000)), stroke = SolidColor(Color(0xFFffffff)),
|
||||
strokeLineWidth = 2.0f, strokeLineCap = Butt, strokeLineJoin = Miter,
|
||||
strokeLineMiter = 4.0f, pathFillType = NonZero) {
|
||||
moveTo(10.0f, 1.0f)
|
||||
lineTo(10.0f, 1.0f)
|
||||
arcTo(9.0f, 9.0f, 0.0f, false, true, 19.0f, 10.0f)
|
||||
lineTo(19.0f, 10.0f)
|
||||
arcTo(9.0f, 9.0f, 0.0f, false, true, 10.0f, 19.0f)
|
||||
lineTo(10.0f, 19.0f)
|
||||
arcTo(9.0f, 9.0f, 0.0f, false, true, 1.0f, 10.0f)
|
||||
lineTo(1.0f, 10.0f)
|
||||
arcTo(9.0f, 9.0f, 0.0f, false, true, 10.0f, 1.0f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
.build()
|
||||
return _light!!
|
||||
}
|
||||
|
||||
private var _light: ImageVector? = null
|
|
@ -0,0 +1,61 @@
|
|||
package com.microsoft.fluentui.icons.avataricons.presence.availableoof.medium
|
||||
|
||||
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.microsoft.fluentui.icons.avataricons.presence.availableoof.MediumGroup
|
||||
|
||||
val MediumGroup.Dark: ImageVector
|
||||
get() {
|
||||
if (_dark != null) {
|
||||
return _dark!!
|
||||
}
|
||||
_dark = Builder(name = "Dark", defaultWidth = 16.0.dp, defaultHeight = 16.0.dp,
|
||||
viewportWidth = 16.0f, viewportHeight = 16.0f).apply {
|
||||
path(fill = SolidColor(Color(0xFF000000)), stroke = SolidColor(Color(0xFF000000)),
|
||||
strokeLineWidth = 2.0f, strokeLineCap = Butt, strokeLineJoin = Miter,
|
||||
strokeLineMiter = 4.0f, pathFillType = NonZero) {
|
||||
moveTo(8.0f, 8.0f)
|
||||
moveToRelative(-7.0f, 0.0f)
|
||||
arcToRelative(7.0f, 7.0f, 0.0f, true, true, 14.0f, 0.0f)
|
||||
arcToRelative(7.0f, 7.0f, 0.0f, true, true, -14.0f, 0.0f)
|
||||
}
|
||||
path(fill = SolidColor(Color(0xFF92C353)), stroke = null, strokeLineWidth = 0.0f,
|
||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||
pathFillType = NonZero) {
|
||||
moveTo(8.0f, 2.0f)
|
||||
curveTo(4.6863f, 2.0f, 2.0f, 4.6863f, 2.0f, 8.0f)
|
||||
curveTo(2.0f, 11.3137f, 4.6863f, 14.0f, 8.0f, 14.0f)
|
||||
curveTo(11.3137f, 14.0f, 14.0f, 11.3137f, 14.0f, 8.0f)
|
||||
curveTo(14.0f, 4.6863f, 11.3137f, 2.0f, 8.0f, 2.0f)
|
||||
close()
|
||||
moveTo(3.5f, 8.0f)
|
||||
curveTo(3.5f, 5.5147f, 5.5147f, 3.5f, 8.0f, 3.5f)
|
||||
curveTo(10.4853f, 3.5f, 12.5f, 5.5147f, 12.5f, 8.0f)
|
||||
curveTo(12.5f, 10.4853f, 10.4853f, 12.5f, 8.0f, 12.5f)
|
||||
curveTo(5.5147f, 12.5f, 3.5f, 10.4853f, 3.5f, 8.0f)
|
||||
close()
|
||||
moveTo(10.5303f, 6.2197f)
|
||||
curveTo(10.8232f, 6.5126f, 10.8232f, 6.9874f, 10.5303f, 7.2803f)
|
||||
lineTo(7.7803f, 10.0303f)
|
||||
curveTo(7.4874f, 10.3232f, 7.0126f, 10.3232f, 6.7197f, 10.0303f)
|
||||
lineTo(5.7197f, 9.0303f)
|
||||
curveTo(5.4268f, 8.7374f, 5.4268f, 8.2626f, 5.7197f, 7.9697f)
|
||||
curveTo(6.0126f, 7.6768f, 6.4874f, 7.6768f, 6.7803f, 7.9697f)
|
||||
lineTo(7.25f, 8.4393f)
|
||||
lineTo(9.4697f, 6.2197f)
|
||||
curveTo(9.7626f, 5.9268f, 10.2374f, 5.9268f, 10.5303f, 6.2197f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
.build()
|
||||
return _dark!!
|
||||
}
|
||||
|
||||
private var _dark: ImageVector? = null
|
|
@ -0,0 +1,89 @@
|
|||
package com.microsoft.fluentui.icons.avataricons.presence.availableoof.medium
|
||||
|
||||
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.microsoft.fluentui.icons.avataricons.presence.availableoof.MediumGroup
|
||||
|
||||
val MediumGroup.Light: ImageVector
|
||||
get() {
|
||||
if (_light != null) {
|
||||
return _light!!
|
||||
}
|
||||
_light = Builder(name = "Light", defaultWidth = 16.0.dp, defaultHeight = 16.0.dp,
|
||||
viewportWidth = 16.0f, viewportHeight = 16.0f).apply {
|
||||
path(fill = SolidColor(Color(0xFFffffff)), stroke = null, strokeLineWidth = 0.0f,
|
||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||
pathFillType = NonZero) {
|
||||
moveTo(8.0f, 1.0f)
|
||||
lineTo(8.0f, 1.0f)
|
||||
arcTo(7.0f, 7.0f, 0.0f, false, true, 15.0f, 8.0f)
|
||||
lineTo(15.0f, 8.0f)
|
||||
arcTo(7.0f, 7.0f, 0.0f, false, true, 8.0f, 15.0f)
|
||||
lineTo(8.0f, 15.0f)
|
||||
arcTo(7.0f, 7.0f, 0.0f, false, true, 1.0f, 8.0f)
|
||||
lineTo(1.0f, 8.0f)
|
||||
arcTo(7.0f, 7.0f, 0.0f, false, true, 8.0f, 1.0f)
|
||||
close()
|
||||
}
|
||||
path(fill = SolidColor(Color(0xFFffffff)), stroke = SolidColor(Color(0xFFffffff)),
|
||||
strokeLineWidth = 2.0f, strokeLineCap = Butt, strokeLineJoin = Miter,
|
||||
strokeLineMiter = 4.0f, pathFillType = NonZero) {
|
||||
moveTo(8.0f, 8.0f)
|
||||
moveToRelative(-7.0f, 0.0f)
|
||||
arcToRelative(7.0f, 7.0f, 0.0f, true, true, 14.0f, 0.0f)
|
||||
arcToRelative(7.0f, 7.0f, 0.0f, true, true, -14.0f, 0.0f)
|
||||
}
|
||||
path(fill = SolidColor(Color(0xFF6BB700)), stroke = null, strokeLineWidth = 0.0f,
|
||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||
pathFillType = NonZero) {
|
||||
moveTo(8.0f, 2.0f)
|
||||
curveTo(4.6863f, 2.0f, 2.0f, 4.6863f, 2.0f, 8.0f)
|
||||
curveTo(2.0f, 11.3137f, 4.6863f, 14.0f, 8.0f, 14.0f)
|
||||
curveTo(11.3137f, 14.0f, 14.0f, 11.3137f, 14.0f, 8.0f)
|
||||
curveTo(14.0f, 4.6863f, 11.3137f, 2.0f, 8.0f, 2.0f)
|
||||
close()
|
||||
moveTo(3.5f, 8.0f)
|
||||
curveTo(3.5f, 5.5147f, 5.5147f, 3.5f, 8.0f, 3.5f)
|
||||
curveTo(10.4853f, 3.5f, 12.5f, 5.5147f, 12.5f, 8.0f)
|
||||
curveTo(12.5f, 10.4853f, 10.4853f, 12.5f, 8.0f, 12.5f)
|
||||
curveTo(5.5147f, 12.5f, 3.5f, 10.4853f, 3.5f, 8.0f)
|
||||
close()
|
||||
moveTo(10.5303f, 6.2197f)
|
||||
curveTo(10.8232f, 6.5126f, 10.8232f, 6.9874f, 10.5303f, 7.2803f)
|
||||
lineTo(7.7803f, 10.0303f)
|
||||
curveTo(7.4874f, 10.3232f, 7.0126f, 10.3232f, 6.7197f, 10.0303f)
|
||||
lineTo(5.7197f, 9.0303f)
|
||||
curveTo(5.4268f, 8.7374f, 5.4268f, 8.2626f, 5.7197f, 7.9697f)
|
||||
curveTo(6.0126f, 7.6768f, 6.4874f, 7.6768f, 6.7803f, 7.9697f)
|
||||
lineTo(7.25f, 8.4393f)
|
||||
lineTo(9.4697f, 6.2197f)
|
||||
curveTo(9.7626f, 5.9268f, 10.2374f, 5.9268f, 10.5303f, 6.2197f)
|
||||
close()
|
||||
}
|
||||
path(fill = SolidColor(Color(0x00000000)), stroke = SolidColor(Color(0xFFffffff)),
|
||||
strokeLineWidth = 2.0f, strokeLineCap = Butt, strokeLineJoin = Miter,
|
||||
strokeLineMiter = 4.0f, pathFillType = NonZero) {
|
||||
moveTo(8.0f, 1.0f)
|
||||
lineTo(8.0f, 1.0f)
|
||||
arcTo(7.0f, 7.0f, 0.0f, false, true, 15.0f, 8.0f)
|
||||
lineTo(15.0f, 8.0f)
|
||||
arcTo(7.0f, 7.0f, 0.0f, false, true, 8.0f, 15.0f)
|
||||
lineTo(8.0f, 15.0f)
|
||||
arcTo(7.0f, 7.0f, 0.0f, false, true, 1.0f, 8.0f)
|
||||
lineTo(1.0f, 8.0f)
|
||||
arcTo(7.0f, 7.0f, 0.0f, false, true, 8.0f, 1.0f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
.build()
|
||||
return _light!!
|
||||
}
|
||||
|
||||
private var _light: ImageVector? = null
|
|
@ -0,0 +1,61 @@
|
|||
package com.microsoft.fluentui.icons.avataricons.presence.availableoof.small
|
||||
|
||||
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.microsoft.fluentui.icons.avataricons.presence.availableoof.SmallGroup
|
||||
|
||||
val SmallGroup.Dark: ImageVector
|
||||
get() {
|
||||
if (_dark != null) {
|
||||
return _dark!!
|
||||
}
|
||||
_dark = Builder(name = "Dark", defaultWidth = 14.0.dp, defaultHeight = 14.0.dp,
|
||||
viewportWidth = 14.0f, viewportHeight = 14.0f).apply {
|
||||
path(fill = SolidColor(Color(0xFF000000)), stroke = SolidColor(Color(0xFF000000)),
|
||||
strokeLineWidth = 2.0f, strokeLineCap = Butt, strokeLineJoin = Miter,
|
||||
strokeLineMiter = 4.0f, pathFillType = NonZero) {
|
||||
moveTo(7.0f, 7.0f)
|
||||
moveToRelative(-6.0f, 0.0f)
|
||||
arcToRelative(6.0f, 6.0f, 0.0f, true, true, 12.0f, 0.0f)
|
||||
arcToRelative(6.0f, 6.0f, 0.0f, true, true, -12.0f, 0.0f)
|
||||
}
|
||||
path(fill = SolidColor(Color(0xFF92C353)), stroke = null, strokeLineWidth = 0.0f,
|
||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||
pathFillType = NonZero) {
|
||||
moveTo(6.9977f, 2.0f)
|
||||
curveTo(4.2375f, 2.0f, 2.0f, 4.2375f, 2.0f, 6.9977f)
|
||||
curveTo(2.0f, 9.7578f, 4.2375f, 11.9954f, 6.9977f, 11.9954f)
|
||||
curveTo(9.7578f, 11.9954f, 11.9954f, 9.7578f, 11.9954f, 6.9977f)
|
||||
curveTo(11.9954f, 4.2375f, 9.7578f, 2.0f, 6.9977f, 2.0f)
|
||||
close()
|
||||
moveTo(3.0f, 6.9977f)
|
||||
curveTo(3.0f, 4.7898f, 4.7898f, 3.0f, 6.9977f, 3.0f)
|
||||
curveTo(9.2056f, 3.0f, 10.9954f, 4.7898f, 10.9954f, 6.9977f)
|
||||
curveTo(10.9954f, 9.2056f, 9.2056f, 10.9954f, 6.9977f, 10.9954f)
|
||||
curveTo(4.7898f, 10.9954f, 3.0f, 9.2056f, 3.0f, 6.9977f)
|
||||
close()
|
||||
moveTo(9.1035f, 5.3965f)
|
||||
curveTo(9.2988f, 5.5917f, 9.2988f, 5.9083f, 9.1035f, 6.1035f)
|
||||
lineTo(6.8535f, 8.3535f)
|
||||
curveTo(6.6583f, 8.5488f, 6.3417f, 8.5488f, 6.1465f, 8.3535f)
|
||||
lineTo(5.1465f, 7.3535f)
|
||||
curveTo(4.9512f, 7.1583f, 4.9512f, 6.8417f, 5.1465f, 6.6465f)
|
||||
curveTo(5.3417f, 6.4512f, 5.6583f, 6.4512f, 5.8535f, 6.6465f)
|
||||
lineTo(6.5f, 7.2929f)
|
||||
lineTo(8.3965f, 5.3965f)
|
||||
curveTo(8.5917f, 5.2012f, 8.9083f, 5.2012f, 9.1035f, 5.3965f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
.build()
|
||||
return _dark!!
|
||||
}
|
||||
|
||||
private var _dark: ImageVector? = null
|
|
@ -0,0 +1,89 @@
|
|||
package com.microsoft.fluentui.icons.avataricons.presence.availableoof.small
|
||||
|
||||
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.microsoft.fluentui.icons.avataricons.presence.availableoof.SmallGroup
|
||||
|
||||
val SmallGroup.Light: ImageVector
|
||||
get() {
|
||||
if (_light != null) {
|
||||
return _light!!
|
||||
}
|
||||
_light = Builder(name = "Light", defaultWidth = 14.0.dp, defaultHeight = 14.0.dp,
|
||||
viewportWidth = 14.0f, viewportHeight = 14.0f).apply {
|
||||
path(fill = SolidColor(Color(0xFFffffff)), stroke = null, strokeLineWidth = 0.0f,
|
||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||
pathFillType = NonZero) {
|
||||
moveTo(7.0f, 1.0f)
|
||||
lineTo(7.0f, 1.0f)
|
||||
arcTo(6.0f, 6.0f, 0.0f, false, true, 13.0f, 7.0f)
|
||||
lineTo(13.0f, 7.0f)
|
||||
arcTo(6.0f, 6.0f, 0.0f, false, true, 7.0f, 13.0f)
|
||||
lineTo(7.0f, 13.0f)
|
||||
arcTo(6.0f, 6.0f, 0.0f, false, true, 1.0f, 7.0f)
|
||||
lineTo(1.0f, 7.0f)
|
||||
arcTo(6.0f, 6.0f, 0.0f, false, true, 7.0f, 1.0f)
|
||||
close()
|
||||
}
|
||||
path(fill = SolidColor(Color(0xFFffffff)), stroke = SolidColor(Color(0xFFffffff)),
|
||||
strokeLineWidth = 2.0f, strokeLineCap = Butt, strokeLineJoin = Miter,
|
||||
strokeLineMiter = 4.0f, pathFillType = NonZero) {
|
||||
moveTo(7.0f, 7.0f)
|
||||
moveToRelative(-6.0f, 0.0f)
|
||||
arcToRelative(6.0f, 6.0f, 0.0f, true, true, 12.0f, 0.0f)
|
||||
arcToRelative(6.0f, 6.0f, 0.0f, true, true, -12.0f, 0.0f)
|
||||
}
|
||||
path(fill = SolidColor(Color(0xFF6BB700)), stroke = null, strokeLineWidth = 0.0f,
|
||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||
pathFillType = NonZero) {
|
||||
moveTo(6.9977f, 2.0f)
|
||||
curveTo(4.2375f, 2.0f, 2.0f, 4.2375f, 2.0f, 6.9977f)
|
||||
curveTo(2.0f, 9.7578f, 4.2375f, 11.9954f, 6.9977f, 11.9954f)
|
||||
curveTo(9.7578f, 11.9954f, 11.9954f, 9.7578f, 11.9954f, 6.9977f)
|
||||
curveTo(11.9954f, 4.2375f, 9.7578f, 2.0f, 6.9977f, 2.0f)
|
||||
close()
|
||||
moveTo(3.0f, 6.9977f)
|
||||
curveTo(3.0f, 4.7898f, 4.7898f, 3.0f, 6.9977f, 3.0f)
|
||||
curveTo(9.2056f, 3.0f, 10.9954f, 4.7898f, 10.9954f, 6.9977f)
|
||||
curveTo(10.9954f, 9.2056f, 9.2056f, 10.9954f, 6.9977f, 10.9954f)
|
||||
curveTo(4.7898f, 10.9954f, 3.0f, 9.2056f, 3.0f, 6.9977f)
|
||||
close()
|
||||
moveTo(9.1035f, 5.3965f)
|
||||
curveTo(9.2988f, 5.5917f, 9.2988f, 5.9083f, 9.1035f, 6.1035f)
|
||||
lineTo(6.8535f, 8.3535f)
|
||||
curveTo(6.6583f, 8.5488f, 6.3417f, 8.5488f, 6.1465f, 8.3535f)
|
||||
lineTo(5.1465f, 7.3535f)
|
||||
curveTo(4.9512f, 7.1583f, 4.9512f, 6.8417f, 5.1465f, 6.6465f)
|
||||
curveTo(5.3417f, 6.4512f, 5.6583f, 6.4512f, 5.8535f, 6.6465f)
|
||||
lineTo(6.5f, 7.2929f)
|
||||
lineTo(8.3965f, 5.3965f)
|
||||
curveTo(8.5917f, 5.2012f, 8.9083f, 5.2012f, 9.1035f, 5.3965f)
|
||||
close()
|
||||
}
|
||||
path(fill = SolidColor(Color(0x00000000)), stroke = SolidColor(Color(0xFFffffff)),
|
||||
strokeLineWidth = 2.0f, strokeLineCap = Butt, strokeLineJoin = Miter,
|
||||
strokeLineMiter = 4.0f, pathFillType = NonZero) {
|
||||
moveTo(7.0f, 1.0f)
|
||||
lineTo(7.0f, 1.0f)
|
||||
arcTo(6.0f, 6.0f, 0.0f, false, true, 13.0f, 7.0f)
|
||||
lineTo(13.0f, 7.0f)
|
||||
arcTo(6.0f, 6.0f, 0.0f, false, true, 7.0f, 13.0f)
|
||||
lineTo(7.0f, 13.0f)
|
||||
arcTo(6.0f, 6.0f, 0.0f, false, true, 1.0f, 7.0f)
|
||||
lineTo(1.0f, 7.0f)
|
||||
arcTo(6.0f, 6.0f, 0.0f, false, true, 7.0f, 1.0f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
.build()
|
||||
return _light!!
|
||||
}
|
||||
|
||||
private var _light: ImageVector? = null
|
|
@ -0,0 +1,23 @@
|
|||
package com.microsoft.fluentui.icons.avataricons.presence.away
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.AwayGroup
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.away.large.Dark
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.away.large.Light
|
||||
import kotlin.collections.List as ____KtList
|
||||
|
||||
object LargeGroup
|
||||
|
||||
val AwayGroup.Large: LargeGroup
|
||||
get() = LargeGroup
|
||||
|
||||
private var __AllIcons: ____KtList<ImageVector>? = null
|
||||
|
||||
val LargeGroup.AllIcons: ____KtList<ImageVector>
|
||||
get() {
|
||||
if (__AllIcons != null) {
|
||||
return __AllIcons!!
|
||||
}
|
||||
__AllIcons = listOf(Dark, Light)
|
||||
return __AllIcons!!
|
||||
}
|
|
@ -0,0 +1,23 @@
|
|||
package com.microsoft.fluentui.icons.avataricons.presence.away
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.AwayGroup
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.away.medium.Dark
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.away.medium.Light
|
||||
import kotlin.collections.List as ____KtList
|
||||
|
||||
object MediumGroup
|
||||
|
||||
val AwayGroup.Medium: MediumGroup
|
||||
get() = MediumGroup
|
||||
|
||||
private var __AllIcons: ____KtList<ImageVector>? = null
|
||||
|
||||
val MediumGroup.AllIcons: ____KtList<ImageVector>
|
||||
get() {
|
||||
if (__AllIcons != null) {
|
||||
return __AllIcons!!
|
||||
}
|
||||
__AllIcons = listOf(Dark, Light)
|
||||
return __AllIcons!!
|
||||
}
|
|
@ -0,0 +1,23 @@
|
|||
package com.microsoft.fluentui.icons.avataricons.presence.away
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.AwayGroup
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.away.small.Dark
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.away.small.Light
|
||||
import kotlin.collections.List as ____KtList
|
||||
|
||||
object SmallGroup
|
||||
|
||||
val AwayGroup.Small: SmallGroup
|
||||
get() = SmallGroup
|
||||
|
||||
private var __AllIcons: ____KtList<ImageVector>? = null
|
||||
|
||||
val SmallGroup.AllIcons: ____KtList<ImageVector>
|
||||
get() {
|
||||
if (__AllIcons != null) {
|
||||
return __AllIcons!!
|
||||
}
|
||||
__AllIcons = listOf(Dark, Light)
|
||||
return __AllIcons!!
|
||||
}
|
|
@ -0,0 +1,55 @@
|
|||
package com.microsoft.fluentui.icons.avataricons.presence.away.large
|
||||
|
||||
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.microsoft.fluentui.icons.avataricons.presence.away.LargeGroup
|
||||
|
||||
val LargeGroup.Dark: ImageVector
|
||||
get() {
|
||||
if (_dark != null) {
|
||||
return _dark!!
|
||||
}
|
||||
_dark = Builder(name = "Dark", defaultWidth = 20.0.dp, defaultHeight = 20.0.dp,
|
||||
viewportWidth = 20.0f, viewportHeight = 20.0f).apply {
|
||||
path(fill = SolidColor(Color(0xFF000000)), stroke = SolidColor(Color(0xFF000000)),
|
||||
strokeLineWidth = 2.0f, strokeLineCap = Butt, strokeLineJoin = Miter,
|
||||
strokeLineMiter = 4.0f, pathFillType = NonZero) {
|
||||
moveTo(10.0f, 10.0f)
|
||||
moveToRelative(-9.0f, 0.0f)
|
||||
arcToRelative(9.0f, 9.0f, 0.0f, true, true, 18.0f, 0.0f)
|
||||
arcToRelative(9.0f, 9.0f, 0.0f, true, true, -18.0f, 0.0f)
|
||||
}
|
||||
path(fill = SolidColor(Color(0xFFF8D22A)), stroke = null, strokeLineWidth = 0.0f,
|
||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||
pathFillType = NonZero) {
|
||||
moveTo(10.0f, 18.0f)
|
||||
curveTo(14.4183f, 18.0f, 18.0f, 14.4183f, 18.0f, 10.0f)
|
||||
curveTo(18.0f, 5.5817f, 14.4183f, 2.0f, 10.0f, 2.0f)
|
||||
curveTo(5.5817f, 2.0f, 2.0f, 5.5817f, 2.0f, 10.0f)
|
||||
curveTo(2.0f, 14.4183f, 5.5817f, 18.0f, 10.0f, 18.0f)
|
||||
close()
|
||||
moveTo(10.5f, 6.5f)
|
||||
verticalLineTo(9.5194f)
|
||||
lineTo(12.6247f, 11.2191f)
|
||||
curveTo(13.056f, 11.5641f, 13.1259f, 12.1934f, 12.7809f, 12.6247f)
|
||||
curveTo(12.4359f, 13.056f, 11.8066f, 13.1259f, 11.3753f, 12.7809f)
|
||||
lineTo(8.8753f, 10.7809f)
|
||||
curveTo(8.6381f, 10.5911f, 8.5f, 10.3038f, 8.5f, 10.0f)
|
||||
verticalLineTo(6.5f)
|
||||
curveTo(8.5f, 5.9477f, 8.9477f, 5.5f, 9.5f, 5.5f)
|
||||
curveTo(10.0523f, 5.5f, 10.5f, 5.9477f, 10.5f, 6.5f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
.build()
|
||||
return _dark!!
|
||||
}
|
||||
|
||||
private var _dark: ImageVector? = null
|
|
@ -0,0 +1,83 @@
|
|||
package com.microsoft.fluentui.icons.avataricons.presence.away.large
|
||||
|
||||
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.microsoft.fluentui.icons.avataricons.presence.away.LargeGroup
|
||||
|
||||
val LargeGroup.Light: ImageVector
|
||||
get() {
|
||||
if (_light != null) {
|
||||
return _light!!
|
||||
}
|
||||
_light = Builder(name = "Light", defaultWidth = 20.0.dp, defaultHeight = 20.0.dp,
|
||||
viewportWidth = 20.0f, viewportHeight = 20.0f).apply {
|
||||
path(fill = SolidColor(Color(0xFFffffff)), stroke = null, strokeLineWidth = 0.0f,
|
||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||
pathFillType = NonZero) {
|
||||
moveTo(10.0f, 1.0f)
|
||||
lineTo(10.0f, 1.0f)
|
||||
arcTo(9.0f, 9.0f, 0.0f, false, true, 19.0f, 10.0f)
|
||||
lineTo(19.0f, 10.0f)
|
||||
arcTo(9.0f, 9.0f, 0.0f, false, true, 10.0f, 19.0f)
|
||||
lineTo(10.0f, 19.0f)
|
||||
arcTo(9.0f, 9.0f, 0.0f, false, true, 1.0f, 10.0f)
|
||||
lineTo(1.0f, 10.0f)
|
||||
arcTo(9.0f, 9.0f, 0.0f, false, true, 10.0f, 1.0f)
|
||||
close()
|
||||
}
|
||||
path(fill = SolidColor(Color(0xFFffffff)), stroke = SolidColor(Color(0xFFffffff)),
|
||||
strokeLineWidth = 2.0f, strokeLineCap = Butt, strokeLineJoin = Miter,
|
||||
strokeLineMiter = 4.0f, pathFillType = NonZero) {
|
||||
moveTo(10.0f, 10.0f)
|
||||
moveToRelative(-9.0f, 0.0f)
|
||||
arcToRelative(9.0f, 9.0f, 0.0f, true, true, 18.0f, 0.0f)
|
||||
arcToRelative(9.0f, 9.0f, 0.0f, true, true, -18.0f, 0.0f)
|
||||
}
|
||||
path(fill = SolidColor(Color(0xFFFFAA44)), stroke = null, strokeLineWidth = 0.0f,
|
||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||
pathFillType = NonZero) {
|
||||
moveTo(10.0f, 18.0f)
|
||||
curveTo(14.4183f, 18.0f, 18.0f, 14.4183f, 18.0f, 10.0f)
|
||||
curveTo(18.0f, 5.5817f, 14.4183f, 2.0f, 10.0f, 2.0f)
|
||||
curveTo(5.5817f, 2.0f, 2.0f, 5.5817f, 2.0f, 10.0f)
|
||||
curveTo(2.0f, 14.4183f, 5.5817f, 18.0f, 10.0f, 18.0f)
|
||||
close()
|
||||
moveTo(10.5f, 6.5f)
|
||||
verticalLineTo(9.5194f)
|
||||
lineTo(12.6247f, 11.2191f)
|
||||
curveTo(13.056f, 11.5641f, 13.1259f, 12.1934f, 12.7809f, 12.6247f)
|
||||
curveTo(12.4359f, 13.056f, 11.8066f, 13.1259f, 11.3753f, 12.7809f)
|
||||
lineTo(8.8753f, 10.7809f)
|
||||
curveTo(8.6381f, 10.5911f, 8.5f, 10.3038f, 8.5f, 10.0f)
|
||||
verticalLineTo(6.5f)
|
||||
curveTo(8.5f, 5.9477f, 8.9477f, 5.5f, 9.5f, 5.5f)
|
||||
curveTo(10.0523f, 5.5f, 10.5f, 5.9477f, 10.5f, 6.5f)
|
||||
close()
|
||||
}
|
||||
path(fill = SolidColor(Color(0x00000000)), stroke = SolidColor(Color(0xFFffffff)),
|
||||
strokeLineWidth = 2.0f, strokeLineCap = Butt, strokeLineJoin = Miter,
|
||||
strokeLineMiter = 4.0f, pathFillType = NonZero) {
|
||||
moveTo(10.0f, 1.0f)
|
||||
lineTo(10.0f, 1.0f)
|
||||
arcTo(9.0f, 9.0f, 0.0f, false, true, 19.0f, 10.0f)
|
||||
lineTo(19.0f, 10.0f)
|
||||
arcTo(9.0f, 9.0f, 0.0f, false, true, 10.0f, 19.0f)
|
||||
lineTo(10.0f, 19.0f)
|
||||
arcTo(9.0f, 9.0f, 0.0f, false, true, 1.0f, 10.0f)
|
||||
lineTo(1.0f, 10.0f)
|
||||
arcTo(9.0f, 9.0f, 0.0f, false, true, 10.0f, 1.0f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
.build()
|
||||
return _light!!
|
||||
}
|
||||
|
||||
private var _light: ImageVector? = null
|
|
@ -0,0 +1,55 @@
|
|||
package com.microsoft.fluentui.icons.avataricons.presence.away.medium
|
||||
|
||||
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.microsoft.fluentui.icons.avataricons.presence.away.MediumGroup
|
||||
|
||||
val MediumGroup.Dark: ImageVector
|
||||
get() {
|
||||
if (_dark != null) {
|
||||
return _dark!!
|
||||
}
|
||||
_dark = Builder(name = "Dark", defaultWidth = 16.0.dp, defaultHeight = 16.0.dp,
|
||||
viewportWidth = 16.0f, viewportHeight = 16.0f).apply {
|
||||
path(fill = SolidColor(Color(0xFF000000)), stroke = SolidColor(Color(0xFF000000)),
|
||||
strokeLineWidth = 2.0f, strokeLineCap = Butt, strokeLineJoin = Miter,
|
||||
strokeLineMiter = 4.0f, pathFillType = NonZero) {
|
||||
moveTo(8.0f, 8.0f)
|
||||
moveToRelative(-7.0f, 0.0f)
|
||||
arcToRelative(7.0f, 7.0f, 0.0f, true, true, 14.0f, 0.0f)
|
||||
arcToRelative(7.0f, 7.0f, 0.0f, true, true, -14.0f, 0.0f)
|
||||
}
|
||||
path(fill = SolidColor(Color(0xFFF8D22A)), stroke = null, strokeLineWidth = 0.0f,
|
||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||
pathFillType = NonZero) {
|
||||
moveTo(8.0f, 14.0f)
|
||||
curveTo(11.3137f, 14.0f, 14.0f, 11.3137f, 14.0f, 8.0f)
|
||||
curveTo(14.0f, 4.6863f, 11.3137f, 2.0f, 8.0f, 2.0f)
|
||||
curveTo(4.6863f, 2.0f, 2.0f, 4.6863f, 2.0f, 8.0f)
|
||||
curveTo(2.0f, 11.3137f, 4.6863f, 14.0f, 8.0f, 14.0f)
|
||||
close()
|
||||
moveTo(8.5f, 5.25f)
|
||||
verticalLineTo(7.655f)
|
||||
lineTo(9.9881f, 8.9306f)
|
||||
curveTo(10.3026f, 9.2001f, 10.339f, 9.6736f, 10.0694f, 9.9881f)
|
||||
curveTo(9.7999f, 10.3026f, 9.3264f, 10.339f, 9.0119f, 10.0694f)
|
||||
lineTo(7.2619f, 8.5694f)
|
||||
curveTo(7.0957f, 8.427f, 7.0f, 8.2189f, 7.0f, 8.0f)
|
||||
verticalLineTo(5.25f)
|
||||
curveTo(7.0f, 4.8358f, 7.3358f, 4.5f, 7.75f, 4.5f)
|
||||
curveTo(8.1642f, 4.5f, 8.5f, 4.8358f, 8.5f, 5.25f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
.build()
|
||||
return _dark!!
|
||||
}
|
||||
|
||||
private var _dark: ImageVector? = null
|
|
@ -0,0 +1,83 @@
|
|||
package com.microsoft.fluentui.icons.avataricons.presence.away.medium
|
||||
|
||||
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.microsoft.fluentui.icons.avataricons.presence.away.MediumGroup
|
||||
|
||||
val MediumGroup.Light: ImageVector
|
||||
get() {
|
||||
if (_light != null) {
|
||||
return _light!!
|
||||
}
|
||||
_light = Builder(name = "Light", defaultWidth = 16.0.dp, defaultHeight = 16.0.dp,
|
||||
viewportWidth = 16.0f, viewportHeight = 16.0f).apply {
|
||||
path(fill = SolidColor(Color(0xFFffffff)), stroke = null, strokeLineWidth = 0.0f,
|
||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||
pathFillType = NonZero) {
|
||||
moveTo(8.0f, 1.0f)
|
||||
lineTo(8.0f, 1.0f)
|
||||
arcTo(7.0f, 7.0f, 0.0f, false, true, 15.0f, 8.0f)
|
||||
lineTo(15.0f, 8.0f)
|
||||
arcTo(7.0f, 7.0f, 0.0f, false, true, 8.0f, 15.0f)
|
||||
lineTo(8.0f, 15.0f)
|
||||
arcTo(7.0f, 7.0f, 0.0f, false, true, 1.0f, 8.0f)
|
||||
lineTo(1.0f, 8.0f)
|
||||
arcTo(7.0f, 7.0f, 0.0f, false, true, 8.0f, 1.0f)
|
||||
close()
|
||||
}
|
||||
path(fill = SolidColor(Color(0xFFffffff)), stroke = SolidColor(Color(0xFFffffff)),
|
||||
strokeLineWidth = 2.0f, strokeLineCap = Butt, strokeLineJoin = Miter,
|
||||
strokeLineMiter = 4.0f, pathFillType = NonZero) {
|
||||
moveTo(8.0f, 8.0f)
|
||||
moveToRelative(-7.0f, 0.0f)
|
||||
arcToRelative(7.0f, 7.0f, 0.0f, true, true, 14.0f, 0.0f)
|
||||
arcToRelative(7.0f, 7.0f, 0.0f, true, true, -14.0f, 0.0f)
|
||||
}
|
||||
path(fill = SolidColor(Color(0xFFFFAA44)), stroke = null, strokeLineWidth = 0.0f,
|
||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||
pathFillType = NonZero) {
|
||||
moveTo(8.0f, 14.0f)
|
||||
curveTo(11.3137f, 14.0f, 14.0f, 11.3137f, 14.0f, 8.0f)
|
||||
curveTo(14.0f, 4.6863f, 11.3137f, 2.0f, 8.0f, 2.0f)
|
||||
curveTo(4.6863f, 2.0f, 2.0f, 4.6863f, 2.0f, 8.0f)
|
||||
curveTo(2.0f, 11.3137f, 4.6863f, 14.0f, 8.0f, 14.0f)
|
||||
close()
|
||||
moveTo(8.5f, 5.25f)
|
||||
verticalLineTo(7.655f)
|
||||
lineTo(9.9881f, 8.9306f)
|
||||
curveTo(10.3026f, 9.2001f, 10.339f, 9.6736f, 10.0694f, 9.9881f)
|
||||
curveTo(9.7999f, 10.3026f, 9.3264f, 10.339f, 9.0119f, 10.0694f)
|
||||
lineTo(7.2619f, 8.5694f)
|
||||
curveTo(7.0957f, 8.427f, 7.0f, 8.2189f, 7.0f, 8.0f)
|
||||
verticalLineTo(5.25f)
|
||||
curveTo(7.0f, 4.8358f, 7.3358f, 4.5f, 7.75f, 4.5f)
|
||||
curveTo(8.1642f, 4.5f, 8.5f, 4.8358f, 8.5f, 5.25f)
|
||||
close()
|
||||
}
|
||||
path(fill = SolidColor(Color(0x00000000)), stroke = SolidColor(Color(0xFFffffff)),
|
||||
strokeLineWidth = 2.0f, strokeLineCap = Butt, strokeLineJoin = Miter,
|
||||
strokeLineMiter = 4.0f, pathFillType = NonZero) {
|
||||
moveTo(8.0f, 1.0f)
|
||||
lineTo(8.0f, 1.0f)
|
||||
arcTo(7.0f, 7.0f, 0.0f, false, true, 15.0f, 8.0f)
|
||||
lineTo(15.0f, 8.0f)
|
||||
arcTo(7.0f, 7.0f, 0.0f, false, true, 8.0f, 15.0f)
|
||||
lineTo(8.0f, 15.0f)
|
||||
arcTo(7.0f, 7.0f, 0.0f, false, true, 1.0f, 8.0f)
|
||||
lineTo(1.0f, 8.0f)
|
||||
arcTo(7.0f, 7.0f, 0.0f, false, true, 8.0f, 1.0f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
.build()
|
||||
return _light!!
|
||||
}
|
||||
|
||||
private var _light: ImageVector? = null
|
|
@ -0,0 +1,55 @@
|
|||
package com.microsoft.fluentui.icons.avataricons.presence.away.small
|
||||
|
||||
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.microsoft.fluentui.icons.avataricons.presence.away.SmallGroup
|
||||
|
||||
val SmallGroup.Dark: ImageVector
|
||||
get() {
|
||||
if (_dark != null) {
|
||||
return _dark!!
|
||||
}
|
||||
_dark = Builder(name = "Dark", defaultWidth = 14.0.dp, defaultHeight = 14.0.dp,
|
||||
viewportWidth = 14.0f, viewportHeight = 14.0f).apply {
|
||||
path(fill = SolidColor(Color(0xFF000000)), stroke = SolidColor(Color(0xFF000000)),
|
||||
strokeLineWidth = 2.0f, strokeLineCap = Butt, strokeLineJoin = Miter,
|
||||
strokeLineMiter = 4.0f, pathFillType = NonZero) {
|
||||
moveTo(7.0f, 7.0f)
|
||||
moveToRelative(-6.0f, 0.0f)
|
||||
arcToRelative(6.0f, 6.0f, 0.0f, true, true, 12.0f, 0.0f)
|
||||
arcToRelative(6.0f, 6.0f, 0.0f, true, true, -12.0f, 0.0f)
|
||||
}
|
||||
path(fill = SolidColor(Color(0xFFF8D22A)), stroke = null, strokeLineWidth = 0.0f,
|
||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||
pathFillType = NonZero) {
|
||||
moveTo(7.0f, 12.0f)
|
||||
curveTo(9.7614f, 12.0f, 12.0f, 9.7614f, 12.0f, 7.0f)
|
||||
curveTo(12.0f, 4.2386f, 9.7614f, 2.0f, 7.0f, 2.0f)
|
||||
curveTo(4.2386f, 2.0f, 2.0f, 4.2386f, 2.0f, 7.0f)
|
||||
curveTo(2.0f, 9.7614f, 4.2386f, 12.0f, 7.0f, 12.0f)
|
||||
close()
|
||||
moveTo(7.0f, 5.0041f)
|
||||
verticalLineTo(6.7931f)
|
||||
lineTo(8.3535f, 8.1467f)
|
||||
curveTo(8.5488f, 8.3419f, 8.5488f, 8.6585f, 8.3535f, 8.8538f)
|
||||
curveTo(8.1583f, 9.049f, 7.8417f, 9.049f, 7.6465f, 8.8538f)
|
||||
lineTo(6.1465f, 7.3538f)
|
||||
curveTo(6.0527f, 7.26f, 6.0f, 7.1328f, 6.0f, 7.0002f)
|
||||
verticalLineTo(5.0041f)
|
||||
curveTo(6.0f, 4.728f, 6.2239f, 4.5041f, 6.5f, 4.5041f)
|
||||
curveTo(6.7761f, 4.5041f, 7.0f, 4.728f, 7.0f, 5.0041f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
.build()
|
||||
return _dark!!
|
||||
}
|
||||
|
||||
private var _dark: ImageVector? = null
|
|
@ -0,0 +1,75 @@
|
|||
package com.microsoft.fluentui.icons.avataricons.presence.away.small
|
||||
|
||||
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.microsoft.fluentui.icons.avataricons.presence.away.SmallGroup
|
||||
|
||||
val SmallGroup.Light: ImageVector
|
||||
get() {
|
||||
if (_light != null) {
|
||||
return _light!!
|
||||
}
|
||||
_light = Builder(name = "Light", defaultWidth = 14.0.dp, defaultHeight = 14.0.dp,
|
||||
viewportWidth = 14.0f, viewportHeight = 14.0f).apply {
|
||||
path(fill = SolidColor(Color(0xFFffffff)), stroke = null, strokeLineWidth = 0.0f,
|
||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||
pathFillType = NonZero) {
|
||||
moveTo(7.0f, 1.0f)
|
||||
lineTo(7.0f, 1.0f)
|
||||
arcTo(6.0f, 6.0f, 0.0f, false, true, 13.0f, 7.0f)
|
||||
lineTo(13.0f, 7.0f)
|
||||
arcTo(6.0f, 6.0f, 0.0f, false, true, 7.0f, 13.0f)
|
||||
lineTo(7.0f, 13.0f)
|
||||
arcTo(6.0f, 6.0f, 0.0f, false, true, 1.0f, 7.0f)
|
||||
lineTo(1.0f, 7.0f)
|
||||
arcTo(6.0f, 6.0f, 0.0f, false, true, 7.0f, 1.0f)
|
||||
close()
|
||||
}
|
||||
path(fill = SolidColor(Color(0xFFFFAA44)), stroke = null, strokeLineWidth = 0.0f,
|
||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||
pathFillType = NonZero) {
|
||||
moveTo(7.0f, 12.0f)
|
||||
curveTo(9.7614f, 12.0f, 12.0f, 9.7614f, 12.0f, 7.0f)
|
||||
curveTo(12.0f, 4.2386f, 9.7614f, 2.0f, 7.0f, 2.0f)
|
||||
curveTo(4.2386f, 2.0f, 2.0f, 4.2386f, 2.0f, 7.0f)
|
||||
curveTo(2.0f, 9.7614f, 4.2386f, 12.0f, 7.0f, 12.0f)
|
||||
close()
|
||||
moveTo(7.0f, 5.0041f)
|
||||
verticalLineTo(6.7931f)
|
||||
lineTo(8.3535f, 8.1467f)
|
||||
curveTo(8.5488f, 8.3419f, 8.5488f, 8.6585f, 8.3535f, 8.8538f)
|
||||
curveTo(8.1583f, 9.049f, 7.8417f, 9.049f, 7.6465f, 8.8538f)
|
||||
lineTo(6.1465f, 7.3538f)
|
||||
curveTo(6.0527f, 7.26f, 6.0f, 7.1328f, 6.0f, 7.0002f)
|
||||
verticalLineTo(5.0041f)
|
||||
curveTo(6.0f, 4.728f, 6.2239f, 4.5041f, 6.5f, 4.5041f)
|
||||
curveTo(6.7761f, 4.5041f, 7.0f, 4.728f, 7.0f, 5.0041f)
|
||||
close()
|
||||
}
|
||||
path(fill = SolidColor(Color(0x00000000)), stroke = SolidColor(Color(0xFFffffff)),
|
||||
strokeLineWidth = 2.0f, strokeLineCap = Butt, strokeLineJoin = Miter,
|
||||
strokeLineMiter = 4.0f, pathFillType = NonZero) {
|
||||
moveTo(7.0f, 1.0f)
|
||||
lineTo(7.0f, 1.0f)
|
||||
arcTo(6.0f, 6.0f, 0.0f, false, true, 13.0f, 7.0f)
|
||||
lineTo(13.0f, 7.0f)
|
||||
arcTo(6.0f, 6.0f, 0.0f, false, true, 7.0f, 13.0f)
|
||||
lineTo(7.0f, 13.0f)
|
||||
arcTo(6.0f, 6.0f, 0.0f, false, true, 1.0f, 7.0f)
|
||||
lineTo(1.0f, 7.0f)
|
||||
arcTo(6.0f, 6.0f, 0.0f, false, true, 7.0f, 1.0f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
.build()
|
||||
return _light!!
|
||||
}
|
||||
|
||||
private var _light: ImageVector? = null
|
|
@ -0,0 +1,23 @@
|
|||
package com.microsoft.fluentui.icons.avataricons.presence.awayoof
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.AwayoofGroup
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.awayoof.large.Dark
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.awayoof.large.Light
|
||||
import kotlin.collections.List as ____KtList
|
||||
|
||||
object LargeGroup
|
||||
|
||||
val AwayoofGroup.Large: LargeGroup
|
||||
get() = LargeGroup
|
||||
|
||||
private var __AllIcons: ____KtList<ImageVector>? = null
|
||||
|
||||
val LargeGroup.AllIcons: ____KtList<ImageVector>
|
||||
get() {
|
||||
if (__AllIcons != null) {
|
||||
return __AllIcons!!
|
||||
}
|
||||
__AllIcons = listOf(Dark, Light)
|
||||
return __AllIcons!!
|
||||
}
|
|
@ -0,0 +1,23 @@
|
|||
package com.microsoft.fluentui.icons.avataricons.presence.awayoof
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.AwayoofGroup
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.awayoof.medium.Dark
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.awayoof.medium.Light
|
||||
import kotlin.collections.List as ____KtList
|
||||
|
||||
object MediumGroup
|
||||
|
||||
val AwayoofGroup.Medium: MediumGroup
|
||||
get() = MediumGroup
|
||||
|
||||
private var __AllIcons: ____KtList<ImageVector>? = null
|
||||
|
||||
val MediumGroup.AllIcons: ____KtList<ImageVector>
|
||||
get() {
|
||||
if (__AllIcons != null) {
|
||||
return __AllIcons!!
|
||||
}
|
||||
__AllIcons = listOf(Dark, Light)
|
||||
return __AllIcons!!
|
||||
}
|
|
@ -0,0 +1,23 @@
|
|||
package com.microsoft.fluentui.icons.avataricons.presence.awayoof
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.AwayoofGroup
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.awayoof.small.Dark
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.awayoof.small.Light
|
||||
import kotlin.collections.List as ____KtList
|
||||
|
||||
object SmallGroup
|
||||
|
||||
val AwayoofGroup.Small: SmallGroup
|
||||
get() = SmallGroup
|
||||
|
||||
private var __AllIcons: ____KtList<ImageVector>? = null
|
||||
|
||||
val SmallGroup.AllIcons: ____KtList<ImageVector>
|
||||
get() {
|
||||
if (__AllIcons != null) {
|
||||
return __AllIcons!!
|
||||
}
|
||||
__AllIcons = listOf(Dark, Light)
|
||||
return __AllIcons!!
|
||||
}
|
|
@ -0,0 +1,66 @@
|
|||
package com.microsoft.fluentui.icons.avataricons.presence.awayoof.large
|
||||
|
||||
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.microsoft.fluentui.icons.avataricons.presence.awayoof.LargeGroup
|
||||
|
||||
val LargeGroup.Dark: ImageVector
|
||||
get() {
|
||||
if (_dark != null) {
|
||||
return _dark!!
|
||||
}
|
||||
_dark = Builder(name = "Dark", defaultWidth = 20.0.dp, defaultHeight = 20.0.dp,
|
||||
viewportWidth = 20.0f, viewportHeight = 20.0f).apply {
|
||||
path(fill = SolidColor(Color(0xFF000000)), stroke = SolidColor(Color(0xFF000000)),
|
||||
strokeLineWidth = 2.0f, strokeLineCap = Butt, strokeLineJoin = Miter,
|
||||
strokeLineMiter = 4.0f, pathFillType = NonZero) {
|
||||
moveTo(10.0f, 10.0f)
|
||||
moveToRelative(-9.0f, 0.0f)
|
||||
arcToRelative(9.0f, 9.0f, 0.0f, true, true, 18.0f, 0.0f)
|
||||
arcToRelative(9.0f, 9.0f, 0.0f, true, true, -18.0f, 0.0f)
|
||||
}
|
||||
path(fill = SolidColor(Color(0xFFE959D9)), stroke = null, strokeLineWidth = 0.0f,
|
||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||
pathFillType = NonZero) {
|
||||
moveTo(10.2071f, 8.2074f)
|
||||
curveTo(10.5976f, 7.8168f, 10.5976f, 7.1837f, 10.2071f, 6.7931f)
|
||||
curveTo(9.8166f, 6.4026f, 9.1834f, 6.4026f, 8.7929f, 6.7931f)
|
||||
lineTo(6.2929f, 9.293f)
|
||||
curveTo(6.1054f, 9.4806f, 6.0f, 9.7349f, 6.0f, 10.0002f)
|
||||
curveTo(6.0f, 10.2654f, 6.1054f, 10.5197f, 6.2929f, 10.7073f)
|
||||
lineTo(8.7929f, 13.2073f)
|
||||
curveTo(9.1834f, 13.5978f, 9.8166f, 13.5978f, 10.2071f, 13.2073f)
|
||||
curveTo(10.5976f, 12.8167f, 10.5976f, 12.1836f, 10.2071f, 11.7931f)
|
||||
lineTo(9.4142f, 11.0002f)
|
||||
horizontalLineTo(13.0f)
|
||||
curveTo(13.5523f, 11.0002f, 14.0f, 10.5524f, 14.0f, 10.0002f)
|
||||
curveTo(14.0f, 9.4479f, 13.5523f, 9.0002f, 13.0f, 9.0002f)
|
||||
horizontalLineTo(9.4143f)
|
||||
lineTo(10.2071f, 8.2074f)
|
||||
close()
|
||||
moveTo(10.0f, 2.0f)
|
||||
curveTo(5.5817f, 2.0f, 2.0f, 5.5817f, 2.0f, 10.0f)
|
||||
curveTo(2.0f, 14.4183f, 5.5817f, 18.0f, 10.0f, 18.0f)
|
||||
curveTo(14.4183f, 18.0f, 18.0f, 14.4183f, 18.0f, 10.0f)
|
||||
curveTo(18.0f, 5.5817f, 14.4183f, 2.0f, 10.0f, 2.0f)
|
||||
close()
|
||||
moveTo(4.0f, 10.0f)
|
||||
curveTo(4.0f, 6.6863f, 6.6863f, 4.0f, 10.0f, 4.0f)
|
||||
curveTo(13.3137f, 4.0f, 16.0f, 6.6863f, 16.0f, 10.0f)
|
||||
curveTo(16.0f, 13.3137f, 13.3137f, 16.0f, 10.0f, 16.0f)
|
||||
curveTo(6.6863f, 16.0f, 4.0f, 13.3137f, 4.0f, 10.0f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
.build()
|
||||
return _dark!!
|
||||
}
|
||||
|
||||
private var _dark: ImageVector? = null
|
|
@ -0,0 +1,94 @@
|
|||
package com.microsoft.fluentui.icons.avataricons.presence.awayoof.large
|
||||
|
||||
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.microsoft.fluentui.icons.avataricons.presence.awayoof.LargeGroup
|
||||
|
||||
val LargeGroup.Light: ImageVector
|
||||
get() {
|
||||
if (_light != null) {
|
||||
return _light!!
|
||||
}
|
||||
_light = Builder(name = "Light", defaultWidth = 20.0.dp, defaultHeight = 20.0.dp,
|
||||
viewportWidth = 20.0f, viewportHeight = 20.0f).apply {
|
||||
path(fill = SolidColor(Color(0xFFffffff)), stroke = null, strokeLineWidth = 0.0f,
|
||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||
pathFillType = NonZero) {
|
||||
moveTo(10.0f, 1.0f)
|
||||
lineTo(10.0f, 1.0f)
|
||||
arcTo(9.0f, 9.0f, 0.0f, false, true, 19.0f, 10.0f)
|
||||
lineTo(19.0f, 10.0f)
|
||||
arcTo(9.0f, 9.0f, 0.0f, false, true, 10.0f, 19.0f)
|
||||
lineTo(10.0f, 19.0f)
|
||||
arcTo(9.0f, 9.0f, 0.0f, false, true, 1.0f, 10.0f)
|
||||
lineTo(1.0f, 10.0f)
|
||||
arcTo(9.0f, 9.0f, 0.0f, false, true, 10.0f, 1.0f)
|
||||
close()
|
||||
}
|
||||
path(fill = SolidColor(Color(0xFFffffff)), stroke = SolidColor(Color(0xFFffffff)),
|
||||
strokeLineWidth = 2.0f, strokeLineCap = Butt, strokeLineJoin = Miter,
|
||||
strokeLineMiter = 4.0f, pathFillType = NonZero) {
|
||||
moveTo(10.0f, 10.0f)
|
||||
moveToRelative(-9.0f, 0.0f)
|
||||
arcToRelative(9.0f, 9.0f, 0.0f, true, true, 18.0f, 0.0f)
|
||||
arcToRelative(9.0f, 9.0f, 0.0f, true, true, -18.0f, 0.0f)
|
||||
}
|
||||
path(fill = SolidColor(Color(0xFFB4009E)), stroke = null, strokeLineWidth = 0.0f,
|
||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||
pathFillType = NonZero) {
|
||||
moveTo(10.2071f, 8.2074f)
|
||||
curveTo(10.5976f, 7.8168f, 10.5976f, 7.1837f, 10.2071f, 6.7931f)
|
||||
curveTo(9.8166f, 6.4026f, 9.1834f, 6.4026f, 8.7929f, 6.7931f)
|
||||
lineTo(6.2929f, 9.293f)
|
||||
curveTo(6.1054f, 9.4806f, 6.0f, 9.7349f, 6.0f, 10.0002f)
|
||||
curveTo(6.0f, 10.2654f, 6.1054f, 10.5197f, 6.2929f, 10.7073f)
|
||||
lineTo(8.7929f, 13.2073f)
|
||||
curveTo(9.1834f, 13.5978f, 9.8166f, 13.5978f, 10.2071f, 13.2073f)
|
||||
curveTo(10.5976f, 12.8167f, 10.5976f, 12.1836f, 10.2071f, 11.7931f)
|
||||
lineTo(9.4142f, 11.0002f)
|
||||
horizontalLineTo(13.0f)
|
||||
curveTo(13.5523f, 11.0002f, 14.0f, 10.5524f, 14.0f, 10.0002f)
|
||||
curveTo(14.0f, 9.4479f, 13.5523f, 9.0002f, 13.0f, 9.0002f)
|
||||
horizontalLineTo(9.4143f)
|
||||
lineTo(10.2071f, 8.2074f)
|
||||
close()
|
||||
moveTo(10.0f, 2.0f)
|
||||
curveTo(5.5817f, 2.0f, 2.0f, 5.5817f, 2.0f, 10.0f)
|
||||
curveTo(2.0f, 14.4183f, 5.5817f, 18.0f, 10.0f, 18.0f)
|
||||
curveTo(14.4183f, 18.0f, 18.0f, 14.4183f, 18.0f, 10.0f)
|
||||
curveTo(18.0f, 5.5817f, 14.4183f, 2.0f, 10.0f, 2.0f)
|
||||
close()
|
||||
moveTo(4.0f, 10.0f)
|
||||
curveTo(4.0f, 6.6863f, 6.6863f, 4.0f, 10.0f, 4.0f)
|
||||
curveTo(13.3137f, 4.0f, 16.0f, 6.6863f, 16.0f, 10.0f)
|
||||
curveTo(16.0f, 13.3137f, 13.3137f, 16.0f, 10.0f, 16.0f)
|
||||
curveTo(6.6863f, 16.0f, 4.0f, 13.3137f, 4.0f, 10.0f)
|
||||
close()
|
||||
}
|
||||
path(fill = SolidColor(Color(0x00000000)), stroke = SolidColor(Color(0xFFffffff)),
|
||||
strokeLineWidth = 2.0f, strokeLineCap = Butt, strokeLineJoin = Miter,
|
||||
strokeLineMiter = 4.0f, pathFillType = NonZero) {
|
||||
moveTo(10.0f, 1.0f)
|
||||
lineTo(10.0f, 1.0f)
|
||||
arcTo(9.0f, 9.0f, 0.0f, false, true, 19.0f, 10.0f)
|
||||
lineTo(19.0f, 10.0f)
|
||||
arcTo(9.0f, 9.0f, 0.0f, false, true, 10.0f, 19.0f)
|
||||
lineTo(10.0f, 19.0f)
|
||||
arcTo(9.0f, 9.0f, 0.0f, false, true, 1.0f, 10.0f)
|
||||
lineTo(1.0f, 10.0f)
|
||||
arcTo(9.0f, 9.0f, 0.0f, false, true, 10.0f, 1.0f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
.build()
|
||||
return _light!!
|
||||
}
|
||||
|
||||
private var _light: ImageVector? = null
|
|
@ -0,0 +1,65 @@
|
|||
package com.microsoft.fluentui.icons.avataricons.presence.awayoof.medium
|
||||
|
||||
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.microsoft.fluentui.icons.avataricons.presence.awayoof.MediumGroup
|
||||
|
||||
val MediumGroup.Dark: ImageVector
|
||||
get() {
|
||||
if (_dark != null) {
|
||||
return _dark!!
|
||||
}
|
||||
_dark = Builder(name = "Dark", defaultWidth = 16.0.dp, defaultHeight = 16.0.dp,
|
||||
viewportWidth = 16.0f, viewportHeight = 16.0f).apply {
|
||||
path(fill = SolidColor(Color(0xFF000000)), stroke = SolidColor(Color(0xFF000000)),
|
||||
strokeLineWidth = 2.0f, strokeLineCap = Butt, strokeLineJoin = Miter,
|
||||
strokeLineMiter = 4.0f, pathFillType = NonZero) {
|
||||
moveTo(8.0f, 8.0f)
|
||||
moveToRelative(-7.0f, 0.0f)
|
||||
arcToRelative(7.0f, 7.0f, 0.0f, true, true, 14.0f, 0.0f)
|
||||
arcToRelative(7.0f, 7.0f, 0.0f, true, true, -14.0f, 0.0f)
|
||||
}
|
||||
path(fill = SolidColor(Color(0xFFE959D9)), stroke = null, strokeLineWidth = 0.0f,
|
||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||
pathFillType = NonZero) {
|
||||
moveTo(8.2812f, 6.5284f)
|
||||
curveTo(8.5741f, 6.2355f, 8.5741f, 5.7606f, 8.2812f, 5.4677f)
|
||||
curveTo(7.9883f, 5.1748f, 7.5134f, 5.1748f, 7.2205f, 5.4677f)
|
||||
lineTo(5.2185f, 7.4698f)
|
||||
curveTo(4.9256f, 7.7627f, 4.9256f, 8.2376f, 5.2185f, 8.5304f)
|
||||
lineTo(7.2205f, 10.5325f)
|
||||
curveTo(7.5134f, 10.8254f, 7.9883f, 10.8254f, 8.2812f, 10.5325f)
|
||||
curveTo(8.5741f, 10.2396f, 8.5741f, 9.7647f, 8.2812f, 9.4719f)
|
||||
lineTo(7.5594f, 8.7501f)
|
||||
horizontalLineTo(10.2499f)
|
||||
curveTo(10.6641f, 8.7501f, 10.9999f, 8.4143f, 10.9999f, 8.0001f)
|
||||
curveTo(10.9999f, 7.5859f, 10.6641f, 7.2501f, 10.2499f, 7.2501f)
|
||||
horizontalLineTo(7.5594f)
|
||||
lineTo(8.2812f, 6.5284f)
|
||||
close()
|
||||
moveTo(8.0f, 2.0f)
|
||||
curveTo(4.6863f, 2.0f, 2.0f, 4.6863f, 2.0f, 8.0f)
|
||||
curveTo(2.0f, 11.3137f, 4.6863f, 14.0f, 8.0f, 14.0f)
|
||||
curveTo(11.3137f, 14.0f, 14.0f, 11.3137f, 14.0f, 8.0f)
|
||||
curveTo(14.0f, 4.6863f, 11.3137f, 2.0f, 8.0f, 2.0f)
|
||||
close()
|
||||
moveTo(3.5f, 8.0f)
|
||||
curveTo(3.5f, 5.5147f, 5.5147f, 3.5f, 8.0f, 3.5f)
|
||||
curveTo(10.4853f, 3.5f, 12.5f, 5.5147f, 12.5f, 8.0f)
|
||||
curveTo(12.5f, 10.4853f, 10.4853f, 12.5f, 8.0f, 12.5f)
|
||||
curveTo(5.5147f, 12.5f, 3.5f, 10.4853f, 3.5f, 8.0f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
.build()
|
||||
return _dark!!
|
||||
}
|
||||
|
||||
private var _dark: ImageVector? = null
|
|
@ -0,0 +1,93 @@
|
|||
package com.microsoft.fluentui.icons.avataricons.presence.awayoof.medium
|
||||
|
||||
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.microsoft.fluentui.icons.avataricons.presence.awayoof.MediumGroup
|
||||
|
||||
val MediumGroup.Light: ImageVector
|
||||
get() {
|
||||
if (_light != null) {
|
||||
return _light!!
|
||||
}
|
||||
_light = Builder(name = "Light", defaultWidth = 16.0.dp, defaultHeight = 16.0.dp,
|
||||
viewportWidth = 16.0f, viewportHeight = 16.0f).apply {
|
||||
path(fill = SolidColor(Color(0xFFffffff)), stroke = null, strokeLineWidth = 0.0f,
|
||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||
pathFillType = NonZero) {
|
||||
moveTo(8.0f, 1.0f)
|
||||
lineTo(8.0f, 1.0f)
|
||||
arcTo(7.0f, 7.0f, 0.0f, false, true, 15.0f, 8.0f)
|
||||
lineTo(15.0f, 8.0f)
|
||||
arcTo(7.0f, 7.0f, 0.0f, false, true, 8.0f, 15.0f)
|
||||
lineTo(8.0f, 15.0f)
|
||||
arcTo(7.0f, 7.0f, 0.0f, false, true, 1.0f, 8.0f)
|
||||
lineTo(1.0f, 8.0f)
|
||||
arcTo(7.0f, 7.0f, 0.0f, false, true, 8.0f, 1.0f)
|
||||
close()
|
||||
}
|
||||
path(fill = SolidColor(Color(0xFFffffff)), stroke = SolidColor(Color(0xFFffffff)),
|
||||
strokeLineWidth = 2.0f, strokeLineCap = Butt, strokeLineJoin = Miter,
|
||||
strokeLineMiter = 4.0f, pathFillType = NonZero) {
|
||||
moveTo(8.0f, 8.0f)
|
||||
moveToRelative(-7.0f, 0.0f)
|
||||
arcToRelative(7.0f, 7.0f, 0.0f, true, true, 14.0f, 0.0f)
|
||||
arcToRelative(7.0f, 7.0f, 0.0f, true, true, -14.0f, 0.0f)
|
||||
}
|
||||
path(fill = SolidColor(Color(0xFFB4009E)), stroke = null, strokeLineWidth = 0.0f,
|
||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||
pathFillType = NonZero) {
|
||||
moveTo(8.2812f, 6.5284f)
|
||||
curveTo(8.5741f, 6.2355f, 8.5741f, 5.7606f, 8.2812f, 5.4677f)
|
||||
curveTo(7.9883f, 5.1748f, 7.5134f, 5.1748f, 7.2205f, 5.4677f)
|
||||
lineTo(5.2185f, 7.4698f)
|
||||
curveTo(4.9256f, 7.7627f, 4.9256f, 8.2376f, 5.2185f, 8.5304f)
|
||||
lineTo(7.2205f, 10.5325f)
|
||||
curveTo(7.5134f, 10.8254f, 7.9883f, 10.8254f, 8.2812f, 10.5325f)
|
||||
curveTo(8.5741f, 10.2396f, 8.5741f, 9.7647f, 8.2812f, 9.4719f)
|
||||
lineTo(7.5594f, 8.7501f)
|
||||
horizontalLineTo(10.2499f)
|
||||
curveTo(10.6641f, 8.7501f, 10.9999f, 8.4143f, 10.9999f, 8.0001f)
|
||||
curveTo(10.9999f, 7.5859f, 10.6641f, 7.2501f, 10.2499f, 7.2501f)
|
||||
horizontalLineTo(7.5594f)
|
||||
lineTo(8.2812f, 6.5284f)
|
||||
close()
|
||||
moveTo(8.0f, 2.0f)
|
||||
curveTo(4.6863f, 2.0f, 2.0f, 4.6863f, 2.0f, 8.0f)
|
||||
curveTo(2.0f, 11.3137f, 4.6863f, 14.0f, 8.0f, 14.0f)
|
||||
curveTo(11.3137f, 14.0f, 14.0f, 11.3137f, 14.0f, 8.0f)
|
||||
curveTo(14.0f, 4.6863f, 11.3137f, 2.0f, 8.0f, 2.0f)
|
||||
close()
|
||||
moveTo(3.5f, 8.0f)
|
||||
curveTo(3.5f, 5.5147f, 5.5147f, 3.5f, 8.0f, 3.5f)
|
||||
curveTo(10.4853f, 3.5f, 12.5f, 5.5147f, 12.5f, 8.0f)
|
||||
curveTo(12.5f, 10.4853f, 10.4853f, 12.5f, 8.0f, 12.5f)
|
||||
curveTo(5.5147f, 12.5f, 3.5f, 10.4853f, 3.5f, 8.0f)
|
||||
close()
|
||||
}
|
||||
path(fill = SolidColor(Color(0x00000000)), stroke = SolidColor(Color(0xFFffffff)),
|
||||
strokeLineWidth = 2.0f, strokeLineCap = Butt, strokeLineJoin = Miter,
|
||||
strokeLineMiter = 4.0f, pathFillType = NonZero) {
|
||||
moveTo(8.0f, 1.0f)
|
||||
lineTo(8.0f, 1.0f)
|
||||
arcTo(7.0f, 7.0f, 0.0f, false, true, 15.0f, 8.0f)
|
||||
lineTo(15.0f, 8.0f)
|
||||
arcTo(7.0f, 7.0f, 0.0f, false, true, 8.0f, 15.0f)
|
||||
lineTo(8.0f, 15.0f)
|
||||
arcTo(7.0f, 7.0f, 0.0f, false, true, 1.0f, 8.0f)
|
||||
lineTo(1.0f, 8.0f)
|
||||
arcTo(7.0f, 7.0f, 0.0f, false, true, 8.0f, 1.0f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
.build()
|
||||
return _light!!
|
||||
}
|
||||
|
||||
private var _light: ImageVector? = null
|
|
@ -0,0 +1,65 @@
|
|||
package com.microsoft.fluentui.icons.avataricons.presence.awayoof.small
|
||||
|
||||
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.microsoft.fluentui.icons.avataricons.presence.awayoof.SmallGroup
|
||||
|
||||
val SmallGroup.Dark: ImageVector
|
||||
get() {
|
||||
if (_dark != null) {
|
||||
return _dark!!
|
||||
}
|
||||
_dark = Builder(name = "Dark", defaultWidth = 14.0.dp, defaultHeight = 14.0.dp,
|
||||
viewportWidth = 14.0f, viewportHeight = 14.0f).apply {
|
||||
path(fill = SolidColor(Color(0xFF000000)), stroke = SolidColor(Color(0xFF000000)),
|
||||
strokeLineWidth = 2.0f, strokeLineCap = Butt, strokeLineJoin = Miter,
|
||||
strokeLineMiter = 4.0f, pathFillType = NonZero) {
|
||||
moveTo(7.0f, 7.0f)
|
||||
moveToRelative(-6.0f, 0.0f)
|
||||
arcToRelative(6.0f, 6.0f, 0.0f, true, true, 12.0f, 0.0f)
|
||||
arcToRelative(6.0f, 6.0f, 0.0f, true, true, -12.0f, 0.0f)
|
||||
}
|
||||
path(fill = SolidColor(Color(0xFFE959D9)), stroke = null, strokeLineWidth = 0.0f,
|
||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||
pathFillType = NonZero) {
|
||||
moveTo(7.3488f, 5.8508f)
|
||||
curveTo(7.5439f, 5.6554f, 7.5436f, 5.3388f, 7.3482f, 5.1437f)
|
||||
curveTo(7.1527f, 4.9486f, 6.8362f, 4.9489f, 6.641f, 5.1443f)
|
||||
lineTo(5.1436f, 6.6443f)
|
||||
curveTo(4.9487f, 6.8395f, 4.9487f, 7.1556f, 5.1436f, 7.3508f)
|
||||
lineTo(6.6411f, 8.8508f)
|
||||
curveTo(6.8362f, 9.0462f, 7.1527f, 9.0465f, 7.3482f, 8.8514f)
|
||||
curveTo(7.5436f, 8.6563f, 7.5439f, 8.3397f, 7.3488f, 8.1443f)
|
||||
lineTo(6.7031f, 7.4976f)
|
||||
horizontalLineTo(8.5027f)
|
||||
curveTo(8.7788f, 7.4976f, 9.0027f, 7.2737f, 9.0027f, 6.9976f)
|
||||
curveTo(9.0027f, 6.7214f, 8.7788f, 6.4976f, 8.5027f, 6.4976f)
|
||||
horizontalLineTo(6.7031f)
|
||||
lineTo(7.3488f, 5.8508f)
|
||||
close()
|
||||
moveTo(6.9977f, 2.0f)
|
||||
curveTo(4.2375f, 2.0f, 2.0f, 4.2375f, 2.0f, 6.9977f)
|
||||
curveTo(2.0f, 9.7578f, 4.2375f, 11.9954f, 6.9977f, 11.9954f)
|
||||
curveTo(9.7578f, 11.9954f, 11.9954f, 9.7578f, 11.9954f, 6.9977f)
|
||||
curveTo(11.9954f, 4.2375f, 9.7578f, 2.0f, 6.9977f, 2.0f)
|
||||
close()
|
||||
moveTo(3.0f, 6.9977f)
|
||||
curveTo(3.0f, 4.7898f, 4.7898f, 3.0f, 6.9977f, 3.0f)
|
||||
curveTo(9.2056f, 3.0f, 10.9954f, 4.7898f, 10.9954f, 6.9977f)
|
||||
curveTo(10.9954f, 9.2056f, 9.2056f, 10.9954f, 6.9977f, 10.9954f)
|
||||
curveTo(4.7898f, 10.9954f, 3.0f, 9.2056f, 3.0f, 6.9977f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
.build()
|
||||
return _dark!!
|
||||
}
|
||||
|
||||
private var _dark: ImageVector? = null
|
|
@ -0,0 +1,93 @@
|
|||
package com.microsoft.fluentui.icons.avataricons.presence.awayoof.small
|
||||
|
||||
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.microsoft.fluentui.icons.avataricons.presence.awayoof.SmallGroup
|
||||
|
||||
val SmallGroup.Light: ImageVector
|
||||
get() {
|
||||
if (_light != null) {
|
||||
return _light!!
|
||||
}
|
||||
_light = Builder(name = "Light", defaultWidth = 14.0.dp, defaultHeight = 14.0.dp,
|
||||
viewportWidth = 14.0f, viewportHeight = 14.0f).apply {
|
||||
path(fill = SolidColor(Color(0xFFffffff)), stroke = null, strokeLineWidth = 0.0f,
|
||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||
pathFillType = NonZero) {
|
||||
moveTo(7.0f, 1.0f)
|
||||
lineTo(7.0f, 1.0f)
|
||||
arcTo(6.0f, 6.0f, 0.0f, false, true, 13.0f, 7.0f)
|
||||
lineTo(13.0f, 7.0f)
|
||||
arcTo(6.0f, 6.0f, 0.0f, false, true, 7.0f, 13.0f)
|
||||
lineTo(7.0f, 13.0f)
|
||||
arcTo(6.0f, 6.0f, 0.0f, false, true, 1.0f, 7.0f)
|
||||
lineTo(1.0f, 7.0f)
|
||||
arcTo(6.0f, 6.0f, 0.0f, false, true, 7.0f, 1.0f)
|
||||
close()
|
||||
}
|
||||
path(fill = SolidColor(Color(0xFFffffff)), stroke = SolidColor(Color(0xFFffffff)),
|
||||
strokeLineWidth = 2.0f, strokeLineCap = Butt, strokeLineJoin = Miter,
|
||||
strokeLineMiter = 4.0f, pathFillType = NonZero) {
|
||||
moveTo(7.0f, 7.0f)
|
||||
moveToRelative(-6.0f, 0.0f)
|
||||
arcToRelative(6.0f, 6.0f, 0.0f, true, true, 12.0f, 0.0f)
|
||||
arcToRelative(6.0f, 6.0f, 0.0f, true, true, -12.0f, 0.0f)
|
||||
}
|
||||
path(fill = SolidColor(Color(0xFFB4009E)), stroke = null, strokeLineWidth = 0.0f,
|
||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||
pathFillType = NonZero) {
|
||||
moveTo(7.3488f, 5.8508f)
|
||||
curveTo(7.5439f, 5.6554f, 7.5436f, 5.3388f, 7.3482f, 5.1437f)
|
||||
curveTo(7.1527f, 4.9486f, 6.8362f, 4.9489f, 6.641f, 5.1443f)
|
||||
lineTo(5.1436f, 6.6443f)
|
||||
curveTo(4.9487f, 6.8395f, 4.9487f, 7.1556f, 5.1436f, 7.3508f)
|
||||
lineTo(6.6411f, 8.8508f)
|
||||
curveTo(6.8362f, 9.0462f, 7.1527f, 9.0465f, 7.3482f, 8.8514f)
|
||||
curveTo(7.5436f, 8.6563f, 7.5439f, 8.3397f, 7.3488f, 8.1443f)
|
||||
lineTo(6.7031f, 7.4976f)
|
||||
horizontalLineTo(8.5027f)
|
||||
curveTo(8.7788f, 7.4976f, 9.0027f, 7.2737f, 9.0027f, 6.9976f)
|
||||
curveTo(9.0027f, 6.7214f, 8.7788f, 6.4976f, 8.5027f, 6.4976f)
|
||||
horizontalLineTo(6.7031f)
|
||||
lineTo(7.3488f, 5.8508f)
|
||||
close()
|
||||
moveTo(6.9977f, 2.0f)
|
||||
curveTo(4.2375f, 2.0f, 2.0f, 4.2375f, 2.0f, 6.9977f)
|
||||
curveTo(2.0f, 9.7578f, 4.2375f, 11.9954f, 6.9977f, 11.9954f)
|
||||
curveTo(9.7578f, 11.9954f, 11.9954f, 9.7578f, 11.9954f, 6.9977f)
|
||||
curveTo(11.9954f, 4.2375f, 9.7578f, 2.0f, 6.9977f, 2.0f)
|
||||
close()
|
||||
moveTo(3.0f, 6.9977f)
|
||||
curveTo(3.0f, 4.7898f, 4.7898f, 3.0f, 6.9977f, 3.0f)
|
||||
curveTo(9.2056f, 3.0f, 10.9954f, 4.7898f, 10.9954f, 6.9977f)
|
||||
curveTo(10.9954f, 9.2056f, 9.2056f, 10.9954f, 6.9977f, 10.9954f)
|
||||
curveTo(4.7898f, 10.9954f, 3.0f, 9.2056f, 3.0f, 6.9977f)
|
||||
close()
|
||||
}
|
||||
path(fill = SolidColor(Color(0x00000000)), stroke = SolidColor(Color(0xFFffffff)),
|
||||
strokeLineWidth = 2.0f, strokeLineCap = Butt, strokeLineJoin = Miter,
|
||||
strokeLineMiter = 4.0f, pathFillType = NonZero) {
|
||||
moveTo(7.0f, 1.0f)
|
||||
lineTo(7.0f, 1.0f)
|
||||
arcTo(6.0f, 6.0f, 0.0f, false, true, 13.0f, 7.0f)
|
||||
lineTo(13.0f, 7.0f)
|
||||
arcTo(6.0f, 6.0f, 0.0f, false, true, 7.0f, 13.0f)
|
||||
lineTo(7.0f, 13.0f)
|
||||
arcTo(6.0f, 6.0f, 0.0f, false, true, 1.0f, 7.0f)
|
||||
lineTo(1.0f, 7.0f)
|
||||
arcTo(6.0f, 6.0f, 0.0f, false, true, 7.0f, 1.0f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
.build()
|
||||
return _light!!
|
||||
}
|
||||
|
||||
private var _light: ImageVector? = null
|
|
@ -0,0 +1,23 @@
|
|||
package com.microsoft.fluentui.icons.avataricons.presence.blocked
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.BlockedGroup
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.blocked.large.Dark
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.blocked.large.Light
|
||||
import kotlin.collections.List as ____KtList
|
||||
|
||||
object LargeGroup
|
||||
|
||||
val BlockedGroup.Large: LargeGroup
|
||||
get() = LargeGroup
|
||||
|
||||
private var __AllIcons: ____KtList<ImageVector>? = null
|
||||
|
||||
val LargeGroup.AllIcons: ____KtList<ImageVector>
|
||||
get() {
|
||||
if (__AllIcons != null) {
|
||||
return __AllIcons!!
|
||||
}
|
||||
__AllIcons = listOf(Dark, Light)
|
||||
return __AllIcons!!
|
||||
}
|
|
@ -0,0 +1,23 @@
|
|||
package com.microsoft.fluentui.icons.avataricons.presence.blocked
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.BlockedGroup
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.blocked.medium.Dark
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.blocked.medium.Light
|
||||
import kotlin.collections.List as ____KtList
|
||||
|
||||
object MediumGroup
|
||||
|
||||
val BlockedGroup.Medium: MediumGroup
|
||||
get() = MediumGroup
|
||||
|
||||
private var __AllIcons: ____KtList<ImageVector>? = null
|
||||
|
||||
val MediumGroup.AllIcons: ____KtList<ImageVector>
|
||||
get() {
|
||||
if (__AllIcons != null) {
|
||||
return __AllIcons!!
|
||||
}
|
||||
__AllIcons = listOf(Dark, Light)
|
||||
return __AllIcons!!
|
||||
}
|
|
@ -0,0 +1,23 @@
|
|||
package com.microsoft.fluentui.icons.avataricons.presence.blocked
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.BlockedGroup
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.blocked.small.Dark
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.blocked.small.Light
|
||||
import kotlin.collections.List as ____KtList
|
||||
|
||||
object SmallGroup
|
||||
|
||||
val BlockedGroup.Small: SmallGroup
|
||||
get() = SmallGroup
|
||||
|
||||
private var __AllIcons: ____KtList<ImageVector>? = null
|
||||
|
||||
val SmallGroup.AllIcons: ____KtList<ImageVector>
|
||||
get() {
|
||||
if (__AllIcons != null) {
|
||||
return __AllIcons!!
|
||||
}
|
||||
__AllIcons = listOf(Dark, Light)
|
||||
return __AllIcons!!
|
||||
}
|
|
@ -0,0 +1,56 @@
|
|||
package com.microsoft.fluentui.icons.avataricons.presence.blocked.large
|
||||
|
||||
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.microsoft.fluentui.icons.avataricons.presence.blocked.LargeGroup
|
||||
|
||||
val LargeGroup.Dark: ImageVector
|
||||
get() {
|
||||
if (_dark != null) {
|
||||
return _dark!!
|
||||
}
|
||||
_dark = Builder(name = "Dark", defaultWidth = 20.0.dp, defaultHeight = 20.0.dp,
|
||||
viewportWidth = 20.0f, viewportHeight = 20.0f).apply {
|
||||
path(fill = SolidColor(Color(0xFF000000)), stroke = SolidColor(Color(0xFF000000)),
|
||||
strokeLineWidth = 2.0f, strokeLineCap = Butt, strokeLineJoin = Miter,
|
||||
strokeLineMiter = 4.0f, pathFillType = NonZero) {
|
||||
moveTo(10.0f, 10.0f)
|
||||
moveToRelative(-9.0f, 0.0f)
|
||||
arcToRelative(9.0f, 9.0f, 0.0f, true, true, 18.0f, 0.0f)
|
||||
arcToRelative(9.0f, 9.0f, 0.0f, true, true, -18.0f, 0.0f)
|
||||
}
|
||||
path(fill = SolidColor(Color(0xFFD74553)), stroke = null, strokeLineWidth = 0.0f,
|
||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||
pathFillType = NonZero) {
|
||||
moveTo(18.0f, 10.0f)
|
||||
curveTo(18.0f, 14.4183f, 14.4183f, 18.0f, 10.0f, 18.0f)
|
||||
curveTo(5.5817f, 18.0f, 2.0f, 14.4183f, 2.0f, 10.0f)
|
||||
curveTo(2.0f, 5.5817f, 5.5817f, 2.0f, 10.0f, 2.0f)
|
||||
curveTo(14.4183f, 2.0f, 18.0f, 5.5817f, 18.0f, 10.0f)
|
||||
close()
|
||||
moveTo(16.0f, 10.0f)
|
||||
curveTo(16.0f, 8.7042f, 15.5892f, 7.5042f, 14.8907f, 6.5234f)
|
||||
lineTo(6.5234f, 14.8907f)
|
||||
curveTo(7.5042f, 15.5892f, 8.7042f, 16.0f, 10.0f, 16.0f)
|
||||
curveTo(13.3137f, 16.0f, 16.0f, 13.3137f, 16.0f, 10.0f)
|
||||
close()
|
||||
moveTo(13.4765f, 5.1092f)
|
||||
curveTo(12.4957f, 4.4108f, 11.2958f, 4.0f, 10.0f, 4.0f)
|
||||
curveTo(6.6863f, 4.0f, 4.0f, 6.6863f, 4.0f, 10.0f)
|
||||
curveTo(4.0f, 11.2958f, 4.4108f, 12.4957f, 5.1092f, 13.4765f)
|
||||
lineTo(13.4765f, 5.1092f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
.build()
|
||||
return _dark!!
|
||||
}
|
||||
|
||||
private var _dark: ImageVector? = null
|
|
@ -0,0 +1,84 @@
|
|||
package com.microsoft.fluentui.icons.avataricons.presence.blocked.large
|
||||
|
||||
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.microsoft.fluentui.icons.avataricons.presence.blocked.LargeGroup
|
||||
|
||||
val LargeGroup.Light: ImageVector
|
||||
get() {
|
||||
if (_light != null) {
|
||||
return _light!!
|
||||
}
|
||||
_light = Builder(name = "Light", defaultWidth = 20.0.dp, defaultHeight = 20.0.dp,
|
||||
viewportWidth = 20.0f, viewportHeight = 20.0f).apply {
|
||||
path(fill = SolidColor(Color(0xFFffffff)), stroke = null, strokeLineWidth = 0.0f,
|
||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||
pathFillType = NonZero) {
|
||||
moveTo(10.0f, 1.0f)
|
||||
lineTo(10.0f, 1.0f)
|
||||
arcTo(9.0f, 9.0f, 0.0f, false, true, 19.0f, 10.0f)
|
||||
lineTo(19.0f, 10.0f)
|
||||
arcTo(9.0f, 9.0f, 0.0f, false, true, 10.0f, 19.0f)
|
||||
lineTo(10.0f, 19.0f)
|
||||
arcTo(9.0f, 9.0f, 0.0f, false, true, 1.0f, 10.0f)
|
||||
lineTo(1.0f, 10.0f)
|
||||
arcTo(9.0f, 9.0f, 0.0f, false, true, 10.0f, 1.0f)
|
||||
close()
|
||||
}
|
||||
path(fill = SolidColor(Color(0xFFffffff)), stroke = SolidColor(Color(0xFFffffff)),
|
||||
strokeLineWidth = 2.0f, strokeLineCap = Butt, strokeLineJoin = Miter,
|
||||
strokeLineMiter = 4.0f, pathFillType = NonZero) {
|
||||
moveTo(10.0f, 10.0f)
|
||||
moveToRelative(-9.0f, 0.0f)
|
||||
arcToRelative(9.0f, 9.0f, 0.0f, true, true, 18.0f, 0.0f)
|
||||
arcToRelative(9.0f, 9.0f, 0.0f, true, true, -18.0f, 0.0f)
|
||||
}
|
||||
path(fill = SolidColor(Color(0xFFC50F1F)), stroke = null, strokeLineWidth = 0.0f,
|
||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||
pathFillType = NonZero) {
|
||||
moveTo(18.0f, 10.0f)
|
||||
curveTo(18.0f, 14.4183f, 14.4183f, 18.0f, 10.0f, 18.0f)
|
||||
curveTo(5.5817f, 18.0f, 2.0f, 14.4183f, 2.0f, 10.0f)
|
||||
curveTo(2.0f, 5.5817f, 5.5817f, 2.0f, 10.0f, 2.0f)
|
||||
curveTo(14.4183f, 2.0f, 18.0f, 5.5817f, 18.0f, 10.0f)
|
||||
close()
|
||||
moveTo(16.0f, 10.0f)
|
||||
curveTo(16.0f, 8.7042f, 15.5892f, 7.5042f, 14.8907f, 6.5234f)
|
||||
lineTo(6.5234f, 14.8907f)
|
||||
curveTo(7.5042f, 15.5892f, 8.7042f, 16.0f, 10.0f, 16.0f)
|
||||
curveTo(13.3137f, 16.0f, 16.0f, 13.3137f, 16.0f, 10.0f)
|
||||
close()
|
||||
moveTo(13.4765f, 5.1092f)
|
||||
curveTo(12.4957f, 4.4108f, 11.2958f, 4.0f, 10.0f, 4.0f)
|
||||
curveTo(6.6863f, 4.0f, 4.0f, 6.6863f, 4.0f, 10.0f)
|
||||
curveTo(4.0f, 11.2958f, 4.4108f, 12.4957f, 5.1092f, 13.4765f)
|
||||
lineTo(13.4765f, 5.1092f)
|
||||
close()
|
||||
}
|
||||
path(fill = SolidColor(Color(0x00000000)), stroke = SolidColor(Color(0xFFffffff)),
|
||||
strokeLineWidth = 2.0f, strokeLineCap = Butt, strokeLineJoin = Miter,
|
||||
strokeLineMiter = 4.0f, pathFillType = NonZero) {
|
||||
moveTo(10.0f, 1.0f)
|
||||
lineTo(10.0f, 1.0f)
|
||||
arcTo(9.0f, 9.0f, 0.0f, false, true, 19.0f, 10.0f)
|
||||
lineTo(19.0f, 10.0f)
|
||||
arcTo(9.0f, 9.0f, 0.0f, false, true, 10.0f, 19.0f)
|
||||
lineTo(10.0f, 19.0f)
|
||||
arcTo(9.0f, 9.0f, 0.0f, false, true, 1.0f, 10.0f)
|
||||
lineTo(1.0f, 10.0f)
|
||||
arcTo(9.0f, 9.0f, 0.0f, false, true, 10.0f, 1.0f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
.build()
|
||||
return _light!!
|
||||
}
|
||||
|
||||
private var _light: ImageVector? = null
|
|
@ -0,0 +1,56 @@
|
|||
package com.microsoft.fluentui.icons.avataricons.presence.blocked.medium
|
||||
|
||||
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.microsoft.fluentui.icons.avataricons.presence.blocked.MediumGroup
|
||||
|
||||
val MediumGroup.Dark: ImageVector
|
||||
get() {
|
||||
if (_dark != null) {
|
||||
return _dark!!
|
||||
}
|
||||
_dark = Builder(name = "Dark", defaultWidth = 16.0.dp, defaultHeight = 16.0.dp,
|
||||
viewportWidth = 16.0f, viewportHeight = 16.0f).apply {
|
||||
path(fill = SolidColor(Color(0xFF000000)), stroke = SolidColor(Color(0xFF000000)),
|
||||
strokeLineWidth = 2.0f, strokeLineCap = Butt, strokeLineJoin = Miter,
|
||||
strokeLineMiter = 4.0f, pathFillType = NonZero) {
|
||||
moveTo(8.0f, 8.0f)
|
||||
moveToRelative(-7.0f, 0.0f)
|
||||
arcToRelative(7.0f, 7.0f, 0.0f, true, true, 14.0f, 0.0f)
|
||||
arcToRelative(7.0f, 7.0f, 0.0f, true, true, -14.0f, 0.0f)
|
||||
}
|
||||
path(fill = SolidColor(Color(0xFFD74553)), stroke = null, strokeLineWidth = 0.0f,
|
||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||
pathFillType = NonZero) {
|
||||
moveTo(14.0f, 8.0f)
|
||||
curveTo(14.0f, 11.3137f, 11.3137f, 14.0f, 8.0f, 14.0f)
|
||||
curveTo(4.6863f, 14.0f, 2.0f, 11.3137f, 2.0f, 8.0f)
|
||||
curveTo(2.0f, 4.6863f, 4.6863f, 2.0f, 8.0f, 2.0f)
|
||||
curveTo(11.3137f, 2.0f, 14.0f, 4.6863f, 14.0f, 8.0f)
|
||||
close()
|
||||
moveTo(12.5f, 8.0f)
|
||||
curveTo(12.5f, 7.0281f, 12.1919f, 6.1282f, 11.668f, 5.3926f)
|
||||
lineTo(5.3926f, 11.668f)
|
||||
curveTo(6.1282f, 12.1919f, 7.0281f, 12.5f, 8.0f, 12.5f)
|
||||
curveTo(10.4853f, 12.5f, 12.5f, 10.4853f, 12.5f, 8.0f)
|
||||
close()
|
||||
moveTo(10.6074f, 4.3319f)
|
||||
curveTo(9.8718f, 3.8081f, 8.9719f, 3.5f, 8.0f, 3.5f)
|
||||
curveTo(5.5147f, 3.5f, 3.5f, 5.5147f, 3.5f, 8.0f)
|
||||
curveTo(3.5f, 8.9719f, 3.8081f, 9.8718f, 4.3319f, 10.6074f)
|
||||
lineTo(10.6074f, 4.3319f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
.build()
|
||||
return _dark!!
|
||||
}
|
||||
|
||||
private var _dark: ImageVector? = null
|
|
@ -0,0 +1,84 @@
|
|||
package com.microsoft.fluentui.icons.avataricons.presence.blocked.medium
|
||||
|
||||
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.microsoft.fluentui.icons.avataricons.presence.blocked.MediumGroup
|
||||
|
||||
val MediumGroup.Light: ImageVector
|
||||
get() {
|
||||
if (_light != null) {
|
||||
return _light!!
|
||||
}
|
||||
_light = Builder(name = "Light", defaultWidth = 16.0.dp, defaultHeight = 16.0.dp,
|
||||
viewportWidth = 16.0f, viewportHeight = 16.0f).apply {
|
||||
path(fill = SolidColor(Color(0xFFffffff)), stroke = null, strokeLineWidth = 0.0f,
|
||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||
pathFillType = NonZero) {
|
||||
moveTo(8.0f, 1.0f)
|
||||
lineTo(8.0f, 1.0f)
|
||||
arcTo(7.0f, 7.0f, 0.0f, false, true, 15.0f, 8.0f)
|
||||
lineTo(15.0f, 8.0f)
|
||||
arcTo(7.0f, 7.0f, 0.0f, false, true, 8.0f, 15.0f)
|
||||
lineTo(8.0f, 15.0f)
|
||||
arcTo(7.0f, 7.0f, 0.0f, false, true, 1.0f, 8.0f)
|
||||
lineTo(1.0f, 8.0f)
|
||||
arcTo(7.0f, 7.0f, 0.0f, false, true, 8.0f, 1.0f)
|
||||
close()
|
||||
}
|
||||
path(fill = SolidColor(Color(0xFFffffff)), stroke = SolidColor(Color(0xFFffffff)),
|
||||
strokeLineWidth = 2.0f, strokeLineCap = Butt, strokeLineJoin = Miter,
|
||||
strokeLineMiter = 4.0f, pathFillType = NonZero) {
|
||||
moveTo(8.0f, 8.0f)
|
||||
moveToRelative(-7.0f, 0.0f)
|
||||
arcToRelative(7.0f, 7.0f, 0.0f, true, true, 14.0f, 0.0f)
|
||||
arcToRelative(7.0f, 7.0f, 0.0f, true, true, -14.0f, 0.0f)
|
||||
}
|
||||
path(fill = SolidColor(Color(0xFFC50F1F)), stroke = null, strokeLineWidth = 0.0f,
|
||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||
pathFillType = NonZero) {
|
||||
moveTo(14.0f, 8.0f)
|
||||
curveTo(14.0f, 11.3137f, 11.3137f, 14.0f, 8.0f, 14.0f)
|
||||
curveTo(4.6863f, 14.0f, 2.0f, 11.3137f, 2.0f, 8.0f)
|
||||
curveTo(2.0f, 4.6863f, 4.6863f, 2.0f, 8.0f, 2.0f)
|
||||
curveTo(11.3137f, 2.0f, 14.0f, 4.6863f, 14.0f, 8.0f)
|
||||
close()
|
||||
moveTo(12.5f, 8.0f)
|
||||
curveTo(12.5f, 7.0281f, 12.1919f, 6.1282f, 11.668f, 5.3926f)
|
||||
lineTo(5.3926f, 11.668f)
|
||||
curveTo(6.1282f, 12.1919f, 7.0281f, 12.5f, 8.0f, 12.5f)
|
||||
curveTo(10.4853f, 12.5f, 12.5f, 10.4853f, 12.5f, 8.0f)
|
||||
close()
|
||||
moveTo(10.6074f, 4.3319f)
|
||||
curveTo(9.8718f, 3.8081f, 8.9719f, 3.5f, 8.0f, 3.5f)
|
||||
curveTo(5.5147f, 3.5f, 3.5f, 5.5147f, 3.5f, 8.0f)
|
||||
curveTo(3.5f, 8.9719f, 3.8081f, 9.8718f, 4.3319f, 10.6074f)
|
||||
lineTo(10.6074f, 4.3319f)
|
||||
close()
|
||||
}
|
||||
path(fill = SolidColor(Color(0x00000000)), stroke = SolidColor(Color(0xFFffffff)),
|
||||
strokeLineWidth = 2.0f, strokeLineCap = Butt, strokeLineJoin = Miter,
|
||||
strokeLineMiter = 4.0f, pathFillType = NonZero) {
|
||||
moveTo(8.0f, 1.0f)
|
||||
lineTo(8.0f, 1.0f)
|
||||
arcTo(7.0f, 7.0f, 0.0f, false, true, 15.0f, 8.0f)
|
||||
lineTo(15.0f, 8.0f)
|
||||
arcTo(7.0f, 7.0f, 0.0f, false, true, 8.0f, 15.0f)
|
||||
lineTo(8.0f, 15.0f)
|
||||
arcTo(7.0f, 7.0f, 0.0f, false, true, 1.0f, 8.0f)
|
||||
lineTo(1.0f, 8.0f)
|
||||
arcTo(7.0f, 7.0f, 0.0f, false, true, 8.0f, 1.0f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
.build()
|
||||
return _light!!
|
||||
}
|
||||
|
||||
private var _light: ImageVector? = null
|
|
@ -0,0 +1,56 @@
|
|||
package com.microsoft.fluentui.icons.avataricons.presence.blocked.small
|
||||
|
||||
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.microsoft.fluentui.icons.avataricons.presence.blocked.SmallGroup
|
||||
|
||||
val SmallGroup.Dark: ImageVector
|
||||
get() {
|
||||
if (_dark != null) {
|
||||
return _dark!!
|
||||
}
|
||||
_dark = Builder(name = "Dark", defaultWidth = 14.0.dp, defaultHeight = 14.0.dp,
|
||||
viewportWidth = 14.0f, viewportHeight = 14.0f).apply {
|
||||
path(fill = SolidColor(Color(0xFF000000)), stroke = SolidColor(Color(0xFF000000)),
|
||||
strokeLineWidth = 2.0f, strokeLineCap = Butt, strokeLineJoin = Miter,
|
||||
strokeLineMiter = 4.0f, pathFillType = NonZero) {
|
||||
moveTo(7.0f, 7.0f)
|
||||
moveToRelative(-6.0f, 0.0f)
|
||||
arcToRelative(6.0f, 6.0f, 0.0f, true, true, 12.0f, 0.0f)
|
||||
arcToRelative(6.0f, 6.0f, 0.0f, true, true, -12.0f, 0.0f)
|
||||
}
|
||||
path(fill = SolidColor(Color(0xFFD74553)), stroke = null, strokeLineWidth = 0.0f,
|
||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||
pathFillType = NonZero) {
|
||||
moveTo(12.0f, 7.0f)
|
||||
curveTo(12.0f, 4.2386f, 9.7614f, 2.0f, 7.0f, 2.0f)
|
||||
curveTo(4.2386f, 2.0f, 2.0f, 4.2386f, 2.0f, 7.0f)
|
||||
curveTo(2.0f, 9.7614f, 4.2386f, 12.0f, 7.0f, 12.0f)
|
||||
curveTo(9.7614f, 12.0f, 12.0f, 9.7614f, 12.0f, 7.0f)
|
||||
close()
|
||||
moveTo(11.0f, 7.0f)
|
||||
curveTo(11.0f, 9.2091f, 9.2091f, 11.0f, 7.0f, 11.0f)
|
||||
curveTo(6.0756f, 11.0f, 5.2245f, 10.6865f, 4.5472f, 10.1599f)
|
||||
lineTo(10.1599f, 4.5472f)
|
||||
curveTo(10.6865f, 5.2245f, 11.0f, 6.0756f, 11.0f, 7.0f)
|
||||
close()
|
||||
moveTo(9.4528f, 3.84f)
|
||||
lineTo(3.84f, 9.4528f)
|
||||
curveTo(3.3135f, 8.7755f, 3.0f, 7.9243f, 3.0f, 7.0f)
|
||||
curveTo(3.0f, 4.7909f, 4.7909f, 3.0f, 7.0f, 3.0f)
|
||||
curveTo(7.9243f, 3.0f, 8.7755f, 3.3135f, 9.4528f, 3.84f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
.build()
|
||||
return _dark!!
|
||||
}
|
||||
|
||||
private var _dark: ImageVector? = null
|
|
@ -0,0 +1,70 @@
|
|||
package com.microsoft.fluentui.icons.avataricons.presence.blocked.small
|
||||
|
||||
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.microsoft.fluentui.icons.avataricons.presence.blocked.SmallGroup
|
||||
|
||||
val SmallGroup.Light: ImageVector
|
||||
get() {
|
||||
if (_light != null) {
|
||||
return _light!!
|
||||
}
|
||||
_light = Builder(name = "Light", defaultWidth = 14.0.dp, defaultHeight = 14.0.dp,
|
||||
viewportWidth = 14.0f, viewportHeight = 14.0f).apply {
|
||||
path(fill = SolidColor(Color(0xFFffffff)), stroke = SolidColor(Color(0xFFffffff)),
|
||||
strokeLineWidth = 2.0f, strokeLineCap = Butt, strokeLineJoin = Miter,
|
||||
strokeLineMiter = 4.0f, pathFillType = NonZero) {
|
||||
moveTo(7.0f, 7.0f)
|
||||
moveToRelative(-6.0f, 0.0f)
|
||||
arcToRelative(6.0f, 6.0f, 0.0f, true, true, 12.0f, 0.0f)
|
||||
arcToRelative(6.0f, 6.0f, 0.0f, true, true, -12.0f, 0.0f)
|
||||
}
|
||||
path(fill = SolidColor(Color(0xFFC50F1F)), stroke = null, strokeLineWidth = 0.0f,
|
||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||
pathFillType = NonZero) {
|
||||
moveTo(12.0f, 7.0f)
|
||||
curveTo(12.0f, 4.2386f, 9.7614f, 2.0f, 7.0f, 2.0f)
|
||||
curveTo(4.2386f, 2.0f, 2.0f, 4.2386f, 2.0f, 7.0f)
|
||||
curveTo(2.0f, 9.7614f, 4.2386f, 12.0f, 7.0f, 12.0f)
|
||||
curveTo(9.7614f, 12.0f, 12.0f, 9.7614f, 12.0f, 7.0f)
|
||||
close()
|
||||
moveTo(11.0f, 7.0f)
|
||||
curveTo(11.0f, 9.2091f, 9.2091f, 11.0f, 7.0f, 11.0f)
|
||||
curveTo(6.0756f, 11.0f, 5.2245f, 10.6865f, 4.5472f, 10.1599f)
|
||||
lineTo(10.1599f, 4.5472f)
|
||||
curveTo(10.6865f, 5.2245f, 11.0f, 6.0756f, 11.0f, 7.0f)
|
||||
close()
|
||||
moveTo(9.4528f, 3.84f)
|
||||
lineTo(3.84f, 9.4528f)
|
||||
curveTo(3.3135f, 8.7755f, 3.0f, 7.9243f, 3.0f, 7.0f)
|
||||
curveTo(3.0f, 4.7909f, 4.7909f, 3.0f, 7.0f, 3.0f)
|
||||
curveTo(7.9243f, 3.0f, 8.7755f, 3.3135f, 9.4528f, 3.84f)
|
||||
close()
|
||||
}
|
||||
path(fill = SolidColor(Color(0x00000000)), stroke = SolidColor(Color(0xFFffffff)),
|
||||
strokeLineWidth = 2.0f, strokeLineCap = Butt, strokeLineJoin = Miter,
|
||||
strokeLineMiter = 4.0f, pathFillType = NonZero) {
|
||||
moveTo(7.0f, 1.0f)
|
||||
lineTo(7.0f, 1.0f)
|
||||
arcTo(6.0f, 6.0f, 0.0f, false, true, 13.0f, 7.0f)
|
||||
lineTo(13.0f, 7.0f)
|
||||
arcTo(6.0f, 6.0f, 0.0f, false, true, 7.0f, 13.0f)
|
||||
lineTo(7.0f, 13.0f)
|
||||
arcTo(6.0f, 6.0f, 0.0f, false, true, 1.0f, 7.0f)
|
||||
lineTo(1.0f, 7.0f)
|
||||
arcTo(6.0f, 6.0f, 0.0f, false, true, 7.0f, 1.0f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
.build()
|
||||
return _light!!
|
||||
}
|
||||
|
||||
private var _light: ImageVector? = null
|
|
@ -0,0 +1,23 @@
|
|||
package com.microsoft.fluentui.icons.avataricons.presence.busy
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.BusyGroup
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.busy.large.Dark
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.busy.large.Light
|
||||
import kotlin.collections.List as ____KtList
|
||||
|
||||
object LargeGroup
|
||||
|
||||
val BusyGroup.Large: LargeGroup
|
||||
get() = LargeGroup
|
||||
|
||||
private var __AllIcons: ____KtList<ImageVector>? = null
|
||||
|
||||
val LargeGroup.AllIcons: ____KtList<ImageVector>
|
||||
get() {
|
||||
if (__AllIcons != null) {
|
||||
return __AllIcons!!
|
||||
}
|
||||
__AllIcons = listOf(Dark, Light)
|
||||
return __AllIcons!!
|
||||
}
|
|
@ -0,0 +1,23 @@
|
|||
package com.microsoft.fluentui.icons.avataricons.presence.busy
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.BusyGroup
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.busy.medium.Dark
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.busy.medium.Light
|
||||
import kotlin.collections.List as ____KtList
|
||||
|
||||
object MediumGroup
|
||||
|
||||
val BusyGroup.Medium: MediumGroup
|
||||
get() = MediumGroup
|
||||
|
||||
private var __AllIcons: ____KtList<ImageVector>? = null
|
||||
|
||||
val MediumGroup.AllIcons: ____KtList<ImageVector>
|
||||
get() {
|
||||
if (__AllIcons != null) {
|
||||
return __AllIcons!!
|
||||
}
|
||||
__AllIcons = listOf(Dark, Light)
|
||||
return __AllIcons!!
|
||||
}
|
|
@ -0,0 +1,23 @@
|
|||
package com.microsoft.fluentui.icons.avataricons.presence.busy
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.BusyGroup
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.busy.small.Dark
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.busy.small.Light
|
||||
import kotlin.collections.List as ____KtList
|
||||
|
||||
object SmallGroup
|
||||
|
||||
val BusyGroup.Small: SmallGroup
|
||||
get() = SmallGroup
|
||||
|
||||
private var __AllIcons: ____KtList<ImageVector>? = null
|
||||
|
||||
val SmallGroup.AllIcons: ____KtList<ImageVector>
|
||||
get() {
|
||||
if (__AllIcons != null) {
|
||||
return __AllIcons!!
|
||||
}
|
||||
__AllIcons = listOf(Dark, Light)
|
||||
return __AllIcons!!
|
||||
}
|
|
@ -0,0 +1,72 @@
|
|||
package com.microsoft.fluentui.icons.avataricons.presence.busy.large
|
||||
|
||||
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.microsoft.fluentui.icons.avataricons.presence.busy.LargeGroup
|
||||
|
||||
val LargeGroup.Dark: ImageVector
|
||||
get() {
|
||||
if (_dark != null) {
|
||||
return _dark!!
|
||||
}
|
||||
_dark = Builder(name = "Dark", defaultWidth = 20.0.dp, defaultHeight = 20.0.dp,
|
||||
viewportWidth = 20.0f, viewportHeight = 20.0f).apply {
|
||||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
|
||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||
pathFillType = NonZero) {
|
||||
moveTo(10.0f, 1.0f)
|
||||
lineTo(10.0f, 1.0f)
|
||||
arcTo(9.0f, 9.0f, 0.0f, false, true, 19.0f, 10.0f)
|
||||
lineTo(19.0f, 10.0f)
|
||||
arcTo(9.0f, 9.0f, 0.0f, false, true, 10.0f, 19.0f)
|
||||
lineTo(10.0f, 19.0f)
|
||||
arcTo(9.0f, 9.0f, 0.0f, false, true, 1.0f, 10.0f)
|
||||
lineTo(1.0f, 10.0f)
|
||||
arcTo(9.0f, 9.0f, 0.0f, false, true, 10.0f, 1.0f)
|
||||
close()
|
||||
}
|
||||
path(fill = SolidColor(Color(0xFF000000)), stroke = SolidColor(Color(0xFF000000)),
|
||||
strokeLineWidth = 2.0f, strokeLineCap = Butt, strokeLineJoin = Miter,
|
||||
strokeLineMiter = 4.0f, pathFillType = NonZero) {
|
||||
moveTo(10.0f, 10.0f)
|
||||
moveToRelative(-9.0f, 0.0f)
|
||||
arcToRelative(9.0f, 9.0f, 0.0f, true, true, 18.0f, 0.0f)
|
||||
arcToRelative(9.0f, 9.0f, 0.0f, true, true, -18.0f, 0.0f)
|
||||
}
|
||||
path(fill = SolidColor(Color(0xFFD74553)), stroke = null, strokeLineWidth = 0.0f,
|
||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||
pathFillType = NonZero) {
|
||||
moveTo(18.0f, 10.0f)
|
||||
curveTo(18.0f, 14.4183f, 14.4183f, 18.0f, 10.0f, 18.0f)
|
||||
curveTo(5.5817f, 18.0f, 2.0f, 14.4183f, 2.0f, 10.0f)
|
||||
curveTo(2.0f, 5.5817f, 5.5817f, 2.0f, 10.0f, 2.0f)
|
||||
curveTo(14.4183f, 2.0f, 18.0f, 5.5817f, 18.0f, 10.0f)
|
||||
close()
|
||||
}
|
||||
path(fill = SolidColor(Color(0x00000000)), stroke = SolidColor(Color(0xFF000000)),
|
||||
strokeLineWidth = 2.0f, strokeLineCap = Butt, strokeLineJoin = Miter,
|
||||
strokeLineMiter = 4.0f, pathFillType = NonZero) {
|
||||
moveTo(10.0f, 1.0f)
|
||||
lineTo(10.0f, 1.0f)
|
||||
arcTo(9.0f, 9.0f, 0.0f, false, true, 19.0f, 10.0f)
|
||||
lineTo(19.0f, 10.0f)
|
||||
arcTo(9.0f, 9.0f, 0.0f, false, true, 10.0f, 19.0f)
|
||||
lineTo(10.0f, 19.0f)
|
||||
arcTo(9.0f, 9.0f, 0.0f, false, true, 1.0f, 10.0f)
|
||||
lineTo(1.0f, 10.0f)
|
||||
arcTo(9.0f, 9.0f, 0.0f, false, true, 10.0f, 1.0f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
.build()
|
||||
return _dark!!
|
||||
}
|
||||
|
||||
private var _dark: ImageVector? = null
|
|
@ -0,0 +1,72 @@
|
|||
package com.microsoft.fluentui.icons.avataricons.presence.busy.large
|
||||
|
||||
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.microsoft.fluentui.icons.avataricons.presence.busy.LargeGroup
|
||||
|
||||
val LargeGroup.Light: ImageVector
|
||||
get() {
|
||||
if (_light != null) {
|
||||
return _light!!
|
||||
}
|
||||
_light = Builder(name = "Light", defaultWidth = 20.0.dp, defaultHeight = 20.0.dp,
|
||||
viewportWidth = 20.0f, viewportHeight = 20.0f).apply {
|
||||
path(fill = SolidColor(Color(0xFFffffff)), stroke = null, strokeLineWidth = 0.0f,
|
||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||
pathFillType = NonZero) {
|
||||
moveTo(10.0f, 1.0f)
|
||||
lineTo(10.0f, 1.0f)
|
||||
arcTo(9.0f, 9.0f, 0.0f, false, true, 19.0f, 10.0f)
|
||||
lineTo(19.0f, 10.0f)
|
||||
arcTo(9.0f, 9.0f, 0.0f, false, true, 10.0f, 19.0f)
|
||||
lineTo(10.0f, 19.0f)
|
||||
arcTo(9.0f, 9.0f, 0.0f, false, true, 1.0f, 10.0f)
|
||||
lineTo(1.0f, 10.0f)
|
||||
arcTo(9.0f, 9.0f, 0.0f, false, true, 10.0f, 1.0f)
|
||||
close()
|
||||
}
|
||||
path(fill = SolidColor(Color(0xFFffffff)), stroke = SolidColor(Color(0xFFffffff)),
|
||||
strokeLineWidth = 2.0f, strokeLineCap = Butt, strokeLineJoin = Miter,
|
||||
strokeLineMiter = 4.0f, pathFillType = NonZero) {
|
||||
moveTo(10.0f, 10.0f)
|
||||
moveToRelative(-9.0f, 0.0f)
|
||||
arcToRelative(9.0f, 9.0f, 0.0f, true, true, 18.0f, 0.0f)
|
||||
arcToRelative(9.0f, 9.0f, 0.0f, true, true, -18.0f, 0.0f)
|
||||
}
|
||||
path(fill = SolidColor(Color(0xFFC50F1F)), stroke = null, strokeLineWidth = 0.0f,
|
||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||
pathFillType = NonZero) {
|
||||
moveTo(18.0f, 10.0f)
|
||||
curveTo(18.0f, 14.4183f, 14.4183f, 18.0f, 10.0f, 18.0f)
|
||||
curveTo(5.5817f, 18.0f, 2.0f, 14.4183f, 2.0f, 10.0f)
|
||||
curveTo(2.0f, 5.5817f, 5.5817f, 2.0f, 10.0f, 2.0f)
|
||||
curveTo(14.4183f, 2.0f, 18.0f, 5.5817f, 18.0f, 10.0f)
|
||||
close()
|
||||
}
|
||||
path(fill = SolidColor(Color(0x00000000)), stroke = SolidColor(Color(0xFFffffff)),
|
||||
strokeLineWidth = 2.0f, strokeLineCap = Butt, strokeLineJoin = Miter,
|
||||
strokeLineMiter = 4.0f, pathFillType = NonZero) {
|
||||
moveTo(10.0f, 1.0f)
|
||||
lineTo(10.0f, 1.0f)
|
||||
arcTo(9.0f, 9.0f, 0.0f, false, true, 19.0f, 10.0f)
|
||||
lineTo(19.0f, 10.0f)
|
||||
arcTo(9.0f, 9.0f, 0.0f, false, true, 10.0f, 19.0f)
|
||||
lineTo(10.0f, 19.0f)
|
||||
arcTo(9.0f, 9.0f, 0.0f, false, true, 1.0f, 10.0f)
|
||||
lineTo(1.0f, 10.0f)
|
||||
arcTo(9.0f, 9.0f, 0.0f, false, true, 10.0f, 1.0f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
.build()
|
||||
return _light!!
|
||||
}
|
||||
|
||||
private var _light: ImageVector? = null
|
|
@ -0,0 +1,44 @@
|
|||
package com.microsoft.fluentui.icons.avataricons.presence.busy.medium
|
||||
|
||||
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.microsoft.fluentui.icons.avataricons.presence.busy.MediumGroup
|
||||
|
||||
val MediumGroup.Dark: ImageVector
|
||||
get() {
|
||||
if (_dark != null) {
|
||||
return _dark!!
|
||||
}
|
||||
_dark = Builder(name = "Dark", defaultWidth = 16.0.dp, defaultHeight = 16.0.dp,
|
||||
viewportWidth = 16.0f, viewportHeight = 16.0f).apply {
|
||||
path(fill = SolidColor(Color(0xFF000000)), stroke = SolidColor(Color(0xFF000000)),
|
||||
strokeLineWidth = 2.0f, strokeLineCap = Butt, strokeLineJoin = Miter,
|
||||
strokeLineMiter = 4.0f, pathFillType = NonZero) {
|
||||
moveTo(8.0f, 8.0f)
|
||||
moveToRelative(-7.0f, 0.0f)
|
||||
arcToRelative(7.0f, 7.0f, 0.0f, true, true, 14.0f, 0.0f)
|
||||
arcToRelative(7.0f, 7.0f, 0.0f, true, true, -14.0f, 0.0f)
|
||||
}
|
||||
path(fill = SolidColor(Color(0xFFD74553)), stroke = null, strokeLineWidth = 0.0f,
|
||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||
pathFillType = NonZero) {
|
||||
moveTo(14.0f, 8.0f)
|
||||
curveTo(14.0f, 11.3137f, 11.3137f, 14.0f, 8.0f, 14.0f)
|
||||
curveTo(4.6863f, 14.0f, 2.0f, 11.3137f, 2.0f, 8.0f)
|
||||
curveTo(2.0f, 4.6863f, 4.6863f, 2.0f, 8.0f, 2.0f)
|
||||
curveTo(11.3137f, 2.0f, 14.0f, 4.6863f, 14.0f, 8.0f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
.build()
|
||||
return _dark!!
|
||||
}
|
||||
|
||||
private var _dark: ImageVector? = null
|
|
@ -0,0 +1,72 @@
|
|||
package com.microsoft.fluentui.icons.avataricons.presence.busy.medium
|
||||
|
||||
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.microsoft.fluentui.icons.avataricons.presence.busy.MediumGroup
|
||||
|
||||
val MediumGroup.Light: ImageVector
|
||||
get() {
|
||||
if (_light != null) {
|
||||
return _light!!
|
||||
}
|
||||
_light = Builder(name = "Light", defaultWidth = 16.0.dp, defaultHeight = 16.0.dp,
|
||||
viewportWidth = 16.0f, viewportHeight = 16.0f).apply {
|
||||
path(fill = SolidColor(Color(0xFFffffff)), stroke = null, strokeLineWidth = 0.0f,
|
||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||
pathFillType = NonZero) {
|
||||
moveTo(8.0f, 1.0f)
|
||||
lineTo(8.0f, 1.0f)
|
||||
arcTo(7.0f, 7.0f, 0.0f, false, true, 15.0f, 8.0f)
|
||||
lineTo(15.0f, 8.0f)
|
||||
arcTo(7.0f, 7.0f, 0.0f, false, true, 8.0f, 15.0f)
|
||||
lineTo(8.0f, 15.0f)
|
||||
arcTo(7.0f, 7.0f, 0.0f, false, true, 1.0f, 8.0f)
|
||||
lineTo(1.0f, 8.0f)
|
||||
arcTo(7.0f, 7.0f, 0.0f, false, true, 8.0f, 1.0f)
|
||||
close()
|
||||
}
|
||||
path(fill = SolidColor(Color(0xFFffffff)), stroke = SolidColor(Color(0xFFffffff)),
|
||||
strokeLineWidth = 2.0f, strokeLineCap = Butt, strokeLineJoin = Miter,
|
||||
strokeLineMiter = 4.0f, pathFillType = NonZero) {
|
||||
moveTo(8.0f, 8.0f)
|
||||
moveToRelative(-7.0f, 0.0f)
|
||||
arcToRelative(7.0f, 7.0f, 0.0f, true, true, 14.0f, 0.0f)
|
||||
arcToRelative(7.0f, 7.0f, 0.0f, true, true, -14.0f, 0.0f)
|
||||
}
|
||||
path(fill = SolidColor(Color(0xFFC50F1F)), stroke = null, strokeLineWidth = 0.0f,
|
||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||
pathFillType = NonZero) {
|
||||
moveTo(14.0f, 8.0f)
|
||||
curveTo(14.0f, 11.3137f, 11.3137f, 14.0f, 8.0f, 14.0f)
|
||||
curveTo(4.6863f, 14.0f, 2.0f, 11.3137f, 2.0f, 8.0f)
|
||||
curveTo(2.0f, 4.6863f, 4.6863f, 2.0f, 8.0f, 2.0f)
|
||||
curveTo(11.3137f, 2.0f, 14.0f, 4.6863f, 14.0f, 8.0f)
|
||||
close()
|
||||
}
|
||||
path(fill = SolidColor(Color(0x00000000)), stroke = SolidColor(Color(0xFFffffff)),
|
||||
strokeLineWidth = 2.0f, strokeLineCap = Butt, strokeLineJoin = Miter,
|
||||
strokeLineMiter = 4.0f, pathFillType = NonZero) {
|
||||
moveTo(8.0f, 1.0f)
|
||||
lineTo(8.0f, 1.0f)
|
||||
arcTo(7.0f, 7.0f, 0.0f, false, true, 15.0f, 8.0f)
|
||||
lineTo(15.0f, 8.0f)
|
||||
arcTo(7.0f, 7.0f, 0.0f, false, true, 8.0f, 15.0f)
|
||||
lineTo(8.0f, 15.0f)
|
||||
arcTo(7.0f, 7.0f, 0.0f, false, true, 1.0f, 8.0f)
|
||||
lineTo(1.0f, 8.0f)
|
||||
arcTo(7.0f, 7.0f, 0.0f, false, true, 8.0f, 1.0f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
.build()
|
||||
return _light!!
|
||||
}
|
||||
|
||||
private var _light: ImageVector? = null
|
|
@ -0,0 +1,44 @@
|
|||
package com.microsoft.fluentui.icons.avataricons.presence.busy.small
|
||||
|
||||
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.microsoft.fluentui.icons.avataricons.presence.busy.SmallGroup
|
||||
|
||||
val SmallGroup.Dark: ImageVector
|
||||
get() {
|
||||
if (_dark != null) {
|
||||
return _dark!!
|
||||
}
|
||||
_dark = Builder(name = "Dark", defaultWidth = 14.0.dp, defaultHeight = 14.0.dp,
|
||||
viewportWidth = 14.0f, viewportHeight = 14.0f).apply {
|
||||
path(fill = SolidColor(Color(0xFF000000)), stroke = SolidColor(Color(0xFF000000)),
|
||||
strokeLineWidth = 2.0f, strokeLineCap = Butt, strokeLineJoin = Miter,
|
||||
strokeLineMiter = 4.0f, pathFillType = NonZero) {
|
||||
moveTo(7.0f, 7.0f)
|
||||
moveToRelative(-6.0f, 0.0f)
|
||||
arcToRelative(6.0f, 6.0f, 0.0f, true, true, 12.0f, 0.0f)
|
||||
arcToRelative(6.0f, 6.0f, 0.0f, true, true, -12.0f, 0.0f)
|
||||
}
|
||||
path(fill = SolidColor(Color(0xFFD74553)), stroke = null, strokeLineWidth = 0.0f,
|
||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||
pathFillType = NonZero) {
|
||||
moveTo(12.0f, 7.0f)
|
||||
curveTo(12.0f, 9.7614f, 9.7614f, 12.0f, 7.0f, 12.0f)
|
||||
curveTo(4.2386f, 12.0f, 2.0f, 9.7614f, 2.0f, 7.0f)
|
||||
curveTo(2.0f, 4.2386f, 4.2386f, 2.0f, 7.0f, 2.0f)
|
||||
curveTo(9.7614f, 2.0f, 12.0f, 4.2386f, 12.0f, 7.0f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
.build()
|
||||
return _dark!!
|
||||
}
|
||||
|
||||
private var _dark: ImageVector? = null
|
|
@ -0,0 +1,72 @@
|
|||
package com.microsoft.fluentui.icons.avataricons.presence.busy.small
|
||||
|
||||
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.microsoft.fluentui.icons.avataricons.presence.busy.SmallGroup
|
||||
|
||||
val SmallGroup.Light: ImageVector
|
||||
get() {
|
||||
if (_light != null) {
|
||||
return _light!!
|
||||
}
|
||||
_light = Builder(name = "Light", defaultWidth = 14.0.dp, defaultHeight = 14.0.dp,
|
||||
viewportWidth = 14.0f, viewportHeight = 14.0f).apply {
|
||||
path(fill = SolidColor(Color(0xFFffffff)), stroke = null, strokeLineWidth = 0.0f,
|
||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||
pathFillType = NonZero) {
|
||||
moveTo(7.0f, 1.0f)
|
||||
lineTo(7.0f, 1.0f)
|
||||
arcTo(6.0f, 6.0f, 0.0f, false, true, 13.0f, 7.0f)
|
||||
lineTo(13.0f, 7.0f)
|
||||
arcTo(6.0f, 6.0f, 0.0f, false, true, 7.0f, 13.0f)
|
||||
lineTo(7.0f, 13.0f)
|
||||
arcTo(6.0f, 6.0f, 0.0f, false, true, 1.0f, 7.0f)
|
||||
lineTo(1.0f, 7.0f)
|
||||
arcTo(6.0f, 6.0f, 0.0f, false, true, 7.0f, 1.0f)
|
||||
close()
|
||||
}
|
||||
path(fill = SolidColor(Color(0xFFffffff)), stroke = SolidColor(Color(0xFFffffff)),
|
||||
strokeLineWidth = 2.0f, strokeLineCap = Butt, strokeLineJoin = Miter,
|
||||
strokeLineMiter = 4.0f, pathFillType = NonZero) {
|
||||
moveTo(7.0f, 7.0f)
|
||||
moveToRelative(-6.0f, 0.0f)
|
||||
arcToRelative(6.0f, 6.0f, 0.0f, true, true, 12.0f, 0.0f)
|
||||
arcToRelative(6.0f, 6.0f, 0.0f, true, true, -12.0f, 0.0f)
|
||||
}
|
||||
path(fill = SolidColor(Color(0xFFC50F1F)), stroke = null, strokeLineWidth = 0.0f,
|
||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||
pathFillType = NonZero) {
|
||||
moveTo(12.0f, 7.0f)
|
||||
curveTo(12.0f, 9.7614f, 9.7614f, 12.0f, 7.0f, 12.0f)
|
||||
curveTo(4.2386f, 12.0f, 2.0f, 9.7614f, 2.0f, 7.0f)
|
||||
curveTo(2.0f, 4.2386f, 4.2386f, 2.0f, 7.0f, 2.0f)
|
||||
curveTo(9.7614f, 2.0f, 12.0f, 4.2386f, 12.0f, 7.0f)
|
||||
close()
|
||||
}
|
||||
path(fill = SolidColor(Color(0x00000000)), stroke = SolidColor(Color(0xFFffffff)),
|
||||
strokeLineWidth = 2.0f, strokeLineCap = Butt, strokeLineJoin = Miter,
|
||||
strokeLineMiter = 4.0f, pathFillType = NonZero) {
|
||||
moveTo(7.0f, 1.0f)
|
||||
lineTo(7.0f, 1.0f)
|
||||
arcTo(6.0f, 6.0f, 0.0f, false, true, 13.0f, 7.0f)
|
||||
lineTo(13.0f, 7.0f)
|
||||
arcTo(6.0f, 6.0f, 0.0f, false, true, 7.0f, 13.0f)
|
||||
lineTo(7.0f, 13.0f)
|
||||
arcTo(6.0f, 6.0f, 0.0f, false, true, 1.0f, 7.0f)
|
||||
lineTo(1.0f, 7.0f)
|
||||
arcTo(6.0f, 6.0f, 0.0f, false, true, 7.0f, 1.0f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
.build()
|
||||
return _light!!
|
||||
}
|
||||
|
||||
private var _light: ImageVector? = null
|
|
@ -0,0 +1,23 @@
|
|||
package com.microsoft.fluentui.icons.avataricons.presence.busyoof
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.BusyoofGroup
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.busyoof.large.Dark
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.busyoof.large.Light
|
||||
import kotlin.collections.List as ____KtList
|
||||
|
||||
object LargeGroup
|
||||
|
||||
val BusyoofGroup.Large: LargeGroup
|
||||
get() = LargeGroup
|
||||
|
||||
private var __AllIcons: ____KtList<ImageVector>? = null
|
||||
|
||||
val LargeGroup.AllIcons: ____KtList<ImageVector>
|
||||
get() {
|
||||
if (__AllIcons != null) {
|
||||
return __AllIcons!!
|
||||
}
|
||||
__AllIcons = listOf(Dark, Light)
|
||||
return __AllIcons!!
|
||||
}
|
|
@ -0,0 +1,23 @@
|
|||
package com.microsoft.fluentui.icons.avataricons.presence.busyoof
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.BusyoofGroup
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.busyoof.medium.Dark
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.busyoof.medium.Light
|
||||
import kotlin.collections.List as ____KtList
|
||||
|
||||
object MediumGroup
|
||||
|
||||
val BusyoofGroup.Medium: MediumGroup
|
||||
get() = MediumGroup
|
||||
|
||||
private var __AllIcons: ____KtList<ImageVector>? = null
|
||||
|
||||
val MediumGroup.AllIcons: ____KtList<ImageVector>
|
||||
get() {
|
||||
if (__AllIcons != null) {
|
||||
return __AllIcons!!
|
||||
}
|
||||
__AllIcons = listOf(Dark, Light)
|
||||
return __AllIcons!!
|
||||
}
|
|
@ -0,0 +1,23 @@
|
|||
package com.microsoft.fluentui.icons.avataricons.presence.busyoof
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.BusyoofGroup
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.busyoof.small.Dark
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.busyoof.small.Light
|
||||
import kotlin.collections.List as ____KtList
|
||||
|
||||
object SmallGroup
|
||||
|
||||
val BusyoofGroup.Small: SmallGroup
|
||||
get() = SmallGroup
|
||||
|
||||
private var __AllIcons: ____KtList<ImageVector>? = null
|
||||
|
||||
val SmallGroup.AllIcons: ____KtList<ImageVector>
|
||||
get() {
|
||||
if (__AllIcons != null) {
|
||||
return __AllIcons!!
|
||||
}
|
||||
__AllIcons = listOf(Dark, Light)
|
||||
return __AllIcons!!
|
||||
}
|
|
@ -0,0 +1,50 @@
|
|||
package com.microsoft.fluentui.icons.avataricons.presence.busyoof.large
|
||||
|
||||
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.microsoft.fluentui.icons.avataricons.presence.busyoof.LargeGroup
|
||||
|
||||
val LargeGroup.Dark: ImageVector
|
||||
get() {
|
||||
if (_dark != null) {
|
||||
return _dark!!
|
||||
}
|
||||
_dark = Builder(name = "Dark", defaultWidth = 20.0.dp, defaultHeight = 20.0.dp,
|
||||
viewportWidth = 20.0f, viewportHeight = 20.0f).apply {
|
||||
path(fill = SolidColor(Color(0xFF000000)), stroke = SolidColor(Color(0xFF000000)),
|
||||
strokeLineWidth = 2.0f, strokeLineCap = Butt, strokeLineJoin = Miter,
|
||||
strokeLineMiter = 4.0f, pathFillType = NonZero) {
|
||||
moveTo(10.0f, 10.0f)
|
||||
moveToRelative(-9.0f, 0.0f)
|
||||
arcToRelative(9.0f, 9.0f, 0.0f, true, true, 18.0f, 0.0f)
|
||||
arcToRelative(9.0f, 9.0f, 0.0f, true, true, -18.0f, 0.0f)
|
||||
}
|
||||
path(fill = SolidColor(Color(0xFFD74553)), stroke = null, strokeLineWidth = 0.0f,
|
||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||
pathFillType = NonZero) {
|
||||
moveTo(10.0f, 4.0f)
|
||||
curveTo(6.6863f, 4.0f, 4.0f, 6.6863f, 4.0f, 10.0f)
|
||||
curveTo(4.0f, 13.3137f, 6.6863f, 16.0f, 10.0f, 16.0f)
|
||||
curveTo(13.3137f, 16.0f, 16.0f, 13.3137f, 16.0f, 10.0f)
|
||||
curveTo(16.0f, 6.6863f, 13.3137f, 4.0f, 10.0f, 4.0f)
|
||||
close()
|
||||
moveTo(2.0f, 10.0f)
|
||||
curveTo(2.0f, 5.5817f, 5.5817f, 2.0f, 10.0f, 2.0f)
|
||||
curveTo(14.4183f, 2.0f, 18.0f, 5.5817f, 18.0f, 10.0f)
|
||||
curveTo(18.0f, 14.4183f, 14.4183f, 18.0f, 10.0f, 18.0f)
|
||||
curveTo(5.5817f, 18.0f, 2.0f, 14.4183f, 2.0f, 10.0f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
.build()
|
||||
return _dark!!
|
||||
}
|
||||
|
||||
private var _dark: ImageVector? = null
|
|
@ -0,0 +1,78 @@
|
|||
package com.microsoft.fluentui.icons.avataricons.presence.busyoof.large
|
||||
|
||||
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.microsoft.fluentui.icons.avataricons.presence.busyoof.LargeGroup
|
||||
|
||||
val LargeGroup.Light: ImageVector
|
||||
get() {
|
||||
if (_light != null) {
|
||||
return _light!!
|
||||
}
|
||||
_light = Builder(name = "Light", defaultWidth = 20.0.dp, defaultHeight = 20.0.dp,
|
||||
viewportWidth = 20.0f, viewportHeight = 20.0f).apply {
|
||||
path(fill = SolidColor(Color(0xFFffffff)), stroke = null, strokeLineWidth = 0.0f,
|
||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||
pathFillType = NonZero) {
|
||||
moveTo(10.0f, 1.0f)
|
||||
lineTo(10.0f, 1.0f)
|
||||
arcTo(9.0f, 9.0f, 0.0f, false, true, 19.0f, 10.0f)
|
||||
lineTo(19.0f, 10.0f)
|
||||
arcTo(9.0f, 9.0f, 0.0f, false, true, 10.0f, 19.0f)
|
||||
lineTo(10.0f, 19.0f)
|
||||
arcTo(9.0f, 9.0f, 0.0f, false, true, 1.0f, 10.0f)
|
||||
lineTo(1.0f, 10.0f)
|
||||
arcTo(9.0f, 9.0f, 0.0f, false, true, 10.0f, 1.0f)
|
||||
close()
|
||||
}
|
||||
path(fill = SolidColor(Color(0xFFffffff)), stroke = SolidColor(Color(0xFFffffff)),
|
||||
strokeLineWidth = 2.0f, strokeLineCap = Butt, strokeLineJoin = Miter,
|
||||
strokeLineMiter = 4.0f, pathFillType = NonZero) {
|
||||
moveTo(10.0f, 10.0f)
|
||||
moveToRelative(-9.0f, 0.0f)
|
||||
arcToRelative(9.0f, 9.0f, 0.0f, true, true, 18.0f, 0.0f)
|
||||
arcToRelative(9.0f, 9.0f, 0.0f, true, true, -18.0f, 0.0f)
|
||||
}
|
||||
path(fill = SolidColor(Color(0xFFC50F1F)), stroke = null, strokeLineWidth = 0.0f,
|
||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||
pathFillType = NonZero) {
|
||||
moveTo(10.0f, 4.0f)
|
||||
curveTo(6.6863f, 4.0f, 4.0f, 6.6863f, 4.0f, 10.0f)
|
||||
curveTo(4.0f, 13.3137f, 6.6863f, 16.0f, 10.0f, 16.0f)
|
||||
curveTo(13.3137f, 16.0f, 16.0f, 13.3137f, 16.0f, 10.0f)
|
||||
curveTo(16.0f, 6.6863f, 13.3137f, 4.0f, 10.0f, 4.0f)
|
||||
close()
|
||||
moveTo(2.0f, 10.0f)
|
||||
curveTo(2.0f, 5.5817f, 5.5817f, 2.0f, 10.0f, 2.0f)
|
||||
curveTo(14.4183f, 2.0f, 18.0f, 5.5817f, 18.0f, 10.0f)
|
||||
curveTo(18.0f, 14.4183f, 14.4183f, 18.0f, 10.0f, 18.0f)
|
||||
curveTo(5.5817f, 18.0f, 2.0f, 14.4183f, 2.0f, 10.0f)
|
||||
close()
|
||||
}
|
||||
path(fill = SolidColor(Color(0x00000000)), stroke = SolidColor(Color(0xFFffffff)),
|
||||
strokeLineWidth = 2.0f, strokeLineCap = Butt, strokeLineJoin = Miter,
|
||||
strokeLineMiter = 4.0f, pathFillType = NonZero) {
|
||||
moveTo(10.0f, 1.0f)
|
||||
lineTo(10.0f, 1.0f)
|
||||
arcTo(9.0f, 9.0f, 0.0f, false, true, 19.0f, 10.0f)
|
||||
lineTo(19.0f, 10.0f)
|
||||
arcTo(9.0f, 9.0f, 0.0f, false, true, 10.0f, 19.0f)
|
||||
lineTo(10.0f, 19.0f)
|
||||
arcTo(9.0f, 9.0f, 0.0f, false, true, 1.0f, 10.0f)
|
||||
lineTo(1.0f, 10.0f)
|
||||
arcTo(9.0f, 9.0f, 0.0f, false, true, 10.0f, 1.0f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
.build()
|
||||
return _light!!
|
||||
}
|
||||
|
||||
private var _light: ImageVector? = null
|
|
@ -0,0 +1,50 @@
|
|||
package com.microsoft.fluentui.icons.avataricons.presence.busyoof.medium
|
||||
|
||||
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.microsoft.fluentui.icons.avataricons.presence.busyoof.MediumGroup
|
||||
|
||||
val MediumGroup.Dark: ImageVector
|
||||
get() {
|
||||
if (_dark != null) {
|
||||
return _dark!!
|
||||
}
|
||||
_dark = Builder(name = "Dark", defaultWidth = 16.0.dp, defaultHeight = 16.0.dp,
|
||||
viewportWidth = 16.0f, viewportHeight = 16.0f).apply {
|
||||
path(fill = SolidColor(Color(0xFF000000)), stroke = SolidColor(Color(0xFF000000)),
|
||||
strokeLineWidth = 2.0f, strokeLineCap = Butt, strokeLineJoin = Miter,
|
||||
strokeLineMiter = 4.0f, pathFillType = NonZero) {
|
||||
moveTo(8.0f, 8.0f)
|
||||
moveToRelative(-7.0f, 0.0f)
|
||||
arcToRelative(7.0f, 7.0f, 0.0f, true, true, 14.0f, 0.0f)
|
||||
arcToRelative(7.0f, 7.0f, 0.0f, true, true, -14.0f, 0.0f)
|
||||
}
|
||||
path(fill = SolidColor(Color(0xFFD74553)), stroke = null, strokeLineWidth = 0.0f,
|
||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||
pathFillType = NonZero) {
|
||||
moveTo(8.0f, 3.5f)
|
||||
curveTo(5.5147f, 3.5f, 3.5f, 5.5147f, 3.5f, 8.0f)
|
||||
curveTo(3.5f, 10.4853f, 5.5147f, 12.5f, 8.0f, 12.5f)
|
||||
curveTo(10.4853f, 12.5f, 12.5f, 10.4853f, 12.5f, 8.0f)
|
||||
curveTo(12.5f, 5.5147f, 10.4853f, 3.5f, 8.0f, 3.5f)
|
||||
close()
|
||||
moveTo(2.0f, 8.0f)
|
||||
curveTo(2.0f, 4.6863f, 4.6863f, 2.0f, 8.0f, 2.0f)
|
||||
curveTo(11.3137f, 2.0f, 14.0f, 4.6863f, 14.0f, 8.0f)
|
||||
curveTo(14.0f, 11.3137f, 11.3137f, 14.0f, 8.0f, 14.0f)
|
||||
curveTo(4.6863f, 14.0f, 2.0f, 11.3137f, 2.0f, 8.0f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
.build()
|
||||
return _dark!!
|
||||
}
|
||||
|
||||
private var _dark: ImageVector? = null
|
|
@ -0,0 +1,78 @@
|
|||
package com.microsoft.fluentui.icons.avataricons.presence.busyoof.medium
|
||||
|
||||
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.microsoft.fluentui.icons.avataricons.presence.busyoof.MediumGroup
|
||||
|
||||
val MediumGroup.Light: ImageVector
|
||||
get() {
|
||||
if (_light != null) {
|
||||
return _light!!
|
||||
}
|
||||
_light = Builder(name = "Light", defaultWidth = 16.0.dp, defaultHeight = 16.0.dp,
|
||||
viewportWidth = 16.0f, viewportHeight = 16.0f).apply {
|
||||
path(fill = SolidColor(Color(0xFFffffff)), stroke = null, strokeLineWidth = 0.0f,
|
||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||
pathFillType = NonZero) {
|
||||
moveTo(8.0f, 1.0f)
|
||||
lineTo(8.0f, 1.0f)
|
||||
arcTo(7.0f, 7.0f, 0.0f, false, true, 15.0f, 8.0f)
|
||||
lineTo(15.0f, 8.0f)
|
||||
arcTo(7.0f, 7.0f, 0.0f, false, true, 8.0f, 15.0f)
|
||||
lineTo(8.0f, 15.0f)
|
||||
arcTo(7.0f, 7.0f, 0.0f, false, true, 1.0f, 8.0f)
|
||||
lineTo(1.0f, 8.0f)
|
||||
arcTo(7.0f, 7.0f, 0.0f, false, true, 8.0f, 1.0f)
|
||||
close()
|
||||
}
|
||||
path(fill = SolidColor(Color(0xFFffffff)), stroke = SolidColor(Color(0xFFffffff)),
|
||||
strokeLineWidth = 2.0f, strokeLineCap = Butt, strokeLineJoin = Miter,
|
||||
strokeLineMiter = 4.0f, pathFillType = NonZero) {
|
||||
moveTo(8.0f, 8.0f)
|
||||
moveToRelative(-7.0f, 0.0f)
|
||||
arcToRelative(7.0f, 7.0f, 0.0f, true, true, 14.0f, 0.0f)
|
||||
arcToRelative(7.0f, 7.0f, 0.0f, true, true, -14.0f, 0.0f)
|
||||
}
|
||||
path(fill = SolidColor(Color(0xFFC50F1F)), stroke = null, strokeLineWidth = 0.0f,
|
||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||
pathFillType = NonZero) {
|
||||
moveTo(8.0f, 3.5f)
|
||||
curveTo(5.5147f, 3.5f, 3.5f, 5.5147f, 3.5f, 8.0f)
|
||||
curveTo(3.5f, 10.4853f, 5.5147f, 12.5f, 8.0f, 12.5f)
|
||||
curveTo(10.4853f, 12.5f, 12.5f, 10.4853f, 12.5f, 8.0f)
|
||||
curveTo(12.5f, 5.5147f, 10.4853f, 3.5f, 8.0f, 3.5f)
|
||||
close()
|
||||
moveTo(2.0f, 8.0f)
|
||||
curveTo(2.0f, 4.6863f, 4.6863f, 2.0f, 8.0f, 2.0f)
|
||||
curveTo(11.3137f, 2.0f, 14.0f, 4.6863f, 14.0f, 8.0f)
|
||||
curveTo(14.0f, 11.3137f, 11.3137f, 14.0f, 8.0f, 14.0f)
|
||||
curveTo(4.6863f, 14.0f, 2.0f, 11.3137f, 2.0f, 8.0f)
|
||||
close()
|
||||
}
|
||||
path(fill = SolidColor(Color(0x00000000)), stroke = SolidColor(Color(0xFFffffff)),
|
||||
strokeLineWidth = 2.0f, strokeLineCap = Butt, strokeLineJoin = Miter,
|
||||
strokeLineMiter = 4.0f, pathFillType = NonZero) {
|
||||
moveTo(8.0f, 1.0f)
|
||||
lineTo(8.0f, 1.0f)
|
||||
arcTo(7.0f, 7.0f, 0.0f, false, true, 15.0f, 8.0f)
|
||||
lineTo(15.0f, 8.0f)
|
||||
arcTo(7.0f, 7.0f, 0.0f, false, true, 8.0f, 15.0f)
|
||||
lineTo(8.0f, 15.0f)
|
||||
arcTo(7.0f, 7.0f, 0.0f, false, true, 1.0f, 8.0f)
|
||||
lineTo(1.0f, 8.0f)
|
||||
arcTo(7.0f, 7.0f, 0.0f, false, true, 8.0f, 1.0f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
.build()
|
||||
return _light!!
|
||||
}
|
||||
|
||||
private var _light: ImageVector? = null
|
|
@ -0,0 +1,50 @@
|
|||
package com.microsoft.fluentui.icons.avataricons.presence.busyoof.small
|
||||
|
||||
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.microsoft.fluentui.icons.avataricons.presence.busyoof.SmallGroup
|
||||
|
||||
val SmallGroup.Dark: ImageVector
|
||||
get() {
|
||||
if (_dark != null) {
|
||||
return _dark!!
|
||||
}
|
||||
_dark = Builder(name = "Dark", defaultWidth = 14.0.dp, defaultHeight = 14.0.dp,
|
||||
viewportWidth = 14.0f, viewportHeight = 14.0f).apply {
|
||||
path(fill = SolidColor(Color(0xFF000000)), stroke = SolidColor(Color(0xFF000000)),
|
||||
strokeLineWidth = 2.0f, strokeLineCap = Butt, strokeLineJoin = Miter,
|
||||
strokeLineMiter = 4.0f, pathFillType = NonZero) {
|
||||
moveTo(7.0f, 7.0f)
|
||||
moveToRelative(-6.0f, 0.0f)
|
||||
arcToRelative(6.0f, 6.0f, 0.0f, true, true, 12.0f, 0.0f)
|
||||
arcToRelative(6.0f, 6.0f, 0.0f, true, true, -12.0f, 0.0f)
|
||||
}
|
||||
path(fill = SolidColor(Color(0xFFD74553)), stroke = null, strokeLineWidth = 0.0f,
|
||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||
pathFillType = NonZero) {
|
||||
moveTo(6.9987f, 3.0f)
|
||||
curveTo(4.7903f, 3.0f, 3.0f, 4.7903f, 3.0f, 6.9987f)
|
||||
curveTo(3.0f, 9.2071f, 4.7903f, 10.9974f, 6.9987f, 10.9974f)
|
||||
curveTo(9.2071f, 10.9974f, 10.9974f, 9.2071f, 10.9974f, 6.9987f)
|
||||
curveTo(10.9974f, 4.7903f, 9.2071f, 3.0f, 6.9987f, 3.0f)
|
||||
close()
|
||||
moveTo(2.0f, 6.9987f)
|
||||
curveTo(2.0f, 4.238f, 4.238f, 2.0f, 6.9987f, 2.0f)
|
||||
curveTo(9.7594f, 2.0f, 11.9974f, 4.238f, 11.9974f, 6.9987f)
|
||||
curveTo(11.9974f, 9.7594f, 9.7594f, 11.9974f, 6.9987f, 11.9974f)
|
||||
curveTo(4.238f, 11.9974f, 2.0f, 9.7594f, 2.0f, 6.9987f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
.build()
|
||||
return _dark!!
|
||||
}
|
||||
|
||||
private var _dark: ImageVector? = null
|
|
@ -0,0 +1,78 @@
|
|||
package com.microsoft.fluentui.icons.avataricons.presence.busyoof.small
|
||||
|
||||
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.microsoft.fluentui.icons.avataricons.presence.busyoof.SmallGroup
|
||||
|
||||
val SmallGroup.Light: ImageVector
|
||||
get() {
|
||||
if (_light != null) {
|
||||
return _light!!
|
||||
}
|
||||
_light = Builder(name = "Light", defaultWidth = 14.0.dp, defaultHeight = 14.0.dp,
|
||||
viewportWidth = 14.0f, viewportHeight = 14.0f).apply {
|
||||
path(fill = SolidColor(Color(0xFFffffff)), stroke = null, strokeLineWidth = 0.0f,
|
||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||
pathFillType = NonZero) {
|
||||
moveTo(7.0f, 1.0f)
|
||||
lineTo(7.0f, 1.0f)
|
||||
arcTo(6.0f, 6.0f, 0.0f, false, true, 13.0f, 7.0f)
|
||||
lineTo(13.0f, 7.0f)
|
||||
arcTo(6.0f, 6.0f, 0.0f, false, true, 7.0f, 13.0f)
|
||||
lineTo(7.0f, 13.0f)
|
||||
arcTo(6.0f, 6.0f, 0.0f, false, true, 1.0f, 7.0f)
|
||||
lineTo(1.0f, 7.0f)
|
||||
arcTo(6.0f, 6.0f, 0.0f, false, true, 7.0f, 1.0f)
|
||||
close()
|
||||
}
|
||||
path(fill = SolidColor(Color(0xFFffffff)), stroke = SolidColor(Color(0xFFffffff)),
|
||||
strokeLineWidth = 2.0f, strokeLineCap = Butt, strokeLineJoin = Miter,
|
||||
strokeLineMiter = 4.0f, pathFillType = NonZero) {
|
||||
moveTo(7.0f, 7.0f)
|
||||
moveToRelative(-6.0f, 0.0f)
|
||||
arcToRelative(6.0f, 6.0f, 0.0f, true, true, 12.0f, 0.0f)
|
||||
arcToRelative(6.0f, 6.0f, 0.0f, true, true, -12.0f, 0.0f)
|
||||
}
|
||||
path(fill = SolidColor(Color(0xFFC50F1F)), stroke = null, strokeLineWidth = 0.0f,
|
||||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
|
||||
pathFillType = NonZero) {
|
||||
moveTo(6.9987f, 3.0f)
|
||||
curveTo(4.7903f, 3.0f, 3.0f, 4.7903f, 3.0f, 6.9987f)
|
||||
curveTo(3.0f, 9.2071f, 4.7903f, 10.9974f, 6.9987f, 10.9974f)
|
||||
curveTo(9.2071f, 10.9974f, 10.9974f, 9.2071f, 10.9974f, 6.9987f)
|
||||
curveTo(10.9974f, 4.7903f, 9.2071f, 3.0f, 6.9987f, 3.0f)
|
||||
close()
|
||||
moveTo(2.0f, 6.9987f)
|
||||
curveTo(2.0f, 4.238f, 4.238f, 2.0f, 6.9987f, 2.0f)
|
||||
curveTo(9.7594f, 2.0f, 11.9974f, 4.238f, 11.9974f, 6.9987f)
|
||||
curveTo(11.9974f, 9.7594f, 9.7594f, 11.9974f, 6.9987f, 11.9974f)
|
||||
curveTo(4.238f, 11.9974f, 2.0f, 9.7594f, 2.0f, 6.9987f)
|
||||
close()
|
||||
}
|
||||
path(fill = SolidColor(Color(0x00000000)), stroke = SolidColor(Color(0xFFffffff)),
|
||||
strokeLineWidth = 2.0f, strokeLineCap = Butt, strokeLineJoin = Miter,
|
||||
strokeLineMiter = 4.0f, pathFillType = NonZero) {
|
||||
moveTo(7.0f, 1.0f)
|
||||
lineTo(7.0f, 1.0f)
|
||||
arcTo(6.0f, 6.0f, 0.0f, false, true, 13.0f, 7.0f)
|
||||
lineTo(13.0f, 7.0f)
|
||||
arcTo(6.0f, 6.0f, 0.0f, false, true, 7.0f, 13.0f)
|
||||
lineTo(7.0f, 13.0f)
|
||||
arcTo(6.0f, 6.0f, 0.0f, false, true, 1.0f, 7.0f)
|
||||
lineTo(1.0f, 7.0f)
|
||||
arcTo(6.0f, 6.0f, 0.0f, false, true, 7.0f, 1.0f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
.build()
|
||||
return _light!!
|
||||
}
|
||||
|
||||
private var _light: ImageVector? = null
|
|
@ -0,0 +1,21 @@
|
|||
package com.microsoft.fluentui.icons.avataricons.presence.dark
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.DarkGroup
|
||||
import kotlin.collections.List as ____KtList
|
||||
|
||||
object LargeGroup
|
||||
|
||||
val DarkGroup.Large: LargeGroup
|
||||
get() = LargeGroup
|
||||
|
||||
private var __AllIcons: ____KtList<ImageVector>? = null
|
||||
|
||||
val LargeGroup.AllIcons: ____KtList<ImageVector>
|
||||
get() {
|
||||
if (__AllIcons != null) {
|
||||
return __AllIcons!!
|
||||
}
|
||||
__AllIcons = listOf()
|
||||
return __AllIcons!!
|
||||
}
|
|
@ -0,0 +1,21 @@
|
|||
package com.microsoft.fluentui.icons.avataricons.presence.dark
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.microsoft.fluentui.icons.avataricons.presence.DarkGroup
|
||||
import kotlin.collections.List as ____KtList
|
||||
|
||||
object MediumGroup
|
||||
|
||||
val DarkGroup.Medium: MediumGroup
|
||||
get() = MediumGroup
|
||||
|
||||
private var __AllIcons: ____KtList<ImageVector>? = null
|
||||
|
||||
val MediumGroup.AllIcons: ____KtList<ImageVector>
|
||||
get() {
|
||||
if (__AllIcons != null) {
|
||||
return __AllIcons!!
|
||||
}
|
||||
__AllIcons = listOf()
|
||||
return __AllIcons!!
|
||||
}
|
Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше
Загрузка…
Ссылка в новой задаче