@arc-ui/icons 13.7.0 → 13.8.0
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/lib/bt-svg.cjs +4 -0
- package/lib/bt-svg.d.cts +2 -0
- package/lib/bt-svg.d.mts +2 -0
- package/lib/bt-svg.mjs +4 -0
- package/lib/icon-names-bt.ts +2 -0
- package/lib/icons/BtIconHubWithSignal/BtIconHubWithSignal.cjs +7 -0
- package/lib/icons/BtIconHubWithSignal/BtIconHubWithSignal.mjs +7 -0
- package/lib/icons/BtIconHubWithSignalFill/BtIconHubWithSignalFill.cjs +7 -0
- package/lib/icons/BtIconHubWithSignalFill/BtIconHubWithSignalFill.mjs +7 -0
- package/lib/index.cjs +2 -0
- package/lib/index.d.cts +2 -0
- package/lib/index.d.mts +2 -0
- package/lib/index.mjs +2 -0
- package/lib/tokens-bt.css +2 -0
- package/lib/tokens-bt.scss +2 -0
- package/package.json +1 -1
package/lib/bt-svg.cjs
CHANGED
|
@@ -573,6 +573,10 @@ module.exports.BtIconHubOld =
|
|
|
573
573
|
"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3e%3cpath d='M26.04 6.995H5.96a2.963 2.963 0 0 0-2.959 2.96v12.084a2.963 2.963 0 0 0 2.96 2.96H26.04a2.963 2.963 0 0 0 2.959-2.96V9.955a2.963 2.963 0 0 0-2.96-2.96m-20.08 1h20.08a1.96 1.96 0 0 1 1.959 1.96v2.042H4.001V9.955a1.96 1.96 0 0 1 1.96-1.96M28 12.997v6H4.001v-6Zm-1.96 11.001H5.96a1.96 1.96 0 0 1-1.959-1.96v-2.041h23.998v2.042a1.96 1.96 0 0 1-1.96 1.959'/%3e%3cpath d='M16 17.998a2 2 0 1 0-2-2 2 2 0 0 0 2 2m0-3a1 1 0 1 1-1 1 1 1 0 0 1 1-1'/%3e%3c/svg%3e";
|
|
574
574
|
module.exports.BtIconHubOldFill =
|
|
575
575
|
"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3e%3cpath d='M16 14.998a1 1 0 1 0 0 2 1 1 0 1 0 0-2'/%3e%3cpath d='M26.04 6.995H5.96a2.963 2.963 0 0 0-2.959 2.96v12.084a2.963 2.963 0 0 0 2.96 2.96H26.04a2.963 2.963 0 0 0 2.959-2.96V9.955a2.963 2.963 0 0 0-2.96-2.96m1.957 13.002H3.999v-1h23.998Zm-13.997-4a2 2 0 1 1 2 2 2 2 0 0 1-2-2m13.997-3H3.999v-1h23.998Z'/%3e%3c/svg%3e";
|
|
576
|
+
module.exports.BtIconHubWithSignal =
|
|
577
|
+
"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 32 32'%3e%3cpath fill='currentColor' d='M20.314 13.028H6.128a3.96 3.96 0 0 0-3.907 3.985v6.03a3.96 3.96 0 0 0 3.907 3.985h14.186a3.96 3.96 0 0 0 3.907-3.985v-6.03a3.96 3.96 0 0 0-3.907-3.985m2.907 10.015a2.95 2.95 0 0 1-2.907 2.985H6.128a2.95 2.95 0 0 1-2.907-2.985v-6.03a2.95 2.95 0 0 1 2.907-2.985h14.186a2.95 2.95 0 0 1 2.907 2.985z'/%3e%3cpath fill='currentColor' d='M13.22 16.028a4 4 0 1 0 0 8 4 4 0 0 0 0-8m0 7a3 3 0 1 1 0-5.999 3 3 0 0 1 0 6M21.937 9.9a4.5 4.5 0 0 1 1.558.375 4.2 4.2 0 0 1 1.299.9c.367.375.652.816.838 1.296a.47.47 0 0 1-.874.338 2.9 2.9 0 0 0-.636-.98 3.3 3.3 0 0 0-1.008-.698 3.5 3.5 0 0 0-2.483-.139.469.469 0 0 1-.284-.893c.51-.162 1.05-.23 1.59-.2'/%3e%3cpath fill='currentColor' d='M22.38 7.466a6 6 0 0 1 5.326 4.003.47.47 0 0 1-.885.31 5.06 5.06 0 0 0-2.582-2.885 5.06 5.06 0 0 0-3.865-.215.47.47 0 0 1-.31-.884 6 6 0 0 1 2.316-.33'/%3e%3cpath fill='currentColor' d='M22.521 5.013a8.15 8.15 0 0 1 7.235 5.438.468.468 0 0 1-.884.31 7.21 7.21 0 0 0-9.187-4.418.47.47 0 1 1-.31-.884 8.15 8.15 0 0 1 3.146-.446'/%3e%3c/svg%3e";
|
|
578
|
+
module.exports.BtIconHubWithSignalFill =
|
|
579
|
+
"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 32 32'%3e%3cpath fill='currentColor' d='M13.22 17.028a3 3 0 1 0 0 6 3 3 0 0 0 0-6'/%3e%3cpath fill='currentColor' d='M20.314 13.028H6.128a3.96 3.96 0 0 0-3.907 3.985v6.03a3.96 3.96 0 0 0 3.907 3.985h14.186a3.96 3.96 0 0 0 3.907-3.985v-6.03a3.96 3.96 0 0 0-3.907-3.985m-7.093 11a4 4 0 1 1 0-8 4 4 0 0 1 0 8M21.937 9.9a4.5 4.5 0 0 1 1.558.375 4.2 4.2 0 0 1 1.299.9c.367.375.652.816.838 1.296a.47.47 0 0 1-.874.338 2.9 2.9 0 0 0-.636-.98 3.3 3.3 0 0 0-1.008-.698 3.5 3.5 0 0 0-2.483-.139.469.469 0 0 1-.284-.893c.51-.162 1.05-.23 1.59-.2'/%3e%3cpath fill='currentColor' d='M22.38 7.466a6 6 0 0 1 5.326 4.003.47.47 0 0 1-.885.31 5.06 5.06 0 0 0-2.582-2.885 5.06 5.06 0 0 0-3.865-.215.47.47 0 0 1-.31-.884 6 6 0 0 1 2.316-.33'/%3e%3cpath fill='currentColor' d='M22.521 5.013a8.15 8.15 0 0 1 7.235 5.438.468.468 0 0 1-.884.31 7.21 7.21 0 0 0-9.187-4.418.47.47 0 1 1-.31-.884 8.15 8.15 0 0 1 3.146-.446'/%3e%3c/svg%3e";
|
|
576
580
|
module.exports.BtIconHubAndMobile =
|
|
577
581
|
"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3e%3cpath d='M9.5 7h3a.5.5 0 0 0 0-1h-3a.5.5 0 0 0 0 1'/%3e%3cpath d='M26.093 14h-8.079V5.978A1.98 1.98 0 0 0 16.037 4H5.992a1.98 1.98 0 0 0-1.978 1.978v20.044A1.98 1.98 0 0 0 5.992 28h20.101A3.96 3.96 0 0 0 30 24.015v-6.03A3.96 3.96 0 0 0 26.093 14M5.992 27a.98.98 0 0 1-.978-.978V5.978A.98.98 0 0 1 5.992 5h10.045a.98.98 0 0 1 .977.978V14h-5.107A3.96 3.96 0 0 0 8 17.985v6.03A4 4 0 0 0 9.35 27ZM29 24.015A2.95 2.95 0 0 1 26.093 27H11.907A2.95 2.95 0 0 1 9 24.015v-6.03A2.95 2.95 0 0 1 11.907 15h14.186A2.95 2.95 0 0 1 29 17.985Z'/%3e%3cpath d='M19 17a4 4 0 1 0 4 4 4 4 0 0 0-4-4m0 7a3 3 0 1 1 3-3 3.003 3.003 0 0 1-3 3'/%3e%3c/svg%3e";
|
|
578
582
|
module.exports.BtIconIp =
|
package/lib/bt-svg.d.cts
CHANGED
|
@@ -283,6 +283,8 @@ export const BtIconHubAndMobileFill: string;
|
|
|
283
283
|
export const BtIconHubFill: string;
|
|
284
284
|
export const BtIconHubOld: string;
|
|
285
285
|
export const BtIconHubOldFill: string;
|
|
286
|
+
export const BtIconHubWithSignal: string;
|
|
287
|
+
export const BtIconHubWithSignalFill: string;
|
|
286
288
|
export const BtIconHubAndMobile: string;
|
|
287
289
|
export const BtIconIp: string;
|
|
288
290
|
export const BtIconIpFill: string;
|
package/lib/bt-svg.d.mts
CHANGED
|
@@ -283,6 +283,8 @@ export const BtIconHubAndMobileFill: string;
|
|
|
283
283
|
export const BtIconHubFill: string;
|
|
284
284
|
export const BtIconHubOld: string;
|
|
285
285
|
export const BtIconHubOldFill: string;
|
|
286
|
+
export const BtIconHubWithSignal: string;
|
|
287
|
+
export const BtIconHubWithSignalFill: string;
|
|
286
288
|
export const BtIconHubAndMobile: string;
|
|
287
289
|
export const BtIconIp: string;
|
|
288
290
|
export const BtIconIpFill: string;
|
package/lib/bt-svg.mjs
CHANGED
|
@@ -573,6 +573,10 @@ export const BtIconHubOld =
|
|
|
573
573
|
"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3e%3cpath d='M26.04 6.995H5.96a2.963 2.963 0 0 0-2.959 2.96v12.084a2.963 2.963 0 0 0 2.96 2.96H26.04a2.963 2.963 0 0 0 2.959-2.96V9.955a2.963 2.963 0 0 0-2.96-2.96m-20.08 1h20.08a1.96 1.96 0 0 1 1.959 1.96v2.042H4.001V9.955a1.96 1.96 0 0 1 1.96-1.96M28 12.997v6H4.001v-6Zm-1.96 11.001H5.96a1.96 1.96 0 0 1-1.959-1.96v-2.041h23.998v2.042a1.96 1.96 0 0 1-1.96 1.959'/%3e%3cpath d='M16 17.998a2 2 0 1 0-2-2 2 2 0 0 0 2 2m0-3a1 1 0 1 1-1 1 1 1 0 0 1 1-1'/%3e%3c/svg%3e";
|
|
574
574
|
export const BtIconHubOldFill =
|
|
575
575
|
"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3e%3cpath d='M16 14.998a1 1 0 1 0 0 2 1 1 0 1 0 0-2'/%3e%3cpath d='M26.04 6.995H5.96a2.963 2.963 0 0 0-2.959 2.96v12.084a2.963 2.963 0 0 0 2.96 2.96H26.04a2.963 2.963 0 0 0 2.959-2.96V9.955a2.963 2.963 0 0 0-2.96-2.96m1.957 13.002H3.999v-1h23.998Zm-13.997-4a2 2 0 1 1 2 2 2 2 0 0 1-2-2m13.997-3H3.999v-1h23.998Z'/%3e%3c/svg%3e";
|
|
576
|
+
export const BtIconHubWithSignal =
|
|
577
|
+
"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 32 32'%3e%3cpath fill='currentColor' d='M20.314 13.028H6.128a3.96 3.96 0 0 0-3.907 3.985v6.03a3.96 3.96 0 0 0 3.907 3.985h14.186a3.96 3.96 0 0 0 3.907-3.985v-6.03a3.96 3.96 0 0 0-3.907-3.985m2.907 10.015a2.95 2.95 0 0 1-2.907 2.985H6.128a2.95 2.95 0 0 1-2.907-2.985v-6.03a2.95 2.95 0 0 1 2.907-2.985h14.186a2.95 2.95 0 0 1 2.907 2.985z'/%3e%3cpath fill='currentColor' d='M13.22 16.028a4 4 0 1 0 0 8 4 4 0 0 0 0-8m0 7a3 3 0 1 1 0-5.999 3 3 0 0 1 0 6M21.937 9.9a4.5 4.5 0 0 1 1.558.375 4.2 4.2 0 0 1 1.299.9c.367.375.652.816.838 1.296a.47.47 0 0 1-.874.338 2.9 2.9 0 0 0-.636-.98 3.3 3.3 0 0 0-1.008-.698 3.5 3.5 0 0 0-2.483-.139.469.469 0 0 1-.284-.893c.51-.162 1.05-.23 1.59-.2'/%3e%3cpath fill='currentColor' d='M22.38 7.466a6 6 0 0 1 5.326 4.003.47.47 0 0 1-.885.31 5.06 5.06 0 0 0-2.582-2.885 5.06 5.06 0 0 0-3.865-.215.47.47 0 0 1-.31-.884 6 6 0 0 1 2.316-.33'/%3e%3cpath fill='currentColor' d='M22.521 5.013a8.15 8.15 0 0 1 7.235 5.438.468.468 0 0 1-.884.31 7.21 7.21 0 0 0-9.187-4.418.47.47 0 1 1-.31-.884 8.15 8.15 0 0 1 3.146-.446'/%3e%3c/svg%3e";
|
|
578
|
+
export const BtIconHubWithSignalFill =
|
|
579
|
+
"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 32 32'%3e%3cpath fill='currentColor' d='M13.22 17.028a3 3 0 1 0 0 6 3 3 0 0 0 0-6'/%3e%3cpath fill='currentColor' d='M20.314 13.028H6.128a3.96 3.96 0 0 0-3.907 3.985v6.03a3.96 3.96 0 0 0 3.907 3.985h14.186a3.96 3.96 0 0 0 3.907-3.985v-6.03a3.96 3.96 0 0 0-3.907-3.985m-7.093 11a4 4 0 1 1 0-8 4 4 0 0 1 0 8M21.937 9.9a4.5 4.5 0 0 1 1.558.375 4.2 4.2 0 0 1 1.299.9c.367.375.652.816.838 1.296a.47.47 0 0 1-.874.338 2.9 2.9 0 0 0-.636-.98 3.3 3.3 0 0 0-1.008-.698 3.5 3.5 0 0 0-2.483-.139.469.469 0 0 1-.284-.893c.51-.162 1.05-.23 1.59-.2'/%3e%3cpath fill='currentColor' d='M22.38 7.466a6 6 0 0 1 5.326 4.003.47.47 0 0 1-.885.31 5.06 5.06 0 0 0-2.582-2.885 5.06 5.06 0 0 0-3.865-.215.47.47 0 0 1-.31-.884 6 6 0 0 1 2.316-.33'/%3e%3cpath fill='currentColor' d='M22.521 5.013a8.15 8.15 0 0 1 7.235 5.438.468.468 0 0 1-.884.31 7.21 7.21 0 0 0-9.187-4.418.47.47 0 1 1-.31-.884 8.15 8.15 0 0 1 3.146-.446'/%3e%3c/svg%3e";
|
|
576
580
|
export const BtIconHubAndMobile =
|
|
577
581
|
"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3e%3cpath d='M9.5 7h3a.5.5 0 0 0 0-1h-3a.5.5 0 0 0 0 1'/%3e%3cpath d='M26.093 14h-8.079V5.978A1.98 1.98 0 0 0 16.037 4H5.992a1.98 1.98 0 0 0-1.978 1.978v20.044A1.98 1.98 0 0 0 5.992 28h20.101A3.96 3.96 0 0 0 30 24.015v-6.03A3.96 3.96 0 0 0 26.093 14M5.992 27a.98.98 0 0 1-.978-.978V5.978A.98.98 0 0 1 5.992 5h10.045a.98.98 0 0 1 .977.978V14h-5.107A3.96 3.96 0 0 0 8 17.985v6.03A4 4 0 0 0 9.35 27ZM29 24.015A2.95 2.95 0 0 1 26.093 27H11.907A2.95 2.95 0 0 1 9 24.015v-6.03A2.95 2.95 0 0 1 11.907 15h14.186A2.95 2.95 0 0 1 29 17.985Z'/%3e%3cpath d='M19 17a4 4 0 1 0 4 4 4 4 0 0 0-4-4m0 7a3 3 0 1 1 3-3 3.003 3.003 0 0 1-3 3'/%3e%3c/svg%3e";
|
|
578
582
|
export const BtIconIp =
|
package/lib/icon-names-bt.ts
CHANGED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Do not edit directly
|
|
3
|
+
* Generated file
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
module.exports.BtIconHubWithSignal =
|
|
7
|
+
"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 32 32'%3e%3cpath fill='currentColor' d='M20.314 13.028H6.128a3.96 3.96 0 0 0-3.907 3.985v6.03a3.96 3.96 0 0 0 3.907 3.985h14.186a3.96 3.96 0 0 0 3.907-3.985v-6.03a3.96 3.96 0 0 0-3.907-3.985m2.907 10.015a2.95 2.95 0 0 1-2.907 2.985H6.128a2.95 2.95 0 0 1-2.907-2.985v-6.03a2.95 2.95 0 0 1 2.907-2.985h14.186a2.95 2.95 0 0 1 2.907 2.985z'/%3e%3cpath fill='currentColor' d='M13.22 16.028a4 4 0 1 0 0 8 4 4 0 0 0 0-8m0 7a3 3 0 1 1 0-5.999 3 3 0 0 1 0 6M21.937 9.9a4.5 4.5 0 0 1 1.558.375 4.2 4.2 0 0 1 1.299.9c.367.375.652.816.838 1.296a.47.47 0 0 1-.874.338 2.9 2.9 0 0 0-.636-.98 3.3 3.3 0 0 0-1.008-.698 3.5 3.5 0 0 0-2.483-.139.469.469 0 0 1-.284-.893c.51-.162 1.05-.23 1.59-.2'/%3e%3cpath fill='currentColor' d='M22.38 7.466a6 6 0 0 1 5.326 4.003.47.47 0 0 1-.885.31 5.06 5.06 0 0 0-2.582-2.885 5.06 5.06 0 0 0-3.865-.215.47.47 0 0 1-.31-.884 6 6 0 0 1 2.316-.33'/%3e%3cpath fill='currentColor' d='M22.521 5.013a8.15 8.15 0 0 1 7.235 5.438.468.468 0 0 1-.884.31 7.21 7.21 0 0 0-9.187-4.418.47.47 0 1 1-.31-.884 8.15 8.15 0 0 1 3.146-.446'/%3e%3c/svg%3e";
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Do not edit directly
|
|
3
|
+
* Generated file
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
export const BtIconHubWithSignal =
|
|
7
|
+
"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 32 32'%3e%3cpath fill='currentColor' d='M20.314 13.028H6.128a3.96 3.96 0 0 0-3.907 3.985v6.03a3.96 3.96 0 0 0 3.907 3.985h14.186a3.96 3.96 0 0 0 3.907-3.985v-6.03a3.96 3.96 0 0 0-3.907-3.985m2.907 10.015a2.95 2.95 0 0 1-2.907 2.985H6.128a2.95 2.95 0 0 1-2.907-2.985v-6.03a2.95 2.95 0 0 1 2.907-2.985h14.186a2.95 2.95 0 0 1 2.907 2.985z'/%3e%3cpath fill='currentColor' d='M13.22 16.028a4 4 0 1 0 0 8 4 4 0 0 0 0-8m0 7a3 3 0 1 1 0-5.999 3 3 0 0 1 0 6M21.937 9.9a4.5 4.5 0 0 1 1.558.375 4.2 4.2 0 0 1 1.299.9c.367.375.652.816.838 1.296a.47.47 0 0 1-.874.338 2.9 2.9 0 0 0-.636-.98 3.3 3.3 0 0 0-1.008-.698 3.5 3.5 0 0 0-2.483-.139.469.469 0 0 1-.284-.893c.51-.162 1.05-.23 1.59-.2'/%3e%3cpath fill='currentColor' d='M22.38 7.466a6 6 0 0 1 5.326 4.003.47.47 0 0 1-.885.31 5.06 5.06 0 0 0-2.582-2.885 5.06 5.06 0 0 0-3.865-.215.47.47 0 0 1-.31-.884 6 6 0 0 1 2.316-.33'/%3e%3cpath fill='currentColor' d='M22.521 5.013a8.15 8.15 0 0 1 7.235 5.438.468.468 0 0 1-.884.31 7.21 7.21 0 0 0-9.187-4.418.47.47 0 1 1-.31-.884 8.15 8.15 0 0 1 3.146-.446'/%3e%3c/svg%3e";
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Do not edit directly
|
|
3
|
+
* Generated file
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
module.exports.BtIconHubWithSignalFill =
|
|
7
|
+
"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 32 32'%3e%3cpath fill='currentColor' d='M13.22 17.028a3 3 0 1 0 0 6 3 3 0 0 0 0-6'/%3e%3cpath fill='currentColor' d='M20.314 13.028H6.128a3.96 3.96 0 0 0-3.907 3.985v6.03a3.96 3.96 0 0 0 3.907 3.985h14.186a3.96 3.96 0 0 0 3.907-3.985v-6.03a3.96 3.96 0 0 0-3.907-3.985m-7.093 11a4 4 0 1 1 0-8 4 4 0 0 1 0 8M21.937 9.9a4.5 4.5 0 0 1 1.558.375 4.2 4.2 0 0 1 1.299.9c.367.375.652.816.838 1.296a.47.47 0 0 1-.874.338 2.9 2.9 0 0 0-.636-.98 3.3 3.3 0 0 0-1.008-.698 3.5 3.5 0 0 0-2.483-.139.469.469 0 0 1-.284-.893c.51-.162 1.05-.23 1.59-.2'/%3e%3cpath fill='currentColor' d='M22.38 7.466a6 6 0 0 1 5.326 4.003.47.47 0 0 1-.885.31 5.06 5.06 0 0 0-2.582-2.885 5.06 5.06 0 0 0-3.865-.215.47.47 0 0 1-.31-.884 6 6 0 0 1 2.316-.33'/%3e%3cpath fill='currentColor' d='M22.521 5.013a8.15 8.15 0 0 1 7.235 5.438.468.468 0 0 1-.884.31 7.21 7.21 0 0 0-9.187-4.418.47.47 0 1 1-.31-.884 8.15 8.15 0 0 1 3.146-.446'/%3e%3c/svg%3e";
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Do not edit directly
|
|
3
|
+
* Generated file
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
export const BtIconHubWithSignalFill =
|
|
7
|
+
"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 32 32'%3e%3cpath fill='currentColor' d='M13.22 17.028a3 3 0 1 0 0 6 3 3 0 0 0 0-6'/%3e%3cpath fill='currentColor' d='M20.314 13.028H6.128a3.96 3.96 0 0 0-3.907 3.985v6.03a3.96 3.96 0 0 0 3.907 3.985h14.186a3.96 3.96 0 0 0 3.907-3.985v-6.03a3.96 3.96 0 0 0-3.907-3.985m-7.093 11a4 4 0 1 1 0-8 4 4 0 0 1 0 8M21.937 9.9a4.5 4.5 0 0 1 1.558.375 4.2 4.2 0 0 1 1.299.9c.367.375.652.816.838 1.296a.47.47 0 0 1-.874.338 2.9 2.9 0 0 0-.636-.98 3.3 3.3 0 0 0-1.008-.698 3.5 3.5 0 0 0-2.483-.139.469.469 0 0 1-.284-.893c.51-.162 1.05-.23 1.59-.2'/%3e%3cpath fill='currentColor' d='M22.38 7.466a6 6 0 0 1 5.326 4.003.47.47 0 0 1-.885.31 5.06 5.06 0 0 0-2.582-2.885 5.06 5.06 0 0 0-3.865-.215.47.47 0 0 1-.31-.884 6 6 0 0 1 2.316-.33'/%3e%3cpath fill='currentColor' d='M22.521 5.013a8.15 8.15 0 0 1 7.235 5.438.468.468 0 0 1-.884.31 7.21 7.21 0 0 0-9.187-4.418.47.47 0 1 1-.31-.884 8.15 8.15 0 0 1 3.146-.446'/%3e%3c/svg%3e";
|
package/lib/index.cjs
CHANGED
|
@@ -283,6 +283,8 @@ module.exports.BtIconHubAndMobileFill = require("./icons/BtIconHubAndMobileFill/
|
|
|
283
283
|
module.exports.BtIconHubFill = require("./icons/BtIconHubFill/BtIconHubFill.cjs");
|
|
284
284
|
module.exports.BtIconHubOld = require("./icons/BtIconHubOld/BtIconHubOld.cjs");
|
|
285
285
|
module.exports.BtIconHubOldFill = require("./icons/BtIconHubOldFill/BtIconHubOldFill.cjs");
|
|
286
|
+
module.exports.BtIconHubWithSignal = require("./icons/BtIconHubWithSignal/BtIconHubWithSignal.cjs");
|
|
287
|
+
module.exports.BtIconHubWithSignalFill = require("./icons/BtIconHubWithSignalFill/BtIconHubWithSignalFill.cjs");
|
|
286
288
|
module.exports.BtIconHubAndMobile = require("./icons/BtIconHubAndMobile/BtIconHubAndMobile.cjs");
|
|
287
289
|
module.exports.BtIconIp = require("./icons/BtIconIp/BtIconIp.cjs");
|
|
288
290
|
module.exports.BtIconIpFill = require("./icons/BtIconIpFill/BtIconIpFill.cjs");
|
package/lib/index.d.cts
CHANGED
|
@@ -283,6 +283,8 @@ export const BtIconHubAndMobileFill: string;
|
|
|
283
283
|
export const BtIconHubFill: string;
|
|
284
284
|
export const BtIconHubOld: string;
|
|
285
285
|
export const BtIconHubOldFill: string;
|
|
286
|
+
export const BtIconHubWithSignal: string;
|
|
287
|
+
export const BtIconHubWithSignalFill: string;
|
|
286
288
|
export const BtIconHubAndMobile: string;
|
|
287
289
|
export const BtIconIp: string;
|
|
288
290
|
export const BtIconIpFill: string;
|
package/lib/index.d.mts
CHANGED
|
@@ -283,6 +283,8 @@ export const BtIconHubAndMobileFill: string;
|
|
|
283
283
|
export const BtIconHubFill: string;
|
|
284
284
|
export const BtIconHubOld: string;
|
|
285
285
|
export const BtIconHubOldFill: string;
|
|
286
|
+
export const BtIconHubWithSignal: string;
|
|
287
|
+
export const BtIconHubWithSignalFill: string;
|
|
286
288
|
export const BtIconHubAndMobile: string;
|
|
287
289
|
export const BtIconIp: string;
|
|
288
290
|
export const BtIconIpFill: string;
|
package/lib/index.mjs
CHANGED
|
@@ -283,6 +283,8 @@ export { BtIconHubAndMobileFill } from "./icons/BtIconHubAndMobileFill/BtIconHub
|
|
|
283
283
|
export { BtIconHubFill } from "./icons/BtIconHubFill/BtIconHubFill.mjs";
|
|
284
284
|
export { BtIconHubOld } from "./icons/BtIconHubOld/BtIconHubOld.mjs";
|
|
285
285
|
export { BtIconHubOldFill } from "./icons/BtIconHubOldFill/BtIconHubOldFill.mjs";
|
|
286
|
+
export { BtIconHubWithSignal } from "./icons/BtIconHubWithSignal/BtIconHubWithSignal.mjs";
|
|
287
|
+
export { BtIconHubWithSignalFill } from "./icons/BtIconHubWithSignalFill/BtIconHubWithSignalFill.mjs";
|
|
286
288
|
export { BtIconHubAndMobile } from "./icons/BtIconHubAndMobile/BtIconHubAndMobile.mjs";
|
|
287
289
|
export { BtIconIp } from "./icons/BtIconIp/BtIconIp.mjs";
|
|
288
290
|
export { BtIconIpFill } from "./icons/BtIconIpFill/BtIconIpFill.mjs";
|
package/lib/tokens-bt.css
CHANGED
|
@@ -289,6 +289,8 @@
|
|
|
289
289
|
--bt-icon-hub-fill: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3e%3cpath d='M16 13a3 3 0 1 0 0 6 3 3 0 1 0 0-6'/%3e%3cpath d='M23.093 9H8.907A3.96 3.96 0 0 0 5 12.985v6.03A3.96 3.96 0 0 0 8.907 23h14.186A3.96 3.96 0 0 0 27 19.015v-6.03A3.96 3.96 0 0 0 23.093 9M16 20a4 4 0 1 1 4-4 4 4 0 0 1-4 4'/%3e%3c/svg%3e");
|
|
290
290
|
--bt-icon-hub-old: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3e%3cpath d='M26.04 6.995H5.96a2.963 2.963 0 0 0-2.959 2.96v12.084a2.963 2.963 0 0 0 2.96 2.96H26.04a2.963 2.963 0 0 0 2.959-2.96V9.955a2.963 2.963 0 0 0-2.96-2.96m-20.08 1h20.08a1.96 1.96 0 0 1 1.959 1.96v2.042H4.001V9.955a1.96 1.96 0 0 1 1.96-1.96M28 12.997v6H4.001v-6Zm-1.96 11.001H5.96a1.96 1.96 0 0 1-1.959-1.96v-2.041h23.998v2.042a1.96 1.96 0 0 1-1.96 1.959'/%3e%3cpath d='M16 17.998a2 2 0 1 0-2-2 2 2 0 0 0 2 2m0-3a1 1 0 1 1-1 1 1 1 0 0 1 1-1'/%3e%3c/svg%3e");
|
|
291
291
|
--bt-icon-hub-old-fill: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3e%3cpath d='M16 14.998a1 1 0 1 0 0 2 1 1 0 1 0 0-2'/%3e%3cpath d='M26.04 6.995H5.96a2.963 2.963 0 0 0-2.959 2.96v12.084a2.963 2.963 0 0 0 2.96 2.96H26.04a2.963 2.963 0 0 0 2.959-2.96V9.955a2.963 2.963 0 0 0-2.96-2.96m1.957 13.002H3.999v-1h23.998Zm-13.997-4a2 2 0 1 1 2 2 2 2 0 0 1-2-2m13.997-3H3.999v-1h23.998Z'/%3e%3c/svg%3e");
|
|
292
|
+
--bt-icon-hub-with-signal: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 32 32'%3e%3cpath fill='currentColor' d='M20.314 13.028H6.128a3.96 3.96 0 0 0-3.907 3.985v6.03a3.96 3.96 0 0 0 3.907 3.985h14.186a3.96 3.96 0 0 0 3.907-3.985v-6.03a3.96 3.96 0 0 0-3.907-3.985m2.907 10.015a2.95 2.95 0 0 1-2.907 2.985H6.128a2.95 2.95 0 0 1-2.907-2.985v-6.03a2.95 2.95 0 0 1 2.907-2.985h14.186a2.95 2.95 0 0 1 2.907 2.985z'/%3e%3cpath fill='currentColor' d='M13.22 16.028a4 4 0 1 0 0 8 4 4 0 0 0 0-8m0 7a3 3 0 1 1 0-5.999 3 3 0 0 1 0 6M21.937 9.9a4.5 4.5 0 0 1 1.558.375 4.2 4.2 0 0 1 1.299.9c.367.375.652.816.838 1.296a.47.47 0 0 1-.874.338 2.9 2.9 0 0 0-.636-.98 3.3 3.3 0 0 0-1.008-.698 3.5 3.5 0 0 0-2.483-.139.469.469 0 0 1-.284-.893c.51-.162 1.05-.23 1.59-.2'/%3e%3cpath fill='currentColor' d='M22.38 7.466a6 6 0 0 1 5.326 4.003.47.47 0 0 1-.885.31 5.06 5.06 0 0 0-2.582-2.885 5.06 5.06 0 0 0-3.865-.215.47.47 0 0 1-.31-.884 6 6 0 0 1 2.316-.33'/%3e%3cpath fill='currentColor' d='M22.521 5.013a8.15 8.15 0 0 1 7.235 5.438.468.468 0 0 1-.884.31 7.21 7.21 0 0 0-9.187-4.418.47.47 0 1 1-.31-.884 8.15 8.15 0 0 1 3.146-.446'/%3e%3c/svg%3e");
|
|
293
|
+
--bt-icon-hub-with-signal-fill: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 32 32'%3e%3cpath fill='currentColor' d='M13.22 17.028a3 3 0 1 0 0 6 3 3 0 0 0 0-6'/%3e%3cpath fill='currentColor' d='M20.314 13.028H6.128a3.96 3.96 0 0 0-3.907 3.985v6.03a3.96 3.96 0 0 0 3.907 3.985h14.186a3.96 3.96 0 0 0 3.907-3.985v-6.03a3.96 3.96 0 0 0-3.907-3.985m-7.093 11a4 4 0 1 1 0-8 4 4 0 0 1 0 8M21.937 9.9a4.5 4.5 0 0 1 1.558.375 4.2 4.2 0 0 1 1.299.9c.367.375.652.816.838 1.296a.47.47 0 0 1-.874.338 2.9 2.9 0 0 0-.636-.98 3.3 3.3 0 0 0-1.008-.698 3.5 3.5 0 0 0-2.483-.139.469.469 0 0 1-.284-.893c.51-.162 1.05-.23 1.59-.2'/%3e%3cpath fill='currentColor' d='M22.38 7.466a6 6 0 0 1 5.326 4.003.47.47 0 0 1-.885.31 5.06 5.06 0 0 0-2.582-2.885 5.06 5.06 0 0 0-3.865-.215.47.47 0 0 1-.31-.884 6 6 0 0 1 2.316-.33'/%3e%3cpath fill='currentColor' d='M22.521 5.013a8.15 8.15 0 0 1 7.235 5.438.468.468 0 0 1-.884.31 7.21 7.21 0 0 0-9.187-4.418.47.47 0 1 1-.31-.884 8.15 8.15 0 0 1 3.146-.446'/%3e%3c/svg%3e");
|
|
292
294
|
--bt-icon-hub-and-mobile: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3e%3cpath d='M9.5 7h3a.5.5 0 0 0 0-1h-3a.5.5 0 0 0 0 1'/%3e%3cpath d='M26.093 14h-8.079V5.978A1.98 1.98 0 0 0 16.037 4H5.992a1.98 1.98 0 0 0-1.978 1.978v20.044A1.98 1.98 0 0 0 5.992 28h20.101A3.96 3.96 0 0 0 30 24.015v-6.03A3.96 3.96 0 0 0 26.093 14M5.992 27a.98.98 0 0 1-.978-.978V5.978A.98.98 0 0 1 5.992 5h10.045a.98.98 0 0 1 .977.978V14h-5.107A3.96 3.96 0 0 0 8 17.985v6.03A4 4 0 0 0 9.35 27ZM29 24.015A2.95 2.95 0 0 1 26.093 27H11.907A2.95 2.95 0 0 1 9 24.015v-6.03A2.95 2.95 0 0 1 11.907 15h14.186A2.95 2.95 0 0 1 29 17.985Z'/%3e%3cpath d='M19 17a4 4 0 1 0 4 4 4 4 0 0 0-4-4m0 7a3 3 0 1 1 3-3 3.003 3.003 0 0 1-3 3'/%3e%3c/svg%3e");
|
|
293
295
|
--bt-icon-ip: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3e%3cpath d='M26.911 12H5.09A1.09 1.09 0 0 0 4 13.089v5.822A1.09 1.09 0 0 0 5.089 20H26.91A1.09 1.09 0 0 0 28 18.911V13.09A1.09 1.09 0 0 0 26.911 12M27 18.911a.09.09 0 0 1-.089.089H5.09A.09.09 0 0 1 5 18.911V13.09A.09.09 0 0 1 5.089 13H26.91a.09.09 0 0 1 .089.089Z'/%3e%3cpath d='M6.011 14.847v.89l.983-.838v3.089h.877v-3.984h-.826zM11.415 14.241a1.43 1.43 0 0 0-.819-.237 1.6 1.6 0 0 0-.782.185 1.4 1.4 0 0 0-.54.505 1.37 1.37 0 0 0-.197.73 1.3 1.3 0 0 0 .156.636 1.16 1.16 0 0 0 .425.445 1.15 1.15 0 0 0 .603.161 1.2 1.2 0 0 0 .635-.176 1.14 1.14 0 0 0 .456-.58 2.4 2.4 0 0 1-.104.727 1.3 1.3 0 0 1-.248.457.9.9 0 0 1-.323.236.9.9 0 0 1-.33.07 1.2 1.2 0 0 1-.383-.061 1.2 1.2 0 0 1-.372-.205l-.416.583a1.8 1.8 0 0 0 .502.288 1.9 1.9 0 0 0 .652.099 1.6 1.6 0 0 0 .725-.162 1.7 1.7 0 0 0 .578-.459 2.2 2.2 0 0 0 .383-.698 2.7 2.7 0 0 0 .14-.887 2.4 2.4 0 0 0-.194-.996 1.55 1.55 0 0 0-.547-.661m-.374 1.58a.62.62 0 0 1-.45.175.66.66 0 0 1-.463-.176.62.62 0 0 1-.19-.476.6.6 0 0 1 .19-.462.66.66 0 0 1 .462-.173.62.62 0 0 1 .451.173.61.61 0 0 1 .178.462.64.64 0 0 1-.178.476M14.874 16.407a2.5 2.5 0 0 0 .56-.65 1.3 1.3 0 0 0 .157-.62 1.08 1.08 0 0 0-.18-.61 1.25 1.25 0 0 0-.494-.424 1.64 1.64 0 0 0-.736-.156 1.8 1.8 0 0 0-.62.1 1.9 1.9 0 0 0-.485.26 2.4 2.4 0 0 0-.367.338l.491.532a1.4 1.4 0 0 1 .393-.347 1 1 0 0 1 .536-.144.63.63 0 0 1 .434.141.46.46 0 0 1 .155.355.67.67 0 0 1-.1.35 2.2 2.2 0 0 1-.39.436l-1.414 1.31v.71h2.81v-.727h-1.702ZM16.653 17.03a.55.55 0 0 0-.382.142.514.514 0 0 0 0 .735.59.59 0 0 0 .763 0 .514.514 0 0 0 0-.735.55.55 0 0 0-.381-.142M18.02 14.847v.89l.983-.838v3.089h.877v-3.984h-.826zM21.618 17.03a.55.55 0 0 0-.382.142.514.514 0 0 0 0 .735.59.59 0 0 0 .763 0 .514.514 0 0 0 0-.735.55.55 0 0 0-.381-.142M23.061 17.03a.55.55 0 0 0-.381.142.514.514 0 0 0 0 .735.59.59 0 0 0 .763 0 .514.514 0 0 0 0-.735.55.55 0 0 0-.382-.142M24.505 17.03a.55.55 0 0 0-.382.142.514.514 0 0 0 0 .735.59.59 0 0 0 .763 0 .514.514 0 0 0 0-.735.55.55 0 0 0-.381-.142'/%3e%3c/svg%3e");
|
|
294
296
|
--bt-icon-ip-fill: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3e%3cpath d='M26.911 12H5.09A1.09 1.09 0 0 0 4 13.089v5.822A1.09 1.09 0 0 0 5.089 20H26.91A1.09 1.09 0 0 0 28 18.911V13.09A1.09 1.09 0 0 0 26.911 12m-19.04 5.988h-.877V14.9l-.983.838v-.89l1.034-.843h.826Zm4.145-1.204a2.2 2.2 0 0 1-.383.699 1.7 1.7 0 0 1-.578.459 1.6 1.6 0 0 1-.725.162 1.9 1.9 0 0 1-.652-.099 1.8 1.8 0 0 1-.502-.288l.416-.583a1.2 1.2 0 0 0 .372.205 1.2 1.2 0 0 0 .384.06.9.9 0 0 0 .329-.069.9.9 0 0 0 .323-.236 1.3 1.3 0 0 0 .248-.457 2.4 2.4 0 0 0 .104-.727 1.14 1.14 0 0 1-.456.58 1.2 1.2 0 0 1-.635.176 1.15 1.15 0 0 1-.603-.161 1.16 1.16 0 0 1-.425-.445 1.3 1.3 0 0 1-.156-.635 1.37 1.37 0 0 1 .196-.73 1.4 1.4 0 0 1 .541-.506 1.6 1.6 0 0 1 .782-.185 1.43 1.43 0 0 1 .82.237 1.55 1.55 0 0 1 .546.661 2.4 2.4 0 0 1 .193.996 2.7 2.7 0 0 1-.139.886m3.609 1.204h-2.811v-.71l1.414-1.31a2.2 2.2 0 0 0 .39-.437.7.7 0 0 0 .1-.349.46.46 0 0 0-.155-.355.63.63 0 0 0-.434-.141 1 1 0 0 0-.536.144 1.4 1.4 0 0 0-.393.347l-.491-.532a2.4 2.4 0 0 1 .367-.338 1.9 1.9 0 0 1 .484-.26 1.8 1.8 0 0 1 .621-.1 1.64 1.64 0 0 1 .736.156 1.25 1.25 0 0 1 .494.424 1.08 1.08 0 0 1 .18.61 1.3 1.3 0 0 1-.156.62 2.5 2.5 0 0 1-.561.65l-.952.854h1.703Zm1.409-.08a.59.59 0 0 1-.763 0 .514.514 0 0 1 0-.736.585.585 0 0 1 .763 0 .514.514 0 0 1 0 .735m2.847.08h-.878V14.9l-.983.838v-.89l1.034-.843h.827Zm2.118-.08a.59.59 0 0 1-.763 0 .514.514 0 0 1 0-.736.585.585 0 0 1 .763 0 .514.514 0 0 1 0 .735m1.444 0a.59.59 0 0 1-.763 0 .514.514 0 0 1 0-.736.585.585 0 0 1 .763 0 .514.514 0 0 1 0 .735m1.443 0a.59.59 0 0 1-.763 0 .514.514 0 0 1 0-.736.585.585 0 0 1 .763 0 .514.514 0 0 1 0 .735'/%3e%3cpath d='M10.59 14.709a.66.66 0 0 0-.462.173.6.6 0 0 0-.19.462.62.62 0 0 0 .19.476.66.66 0 0 0 .462.176.62.62 0 0 0 .451-.176.64.64 0 0 0 .178-.476.61.61 0 0 0-.178-.462.62.62 0 0 0-.45-.173'/%3e%3c/svg%3e");
|
package/lib/tokens-bt.scss
CHANGED
|
@@ -288,6 +288,8 @@ $bt-icon-hub-and-mobile-fill: url("data:image/svg+xml,%3csvg xmlns='http://www.w
|
|
|
288
288
|
$bt-icon-hub-fill: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3e%3cpath d='M16 13a3 3 0 1 0 0 6 3 3 0 1 0 0-6'/%3e%3cpath d='M23.093 9H8.907A3.96 3.96 0 0 0 5 12.985v6.03A3.96 3.96 0 0 0 8.907 23h14.186A3.96 3.96 0 0 0 27 19.015v-6.03A3.96 3.96 0 0 0 23.093 9M16 20a4 4 0 1 1 4-4 4 4 0 0 1-4 4'/%3e%3c/svg%3e");
|
|
289
289
|
$bt-icon-hub-old: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3e%3cpath d='M26.04 6.995H5.96a2.963 2.963 0 0 0-2.959 2.96v12.084a2.963 2.963 0 0 0 2.96 2.96H26.04a2.963 2.963 0 0 0 2.959-2.96V9.955a2.963 2.963 0 0 0-2.96-2.96m-20.08 1h20.08a1.96 1.96 0 0 1 1.959 1.96v2.042H4.001V9.955a1.96 1.96 0 0 1 1.96-1.96M28 12.997v6H4.001v-6Zm-1.96 11.001H5.96a1.96 1.96 0 0 1-1.959-1.96v-2.041h23.998v2.042a1.96 1.96 0 0 1-1.96 1.959'/%3e%3cpath d='M16 17.998a2 2 0 1 0-2-2 2 2 0 0 0 2 2m0-3a1 1 0 1 1-1 1 1 1 0 0 1 1-1'/%3e%3c/svg%3e");
|
|
290
290
|
$bt-icon-hub-old-fill: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3e%3cpath d='M16 14.998a1 1 0 1 0 0 2 1 1 0 1 0 0-2'/%3e%3cpath d='M26.04 6.995H5.96a2.963 2.963 0 0 0-2.959 2.96v12.084a2.963 2.963 0 0 0 2.96 2.96H26.04a2.963 2.963 0 0 0 2.959-2.96V9.955a2.963 2.963 0 0 0-2.96-2.96m1.957 13.002H3.999v-1h23.998Zm-13.997-4a2 2 0 1 1 2 2 2 2 0 0 1-2-2m13.997-3H3.999v-1h23.998Z'/%3e%3c/svg%3e");
|
|
291
|
+
$bt-icon-hub-with-signal: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 32 32'%3e%3cpath fill='currentColor' d='M20.314 13.028H6.128a3.96 3.96 0 0 0-3.907 3.985v6.03a3.96 3.96 0 0 0 3.907 3.985h14.186a3.96 3.96 0 0 0 3.907-3.985v-6.03a3.96 3.96 0 0 0-3.907-3.985m2.907 10.015a2.95 2.95 0 0 1-2.907 2.985H6.128a2.95 2.95 0 0 1-2.907-2.985v-6.03a2.95 2.95 0 0 1 2.907-2.985h14.186a2.95 2.95 0 0 1 2.907 2.985z'/%3e%3cpath fill='currentColor' d='M13.22 16.028a4 4 0 1 0 0 8 4 4 0 0 0 0-8m0 7a3 3 0 1 1 0-5.999 3 3 0 0 1 0 6M21.937 9.9a4.5 4.5 0 0 1 1.558.375 4.2 4.2 0 0 1 1.299.9c.367.375.652.816.838 1.296a.47.47 0 0 1-.874.338 2.9 2.9 0 0 0-.636-.98 3.3 3.3 0 0 0-1.008-.698 3.5 3.5 0 0 0-2.483-.139.469.469 0 0 1-.284-.893c.51-.162 1.05-.23 1.59-.2'/%3e%3cpath fill='currentColor' d='M22.38 7.466a6 6 0 0 1 5.326 4.003.47.47 0 0 1-.885.31 5.06 5.06 0 0 0-2.582-2.885 5.06 5.06 0 0 0-3.865-.215.47.47 0 0 1-.31-.884 6 6 0 0 1 2.316-.33'/%3e%3cpath fill='currentColor' d='M22.521 5.013a8.15 8.15 0 0 1 7.235 5.438.468.468 0 0 1-.884.31 7.21 7.21 0 0 0-9.187-4.418.47.47 0 1 1-.31-.884 8.15 8.15 0 0 1 3.146-.446'/%3e%3c/svg%3e");
|
|
292
|
+
$bt-icon-hub-with-signal-fill: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 32 32'%3e%3cpath fill='currentColor' d='M13.22 17.028a3 3 0 1 0 0 6 3 3 0 0 0 0-6'/%3e%3cpath fill='currentColor' d='M20.314 13.028H6.128a3.96 3.96 0 0 0-3.907 3.985v6.03a3.96 3.96 0 0 0 3.907 3.985h14.186a3.96 3.96 0 0 0 3.907-3.985v-6.03a3.96 3.96 0 0 0-3.907-3.985m-7.093 11a4 4 0 1 1 0-8 4 4 0 0 1 0 8M21.937 9.9a4.5 4.5 0 0 1 1.558.375 4.2 4.2 0 0 1 1.299.9c.367.375.652.816.838 1.296a.47.47 0 0 1-.874.338 2.9 2.9 0 0 0-.636-.98 3.3 3.3 0 0 0-1.008-.698 3.5 3.5 0 0 0-2.483-.139.469.469 0 0 1-.284-.893c.51-.162 1.05-.23 1.59-.2'/%3e%3cpath fill='currentColor' d='M22.38 7.466a6 6 0 0 1 5.326 4.003.47.47 0 0 1-.885.31 5.06 5.06 0 0 0-2.582-2.885 5.06 5.06 0 0 0-3.865-.215.47.47 0 0 1-.31-.884 6 6 0 0 1 2.316-.33'/%3e%3cpath fill='currentColor' d='M22.521 5.013a8.15 8.15 0 0 1 7.235 5.438.468.468 0 0 1-.884.31 7.21 7.21 0 0 0-9.187-4.418.47.47 0 1 1-.31-.884 8.15 8.15 0 0 1 3.146-.446'/%3e%3c/svg%3e");
|
|
291
293
|
$bt-icon-hub-and-mobile: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3e%3cpath d='M9.5 7h3a.5.5 0 0 0 0-1h-3a.5.5 0 0 0 0 1'/%3e%3cpath d='M26.093 14h-8.079V5.978A1.98 1.98 0 0 0 16.037 4H5.992a1.98 1.98 0 0 0-1.978 1.978v20.044A1.98 1.98 0 0 0 5.992 28h20.101A3.96 3.96 0 0 0 30 24.015v-6.03A3.96 3.96 0 0 0 26.093 14M5.992 27a.98.98 0 0 1-.978-.978V5.978A.98.98 0 0 1 5.992 5h10.045a.98.98 0 0 1 .977.978V14h-5.107A3.96 3.96 0 0 0 8 17.985v6.03A4 4 0 0 0 9.35 27ZM29 24.015A2.95 2.95 0 0 1 26.093 27H11.907A2.95 2.95 0 0 1 9 24.015v-6.03A2.95 2.95 0 0 1 11.907 15h14.186A2.95 2.95 0 0 1 29 17.985Z'/%3e%3cpath d='M19 17a4 4 0 1 0 4 4 4 4 0 0 0-4-4m0 7a3 3 0 1 1 3-3 3.003 3.003 0 0 1-3 3'/%3e%3c/svg%3e");
|
|
292
294
|
$bt-icon-ip: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3e%3cpath d='M26.911 12H5.09A1.09 1.09 0 0 0 4 13.089v5.822A1.09 1.09 0 0 0 5.089 20H26.91A1.09 1.09 0 0 0 28 18.911V13.09A1.09 1.09 0 0 0 26.911 12M27 18.911a.09.09 0 0 1-.089.089H5.09A.09.09 0 0 1 5 18.911V13.09A.09.09 0 0 1 5.089 13H26.91a.09.09 0 0 1 .089.089Z'/%3e%3cpath d='M6.011 14.847v.89l.983-.838v3.089h.877v-3.984h-.826zM11.415 14.241a1.43 1.43 0 0 0-.819-.237 1.6 1.6 0 0 0-.782.185 1.4 1.4 0 0 0-.54.505 1.37 1.37 0 0 0-.197.73 1.3 1.3 0 0 0 .156.636 1.16 1.16 0 0 0 .425.445 1.15 1.15 0 0 0 .603.161 1.2 1.2 0 0 0 .635-.176 1.14 1.14 0 0 0 .456-.58 2.4 2.4 0 0 1-.104.727 1.3 1.3 0 0 1-.248.457.9.9 0 0 1-.323.236.9.9 0 0 1-.33.07 1.2 1.2 0 0 1-.383-.061 1.2 1.2 0 0 1-.372-.205l-.416.583a1.8 1.8 0 0 0 .502.288 1.9 1.9 0 0 0 .652.099 1.6 1.6 0 0 0 .725-.162 1.7 1.7 0 0 0 .578-.459 2.2 2.2 0 0 0 .383-.698 2.7 2.7 0 0 0 .14-.887 2.4 2.4 0 0 0-.194-.996 1.55 1.55 0 0 0-.547-.661m-.374 1.58a.62.62 0 0 1-.45.175.66.66 0 0 1-.463-.176.62.62 0 0 1-.19-.476.6.6 0 0 1 .19-.462.66.66 0 0 1 .462-.173.62.62 0 0 1 .451.173.61.61 0 0 1 .178.462.64.64 0 0 1-.178.476M14.874 16.407a2.5 2.5 0 0 0 .56-.65 1.3 1.3 0 0 0 .157-.62 1.08 1.08 0 0 0-.18-.61 1.25 1.25 0 0 0-.494-.424 1.64 1.64 0 0 0-.736-.156 1.8 1.8 0 0 0-.62.1 1.9 1.9 0 0 0-.485.26 2.4 2.4 0 0 0-.367.338l.491.532a1.4 1.4 0 0 1 .393-.347 1 1 0 0 1 .536-.144.63.63 0 0 1 .434.141.46.46 0 0 1 .155.355.67.67 0 0 1-.1.35 2.2 2.2 0 0 1-.39.436l-1.414 1.31v.71h2.81v-.727h-1.702ZM16.653 17.03a.55.55 0 0 0-.382.142.514.514 0 0 0 0 .735.59.59 0 0 0 .763 0 .514.514 0 0 0 0-.735.55.55 0 0 0-.381-.142M18.02 14.847v.89l.983-.838v3.089h.877v-3.984h-.826zM21.618 17.03a.55.55 0 0 0-.382.142.514.514 0 0 0 0 .735.59.59 0 0 0 .763 0 .514.514 0 0 0 0-.735.55.55 0 0 0-.381-.142M23.061 17.03a.55.55 0 0 0-.381.142.514.514 0 0 0 0 .735.59.59 0 0 0 .763 0 .514.514 0 0 0 0-.735.55.55 0 0 0-.382-.142M24.505 17.03a.55.55 0 0 0-.382.142.514.514 0 0 0 0 .735.59.59 0 0 0 .763 0 .514.514 0 0 0 0-.735.55.55 0 0 0-.381-.142'/%3e%3c/svg%3e");
|
|
293
295
|
$bt-icon-ip-fill: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3e%3cpath d='M26.911 12H5.09A1.09 1.09 0 0 0 4 13.089v5.822A1.09 1.09 0 0 0 5.089 20H26.91A1.09 1.09 0 0 0 28 18.911V13.09A1.09 1.09 0 0 0 26.911 12m-19.04 5.988h-.877V14.9l-.983.838v-.89l1.034-.843h.826Zm4.145-1.204a2.2 2.2 0 0 1-.383.699 1.7 1.7 0 0 1-.578.459 1.6 1.6 0 0 1-.725.162 1.9 1.9 0 0 1-.652-.099 1.8 1.8 0 0 1-.502-.288l.416-.583a1.2 1.2 0 0 0 .372.205 1.2 1.2 0 0 0 .384.06.9.9 0 0 0 .329-.069.9.9 0 0 0 .323-.236 1.3 1.3 0 0 0 .248-.457 2.4 2.4 0 0 0 .104-.727 1.14 1.14 0 0 1-.456.58 1.2 1.2 0 0 1-.635.176 1.15 1.15 0 0 1-.603-.161 1.16 1.16 0 0 1-.425-.445 1.3 1.3 0 0 1-.156-.635 1.37 1.37 0 0 1 .196-.73 1.4 1.4 0 0 1 .541-.506 1.6 1.6 0 0 1 .782-.185 1.43 1.43 0 0 1 .82.237 1.55 1.55 0 0 1 .546.661 2.4 2.4 0 0 1 .193.996 2.7 2.7 0 0 1-.139.886m3.609 1.204h-2.811v-.71l1.414-1.31a2.2 2.2 0 0 0 .39-.437.7.7 0 0 0 .1-.349.46.46 0 0 0-.155-.355.63.63 0 0 0-.434-.141 1 1 0 0 0-.536.144 1.4 1.4 0 0 0-.393.347l-.491-.532a2.4 2.4 0 0 1 .367-.338 1.9 1.9 0 0 1 .484-.26 1.8 1.8 0 0 1 .621-.1 1.64 1.64 0 0 1 .736.156 1.25 1.25 0 0 1 .494.424 1.08 1.08 0 0 1 .18.61 1.3 1.3 0 0 1-.156.62 2.5 2.5 0 0 1-.561.65l-.952.854h1.703Zm1.409-.08a.59.59 0 0 1-.763 0 .514.514 0 0 1 0-.736.585.585 0 0 1 .763 0 .514.514 0 0 1 0 .735m2.847.08h-.878V14.9l-.983.838v-.89l1.034-.843h.827Zm2.118-.08a.59.59 0 0 1-.763 0 .514.514 0 0 1 0-.736.585.585 0 0 1 .763 0 .514.514 0 0 1 0 .735m1.444 0a.59.59 0 0 1-.763 0 .514.514 0 0 1 0-.736.585.585 0 0 1 .763 0 .514.514 0 0 1 0 .735m1.443 0a.59.59 0 0 1-.763 0 .514.514 0 0 1 0-.736.585.585 0 0 1 .763 0 .514.514 0 0 1 0 .735'/%3e%3cpath d='M10.59 14.709a.66.66 0 0 0-.462.173.6.6 0 0 0-.19.462.62.62 0 0 0 .19.476.66.66 0 0 0 .462.176.62.62 0 0 0 .451-.176.64.64 0 0 0 .178-.476.61.61 0 0 0-.178-.462.62.62 0 0 0-.45-.173'/%3e%3c/svg%3e");
|