From 1dad08e9fa2c871a5f5065fa977cca43b36bb559 Mon Sep 17 00:00:00 2001 From: Dan Leech Date: Mon, 12 Oct 2015 16:46:16 +0100 Subject: [PATCH] Clean slate --- README.md | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 README.md diff --git a/README.md b/README.md deleted file mode 100644 index 5a8cf004c..000000000 --- a/README.md +++ /dev/null @@ -1,19 +0,0 @@ -# Simple Icons - -## Usage - -To include the coloured icons simple include the SVG. If you’d like to use colour the SVGs yourself you can add CSS to define `si-solid`, `si-translucent` and `si-transparent` classes. For example to set all icons to be white: - -```css -.si-solid { - fill: white; -} -.si-translucent { - fill: white; - opacity: 0.5; -} -.si-transparent { - opacity: 0; -} -``` -