mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
This reverts commit 4f75c487c3.
This commit is contained in:
parent
4f75c487c3
commit
5710ff98ac
8 changed files with 5 additions and 29 deletions
|
|
@ -9,21 +9,15 @@ import {
|
|||
img7,
|
||||
img8,
|
||||
img10,
|
||||
img11,
|
||||
img12,
|
||||
img13,
|
||||
img14,
|
||||
img15,
|
||||
img16,
|
||||
img17,
|
||||
img18,
|
||||
img19,
|
||||
img20,
|
||||
img21,
|
||||
img22,
|
||||
img23,
|
||||
img24,
|
||||
img25
|
||||
img21
|
||||
} from "./imgs";
|
||||
|
||||
interface IProps {
|
||||
|
|
@ -53,19 +47,13 @@ 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" },
|
||||
22: { image: img20, imageTitle: "Diversion" },
|
||||
23: { image: img20, imageTitle: "dnsmasq" },
|
||||
24: { image: img20, imageTitle: "Slimjet" },
|
||||
25: { image: img20, imageTitle: "uMatrix" }
|
||||
};
|
||||
21: { image: img21, imageTitle: "Privoxy" }
|
||||
};
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 1.1 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 636 B |
Binary file not shown.
|
Before Width: | Height: | Size: 488 B |
Binary file not shown.
|
Before Width: | Height: | Size: 789 B |
Binary file not shown.
|
Before Width: | Height: | Size: 1.4 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 917 B |
|
|
@ -7,21 +7,15 @@ 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,
|
||||
|
|
@ -33,19 +27,13 @@ export {
|
|||
img7,
|
||||
img8,
|
||||
img10,
|
||||
img11,
|
||||
img12,
|
||||
img13,
|
||||
img14,
|
||||
img15,
|
||||
img16,
|
||||
img17,
|
||||
img18,
|
||||
img19,
|
||||
img20,
|
||||
img21,
|
||||
img22,
|
||||
img23,
|
||||
img24,
|
||||
img25
|
||||
};
|
||||
img21
|
||||
};
|
||||
Loading…
Reference in a new issue