From 59dd0a05947471c9f19b233973bae6f5fba9f655 Mon Sep 17 00:00:00 2001 From: Monica Parra Date: Wed, 21 Nov 2018 09:27:41 -0500 Subject: [PATCH] Updating Readme --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 9c2d937..ccf17d8 100644 --- a/README.md +++ b/README.md @@ -26,9 +26,9 @@ You can also include plain CSS the old-fashioned way by referencing all minified The icons folder contains two SVG sprites, `icons-player` and `icons-dashboard`, that can be easily referenced and customized with CSS. #### Usage -Simply create an svg element with a class of `jw-icon` in your HTML: +Simply create an svg element with a class of `ds-icon` in your HTML: ``` - + ``` @@ -43,21 +43,21 @@ UI icons by default are black and occupy a square artboard on an 8px grid. Add o | Class | Size | | ----------- | ---- | -| jw-icon-xs | 8px | -| jw-icon-sm | 16px | -| jw-icon-med | 24px | -| jw-icon-lg | 32px | +| ds-icon-xs | 8px | +| ds-icon-sm | 16px | +| ds-icon-med | 24px | +| ds-icon-lg | 32px | Append the class to the svg itself: ``` - + ``` You can override an icon's color or size with CSS: ``` -.jw-icon { +.ds-icon { fill: #7bb4e5; width: 10px; height: 10px;