Skip to content

Commit c1444eb

Browse files
committed
Rules V40.
1 parent 5237f00 commit c1444eb

File tree

4 files changed

+28
-3
lines changed

4 files changed

+28
-3
lines changed
4 KB
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version=39
2-
items=2100
1+
version=40
2+
items=2204

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,13 +149,15 @@ object IconResMap {
149149
put(136, R.drawable.ic_lib_graphene_os)
150150
put(137, R.drawable.ic_lib_termux)
151151
put(138, R.drawable.ic_lib_rive)
152+
put(139, R.drawable.ic_lib_lynx)
152153
}
153154

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

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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+
10+
<clip-path android:pathData="M127,112h771v800h-771z" />
11+
12+
<path
13+
android:fillColor="#111113"
14+
android:fillType="evenOdd"
15+
android:pathData="M343,289L238.6,361C227.2,368.9 219.3,380.6 216.6,393.9L206.4,443.1C205.8,445.7 204.6,448.1 202.9,450.2L155.4,512.3C149.1,519.8 149.2,539.5 166.7,552.2C173.4,558 182.4,571.1 192.6,586C214.2,617.6 241.3,657.2 264.2,653.1C296.5,641.7 336.2,638.1 366.6,653.1C425.8,704.2 411.3,751.4 390.4,818.9C382,846.1 372.6,876.6 366.6,912C395,808.5 458.9,688.3 574.2,647.5C553.4,630.6 511,614.8 473.5,611C473.5,611 588.7,512.3 730.8,467C631.6,230.9 467.9,118.1 467.9,118.1C459.6,107.8 442.7,111.2 439.3,123.9C436.5,161.2 431.8,186.6 424.2,210.5L366.6,144C360.6,136.8 348.6,140.9 348.6,150.3C358.4,204.5 357,234.9 343,289ZM383.6,284.1L383.9,284C384.7,284 385.4,283.9 386.1,283.8L383.6,284.1ZM461.5,162.3C500.9,230.5 518.8,269.3 524.8,341.6C482.9,317.8 464.6,311.7 433.7,311.8C451.7,257.1 457.2,224.1 461.5,162.3Z" />
16+
17+
<path
18+
android:fillColor="#111113"
19+
android:pathData="M715,668.9C554.3,705.7 463,761.1 393.2,912C518.5,701.6 897.9,739.2 897.9,739.2C890.8,704.9 815.4,639.3 765.8,599.2C765.8,599.2 805.8,549.9 894.3,525C894.3,525 724.2,534.9 625.1,588.4C657.2,605.3 698.3,633.9 715,668.9Z" />
20+
21+
</group>
22+
23+
</vector>

0 commit comments

Comments
 (0)