merge new Software icons from master

This commit is contained in:
Collin M. Barrett 2019-09-02 15:15:34 -05:00
parent 472f5d4100
commit 6f318bcf7d
5 changed files with 16 additions and 4 deletions

View file

@ -33,7 +33,10 @@ import {
img31,
img32,
img33,
img34
img34,
img35,
img36,
img37
} from './imgs';
interface Props {
@ -87,5 +90,8 @@ const icons: { [id: number]: Icon; } = {
31: { image: img31, imageTitle: "AdGuard Home" },
32: { image: img32, imageTitle: "AdNauseam" },
33: { image: img33, imageTitle: "Legacy Unix derivatives" },
34: { image: img34, imageTitle: "Windows command line" }
};
34: { image: img34, imageTitle: "Windows command line" },
35: { image: img35, imageTitle: "Shadowsocks" },
36: { image: img36, imageTitle: "ShadowsocksR" },
37: { image: img37, imageTitle: "Shadowrocket" }
};

Binary file not shown.

After

Width:  |  Height:  |  Size: 583 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 693 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 633 B

View file

@ -31,6 +31,9 @@ import img31 from './31-AdGuard-Home.png';
import img32 from './32-AdNauseam.png';
import img33 from './33-Legacy-Unix-Derivatives.png';
import img34 from './34-Windows-command-line.png';
import img35 from './35-Shadowsocks.png';
import img36 from './36-ShadowsocksR.png';
import img37 from './37-Shadowrocket.png';
export {
img01,
@ -65,5 +68,8 @@ export {
img31,
img32,
img33,
img34
img34,
img35,
img36,
img37
};