@odx/icons 4.0.0-rc.22 → 4.0.0-rc.24
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 +32 -4
- package/dist/generated/core/naver-medical-blog.d.ts +8 -0
- package/dist/generated/core/naver-medical-blog.js +2 -0
- package/dist/generated/core/naver-safety-blog.d.ts +8 -0
- package/dist/generated/core/naver-safety-blog.js +2 -0
- package/dist/generated/core/naver.d.ts +8 -0
- package/dist/generated/core/naver.js +2 -0
- package/dist/generated/core-metadata.js +3 -0
- package/dist/generated/core.d.ts +6 -0
- package/dist/generated/core.js +3 -0
- package/dist/src/main.js +5 -6
- package/generated/all.scss +6 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -51,12 +51,26 @@ import '@odx/icons/core/user';
|
|
|
51
51
|
|
|
52
52
|
- **name**: string - `<set-name>::<name>` or `<name>` with default set (core)
|
|
53
53
|
- **set**: string - `<set-name>`
|
|
54
|
+
- **size**: string - one of `xs` | `sm` | `md` | `lg`
|
|
54
55
|
|
|
55
|
-
|
|
56
|
+
#### Size Attribute
|
|
57
|
+
|
|
58
|
+
The size attribute provides predefined size options for the icon. These options correspond to CSS variables that can be customized globally in your project. The available values are:
|
|
59
|
+
|
|
60
|
+
- `xs`: `--odx-size-100` - fallback: `16px`
|
|
61
|
+
- `sm`: `--odx-size-125` - fallback: `20px`
|
|
62
|
+
- `md`: `--odx-size-150` - fallback: `24px`
|
|
63
|
+
- `lg`: `--odx-size-200` - fallback: `32px`
|
|
64
|
+
- `xl`: `--odx-size-225` - fallback: `36px`
|
|
65
|
+
|
|
66
|
+
> The size tokens (`--odx-size-*`) are provided by the **@odx/design-tokens** package.
|
|
67
|
+
|
|
68
|
+
### CSS Custom Properties
|
|
69
|
+
|
|
70
|
+
- **--color**: string - Sets the color of the icon. The default value is `currentColor`, allowing the icon to inherit the text color
|
|
71
|
+
- **--rotate**: string - Controls the rotation of the icon. The default value is `0deg`
|
|
72
|
+
- **--size**: string - Defines the size of the icon. The default value is `1em`, which matches the current font size. This can be overridden using the size attribute or custom CSS
|
|
56
73
|
|
|
57
|
-
- **--color**: string - default: `currentColor`
|
|
58
|
-
- **--rotate**: string - default: `0deg`
|
|
59
|
-
- **--size**: string - default: `1em`
|
|
60
74
|
|
|
61
75
|
### HTML Example
|
|
62
76
|
|
|
@@ -127,6 +141,20 @@ interface AssetLoaderOptions {
|
|
|
127
141
|
loadAssets('@odx/icons@next', '<set-name>', options);
|
|
128
142
|
```
|
|
129
143
|
|
|
144
|
+
### Browser Support
|
|
145
|
+
|
|
146
|
+
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.
|
|
147
|
+
|
|
148
|
+
#### Supported Browsers:
|
|
149
|
+
|
|
150
|
+
- Chrome **97+**
|
|
151
|
+
- Edge **97+**
|
|
152
|
+
- Firefox **104+**
|
|
153
|
+
- Safari **16.4+**
|
|
154
|
+
- Opera **83+**
|
|
155
|
+
|
|
156
|
+
> 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).
|
|
157
|
+
|
|
130
158
|
## Live demo ⭐
|
|
131
159
|
|
|
132
160
|
For a overview of all available assets please refer to our [**Asset Viewer**](https://assets.draeger.com/icons).
|
|
@@ -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,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,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>' },
|
package/dist/generated/core.d.ts
CHANGED
|
@@ -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';
|
package/dist/generated/core.js
CHANGED
|
@@ -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>`);
|
package/dist/src/main.js
CHANGED
|
@@ -2,17 +2,16 @@ import { OdxAssetElement, registerAssetElement } from '@odx/assets-utils';
|
|
|
2
2
|
const styles = `
|
|
3
3
|
:host {
|
|
4
4
|
--rotate: 0deg;
|
|
5
|
-
}
|
|
6
5
|
|
|
7
|
-
:host {
|
|
8
6
|
transform-origin: 50% 50%;
|
|
9
7
|
transform: rotate(var(--rotate));
|
|
10
8
|
}
|
|
11
9
|
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
}
|
|
10
|
+
:host([size="xs"]) { --size: var(--odx-size-100, 16px); }
|
|
11
|
+
:host([size="sm"]) { --size: var(--odx-size-125, 20px); }
|
|
12
|
+
:host([size="md"]) { --size: var(--odx-size-150, 24px); }
|
|
13
|
+
:host([size="lg"]) { --size: var(--odx-size-200, 32px); }
|
|
14
|
+
:host([size="xl"]) { --size: var(--odx-size-225, 36px); }
|
|
16
15
|
`;
|
|
17
16
|
export class OdxIconElement extends OdxAssetElement {
|
|
18
17
|
static assetAttributes = [
|
package/generated/all.scss
CHANGED
|
@@ -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