Adding 6 new software icons (#661)

* Adding 6 new icons, part 1

* Added 6 new icons, part 2

* Added 6 new icons, part 3

* Hoping to fix the build issue

* Tried to fix another error
This commit is contained in:
Imre Kristoffer Eilertsen 2019-01-14 19:36:39 +01:00 committed by Collin M. Barrett
parent 882209f6eb
commit 4f75c487c3
8 changed files with 29 additions and 5 deletions

View file

@ -9,15 +9,21 @@ import {
img7,
img8,
img10,
img11,
img12,
img13,
img14,
img15,
img16,
img17,
img18,
img19,
img20,
img21
img21,
img22,
img23,
img24,
img25
} from "./imgs";
interface IProps {
@ -47,13 +53,19 @@ const icons: { [id: number]: IIcon; } = {
7: { image: img7, imageTitle: "AdAway" },
8: { image: img8, imageTitle: "Personal Blocklist" },
10: { image: img10, imageTitle: "Redirector" },
11: { image: img10, imageTitle: "Hosts File Editor" },
12: { image: img12, imageTitle: "Gas Mask" },
13: { image: img13, imageTitle: "MinerBlock" },
14: { image: img14, imageTitle: "Pi-hole" },
15: { image: img15, imageTitle: "uBlock" },
16: { image: img16, imageTitle: "Internet Explorer (TPL)" },
17: { image: img10, imageTitle: "Google Hit Hider by Domain" },
18: { image: img18, imageTitle: "FireHOL" },
19: { image: img19, imageTitle: "Samsung Knox" },
20: { image: img20, imageTitle: "Little Snitch" },
21: { image: img21, imageTitle: "Privoxy" }
};
21: { image: img21, imageTitle: "Privoxy" },
22: { image: img20, imageTitle: "Diversion" },
23: { image: img20, imageTitle: "dnsmasq" },
24: { image: img20, imageTitle: "Slimjet" },
25: { image: img20, imageTitle: "uMatrix" }
};

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 636 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 488 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 789 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 917 B

View file

@ -7,15 +7,21 @@ import img6 from "./06-AdBlock.png";
import img7 from "./07-AdAway.png";
import img8 from "./08-Personal-Blocklist.png";
import img10 from "./10-Redirector.png";
import img11 from "./11-Hosts-File-Editor.png";
import img12 from "./12-Gas-Mask.png";
import img13 from "./13-MinerBlock.svg";
import img14 from "./14-Pi-hole.png";
import img15 from "./15-uBlock.svg";
import img16 from "./16-Internet-Explorer-TPL.png";
import img17 from "./17-Google-Hit-Hider-by-Domain.png";
import img18 from "./18-FireHOL.png";
import img19 from "./19-Samsung-Knox.png";
import img20 from "./20-Little-Snitch.png";
import img21 from "./21-Privoxy.png";
import img22 from "./22-Diversion.png";
import img23 from "./23-dnsmasq.png";
import img24 from "./24-Slimjet.png";
import img25 from "./25-uMatrix.png";
export {
img1,
@ -27,13 +33,19 @@ export {
img7,
img8,
img10,
img11,
img12,
img13,
img14,
img15,
img16,
img17,
img18,
img19,
img20,
img21
};
img21,
img22,
img23,
img24,
img25
};