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

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
@@ -110,6 +110,17 @@ icon.name='core::user'
110
110
  document.body.appendChild(icon);
111
111
  ```
112
112
 
113
+ ### Import specific icon sets
114
+ To optimize your bundle, you can import only the specific icon set you need:
115
+
116
+ ```js
117
+ // All icon sets
118
+ import '@odx/icons/all';
119
+
120
+ // Core icons (default set)
121
+ import '@odx/icons/core';
122
+ ```
123
+
113
124
  ### SCSS Example
114
125
 
115
126
  ```scss
@@ -141,6 +152,20 @@ interface AssetLoaderOptions {
141
152
  loadAssets('@odx/icons@next', '<set-name>', options);
142
153
  ```
143
154
 
155
+ ### Browser Support
156
+
157
+ This library leverages modern web technologies such as Shadow DOM for encapsulation and CSSStyleSheet.replaceSync() for efficient stylesheet updates. It targets the ES2022 specification, taking advantage of the latest JavaScript features. These technologies are widely supported in most modern browsers.
158
+
159
+ #### Supported Browsers:
160
+
161
+ - Chrome **97+**
162
+ - Edge **97+**
163
+ - Firefox **104+**
164
+ - Safari **16.4+**
165
+ - Opera **83+**
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
+
144
169
  ## Live demo ⭐
145
170
 
146
171
  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::naver-medical-blog': 'naver-medical-blog';
6
+ }
7
+ }
8
+ //# sourceMappingURL=naver-medical-blog.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: 'naver-medical-blog' }, `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="currentColor" d="M6.55 21h-.61v-2.69l-1.1 1.51h-.11l-1.11-1.51V21h-.61v-3.69h.58l1.21 1.66 1.19-1.66h.57V21Zm7.19-2.7h-.59V21h.59zm.1-.76c0-.23-.17-.37-.39-.37s-.39.14-.39.37.17.36.39.36.39-.14.39-.36m.93 2.11c0-.58.34-.88.73-.88.36 0 .61.17.75.61l.52-.19c-.2-.66-.7-.94-1.27-.94-.75 0-1.33.57-1.33 1.4s.57 1.41 1.33 1.41c.57 0 1.07-.28 1.27-.94l-.52-.19c-.14.44-.39.61-.75.61-.39 0-.73-.3-.73-.89m6.23.84h-.21c-.18 0-.26-.11-.26-.3V17.3h-.59v2.93c0 .46.26.76.75.76H21v-.51ZM7.54 7.61c0-.42-.33-.75-.75-.75a.749.749 0 1 0 0 1.5c.42 0 .75-.34.75-.75m6.23 0c0-.42-.33-.75-.75-.75a.749.749 0 1 0 0 1.5c.42 0 .75-.34.75-.75m4.18 0c0-.42-.33-.75-.75-.75a.749.749 0 1 0 0 1.5c.42 0 .75-.34.75-.75M21 4v7c0 1.1-.9 2-2 2h-5.5s-.97 3-1.5 3-1.5-3-1.5-3H5c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h14c1.1 0 2 .9 2 2M8.63 7.6c0-.3-.07-.64-.23-.94-.23-.41-.64-.75-1.17-.75s-.89.11-1.18.35V4.48H5v4.61h1.05v-.21c.27.17.6.29.98.29 1.13 0 1.59-.76 1.59-1.58Zm1.86-1.27c0-1.21-.91-1.89-1.6-1.93v1.14c.56.14.52.8.52.8v2.8h1.08v-2.8Zm4.36 1.28c0-.94-.82-1.71-1.82-1.71s-1.82.76-1.82 1.71.82 1.71 1.82 1.71 1.82-.76 1.82-1.71m4.11-1.68h-1.04v.26c-.27-.24-.57-.34-.96-.34s-.78.07-1.19.55c-.33.38-.38 1.02-.38 1.24s.03.83.35 1.19.69.5 1.13.5c.34 0 .71-.08 1.05-.45v.21c0 .54-.49.81-1.02.81v.84s.25.02.46.02.79-.04 1.18-.46.43-1 .43-1.44V5.93ZM9.59 19.78H7.63c.04.52.33.77.72.77.34 0 .6-.15.75-.54l.5.19c-.23.61-.7.86-1.23.86-.77 0-1.32-.56-1.32-1.41s.54-1.4 1.3-1.4 1.26.56 1.26 1.39v.15ZM9 19.36c-.07-.43-.32-.63-.66-.63-.36 0-.61.22-.69.63zm3.6-2.06v3.69h-.58v-.44c-.17.29-.46.5-.88.5-.7 0-1.22-.59-1.22-1.41s.52-1.4 1.22-1.4c.42 0 .71.21.88.5V17.3zm-.57 2.35c0-.55-.32-.88-.76-.88s-.76.32-.76.88.32.89.76.89.76-.33.76-.89m7.38-.34V21h-.55v-.26c-.16.21-.45.32-.82.32-.61 0-1.05-.31-1.05-.83s.46-.84 1.09-.84c.33 0 .59.09.75.26v-.28c0-.42-.26-.6-.63-.6-.33 0-.55.18-.65.47l-.49-.2c.16-.55.62-.8 1.16-.8.62 0 1.19.33 1.19 1.07m-.57.91c0-.26-.26-.41-.62-.41s-.63.14-.63.41.27.4.63.4.62-.14.62-.4"/></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::naver-safety-blog': 'naver-safety-blog';
6
+ }
7
+ }
8
+ //# sourceMappingURL=naver-safety-blog.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: 'naver-safety-blog' }, `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="currentColor" d="M6.79 8.36a.749.749 0 1 1 .75-.75c0 .41-.33.75-.75.75m6.24 0a.749.749 0 1 1 .75-.75c0 .41-.33.75-.75.75m4.17 0a.749.749 0 1 1 .75-.75c0 .41-.33.75-.75.75M19 2H5c-1.1 0-2 .9-2 2v7c0 1.1.9 2 2 2h5.5s.97 3 1.5 3 1.5-3 1.5-3H19c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2M7.03 9.17c-.38 0-.71-.11-.98-.29v.21H5V4.48h1.05v1.78c.29-.24.66-.35 1.18-.35s.93.34 1.17.75c.17.3.23.63.23.94 0 .81-.46 1.58-1.59 1.58Zm3.46-.04H9.41v-2.8s.04-.65-.52-.8V4.39c.69.05 1.6.72 1.6 1.93v2.8Zm2.54.18c-1.01 0-1.82-.76-1.82-1.71s.82-1.71 1.82-1.71 1.82.76 1.82 1.71-.82 1.71-1.82 1.71m5.93-.45c0 .44-.04 1.02-.43 1.44s-.97.46-1.18.46-.46-.02-.46-.02V9.9c.54 0 1.02-.27 1.02-.81v-.21c-.34.37-.71.45-1.05.45-.44 0-.81-.14-1.13-.5s-.35-.98-.35-1.19.04-.86.38-1.24c.42-.48.8-.55 1.19-.55s.69.09.96.34v-.26h1.04v2.93ZM6.05 21.05c-.78 0-1.36-.39-1.54-1.15l.54-.17c.12.48.47.77 1 .77.49 0 .8-.19.8-.48 0-.27-.23-.41-.76-.55l-.42-.12c-.68-.18-1.01-.53-1.01-1.05 0-.62.54-1.05 1.34-1.05.75 0 1.31.37 1.44 1.08l-.55.14c-.1-.47-.44-.68-.88-.68s-.72.18-.72.46c0 .29.24.42.65.53l.43.12c.75.19 1.11.55 1.11 1.07 0 .65-.55 1.08-1.43 1.08m6.04-3.28h-.28c-.23 0-.34.14-.34.39v.14h.62v.48h-.62v2.21h-.58v-2.21h-.43v-.48h.43v-.16c0-.53.3-.88.85-.88h.35v.5Zm4.48 1.02h-.62v1.3c0 .26.11.4.33.4h.28v.5h-.35c-.55 0-.85-.35-.85-.87v-1.34h-.5v-.48h.5v-.55l.58-.34v.88h.62v.48Zm1.19 3.08h-.64l.64-1.37-1.06-2.19h.66l.69 1.55.72-1.55h.64l-1.67 3.57Zm-3.02-2.24c0-.83-.52-1.38-1.25-1.38s-1.3.56-1.3 1.4.55 1.4 1.31 1.4c.53 0 1-.25 1.23-.86l-.49-.19c-.15.39-.41.54-.75.54-.39 0-.67-.25-.72-.77h1.96v-.15Zm-1.94-.26c.07-.42.32-.63.68-.63.34 0 .58.2.66.63zm-3.81-1.12c-.54 0-.99.25-1.16.79l.49.19c.09-.29.32-.47.65-.47.36 0 .63.18.63.6v.28c-.16-.17-.42-.26-.75-.26-.63 0-1.09.32-1.09.84s.45.83 1.05.83c.37 0 .65-.11.82-.32v.26h.55v-1.68c0-.74-.56-1.06-1.18-1.06Zm0 2.37c-.36 0-.63-.14-.63-.4s.27-.4.63-.4.62.14.62.4-.26.4-.62.4"/></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::naver': 'naver';
6
+ }
7
+ }
8
+ //# sourceMappingURL=naver.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: 'naver' }, `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="currentColor" d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2m-2.2 13.28h-3.28l-2.94-4.26v4.26H7.3V7.61h3.28l2.94 4.33V7.61h3.28z"/></svg>`);
@@ -246,6 +246,9 @@ const assetMetadata = {
246
246
  'mode-switch': { code: '<odx-icon name="core::mode-switch">\n</odx-icon>' },
247
247
  money: { code: '<odx-icon name="core::money">\n</odx-icon>' },
248
248
  more: { code: '<odx-icon name="core::more">\n</odx-icon>' },
249
+ 'naver-medical-blog': { code: '<odx-icon name="core::naver-medical-blog">\n</odx-icon>' },
250
+ 'naver-safety-blog': { code: '<odx-icon name="core::naver-safety-blog">\n</odx-icon>' },
251
+ naver: { code: '<odx-icon name="core::naver">\n</odx-icon>' },
249
252
  networking: { code: '<odx-icon name="core::networking">\n</odx-icon>' },
250
253
  next: { code: '<odx-icon name="core::next">\n</odx-icon>' },
251
254
  'night-mode': { code: '<odx-icon name="core::night-mode">\n</odx-icon>' },
@@ -244,6 +244,9 @@ export declare const Minus: import("@odx/assets-utils").OdxAsset;
244
244
  export declare const ModeSwitch: import("@odx/assets-utils").OdxAsset;
245
245
  export declare const Money: import("@odx/assets-utils").OdxAsset;
246
246
  export declare const More: import("@odx/assets-utils").OdxAsset;
247
+ export declare const NaverMedicalBlog: import("@odx/assets-utils").OdxAsset;
248
+ export declare const NaverSafetyBlog: import("@odx/assets-utils").OdxAsset;
249
+ export declare const Naver: import("@odx/assets-utils").OdxAsset;
247
250
  export declare const Networking: import("@odx/assets-utils").OdxAsset;
248
251
  export declare const Next: import("@odx/assets-utils").OdxAsset;
249
252
  export declare const NightMode: import("@odx/assets-utils").OdxAsset;
@@ -627,6 +630,9 @@ declare global {
627
630
  'core::mode-switch': 'mode-switch';
628
631
  'core::money': 'money';
629
632
  'core::more': 'more';
633
+ 'core::naver-medical-blog': 'naver-medical-blog';
634
+ 'core::naver-safety-blog': 'naver-safety-blog';
635
+ 'core::naver': 'naver';
630
636
  'core::networking': 'networking';
631
637
  'core::next': 'next';
632
638
  'core::night-mode': 'night-mode';
@@ -247,6 +247,9 @@ export const Minus = OdxAssetRegistry.registerAsset({ namespace, set, name: 'min
247
247
  export const ModeSwitch = OdxAssetRegistry.registerAsset({ namespace, set, name: 'mode-switch' }, `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2C6.49 2 2 6.49 2 12s4.49 10 10 10 10-4.49 10-10S17.51 2 12 2m0 18V4c4.41 0 8 3.59 8 8s-3.59 8-8 8"/></svg>`);
248
248
  export const Money = OdxAssetRegistry.registerAsset({ namespace, set, name: 'money' }, `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="currentColor" d="m20.33 8.03-.23-1.22c-.1-.53-.4-.99-.85-1.29s-.98-.41-1.51-.3l-.34.07-.25-.76c-.18-.53-.57-.96-1.07-1.19-.51-.23-1.09-.24-1.62-.01L3.73 8.03C2.76 8.16 2 8.99 2 10v8c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-8a2 2 0 0 0-1.67-1.97m-2.19-.85.15.82h-4.23zm-2.89-2.02.18.53-2.54.51 2.37-1.04zM4 18v-8h16v8zm8-7c-1.65 0-3 1.35-3 3s1.35 3 3 3 3-1.35 3-3-1.35-3-3-3m0 5c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2"/></svg>`);
249
249
  export const More = OdxAssetRegistry.registerAsset({ namespace, set, name: 'more' }, `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="currentColor" d="M14 12c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2m-8-2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2m12 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2"/></svg>`);
250
+ export const NaverMedicalBlog = OdxAssetRegistry.registerAsset({ namespace, set, name: 'naver-medical-blog' }, `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="currentColor" d="M6.55 21h-.61v-2.69l-1.1 1.51h-.11l-1.11-1.51V21h-.61v-3.69h.58l1.21 1.66 1.19-1.66h.57V21Zm7.19-2.7h-.59V21h.59zm.1-.76c0-.23-.17-.37-.39-.37s-.39.14-.39.37.17.36.39.36.39-.14.39-.36m.93 2.11c0-.58.34-.88.73-.88.36 0 .61.17.75.61l.52-.19c-.2-.66-.7-.94-1.27-.94-.75 0-1.33.57-1.33 1.4s.57 1.41 1.33 1.41c.57 0 1.07-.28 1.27-.94l-.52-.19c-.14.44-.39.61-.75.61-.39 0-.73-.3-.73-.89m6.23.84h-.21c-.18 0-.26-.11-.26-.3V17.3h-.59v2.93c0 .46.26.76.75.76H21v-.51ZM7.54 7.61c0-.42-.33-.75-.75-.75a.749.749 0 1 0 0 1.5c.42 0 .75-.34.75-.75m6.23 0c0-.42-.33-.75-.75-.75a.749.749 0 1 0 0 1.5c.42 0 .75-.34.75-.75m4.18 0c0-.42-.33-.75-.75-.75a.749.749 0 1 0 0 1.5c.42 0 .75-.34.75-.75M21 4v7c0 1.1-.9 2-2 2h-5.5s-.97 3-1.5 3-1.5-3-1.5-3H5c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h14c1.1 0 2 .9 2 2M8.63 7.6c0-.3-.07-.64-.23-.94-.23-.41-.64-.75-1.17-.75s-.89.11-1.18.35V4.48H5v4.61h1.05v-.21c.27.17.6.29.98.29 1.13 0 1.59-.76 1.59-1.58Zm1.86-1.27c0-1.21-.91-1.89-1.6-1.93v1.14c.56.14.52.8.52.8v2.8h1.08v-2.8Zm4.36 1.28c0-.94-.82-1.71-1.82-1.71s-1.82.76-1.82 1.71.82 1.71 1.82 1.71 1.82-.76 1.82-1.71m4.11-1.68h-1.04v.26c-.27-.24-.57-.34-.96-.34s-.78.07-1.19.55c-.33.38-.38 1.02-.38 1.24s.03.83.35 1.19.69.5 1.13.5c.34 0 .71-.08 1.05-.45v.21c0 .54-.49.81-1.02.81v.84s.25.02.46.02.79-.04 1.18-.46.43-1 .43-1.44V5.93ZM9.59 19.78H7.63c.04.52.33.77.72.77.34 0 .6-.15.75-.54l.5.19c-.23.61-.7.86-1.23.86-.77 0-1.32-.56-1.32-1.41s.54-1.4 1.3-1.4 1.26.56 1.26 1.39v.15ZM9 19.36c-.07-.43-.32-.63-.66-.63-.36 0-.61.22-.69.63zm3.6-2.06v3.69h-.58v-.44c-.17.29-.46.5-.88.5-.7 0-1.22-.59-1.22-1.41s.52-1.4 1.22-1.4c.42 0 .71.21.88.5V17.3zm-.57 2.35c0-.55-.32-.88-.76-.88s-.76.32-.76.88.32.89.76.89.76-.33.76-.89m7.38-.34V21h-.55v-.26c-.16.21-.45.32-.82.32-.61 0-1.05-.31-1.05-.83s.46-.84 1.09-.84c.33 0 .59.09.75.26v-.28c0-.42-.26-.6-.63-.6-.33 0-.55.18-.65.47l-.49-.2c.16-.55.62-.8 1.16-.8.62 0 1.19.33 1.19 1.07m-.57.91c0-.26-.26-.41-.62-.41s-.63.14-.63.41.27.4.63.4.62-.14.62-.4"/></svg>`);
251
+ export const NaverSafetyBlog = OdxAssetRegistry.registerAsset({ namespace, set, name: 'naver-safety-blog' }, `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="currentColor" d="M6.79 8.36a.749.749 0 1 1 .75-.75c0 .41-.33.75-.75.75m6.24 0a.749.749 0 1 1 .75-.75c0 .41-.33.75-.75.75m4.17 0a.749.749 0 1 1 .75-.75c0 .41-.33.75-.75.75M19 2H5c-1.1 0-2 .9-2 2v7c0 1.1.9 2 2 2h5.5s.97 3 1.5 3 1.5-3 1.5-3H19c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2M7.03 9.17c-.38 0-.71-.11-.98-.29v.21H5V4.48h1.05v1.78c.29-.24.66-.35 1.18-.35s.93.34 1.17.75c.17.3.23.63.23.94 0 .81-.46 1.58-1.59 1.58Zm3.46-.04H9.41v-2.8s.04-.65-.52-.8V4.39c.69.05 1.6.72 1.6 1.93v2.8Zm2.54.18c-1.01 0-1.82-.76-1.82-1.71s.82-1.71 1.82-1.71 1.82.76 1.82 1.71-.82 1.71-1.82 1.71m5.93-.45c0 .44-.04 1.02-.43 1.44s-.97.46-1.18.46-.46-.02-.46-.02V9.9c.54 0 1.02-.27 1.02-.81v-.21c-.34.37-.71.45-1.05.45-.44 0-.81-.14-1.13-.5s-.35-.98-.35-1.19.04-.86.38-1.24c.42-.48.8-.55 1.19-.55s.69.09.96.34v-.26h1.04v2.93ZM6.05 21.05c-.78 0-1.36-.39-1.54-1.15l.54-.17c.12.48.47.77 1 .77.49 0 .8-.19.8-.48 0-.27-.23-.41-.76-.55l-.42-.12c-.68-.18-1.01-.53-1.01-1.05 0-.62.54-1.05 1.34-1.05.75 0 1.31.37 1.44 1.08l-.55.14c-.1-.47-.44-.68-.88-.68s-.72.18-.72.46c0 .29.24.42.65.53l.43.12c.75.19 1.11.55 1.11 1.07 0 .65-.55 1.08-1.43 1.08m6.04-3.28h-.28c-.23 0-.34.14-.34.39v.14h.62v.48h-.62v2.21h-.58v-2.21h-.43v-.48h.43v-.16c0-.53.3-.88.85-.88h.35v.5Zm4.48 1.02h-.62v1.3c0 .26.11.4.33.4h.28v.5h-.35c-.55 0-.85-.35-.85-.87v-1.34h-.5v-.48h.5v-.55l.58-.34v.88h.62v.48Zm1.19 3.08h-.64l.64-1.37-1.06-2.19h.66l.69 1.55.72-1.55h.64l-1.67 3.57Zm-3.02-2.24c0-.83-.52-1.38-1.25-1.38s-1.3.56-1.3 1.4.55 1.4 1.31 1.4c.53 0 1-.25 1.23-.86l-.49-.19c-.15.39-.41.54-.75.54-.39 0-.67-.25-.72-.77h1.96v-.15Zm-1.94-.26c.07-.42.32-.63.68-.63.34 0 .58.2.66.63zm-3.81-1.12c-.54 0-.99.25-1.16.79l.49.19c.09-.29.32-.47.65-.47.36 0 .63.18.63.6v.28c-.16-.17-.42-.26-.75-.26-.63 0-1.09.32-1.09.84s.45.83 1.05.83c.37 0 .65-.11.82-.32v.26h.55v-1.68c0-.74-.56-1.06-1.18-1.06Zm0 2.37c-.36 0-.63-.14-.63-.4s.27-.4.63-.4.62.14.62.4-.26.4-.62.4"/></svg>`);
252
+ export const Naver = OdxAssetRegistry.registerAsset({ namespace, set, name: 'naver' }, `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="currentColor" d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2m-2.2 13.28h-3.28l-2.94-4.26v4.26H7.3V7.61h3.28l2.94 4.33V7.61h3.28z"/></svg>`);
250
253
  export const Networking = OdxAssetRegistry.registerAsset({ namespace, set, name: 'networking' }, `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="currentColor" d="M19 16c-1.03 0-1.95.53-2.49 1.32l-2.75-1.65c.16-.53.24-1.09.24-1.67 0-1.2-.35-2.32-.97-3.26l2.18-1.87c.72.7 1.71 1.13 2.79 1.13 2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4c0 .76.21 1.47.59 2.08l-2.18 1.87A5.93 5.93 0 0 0 8 8c-3.31 0-6 2.69-6 6s2.69 6 6 6a5.99 5.99 0 0 0 5.39-3.38l2.71 1.63c-.07.24-.1.49-.1.75 0 1.65 1.35 3 3 3s3-1.35 3-3-1.35-3-3-3M18 4c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2m-7.54 13.15c-.68.53-1.54.85-2.46.85s-1.78-.32-2.46-.85v-.12c0-.16.09-.3.23-.38l1.22-.62c.59.35 1.42.35 2.02 0l1.22.63c.14.07.23.21.23.37zm-3.47-3.48c-.05-.28.04-.57.23-.78.39-.44 1.17-.44 1.56 0 .19.22.27.5.23.78l-.12.81c-.03.2-.13.37-.26.5-.02.01-.03.02-.04.03-.32.27-.85.27-1.17 0-.02-.02-.03-.04-.05-.05a.9.9 0 0 1-.26-.49l-.12-.81Zm4.33 2.56c-.14-.22-.34-.41-.59-.53l-.95-.49c.08-.18.14-.36.18-.56l.12-.81c.09-.6-.09-1.21-.49-1.67-.8-.9-2.39-.9-3.18 0-.4.46-.58 1.07-.49 1.67l.12.81c.04.2.1.38.18.55l-.95.49c-.25.13-.45.32-.59.54A3.999 3.999 0 0 1 8 10a3.999 3.999 0 0 1 3.32 6.23M19 20c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1"/></svg>`);
251
254
  export const Next = OdxAssetRegistry.registerAsset({ namespace, set, name: 'next' }, `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="currentColor" d="m18 6.14-4.8 6.16H18L12 20l-6-7.7h4.8L6 6.14z"/></svg>`);
252
255
  export const NightMode = OdxAssetRegistry.registerAsset({ namespace, set, name: 'night-mode' }, `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="currentColor" d="M6.07 6.62c.64 5.94 5.37 10.67 11.31 11.31A7.97 7.97 0 0 1 12 20c-4.41 0-8-3.59-8-8 0-2.04.76-3.94 2.07-5.38m2.24-3.91A9.99 9.99 0 0 0 2 12c0 5.52 4.48 10 10 10 4.22 0 7.82-2.62 9.29-6.31-.82.2-1.66.31-2.54.31C12.81 16 8 11.19 8 5.25c0-.88.12-1.72.31-2.54"/></svg>`);
@@ -1824,6 +1824,9 @@ $assets: (
1824
1824
  "core::mode-switch": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M12 2C6.49 2 2 6.49 2 12s4.49 10 10 10 10-4.49 10-10S17.51 2 12 2m0 18V4c4.41 0 8 3.59 8 8s-3.59 8-8 8'/%3E%3C/svg%3E",
1825
1825
  "core::money": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='m20.33 8.03-.23-1.22c-.1-.53-.4-.99-.85-1.29s-.98-.41-1.51-.3l-.34.07-.25-.76c-.18-.53-.57-.96-1.07-1.19-.51-.23-1.09-.24-1.62-.01L3.73 8.03C2.76 8.16 2 8.99 2 10v8c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-8a2 2 0 0 0-1.67-1.97m-2.19-.85.15.82h-4.23zm-2.89-2.02.18.53-2.54.51 2.37-1.04zM4 18v-8h16v8zm8-7c-1.65 0-3 1.35-3 3s1.35 3 3 3 3-1.35 3-3-1.35-3-3-3m0 5c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2'/%3E%3C/svg%3E",
1826
1826
  "core::more": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M14 12c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2m-8-2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2m12 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2'/%3E%3C/svg%3E",
1827
+ "core::naver-medical-blog": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M6.55 21h-.61v-2.69l-1.1 1.51h-.11l-1.11-1.51V21h-.61v-3.69h.58l1.21 1.66 1.19-1.66h.57V21Zm7.19-2.7h-.59V21h.59zm.1-.76c0-.23-.17-.37-.39-.37s-.39.14-.39.37.17.36.39.36.39-.14.39-.36m.93 2.11c0-.58.34-.88.73-.88.36 0 .61.17.75.61l.52-.19c-.2-.66-.7-.94-1.27-.94-.75 0-1.33.57-1.33 1.4s.57 1.41 1.33 1.41c.57 0 1.07-.28 1.27-.94l-.52-.19c-.14.44-.39.61-.75.61-.39 0-.73-.3-.73-.89m6.23.84h-.21c-.18 0-.26-.11-.26-.3V17.3h-.59v2.93c0 .46.26.76.75.76H21v-.51ZM7.54 7.61c0-.42-.33-.75-.75-.75a.749.749 0 1 0 0 1.5c.42 0 .75-.34.75-.75m6.23 0c0-.42-.33-.75-.75-.75a.749.749 0 1 0 0 1.5c.42 0 .75-.34.75-.75m4.18 0c0-.42-.33-.75-.75-.75a.749.749 0 1 0 0 1.5c.42 0 .75-.34.75-.75M21 4v7c0 1.1-.9 2-2 2h-5.5s-.97 3-1.5 3-1.5-3-1.5-3H5c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h14c1.1 0 2 .9 2 2M8.63 7.6c0-.3-.07-.64-.23-.94-.23-.41-.64-.75-1.17-.75s-.89.11-1.18.35V4.48H5v4.61h1.05v-.21c.27.17.6.29.98.29 1.13 0 1.59-.76 1.59-1.58Zm1.86-1.27c0-1.21-.91-1.89-1.6-1.93v1.14c.56.14.52.8.52.8v2.8h1.08v-2.8Zm4.36 1.28c0-.94-.82-1.71-1.82-1.71s-1.82.76-1.82 1.71.82 1.71 1.82 1.71 1.82-.76 1.82-1.71m4.11-1.68h-1.04v.26c-.27-.24-.57-.34-.96-.34s-.78.07-1.19.55c-.33.38-.38 1.02-.38 1.24s.03.83.35 1.19.69.5 1.13.5c.34 0 .71-.08 1.05-.45v.21c0 .54-.49.81-1.02.81v.84s.25.02.46.02.79-.04 1.18-.46.43-1 .43-1.44V5.93ZM9.59 19.78H7.63c.04.52.33.77.72.77.34 0 .6-.15.75-.54l.5.19c-.23.61-.7.86-1.23.86-.77 0-1.32-.56-1.32-1.41s.54-1.4 1.3-1.4 1.26.56 1.26 1.39v.15ZM9 19.36c-.07-.43-.32-.63-.66-.63-.36 0-.61.22-.69.63zm3.6-2.06v3.69h-.58v-.44c-.17.29-.46.5-.88.5-.7 0-1.22-.59-1.22-1.41s.52-1.4 1.22-1.4c.42 0 .71.21.88.5V17.3zm-.57 2.35c0-.55-.32-.88-.76-.88s-.76.32-.76.88.32.89.76.89.76-.33.76-.89m7.38-.34V21h-.55v-.26c-.16.21-.45.32-.82.32-.61 0-1.05-.31-1.05-.83s.46-.84 1.09-.84c.33 0 .59.09.75.26v-.28c0-.42-.26-.6-.63-.6-.33 0-.55.18-.65.47l-.49-.2c.16-.55.62-.8 1.16-.8.62 0 1.19.33 1.19 1.07m-.57.91c0-.26-.26-.41-.62-.41s-.63.14-.63.41.27.4.63.4.62-.14.62-.4'/%3E%3C/svg%3E",
1828
+ "core::naver-safety-blog": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M6.79 8.36a.749.749 0 1 1 .75-.75c0 .41-.33.75-.75.75m6.24 0a.749.749 0 1 1 .75-.75c0 .41-.33.75-.75.75m4.17 0a.749.749 0 1 1 .75-.75c0 .41-.33.75-.75.75M19 2H5c-1.1 0-2 .9-2 2v7c0 1.1.9 2 2 2h5.5s.97 3 1.5 3 1.5-3 1.5-3H19c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2M7.03 9.17c-.38 0-.71-.11-.98-.29v.21H5V4.48h1.05v1.78c.29-.24.66-.35 1.18-.35s.93.34 1.17.75c.17.3.23.63.23.94 0 .81-.46 1.58-1.59 1.58Zm3.46-.04H9.41v-2.8s.04-.65-.52-.8V4.39c.69.05 1.6.72 1.6 1.93v2.8Zm2.54.18c-1.01 0-1.82-.76-1.82-1.71s.82-1.71 1.82-1.71 1.82.76 1.82 1.71-.82 1.71-1.82 1.71m5.93-.45c0 .44-.04 1.02-.43 1.44s-.97.46-1.18.46-.46-.02-.46-.02V9.9c.54 0 1.02-.27 1.02-.81v-.21c-.34.37-.71.45-1.05.45-.44 0-.81-.14-1.13-.5s-.35-.98-.35-1.19.04-.86.38-1.24c.42-.48.8-.55 1.19-.55s.69.09.96.34v-.26h1.04v2.93ZM6.05 21.05c-.78 0-1.36-.39-1.54-1.15l.54-.17c.12.48.47.77 1 .77.49 0 .8-.19.8-.48 0-.27-.23-.41-.76-.55l-.42-.12c-.68-.18-1.01-.53-1.01-1.05 0-.62.54-1.05 1.34-1.05.75 0 1.31.37 1.44 1.08l-.55.14c-.1-.47-.44-.68-.88-.68s-.72.18-.72.46c0 .29.24.42.65.53l.43.12c.75.19 1.11.55 1.11 1.07 0 .65-.55 1.08-1.43 1.08m6.04-3.28h-.28c-.23 0-.34.14-.34.39v.14h.62v.48h-.62v2.21h-.58v-2.21h-.43v-.48h.43v-.16c0-.53.3-.88.85-.88h.35v.5Zm4.48 1.02h-.62v1.3c0 .26.11.4.33.4h.28v.5h-.35c-.55 0-.85-.35-.85-.87v-1.34h-.5v-.48h.5v-.55l.58-.34v.88h.62v.48Zm1.19 3.08h-.64l.64-1.37-1.06-2.19h.66l.69 1.55.72-1.55h.64l-1.67 3.57Zm-3.02-2.24c0-.83-.52-1.38-1.25-1.38s-1.3.56-1.3 1.4.55 1.4 1.31 1.4c.53 0 1-.25 1.23-.86l-.49-.19c-.15.39-.41.54-.75.54-.39 0-.67-.25-.72-.77h1.96v-.15Zm-1.94-.26c.07-.42.32-.63.68-.63.34 0 .58.2.66.63zm-3.81-1.12c-.54 0-.99.25-1.16.79l.49.19c.09-.29.32-.47.65-.47.36 0 .63.18.63.6v.28c-.16-.17-.42-.26-.75-.26-.63 0-1.09.32-1.09.84s.45.83 1.05.83c.37 0 .65-.11.82-.32v.26h.55v-1.68c0-.74-.56-1.06-1.18-1.06Zm0 2.37c-.36 0-.63-.14-.63-.4s.27-.4.63-.4.62.14.62.4-.26.4-.62.4'/%3E%3C/svg%3E",
1829
+ "core::naver": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2m-2.2 13.28h-3.28l-2.94-4.26v4.26H7.3V7.61h3.28l2.94 4.33V7.61h3.28z'/%3E%3C/svg%3E",
1827
1830
  "core::networking": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M19 16c-1.03 0-1.95.53-2.49 1.32l-2.75-1.65c.16-.53.24-1.09.24-1.67 0-1.2-.35-2.32-.97-3.26l2.18-1.87c.72.7 1.71 1.13 2.79 1.13 2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4c0 .76.21 1.47.59 2.08l-2.18 1.87A5.93 5.93 0 0 0 8 8c-3.31 0-6 2.69-6 6s2.69 6 6 6a5.99 5.99 0 0 0 5.39-3.38l2.71 1.63c-.07.24-.1.49-.1.75 0 1.65 1.35 3 3 3s3-1.35 3-3-1.35-3-3-3M18 4c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2m-7.54 13.15c-.68.53-1.54.85-2.46.85s-1.78-.32-2.46-.85v-.12c0-.16.09-.3.23-.38l1.22-.62c.59.35 1.42.35 2.02 0l1.22.63c.14.07.23.21.23.37zm-3.47-3.48c-.05-.28.04-.57.23-.78.39-.44 1.17-.44 1.56 0 .19.22.27.5.23.78l-.12.81c-.03.2-.13.37-.26.5-.02.01-.03.02-.04.03-.32.27-.85.27-1.17 0-.02-.02-.03-.04-.05-.05a.9.9 0 0 1-.26-.49l-.12-.81Zm4.33 2.56c-.14-.22-.34-.41-.59-.53l-.95-.49c.08-.18.14-.36.18-.56l.12-.81c.09-.6-.09-1.21-.49-1.67-.8-.9-2.39-.9-3.18 0-.4.46-.58 1.07-.49 1.67l.12.81c.04.2.1.38.18.55l-.95.49c-.25.13-.45.32-.59.54A3.999 3.999 0 0 1 8 10a3.999 3.999 0 0 1 3.32 6.23M19 20c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1'/%3E%3C/svg%3E",
1828
1831
  "core::next": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='m18 6.14-4.8 6.16H18L12 20l-6-7.7h4.8L6 6.14z'/%3E%3C/svg%3E",
1829
1832
  "core::night-mode": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M6.07 6.62c.64 5.94 5.37 10.67 11.31 11.31A7.97 7.97 0 0 1 12 20c-4.41 0-8-3.59-8-8 0-2.04.76-3.94 2.07-5.38m2.24-3.91A9.99 9.99 0 0 0 2 12c0 5.52 4.48 10 10 10 4.22 0 7.82-2.62 9.29-6.31-.82.2-1.66.31-2.54.31C12.81 16 8 11.19 8 5.25c0-.88.12-1.72.31-2.54'/%3E%3C/svg%3E",
@@ -3732,6 +3735,9 @@ $assets: (
3732
3735
  "core::mode-switch": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M12 2C6.49 2 2 6.49 2 12s4.49 10 10 10 10-4.49 10-10S17.51 2 12 2m0 18V4c4.41 0 8 3.59 8 8s-3.59 8-8 8'/%3E%3C/svg%3E",
3733
3736
  "core::money": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='m20.33 8.03-.23-1.22c-.1-.53-.4-.99-.85-1.29s-.98-.41-1.51-.3l-.34.07-.25-.76c-.18-.53-.57-.96-1.07-1.19-.51-.23-1.09-.24-1.62-.01L3.73 8.03C2.76 8.16 2 8.99 2 10v8c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-8a2 2 0 0 0-1.67-1.97m-2.19-.85.15.82h-4.23zm-2.89-2.02.18.53-2.54.51 2.37-1.04zM4 18v-8h16v8zm8-7c-1.65 0-3 1.35-3 3s1.35 3 3 3 3-1.35 3-3-1.35-3-3-3m0 5c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2'/%3E%3C/svg%3E",
3734
3737
  "core::more": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M14 12c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2m-8-2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2m12 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2'/%3E%3C/svg%3E",
3738
+ "core::naver-medical-blog": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M6.55 21h-.61v-2.69l-1.1 1.51h-.11l-1.11-1.51V21h-.61v-3.69h.58l1.21 1.66 1.19-1.66h.57V21Zm7.19-2.7h-.59V21h.59zm.1-.76c0-.23-.17-.37-.39-.37s-.39.14-.39.37.17.36.39.36.39-.14.39-.36m.93 2.11c0-.58.34-.88.73-.88.36 0 .61.17.75.61l.52-.19c-.2-.66-.7-.94-1.27-.94-.75 0-1.33.57-1.33 1.4s.57 1.41 1.33 1.41c.57 0 1.07-.28 1.27-.94l-.52-.19c-.14.44-.39.61-.75.61-.39 0-.73-.3-.73-.89m6.23.84h-.21c-.18 0-.26-.11-.26-.3V17.3h-.59v2.93c0 .46.26.76.75.76H21v-.51ZM7.54 7.61c0-.42-.33-.75-.75-.75a.749.749 0 1 0 0 1.5c.42 0 .75-.34.75-.75m6.23 0c0-.42-.33-.75-.75-.75a.749.749 0 1 0 0 1.5c.42 0 .75-.34.75-.75m4.18 0c0-.42-.33-.75-.75-.75a.749.749 0 1 0 0 1.5c.42 0 .75-.34.75-.75M21 4v7c0 1.1-.9 2-2 2h-5.5s-.97 3-1.5 3-1.5-3-1.5-3H5c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h14c1.1 0 2 .9 2 2M8.63 7.6c0-.3-.07-.64-.23-.94-.23-.41-.64-.75-1.17-.75s-.89.11-1.18.35V4.48H5v4.61h1.05v-.21c.27.17.6.29.98.29 1.13 0 1.59-.76 1.59-1.58Zm1.86-1.27c0-1.21-.91-1.89-1.6-1.93v1.14c.56.14.52.8.52.8v2.8h1.08v-2.8Zm4.36 1.28c0-.94-.82-1.71-1.82-1.71s-1.82.76-1.82 1.71.82 1.71 1.82 1.71 1.82-.76 1.82-1.71m4.11-1.68h-1.04v.26c-.27-.24-.57-.34-.96-.34s-.78.07-1.19.55c-.33.38-.38 1.02-.38 1.24s.03.83.35 1.19.69.5 1.13.5c.34 0 .71-.08 1.05-.45v.21c0 .54-.49.81-1.02.81v.84s.25.02.46.02.79-.04 1.18-.46.43-1 .43-1.44V5.93ZM9.59 19.78H7.63c.04.52.33.77.72.77.34 0 .6-.15.75-.54l.5.19c-.23.61-.7.86-1.23.86-.77 0-1.32-.56-1.32-1.41s.54-1.4 1.3-1.4 1.26.56 1.26 1.39v.15ZM9 19.36c-.07-.43-.32-.63-.66-.63-.36 0-.61.22-.69.63zm3.6-2.06v3.69h-.58v-.44c-.17.29-.46.5-.88.5-.7 0-1.22-.59-1.22-1.41s.52-1.4 1.22-1.4c.42 0 .71.21.88.5V17.3zm-.57 2.35c0-.55-.32-.88-.76-.88s-.76.32-.76.88.32.89.76.89.76-.33.76-.89m7.38-.34V21h-.55v-.26c-.16.21-.45.32-.82.32-.61 0-1.05-.31-1.05-.83s.46-.84 1.09-.84c.33 0 .59.09.75.26v-.28c0-.42-.26-.6-.63-.6-.33 0-.55.18-.65.47l-.49-.2c.16-.55.62-.8 1.16-.8.62 0 1.19.33 1.19 1.07m-.57.91c0-.26-.26-.41-.62-.41s-.63.14-.63.41.27.4.63.4.62-.14.62-.4'/%3E%3C/svg%3E",
3739
+ "core::naver-safety-blog": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M6.79 8.36a.749.749 0 1 1 .75-.75c0 .41-.33.75-.75.75m6.24 0a.749.749 0 1 1 .75-.75c0 .41-.33.75-.75.75m4.17 0a.749.749 0 1 1 .75-.75c0 .41-.33.75-.75.75M19 2H5c-1.1 0-2 .9-2 2v7c0 1.1.9 2 2 2h5.5s.97 3 1.5 3 1.5-3 1.5-3H19c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2M7.03 9.17c-.38 0-.71-.11-.98-.29v.21H5V4.48h1.05v1.78c.29-.24.66-.35 1.18-.35s.93.34 1.17.75c.17.3.23.63.23.94 0 .81-.46 1.58-1.59 1.58Zm3.46-.04H9.41v-2.8s.04-.65-.52-.8V4.39c.69.05 1.6.72 1.6 1.93v2.8Zm2.54.18c-1.01 0-1.82-.76-1.82-1.71s.82-1.71 1.82-1.71 1.82.76 1.82 1.71-.82 1.71-1.82 1.71m5.93-.45c0 .44-.04 1.02-.43 1.44s-.97.46-1.18.46-.46-.02-.46-.02V9.9c.54 0 1.02-.27 1.02-.81v-.21c-.34.37-.71.45-1.05.45-.44 0-.81-.14-1.13-.5s-.35-.98-.35-1.19.04-.86.38-1.24c.42-.48.8-.55 1.19-.55s.69.09.96.34v-.26h1.04v2.93ZM6.05 21.05c-.78 0-1.36-.39-1.54-1.15l.54-.17c.12.48.47.77 1 .77.49 0 .8-.19.8-.48 0-.27-.23-.41-.76-.55l-.42-.12c-.68-.18-1.01-.53-1.01-1.05 0-.62.54-1.05 1.34-1.05.75 0 1.31.37 1.44 1.08l-.55.14c-.1-.47-.44-.68-.88-.68s-.72.18-.72.46c0 .29.24.42.65.53l.43.12c.75.19 1.11.55 1.11 1.07 0 .65-.55 1.08-1.43 1.08m6.04-3.28h-.28c-.23 0-.34.14-.34.39v.14h.62v.48h-.62v2.21h-.58v-2.21h-.43v-.48h.43v-.16c0-.53.3-.88.85-.88h.35v.5Zm4.48 1.02h-.62v1.3c0 .26.11.4.33.4h.28v.5h-.35c-.55 0-.85-.35-.85-.87v-1.34h-.5v-.48h.5v-.55l.58-.34v.88h.62v.48Zm1.19 3.08h-.64l.64-1.37-1.06-2.19h.66l.69 1.55.72-1.55h.64l-1.67 3.57Zm-3.02-2.24c0-.83-.52-1.38-1.25-1.38s-1.3.56-1.3 1.4.55 1.4 1.31 1.4c.53 0 1-.25 1.23-.86l-.49-.19c-.15.39-.41.54-.75.54-.39 0-.67-.25-.72-.77h1.96v-.15Zm-1.94-.26c.07-.42.32-.63.68-.63.34 0 .58.2.66.63zm-3.81-1.12c-.54 0-.99.25-1.16.79l.49.19c.09-.29.32-.47.65-.47.36 0 .63.18.63.6v.28c-.16-.17-.42-.26-.75-.26-.63 0-1.09.32-1.09.84s.45.83 1.05.83c.37 0 .65-.11.82-.32v.26h.55v-1.68c0-.74-.56-1.06-1.18-1.06Zm0 2.37c-.36 0-.63-.14-.63-.4s.27-.4.63-.4.62.14.62.4-.26.4-.62.4'/%3E%3C/svg%3E",
3740
+ "core::naver": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2m-2.2 13.28h-3.28l-2.94-4.26v4.26H7.3V7.61h3.28l2.94 4.33V7.61h3.28z'/%3E%3C/svg%3E",
3735
3741
  "core::networking": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M19 16c-1.03 0-1.95.53-2.49 1.32l-2.75-1.65c.16-.53.24-1.09.24-1.67 0-1.2-.35-2.32-.97-3.26l2.18-1.87c.72.7 1.71 1.13 2.79 1.13 2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4c0 .76.21 1.47.59 2.08l-2.18 1.87A5.93 5.93 0 0 0 8 8c-3.31 0-6 2.69-6 6s2.69 6 6 6a5.99 5.99 0 0 0 5.39-3.38l2.71 1.63c-.07.24-.1.49-.1.75 0 1.65 1.35 3 3 3s3-1.35 3-3-1.35-3-3-3M18 4c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2m-7.54 13.15c-.68.53-1.54.85-2.46.85s-1.78-.32-2.46-.85v-.12c0-.16.09-.3.23-.38l1.22-.62c.59.35 1.42.35 2.02 0l1.22.63c.14.07.23.21.23.37zm-3.47-3.48c-.05-.28.04-.57.23-.78.39-.44 1.17-.44 1.56 0 .19.22.27.5.23.78l-.12.81c-.03.2-.13.37-.26.5-.02.01-.03.02-.04.03-.32.27-.85.27-1.17 0-.02-.02-.03-.04-.05-.05a.9.9 0 0 1-.26-.49l-.12-.81Zm4.33 2.56c-.14-.22-.34-.41-.59-.53l-.95-.49c.08-.18.14-.36.18-.56l.12-.81c.09-.6-.09-1.21-.49-1.67-.8-.9-2.39-.9-3.18 0-.4.46-.58 1.07-.49 1.67l.12.81c.04.2.1.38.18.55l-.95.49c-.25.13-.45.32-.59.54A3.999 3.999 0 0 1 8 10a3.999 3.999 0 0 1 3.32 6.23M19 20c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1'/%3E%3C/svg%3E",
3736
3742
  "core::next": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='m18 6.14-4.8 6.16H18L12 20l-6-7.7h4.8L6 6.14z'/%3E%3C/svg%3E",
3737
3743
  "core::night-mode": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M6.07 6.62c.64 5.94 5.37 10.67 11.31 11.31A7.97 7.97 0 0 1 12 20c-4.41 0-8-3.59-8-8 0-2.04.76-3.94 2.07-5.38m2.24-3.91A9.99 9.99 0 0 0 2 12c0 5.52 4.48 10 10 10 4.22 0 7.82-2.62 9.29-6.31-.82.2-1.66.31-2.54.31C12.81 16 8 11.19 8 5.25c0-.88.12-1.72.31-2.54'/%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.23",
4
+ "version": "4.0.0-rc.25",
5
5
  "author": "Drägerwerk AG & Co.KGaA",
6
6
  "license": "SEE LICENSE IN LICENSE",
7
7
  "homepage": "https://odx.draeger.com",