Skip to content

Commit 7edb9c1

Browse files
committed
New religious culture icons
1 parent 0a415a4 commit 7edb9c1

File tree

12 files changed

+30
-1
lines changed

12 files changed

+30
-1
lines changed

src/assets/icons/Icon_Licenses.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,16 @@
1818
| representativeness_bias.png | flaticon.com | No | https://www.flaticon.com/free-icon/representative_5965705 |
1919
| social_cultural_bias.png | flagicon.com | No | https://www.flaticon.com/free-icon/bias_13330936 |
2020
| social_cultural_value.png | flagicon.com | No | https://www.flaticon.com/free-icon/culture_12375299 |
21+
| muslim.png | flaticon.com | No | https://www.flaticon.com/free-icon/islam_1051465 |
22+
| christian.png | flaticon.com | No | https://www.flaticon.com/free-icon/christian_767929 |
23+
| hindu.png | flaticon.com | No | https://www.flaticon.com/free-icon/hinduist_8525002 |
24+
| taoist.png | flaticon.com | No | https://www.flaticon.com/free-icon/taoism_140168 |
25+
| sikhi.png | flaticon.com | No | https://www.flaticon.com/free-icon/spiritual_16818211 |
26+
| jewish.png | flaticon.com | No | https://www.flaticon.com/free-icon/star-of-david_5936776 |
27+
| buddist.png | flaticon.com | No | https://www.flaticon.com/free-icon/dharma-wheel_3614614 |
28+
| shintoist.png | flaticon.com | No | https://www.flaticon.com/free-icon/shinto_104526 |
29+
30+
2131

2232

2333
# Unused
5.61 KB
Loading
7.79 KB
Loading
5.44 KB
Loading
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
/**
2+
* Icon string to image mapping.
3+
* Nodes with label matching the map key will load the associated icon.
4+
*/
5+
6+
export const CULTURE_RELIGIOUS_ICONS = {
7+
buddist_culture : require('./buddist.png'),
8+
christian_culture : require('./christian.png'),
9+
hindu_culture : require('./hindu.png'),
10+
jewish_culture : require('./jewish.png'),
11+
muslim_culture : require('./muslim.png'),
12+
sikh_culture : require('./sikh.png'),
13+
shintoist_culture : require('./shintoist.png'),
14+
taoist_culture : require('./taoist.png'),
15+
};
5.35 KB
Loading
10.1 KB
Loading
7.27 KB
Loading
5.43 KB
Loading
11.1 KB
Loading

0 commit comments

Comments
 (0)