Commit 224d2d77 authored by Cole Bemis's avatar Cole Bemis

Add external-link icon

parent 540783a2
...@@ -89,6 +89,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ...@@ -89,6 +89,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- `comment-square` - `comment-square`
- `download` - `download`
- `droplet` - `droplet`
- `external-link`
- `file` - `file`
- `flag` - `flag`
- `folder` - `folder`
......
...@@ -89,6 +89,7 @@ ...@@ -89,6 +89,7 @@
"layers", "layers",
"anchor", "anchor",
"globe", "globe",
"external-link",
"zap", "zap",
"download", "download",
"upload", "upload",
......
<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="M18,13v6a2,2,0,0,1-2,2H5a2,2,0,0,1-2-2V8A2,2,0,0,1,5,6h6"/>
<polyline points="15 3 21 3 21 9"/>
<line x1="10" y1="14" x2="21" y2="3"/>
</svg>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment