Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- svgReligion :: [(String, Svg)]
- xp :: Svg
- taijitu :: String -> String -> Svg
- crossLatin :: Svg
- crossOrthodox :: Svg
- crescentAndStar :: Svg
- starOfDavid :: Svg
- iChingHexagram :: (Int, Int, Int, Int, Int, Int) -> Svg
Documentation
svgReligion :: [(String, Svg)] Source #
A list with all the icons of this module, together with appropriate names.
svgReligion :: [ (String , S.Svg) ] svgReligion = [ (,) "xp" xp , (,) "taijitu" (taijitu "black" "white") , (,) "crossLatin" crossLatin , (,) "crossOrthodox" crossOrthodox , (,) "crescentAndStar" crescentAndStar , (,) "starOfDavid" starOfDavid , (,) "exampleHexagram" (iChingHexagram (8,8,7,8,7,7)) ]
![fill and stroke](https:/raw.githubusercontent.comRamiroPastorSvgIconsmainsvgiconsreligionxp_full.svg) ![stroke style](https:/raw.githubusercontent.comRamiroPastorSvgIconsmainsvgiconsreligionxp_strk.svg)
taijitu :: String -> String -> Svg Source #
![fill and stroke](https:/raw.githubusercontent.comRamiroPastorSvgIconsmainsvgiconsreligiontaijitu_full.svg) ![stroke style](https:/raw.githubusercontent.comRamiroPastorSvgIconsmainsvgiconsreligiontaijitu_strk.svg)
You must provide both yin and yang colors
crossLatin :: Svg Source #
![fill and stroke](https:/raw.githubusercontent.comRamiroPastorSvgIconsmainsvgiconsreligioncrossLatin_full.svg) ![stroke style](https:/raw.githubusercontent.comRamiroPastorSvgIconsmainsvgiconsreligioncrossLatin_strk.svg)
crossOrthodox :: Svg Source #
![fill and stroke](https:/raw.githubusercontent.comRamiroPastorSvgIconsmainsvgiconsreligioncrossOrthodox_full.svg) ![stroke style](https:/raw.githubusercontent.comRamiroPastorSvgIconsmainsvgiconsreligioncrossOrthodox_strk.svg)
crescentAndStar :: Svg Source #
![fill and stroke](https:/raw.githubusercontent.comRamiroPastorSvgIconsmainsvgiconsreligioncrescentAndStar_full.svg) ![stroke style](https:/raw.githubusercontent.comRamiroPastorSvgIconsmainsvgiconsreligioncrescentAndStar_strk.svg)
starOfDavid :: Svg Source #
![fill and stroke](https:/raw.githubusercontent.comRamiroPastorSvgIconsmainsvgiconsreligionstarOfDavid_full.svg) ![stroke style](https:/raw.githubusercontent.comRamiroPastorSvgIconsmainsvgiconsreligionstarOfDavid_strk.svg)
iChingHexagram :: (Int, Int, Int, Int, Int, Int) -> Svg Source #
![fill and stroke](https:/raw.githubusercontent.comRamiroPastorSvgIconsmainsvgiconsreligionexampleHexagram_full.svg) ![stroke style](https:/raw.githubusercontent.comRamiroPastorSvgIconsmainsvgiconsreligionexampleHexagram_strk.svg)
Function to draw a hexagram from the Yi Ching (the Book of Mutations). If all six numbers belong to {0,1} it draws only the hexagram lines. Otherwise, the numbers are printed right to their line