@nulogy/icons
Advanced tools
Comparing version 4.16.0 to 4.17.0
@@ -0,1 +1,8 @@ | ||
# [4.17.0](https://github.com/nulogy/nds-icons/compare/v4.16.0...v4.17.0) (2021-04-07) | ||
### Features | ||
* add openInNew icon ([#57](https://github.com/nulogy/nds-icons/issues/57)) ([09903f7](https://github.com/nulogy/nds-icons/commit/09903f7be252a5766683e8b3792a298033d2c65a)) | ||
# [4.16.0](https://github.com/nulogy/nds-icons/compare/v4.15.0...v4.16.0) (2021-04-05) | ||
@@ -2,0 +9,0 @@ |
@@ -144,2 +144,6 @@ (function (global, factory) { | ||
}, | ||
openInNew: { | ||
path: ["M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z"], | ||
viewBox: "0 0 24 24" | ||
}, | ||
print: { | ||
@@ -146,0 +150,0 @@ path: ["M19 8H5c-1.66 0-3 1.34-3 3v6h4v4h12v-4h4v-6c0-1.66-1.34-3-3-3zm-3 11H8v-5h8v5zm3-7c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm-1-9H6v4h12V3z"], |
{ | ||
"name": "@nulogy/icons", | ||
"version": "4.16.0", | ||
"version": "4.17.0", | ||
"description": "A collection of Nulogy's svg icons", | ||
@@ -5,0 +5,0 @@ "main": "dist/main.js", |
19310
227