Add clipboard icon

This commit is contained in:
Cole Bemis 2017-05-13 17:37:00 -07:00
parent 39f0e0f216
commit 3849fd9c5b
2 changed files with 5 additions and 0 deletions

View File

@ -92,6 +92,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- `check` - `check`
- `check-circle` - `check-circle`
- `check-square` - `check-square`
- `clipboard`
- `cloud` - `cloud`
- `cog` - `cog`
- `comment-square` - `comment-square`

4
icons/clipboard.svg Normal file
View File

@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M16,4h2a2,2,0,0,1,2,2V20a2,2,0,0,1-2,2H6a2,2,0,0,1-2-2V6A2,2,0,0,1,6,4H8"/>
<rect x="8" y="2" width="8" height="4" rx="1" ry="1"/>
</svg>

After

Width:  |  Height:  |  Size: 324 B