Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
svgTools :: [(String, Svg)] Source #
A list with all the icons of this module, together with appropriate names.
svgTools :: [ (String , S.Svg) ] svgTools = [ (,) "lock" lock , (,) "key" key , (,) "keyWithArc" keyWithArc , (,) "cog6" cog6 , (,) "cog9" cog9 ]
![fill and stroke](https:/raw.githubusercontent.comRamiroPastorSvgIconsmainsvgiconstoolslock_full.svg) ![stroke style](https:/raw.githubusercontent.comRamiroPastorSvgIconsmainsvgiconstoolslock_strk.svg)
![fill and stroke](https:/raw.githubusercontent.comRamiroPastorSvgIconsmainsvgiconstoolskey_full.svg) ![stroke style](https:/raw.githubusercontent.comRamiroPastorSvgIconsmainsvgiconstoolskey_strk.svg)
keyWithArc :: Svg Source #
![fill and stroke](https:/raw.githubusercontent.comRamiroPastorSvgIconsmainsvgiconstoolskeyWithArc_full.svg) ![stroke style](https:/raw.githubusercontent.comRamiroPastorSvgIconsmainsvgiconstoolskeyWithArc_strk.svg)
cogwheel :: Int -> Float -> Svg Source #
![fill and stroke](https:/raw.githubusercontent.comRamiroPastorSvgIconsmainsvgiconstoolscog6_full.svg) ![stroke style](https:/raw.githubusercontent.comRamiroPastorSvgIconsmainsvgiconstoolscog6_strk.svg)
![fill and stroke](https:/raw.githubusercontent.comRamiroPastorSvgIconsmainsvgiconstoolscog9_full.svg) ![stroke style](https:/raw.githubusercontent.comRamiroPastorSvgIconsmainsvgiconstoolscog9_strk.svg)
Takes a natural number n
which is the number of cogs,
and a real number eps
which controls how pointy
the cogs are.