@odx/icons 4.0.0-rc.25 → 4.0.0-rc.27

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/README.md CHANGED
@@ -161,11 +161,9 @@ This library leverages modern web technologies such as Shadow DOM for encapsulat
161
161
  - Chrome **97+**
162
162
  - Edge **97+**
163
163
  - Firefox **104+**
164
- - Safari **16.4+**
164
+ - Safari **14+**
165
165
  - Opera **83+**
166
166
 
167
- > In order to support Safari versions <16.4 you have to include a polyfill for the [CSSStyleSheet API](https://developer.mozilla.org/en-US/docs/Web/API/CSSStyleSheet).
168
-
169
167
  ## Live demo ⭐
170
168
 
171
169
  For a overview of all available assets please refer to our [**Asset Viewer**](https://assets.draeger.com/icons).
@@ -0,0 +1,8 @@
1
+ declare const _default: import("@odx/assets-utils").OdxAsset;
2
+ export default _default;
3
+ declare global {
4
+ interface _OdxIcon {
5
+ 'core::arrow-down-left': 'arrow-down-left';
6
+ }
7
+ }
8
+ //# sourceMappingURL=arrow-down-left.d.ts.map
@@ -0,0 +1,2 @@
1
+ import { OdxAssetRegistry } from '@odx/assets-utils';
2
+ export default OdxAssetRegistry.registerAsset({ namespace: 'odx-icon', set: 'core', name: 'arrow-down-left' }, `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="currentColor" d="M6.29 9v6.59l11.3-11.3L19 5.71 7.71 17h6.58v2h-10V9z"/></svg>`);
@@ -0,0 +1,8 @@
1
+ declare const _default: import("@odx/assets-utils").OdxAsset;
2
+ export default _default;
3
+ declare global {
4
+ interface _OdxIcon {
5
+ 'core::arrow-up-left': 'arrow-up-left';
6
+ }
7
+ }
8
+ //# sourceMappingURL=arrow-up-left.d.ts.map
@@ -0,0 +1,2 @@
1
+ import { OdxAssetRegistry } from '@odx/assets-utils';
2
+ export default OdxAssetRegistry.registerAsset({ namespace: 'odx-icon', set: 'core', name: 'arrow-up-left' }, `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="currentColor" d="M6.29 5h8v2H7.71L19 18.29l-1.41 1.42-11.3-11.3V15h-2V5z"/></svg>`);
@@ -12,11 +12,13 @@ const assetMetadata = {
12
12
  'align-horizontal-middle': { code: '<odx-icon name="core::align-horizontal-middle">\n</odx-icon>' },
13
13
  'align-vertical-middle': { code: '<odx-icon name="core::align-vertical-middle">\n</odx-icon>' },
14
14
  announcement: { code: '<odx-icon name="core::announcement">\n</odx-icon>' },
15
+ 'arrow-down-left': { code: '<odx-icon name="core::arrow-down-left">\n</odx-icon>' },
15
16
  'arrow-down-right': { code: '<odx-icon name="core::arrow-down-right">\n</odx-icon>' },
16
17
  'arrow-down': { code: '<odx-icon name="core::arrow-down">\n</odx-icon>' },
17
18
  'arrow-left': { code: '<odx-icon name="core::arrow-left">\n</odx-icon>' },
18
19
  'arrow-right': { code: '<odx-icon name="core::arrow-right">\n</odx-icon>' },
19
20
  'arrow-tab': { code: '<odx-icon name="core::arrow-tab">\n</odx-icon>' },
21
+ 'arrow-up-left': { code: '<odx-icon name="core::arrow-up-left">\n</odx-icon>' },
20
22
  'arrow-up-right': { code: '<odx-icon name="core::arrow-up-right">\n</odx-icon>' },
21
23
  'arrow-up': { code: '<odx-icon name="core::arrow-up">\n</odx-icon>' },
22
24
  ascending: { code: '<odx-icon name="core::ascending">\n</odx-icon>' },
@@ -10,11 +10,13 @@ export declare const AlarmtypePause: import("@odx/assets-utils").OdxAsset;
10
10
  export declare const AlignHorizontalMiddle: import("@odx/assets-utils").OdxAsset;
11
11
  export declare const AlignVerticalMiddle: import("@odx/assets-utils").OdxAsset;
12
12
  export declare const Announcement: import("@odx/assets-utils").OdxAsset;
13
+ export declare const ArrowDownLeft: import("@odx/assets-utils").OdxAsset;
13
14
  export declare const ArrowDownRight: import("@odx/assets-utils").OdxAsset;
14
15
  export declare const ArrowDown: import("@odx/assets-utils").OdxAsset;
15
16
  export declare const ArrowLeft: import("@odx/assets-utils").OdxAsset;
16
17
  export declare const ArrowRight: import("@odx/assets-utils").OdxAsset;
17
18
  export declare const ArrowTab: import("@odx/assets-utils").OdxAsset;
19
+ export declare const ArrowUpLeft: import("@odx/assets-utils").OdxAsset;
18
20
  export declare const ArrowUpRight: import("@odx/assets-utils").OdxAsset;
19
21
  export declare const ArrowUp: import("@odx/assets-utils").OdxAsset;
20
22
  export declare const Ascending: import("@odx/assets-utils").OdxAsset;
@@ -396,11 +398,13 @@ declare global {
396
398
  'core::align-horizontal-middle': 'align-horizontal-middle';
397
399
  'core::align-vertical-middle': 'align-vertical-middle';
398
400
  'core::announcement': 'announcement';
401
+ 'core::arrow-down-left': 'arrow-down-left';
399
402
  'core::arrow-down-right': 'arrow-down-right';
400
403
  'core::arrow-down': 'arrow-down';
401
404
  'core::arrow-left': 'arrow-left';
402
405
  'core::arrow-right': 'arrow-right';
403
406
  'core::arrow-tab': 'arrow-tab';
407
+ 'core::arrow-up-left': 'arrow-up-left';
404
408
  'core::arrow-up-right': 'arrow-up-right';
405
409
  'core::arrow-up': 'arrow-up';
406
410
  'core::ascending': 'ascending';
@@ -13,11 +13,13 @@ export const AlarmtypePause = OdxAssetRegistry.registerAsset({ namespace, set, n
13
13
  export const AlignHorizontalMiddle = OdxAssetRegistry.registerAsset({ namespace, set, name: 'align-horizontal-middle' }, `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="currentColor" d="M20 12V5c0-1.1-.9-2-2-2h-3c-1.1 0-2 .9-2 2v7h-1V8c0-1.1-.9-2-2-2H6c-1.1 0-2 .9-2 2v4H2v1h2v3c0 1.1.9 2 2 2h4c1.1 0 2-.9 2-2v-3h1v6c0 1.1.9 2 2 2h3c1.1 0 2-.9 2-2v-6h2v-1zm-10 4H6V8h4zm8 3h-3V5h3z"/></svg>`);
14
14
  export const AlignVerticalMiddle = OdxAssetRegistry.registerAsset({ namespace, set, name: 'align-vertical-middle' }, `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="currentColor" d="M19 13h-7v-1h4c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2h-4V2h-1v2H8c-1.1 0-2 .9-2 2v4c0 1.1.9 2 2 2h3v1H5c-1.1 0-2 .9-2 2v3c0 1.1.9 2 2 2h6v2h1v-2h7c1.1 0 2-.9 2-2v-3c0-1.1-.9-2-2-2M8 10V6h8v4zm11 8H5v-3h14z"/></svg>`);
15
15
  export const Announcement = OdxAssetRegistry.registerAsset({ namespace, set, name: 'announcement' }, `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="currentColor" d="M21 9h-1V2h-2.12l-6.44 5H4c-1.1 0-2 .9-2 2v4c0 1.1.9 2 2 2h2.39c0 .1.01.21.05.32l1.33 5a1 1 0 0 0 .95.68h.89c.68 0 1.16-.67.95-1.32L9.31 15h2.13l6.44 5H20v-7h1c.55 0 1-.45 1-1v-2c0-.55-.45-1-1-1m-10 4H4V9h7zm7 4.56L12 13V9l6-4.56v13.13ZM21 12h-1v-2h1z"/></svg>`);
16
+ export const ArrowDownLeft = OdxAssetRegistry.registerAsset({ namespace, set, name: 'arrow-down-left' }, `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="currentColor" d="M6.29 9v6.59l11.3-11.3L19 5.71 7.71 17h6.58v2h-10V9z"/></svg>`);
16
17
  export const ArrowDownRight = OdxAssetRegistry.registerAsset({ namespace, set, name: 'arrow-down-right' }, `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="currentColor" d="M17 9v6.59L5.71 4.29 4.29 5.71 15.59 17H9v2h10V9z"/></svg>`);
17
18
  export const ArrowDown = OdxAssetRegistry.registerAsset({ namespace, set, name: 'arrow-down' }, `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="currentColor" d="M11 2v15.24l-4.78-4.78-1.41 1.42L12 21.07l7.19-7.19-1.41-1.42L13 17.24V2z"/></svg>`);
18
19
  export const ArrowLeft = OdxAssetRegistry.registerAsset({ namespace, set, name: 'arrow-left' }, `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="currentColor" d="M22 11H6.76l4.78-4.78-1.42-1.41L2.93 12l7.19 7.19 1.42-1.41L6.76 13H22z"/></svg>`);
19
20
  export const ArrowRight = OdxAssetRegistry.registerAsset({ namespace, set, name: 'arrow-right' }, `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="currentColor" d="M2 13h15.24l-4.78 4.78 1.42 1.41L21.07 12l-7.19-7.19-1.42 1.41L17.24 11H2z"/></svg>`);
20
21
  export const ArrowTab = OdxAssetRegistry.registerAsset({ namespace, set, name: 'arrow-tab' }, `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="currentColor" d="m15.54 5.46-1.41 1.41L18.26 11H5V4H3v7c0 1.1.9 2 2 2h13.26l-4.13 4.13 1.41 1.41L22.08 12z"/></svg>`);
22
+ export const ArrowUpLeft = OdxAssetRegistry.registerAsset({ namespace, set, name: 'arrow-up-left' }, `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="currentColor" d="M6.29 5h8v2H7.71L19 18.29l-1.41 1.42-11.3-11.3V15h-2V5z"/></svg>`);
21
23
  export const ArrowUpRight = OdxAssetRegistry.registerAsset({ namespace, set, name: 'arrow-up-right' }, `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="currentColor" d="M17 5H9v2h6.59L4.29 18.29l1.42 1.42L17 8.41V15h2V5z"/></svg>`);
22
24
  export const ArrowUp = OdxAssetRegistry.registerAsset({ namespace, set, name: 'arrow-up' }, `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="currentColor" d="M13 22V6.76l4.78 4.78 1.41-1.42L12 2.93l-7.19 7.19 1.41 1.42L11 6.76V22z"/></svg>`);
23
25
  export const Ascending = OdxAssetRegistry.registerAsset({ namespace, set, name: 'ascending' }, `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="currentColor" d="M20.29 8.21 18 5.92v16.09h-2V5.91L13.71 8.2 12.3 6.79l4.71-4.71 4.71 4.71-1.41 1.41ZM8.48 2H6.51L3 11h2.1l.78-2.17h3.19L9.85 11H12zm.01 5.21H6.46l.66-1.8c.18-.5.33-1 .33-1.18h.05c0 .18.15.68.34 1.18l.66 1.8ZM10.95 12H4.11v1.77h3.33c.43 0 .85-.03 1.03-.1v.04c-.15.09-.42.4-.67.75l-3.79 4.98v1.57h7v-1.77h-3.5c-.43 0-.85.03-1.03.1v-.04c.14-.09.42-.4.67-.75l3.8-4.98z"/></svg>`);
@@ -1590,11 +1590,13 @@ $assets: (
1590
1590
  "core::align-horizontal-middle": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M20 12V5c0-1.1-.9-2-2-2h-3c-1.1 0-2 .9-2 2v7h-1V8c0-1.1-.9-2-2-2H6c-1.1 0-2 .9-2 2v4H2v1h2v3c0 1.1.9 2 2 2h4c1.1 0 2-.9 2-2v-3h1v6c0 1.1.9 2 2 2h3c1.1 0 2-.9 2-2v-6h2v-1zm-10 4H6V8h4zm8 3h-3V5h3z'/%3E%3C/svg%3E",
1591
1591
  "core::align-vertical-middle": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M19 13h-7v-1h4c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2h-4V2h-1v2H8c-1.1 0-2 .9-2 2v4c0 1.1.9 2 2 2h3v1H5c-1.1 0-2 .9-2 2v3c0 1.1.9 2 2 2h6v2h1v-2h7c1.1 0 2-.9 2-2v-3c0-1.1-.9-2-2-2M8 10V6h8v4zm11 8H5v-3h14z'/%3E%3C/svg%3E",
1592
1592
  "core::announcement": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M21 9h-1V2h-2.12l-6.44 5H4c-1.1 0-2 .9-2 2v4c0 1.1.9 2 2 2h2.39c0 .1.01.21.05.32l1.33 5a1 1 0 0 0 .95.68h.89c.68 0 1.16-.67.95-1.32L9.31 15h2.13l6.44 5H20v-7h1c.55 0 1-.45 1-1v-2c0-.55-.45-1-1-1m-10 4H4V9h7zm7 4.56L12 13V9l6-4.56v13.13ZM21 12h-1v-2h1z'/%3E%3C/svg%3E",
1593
+ "core::arrow-down-left": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M6.29 9v6.59l11.3-11.3L19 5.71 7.71 17h6.58v2h-10V9z'/%3E%3C/svg%3E",
1593
1594
  "core::arrow-down-right": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M17 9v6.59L5.71 4.29 4.29 5.71 15.59 17H9v2h10V9z'/%3E%3C/svg%3E",
1594
1595
  "core::arrow-down": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M11 2v15.24l-4.78-4.78-1.41 1.42L12 21.07l7.19-7.19-1.41-1.42L13 17.24V2z'/%3E%3C/svg%3E",
1595
1596
  "core::arrow-left": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M22 11H6.76l4.78-4.78-1.42-1.41L2.93 12l7.19 7.19 1.42-1.41L6.76 13H22z'/%3E%3C/svg%3E",
1596
1597
  "core::arrow-right": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M2 13h15.24l-4.78 4.78 1.42 1.41L21.07 12l-7.19-7.19-1.42 1.41L17.24 11H2z'/%3E%3C/svg%3E",
1597
1598
  "core::arrow-tab": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='m15.54 5.46-1.41 1.41L18.26 11H5V4H3v7c0 1.1.9 2 2 2h13.26l-4.13 4.13 1.41 1.41L22.08 12z'/%3E%3C/svg%3E",
1599
+ "core::arrow-up-left": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M6.29 5h8v2H7.71L19 18.29l-1.41 1.42-11.3-11.3V15h-2V5z'/%3E%3C/svg%3E",
1598
1600
  "core::arrow-up-right": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M17 5H9v2h6.59L4.29 18.29l1.42 1.42L17 8.41V15h2V5z'/%3E%3C/svg%3E",
1599
1601
  "core::arrow-up": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M13 22V6.76l4.78 4.78 1.41-1.42L12 2.93l-7.19 7.19 1.41 1.42L11 6.76V22z'/%3E%3C/svg%3E",
1600
1602
  "core::ascending": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M20.29 8.21 18 5.92v16.09h-2V5.91L13.71 8.2 12.3 6.79l4.71-4.71 4.71 4.71-1.41 1.41ZM8.48 2H6.51L3 11h2.1l.78-2.17h3.19L9.85 11H12zm.01 5.21H6.46l.66-1.8c.18-.5.33-1 .33-1.18h.05c0 .18.15.68.34 1.18l.66 1.8ZM10.95 12H4.11v1.77h3.33c.43 0 .85-.03 1.03-.1v.04c-.15.09-.42.4-.67.75l-3.79 4.98v1.57h7v-1.77h-3.5c-.43 0-.85.03-1.03.1v-.04c.14-.09.42-.4.67-.75l3.8-4.98z'/%3E%3C/svg%3E",
@@ -3506,11 +3508,13 @@ $assets: (
3506
3508
  "core::align-horizontal-middle": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M20 12V5c0-1.1-.9-2-2-2h-3c-1.1 0-2 .9-2 2v7h-1V8c0-1.1-.9-2-2-2H6c-1.1 0-2 .9-2 2v4H2v1h2v3c0 1.1.9 2 2 2h4c1.1 0 2-.9 2-2v-3h1v6c0 1.1.9 2 2 2h3c1.1 0 2-.9 2-2v-6h2v-1zm-10 4H6V8h4zm8 3h-3V5h3z'/%3E%3C/svg%3E",
3507
3509
  "core::align-vertical-middle": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M19 13h-7v-1h4c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2h-4V2h-1v2H8c-1.1 0-2 .9-2 2v4c0 1.1.9 2 2 2h3v1H5c-1.1 0-2 .9-2 2v3c0 1.1.9 2 2 2h6v2h1v-2h7c1.1 0 2-.9 2-2v-3c0-1.1-.9-2-2-2M8 10V6h8v4zm11 8H5v-3h14z'/%3E%3C/svg%3E",
3508
3510
  "core::announcement": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M21 9h-1V2h-2.12l-6.44 5H4c-1.1 0-2 .9-2 2v4c0 1.1.9 2 2 2h2.39c0 .1.01.21.05.32l1.33 5a1 1 0 0 0 .95.68h.89c.68 0 1.16-.67.95-1.32L9.31 15h2.13l6.44 5H20v-7h1c.55 0 1-.45 1-1v-2c0-.55-.45-1-1-1m-10 4H4V9h7zm7 4.56L12 13V9l6-4.56v13.13ZM21 12h-1v-2h1z'/%3E%3C/svg%3E",
3511
+ "core::arrow-down-left": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M6.29 9v6.59l11.3-11.3L19 5.71 7.71 17h6.58v2h-10V9z'/%3E%3C/svg%3E",
3509
3512
  "core::arrow-down-right": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M17 9v6.59L5.71 4.29 4.29 5.71 15.59 17H9v2h10V9z'/%3E%3C/svg%3E",
3510
3513
  "core::arrow-down": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M11 2v15.24l-4.78-4.78-1.41 1.42L12 21.07l7.19-7.19-1.41-1.42L13 17.24V2z'/%3E%3C/svg%3E",
3511
3514
  "core::arrow-left": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M22 11H6.76l4.78-4.78-1.42-1.41L2.93 12l7.19 7.19 1.42-1.41L6.76 13H22z'/%3E%3C/svg%3E",
3512
3515
  "core::arrow-right": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M2 13h15.24l-4.78 4.78 1.42 1.41L21.07 12l-7.19-7.19-1.42 1.41L17.24 11H2z'/%3E%3C/svg%3E",
3513
3516
  "core::arrow-tab": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='m15.54 5.46-1.41 1.41L18.26 11H5V4H3v7c0 1.1.9 2 2 2h13.26l-4.13 4.13 1.41 1.41L22.08 12z'/%3E%3C/svg%3E",
3517
+ "core::arrow-up-left": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M6.29 5h8v2H7.71L19 18.29l-1.41 1.42-11.3-11.3V15h-2V5z'/%3E%3C/svg%3E",
3514
3518
  "core::arrow-up-right": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M17 5H9v2h6.59L4.29 18.29l1.42 1.42L17 8.41V15h2V5z'/%3E%3C/svg%3E",
3515
3519
  "core::arrow-up": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M13 22V6.76l4.78 4.78 1.41-1.42L12 2.93l-7.19 7.19 1.41 1.42L11 6.76V22z'/%3E%3C/svg%3E",
3516
3520
  "core::ascending": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M20.29 8.21 18 5.92v16.09h-2V5.91L13.71 8.2 12.3 6.79l4.71-4.71 4.71 4.71-1.41 1.41ZM8.48 2H6.51L3 11h2.1l.78-2.17h3.19L9.85 11H12zm.01 5.21H6.46l.66-1.8c.18-.5.33-1 .33-1.18h.05c0 .18.15.68.34 1.18l.66 1.8ZM10.95 12H4.11v1.77h3.33c.43 0 .85-.03 1.03-.1v.04c-.15.09-.42.4-.67.75l-3.79 4.98v1.57h7v-1.77h-3.5c-.43 0-.85.03-1.03.1v-.04c.14-.09.42-.4.67-.75l3.8-4.98z'/%3E%3C/svg%3E",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@odx/icons",
3
3
  "description": "A library of icon assets for ODX",
4
- "version": "4.0.0-rc.25",
4
+ "version": "4.0.0-rc.27",
5
5
  "author": "Drägerwerk AG & Co.KGaA",
6
6
  "license": "SEE LICENSE IN LICENSE",
7
7
  "homepage": "https://odx.draeger.com",
@@ -14,7 +14,7 @@
14
14
  "generate-assets": "npx generate-assets && biome check --write --no-errors-on-unmatched --files-ignore-unknown=true"
15
15
  },
16
16
  "dependencies": {
17
- "@odx/assets-utils": "^1.1.0"
17
+ "@odx/assets-utils": "^1.2.0"
18
18
  },
19
19
  "devDependencies": {
20
20
  "@odx/assets-cli": "*",