feat: add backspace and caps lock icons (#803)

Summary:
- svg sprite generate with xmlns:xlink="http://www.w3.org/1999/xlink" namespace
- uhk-icon-agent-icon css class renamed to uhk-icon-pure-agent-icon because
  it collided with agent icon sprites
- added backspace and caps lock icons
This commit is contained in:
Róbert Kiss
2018-10-01 02:06:23 +02:00
committed by László Monda
parent edcff069fd
commit 247ec4c1b2
10 changed files with 609 additions and 1089 deletions

View File

@@ -19,6 +19,12 @@ let config = {
'sprite': 'compiled_sprite.svg',
bust: false
}
},
svg: { // General options for created SVG files
namespaceIDs: true,
rootAttributes: {
"xmlns:xlink":"http://www.w3.org/1999/xlink"
}
}
};