@odx/icons 2.6.2 → 2.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ # [2.7.0](https://dev.azure.com/draeger/ODXP/_git/odx-icons/compare/v2.6.3...v2.7.0) (2023-09-08)
2
+
3
+
4
+ ### Features
5
+
6
+ * **icons:** filetypes png and svg ([ea92bb9](https://dev.azure.com/draeger/ODXP/_git/odx-icons/commit/ea92bb921c1afb5fd680e07189351bc69b2cb202))
7
+
8
+ ## [2.6.3](https://dev.azure.com/draeger/ODXP/_git/odx-icons/compare/v2.6.2...v2.6.3) (2023-08-30)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **icons:** fix bluetooth off again ([310cab5](https://dev.azure.com/draeger/ODXP/_git/odx-icons/commit/310cab51ce7b28ed350a09cf89a5ffe02ea11c6a))
14
+
1
15
  ## [2.6.2](https://dev.azure.com/draeger/ODXP/_git/odx-icons/compare/v2.6.1...v2.6.2) (2023-08-30)
2
16
 
3
17
 
@@ -2,7 +2,7 @@
2
2
  <html>
3
3
  <head>
4
4
  <meta charset="utf-8">
5
- <title>@odx/icons 2.6.2</title>
5
+ <title>@odx/icons 2.7.0</title>
6
6
  <link rel="stylesheet" type="text/css" href="core-icons.css" media="screen" />
7
7
  <style>
8
8
  * {
@@ -126,11 +126,11 @@
126
126
  />
127
127
  </svg>
128
128
  <h1 class="page-title">
129
- @odx/icons 2.6.2
129
+ @odx/icons 2.7.0
130
130
  </h1>
131
131
  <input class="page-search" placeholder="Search icons ..." />
132
132
  <div class="icon-count">
133
- Iconset: <strong>core</strong> (357 icons)
133
+ Iconset: <strong>core</strong> (359 icons)
134
134
  </div>
135
135
  </header>
136
136
  <main class="icons" id="icons">
@@ -1065,6 +1065,13 @@
1065
1065
  <span class="icon-name">file-pdf</span>
1066
1066
  <span class="icon-alias">
1067
1067
  </div>
1068
+ <div class="icons__item">
1069
+ <i class="odx-icon" data-icon-set="core" data-icon-name="file-png">
1070
+ <span></span>
1071
+ </i>
1072
+ <span class="icon-name">file-png</span>
1073
+ <span class="icon-alias">
1074
+ </div>
1068
1075
  <div class="icons__item">
1069
1076
  <i class="odx-icon" data-icon-set="core" data-icon-name="file-ppt">
1070
1077
  <span></span>
@@ -1072,6 +1079,13 @@
1072
1079
  <span class="icon-name">file-ppt</span>
1073
1080
  <span class="icon-alias">
1074
1081
  </div>
1082
+ <div class="icons__item">
1083
+ <i class="odx-icon" data-icon-set="core" data-icon-name="file-svg">
1084
+ <span></span>
1085
+ </i>
1086
+ <span class="icon-name">file-svg</span>
1087
+ <span class="icon-alias">
1088
+ </div>
1075
1089
  <div class="icons__item">
1076
1090
  <i class="odx-icon" data-icon-set="core" data-icon-name="file-word">
1077
1091
  <span></span>
@@ -44,7 +44,7 @@ $glyphs: (
44
44
  blocked-colored: "\f232",
45
45
  blocked-colored-part1: "\f137",
46
46
  bluetooth: "\f12c",
47
- bluetooth-off: "\f24d",
47
+ bluetooth-off: "\f12a",
48
48
  bluetooth-paired: "\f12b",
49
49
  blur: "\f233",
50
50
  bookmark: "\f12d",
@@ -165,7 +165,9 @@ $glyphs: (
165
165
  file-csv: "\f1a2",
166
166
  file-excel: "\f187",
167
167
  file-pdf: "\f188",
168
+ file-png: "\f24d",
168
169
  file-ppt: "\f189",
170
+ file-svg: "\f24e",
169
171
  file-word: "\f18a",
170
172
  file-zip: "\f18b",
171
173
  filter: "\f18f",
@@ -218,8 +218,7 @@
218
218
  content: "\f12c";
219
219
  }
220
220
  [data-icon-set=core][data-icon-name=bluetooth-off]::before {
221
- content: "\f24d";
222
- color: #000000;
221
+ content: "\f12a";
223
222
  }
224
223
  [data-icon-set=core][data-icon-name=bluetooth-paired]::before {
225
224
  content: "\f12b";
@@ -611,9 +610,15 @@
611
610
  [data-icon-set=core][data-icon-name=file-pdf]::before {
612
611
  content: "\f188";
613
612
  }
613
+ [data-icon-set=core][data-icon-name=file-png]::before {
614
+ content: "\f24d";
615
+ }
614
616
  [data-icon-set=core][data-icon-name=file-ppt]::before {
615
617
  content: "\f189";
616
618
  }
619
+ [data-icon-set=core][data-icon-name=file-svg]::before {
620
+ content: "\f24e";
621
+ }
617
622
  [data-icon-set=core][data-icon-name=file-word]::before {
618
623
  content: "\f18a";
619
624
  }
Binary file
@@ -227,7 +227,6 @@
227
227
  }
228
228
  &[data-icon-name="bluetooth-off"]::before {
229
229
  content: utils.get-icon-glyph("bluetooth-off");
230
- color: #000000;
231
230
  }
232
231
  &[data-icon-name="bluetooth-paired"]::before {
233
232
  content: utils.get-icon-glyph("bluetooth-paired");
@@ -619,9 +618,15 @@
619
618
  &[data-icon-name="file-pdf"]::before {
620
619
  content: utils.get-icon-glyph("file-pdf");
621
620
  }
621
+ &[data-icon-name="file-png"]::before {
622
+ content: utils.get-icon-glyph("file-png");
623
+ }
622
624
  &[data-icon-name="file-ppt"]::before {
623
625
  content: utils.get-icon-glyph("file-ppt");
624
626
  }
627
+ &[data-icon-name="file-svg"]::before {
628
+ content: utils.get-icon-glyph("file-svg");
629
+ }
625
630
  &[data-icon-name="file-word"]::before {
626
631
  content: utils.get-icon-glyph("file-word");
627
632
  }
Binary file
Binary file
Binary file
@@ -531,10 +531,18 @@
531
531
  "name": "file-pdf",
532
532
  "set": "core"
533
533
  },
534
+ {
535
+ "name": "file-png",
536
+ "set": "core"
537
+ },
534
538
  {
535
539
  "name": "file-ppt",
536
540
  "set": "core"
537
541
  },
542
+ {
543
+ "name": "file-svg",
544
+ "set": "core"
545
+ },
538
546
  {
539
547
  "name": "file-word",
540
548
  "set": "core"
@@ -1,12 +1 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!-- Generator: Adobe Illustrator 27.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
- <svg version="1.1" id="uuid-acc8c927-1f7f-499e-b5bd-b029ac599b92"
4
- xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 24 24"
5
- style="enable-background:new 0 0 24 24;" xml:space="preserve">
6
- <style type="text/css">
7
- .st0{fill:#FF00FF;}
8
- </style>
9
- <path class="st0" d="M22.7,21.3l-20-20L1.3,2.7l4.9,4.9L5.5,8.8l4.8,3.2l-4.7,3.2l1.1,1.6l4.4-3v9.2l5.9-4.9l4.5,4.5
10
- C21.3,22.7,22.7,21.3,22.7,21.3z M13,18.9v-4.4l2.4,2.4L13,18.9z M19.2,16.3L16.9,14l2.8,1.9L19.2,16.3L19.2,16.3z M19.7,8L11,0.9
11
- v7.3l3.4,3.4C14.4,11.6,19.7,8,19.7,8z M13,5.1l3.3,2.7L13,10.1V5.1L13,5.1z"/>
12
- </svg>
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="uuid-7a170fcf-cdb2-4c3d-b9f3-776e408cde39" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m22.71,21.29L2.71,1.29l-1.41,1.41,4.94,4.94-.79,1.18,4.76,3.17-4.74,3.24,1.13,1.65,4.4-3.01v9.25l5.85-4.87,4.45,4.45,1.41-1.41Zm-9.71-2.43v-4.45l2.43,2.43-2.43,2.02Zm6.16-2.53l-2.3-2.3,2.81,1.88-.51.43Zm.51-8.37L11,.89v7.29l3.39,3.39,5.28-3.61Zm-6.67-2.86l3.33,2.72-3.33,2.28v-4.99Z" style="fill:#f0f;"/></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="uuid-983742a3-c9e0-483a-aaf8-24caf3315ace" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m4.57,10.19h-.66v1.64h.66c.41,0,.66-.27.66-.82s-.25-.82-.66-.82Z" style="fill:#f0f;"/><path d="m19.41,5l-2.41-2.41c-.37-.37-.89-.59-1.41-.59H6c-1.1,0-2,.9-2,2v3h-2v10h2v3c0,1.1.9,2,2,2h12c1.1,0,2-.9,2-2V6.41c0-.53-.21-1.04-.59-1.41Zm-14.78,7.97h-.73v2.03h-.91v-5.99h1.63c1,0,1.55.8,1.55,2s-.55,1.96-1.54,1.96Zm1.36,7.03v-3h10V7H6v-3h9.59l2.41,2.41v13.59s-12,0-12,0Zm3.54-7.97v-3.02h.91v5.99h-.85l-1.53-3.16c-.16-.32-.3-.64-.32-.75h-.02c.02.13.03.5.03.9v3.02h-.91v-5.99h.85l1.53,3.16c.16.32.3.64.32.75h.02c-.02-.13-.04-.5-.04-.9Zm3.68,1.86c.61,0,.93-.44,1-1.18h-1v-1.07h1.91c.02.19.02.36.02.53,0,1.91-.88,2.93-1.93,2.93-1.14,0-2.05-1.26-2.05-3.1s.87-3.1,2.07-3.1c.63,0,1.32.43,1.68,1.28l-.72.72c-.24-.55-.59-.79-.97-.79-.65,0-1.12.71-1.12,1.89s.5,1.89,1.1,1.89Z" style="fill:#f0f;"/></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="uuid-5872fe0a-4cec-400c-9f94-0a0d9a59d780" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m19.41,5l-2.41-2.41c-.37-.37-.89-.59-1.41-.59H6c-1.1,0-2,.9-2,2v3h-2v10h2v3c0,1.1.9,2,2,2h12c1.1,0,2-.9,2-2V6.41c0-.53-.21-1.04-.59-1.41ZM4.64,15.09c-.75,0-1.44-.4-1.76-1.38l.78-.62c.17.51.51.85.99.85s.78-.24.78-.6-.26-.49-.78-.69l-.4-.15c-.84-.34-1.24-.9-1.24-1.84,0-1.03.67-1.75,1.65-1.75.74,0,1.37.43,1.64,1.24l-.77.55c-.15-.44-.47-.65-.86-.65-.43,0-.67.21-.67.54,0,.39.27.54.67.69l.41.14c.9.32,1.33.89,1.33,1.82,0,1.11-.66,1.84-1.74,1.84Zm1.36,4.91v-3h10V7H6v-3h9.59l2.41,2.41v13.59s-12,0-12,0Zm.54-10.98h1.03l.89,3.52c.09.34.16.68.16.8h.02c0-.12.07-.46.16-.8l.89-3.52h1.01l-1.61,5.96h-.94l-1.62-5.96Zm6.53,4.86c.65,0,.99-.44,1.07-1.17h-1.07v-1.06h2.03c.02.19.02.36.02.53,0,1.9-.94,2.92-2.05,2.92-1.21,0-2.18-1.25-2.18-3.09s.92-3.09,2.2-3.09c.67,0,1.4.43,1.79,1.28l-.76.72c-.25-.54-.62-.78-1.03-.78-.69,0-1.19.71-1.19,1.88s.54,1.88,1.17,1.88Z" style="fill:#f0f;"/></svg>
@@ -2,7 +2,7 @@
2
2
  <html>
3
3
  <head>
4
4
  <meta charset="utf-8">
5
- <title>@odx/icons 2.6.2</title>
5
+ <title>@odx/icons 2.7.0</title>
6
6
  <link rel="stylesheet" type="text/css" href="medical-icons.css" media="screen" />
7
7
  <style>
8
8
  * {
@@ -126,7 +126,7 @@
126
126
  />
127
127
  </svg>
128
128
  <h1 class="page-title">
129
- @odx/icons 2.6.2
129
+ @odx/icons 2.7.0
130
130
  </h1>
131
131
  <input class="page-search" placeholder="Search icons ..." />
132
132
  <div class="icon-count">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odx/icons",
3
- "version": "2.6.2",
3
+ "version": "2.7.0",
4
4
  "author": "Drägerwerk AG & Co. KGaA",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "publishConfig": {
@@ -2,7 +2,7 @@
2
2
  <html>
3
3
  <head>
4
4
  <meta charset="utf-8">
5
- <title>@odx/icons 2.6.2</title>
5
+ <title>@odx/icons 2.7.0</title>
6
6
  <link rel="stylesheet" type="text/css" href="safety-icons.css" media="screen" />
7
7
  <style>
8
8
  * {
@@ -126,7 +126,7 @@
126
126
  />
127
127
  </svg>
128
128
  <h1 class="page-title">
129
- @odx/icons 2.6.2
129
+ @odx/icons 2.7.0
130
130
  </h1>
131
131
  <input class="page-search" placeholder="Search icons ..." />
132
132
  <div class="icon-count">