Skip to content

Commit 5237f00

Browse files
committed
Update icon.
1 parent 84ca964 commit 5237f00

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed
0 Bytes
Binary file not shown.

library/src/main/java/com/absinthe/rulesbundle/IconResMap.kt

+2-1
Original file line numberDiff line numberDiff line change
@@ -148,13 +148,14 @@ object IconResMap {
148148
put(135, R.drawable.ic_lib_maplibre_native)
149149
put(136, R.drawable.ic_lib_graphene_os)
150150
put(137, R.drawable.ic_lib_termux)
151+
put(138, R.drawable.ic_lib_rive)
151152
}
152153

153154
SINGLE_COLOR_ICON_SET = setOf(
154155
-1, 2, 3, 5, 6, 9, 10, 11, 13, 14, 15, 16, 17,
155156
25, 27, 30, 31, 38, 40, 43, 44, 47, 48, 51, 53, 56,
156157
59, 61, 63, 64, 66, 74, 76, 81, 82, 83, 84, 93,
157-
97, 100, 101, 103, 104, 108, 110, 111, 124, 136
158+
97, 100, 101, 103, 104, 108, 110, 111, 124, 136, 138
158159
)
159160
}
160161

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<vector xmlns:android="http://schemas.android.com/apk/res/android"
2+
android:width="24dp"
3+
android:height="24dp"
4+
android:viewportWidth="1024"
5+
android:viewportHeight="1024"
6+
android:tint="?attr/colorControlNormal">
7+
8+
<group>
9+
<clip-path android:pathData="M134,112h757v800h-757z" />
10+
<path
11+
android:fillColor="#000000"
12+
android:fillType="evenOdd"
13+
android:pathData="M134,161.2C134,188.3 156.3,210.3 183.7,210.3H595.5C642.4,210.3 681.1,224.7 711.4,253.4C741.8,282 757,318.9 757,364C757,405.6 741.8,439.8 711.4,466.4C681.1,492.4 642.4,505.3 595.5,505.3H416.5C389.1,505.3 366.8,527.3 366.8,554.5C366.8,581.7 389.1,603.7 416.5,603.7H614.1L792.2,886.4C803.2,903.5 818.8,912 838.8,912C860.9,912 876.4,903.5 885.4,886.4C894.3,868.6 892.6,849.9 880.2,830.1L721.8,578.1C764.6,558.9 798.4,530.9 823.2,494.1C848.1,456.5 860.5,413.2 860.5,364C860.5,314.1 849.1,270.4 826.4,232.9C804.3,195.3 773.2,165.9 733.2,144.8C693.2,122.9 647.3,112 595.5,112H183.7C156.3,112 134,134 134,161.2Z" />
14+
</group>
15+
16+
</vector>

0 commit comments

Comments
 (0)