Add briefcase icon

This commit is contained in:
Cole Bemis 2017-05-03 20:22:56 -07:00
parent 09a418fa09
commit 2855619307
3 changed files with 6 additions and 0 deletions

View File

@ -81,6 +81,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- `bell`
- `bookmark`
- `box`
- `briefcase`
- `camera`
- `check`
- `check-circle`

View File

@ -97,6 +97,7 @@
"upload-cloud",
"box",
"target",
"briefcase",
"loader",
"clock",
"watch",

4
icons/briefcase.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">
<rect x="2" y="7" width="20" height="14" rx="2" ry="2"/>
<path d="M16,21V5a2,2,0,0,0-2-2H10A2,2,0,0,0,8,5V21"/>
</svg>

After

Width:  |  Height:  |  Size: 296 B