svg-icons-0.1.0.1: Svg Icons and more
Safe HaskellSafe-Inferred
LanguageHaskell2010

Icons.Tools

Synopsis

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
  ]

lock :: Svg Source #

![fill and stroke](https:/raw.githubusercontent.comRamiroPastorSvgIconsmainsvgiconstoolslock_full.svg) ![stroke style](https:/raw.githubusercontent.comRamiroPastorSvgIconsmainsvgiconstoolslock_strk.svg)

key :: Svg Source #

![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.

cog6 :: Svg Source #

cog6 = cogwheel 6 0.18

cog9 :: Svg Source #

cog = cogwheel 9 0.12