@ds-mo/icons 6.1.0 → 6.1.2

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.
@@ -0,0 +1,2 @@
1
+ import { IconComponent } from '../createIcon.mjs';
2
+ export declare const WifiHorizontal: IconComponent;
@@ -1,7 +1,7 @@
1
1
  import { createElement } from 'react';
2
2
  import { createIcon } from '../createIcon.mjs';
3
3
 
4
- const WiFiHorizontal = createIcon('wi-fi-horizontal', [
4
+ const WifiHorizontal = createIcon('wifi-horizontal', [
5
5
  createElement('path', { d: "M1 7.99997C1 10.7404 2.57481 13.1131 4.86883 14.2623L5.31614 13.3677C3.34984 12.3826 2 10.3489 2 7.99997C2 5.651 3.34983 3.6173 5.31614 2.63223L4.86883 1.73761C2.57481 2.88685 1 5.2595 1 7.99997Z", key: "a" }),
6
6
  createElement('path', { d: "M10.6839 2.63224C12.6502 3.61731 14 5.651 14 7.99997C14 10.3489 12.6502 12.3826 10.6839 13.3677L11.1312 14.2623C13.4252 13.1131 15 10.7404 15 7.99997C15 5.25951 13.4252 2.88686 11.1312 1.73762L10.6839 2.63224Z", key: "b" }),
7
7
  createElement('path', { d: "M4 7.99997C4 9.56596 4.89989 10.9218 6.21076 11.5785L5.76345 12.4731C4.12486 11.6522 3 9.95745 3 7.99997C3 6.0425 4.12486 4.34774 5.76345 3.52686L6.21076 4.42148C4.89989 5.07819 4 6.43399 4 7.99997Z", key: "c" }),
@@ -9,5 +9,5 @@ const WiFiHorizontal = createIcon('wi-fi-horizontal', [
9
9
  createElement('path', { d: "M8.00001 9.5C8.82843 9.5 9.50001 8.82843 9.50001 8C9.50001 7.17157 8.82843 6.5 8.00001 6.5C7.17158 6.5 6.50001 7.17157 6.50001 8C6.50001 8.82843 7.17158 9.5 8.00001 9.5Z", key: "e" }),
10
10
  ]);
11
11
 
12
- WiFiHorizontal.displayName = 'WiFiHorizontal';
13
- export { WiFiHorizontal };
12
+ WifiHorizontal.displayName = 'WifiHorizontal';
13
+ export { WifiHorizontal };
@@ -1,2 +1,2 @@
1
1
  import { IconComponent } from '../createIcon.mjs';
2
- export declare const WiFiTower: IconComponent;
2
+ export declare const WifiTower: IconComponent;
@@ -1,7 +1,7 @@
1
1
  import { createElement } from 'react';
2
2
  import { createIcon } from '../createIcon.mjs';
3
3
 
4
- const WiFiTower = createIcon('wi-fi-tower', [
4
+ const WifiTower = createIcon('wifi-tower', [
5
5
  createElement('path', { d: "M11 5.00433C11 4.18151 10.6687 3.43606 10.1323 2.89406L10.9027 2.25212C11.5828 2.96917 12 3.93802 12 5.00433C12 6.1089 11.5523 7.1089 10.8284 7.83275L10.1213 7.12565C10.6642 6.58275 11 5.83275 11 5.00433Z", key: "a" }),
6
6
  createElement('path', { d: "M5.87868 7.12565C5.33579 6.58275 5 5.83275 5 5.00433C5 4.18151 5.33126 3.43606 5.86768 2.89406L5.09735 2.25212C4.41723 2.96917 4 3.93802 4 5.00433C4 6.1089 4.44771 7.1089 5.17157 7.83275L5.87868 7.12565Z", key: "b" }),
7
7
  createElement('path', { d: "M4.46447 8.53986C3.55964 7.63504 3 6.38504 3 5.00433C3 3.69451 3.50365 2.50232 4.32785 1.61087L3.55877 0.969971C2.59028 2.0355 2 3.45098 2 5.00433C2 6.66118 2.67157 8.16118 3.75736 9.24697L4.46447 8.53986Z", key: "c" }),
@@ -9,5 +9,5 @@ const WiFiTower = createIcon('wi-fi-tower', [
9
9
  createElement('path', { fillRule: "evenodd", clipRule: "evenodd", d: "M8.78258 5.62694C8.91867 5.45611 9 5.23972 9 5.00433C9 4.45205 8.55228 4.00433 8 4.00433C7.44772 4.00433 7 4.45205 7 5.00433C7 5.23997 7.0815 5.45658 7.21786 5.62749L5.22415 14H6.25211L6.72875 11.9983H9.27144L9.74796 14H10.7759L8.78258 5.62694ZM9.03338 10.9983H6.96688L7.20461 10H8.79571L9.03338 10.9983ZM8.55764 9H7.44274L8.00026 6.6587L8.55764 9Z", key: "e" }),
10
10
  ]);
11
11
 
12
- WiFiTower.displayName = 'WiFiTower';
13
- export { WiFiTower };
12
+ WifiTower.displayName = 'WifiTower';
13
+ export { WifiTower };
@@ -386,8 +386,8 @@ export { WandSparkle } from './WandSparkle.mjs';
386
386
  export { Waveform } from './Waveform.mjs';
387
387
  export { Webhooks } from './Webhooks.mjs';
388
388
  export { Whistle } from './Whistle.mjs';
389
- export { WiFiHorizontal } from './WiFiHorizontal.mjs';
390
- export { WiFiTower } from './WiFiTower.mjs';
389
+ export { WifiHorizontal } from './WifiHorizontal.mjs';
390
+ export { WifiTower } from './WifiTower.mjs';
391
391
  export { WifiVertical } from './WifiVertical.mjs';
392
392
  export { WifiVerticalFilled } from './WifiVerticalFilled.mjs';
393
393
  export { WifiVerticalFilledDisabled } from './WifiVerticalFilledDisabled.mjs';
@@ -386,8 +386,8 @@ export { WandSparkle } from './WandSparkle.mjs';
386
386
  export { Waveform } from './Waveform.mjs';
387
387
  export { Webhooks } from './Webhooks.mjs';
388
388
  export { Whistle } from './Whistle.mjs';
389
- export { WiFiHorizontal } from './WiFiHorizontal.mjs';
390
- export { WiFiTower } from './WiFiTower.mjs';
389
+ export { WifiHorizontal } from './WifiHorizontal.mjs';
390
+ export { WifiTower } from './WifiTower.mjs';
391
391
  export { WifiVertical } from './WifiVertical.mjs';
392
392
  export { WifiVerticalFilled } from './WifiVerticalFilled.mjs';
393
393
  export { WifiVerticalFilledDisabled } from './WifiVerticalFilledDisabled.mjs';
package/dist/index.d.ts CHANGED
@@ -391,8 +391,8 @@ export { WandSparkle } from './icons/WandSparkle.mjs';
391
391
  export { Waveform } from './icons/Waveform.mjs';
392
392
  export { Webhooks } from './icons/Webhooks.mjs';
393
393
  export { Whistle } from './icons/Whistle.mjs';
394
- export { WiFiHorizontal } from './icons/WiFiHorizontal.mjs';
395
- export { WiFiTower } from './icons/WiFiTower.mjs';
394
+ export { WifiHorizontal } from './icons/WifiHorizontal.mjs';
395
+ export { WifiTower } from './icons/WifiTower.mjs';
396
396
  export { WifiVertical } from './icons/WifiVertical.mjs';
397
397
  export { WifiVerticalFilled } from './icons/WifiVerticalFilled.mjs';
398
398
  export { WifiVerticalFilledDisabled } from './icons/WifiVerticalFilledDisabled.mjs';
package/dist/index.mjs CHANGED
@@ -389,8 +389,8 @@ export { WandSparkle } from './icons/WandSparkle.mjs';
389
389
  export { Waveform } from './icons/Waveform.mjs';
390
390
  export { Webhooks } from './icons/Webhooks.mjs';
391
391
  export { Whistle } from './icons/Whistle.mjs';
392
- export { WiFiHorizontal } from './icons/WiFiHorizontal.mjs';
393
- export { WiFiTower } from './icons/WiFiTower.mjs';
392
+ export { WifiHorizontal } from './icons/WifiHorizontal.mjs';
393
+ export { WifiTower } from './icons/WifiTower.mjs';
394
394
  export { WifiVertical } from './icons/WifiVertical.mjs';
395
395
  export { WifiVerticalFilled } from './icons/WifiVerticalFilled.mjs';
396
396
  export { WifiVerticalFilledDisabled } from './icons/WifiVerticalFilledDisabled.mjs';
package/dist/meta.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "6.1.0",
2
+ "version": "6.1.2",
3
3
  "count": 429,
4
4
  "categories": {
5
5
  "system": {
@@ -3934,9 +3934,9 @@
3934
3934
  ]
3935
3935
  },
3936
3936
  {
3937
- "name": "WiFiHorizontal",
3937
+ "name": "WifiHorizontal",
3938
3938
  "category": "system",
3939
- "kebab": "wi-fi-horizontal",
3939
+ "kebab": "wifi-horizontal",
3940
3940
  "aliases": [
3941
3941
  "wifi",
3942
3942
  "wireless-horizontal",
@@ -3944,9 +3944,9 @@
3944
3944
  ]
3945
3945
  },
3946
3946
  {
3947
- "name": "WiFiTower",
3947
+ "name": "WifiTower",
3948
3948
  "category": "system",
3949
- "kebab": "wi-fi-tower",
3949
+ "kebab": "wifi-tower",
3950
3950
  "aliases": [
3951
3951
  "cell-tower",
3952
3952
  "wifi-antenna",
package/dist/sprite.svg CHANGED
@@ -1163,10 +1163,10 @@
1163
1163
  <symbol id="whistle" viewBox="0 0 16 16" fill="currentColor">
1164
1164
  <path fill-rule="evenodd" clip-rule="evenodd" d="M4.60014 1.14819L2.39641 3.35193L5.44202 6.39754C4.11806 7.20249 3.10352 8.70504 3.10352 10.3519C3.10352 12.8372 5.11823 14.8519 7.60352 14.8519C10.0888 14.8519 12.1035 12.8372 12.1035 10.3519C12.1035 9.30338 11.7443 8.33733 11.1425 7.57214L11.1226 7.54685L4.60014 1.14819ZM10.3756 8.21487C10.8322 8.80612 11.1035 9.54667 11.1035 10.3519C11.1035 12.2849 9.53651 13.8519 7.60352 13.8519C5.67052 13.8519 4.10352 12.2849 4.10352 10.3519C4.10352 8.90791 5.16153 7.53036 6.45993 6.99951H6.45264V5.99951H6.45821L3.81062 3.35193L4.60689 2.55567L10.3756 8.21487Z" fill="currentColor"/><path d="M9.10352 2.35193V4.35193H10.1035V2.35193H9.10352Z" fill="currentColor"/><path d="M12.2499 2.99841L10.7499 4.49841L11.457 5.20552L12.957 3.70552L12.2499 2.99841Z" fill="currentColor"/><path d="M11.6035 5.85193H13.6035V6.85193H11.6035V5.85193Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M5.63876 10.3519C5.63876 11.4565 6.53419 12.3519 7.63876 12.3519C8.74333 12.3519 9.63876 11.4565 9.63876 10.3519C9.63876 9.24737 8.74333 8.35194 7.63876 8.35194C6.53419 8.35194 5.63876 9.24737 5.63876 10.3519ZM6.63876 10.3519C6.63876 10.9042 7.08648 11.3519 7.63876 11.3519C8.19105 11.3519 8.63876 10.9042 8.63876 10.3519C8.63876 9.79966 8.19105 9.35194 7.63876 9.35194C7.08648 9.35194 6.63876 9.79966 6.63876 10.3519Z" fill="currentColor"/>
1165
1165
  </symbol>
1166
- <symbol id="wi-fi-horizontal" viewBox="0 0 16 16" fill="currentColor">
1166
+ <symbol id="wifi-horizontal" viewBox="0 0 16 16" fill="currentColor">
1167
1167
  <path d="M1 7.99997C1 10.7404 2.57481 13.1131 4.86883 14.2623L5.31614 13.3677C3.34984 12.3826 2 10.3489 2 7.99997C2 5.651 3.34983 3.6173 5.31614 2.63223L4.86883 1.73761C2.57481 2.88685 1 5.2595 1 7.99997Z" fill="currentColor"/><path d="M10.6839 2.63224C12.6502 3.61731 14 5.651 14 7.99997C14 10.3489 12.6502 12.3826 10.6839 13.3677L11.1312 14.2623C13.4252 13.1131 15 10.7404 15 7.99997C15 5.25951 13.4252 2.88686 11.1312 1.73762L10.6839 2.63224Z" fill="currentColor"/><path d="M4 7.99997C4 9.56596 4.89989 10.9218 6.21076 11.5785L5.76345 12.4731C4.12486 11.6522 3 9.95745 3 7.99997C3 6.0425 4.12486 4.34774 5.76345 3.52686L6.21076 4.42148C4.89989 5.07819 4 6.43399 4 7.99997Z" fill="currentColor"/><path d="M12 7.99997C12 6.434 11.1001 5.0782 9.78925 4.42148L10.2366 3.52686C11.8751 4.34775 13 6.0425 13 7.99997C13 9.95745 11.8751 11.6522 10.2366 12.4731L9.78925 11.5785C11.1001 10.9218 12 9.56595 12 7.99997Z" fill="currentColor"/><path d="M8.00001 9.5C8.82843 9.5 9.50001 8.82843 9.50001 8C9.50001 7.17157 8.82843 6.5 8.00001 6.5C7.17158 6.5 6.50001 7.17157 6.50001 8C6.50001 8.82843 7.17158 9.5 8.00001 9.5Z" fill="currentColor"/>
1168
1168
  </symbol>
1169
- <symbol id="wi-fi-tower" viewBox="0 0 16 16" fill="currentColor">
1169
+ <symbol id="wifi-tower" viewBox="0 0 16 16" fill="currentColor">
1170
1170
  <path d="M11 5.00433C11 4.18151 10.6687 3.43606 10.1323 2.89406L10.9027 2.25212C11.5828 2.96917 12 3.93802 12 5.00433C12 6.1089 11.5523 7.1089 10.8284 7.83275L10.1213 7.12565C10.6642 6.58275 11 5.83275 11 5.00433Z" fill="currentColor"/><path d="M5.87868 7.12565C5.33579 6.58275 5 5.83275 5 5.00433C5 4.18151 5.33126 3.43606 5.86768 2.89406L5.09735 2.25212C4.41723 2.96917 4 3.93802 4 5.00433C4 6.1089 4.44771 7.1089 5.17157 7.83275L5.87868 7.12565Z" fill="currentColor"/><path d="M4.46447 8.53986C3.55964 7.63504 3 6.38504 3 5.00433C3 3.69451 3.50365 2.50232 4.32785 1.61087L3.55877 0.969971C2.59028 2.0355 2 3.45098 2 5.00433C2 6.66118 2.67157 8.16118 3.75736 9.24697L4.46447 8.53986Z" fill="currentColor"/><path d="M11.5355 8.53986L12.2426 9.24697C13.3284 8.16118 14 6.66118 14 5.00433C14 3.45098 13.4097 2.0355 12.4412 0.969971L11.6721 1.61087C12.4964 2.50232 13 3.69451 13 5.00433C13 6.38504 12.4404 7.63504 11.5355 8.53986Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M8.78258 5.62694C8.91867 5.45611 9 5.23972 9 5.00433C9 4.45205 8.55228 4.00433 8 4.00433C7.44772 4.00433 7 4.45205 7 5.00433C7 5.23997 7.0815 5.45658 7.21786 5.62749L5.22415 14H6.25211L6.72875 11.9983H9.27144L9.74796 14H10.7759L8.78258 5.62694ZM9.03338 10.9983H6.96688L7.20461 10H8.79571L9.03338 10.9983ZM8.55764 9H7.44274L8.00026 6.6587L8.55764 9Z" fill="currentColor"/>
1171
1171
  </symbol>
1172
1172
  <symbol id="wifi-vertical" viewBox="0 0 16 16" fill="currentColor">
@@ -0,0 +1 @@
1
+ export declare const WifiHorizontal: string;
@@ -1 +1 @@
1
- export const WiFiHorizontal = "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M1 7.99997C1 10.7404 2.57481 13.1131 4.86883 14.2623L5.31614 13.3677C3.34984 12.3826 2 10.3489 2 7.99997C2 5.651 3.34983 3.6173 5.31614 2.63223L4.86883 1.73761C2.57481 2.88685 1 5.2595 1 7.99997Z\" fill=\"currentColor\"/><path d=\"M10.6839 2.63224C12.6502 3.61731 14 5.651 14 7.99997C14 10.3489 12.6502 12.3826 10.6839 13.3677L11.1312 14.2623C13.4252 13.1131 15 10.7404 15 7.99997C15 5.25951 13.4252 2.88686 11.1312 1.73762L10.6839 2.63224Z\" fill=\"currentColor\"/><path d=\"M4 7.99997C4 9.56596 4.89989 10.9218 6.21076 11.5785L5.76345 12.4731C4.12486 11.6522 3 9.95745 3 7.99997C3 6.0425 4.12486 4.34774 5.76345 3.52686L6.21076 4.42148C4.89989 5.07819 4 6.43399 4 7.99997Z\" fill=\"currentColor\"/><path d=\"M12 7.99997C12 6.434 11.1001 5.0782 9.78925 4.42148L10.2366 3.52686C11.8751 4.34775 13 6.0425 13 7.99997C13 9.95745 11.8751 11.6522 10.2366 12.4731L9.78925 11.5785C11.1001 10.9218 12 9.56595 12 7.99997Z\" fill=\"currentColor\"/><path d=\"M8.00001 9.5C8.82843 9.5 9.50001 8.82843 9.50001 8C9.50001 7.17157 8.82843 6.5 8.00001 6.5C7.17158 6.5 6.50001 7.17157 6.50001 8C6.50001 8.82843 7.17158 9.5 8.00001 9.5Z\" fill=\"currentColor\"/></svg>";
1
+ export const WifiHorizontal = "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M1 7.99997C1 10.7404 2.57481 13.1131 4.86883 14.2623L5.31614 13.3677C3.34984 12.3826 2 10.3489 2 7.99997C2 5.651 3.34983 3.6173 5.31614 2.63223L4.86883 1.73761C2.57481 2.88685 1 5.2595 1 7.99997Z\" fill=\"currentColor\"/><path d=\"M10.6839 2.63224C12.6502 3.61731 14 5.651 14 7.99997C14 10.3489 12.6502 12.3826 10.6839 13.3677L11.1312 14.2623C13.4252 13.1131 15 10.7404 15 7.99997C15 5.25951 13.4252 2.88686 11.1312 1.73762L10.6839 2.63224Z\" fill=\"currentColor\"/><path d=\"M4 7.99997C4 9.56596 4.89989 10.9218 6.21076 11.5785L5.76345 12.4731C4.12486 11.6522 3 9.95745 3 7.99997C3 6.0425 4.12486 4.34774 5.76345 3.52686L6.21076 4.42148C4.89989 5.07819 4 6.43399 4 7.99997Z\" fill=\"currentColor\"/><path d=\"M12 7.99997C12 6.434 11.1001 5.0782 9.78925 4.42148L10.2366 3.52686C11.8751 4.34775 13 6.0425 13 7.99997C13 9.95745 11.8751 11.6522 10.2366 12.4731L9.78925 11.5785C11.1001 10.9218 12 9.56595 12 7.99997Z\" fill=\"currentColor\"/><path d=\"M8.00001 9.5C8.82843 9.5 9.50001 8.82843 9.50001 8C9.50001 7.17157 8.82843 6.5 8.00001 6.5C7.17158 6.5 6.50001 7.17157 6.50001 8C6.50001 8.82843 7.17158 9.5 8.00001 9.5Z\" fill=\"currentColor\"/></svg>";
@@ -0,0 +1 @@
1
+ export declare const WifiTower: string;
@@ -1 +1 @@
1
- export const WiFiTower = "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M11 5.00433C11 4.18151 10.6687 3.43606 10.1323 2.89406L10.9027 2.25212C11.5828 2.96917 12 3.93802 12 5.00433C12 6.1089 11.5523 7.1089 10.8284 7.83275L10.1213 7.12565C10.6642 6.58275 11 5.83275 11 5.00433Z\" fill=\"currentColor\"/><path d=\"M5.87868 7.12565C5.33579 6.58275 5 5.83275 5 5.00433C5 4.18151 5.33126 3.43606 5.86768 2.89406L5.09735 2.25212C4.41723 2.96917 4 3.93802 4 5.00433C4 6.1089 4.44771 7.1089 5.17157 7.83275L5.87868 7.12565Z\" fill=\"currentColor\"/><path d=\"M4.46447 8.53986C3.55964 7.63504 3 6.38504 3 5.00433C3 3.69451 3.50365 2.50232 4.32785 1.61087L3.55877 0.969971C2.59028 2.0355 2 3.45098 2 5.00433C2 6.66118 2.67157 8.16118 3.75736 9.24697L4.46447 8.53986Z\" fill=\"currentColor\"/><path d=\"M11.5355 8.53986L12.2426 9.24697C13.3284 8.16118 14 6.66118 14 5.00433C14 3.45098 13.4097 2.0355 12.4412 0.969971L11.6721 1.61087C12.4964 2.50232 13 3.69451 13 5.00433C13 6.38504 12.4404 7.63504 11.5355 8.53986Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.78258 5.62694C8.91867 5.45611 9 5.23972 9 5.00433C9 4.45205 8.55228 4.00433 8 4.00433C7.44772 4.00433 7 4.45205 7 5.00433C7 5.23997 7.0815 5.45658 7.21786 5.62749L5.22415 14H6.25211L6.72875 11.9983H9.27144L9.74796 14H10.7759L8.78258 5.62694ZM9.03338 10.9983H6.96688L7.20461 10H8.79571L9.03338 10.9983ZM8.55764 9H7.44274L8.00026 6.6587L8.55764 9Z\" fill=\"currentColor\"/></svg>";
1
+ export const WifiTower = "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M11 5.00433C11 4.18151 10.6687 3.43606 10.1323 2.89406L10.9027 2.25212C11.5828 2.96917 12 3.93802 12 5.00433C12 6.1089 11.5523 7.1089 10.8284 7.83275L10.1213 7.12565C10.6642 6.58275 11 5.83275 11 5.00433Z\" fill=\"currentColor\"/><path d=\"M5.87868 7.12565C5.33579 6.58275 5 5.83275 5 5.00433C5 4.18151 5.33126 3.43606 5.86768 2.89406L5.09735 2.25212C4.41723 2.96917 4 3.93802 4 5.00433C4 6.1089 4.44771 7.1089 5.17157 7.83275L5.87868 7.12565Z\" fill=\"currentColor\"/><path d=\"M4.46447 8.53986C3.55964 7.63504 3 6.38504 3 5.00433C3 3.69451 3.50365 2.50232 4.32785 1.61087L3.55877 0.969971C2.59028 2.0355 2 3.45098 2 5.00433C2 6.66118 2.67157 8.16118 3.75736 9.24697L4.46447 8.53986Z\" fill=\"currentColor\"/><path d=\"M11.5355 8.53986L12.2426 9.24697C13.3284 8.16118 14 6.66118 14 5.00433C14 3.45098 13.4097 2.0355 12.4412 0.969971L11.6721 1.61087C12.4964 2.50232 13 3.69451 13 5.00433C13 6.38504 12.4404 7.63504 11.5355 8.53986Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.78258 5.62694C8.91867 5.45611 9 5.23972 9 5.00433C9 4.45205 8.55228 4.00433 8 4.00433C7.44772 4.00433 7 4.45205 7 5.00433C7 5.23997 7.0815 5.45658 7.21786 5.62749L5.22415 14H6.25211L6.72875 11.9983H9.27144L9.74796 14H10.7759L8.78258 5.62694ZM9.03338 10.9983H6.96688L7.20461 10H8.79571L9.03338 10.9983ZM8.55764 9H7.44274L8.00026 6.6587L8.55764 9Z\" fill=\"currentColor\"/></svg>";
@@ -386,8 +386,8 @@ export { WandSparkle } from './WandSparkle.mjs';
386
386
  export { Waveform } from './Waveform.mjs';
387
387
  export { Webhooks } from './Webhooks.mjs';
388
388
  export { Whistle } from './Whistle.mjs';
389
- export { WiFiHorizontal } from './WiFiHorizontal.mjs';
390
- export { WiFiTower } from './WiFiTower.mjs';
389
+ export { WifiHorizontal } from './WifiHorizontal.mjs';
390
+ export { WifiTower } from './WifiTower.mjs';
391
391
  export { WifiVertical } from './WifiVertical.mjs';
392
392
  export { WifiVerticalFilled } from './WifiVerticalFilled.mjs';
393
393
  export { WifiVerticalFilledDisabled } from './WifiVerticalFilledDisabled.mjs';
@@ -386,8 +386,8 @@ export { WandSparkle } from './WandSparkle.mjs';
386
386
  export { Waveform } from './Waveform.mjs';
387
387
  export { Webhooks } from './Webhooks.mjs';
388
388
  export { Whistle } from './Whistle.mjs';
389
- export { WiFiHorizontal } from './WiFiHorizontal.mjs';
390
- export { WiFiTower } from './WiFiTower.mjs';
389
+ export { WifiHorizontal } from './WifiHorizontal.mjs';
390
+ export { WifiTower } from './WifiTower.mjs';
391
391
  export { WifiVertical } from './WifiVertical.mjs';
392
392
  export { WifiVerticalFilled } from './WifiVerticalFilled.mjs';
393
393
  export { WifiVerticalFilledDisabled } from './WifiVerticalFilledDisabled.mjs';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ds-mo/icons",
3
- "version": "6.1.0",
3
+ "version": "6.1.2",
4
4
  "description": "IcoMo — 429 SVG icons (397 system icons + 32 country flags) as tree-shakeable React components, framework-agnostic SVG strings, TypeScript definitions, and SVG sprite",
5
5
  "keywords": [
6
6
  "icons",
@@ -1,2 +0,0 @@
1
- import { IconComponent } from '../createIcon.mjs';
2
- export declare const WiFiHorizontal: IconComponent;
@@ -1 +0,0 @@
1
- export declare const WiFiHorizontal: string;
@@ -1 +0,0 @@
1
- export declare const WiFiTower: string;