@odx/icons 4.0.0-rc.30 → 4.0.0-rc.32

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
@@ -140,7 +140,7 @@ import '@odx/icons/core';
140
140
  #### CDN Example
141
141
 
142
142
  ```js
143
- import { loadAssets } from '@odx/assets-utils';
143
+ import loadIcons from '@odx/icons/loader';
144
144
 
145
145
  /*
146
146
  interface AssetLoaderOptions {
@@ -149,7 +149,7 @@ interface AssetLoaderOptions {
149
149
  loadMetadata?: boolean; // default: false
150
150
  }
151
151
  */
152
- loadAssets('@odx/icons@next', '<set-name>', options);
152
+ loadIcons('<set-name>', options);
153
153
  ```
154
154
 
155
155
  ### Browser Support
@@ -166,4 +166,4 @@ This library leverages modern web technologies such as Shadow DOM for encapsulat
166
166
 
167
167
  ## Live demo ⭐
168
168
 
169
- For a overview of all available assets please refer to our [**Asset Viewer**](https://assets.draeger.com/icons).
169
+ For a overview of all available assets please refer to our [**Asset Viewer**](https://assets.draeger.com/icons).
@@ -1,3 +1,3 @@
1
- import { type AssetLoaderOptions } from '@odx/assets-utils';
1
+ import { type AssetLoaderOptions } from '@odx/assets-utils/loader';
2
2
  export default function (set: string, options?: AssetLoaderOptions): Promise<void>;
3
3
  //# sourceMappingURL=loader.d.ts.map
@@ -1,4 +1,4 @@
1
- import { loadAssets } from '@odx/assets-utils';
1
+ import { loadAssets } from '@odx/assets-utils/loader';
2
2
  export default function (set, options) {
3
3
  return loadAssets('@odx/icons@next', set, options);
4
4
  }
@@ -1,4 +1,5 @@
1
- import { type ExtractAssetName, type ExtractAssetSet, OdxAssetElement } from '@odx/assets-utils';
1
+ import { type ExtractAssetName, type ExtractAssetSet } from '@odx/assets-utils';
2
+ import { OdxAssetElement } from '@odx/assets-utils/element';
2
3
  declare global {
3
4
  export interface _OdxIcon {
4
5
  }
package/dist/src/main.js CHANGED
@@ -1,4 +1,5 @@
1
- import { OdxAssetElement, registerAssetElement } from '@odx/assets-utils';
1
+ import { registerAssetElement } from '@odx/assets-utils';
2
+ import { OdxAssetElement } from '@odx/assets-utils/element';
2
3
  export class OdxIconElement extends OdxAssetElement {
3
4
  static assetAttributes = [
4
5
  { name: 'color', values: ['currentColor'], attributes: ['fill', 'stroke'] },
@@ -1,5 +1,4 @@
1
- $assets: (
2
- "uib-legacy::absorber-absent": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='currentColor' d='M25 13H7v-2h2.5v-1h5.4l4.4-4.4-.45-.45L19.9 4.1l3.75 3.75L22.6 8.9l-.45-.45L20.6 10h1.9v1H25zm-11.95 1.55c.4 0 .65.2.75.65l.6-.15c-.1-.3-.15-.45-.3-.6q-.375-.45-1.05-.45c-.9 0-1.55.75-1.55 1.8s.6 1.85 1.55 1.85c.4 0 .75-.15 1-.4.2-.15.3-.35.4-.65l-.55-.25c-.15.5-.4.7-.8.7-.3 0-.55-.15-.7-.4-.15-.2-.2-.55-.2-.85-.1-.8.3-1.25.85-1.25m3.25-.6c.9 0 1.55.75 1.55 1.8 0 .45-.15.95-.4 1.25-.3.35-.7.55-1.15.55-.85 0-1.55-.75-1.55-1.8s.65-1.8 1.55-1.8m0 .6c-.55 0-.9.5-.9 1.2s.35 1.2.9 1.2c.5 0 .9-.45.9-1.15 0-.75-.35-1.25-.9-1.25m7.2.95c.08 0 .15 0 .23.01l.12-1.51h-2l-.15 1.71c.58-.13 1.18-.21 1.8-.21M11 24l-.85-10h-2l.9 10.15c.1 1.05.95 1.85 2 1.85h2.5v2h3.34a7.9 7.9 0 0 1-1.36-4zm7.2-7v.5h.02q.495-.435 1.05-.78l.38-.42c.4-.45.7-.85.7-1.3 0-.6-.4-1-1.05-1-.7 0-1.1.55-1.1 1.15h.6c0-.35.15-.6.5-.6.3 0 .45.2.45.5 0 .2-.1.45-.45.8z'/%3E%3Ccircle cx='23.5' cy='23.5' r='6.5' fill='%23f30303'/%3E%3Cpath fill='%23fff' d='m27.04 21.03-1.07-1.07-2.47 2.48-2.47-2.48-1.07 1.07 2.48 2.47-2.48 2.47 1.07 1.07 2.47-2.48 2.47 2.48 1.07-1.07-2.48-2.47z'/%3E%3C/svg%3E",
1
+ $assets: ("uib-legacy::absorber-absent": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='currentColor' d='M25 13H7v-2h2.5v-1h5.4l4.4-4.4-.45-.45L19.9 4.1l3.75 3.75L22.6 8.9l-.45-.45L20.6 10h1.9v1H25zm-11.95 1.55c.4 0 .65.2.75.65l.6-.15c-.1-.3-.15-.45-.3-.6q-.375-.45-1.05-.45c-.9 0-1.55.75-1.55 1.8s.6 1.85 1.55 1.85c.4 0 .75-.15 1-.4.2-.15.3-.35.4-.65l-.55-.25c-.15.5-.4.7-.8.7-.3 0-.55-.15-.7-.4-.15-.2-.2-.55-.2-.85-.1-.8.3-1.25.85-1.25m3.25-.6c.9 0 1.55.75 1.55 1.8 0 .45-.15.95-.4 1.25-.3.35-.7.55-1.15.55-.85 0-1.55-.75-1.55-1.8s.65-1.8 1.55-1.8m0 .6c-.55 0-.9.5-.9 1.2s.35 1.2.9 1.2c.5 0 .9-.45.9-1.15 0-.75-.35-1.25-.9-1.25m7.2.95c.08 0 .15 0 .23.01l.12-1.51h-2l-.15 1.71c.58-.13 1.18-.21 1.8-.21M11 24l-.85-10h-2l.9 10.15c.1 1.05.95 1.85 2 1.85h2.5v2h3.34a7.9 7.9 0 0 1-1.36-4zm7.2-7v.5h.02q.495-.435 1.05-.78l.38-.42c.4-.45.7-.85.7-1.3 0-.6-.4-1-1.05-1-.7 0-1.1.55-1.1 1.15h.6c0-.35.15-.6.5-.6.3 0 .45.2.45.5 0 .2-.1.45-.45.8z'/%3E%3Ccircle cx='23.5' cy='23.5' r='6.5' fill='%23f30303'/%3E%3Cpath fill='%23fff' d='m27.04 21.03-1.07-1.07-2.47 2.48-2.47-2.48-1.07 1.07 2.48 2.47-2.48 2.47 1.07 1.07 2.47-2.48 2.47 2.48 1.07-1.07-2.48-2.47z'/%3E%3C/svg%3E",
3
2
  "uib-legacy::absorber-add": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='currentColor' d='M23.5 17a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13m4.5 7.5h-3.5V28h-2v-3.5H19v-2h3.5V19h2v3.5H28zM25 11h-2.5v-1h-1.9l1.55-1.55.45.45 1.05-1.05L19.9 4.1l-1.05 1.05.45.45-4.4 4.4H9.5v1H7v2h18zm-11.95 3.55c.4 0 .65.2.75.65l.6-.15c-.1-.3-.15-.45-.3-.6q-.375-.45-1.05-.45c-.9 0-1.55.75-1.55 1.8s.6 1.85 1.55 1.85c.4 0 .75-.15 1-.4.2-.15.3-.35.4-.65l-.55-.25c-.15.5-.4.7-.8.7-.3 0-.55-.15-.7-.4-.15-.2-.2-.55-.2-.85-.1-.8.3-1.25.85-1.25m1.7 1.2c0 1.05.7 1.8 1.55 1.8.45 0 .85-.2 1.15-.55.25-.3.4-.8.4-1.25 0-1.05-.65-1.8-1.55-1.8s-1.55.8-1.55 1.8m2.45.05c0 .7-.4 1.15-.9 1.15-.55 0-.9-.5-.9-1.2s.35-1.2.9-1.2.9.5.9 1.25m6.3-.3c.08 0 .15 0 .23.01l.12-1.51h-2l-.15 1.71c.58-.13 1.18-.21 1.8-.21M11 24l-.85-10h-2l.9 10.15c.1 1.05.95 1.85 2 1.85h2.5v2h3.34a7.9 7.9 0 0 1-1.36-4zm7.2-7v.5h.02q.495-.435 1.05-.78l.38-.42c.4-.45.7-.85.7-1.3 0-.6-.4-1-1.05-1-.7 0-1.1.55-1.1 1.15h.6c0-.35.15-.6.5-.6.3 0 .45.2.45.5 0 .2-.1.45-.45.8z'/%3E%3C/svg%3E",
4
3
  "uib-legacy::absorber-ok": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='currentColor' d='M25 13H7v-2h2.5v-1h5.4l4.4-4.4-.45-.45L19.9 4.1l3.75 3.75L22.6 8.9l-.45-.45L20.6 10h1.9v1H25zm-11.95 1.55c.4 0 .65.2.75.65l.6-.15c-.1-.3-.15-.45-.3-.6q-.375-.45-1.05-.45c-.9 0-1.55.75-1.55 1.8s.6 1.85 1.55 1.85c.4 0 .75-.15 1-.4.2-.15.3-.35.4-.65l-.55-.25c-.15.5-.4.7-.8.7-.3 0-.55-.15-.7-.4-.15-.2-.2-.55-.2-.85-.1-.8.3-1.25.85-1.25m3.25-.6c.9 0 1.55.75 1.55 1.8 0 .45-.15.95-.4 1.25-.3.35-.7.55-1.15.55-.85 0-1.55-.75-1.55-1.8s.65-1.8 1.55-1.8m0 .6c-.55 0-.9.5-.9 1.2s.35 1.2.9 1.2c.5 0 .9-.45.9-1.15 0-.75-.35-1.25-.9-1.25m7.2.95c.08 0 .15 0 .23.01l.12-1.51h-2l-.15 1.71c.58-.13 1.18-.21 1.8-.21M11 24l-.85-10h-2l.9 10.15c.1 1.05.95 1.85 2 1.85h2.5v2h3.34a7.9 7.9 0 0 1-1.36-4zm7.2-7v.5h.02q.495-.435 1.05-.78l.38-.42c.4-.45.7-.85.7-1.3 0-.6-.4-1-1.05-1-.7 0-1.1.55-1.1 1.15h.6c0-.35.15-.6.5-.6.3 0 .45.2.45.5 0 .2-.1.45-.45.8z'/%3E%3Ccircle cx='23.5' cy='23.5' r='6.5' fill='%2300dd31'/%3E%3Cpath d='m23.09 26.59-.9.9-.9-.9-2.64-2.64 1.22-1.22 2.33 2.33 4.59-4.59 1.22 1.22-4.91 4.91Z'/%3E%3C/svg%3E",
5
4
  "uib-legacy::absorber-query": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='currentColor' d='M23.5 17a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13m.85 10.84H22.7v-1.65h1.65zm1.92-5.18c-.2.32-.64.76-1.31 1.32-.35.29-.56.52-.65.7-.08.18-.12.49-.11.94h-1.5v-.39c0-.48.08-.88.24-1.19.16-.32.48-.67.96-1.06s.77-.65.86-.77c.14-.19.22-.4.22-.63 0-.32-.13-.59-.39-.82-.25-.23-.6-.34-1.03-.34s-.77.11-1.05.35-.47.6-.58 1.09l-1.51-.19c.04-.69.34-1.29.89-1.78.55-.48 1.28-.73 2.18-.73s1.7.25 2.25.74c.56.5.84 1.07.84 1.73 0 .36-.1.7-.31 1.03M25 11h-2.5v-1h-1.9l1.55-1.55.45.45 1.05-1.05L19.9 4.1l-1.05 1.05.45.45-4.4 4.4H9.5v1H7v2h18zm-11.95 3.55c.4 0 .65.2.75.65l.6-.15c-.1-.3-.15-.45-.3-.6q-.375-.45-1.05-.45c-.9 0-1.55.75-1.55 1.8s.6 1.85 1.55 1.85c.4 0 .75-.15 1-.4.2-.15.3-.35.4-.65l-.55-.25c-.15.5-.4.7-.8.7-.3 0-.55-.15-.7-.4-.15-.2-.2-.55-.2-.85-.1-.8.3-1.25.85-1.25m1.7 1.2c0 1.05.7 1.8 1.55 1.8.45 0 .85-.2 1.15-.55.25-.3.4-.8.4-1.25 0-1.05-.65-1.8-1.55-1.8s-1.55.8-1.55 1.8m2.45.05c0 .7-.4 1.15-.9 1.15-.55 0-.9-.5-.9-1.2s.35-1.2.9-1.2.9.5.9 1.25m6.3-.3c.08 0 .15 0 .23.01l.12-1.51h-2l-.15 1.71c.58-.13 1.18-.21 1.8-.21M11 24l-.85-10h-2l.9 10.15c.1 1.05.95 1.85 2 1.85h2.5v2h3.34a7.9 7.9 0 0 1-1.36-4zm7.2-7v.5h.02q.495-.435 1.05-.78l.38-.42c.4-.45.7-.85.7-1.3 0-.6-.4-1-1.05-1-.7 0-1.1.55-1.1 1.15h.6c0-.35.15-.6.5-.6.3 0 .45.2.45.5 0 .2-.1.45-.45.8z'/%3E%3C/svg%3E",
@@ -1963,10 +1962,8 @@ $assets: (
1963
1962
  "core::zoom-in": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M8 12v-2h4V6h2v4h4v2h-4v4h-2v-4zm14-1a9 9 0 0 1-9 9c-2.1 0-4.03-.73-5.56-1.94L3.5 22 2 20.5l3.94-3.94A8.94 8.94 0 0 1 4 11a9 9 0 0 1 18 0m-2 0c0-3.86-3.14-7-7-7s-7 3.14-7 7 3.14 7 7 7 7-3.14 7-7'/%3E%3C/svg%3E",
1964
1963
  "core::zoom-original": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M13 2a9 9 0 0 0-9 9c0 2.1.73 4.03 1.94 5.56L2 20.5 3.5 22l3.94-3.94A8.94 8.94 0 0 0 13 20a9 9 0 0 0 0-18m0 16c-3.86 0-7-3.14-7-7s3.14-7 7-7 7 3.14 7 7-3.14 7-7 7M9.23 7.86h2.07v6.36h-1.26V9.08h-.82V7.86Zm4.57 4.86c0 .52-.32.89-.79.89s-.8-.37-.8-.89.33-.88.8-.88.79.36.79.88m0-3.19c0 .52-.32.89-.79.89s-.8-.37-.8-.89.33-.88.8-.88.79.36.79.88m.64-1.67h2.07v6.36h-1.26V9.08h-.82V7.86Z'/%3E%3C/svg%3E",
1965
1964
  "core::zoom-out": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M8 10h10v2H8zm14 1a9 9 0 0 1-9 9c-2.1 0-4.03-.73-5.56-1.94L3.5 22 2 20.5l3.94-3.94A8.94 8.94 0 0 1 4 11a9 9 0 0 1 18 0m-2 0c0-3.86-3.14-7-7-7s-7 3.14-7 7 3.14 7 7 7 7-3.14 7-7'/%3E%3C/svg%3E",
1966
- "core::zoom-window": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M13 2a9 9 0 0 0-9 9c0 2.1.73 4.03 1.94 5.56L2 20.5 3.5 22l3.94-3.94A8.94 8.94 0 0 0 13 20a9 9 0 0 0 0-18m0 16c-3.86 0-7-3.14-7-7s3.14-7 7-7 7 3.14 7 7-3.14 7-7 7M9.5 7H12v1h-2v2H9V7.5c0-.28.22-.5.5-.5m6.5 5h1v2.5c0 .28-.22.5-.5.5H14v-1h2zm1-4.5V10h-1V8h-2V7h2.5c.28 0 .5.22.5.5M10 14h2v1H9.5c-.28 0-.5-.22-.5-.5V12h1z'/%3E%3C/svg%3E"
1967
- );
1968
- $masks: (
1969
- "uib-legacy::absorber-absent": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='currentColor' d='M25 13H7v-2h2.5v-1h5.4l4.4-4.4-.45-.45L19.9 4.1l3.75 3.75L22.6 8.9l-.45-.45L20.6 10h1.9v1H25zm-11.95 1.55c.4 0 .65.2.75.65l.6-.15c-.1-.3-.15-.45-.3-.6q-.375-.45-1.05-.45c-.9 0-1.55.75-1.55 1.8s.6 1.85 1.55 1.85c.4 0 .75-.15 1-.4.2-.15.3-.35.4-.65l-.55-.25c-.15.5-.4.7-.8.7-.3 0-.55-.15-.7-.4-.15-.2-.2-.55-.2-.85-.1-.8.3-1.25.85-1.25m3.25-.6c.9 0 1.55.75 1.55 1.8 0 .45-.15.95-.4 1.25-.3.35-.7.55-1.15.55-.85 0-1.55-.75-1.55-1.8s.65-1.8 1.55-1.8m0 .6c-.55 0-.9.5-.9 1.2s.35 1.2.9 1.2c.5 0 .9-.45.9-1.15 0-.75-.35-1.25-.9-1.25m7.2.95c.08 0 .15 0 .23.01l.12-1.51h-2l-.15 1.71c.58-.13 1.18-.21 1.8-.21M11 24l-.85-10h-2l.9 10.15c.1 1.05.95 1.85 2 1.85h2.5v2h3.34a7.9 7.9 0 0 1-1.36-4zm7.2-7v.5h.02q.495-.435 1.05-.78l.38-.42c.4-.45.7-.85.7-1.3 0-.6-.4-1-1.05-1-.7 0-1.1.55-1.1 1.15h.6c0-.35.15-.6.5-.6.3 0 .45.2.45.5 0 .2-.1.45-.45.8z'/%3E%3C/svg%3E",
1965
+ "core::zoom-window": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M13 2a9 9 0 0 0-9 9c0 2.1.73 4.03 1.94 5.56L2 20.5 3.5 22l3.94-3.94A8.94 8.94 0 0 0 13 20a9 9 0 0 0 0-18m0 16c-3.86 0-7-3.14-7-7s3.14-7 7-7 7 3.14 7 7-3.14 7-7 7M9.5 7H12v1h-2v2H9V7.5c0-.28.22-.5.5-.5m6.5 5h1v2.5c0 .28-.22.5-.5.5H14v-1h2zm1-4.5V10h-1V8h-2V7h2.5c.28 0 .5.22.5.5M10 14h2v1H9.5c-.28 0-.5-.22-.5-.5V12h1z'/%3E%3C/svg%3E");
1966
+ $masks: ("uib-legacy::absorber-absent": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='currentColor' d='M25 13H7v-2h2.5v-1h5.4l4.4-4.4-.45-.45L19.9 4.1l3.75 3.75L22.6 8.9l-.45-.45L20.6 10h1.9v1H25zm-11.95 1.55c.4 0 .65.2.75.65l.6-.15c-.1-.3-.15-.45-.3-.6q-.375-.45-1.05-.45c-.9 0-1.55.75-1.55 1.8s.6 1.85 1.55 1.85c.4 0 .75-.15 1-.4.2-.15.3-.35.4-.65l-.55-.25c-.15.5-.4.7-.8.7-.3 0-.55-.15-.7-.4-.15-.2-.2-.55-.2-.85-.1-.8.3-1.25.85-1.25m3.25-.6c.9 0 1.55.75 1.55 1.8 0 .45-.15.95-.4 1.25-.3.35-.7.55-1.15.55-.85 0-1.55-.75-1.55-1.8s.65-1.8 1.55-1.8m0 .6c-.55 0-.9.5-.9 1.2s.35 1.2.9 1.2c.5 0 .9-.45.9-1.15 0-.75-.35-1.25-.9-1.25m7.2.95c.08 0 .15 0 .23.01l.12-1.51h-2l-.15 1.71c.58-.13 1.18-.21 1.8-.21M11 24l-.85-10h-2l.9 10.15c.1 1.05.95 1.85 2 1.85h2.5v2h3.34a7.9 7.9 0 0 1-1.36-4zm7.2-7v.5h.02q.495-.435 1.05-.78l.38-.42c.4-.45.7-.85.7-1.3 0-.6-.4-1-1.05-1-.7 0-1.1.55-1.1 1.15h.6c0-.35.15-.6.5-.6.3 0 .45.2.45.5 0 .2-.1.45-.45.8z'/%3E%3C/svg%3E",
1970
1967
  "uib-legacy::absorber-add": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='currentColor' d='M23.5 17a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13m4.5 7.5h-3.5V28h-2v-3.5H19v-2h3.5V19h2v3.5H28zM25 11h-2.5v-1h-1.9l1.55-1.55.45.45 1.05-1.05L19.9 4.1l-1.05 1.05.45.45-4.4 4.4H9.5v1H7v2h18zm-11.95 3.55c.4 0 .65.2.75.65l.6-.15c-.1-.3-.15-.45-.3-.6q-.375-.45-1.05-.45c-.9 0-1.55.75-1.55 1.8s.6 1.85 1.55 1.85c.4 0 .75-.15 1-.4.2-.15.3-.35.4-.65l-.55-.25c-.15.5-.4.7-.8.7-.3 0-.55-.15-.7-.4-.15-.2-.2-.55-.2-.85-.1-.8.3-1.25.85-1.25m1.7 1.2c0 1.05.7 1.8 1.55 1.8.45 0 .85-.2 1.15-.55.25-.3.4-.8.4-1.25 0-1.05-.65-1.8-1.55-1.8s-1.55.8-1.55 1.8m2.45.05c0 .7-.4 1.15-.9 1.15-.55 0-.9-.5-.9-1.2s.35-1.2.9-1.2.9.5.9 1.25m6.3-.3c.08 0 .15 0 .23.01l.12-1.51h-2l-.15 1.71c.58-.13 1.18-.21 1.8-.21M11 24l-.85-10h-2l.9 10.15c.1 1.05.95 1.85 2 1.85h2.5v2h3.34a7.9 7.9 0 0 1-1.36-4zm7.2-7v.5h.02q.495-.435 1.05-.78l.38-.42c.4-.45.7-.85.7-1.3 0-.6-.4-1-1.05-1-.7 0-1.1.55-1.1 1.15h.6c0-.35.15-.6.5-.6.3 0 .45.2.45.5 0 .2-.1.45-.45.8z'/%3E%3C/svg%3E",
1971
1968
  "uib-legacy::absorber-ok": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='currentColor' d='M25 13H7v-2h2.5v-1h5.4l4.4-4.4-.45-.45L19.9 4.1l3.75 3.75L22.6 8.9l-.45-.45L20.6 10h1.9v1H25zm-11.95 1.55c.4 0 .65.2.75.65l.6-.15c-.1-.3-.15-.45-.3-.6q-.375-.45-1.05-.45c-.9 0-1.55.75-1.55 1.8s.6 1.85 1.55 1.85c.4 0 .75-.15 1-.4.2-.15.3-.35.4-.65l-.55-.25c-.15.5-.4.7-.8.7-.3 0-.55-.15-.7-.4-.15-.2-.2-.55-.2-.85-.1-.8.3-1.25.85-1.25m3.25-.6c.9 0 1.55.75 1.55 1.8 0 .45-.15.95-.4 1.25-.3.35-.7.55-1.15.55-.85 0-1.55-.75-1.55-1.8s.65-1.8 1.55-1.8m0 .6c-.55 0-.9.5-.9 1.2s.35 1.2.9 1.2c.5 0 .9-.45.9-1.15 0-.75-.35-1.25-.9-1.25m7.2.95c.08 0 .15 0 .23.01l.12-1.51h-2l-.15 1.71c.58-.13 1.18-.21 1.8-.21M11 24l-.85-10h-2l.9 10.15c.1 1.05.95 1.85 2 1.85h2.5v2h3.34a7.9 7.9 0 0 1-1.36-4zm7.2-7v.5h.02q.495-.435 1.05-.78l.38-.42c.4-.45.7-.85.7-1.3 0-.6-.4-1-1.05-1-.7 0-1.1.55-1.1 1.15h.6c0-.35.15-.6.5-.6.3 0 .45.2.45.5 0 .2-.1.45-.45.8z'/%3E%3Cpath d='m23.09 26.59-.9.9-.9-.9-2.64-2.64 1.22-1.22 2.33 2.33 4.59-4.59 1.22 1.22-4.91 4.91Z'/%3E%3C/svg%3E",
1972
1969
  "uib-legacy::absorber-query": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='currentColor' d='M23.5 17a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13m.85 10.84H22.7v-1.65h1.65zm1.92-5.18c-.2.32-.64.76-1.31 1.32-.35.29-.56.52-.65.7-.08.18-.12.49-.11.94h-1.5v-.39c0-.48.08-.88.24-1.19.16-.32.48-.67.96-1.06s.77-.65.86-.77c.14-.19.22-.4.22-.63 0-.32-.13-.59-.39-.82-.25-.23-.6-.34-1.03-.34s-.77.11-1.05.35-.47.6-.58 1.09l-1.51-.19c.04-.69.34-1.29.89-1.78.55-.48 1.28-.73 2.18-.73s1.7.25 2.25.74c.56.5.84 1.07.84 1.73 0 .36-.1.7-.31 1.03M25 11h-2.5v-1h-1.9l1.55-1.55.45.45 1.05-1.05L19.9 4.1l-1.05 1.05.45.45-4.4 4.4H9.5v1H7v2h18zm-11.95 3.55c.4 0 .65.2.75.65l.6-.15c-.1-.3-.15-.45-.3-.6q-.375-.45-1.05-.45c-.9 0-1.55.75-1.55 1.8s.6 1.85 1.55 1.85c.4 0 .75-.15 1-.4.2-.15.3-.35.4-.65l-.55-.25c-.15.5-.4.7-.8.7-.3 0-.55-.15-.7-.4-.15-.2-.2-.55-.2-.85-.1-.8.3-1.25.85-1.25m1.7 1.2c0 1.05.7 1.8 1.55 1.8.45 0 .85-.2 1.15-.55.25-.3.4-.8.4-1.25 0-1.05-.65-1.8-1.55-1.8s-1.55.8-1.55 1.8m2.45.05c0 .7-.4 1.15-.9 1.15-.55 0-.9-.5-.9-1.2s.35-1.2.9-1.2.9.5.9 1.25m6.3-.3c.08 0 .15 0 .23.01l.12-1.51h-2l-.15 1.71c.58-.13 1.18-.21 1.8-.21M11 24l-.85-10h-2l.9 10.15c.1 1.05.95 1.85 2 1.85h2.5v2h3.34a7.9 7.9 0 0 1-1.36-4zm7.2-7v.5h.02q.495-.435 1.05-.78l.38-.42c.4-.45.7-.85.7-1.3 0-.6-.4-1-1.05-1-.7 0-1.1.55-1.1 1.15h.6c0-.35.15-.6.5-.6.3 0 .45.2.45.5 0 .2-.1.45-.45.8z'/%3E%3C/svg%3E",
@@ -3875,5 +3872,4 @@ $assets: (
3875
3872
  "core::zoom-in": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M8 12v-2h4V6h2v4h4v2h-4v4h-2v-4zm14-1a9 9 0 0 1-9 9c-2.1 0-4.03-.73-5.56-1.94L3.5 22 2 20.5l3.94-3.94A8.94 8.94 0 0 1 4 11a9 9 0 0 1 18 0m-2 0c0-3.86-3.14-7-7-7s-7 3.14-7 7 3.14 7 7 7 7-3.14 7-7'/%3E%3C/svg%3E",
3876
3873
  "core::zoom-original": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M13 2a9 9 0 0 0-9 9c0 2.1.73 4.03 1.94 5.56L2 20.5 3.5 22l3.94-3.94A8.94 8.94 0 0 0 13 20a9 9 0 0 0 0-18m0 16c-3.86 0-7-3.14-7-7s3.14-7 7-7 7 3.14 7 7-3.14 7-7 7M9.23 7.86h2.07v6.36h-1.26V9.08h-.82V7.86Zm4.57 4.86c0 .52-.32.89-.79.89s-.8-.37-.8-.89.33-.88.8-.88.79.36.79.88m0-3.19c0 .52-.32.89-.79.89s-.8-.37-.8-.89.33-.88.8-.88.79.36.79.88m.64-1.67h2.07v6.36h-1.26V9.08h-.82V7.86Z'/%3E%3C/svg%3E",
3877
3874
  "core::zoom-out": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M8 10h10v2H8zm14 1a9 9 0 0 1-9 9c-2.1 0-4.03-.73-5.56-1.94L3.5 22 2 20.5l3.94-3.94A8.94 8.94 0 0 1 4 11a9 9 0 0 1 18 0m-2 0c0-3.86-3.14-7-7-7s-7 3.14-7 7 3.14 7 7 7 7-3.14 7-7'/%3E%3C/svg%3E",
3878
- "core::zoom-window": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M13 2a9 9 0 0 0-9 9c0 2.1.73 4.03 1.94 5.56L2 20.5 3.5 22l3.94-3.94A8.94 8.94 0 0 0 13 20a9 9 0 0 0 0-18m0 16c-3.86 0-7-3.14-7-7s3.14-7 7-7 7 3.14 7 7-3.14 7-7 7M9.5 7H12v1h-2v2H9V7.5c0-.28.22-.5.5-.5m6.5 5h1v2.5c0 .28-.22.5-.5.5H14v-1h2zm1-4.5V10h-1V8h-2V7h2.5c.28 0 .5.22.5.5M10 14h2v1H9.5c-.28 0-.5-.22-.5-.5V12h1z'/%3E%3C/svg%3E"
3879
- );
3875
+ "core::zoom-window": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M13 2a9 9 0 0 0-9 9c0 2.1.73 4.03 1.94 5.56L2 20.5 3.5 22l3.94-3.94A8.94 8.94 0 0 0 13 20a9 9 0 0 0 0-18m0 16c-3.86 0-7-3.14-7-7s3.14-7 7-7 7 3.14 7 7-3.14 7-7 7M9.5 7H12v1h-2v2H9V7.5c0-.28.22-.5.5-.5m6.5 5h1v2.5c0 .28-.22.5-.5.5H14v-1h2zm1-4.5V10h-1V8h-2V7h2.5c.28 0 .5.22.5.5M10 14h2v1H9.5c-.28 0-.5-.22-.5-.5V12h1z'/%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.30",
4
+ "version": "4.0.0-rc.32",
5
5
  "author": "Drägerwerk AG & Co.KGaA",
6
6
  "license": "SEE LICENSE IN LICENSE",
7
7
  "homepage": "https://odx.draeger.com",
@@ -21,7 +21,7 @@
21
21
  "generate-assets": "npx generate-assets && biome check --write --no-errors-on-unmatched --files-ignore-unknown=true"
22
22
  },
23
23
  "dependencies": {
24
- "@odx/assets-utils": "^2.0.0"
24
+ "@odx/assets-utils": "^3.0.0"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@odx/assets-cli": "*",