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

SvgIcons.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 =
  [ (,) "cog6"       cog6
  , (,) "cog9"       cog9
  , (,) "key"        key
  , (,) "keyWithArc" keyWithArc
  , (,) "lock"       lock
  ]

cogwheel :: Int -> Float -> Svg Source #

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