Add cast icon

This commit is contained in:
Cole Bemis 2017-05-23 23:39:34 -07:00
parent 4f9f36b89e
commit 9ce597779c
2 changed files with 11 additions and 1 deletions

View File

@ -6,7 +6,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## Unreleased
...
### Added
<details>
<summary>Add # icons</summary>
- `cast`
</details>
## v2.0.0 (2017-05-23)

4
icons/core/cast.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">
<path d="M2 16.1A5 5 0 0 1 5.9 20M2 12.05A9 9 0 0 1 9.95 20M2 8V6a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-6" fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"/>
<line x1="2" y1="20" x2="2" y2="20" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
</svg>

After

Width:  |  Height:  |  Size: 436 B