mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 11:57:48 -03:00
Update tab_audio.icon
This commit is contained in:
parent
efb3429985
commit
c51babe7cc
1 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
// found in the LICENSE file.
|
||||
|
||||
CANVAS_DIMENSIONS, 32,
|
||||
PATH_COLOR_ARGB, 0xFF, 0x19, 0x67, 0xD2,
|
||||
PATH_COLOR_ARGB, 0xFF, 0xAA, 0x00, 0xAA,
|
||||
MOVE_TO, 17, 7,
|
||||
R_V_LINE_TO, 18,
|
||||
R_LINE_TO, -6, -6,
|
||||
|
@ -23,7 +23,7 @@ R_V_LINE_TO, -10,
|
|||
CLOSE
|
||||
|
||||
CANVAS_DIMENSIONS, 16,
|
||||
PATH_COLOR_ARGB, 0xFF, 0x19, 0x67, 0xD2,
|
||||
PATH_COLOR_ARGB, 0xFF, 0xAA, 0x00, 0xAA,
|
||||
DISABLE_AA,
|
||||
MOVE_TO, 9, 2,
|
||||
R_V_LINE_TO, 11,
|
||||
|
@ -33,7 +33,7 @@ R_V_LINE_TO, -3,
|
|||
R_H_LINE_TO, 1,
|
||||
CLOSE,
|
||||
NEW_PATH,
|
||||
PATH_COLOR_ARGB, 0xFF, 0x19, 0x67, 0xD2,
|
||||
PATH_COLOR_ARGB, 0xFF, 0xAA, 0x00, 0xAA,
|
||||
STROKE, 1,
|
||||
MOVE_TO, 10.5f, 6,
|
||||
R_V_LINE_TO, 3,
|
||||
|
|
Loading…
Reference in a new issue