Add maximize and minimize icons

This commit is contained in:
Cole Bemis 2017-04-30 23:29:32 -07:00
parent 165aacf1cb
commit 332edb3c55
4 changed files with 16 additions and 0 deletions

View File

@ -93,7 +93,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- `lock` - `lock`
- `mail` - `mail`
- `maximize` - `maximize`
- `maximize-2`
- `minimize` - `minimize`
- `minimize-2`
- `minus` - `minus`
- `moon` - `moon`
- `plus` - `plus`

View File

@ -57,6 +57,8 @@
"alert-octagon", "alert-octagon",
"maximize", "maximize",
"minimize", "minimize",
"maximize-2",
"minimize-2",
"bell", "bell",
"bell-off", "bell-off",
"activity", "activity",

6
icons/maximize-2.svg Normal file
View File

@ -0,0 +1,6 @@
<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">
<polyline points="15 3 21 3 21 9"/>
<polyline points="9 21 3 21 3 15"/>
<line x1="21" y1="3" x2="14" y2="10"/>
<line x1="3" y1="21" x2="10" y2="14"/>
</svg>

After

Width:  |  Height:  |  Size: 338 B

6
icons/minimize-2.svg Normal file
View File

@ -0,0 +1,6 @@
<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">
<polyline points="4 14 10 14 10 20"/>
<polyline points="20 10 14 10 14 4"/>
<line x1="14" y1="10" x2="21" y2="3"/>
<line x1="3" y1="21" x2="10" y2="14"/>
</svg>

After

Width:  |  Height:  |  Size: 342 B